From owner-freebsd-bugs@FreeBSD.ORG Sun Sep 17 08:20:16 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D4A816A40F for ; Sun, 17 Sep 2006 08:20:16 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA77743D8B for ; Sun, 17 Sep 2006 08:20:13 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8H8KDUM091993 for ; Sun, 17 Sep 2006 08:20:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8H8KD6o091992; Sun, 17 Sep 2006 08:20:13 GMT (envelope-from gnats) Resent-Date: Sun, 17 Sep 2006 08:20:13 GMT Resent-Message-Id: <200609170820.k8H8KD6o091992@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, Evan Clarke Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7AE3A16A591 for ; Sun, 17 Sep 2006 08:12:50 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF76343D5F for ; Sun, 17 Sep 2006 08:12:45 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k8H8Cf74019320 for ; Sun, 17 Sep 2006 08:12:41 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k8H8Cfua019319; Sun, 17 Sep 2006 08:12:41 GMT (envelope-from nobody) Message-Id: <200609170812.k8H8Cfua019319@www.freebsd.org> Date: Sun, 17 Sep 2006 08:12:41 GMT From: Evan Clarke To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: bin/103320: PATCH Improvement to ps when stdout is not a tty X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 17 Sep 2006 08:20:16 -0000 >Number: 103320 >Category: bin >Synopsis: PATCH Improvement to ps when stdout is not a tty >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Sep 17 08:20:12 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Evan Clarke >Release: FreeBSD 6.2-PRERELEASE i386 >Organization: None >Environment: FreeBSD localhost.my.domain 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #1: Fri Sep 15 20:28:17 EST 2006 root@localhost.localdomain:/usr/obj/usr/src/sys/JUMPMAN i386 >Description: When the ps output is very wide, it gets truncated when outputting to a tty. That is fair and correct. However, when piping to another process such as grep or less, the truncation still occurs and can lead to problems, especially when grepping for a specific items on a very wide output. This patch will set the termwidth to UNLIMITED when stdout is not a tty. This is equilivant to adding ww to the command line. It should be very low impact, ps w and ps ww (as well as ps outputting to a tty) still behave as expected. Patch to follow in email - using web interface. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sun Sep 17 08:20:16 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C845916A416 for ; Sun, 17 Sep 2006 08:20:16 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0690443D68 for ; Sun, 17 Sep 2006 08:20:14 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8H8KDWV092047 for ; Sun, 17 Sep 2006 08:20:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8H8KDRZ092046; Sun, 17 Sep 2006 08:20:13 GMT (envelope-from gnats) Resent-Date: Sun, 17 Sep 2006 08:20:13 GMT Resent-Message-Id: <200609170820.k8H8KDRZ092046@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, Angelescu Ovidiu Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D3DFB16A415 for ; Sun, 17 Sep 2006 08:14:59 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A26243D5E for ; Sun, 17 Sep 2006 08:14:59 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k8H8Et71019510 for ; Sun, 17 Sep 2006 08:14:55 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k8H8EsM4019509; Sun, 17 Sep 2006 08:14:55 GMT (envelope-from nobody) Message-Id: <200609170814.k8H8EsM4019509@www.freebsd.org> Date: Sun, 17 Sep 2006 08:14:55 GMT From: Angelescu Ovidiu To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: kern/103321: create_compressed_fs error ( Zlib memory allocation error ? ) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 17 Sep 2006 08:20:17 -0000 >Number: 103321 >Category: kern >Synopsis: create_compressed_fs error ( Zlib memory allocation error ? ) >Confidential: no >Severity: critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Sep 17 08:20:13 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Angelescu Ovidiu >Release: FreeBSD-6.1 Release >Organization: www.rofreesbie.org >Environment: FreeBSD RoFreeSBIE 6.1-STABLE FreeBSD 6.1-STABLE #0: Sat Sep 9 03:44:09 UTC 2006 root@RoFreeSBIE:/usr/src/sys/i386/compile/RoFreeSBIE_Live_CD i386 >Description: I am the RoFreeSBIE developer ( the first Live DVD FreeBSD based )and working at it i have encontered an error. For RoFreeSBIE i need compressed iso9660 images to be decompressed on the fly by geom_uzip.ko. For doing the compressed iso_images i have installed cloop-utils-2.01.2. When i need to compress a large file tree create_compressed_fs give the following error when the create_comppressed_fs used memory is greater than 500MB: Error -4 compressing block blocknumber ! As I have saw in /usr/src/lib/libz that error is a memory alocation error. I mention that the computer have 2GB of ram and in the compression process and the system don't use swap. Also trying to compress a file tree about three time greater in linux with the same cloop-utils-2.01.2 it was working. >How-To-Repeat: Install a FreeBSD System ,mkisofs and cloop-utils-2.01.2 . Try to make a compressed iso image using create_compressed_fs for a large file tree > 2GB . When the used memory by create_compressed_fs is about 500MB the create_compressed_fs crashes with error -4 wich seems to be a zlib or kernel bug. I have tested that only on an i386 architecture. >Fix: Don't know until yet ! >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sun Sep 17 15:40:26 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E9B816A4D2 for ; Sun, 17 Sep 2006 15:40:26 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05C3D43D5D for ; Sun, 17 Sep 2006 15:40:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8HFeNoX031445 for ; Sun, 17 Sep 2006 15:40:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8HFeNeL031444; Sun, 17 Sep 2006 15:40:23 GMT (envelope-from gnats) Resent-Date: Sun, 17 Sep 2006 15:40:23 GMT Resent-Message-Id: <200609171540.k8HFeNeL031444@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, Joćo Rocha Braga Filho Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 351E016A403 for ; Sun, 17 Sep 2006 15:32:44 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC97D43D5E for ; Sun, 17 Sep 2006 15:32:43 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k8HFWhcJ063020 for ; Sun, 17 Sep 2006 15:32:43 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k8HFWhQN063019; Sun, 17 Sep 2006 15:32:43 GMT (envelope-from nobody) Message-Id: <200609171532.k8HFWhQN063019@www.freebsd.org> Date: Sun, 17 Sep 2006 15:32:43 GMT From: Joćo Rocha Braga Filho To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: misc/103328: sugestions about ipfw table X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 17 Sep 2006 15:40:26 -0000 >Number: 103328 >Category: misc >Synopsis: sugestions about ipfw table >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Sep 17 15:40:23 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Joćo Rocha Braga Filho >Release: 6.1 >Organization: Paratyinfo >Environment: >Description: Why not a struct? Something like this: tablearg tablearg_2 tablearg_MAC_1 tablearg_MAC_2 tablearg_IP_2 It can be used like this: ipfw pipe 110 config mask src-ip 0xffffffff bw 64Kbit/s queue 10Kbytes ipfw pipe 112 config mask src-ip 0xffffffff bw 256Kbit/s queue 40Kbytes ipfw pipe 210 config mask dst-ip 0xffffffff bw 64Kbit/s queue 10Kbytes ipfw pipe 212 config mask dst-ip 0xffffffff bw 256Kbit/s queue 40Kbytes ... ipfw table 1 add 192.168.2.2 110 210 00:01:02:03:04:05 ipfw table 1 add 192.168.0.2 112 212 00:03:04:05:06:07 ... ipfw add pipe tablearg ip from table(1) to any MAC any tablearg_MAC_1 ipfw add pipe tablearg_2 ip from any to table(1) MAC tablearg_MAC_1 any ... ipfw add deny ip from any to any It can help against spoofing IPs and limiting traffic. thanks, Joćo Rocha. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sun Sep 17 17:43:12 2006 Return-Path: X-Original-To: freebsd-bugs@freebsd.org Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 32DB616A412; Sun, 17 Sep 2006 17:43:12 +0000 (UTC) (envelope-from simon@zaphod.nitro.dk) Received: from mx.nitro.dk (zarniwoop.nitro.dk [83.92.207.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2ECB143D5A; Sun, 17 Sep 2006 17:43:10 +0000 (GMT) (envelope-from simon@zaphod.nitro.dk) Received: from zaphod.nitro.dk (unknown [192.168.3.39]) by mx.nitro.dk (Postfix) with ESMTP id 5D8E9386C05; Sun, 17 Sep 2006 17:43:08 +0000 (UTC) Received: by zaphod.nitro.dk (Postfix, from userid 3000) id 165F011437; Sun, 17 Sep 2006 19:43:08 +0200 (CEST) Date: Sun, 17 Sep 2006 19:43:07 +0200 From: "Simon L. Nielsen" To: Vadim Goncharov Message-ID: <20060917174306.GA33937@zaphod.nitro.dk> References: <200609161726.k8GHQrRW013690@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="envbJBWh7q8WU6mo" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.11 Cc: Greg Lewis , freebsd-bugs@freebsd.org, bug-followup@freebsd.org, freebsd-java@freebsd.org Subject: Re: ports/103313: portaudit reports bogus java/diablo-jdk15 vulnerabity due to incorrect pkg naming X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 17 Sep 2006 17:43:12 -0000 --envbJBWh7q8WU6mo Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2006.09.17 01:45:10 +0700, Vadim Goncharov wrote: > 17.09.06 @ 00:26 Greg Lewis wrote: >=20 > >Synopsis: portaudit reports bogus java/diablo-jdk15 vulnerabity due to = =20 > >incorrect pkg naming > > > >State-Changed-From-To: open->closed > >State-Changed-By: glewis > >State-Changed-When: Sat Sep 16 17:26:05 UTC 2006 > >State-Changed-Why: > >This was fixed by remko@'s recent commit to vuln.xml (rev. 1.1131). > > > >http://www.freebsd.org/cgi/query-pr.cgi?pr=3D103313 >=20 > That's VERY BAD method of fixing things. Package names should be changed,= =20 No it's not. While it sucks we have to add such workarounds to the VuXML document there really isn't any other way to do it, and it isn't the first time we have to do it. The package with the bad name it out there and being flagged as vulnerable when it isn't. Yes, the package name should be fixed, but that doesn't change that the workaround is needed for people who already have it installed. Greg Lewis has already said that he's going to look at getting the package name fixed for the next release. > not vuln.xml! As cause of illness should always be cured, not the =20 > symptoms. And, after all, even that fix was partial: it fixed only jdk on= =20 > fbsd 6 - my fbsd 5 IS STILL "vulnerable". And this is only jdk, but we = =20 > have the same problem with jre. And not only for i386, but for amd64 also= =20 > - 6 packages total, not 1. Ah, yes those should also be handled. Both remko@ and I missed that when looking at fixing this. I will look at handling those packages also as soon as possible. --=20 Simon L. Nielsen FreeBSD Deputy Security Officer --envbJBWh7q8WU6mo Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFDYkqNE7ltJU9KiERAuopAKDcLCEhRy0MciU3IsETjR7BMM6osgCgp7Rn hKFWdSCUbEZWKYKXT3GmMLk= =awK+ -----END PGP SIGNATURE----- --envbJBWh7q8WU6mo-- From owner-freebsd-bugs@FreeBSD.ORG Sun Sep 17 17:50:26 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 604B316A403 for ; Sun, 17 Sep 2006 17:50:26 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC78343D45 for ; Sun, 17 Sep 2006 17:50:25 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8HHoPB4044791 for ; Sun, 17 Sep 2006 17:50:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8HHoPrh044790; Sun, 17 Sep 2006 17:50:25 GMT (envelope-from gnats) Resent-Date: Sun, 17 Sep 2006 17:50:25 GMT Resent-Message-Id: <200609171750.k8HHoPrh044790@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, Artem Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 29C5016A4C8 for ; Sun, 17 Sep 2006 17:44:49 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3398143D46 for ; Sun, 17 Sep 2006 17:44:47 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k8HHikae010209 for ; Sun, 17 Sep 2006 17:44:46 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k8HHikCg010208; Sun, 17 Sep 2006 17:44:46 GMT (envelope-from nobody) Message-Id: <200609171744.k8HHikCg010208@www.freebsd.org> Date: Sun, 17 Sep 2006 17:44:46 GMT From: Artem To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: kern/103332: Fxp driver does not work correctly on Intel 82550, if "link0" options will be turned on X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 17 Sep 2006 17:50:26 -0000 >Number: 103332 >Category: kern >Synopsis: Fxp driver does not work correctly on Intel 82550, if "link0" options will be turned on >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Sep 17 17:50:25 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Artem >Release: 6.1 AMD64 >Organization: >Environment: FreeBSD test 6.1-RELEASE-p6 FreeBSD 6.1-RELEASE-p6 #0: Sat Sep 9 23:18:27 MSD 2006 root@test:/usr/obj/usr/src/sys/my amd64 >Description: If "link0" option used for Intel 82550, network adapter will work only with ICMP. If link0 is off (ifconfig fxp1 -link0) card will work correctly. This behaviour is fair for both IA32 and AMD64 architecture. In FreeBSD 4.11 (IA 32) option "link0" work correctly. Hardware: dmesg: Copyright (c) 1992-2006 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 6.1-RELEASE-p6 #0: Sat Sep 9 23:18:27 MSD 2006 root@test:/usr/obj/usr/src/sys/my ACPI APIC Table: Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: AMD Athlon(tm) 64 Processor 3200+ (2000.08-MHz K8-class CPU) Origin = "AuthenticAMD" Id = 0xf48 Stepping = 8 Features=0x78bfbff AMD Features=0xe0500800 real memory = 1073676288 (1023 MB) avail memory = 1027653632 (980 MB) ioapic0 irqs 0-23 on motherboard kbd1 at kbdmux0 acpi0: on motherboard acpi0: Power Button (fixed) Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x808-0x80b on acpi0 cpu0: on acpi0 device_attach: acpi_perf0 attach returned 6 acpi_throttle0: on cpu0 device_attach: acpi_perf0 attach returned 6 acpi_button0: on acpi0 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 agp0: mem 0xd0000000-0xd7ffffff at device 0.0 on pci0 pcib1: at device 1.0 on pci0 pci1: on pcib1 drm0: port 0xa800-0xa8ff mem 0xc0000000-0xc7ffffff,0xcfaf0000-0xcfafffff irq 16 at device 0.0 on pci1 info: [drm] AGP at 0xd0000000 128MB info: [drm] Initialized radeon 1.19.0 20050911 pci1: at device 0.1 (no driver attached) fxp0: port 0xe400-0xe43f mem 0xcfffe000-0xcfffefff,0xcfe00000-0xcfefffff irq 17 at device 6.0 on pci0 miibus0: on fxp0 inphy0: on miibus0 inphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto fxp0: Ethernet address: 00:90:27:28:93:d1 pcm0: port 0xe000-0xe03f irq 18 at device 7.0 on pci0 pcm0: fwohci0: <1394 Open Host Controller Interface> mem 0xcfffd800-0xcfffdfff,0xcfff8000-0xcfffbfff irq 19 at device 7.2 on pci0 fwohci0: OHCI version 1.10 (ROM=0) fwohci0: No. of Isochronous channels is 4. fwohci0: EUI64 00:02:3c:01:51:07:d4:d2 fwohci0: Phy 1394a available S400, 2 ports. fwohci0: Link S400, max_rec 2048 bytes. firewire0: on fwohci0 fwe0: on firewire0 if_fwe0: Fake Ethernet address: 02:02:3c:07:d4:d2 fwe0: Ethernet address: 02:02:3c:07:d4:d2 fwe0: if_start running deferred for Giant sbp0: on firewire0 fwohci0: Initiate bus reset fwohci0: node_id=0xc800ffc0, gen=1, CYCLEMASTER mode firewire0: 1 nodes, maxhop <= 0, cable IRM = 0 (me) firewire0: bus manager 0 (me) fxp1: port 0xdc00-0xdc3f mem 0xcfffc000-0xcfffcfff,0xcffa0000-0xcffbffff irq 19 at device 8.0 on pci0 miibus1: on fxp1 inphy1: on miibus1 inphy1: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto fxp1: Ethernet address: 00:02:b3:4c:d8:4a ahc0: port 0xe800-0xe8ff mem 0xcffff000-0xcfffffff irq 17 at device 10.0 on pci0 ahc0: [GIANT-LOCKED] aic7892: Ultra160 Wide Channel A, SCSI Id=7, 32/253 SCBs atapci0: port 0xd800-0xd807,0xd400-0xd403,0xd000-0xd007,0xcc00-0xcc03,0xc800-0xc80f,0xc400-0xc4ff irq 20 at device 15.0 on pci0 ata2: on atapci0 ata3: on atapci0 atapci1: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xfc00-0xfc0f at device 15.1 on pci0 ata0: on atapci1 ata1: on atapci1 uhci0: port 0xb400-0xb41f irq 21 at device 16.0 on pci0 uhci0: [GIANT-LOCKED] usb0: on uhci0 usb0: USB revision 1.0 uhub0: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered uhci1: port 0xb800-0xb81f irq 21 at device 16.1 on pci0 uhci1: [GIANT-LOCKED] usb1: on uhci1 usb1: USB revision 1.0 uhub1: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub1: 2 ports with 2 removable, self powered uhci2: port 0xbc00-0xbc1f irq 21 at device 16.2 on pci0 uhci2: [GIANT-LOCKED] usb2: on uhci2 usb2: USB revision 1.0 uhub2: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub2: 2 ports with 2 removable, self powered uhci3: port 0xc000-0xc01f irq 21 at device 16.3 on pci0 uhci3: [GIANT-LOCKED] usb3: on uhci3 usb3: USB revision 1.0 uhub3: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub3: 2 ports with 2 removable, self powered ehci0: mem 0xcfffd600-0xcfffd6ff irq 21 at device 16.4 on pci0 ehci0: [GIANT-LOCKED] usb4: EHCI version 1.0 usb4: companion controllers, 2 ports each: usb0 usb1 usb2 usb3 usb4: on ehci0 usb4: USB revision 2.0 uhub4: VIA EHCI root hub, class 9/0, rev 2.00/1.00, addr 1 uhub4: 8 ports with 8 removable, self powered isab0: at device 17.0 on pci0 isa0: on isab0 acpi_button1: on acpi0 fdc0: port 0x3f2-0x3f3,0x3f4-0x3f5,0x3f7 irq 6 drq 2 on acpi0 fdc0: [FAST] fd0: <1440-KB 3.5" drive> on fdc0 drive 0 sio0: configured irq 4 not in bitmap of probed irqs 0 sio0: port may not be enabled sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 sio0: type 16550A atkbdc0: port 0x60,0x64 irq 1 on acpi0 atkbd0: flags 0x1 irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] orm0: at iomem 0xc0000-0xccfff,0xd2800-0xd37ff,0xd3800-0xd4fff on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sio1: configured irq 3 not in bitmap of probed irqs 0 sio1: port may not be enabled vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 ums0: Logitech USB-PS/2 Optical Mouse, rev 2.00/11.10, addr 2, iclass 3/1 ums0: 3 buttons and Z dir. Timecounter "TSC" frequency 2000082479 Hz quality 800 Timecounters tick every 1.000 msec ipfw2 (+ipv6) initialized, divert loadable, rule-based forwarding disabled, default to deny, logging disabled Waiting 5 seconds for SCSI devices to settle ad0: 58643MB at ata0-master UDMA100 acd0: DVDR at ata1-master UDMA33 acd1: CDRW at ata1-slave UDMA33 da0 at ahc0 bus 0 target 0 lun 0 da0: Fixed Direct Access SCSI-3 device da0: 160.000MB/s transfers (80.000MHz, offset 63, 16bit), Tagged Queueing Enabled da0: 70007MB (143374744 512 byte sectors: 255H 63S/T 8924C) da1 at ahc0 bus 0 target 1 lun 0 da1: Fixed Direct Access SCSI-3 device da1: 160.000MB/s transfers (80.000MHz, offset 63, 16bit), Tagged Queueing Enabled da1: 70007MB (143374744 512 byte sectors: 255H 63S/T 8924C) ........ fxp1: Microcode loaded, int_delay: 1000 usec bundle_max: 6 pciconf -lv agp0@pci0:0:0: class=0x060000 card=0x31881106 chip=0x31881106 rev=0x01 hdr=0x00 vendor = 'VIA Technologies Inc' device = 'Apollo K8T800 CPU to PCI Bridge' class = bridge subclass = HOST-PCI pcib1@pci0:1:0: class=0x060400 card=0x00000080 chip=0xb1881106 rev=0x00 hdr=0x01 vendor = 'VIA Technologies Inc' device = 'Apollo K8HTB CPU to AGP 2.0/3.0 Bridge' class = bridge subclass = PCI-PCI fxp0@pci0:6:0: class=0x020000 card=0x000c8086 chip=0x12298086 rev=0x08 hdr=0x00 vendor = 'Intel Corporation' device = '82550/1/7/8/9 EtherExpress PRO/100(B) Ethernet Adapter' class = network subclass = ethernet pcm0@pci0:7:0: class=0x040100 card=0x20021102 chip=0x00041102 rev=0x04 hdr=0x00 vendor = 'Creative Labs' device = 'SoundBlaster Audigy Audigy Audio Processor' class = multimedia subclass = audio emujoy0@pci0:7:1: class=0x098000 card=0x00401102 chip=0x70031102 rev=0x04 hdr=0x00 vendor = 'Creative Labs' device = 'EMU10K2 Audigy Gameport' class = input device fwohci0@pci0:7:2: class=0x0c0010 card=0x00101102 chip=0x40011102 rev=0x04 hdr=0x00 vendor = 'Creative Labs' device = 'EMU10K2 Audigy IEEE1394 Firewire Controller' class = serial bus subclass = FireWire fxp1@pci0:8:0: class=0x020000 card=0x00408086 chip=0x12298086 rev=0x0d hdr=0x00 vendor = 'Intel Corporation' device = '82550/1/7/8/9 EtherExpress PRO/100(B) Ethernet Adapter' class = network subclass = ethernet ahc0@pci0:10:0: class=0x010000 card=0x62a19005 chip=0x00819005 rev=0x02 hdr=0x00 vendor = 'Adaptec Inc' device = '19160 AIC-7892B Ultra160 SCSI Adapter' class = mass storage subclass = SCSI atapci0@pci0:15:0: class=0x010400 card=0x70201462 chip=0x31491106 rev=0x80 hdr=0x00 vendor = 'VIA Technologies Inc' device = 'VT8237 VT6410 SATA RAID Controller' class = mass storage subclass = RAID atapci1@pci0:15:1: class=0x01018a card=0x70201462 chip=0x05711106 rev=0x06 hdr=0x00 vendor = 'VIA Technologies Inc' device = 'VT82xxxx EIDE Controller (All VIA Chipsets)' class = mass storage subclass = ATA uhci0@pci0:16:0: class=0x0c0300 card=0x70201462 chip=0x30381106 rev=0x81 hdr=0x00 vendor = 'VIA Technologies Inc' device = 'VT82xxxxx UHCI USB 1.1 Controller (All VIA Chipsets)' class = serial bus subclass = USB uhci1@pci0:16:1: class=0x0c0300 card=0x70201462 chip=0x30381106 rev=0x81 hdr=0x00 vendor = 'VIA Technologies Inc' device = 'VT82xxxxx UHCI USB 1.1 Controller (All VIA Chipsets)' class = serial bus subclass = USB uhci2@pci0:16:2: class=0x0c0300 card=0x70201462 chip=0x30381106 rev=0x81 hdr=0x00 vendor = 'VIA Technologies Inc' device = 'VT82xxxxx UHCI USB 1.1 Controller (All VIA Chipsets)' class = serial bus subclass = USB uhci3@pci0:16:3: class=0x0c0300 card=0x70201462 chip=0x30381106 rev=0x81 hdr=0x00 vendor = 'VIA Technologies Inc' device = 'VT82xxxxx UHCI USB 1.1 Controller (All VIA Chipsets)' class = serial bus subclass = USB ehci0@pci0:16:4: class=0x0c0320 card=0x70201462 chip=0x31041106 rev=0x86 hdr=0x00 vendor = 'VIA Technologies Inc' device = 'VT6202 USB 2.0 Enhanced Host Controller' class = serial bus subclass = USB isab0@pci0:17:0: class=0x060100 card=0x32271106 chip=0x32271106 rev=0x00 hdr=0x00 vendor = 'VIA Technologies Inc' device = 'VT8237 PCI-to-ISA Bridge' class = bridge subclass = PCI-ISA hostb0@pci0:24:0: class=0x060000 card=0x00000000 chip=0x11001022 rev=0x00 hdr=0x00 vendor = 'Advanced Micro Devices (AMD)' device = 'Athlon 64 / Opteron HyperTransport Technology Configuration' class = bridge subclass = HOST-PCI hostb1@pci0:24:1: class=0x060000 card=0x00000000 chip=0x11011022 rev=0x00 hdr=0x00 vendor = 'Advanced Micro Devices (AMD)' device = 'Athlon 64 / Opteron Address Map' class = bridge subclass = HOST-PCI hostb2@pci0:24:2: class=0x060000 card=0x00000000 chip=0x11021022 rev=0x00 hdr=0x00 vendor = 'Advanced Micro Devices (AMD)' device = 'Athlon 64 / Opteron DRAM Controller' class = bridge subclass = HOST-PCI hostb3@pci0:24:3: class=0x060000 card=0x00000000 chip=0x11031022 rev=0x00 hdr=0x00 vendor = 'Advanced Micro Devices (AMD)' device = 'Athlon 64 / Opteron Miscellaneous Control' class = bridge subclass = HOST-PCI drm0@pci1:0:0: class=0x030000 card=0x0130174b chip=0x59601002 rev=0x01 hdr=0x00 vendor = 'ATI Technologies Inc' device = 'RV280 Radeon 9200 Pro' class = display subclass = VGA none0@pci1:0:1: class=0x038000 card=0x0131174b chip=0x59401002 rev=0x01 hdr=0x00 vendor = 'ATI Technologies Inc' device = 'RV280 Radeon 9200 Pro - Secondary' class = display fxp1@pci0:8:0: class=0x020000 card=0x00408086 chip=0x12298086 rev=0x0d hdr=0x00 vendor = 'Intel Corporation' device = '82550/1/7/8/9 EtherExpress PRO/100(B) Ethernet Adapter' class = network subclass = ethernet ifconfig fxp1 fxp1: flags=9843 mtu 1500 options=b inet 192.168.11.43 netmask 0xffffff00 broadcast 192.168.11.255 ether 00:02:b3:4c:d8:4a media: Ethernet autoselect (100baseTX ) status: active >How-To-Repeat: Hardvare: intel 82550 card ifconfig fxp_ link0 >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sun Sep 17 21:51:40 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B251A16A40F; Sun, 17 Sep 2006 21:51:40 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02F7943E1B; Sun, 17 Sep 2006 21:48:33 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from freefall.freebsd.org (itetcu@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8HLmWHP067546; Sun, 17 Sep 2006 21:48:32 GMT (envelope-from itetcu@freefall.freebsd.org) Received: (from itetcu@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8HLmWSC067542; Sun, 17 Sep 2006 21:48:32 GMT (envelope-from itetcu) Date: Sun, 17 Sep 2006 21:48:32 GMT From: Ion-Mihai Tetcu Message-Id: <200609172148.k8HLmWSC067542@freefall.freebsd.org> To: itetcu@FreeBSD.org, freebsd-bugs@FreeBSD.org, itetcu@FreeBSD.org Cc: Subject: Re: kern/103321: create_compressed_fs error ( Zlib memory allocation error ? ) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 17 Sep 2006 21:51:40 -0000 Synopsis: create_compressed_fs error ( Zlib memory allocation error ? ) Responsible-Changed-From-To: freebsd-bugs->itetcu Responsible-Changed-By: itetcu Responsible-Changed-When: Sun Sep 17 21:48:32 UTC 2006 Responsible-Changed-Why: tack it for now. http://www.freebsd.org/cgi/query-pr.cgi?pr=103321 From owner-freebsd-bugs@FreeBSD.ORG Mon Sep 18 10:33:28 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5682C16A47C; Mon, 18 Sep 2006 10:33:28 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08D1F43D53; Mon, 18 Sep 2006 10:33:28 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from freefall.freebsd.org (maxim@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8IAXR6K038232; Mon, 18 Sep 2006 10:33:27 GMT (envelope-from maxim@freefall.freebsd.org) Received: (from maxim@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8IAXRXB038228; Mon, 18 Sep 2006 10:33:27 GMT (envelope-from maxim) Date: Mon, 18 Sep 2006 10:33:27 GMT From: Maxim Konovalov Message-Id: <200609181033.k8IAXRXB038228@freefall.freebsd.org> To: evan@proc.to, maxim@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: bin/103320: PATCH Improvement to ps when stdout is not a tty X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 18 Sep 2006 10:33:28 -0000 Synopsis: PATCH Improvement to ps when stdout is not a tty State-Changed-From-To: open->closed State-Changed-By: maxim State-Changed-When: Mon Sep 18 10:31:58 UTC 2006 State-Changed-Why: Duplicate of bin/90690. Please read an audit trail of this PR and submit your patches there. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=bin/90690 http://www.freebsd.org/cgi/query-pr.cgi?pr=103320 From owner-freebsd-bugs@FreeBSD.ORG Mon Sep 18 11:06:10 2006 Return-Path: X-Original-To: freebsd-bugs@FreeBSD.org Delivered-To: freebsd-bugs@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4293516A47C for ; Mon, 18 Sep 2006 11:06:10 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17DB243D7C for ; Mon, 18 Sep 2006 11:06:06 +0000 (GMT) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8IB66Pu040009 for ; Mon, 18 Sep 2006 11:06:06 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8IB65ow040005 for freebsd-bugs@FreeBSD.org; Mon, 18 Sep 2006 11:06:05 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 18 Sep 2006 11:06:05 GMT Message-Id: <200609181106.k8IB65ow040005@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: linimon set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: FreeBSD bugs list Cc: Subject: open PRs (mis)filed to gnats-admin and in limbo X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 11:06:10 -0000 Current FreeBSD problem reports No matches to your query From owner-freebsd-bugs@FreeBSD.ORG Mon Sep 18 11:06:16 2006 Return-Path: X-Original-To: freebsd-bugs@FreeBSD.org Delivered-To: freebsd-bugs@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2203A16A415 for ; Mon, 18 Sep 2006 11:06:16 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4FD5943D55 for ; Mon, 18 Sep 2006 11:06:15 +0000 (GMT) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8IB6FQF040018 for ; Mon, 18 Sep 2006 11:06:15 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8IB66cL040014 for freebsd-bugs@FreeBSD.org; Mon, 18 Sep 2006 11:06:06 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 18 Sep 2006 11:06:06 GMT Message-Id: <200609181106.k8IB66cL040014@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: linimon set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: FreeBSD bugs list Cc: Subject: Current problem reports X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 11:06:16 -0000 Current FreeBSD problem reports The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. Bugs can be in one of several states: o - open A problem report has been submitted, no sanity checking performed. a - analyzed The problem is understood and a solution is being sought. f - feedback Further work requires additional information from the originator or the community - possibly confirmation of the effectiveness of a proposed solution. p - patched A patch has been committed, but some issues (MFC and / or confirmation from originator) are still open. r - repocopy The resolution of the problem report is dependent on a repocopy operation within the CVS repository which is awaiting completion. s - suspended The problem is not being worked on, due to lack of information or resources. This is a prime candidate for somebody who is looking for a project to do. If the problem cannot be solved at all, it will be closed, rather than suspended. c - closed A problem report is closed when any changes have been integrated, documented, and tested -- or when fixing the problem is abandoned. Critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- a kern/27250 daichi [unionfs] [patch] unionfs filesystem panics in large n a kern/39043 [smbfs] Corrupted files on a FAT32 partition o kern/41723 [2TB] on 1TB fs, copying files to filesystem causes "i f bin/48341 qa [sysinstall] sysinstall deletes mbr although it should o kern/50201 [twe] 3ware RAID 5 resulting in data corruption f kern/60175 panic: 5.2-RC: disk errors cause panic in softupdates a bin/66261 fsck cannot recover filesystem corruption o kern/68757 kan rapid file creation on snapshotted filesystems panics o kern/70096 [msdosfs] [patch] full msdos file system causes corrup o kern/70881 re 5.3 beta1 kernel.generic missing from /boot/kernel/ o kern/73313 simokawa Maxtor Onetouch drivers hang or corrupt data when used o alpha/75317 alpha [ata] [busdma] ATA DMA broken on PCalpha o kern/75844 phk gbde causes disk write errors and subsequent kernel pa s threa/76690 threads fork hang in child for (-lc_r & -lthr) o kern/77234 [udf] [patch] corrupted data is read from UDF filesyst o threa/80887 jeff [sched_ule] ULE with SMP broke libpthread/libthr on 5. o kern/84498 daichi [unionfs] [hang] file system hangs when jail starts if o usb/84750 usb [hang] 6-BETA2 reboot/shutdown with root_fs on externa f kern/85329 [vinum] vinum dumpconfig destroys openmask and let Fre f i386/86364 remko [ata] ATA woes, SATA controller: failed writes, FS cor o kern/87191 scottl [aac] [patch] aac(4) panics immediately with INVARIANT o kern/88715 [kbd] [hang] new kbd driver in FreeBSD 6.0 RELEASE and f i386/88802 remko [iwi] [cardbus] CARDBUS related kernel crash (TSB43AB2 o bin/88872 [2TB] Error 36 while sysinstall tries to create / part o amd64/89202 amd64 [ufs] [panic] Kernel crash when accessing filesystem w o kern/89926 [iwi] [panic] if_iwi : sleeping thread owns a non-slee o kern/90512 [64-bit] Snapshot corruption after fs activity o usb/91629 usb usbd_abort_pipe() may result in infinite loop o kern/91631 [quotas] 6.0-RELEASE freeze repetitively o kern/92742 cognet [pts] [panic] New pts code causes AMD64 panics (regres o kern/93903 [aac] aac driver cannot shutdown controller causing da f kern/94261 [ufs] deadlock between ffs_mksnap and mysnc f kern/94822 dwhite [kbd] [patch] Fix keyboard hang for IBM / Intel blade o kern/94939 [acpi] [patch] reboot(8) fails on IBM / Intel blades o kern/99588 UFS2 filesystems hang when doing "fsck -B" or "dump -L p kern/100365 kib snapshots on busy filesystem fail o kern/103101 [patch] Locking race in tty.c causes frequent panics o o kern/103137 Rocketport driver is broken in 6.x o ports/103177 roam fix-port mail/vpopmail & mail/vpopmail-devel o i386/103186 i386 Poweredge Raid Controller/AMI Megatrends will not form o kern/103198 panic: Duplicate free of item 0xc4d1e800 from zone 0xc f ports/103204 mnag Update port: www/linux-flashplugin7 to 7.0r68 42 problems total. Serious problems S Tracker Resp. Description -------------------------------------------------------------------------------- a bin/3170 vi freaks and dump core if user doesn't exist s bin/4672 rdist does not do hard links right when target and sou a bin/6536 pppd doesn't restore drainwait for tty f bin/8865 dwmalone syslogd hangs with serial console o kern/10107 interlock situation with exec_map and a program binary o kern/10870 eivind Kernel panic when writing to write-protected floppy di o bin/13691 fenner tcpslice cannot extract over 2GB part of trace file s conf/13775 multi-user boot may hang in NIS environment f ports/14048 des [patch] doscmd -r doesn't work a kern/14712 iedowse [nfs] root has access to NFS mounted directories with s bin/14946 mjacob rmt - remote magtape protocol o kern/16090 mdodd No buffer space available o kern/16879 tanimura [snd_csa] csa sound drivers seem to be using shared ir o bin/16948 qa [sysinstall] sysinstall/disklabel: bad partition table o kern/17310 [nis] [patch] NIS host name resolving may loop forever o kern/17422 bde 4.0-STABLE: top: nlist failed s conf/17540 cel [nfs] NIS host lookups cause NFS mounts to wedge at bo o kern/17819 daichi [unionfs] Build ports on nfs & union mount panics kern p kern/18874 [2TB] 32bit NFS servers export wrong negative values t o i386/19245 obrien -fexpensive-optimizations buggy (even with -O) s bin/19405 markm telnetd sends DO AUTHENTICATION even if authentication s bin/19773 markm [PATCH] telnet infinite loop depending on how fds are o gnu/19882 obrien ld does not detect all undefined symbols! o kern/20016 threads pthreads: Cannot set scheduling timer/Cannot set virtu o bin/20172 byacc 1.9 fails to generate $default transitions for n o bin/20282 qa [sysinstall] sysinstall does not recover some /etc fil s bin/20521 mjacob /etc/rmt several problems o bin/20633 fdisk doesn't handle LBA correctly o kern/20804 deadlocking when using vnode disk file and quotas o bin/20912 marcel gdb does not recognise old executables. o kern/20958 mdodd [ep] ep0 lockup with ifconfig showing OACTIVE o bin/21089 vi silently corrupt open file on SIGINT when entering o kern/21406 [boot] bootinst or booteasy overwrites second drive's o kern/21461 imp ISA PnP resource allocator problem o kern/21463 emulation [linux] Linux compatability mode should not allow setu o kern/21642 Compaq Netelligent 10/100 card (TI Thunder Lan (TLAN) a kern/21808 [msdosfs] [patch] msdosfs incorrectly handles vnode lo o kern/21998 green [socket] [patch] ident only for outgoing connections o bin/22291 cel [nfs] getcwd() fails on recently-modified NFS-mounted s kern/22417 gibbs [adw] [patch] advansys wide scsi driver does not suppo s i386/22944 tegge [vm] [patch] isa_dmainit fails on machines with 512MB o gnu/22972 obrien Internal Compiler Error o bin/23098 qa [sysinstall] [patch] if installing on a serial console o kern/24074 mdodd Properties of token-ring protocol must be separated fr o kern/24085 syncing on shutdown leaves filesystem dirty f docs/24125 wes connect(2) can yield EWOULDBLOCK/EAGAIN o bin/24271 [patch] dumpon(8) should check its argument more o bin/24461 Being able to increase the YP timeout without rebuildi s threa/24472 threads libc_r does not honor SO_SNDTIMEO/SO_RCVTIMEO socket o o kern/24629 harti ng_socket failes to declare connected data sockets as s threa/24632 threads libc_r delicate deviation from libc in handling SIGCHL o kern/24982 stack gap usage o kern/25093 4.2-STABLE does not recognize PCNet-ISA+ cards o kern/25248 bde sys/user.h needs sys/param.h, but doesn't include it. o bin/25542 standards /bin/sh: null char in quoted string o kern/25886 [libc] cgetset(3) doesn't get cleared when switching d o kern/25950 obrien [asr] Bad drives on asr look zero-length and panic on a kern/25986 andre Socket would hang at LAST_ACK forever. o kern/26048 obrien [asr] 4.3-RC: SMP and asr driver don't work together a kern/26142 cel [nfs] Unlink fails on NFS mounted filesystem o kern/26316 Booting FreeBSD on VMware2 with 2 or 3 ethernet adapte a gnu/26362 "cvs server" doesn't honour the global --allow-root o kern/26486 [libc] [patch] setnetgrent hangs when netgroup contain o bin/26842 dump with h flag takes a very long time a bin/26869 vi(1) crashes in viewing a file with long lines o bin/26897 qa [sysinstall] 4.3R sysinstall fails to create swap part o kern/27059 scsi [sym] SCSI subsystem hangs under heavy load on (Server f kern/27275 kernel bug ? (negative sbsize) o kern/27474 Interactive use of user PPP and ipfilter can be insecu o docs/27605 doc [patch] Cross-document references () a kern/27893 sos can't burn audio cds on LG CD-RW CED-8083B o conf/27896 Error in /etc/exports invalidates entire line, not jus o bin/28223 su doesn't look at login.conf all the time o bin/28424 mtree fails to report directory hierarchy mismatch o kern/28508 scsi problems with backup to Tandberg SLR40 strimmer o bin/28798 mail(1) with a pager (more) requires fg/Ctrl-Z/fg to r s kern/28840 gibbs [cam] Possible interrupt masking trouble in sys/cam/ca f kern/29170 ru ARP request fails after "bad gateway value" in if_ethe o bin/29253 natd forgets about udp connections o bin/29375 qa [sysinstall] disk editor gets confused by slices that o kern/29421 Update a file with mmap will cause mtime/ctime changin f kern/29626 [modules] loading a module that is already compiled in f kern/29686 kevent EV_ADD EVFILT_WRITE does the wrong thing on a c o bin/29725 dwmalone [picobsd] [patch] fixed segmentation fault in simple_h o bin/29808 ypserv dumps core in yp_find_db o bin/29903 ypbind loses connection to NIS master and never recove o kern/29983 imp Problem with "TI PCI-1250 PCI-CardBus Bridge" on IBM T o kern/30125 btx/bootloader dumps very often if serial remote conso f kern/30160 [panic] kernel panic when flash disk is removed and th s i386/30206 mdodd [boot] PS/2 server 85 can't boot kern.flp o conf/30223 [patch] Using /usr/share/examples/kld/cdev, testcdev f o bin/30310 top does not show CPU usage o conf/30399 Have Fortran use the CPUTYPE variable o kern/30482 calcru calls printf while holding a spin lock s kern/30630 fenner [if_mib] Failure to check for existence of interface i o kern/30712 fatal kernel trap during ufs_rename o bin/30837 qa [sysinstall] sysinstall doesn't set the schg flag on t o bin/30869 dump(8) does not dump all files of a filesystem o kern/30948 ls'ing mounted brand new floppy locks up machine. o kern/30958 rwatson QUOTA with 0 bytes in quota.user hangs up the system i o kern/30971 peter [nfs] NFS client modification time resolution is not h s kern/31047 Linux programs do not dump core in linux format but Fr o kern/31102 wpaul [lge] lge + Pentium III data transmission problem f bin/31304 linimon [patch] fix crunchgen to work with more contrib-kind o o bin/31363 qa [sysinstall] "partition editor" silently corrects part o conf/31631 "MAC address" can't be acquired properly. o kern/31790 cel [nfs] problem with NFS and jail() o kern/31940 [nge] nge(4) gigabit adapter link reset and slow trans o kern/32098 [libc] semctl() does not propagate permissions s bin/32295 threads pthread dont dequeue signals o kern/32353 if kern.maxproc > 512 sybase ASE 11.9.2(linux binary) o bin/32374 vi -r doesn't work, file contained unexpected binary d o bin/32619 des libfetch does not use RFC 1738's definiton of ftp: URL o kern/32668 cel [nfs] NFS directory removal problems manifested in por o bin/32686 wosch locate(1) dumps a core file with broken database o ports/33080 ume gkrellmvolume interferes with the ability to record fr a i386/33089 murray GENERIC bloat causes 'make world' to break (overfull f o kern/33138 [isa] [patch] pnp problem in 4.3, 4.4, 4.5 o kern/33344 davidxu memory leak in device resource config load o bin/33370 qa [sysinstall] post-configuration issue o kern/33464 soft update inconsistencies after system crash s gnu/33551 cvs chokes on OpenBSD repositories o bin/33672 [patch] telnetd and mount_mfs signal handlers call exi o kern/33833 luigi Correct kernel config for 4.4-RELEASE is incorrect for o kern/33940 [ufs] [patch] quotactl allows compromise gid-quotas o gnu/34128 sdiff "e" doesn't work with some editors o bin/34270 man -k could be used to execute any command. o kern/34470 bde Modem gets sio1 interrupt-level buffer overflows' s threa/34536 threads accept() blocks other threads o kern/34568 [lpt] turning printer on and off hangs the computer o bin/34811 sh: "jobs" is not pipeable o kern/34842 [nis] [patch] VmWare port + NIS causes "broadcast stor o bin/35214 obrien dump program hangs while exiting o kern/35396 poll(2) doesn't set POLLERR for failed connect(2) atte o kern/35399 poll(2) botches revents on dropped socket connections o kern/35429 select(2)/poll(2)/kevent(2) can't/don't notice lost co o kern/35442 [sis] [patch] Problem transmitting runts in if_sis dri o kern/35506 jon [libc] innetgr() doesn't match wildcard fields in NIS- o kern/35511 [sis] sis(4) multicast filtering doesn't pass some App f kern/35645 bms Layer 2 switching using default router of "self" broke o kern/35669 cel [nfs] NFSROOT breaks without a gateway s docs/35678 doc docproj Makefiles for web are broken for paths with sp o kern/35703 /proc/curproc/file returns unknown o gnu/35878 /usr/bin/strip resets ABI type to FreeBSD o bin/35925 qa [sysinstall] fixit floppy cannot be mounted on USB dri a bin/35985 qa [sysinstall] swap double mount p kern/36038 [smbfs] sendfile(2) on smbfs fails, exposes kernel mem o misc/36086 trhodes Kerberos Problem/Handbook wrong/Followup to pr34401 a bin/36110 dmesg output corrupt if /dev/console is busy o kern/36147 bogus irq 7 message being issued o docs/36168 doc -pthread/_THREAD_SAFE docs missing in gcc(1) info (& _ o kern/36219 [bpf] [patch] poll() behaves erratic on BPF file descr o kern/36415 [bktr] [patch] driver incorrectly handles the setting o kern/36504 [kernel] [patch] crash/panic vm_object_allocate under o bin/36508 qa [sysinstall] installation floppy bug (4.5) o kern/36517 [sis] sis driver can't map ports/memory for NetGear FA o kern/36566 [smbfs] System reboot with dead smb mount and umount o kern/36784 Can't fcntl(fd, F_SETFL, ...) on a pseudo-tty o bin/36867 [patch] games/fortune: add FORTUNE_PATH env var, so po o bin/36911 qa [sysinstall] installation floppies miss autoload file o gnu/36926 send-pr destroys PR if emacs interrupt character is us o kern/37109 Kernel refuses to assign unused IP to tun via ppp afte o kern/37261 luigi kernel is not linking without "device ether" in the co o kern/37326 [bktr] smbus/bktr crash when omitting "device iicsmb" o bin/37343 portmap TCP binds strangeness o kern/37436 [hang] accept dead loop when out of file descriptors o kern/37441 davidxu [isa] [patch] ISA PNP parse problem o i386/37523 davidxu [i386] [patch] lock for bios16 call and vm86call o kern/37589 imp Kernel panics upon resume from zzz on my IBM ThinkPad o bin/37710 qa [sysinstall] LAN interface in wrong state after attemp a kern/38495 bms soreceive fails to maintain invariant on UDP sockets i o kern/38518 [boot] combination of pr-27087 and pr-36911 (2) make 4 s kern/38527 /dev/random does not obey O_NONBLOCK flag o kern/38549 threads the procces compiled whith pthread stopped in pthread_ a kern/38554 bms changing interface ipaddress doesn't seem to work o bin/38582 qa [sysinstall] sysinstall sets newfs flag after changing a gnu/38594 kan Fortan program don't link post gcc-3.1 o bin/38609 qa [sysinstall] sysinstall should know the size of the va o kern/38632 imp Loss of connection with wi cards o kern/38752 qingli rn_walktree_from not halting at the right node o kern/38872 cel [nfs] nfs code ignores possibility of MGET(M_WAIT) fai o bin/38918 edquota breaks silently when quota-marked filesystems o kern/38983 Kernel fails to access disk o kern/39233 bms NonConforming IPsec implementation from FreeBSD(Kame): o kern/39252 [syscons] [patch] syscons doesn't support 8-bit contro o kern/39329 [mount] '..' at mountpoint is subject to the permissio o kern/39331 dwmalone namei cache unreliable for __getcwd() o kern/39388 scsi ncr/sym drivers fail with 53c810 and more than 256MB m o bin/39849 /sbin/restore fails to overwrite files with schg flag o bin/39896 netmask 0xffffff00 no longer works in /etc/exports s threa/39922 threads [threads] [patch] Threaded applications executed with o kern/39928 imp [wi] wi0 timeouts and hangs the system while sending d a kern/39937 bms ipstealth issue a bin/39940 [patch] /usr/sbin/periodic sends thousands of emails o kern/40206 Can not assign alias to any POINTOPOINT interface o bin/40215 wpaul [nis] NIS host search not terminate o bin/40260 qa [sysinstall] hang when detecting devices (No CD/DVD de f kern/40274 [fxp] "fxp: device timeout" errors during heavy, susta o bin/40278 mktime returns -1 for certain dates/timezones when it o bin/40282 /bin/kill has bad error checking for command line para o kern/40394 [if_tap] if_tap(4) driver hard coded permission check o bin/40471 des chpass(1) -a option broken in CURRENT o kern/40787 kernel panic if PCMCIA CD-drive with mounted medium is o usb/40792 usb signals lead to data loss on device ugen o kern/40895 scsi wierd kernel / device driver bug s kern/41138 [vr] vr0 locks up on one hub, OK on another o kern/41216 cel [nfs] Get "NFS append race" error o conf/41242 periodic scripts make unwarranted assumptions about PA o bin/41297 mp {t,}csh backquote/braces expansion bug o kern/41402 [panic] kernel panics in pmap_insert_entry o bin/41410 stefanf /bin/sh bug on expanding $? in here-documents o kern/41632 luigi bridging when one interface has no carrier a bin/41647 bms ifconfig(8) doesn't accept lladdr along with inet addr o kern/41720 [nge] if_nge_load=YES make system not bootable o bin/41757 qa [sysinstall] sysinstall 4.6.x unstable o conf/41777 /etc/periodic/daily/100.clean-disks removes lisp.core o docs/41824 murray LANG is not documented in setlocale(3) o bin/41850 qa [sysinstall] sysinstall fails to create root filesyste o bin/42004 quota and rpc.statd are still IPv4 only, and not INET o kern/42089 phk ntp_gettime returns time in wrong scale o bin/42093 ypbind hangs on NIC with the lowest scopeid o misc/42115 luigi [picobsd] [patch] fix build script for 4.6-STABLE s kern/42216 rwatson simultaneous multiple server network failure o bin/42407 ppp(8) IPV6CP fails o kern/42578 [puc] [panic] using PCI serial cards (puc) in SMP mach o kern/42621 imp Dell Inspiron 5000e hangs when using Orinoco or Cisco o kern/42652 [smbfs] error deleting r/o (by windows) files on smbfs o bin/42658 markm recompile /usr/src/libexec/telnetd and log NULL ip in o gnu/42726 cvsadm cvs -R pserver & val-tags: story continues s bin/42750 fdisk(8) does not distinguish between FAT32, XFS or Ex o kern/42769 [boot] Boot stalls if the system has a serial console o kern/42801 [hang] FreeBSD freezes when opening cuaa0 with a motor a kern/42937 bms panic when ARP cache uses up all mbufs o kern/42983 imp wi0 sporadically freezes the system for 1-2 seconds o bin/43223 getnetby{name|addr} broken for DNS lookups. o bin/43337 des fetch: -s fails if -4 or possibly other options given; a i386/43366 cy Cannot format media in USB floppy devices o kern/43491 microuptime () went backwards o bin/43501 getpwnam, getpwuid fail when linking against Berkley D o kern/43576 imp Problem with wi driver and Lucent Orinoco Silver wirel o bin/43592 mktime rejects dates at the start of daylight savings a kern/43605 luigi enabling polling in the kernel causes page fault/crash o kern/43625 imp [wi] wi(4) driver hangs after long data transfers o bin/43674 [patch] login(1): able to bypass expired password o kern/43713 during install, mounting root from ufs:/dev/md0c resul o conf/43837 wollman PKST (pakistan daylight time) changed from Oct 15 to O o java/43924 glewis writing from JAVA to a pipe sometimes hangs o kern/43954 cel [nfs] nfs-blocked process can't return or be interrupt a kern/44030 VNode/Swap troubles o kern/44150 Diskless kernel may crash, depends on the root fs name o kern/44202 [rp] [patch] -stable rp driver does not work with mult p kern/44336 [nfs] NFSv3 client broken - security problem with attr o kern/44417 luigi [bridge] [patch] ipfw layer2 rules are not checked for s bin/44518 yar ftpd does not show OPIE OTP challenge o docs/44519 obrien ftpd.conf(5) contains references to ftpd(8) when it is o gnu/44564 peter [PATCH] Aborted cvs session causes an endless loop in o kern/44578 [nis] getnetgrent fails to read NIS netgroup map o kern/44744 [vn] [patch] VN devices can hang system FreeBSD v4.5 o bin/44808 [PATCH] opiepasswd makes bad seed for existing user o gnu/45168 Buffer overflow in /usr/bin/dialog o bin/45272 dump/restore problem o docs/45303 remko Bug in PDF DocBook rendering o kern/45322 Panic on resume (zone: entry not free) o kern/45373 mckusick softupdate / fs damaged after loss of power / CG 8: Ba o kern/45403 imp Cannot install -CURRENT via pccard network interface o i386/45525 imp Dell Inspiron 7000 does not recognize PC-CARDs after r o bin/45529 hexdump core-dumps with certain args [PATCH] o kern/45558 [msdosfs] mdconfig and msdosfs make fs writes hang o bin/45565 qa [sysinstall] write error, filesystem full s kern/45568 gibbs [ahc] ahc(A19160) pci parity error f i386/45773 remko [bge] Softboot causes autoconf failure on Broadcom 570 o kern/45777 crashdump issue with too-small dumpdev o kern/45913 imp WaveLan driver problems with latest -CURRENT o bin/45990 dwmalone top dumps core if specific errors in password file o bin/45995 markm Telnet fails to properly handle SIGPIPE on its termina o kern/46017 [smbfs] smb mounts break /etc/periodic/weekly/310.loca o kern/46036 inaccurate timeouts in select(),nanosleep() + fix o usb/46176 usb [panic] umass causes kernel panic if device removed be o kern/46239 standards posix semaphore implementation errors o bin/46352 Open file descriptors and signal handling in the child o i386/46371 usb USB controller cannot be initialized on IBM Netfinity f kern/46484 [bge] [panic] System panics upon configuration of bge a kern/46647 silby Failure to initialize MII on 3Com NIC results in panic o bin/46670 qa [sysinstall] 5.0-RC2 install leaves CD drawer locked. o bin/46676 ru [PATCH] bsd.dep.mk restricts domain of tags commands o kern/46694 imp Getting DUP packets when in Promiscous mode on wi0 o bin/46866 NIS-based getpwent() falsely returns NULL o kern/47286 device probing not verbose when using boot -v o kern/47359 dd [snp] [panic] panic after kldunload snp o bin/47384 qa [sysinstall] sysinstall ignores intended destination d o kern/47628 trhodes [msdosfs] [patch] msdosfs file corruption fix o kern/47647 [crash] init died with signal 6 [4.7] s kern/47813 [gre] pseudo-device gre(4) doesn't appear to work with o kern/47937 hw.ncpu and kern.smp.cpus duplicate same info o kern/47951 [hang] rtld in ld.so will livelock in some circumstanc o alpha/47952 alpha DEFPA causes machine check with V5.0-release o kern/48062 mckusick mount -o snapshot doesn't work on +100GB disks o kern/48100 Fatal panic in vm_map_lookup_entry ... [SMP, 5.0] o kern/48117 SMP machine hang during boot related to idle proc and o kern/48166 panic: pmap_new_proc: u_map allocation failed o bin/48183 marcel [patch] gdb on a corefile from a threaded process can' o bin/48271 bug with find's -delete option s kern/48279 [bktr] Brooktre878 may cause freeze o conf/48325 /etc/periodic/security/100.chksetuid doesn't work with o kern/48393 mckusick [ufs] ufs2 snapshot code bugs p bin/48424 Integer overflow in cksum(1) and sum(1) file size repo o kern/48425 Tape drive EOT handling problems in 4.7 o misc/48461 murray $EDITOR on the fixit CD is wrong. o bin/48730 sos burncd does not handle signals and causes damage o kern/48741 darrenr ipnat corrupts packets on gre interface with rul o kern/48758 [modules] kldunload if_{nic} can cause kernel panic s threa/48856 threads Setting SIGCHLD to SIG_IGN still leaves zombies under o bin/48865 Dumps made on FreeBSD 5.0-RELEASE are unrecognizable o o conf/48881 rc [PATCH] The influence of /etc/start_ifname on /etc/rc. o kern/48996 Fatal trap 12 with incoming traffic from WindowsXP via o kern/49040 problem mounting root; ffs_mountroot can't find rootvp s threa/49087 threads Signals lost in programs linked with libc_r o kern/50574 mbr [dc] dc driver incorrectly detects ADMtek chip model s kern/50827 [kernel] [patch] new feature: add sane record locking s kern/50856 [mfs] panic if mounting /tmp as mfs with soft-updates p conf/51085 ache FreeBSD is missing ja_JP.eucJP locale. o www/51135 www Problems with the mailing-lists search interface o bin/51171 /bin/sh has only 32-bit arithmetics that is not enough o kern/51274 ipfw [ipfw] [patch] ipfw2 create dynamic rules with parent o kern/51332 mjacob QUIRK: BNCHMARK DLT1 requires SA_QUIRK_1FM f kern/51341 ipfw [ipfw] [patch] ipfw rule 'deny icmp from any to any ic o kern/51352 panic: malloc(M_WAITOK) in interrupt context o kern/51583 [nullfs] [patch] allow to work with devices and socket o bin/51628 [nis] ypmatch doesn't match keys in legacy NIS servers o kern/51685 [hang] Unbounded inode allocation causes kernel to loc o kern/51742 [panic] ffs_vfree: freeing free inode o bin/51827 getaddrinfo() is broken with numeric service o kern/51982 [sio] sio1: interrupt-level buffer overflows s ports/52079 vmware3 hangs when nmdm(4) is used as COM1 device s kern/52110 daichi [unionfs] FS corruption when using unionfs o bin/52343 NIS login problem on the server o kern/52445 [mfs] panic when mounting floppy on MFS filesystem o kern/52585 bms [netinet] [patch] Kernel panic with ipfw2 and syncooki o kern/52638 scsi [panic] SCSI U320 on SMP server won't run faster than o bin/52743 /etc/ppp/ppp.linkup instability issues s kern/52745 daichi [unionfs] Fatal trap 12: page fault while in kernel mo o kern/52818 vm_fault() calls vput() on shared-locked vnode o kern/52936 [nfs] Huge writes to nfs exported FAT filesystems caus o kern/52943 [hang] reproducable system stuck just brefore multiuse o kern/53137 [panic] background fscking causing ffs_valloc panic. f kern/53433 heavy i/o on GBDE partition on SMP locks up box on 5.0 o bin/53434 pw disallow a password including space. o kern/53447 alfred [kernel] poll(2) semantics differ from susV3/POSIX o bin/53606 roberto ntpdate seems to hang system o bin/53839 qa [sysinstall] disklabel editor fails on post-install co f kern/53920 andre sluggish TCP connection o kern/53940 imp Some WiFi devices cannot connect to hostap access poin o bin/54097 Non-local yppasswd -d broken in 5.1-CURRENT o kern/54189 [dns] resolver should resolve hostnames with underscor o kern/54309 silby TCP Packet of 64K-1 crashes FreeBSD4.8 o bin/54401 [patch] pppstats prints 0 for absolute values in range o stand/54410 standards one-true-awk not POSIX compliant (no extended REs) o bin/54446 pkg_delete doesn't honour symlinks, portupgrades leads o java/54463 glewis Apparent bug in jdk13 s kern/54534 daichi [unionfs] unionfs && mfs|md crashing machine o i386/54756 acpi ACPI suspend/resume problem on CF-W2 laptop p kern/55018 andre [digi] [patch] Digiboard PC/Xem fails to initialize wh o kern/55028 The broken FAT12 filesystem causes system panic on Fre o kern/55175 alfred LOR in select and poll f gnu/55278 Externs on implicit declarations o kern/55297 [vfs] [panic] kernel panic after running XFree86 o bin/55346 /bin/sh eats memory and CPU infinitely o bin/55349 mbr amd(8) mixes up symlinks in its virtual filesystem. o kern/55379 [panic] kernel crashes randomly o bin/55448 dbm_nextkey() misbehaves after dbm_store() in dbm(3) o bin/55457 marcel GDB gets confused debugging libc_r threaded processes. a kern/55542 andre [de] [patch] discard oversize frame (ether type 800 fl f usb/55555 usb [ums] system freezes with access to /dev/ums0 f i386/55603 remko [mly] unable to reboot when system runs from Mylex A35 o kern/55617 [smbfs] Accessing an nsmb-mounted drive via a smb expo o i386/55661 acpi ACPI suspend/resume problem on ARMADA M700 o kern/55822 acpi No ACPI power off with SMP kernel o bin/55829 __stderrp not defined in libc.so.3 (compat for FreeBSD o bin/55956 passwd chat script not backward compatible o bin/55965 sshd: problems with HostBasedAuthentication and NSS co o kern/55975 thomas ATAPICAM- READ_6(0x08) fails for ATAPI tape drive o kern/56024 acpi ACPI suspend drains battery while in S3 o kern/56031 luigi [ipfw] ipfw hangs on every invocation o bin/56147 FreeBSD/NetBSD /bin/sh mishandles positional parameter f kern/56233 bms IPsec tunnel (ESP) over IPv6: MTU computation is wrong o kern/56339 select() call (poll() too) hangs, yet call works perfe a kern/56381 daichi [unionfs] panic: page fault in fifo_close() ... s kern/56461 [rpc] FreeBSD client rpc.lockd incompatible with Linux p bin/56500 roam rpc.lockd needs to use reserved ports p bin/56606 [2TB] df cannot handle 2TB NFS volumes o kern/56873 qa [boot] system hangs on boot at Buslogic device f i386/57043 remko [ar] [hang] ar driver with 2 port PCI card locks up wh o usb/57085 sanpei [umass] umass0 problems, with Sony Vio/USB memory stic a kern/57100 bms [bridge] disable hardware checksums when using bridge( o kern/57195 [mfs] mount_mfs -i 512 => panic? o kern/57206 [panic] softdep_lock locks against itself, causing ker o bin/57255 usb usbd and multi-function devices o kern/57350 [panic] using old monocrome printer port (IO_LPT3 / 0x s kern/57398 scsi [mly] Current fails to install on mly(4) based RAID di o kern/57453 [kue] [patch] if_kue hangs boot after warm boot if fir o bin/57456 Telnet encryption gets out of sync o bin/57466 dialog(1) does not read stdin, breaks subversion port a kern/57479 bms FreeBSD Not in compliance with RFC 1122, Cannot have m o bin/57554 sh(1) incorrect handling of quoted parameter expansion o kern/57603 [bktr] bktr driver: freeze on SMP machine o kern/57631 jhb [agp] [patch] boot failing for ALi chipsets o bin/57673 Odd/dangerous disklabel(8) behaviour on 5.0 and 5.1-CU o kern/57722 [kernel] [patch] uidinfo list corruption f kern/57760 bms IPsec policy on inbound trafic is not enforced (allows o kern/57790 cdparanoia triggers kernel panic f i386/57818 remko 4.9-RC panics when kernel is built with apm o kern/57832 scottl [ips] softdep_deallocate_dependencies: dangling deps o kern/58154 mckusick Snapshots prevent disk sync on shutdown o kern/58169 panic: vnode_pager_getpages: unexpected missing page: f kern/58391 le [vinum] Trap 12 with heavy disk load on ide vinum mirr o kern/58581 [hang] System call gettimeofday hang 5.x triggered by o kern/58687 deischen [libc] [patch] gethostbyname(3) leaks kqueue file desc o kern/58787 [panic] pmap_enter: attemped pmap_enter on 4MB page o kern/58831 panic: vinvalbuf: flush failed o kern/58870 bms [gif] [panic] page fault in kernel mode with ifconfig o kern/58930 [panic] Page fault when unplugging Alcatel Speedtouch o kern/58941 rwatson acl under ufs2 doesn't handle disk corruption, page fa o bin/58951 [sysinstall] some problems with 4.9-RELEASE installati o kern/58953 [puc] [patch] detect NetMOS-based six serial port card o alpha/59116 alpha [ntfs] mount_ntfs of a Windows 2000-formatted fs cause f kern/59172 bms Zebra interface route causes kernel panic for cloned i o kern/59183 imp [wi] wi problems with wi_cmd o kern/59185 [panic] 4.9-RELEASE kernel panic (page fault) in ffs_s o kern/59203 imp Panic with wi and newcard a kern/59211 [nwfs] System crashes when moving files from NWFS moun f i386/59260 remko [panic] Panic by integer divide fault in Thinkpad A31p o kern/59296 Serial Line Noise Causes System Hang in Loader on Rebo f kern/59594 [hang] I/O operations freeze system when perform file s bin/59638 des passwd(1) does not use PAM to change the password o kern/59652 cannot redirect kernel output to serial console on sio f i386/59683 remko panic: signal 12 4.9-STABLE - frequent crashes under l f i386/59701 remko System hungup, after resume from suspend. o bin/59777 ftpd(8)/FreeBSD 5: potential username enumeration vuln f i386/59898 remko [boot] pxe boot: BTX halted o kern/59912 mremap() implementation lacking o kern/59945 [nullfs] [patch] nullfs bug: reboot after panic: null_ o gnu/59971 peter assertion "strncmp (repository, current_parsed_root->d s ports/60083 java Unsafe use of getaddrinfo in jvm 1.4.2-p5 o kern/60154 [ipfw] ipfw core (crash) f i386/60226 remko [ichsmb] [patch] ichsmb driver doesn't detects SMB bus o kern/60235 phk some /dev-entries missing for newly auto-added disks o bin/60349 scottl [sysinstall] 5.2-RC1 cannot do NFS installation o bin/60385 vmstat/iostat/top all fail to report CPU usage (still o kern/60598 scsi wire down of scsi devices conflicts with config f i386/60633 remko [sis] SIS motherboard with the SIS 5591 (591) ATA chip o kern/60641 scsi [sym] Sporadic SCSI bus resets with 53C810 under load o docs/60679 doc [patch] pthread(3): pthreads documentation does not de o kern/60685 Intel 82559 NICs don't work in 4.9 o kern/61129 thomas atapicam / UDMA cdrom loop o bin/61152 qa [sysinstall] installer refuses to mount USB-floppy or s kern/61165 scsi [panic] kernel page fault after calling cam_send_ccb o bin/61355 login(1) does not restore terminal ownership on exit f kern/61358 phk boot freezes while ATA GEOM slice detection on latest o kern/61390 [hang] Machine freeze when creating gif interface o kern/61404 andre RFC1323 timestamps with HZ > 1000 o bin/61498 obrien [patch] Please MFC flex patch for gcc 3.x o kern/61544 ip6fw breakage on (at least) sparc64 o bin/61587 qa [sysinstall] [patch] installation problem, disklabel c o docs/61605 doc [feature request] Improve documentation for i386 disk o bin/61658 qa [sysinstall] 5.2R error "Add of package qt-3.2.1 abort o kern/61669 [twe] writing to 3ware escalade spends 90% of cpu in s o kern/61686 FreeBSD 5.2-RELEASE crashes when ACPI is disabled f bin/61701 Segmentation fault on OPIE when sequence number=-1 o bin/61716 mckusick newfs: code and manpage are out of sync o kern/61733 imp panic: resource_list_release: resource entry is not bu o kern/61746 [boot] system locks up on boot if both apic option and o kern/61774 [nis] nis security issue p i386/61852 alc i386 pmap SMP race condition can cause lost page modif o bin/61890 qa [sysinstall] fdisk(8) uses incorrect calculations for o bin/61937 qa [sysinstall] cannot install 5.2-REL via serial console o alpha/61940 alpha Can't disklabel new disk from FreeBSD/alpha 5.2-RELEAS o kern/61960 sos [ata] [patch] BigDrive support for PC-98 architecture o alpha/61973 alpha Machine Check on boot-up of AlphaServer 2100A RM o bin/62040 pkg_add(1) won't run because the ELF dynamic linker ca o bin/62058 burncd doesn't work with Creative RW8438E o usb/62088 usb [usb] Logitech Cordless/Optical Mouse not working o kern/62091 [hang] Random Lockups on Boot (Timecounter?) [SMP, 5.2 o kern/62216 perl syswrite not writing the buffer under (heavy) dis o bin/62255 peter 2003-12-18: Stable CVS Version 1.11.11 Released! (secu a kern/62278 iedowse [nfs] NFS server may not set eof flag when reading las o kern/62284 panic: GENERIC panics on FreeBSD 5.X immediately after o amd64/62295 obrien ipsec failure on 5.2.1-RC amd64 o usb/62309 usb [ugen] [panic] panic: ugen(4) driver o bin/62367 qa [sysinstall] 5.2.1-RC installation problems o kern/62374 darrenr panic: free: multiple frees o bin/62375 qa [sysinstall] sysinstall core dump o conf/62417 luigi diskless op script failed o kern/62468 panic: system crashes when serial getty enabled and se o kern/62502 [modules] panic under double loading vinum.ko module o o kern/62658 [boot] loader/kernel answer to `boot -a' ignored when o amd64/62753 obrien [txp] [panic] txp(4) panics on amd4 o kern/62762 trhodes [msdosfs] Fsync for msdos fs does not sync entries o kern/62824 [panic] softdep_setup_inomapdep: found inode [5.2-CURR o bin/62833 qa [sysinstall] can't install: integer divide fault o kern/62864 cognet Machine not reboot. a kern/62906 peadar [agp] [patch] AGP misconfigures i845G chipset, causing o gnu/62937 Compilation of base src Perl with static csh dependenc o kern/63040 panic: kernel panic (sf_buff_alloc) o kern/63204 multimedia [sound] /dev/mixer broken with ESS Maestro-2E (still o o kern/63343 [boot] manual root filesystem specification failed wit o kern/63360 [panic] page fault in ath kernel module if_ath on 5.2- o bin/63391 Burncd DAO fails on some CD recorders o kern/63431 [rtc] motherboard going to suspend mode stops system c o bin/63489 top, finger segfault when using NIS groups to restrict o bin/63535 getpwent segfaults when NIS groups used by top, finger o kern/63557 thomas ATAPICAM broken in 5.2-CURRENT (REQUEST_SENSE ILLEGAL o usb/63621 usb [usb] USB MemoryStick Reader stalls/crashes system o kern/63629 thomas mounting atapicam volume through cd0c cause data corru p kern/63662 [nullfs] using read-only NULLFS leads to panic. gdb ou o i386/64002 acpi acpi problem o kern/64196 [kernel] [patch] remove the arbitrary MAXSHELLCMDLEN s kern/64313 threads FreeBSD (OpenBSD) pthread implicit set/unset O_NONBLOC o kern/64363 [panic] ffs_blkfree: freeing free block [4.9] o kern/64406 panic: ffs_clusteralloc: map mismatch p kern/64573 alc mmap with PROT_NONE, but still could be read o bin/64738 sendmail(8): SO_REUSEADDR doesn't seem to work with AF a kern/64816 peadar [nfs] mmap and/or ftruncate does not work correctly on o kern/64826 [panic] with IPv6 on 4-STABLE after FreeBSD-SA-04:04.t o kern/64903 [modules] panic: multiple kldload of a module compiled o bin/64990 /bin/sh unable to change directory but current dir gro o java/65054 glewis Diablo 1.3.1 JVM runs out of file descriptors at 1021 f ports/65128 cy security/aide port fails with SIGBUS every time f kern/65212 [hang] running startx hangs the system (acpi-related) o bin/65223 fsck of 5.2 makes UFS1 inconsistent for 4.9 o kern/65300 [udf] Can't use sendfile(2) to download files in UDF D f kern/65428 remko [uscanner] [panic] uscanner(4)-related repeatable kern o bin/65546 qa [sysinstall] 4.10-BETA fails to install from NFS o kern/65616 bms IPSEC can't detunnel GRE packets after real ESP encryp o gnu/65641 Use of llabs() in C++ fails as ambiguous o i386/65648 imp cardbus("TI1131") won't work on Dell Latitude CP 233XT o bin/65774 qa [sysinstall] cannot run repair disk when booted from U s kern/65817 [sk] [panic] kernel panic with GENERIC 5.2.1 and SysKo o gnu/65869 cvs generates invalid cvs command lines o kern/65901 [smbfs] smbfs fails fsx write/truncate-down/truncate-u o kern/65920 [nwfs] Mounted Netware filesystem behaves strange o kern/66025 panic: kernel panic in pagedaemon with vmware3 port o kern/66029 [crypto] [patch] MD5 alignment problem on a TriMedia p o bin/66036 restore crashes (reproducable, core file and backtrace s kern/66066 daichi [unionfs] panic: ufs_direnter: compact2 o bin/66103 macro HISADDR is not sticky in filters o java/66151 java JBuilderX (sun jvm 1.4.1 builtin) crashes on 4.9 works o kern/66152 daichi [unionfs] laying unionfs over another unionfs mount ca o kern/66162 phk gbde destroy error o kern/66270 mckusick [hang] dump causes machine freeze o kern/66290 imp pccard initialization fails with "bad Vcc request" o kern/66348 rik [cx] FR mode of cx (Cronyx Sigma) does not work for 4. o bin/66350 qa [sysinstall] sysinstall creates a partition of subtype f i386/66368 remko [install] 4.9 install fails with MODE_SENSE_BIG timeou o kern/66611 [nfs] Crashing NFS servers (with workaround) o kern/66786 [nfs] panic: exporting msdosfs causes nfs to panic o conf/66791 Old dev.db leads to the wrong program behaviour (4.x s o kern/66829 daichi [unionfs] mounting fdesc union on /dev panics 4.10-pre o bin/66830 chsh/ypchsh do not change user information over NIS o kern/66848 imp cardbus power support breaks cardbus support on HP Omn o kern/66876 [fdc] [patch] Cannot extract tar(1) multi-volume archi o bin/66950 qa [sysinstall] upgrading to 4.10-RC3: package conflicts o kern/66960 [fdc] [patch] filesystems not unmounted during reboot o bin/66984 qa [2TB] [patch] teach sysinstall about larger disks o i386/67050 imp CardBus (PCI ?) resource allocation problem (still on o i386/67273 acpi [hang] system hangs with acpi and Xfree o kern/67301 panic: uftdi, RTS and system panic o kern/67326 [msdosfs] crash after attempt to mount write protected o conf/67328 Usermode PPP hangs on boot when NIS configured p kern/67546 [2TB] Coredumps > 2Gb do not work (on 64bits platforms s alpha/67626 alpha X crashes an alpha machine, resulting reboot f i386/67688 remko 5.2.1 initial floppy boot fails with Fatal trap 9 f kern/67769 Fxtv 1.03 cause the Desk top (KDE) to Freeze o kern/67794 panic: ffs panic during high filesystem activity o kern/67919 imagemagicks convert image to movie conversion kills 5 f i386/67955 remko [panic] -current on T40p kernel trap 12 in boot if cdr o bin/67995 [patch] morse(6) plays beeps 10 times faster than it s p kern/68013 jeff tp->snd_wl1 & snd_wl2 are not updated in the header pr o bin/68047 [sysinstall] unattended install of FreeBSD 5.2.1 does o kern/68076 [modules] Page fault when the sequence "kldunload ucom f i386/68149 remko FreeBSD 4.10 installation blocking on ASUS Pundit o kern/68324 panic: Duplicate free of item 0xc3121908 from zone 0xc o kern/68325 panic: _mtx_lock_sleep: recursed on non-recursive mute f i386/68411 remko VMware Virtual Machine - Network Fails During Install f i386/68438 remko bootloader cannot read from icp vortex arrays o kern/68442 [panic] acquiring duplicate lock of same type: "sleepq f i386/68486 remko logo screensaver kills compaq ML370 consoles [5.2.1] o kern/68576 rwatson UFS2 snapshot files can be mounted read-write and writ o bin/68727 marcel gdb coredumps after recent CURRENT upgrade o kern/68889 rwatson [panic] m_copym, length > size of mbuf chain f i386/68899 remko Problems reading and writing DVD-RAM discs o kern/68978 [crash] firewire crashes with failing hard disk, loose o kern/68987 panic: kmem_malloc(163840): kmem_map too small o usb/69006 usb [patch] Apple Cinema Display hangs USB ports o kern/69019 [wi] wlan stalling after 2-3 hrs of moderate traffic f i386/69049 remko [install] error "anic: page fault" o kern/69066 panic: nmdm page fault when slattach on a null modem d o kern/69092 [rl] kernel: rl0: watchdog timeout o kern/69100 [nwfs] panic: 5.2.1p9 kernel panics when mounting nwfs o kern/69141 panic: softdep_lock [5.2.1-RELEASE, SMP] o kern/69158 [an] Cisco MPI350 wireless card problems related to ir o i386/69218 simokawa [boot] failure: 4.10-BETA and later do not boot on Asu o kern/69607 [if_tap] [crash] system crashes in if_tap module [4.10 o kern/69612 [panic] 4.10-STABLE crashes everyday: page not present o kern/69629 [panic] Assertion td->td_turnstile o amd64/69704 amd64 ext2/ext3 unstable in amd64 o amd64/69707 amd64 IPC32 dont work OK in amd64 FreeBSD o bin/69723 sysinstall: allow to continue from package install fai o bin/69942 [sysinstall] sysinstall changes /etc/rc.conf after ins f i386/70028 remko [umass] umass issue in the boot prcess on SONY Laptop f ports/70309 sumikawa [patch] racoon disrupt manually-keyed IPSEC tunnels on o i386/70330 marcel Re-Open 33262? - gdb does not handle pending signals p o kern/70360 [twe] Random lock-ups with 3ware RAID 5 under FreeBSD o i386/70386 i386 IBM x345 Freezes Randomly o i386/70482 i386 Array adapter problems o i386/70525 i386 [boot] boot0cfg: -o packet not effective o i386/70531 i386 [boot0] [patch] boot0 hides Lilo in extended slice o kern/70587 [vm] [patch] NULL pointer dereference in vm_pageout_sc o bin/70600 fsck(8) throws files away when it can't grow lost+foun o kern/70649 [rtc] system clock slows down when heavily loaded o kern/70663 [ipx] Freebsd 4.10 ncplogin + Netware 4.11 = nwerr 89f o i386/70747 i386 ddos attack causes box to crash on kernel 5.2.1 o kern/70753 [boot] Device for firewire hard disk not created in ti o bin/70803 truss wedges if child exits at the wrong moment o kern/70809 [panic] ufs_direnter: compact1 o i386/70925 i386 [hang] 5.3Beta1 acpi-pci driver failure, ata disk atta f kern/70931 [panic] page fault at end of boot on Athlon 64 / Asus o bin/70974 [rpc] SIGSEGV in rpc.lockd o threa/70975 threads unexpected and unreliable behaviour when using SYSV se o i386/71000 i386 [boot] BTX halted when booting from CD on a machine wi o i386/71035 i386 [kbd] SMP boot hangs in bus_space_write_1 during keybo o i386/71048 i386 [hang] ASUS TUV4X hangs when SONY CRX140E attached f i386/71087 remko [hang] 5.3-beta(2-5) fail to install on eServer325 wit o kern/71131 [panic] profile.sh causes bfe to panic f i386/71144 remko FBSD5.3b2 doesn't boot on a Compaq Armada 7300 o bin/71147 sshd(8) will allow to log into a locked account o usb/71155 usb [usb] misbehaving usb-printer hangs processes, causes f i386/71158 remko [pccbb] pci bus number 3 devices are missing on laptop o gnu/71160 marcel gdb gets confused about active frame o kern/71198 Lack of PUC device in GENERIC kernel causes interupt l o bin/71290 [PATCH] passwd cannot change passwords other than NIS/ o kern/71310 jeff [panic] kernel crash on rtprio pid priority change o bin/71323 qa [sysinstall] FTP download from floppy boot crashes wit f kern/71388 rwatson [panic] due mac_policy_list_conditional_busy called be o kern/71391 [nfs] [panic] md via NFS file + mount -t ntfs: panic: o kern/71394 [boot] unable to mount troot device in boot: UDMA ICRC o kern/71402 rwatson panic with lomac o kern/71421 jeff [sched_ule] [hang] filesystem operations lockups f i386/71428 remko [ata] [dma] DMA does not work on VIA 82C586 [4.10] o kern/71478 [nis] NIS/NFS: res_mkquery failed [4.2] f kern/71568 emax [kbd] [patch] unable to install FreeBSD using only a u o bin/71602 [PATCH] uninitialized "len" used instead of "slen" wit o bin/71603 "systat -v" enters infinite loop o amd64/71644 amd64 [panic] amd64 5.3-BETA4 crash when heavy load o kern/71677 rwatson [mac] [patch] MAC Biba / IPFW panic o sparc/71729 sparc64 printf in kernel thread causes panic on SPARC o kern/71771 [amr] Hang during heavy load with amr raid controller a bin/71786 [patch] adduser breaks if /sbin/nologin is included in f kern/71791 [panic] Fatal trap 12: page fault while in kernel mode o kern/71792 [vm] [patch] Wrong/missing 'goto' target label in cont o kern/71827 jeff [sched_ule] [panic] Running java applications causes k o kern/72007 [panic] clist reservation botch [4.10] o kern/72022 packet loss on loopback interface [5.3-BETA5] s kern/72041 [cam] [hang] Deadlock when disk is destroyed while use o kern/72130 Promise Fastrack sx4000 boot problem o ports/72149 [PATCH] heimdal with LDAP backend - bad slapd socket p f java/72151 java JVM crash on 5.2.1-R o kern/72163 ACPI Panics on boot with 5.3-BETA-3 and up on Abit BH- o kern/72208 panic: bio_completed can't be greater than bio_length o kern/72210 andre ipnat problem with IP Fastforward enabled o kern/72211 Cannot boot 5.3-BETA6 with both SCSI and ATA disks o kern/72278 Installworld crashes machine [5.3-BETA7] s docs/72285 doc gcc(1) manuals are out of sync o kern/72305 boot hangs after discovering disks when acpi is enable f i386/72343 remko [acpi?] Suspend resets system on Inspiron 5160. o threa/72353 threads Assertion fails in /usr/src/lib/libpthread/sys/lock.c, f i386/72376 remko [acpi] [sound] acpi is mutually exclusive with snd_mss o kern/72396 [netinet] [patch] Incorrect network accounting with al o kern/72424 panic: ffs_blkfree: freeing free block in ffs/ffs_allo o threa/72429 threads threads blocked in stdio (fgets, etc) are not cancella f i386/72441 remko HP Proliant DL380 hangs on reboot with 5.3 f usb/72466 emax [kbd] USB keyboard does not respond in single-user she o kern/72490 Panic mounting cdrom with RWCombo Abort trap (core dumped) o kern/73538 [bge] problem with the Broadcom BCM5788 Gigabit Ethern o bin/73559 sos burncd(8) failure closing/fixating DVD-+R/CD-R/CD-RW N o bin/73617 qa [sysinstall] fdisk editor unmarks active partition o amd64/73650 amd64 5.3-release panics on boot o i386/73666 i386 5.3 UDMA error WD1600 can't partition drive o i386/73706 jhb ATA_IDENTIFY timed out under FreeBSD 5.3 p kern/73719 csjp Page fault in bpf_mtap () o kern/73740 [nfs] [panic] 5-3-R#3 panic when accessing nfs exporte o kern/73744 printing via cups causes "Interrupt storm" warning, th o amd64/73775 amd64 Kernel panic (trap 12) when booting with (not from!) P f kern/73830 le kernel panic when raid5 member disk is removed o kern/73850 thomas atapicam and Zip drive causes reboots upon write to /d o kern/73871 [wi] Intersil Prism wireless wi0 locks up, "busy bit w o kern/73910 ipfw [ipfw] serious bug on forwarding of packets after NAT o i386/73934 i386 fdisk sees disk as empty f kern/73987 multimedia [sound] Nforce2 MB sound problem o i386/74008 i386 IBM eServer x225 cannot boot any v5.x - endless dump s o kern/74012 FreeBSD 4.10 stops responding while playing a URL o misc/74019 Not NOMAN requires NO_CXX in make.conf o i386/74044 i386 ServerWorks OSB4 SMBus interface does not detected on o kern/74104 ipfw [ipfw] ipfw2/1 conflict not detected or reported, manp p kern/74105 rwatson IPX protocol support doesn't work o i386/74124 i386 ata0 failure on HP(Vectra) VL6/350 [introduced in 5.3] o bin/74127 [patch] patch(1) may misapply hunks with too little co o kern/74230 periodic Fatal trap 12: page fault while in kernel mod o kern/74238 firewire [firewire] fw_rcv: unknown response; firewire ad-hoc w s kern/74242 rwatson Write to fifo with no reader fails in 6.0 current o kern/74272 Interrupt storm detected on "irc10:atapci1"; and syste o kern/74309 xterm -C and rxvt -C do not grab /dev/console o kern/74319 [smp] system reboots after few hours (5.3) a kern/74432 Yamaha DS-1E produces "kernel: Danger! pcm0:play:2 buf o kern/74495 [wi] wi(4) wlan driver device freeze (5.3-STABLE) o ports/74518 openoffice openoffice-1.1 build failure on 4-stable: dmake can't o gnu/74531 gcc doesn't link correctly if -pg specified o i386/74601 i386 Cardbus fails after busdma_machdep.c update o conf/74610 Hostname resolution failure causes firewall rules to s o kern/74627 scsi [ahc] [hang] Adaptec 2940U2W Can't boot 5.3 s kern/74708 [umapfs] [panic] UMAPFS kernel panic o amd64/74747 amd64 System panic on shutdown when process will not die o usb/74771 usb [umass] mounting write-protected umass device as read/ o kern/74778 ipsec passthrough / nat-t crash freebsd firewall o bin/74779 Background-fsck checks one filesystem twice and omits o bin/74801 cpio -p --sparse creates truncated files o kern/74809 [modules] [panic] smbfs panic if multiply mounted o i386/74816 i386 OS crash with kernel trap 12 in different processes o kern/74852 page fault: after a few days init causes page fault o kern/74877 Panic after halting the system - vrele: negative ref c o kern/74923 [ipx] [panic] kernel panic with ncplist on 5.3-release p bin/74929 des DES/BLF login.conf classes not working with passwd o kern/74935 qingli [netinet] [patch] TCP simultaneous open fails. o kern/74968 cdparanoia torture wedges CD-drive and PANICS kernel o kern/74976 [vfs] [panic] 5.3-STABLE: vn_finished_write triggered o kern/75099 OpenOffice makes the system freeze o kern/75122 andre [netinet] [patch] Incorrect inflight bandwidth calcula o kern/75157 Cannot print to /dev/lpt0 with HP Laserjet 1005 : Devi s kern/75233 [fdc] breaking fdformat /dev/fd0 resets device permiss o kern/75249 [boot] 5.x install CD hangs on VirtualPC Version 7 (Ma o bin/75258 [patch] dd(1) has not async signal safe interrupt hand o threa/75273 threads FBSD 5.3 libpthread (KSE) bug o ports/75315 lawrance the shells/bash2 port is broken on -CURRENT o kern/75368 [panic] initiate_write_inodeblock_ufs2() panic o threa/75374 threads pthread_kill() ignores SA_SIGINFO flag o kern/75407 [an] an(4): no carrier after short time o kern/75510 panic: kmem_malloc(4096): kmem_map too small p kern/75542 rwatson Inconsistent naming of a tunable and weird code in sys o usb/75705 usb [panic] da0 attach / Optio S4 (with backtrace) o docs/75711 keramida opendir(3) missing ERRORS section o kern/75733 harti ATM driver problem. o kern/75755 kmem_malloc(45056): kmem_map too small: 335540224 tota o kern/75773 [panic] sysctl -a panic o kern/75780 [panic] panic: vm_page_free: freeing wired page (with o usb/75797 usb 5.3-STABLE(2005 1/4) detect USB headset, But can not f o kern/75823 [wi] wi0 interface self-destructs after a couple hours o kern/75875 acd0: FAILURE - READ_BIG ILLEGAL REQUEST asc=0x64 ascq o i386/75887 i386 [pcvt] with vt0.disabled=0 and PCVT in kernel video/ke o bin/75931 Got "bus error" on running certain apps o kern/75978 Linksys WPC11 ver 3 wifi card locks up 5.2.1, worked p bin/75980 expand(1) breaks tab columns in Japanese text o kern/76023 [panic] xmms causes panic f kern/76080 [ata] [panic] "bio_completed .. greater than bio_lengt o kern/76126 [nfs] [patch] 4.11 client will send a NFS request to r o bin/76134 fetch(1) doesn't like 401 errors with -A o amd64/76136 amd64 system halts before reboot f usb/76204 usb panic while using usb attached modem f kern/76207 [xl] [patch] Null pointer dereference in xl_detach() o amd64/76336 amd64 racoon/setkey -D cases instant "Fatal Trap 12: Page fa o usb/76395 usb USB printer does not work, usbdevs says "addr 0 should o kern/76398 [libc] stdio can lose data in the presence of signals o kern/76464 mlaier PF, set loginterface & non existing interface o i386/76487 i386 Compiled GENERIC kernel (and non-GENERIC) do not boot. o kern/76504 silby Keep-alives doesn't work on half-closed sockets. o kern/76525 [fifo] select() hangs on EOF from named pipe (FIFO) o kern/76538 geom [gbde] nfs-write on gbde partition stalls and continue o bin/76578 uniq truncates long lines to LINE_MAX o bin/76588 OpenSSL fails on loading keyfiles from BIO resources o java/76631 java any port linux-*-jdk12 will core dump if using linux_b f ports/76633 gnome Totem will not play DVDs o kern/76663 panic with FAST_IPSEC and IPv6 o i386/76666 i386 Booting and Sound are mutually exclusive on Toshiba la o kern/76672 Problem with cardbus and vlans f usb/76684 usb [hang] Toshiba PDR-M4 camera connected via USB hangs s s threa/76694 threads fork cause hang in dup()/close() function in child (-l o i386/76737 i386 CardBus problem (cbb1: Could not map register memory) o kern/76848 [amr] amr hangs o kern/76893 [cam] [patch] Fatal divide in booting processes with B o i386/76925 i386 standard pci-ide, install - "NO DISKS FOUND" :) o kern/76937 Page fault while in kernel mode under heavy disk I/O w o i386/76944 i386 [busdma] [patch] i386 bus_dmamap_create() bug o i386/76948 i386 [rl] Slow network with rl0 o kern/76968 Failing to boot into machine o kern/77026 umount-ing non-existent device panics system o amd64/77101 obrien feature request: please include ULi M1689 LAN, SATA, a o kern/77181 [newfs] [patch] newfs -g largevalue, mkdir, panic o usb/77184 usb kernel panic on USB device disconnect s kern/77195 darrenr [ipfilter] [patch] ipfilter ioctl SIOCGNATL does not m o kern/77289 system hangs while trying to unmount previously remove o usb/77294 usb ucom + ulpcom panic o i386/77335 i386 Can not initial Ethernet Broadcom UDI PXE-2.1 on IBM o kern/77337 Samba3+FAT32->Reboot o kern/77432 cel [nfs] [patch] It is not possible to load nfs4client.ko f kern/77439 [ath] WAG511 NETGEAR pccard does not attach (Dell Insp o i386/77443 i386 [fdc] can't access floppy -- regression on 5.3 o bin/77455 natd(8): fatal trap 19 in natd o kern/77493 [pipe] freebsd 5.3 + bash process substitution fails d o i386/77529 i386 installation of freebsd 5.3 in laptop an to powereger o kern/77537 [smp] [hang] Conditional breakpoints hang on SMP machi o kern/77588 [em] PREEMPTION problems in combination with em driver o kern/77631 [sis] sis network driver broken in 5.3 o bin/77651 init can loose shutdown related signals o kern/77710 emulation [linux] Linux page fault sigcontext information is wro o kern/77753 DVD-writer fails to fixate DVD f kern/77805 Boot hangs with ACPI enabled o usb/77940 usb [patch] [panic] insertion of usb keyboard panics syste o kern/77982 [lnc] [patch] lnc0 can NOT be detected in vmware 4.5.2 o bin/78087 groups program inconsistency o docs/78154 doc [PATCH] Make en_US FreeBSD Handbook more compliant wit o gnu/78161 [patch] typo in gzexe o kern/78179 [vm] [patch] bus_dmamem_alloc() with BUS_DMA_NOWAIT ca o kern/78216 WRITE_DMA UDMA ICRC errors while copying data to a dis f i386/78218 usb [kue] kue not detected on Sony PCG-F370 VAIO o i386/78219 i386 Netgear FA-410TX is incorrectly detected o kern/78227 [netinet] [patch] Destroying a network interface leaks o i386/78339 i386 BTX loader crashes on boot on HP Proliant DL140 o docs/78357 doc getaddrinfo(3)'s AI_ADDRCONFIG not documented o kern/78382 wpaul [ndis] dhclient on ndis0 causes kernel panic o kern/78384 [panic] Reproducible panic with port iplog and -curren o amd64/78406 amd64 [panic]AMD64 w/ SCSI: issue 'rm -r /usr/ports' and sys o ports/78428 openoffice openoffice.org-1.1.4 stops compiling -> dmake: Error o kern/78434 [vfs] [patch] vfs_mount: -current does not cdboot p kern/78478 rwatson writing to closed socket does not generate SIGPIPE o i386/78517 i386 [ata] WRITE_DMA and READ_DMA timeouts with ATI RX330 c o bin/78570 wicontrol(8): "wicontrol -i wi0 -C" outputs garbage o i386/78657 i386 [xe] [hang] error installing 5.3-RELEASE due to Compaq o conf/78762 ipfw [ipfw] [patch] /etc/rc.d/ipfw should excecute $firewal f kern/78791 [xl] xl(4) input errors and speed problem o kern/78801 mux ping: sendto: No buffer space available o amd64/78848 amd64 [sis] sis driver on FreeBSD 5.x does not work on amd64 o kern/78868 gibbs [scsi] Adaptec 29160 fails with IBM LTO-2 drive if dis o i386/78929 i386 atapicam prevents boot, system hangs o i386/78930 i386 SuperMicro web server with 5.3-RELEASE kernel panics u o kern/78946 [vm] vm_pageout_flush: partially invalid page o kern/78953 [smbfs] [patch] smbfs getdirentries() failure causes C o kern/78956 Only one write operation attempted on RAID0 (HPT370) b o bin/78964 qa [sysinstall] can not write labels to hdd on instalatio o kern/78968 FreeBSD freezes on mbufs exhaustion (network interface o kern/78987 scottl [udf] [patch] udf fs: readdir returns error when it sh o usb/78989 usb please add USB keyboard support to install CD's o ports/79014 nork building www/linuxpluginwrapper fails. o kern/79025 [patch] && in /usr/src/etc/Makefile needs to be an or o i386/79073 i386 System panic and hang after creating a large empty fil o i386/79080 acpi acpi thermal changes freezes HP nx6110 o i386/79081 acpi ACPI suspend/resume not working on HP nx6110 o usb/79140 usb WD Firewire/USB Combo hangs under load on USB interfac o kern/79168 Problems running two firewire disks on one bus o i386/79169 i386 freeze with striped USB Drives under high load o kern/79208 cel [nfs] Deadlock or starvation doing heavy NFS writes wi o kern/79214 cel [nfs] iozone hurts tcp-based NFS o kern/79255 Fixating CDRW with burncd(8) hangs system (DVDR NEC ND o kern/79262 [dc] Adaptec ANA-6922 not fully supported o i386/79268 i386 5.3-RELEASE won't boot on Compaq Armada 4210T (233MMX o usb/79269 usb USB ohci da0 plug/unplug causes crashes and lockups. o usb/79287 usb UHCI hang after interrupt transfer o kern/79295 umount oddity with NFS (fwe) over VIA Fire II card s kern/79323 [wi] authmod setup with ifconfig on dlink wlan card fa o kern/79324 [bge] Broadcom bge chip initialization failure p kern/79332 [ata] [patch] "ffs_mountroot: can't find rootvp" after o kern/79334 [ata] ATA_IDENTIFY timed out for 5.3 and 5.4 beta 1 o kern/79336 cel [nfs] NFS client doesn't detect file updates on Novell s kern/79339 [kernel] [patch] Kernel time code sync with improvemen f bin/79376 moused causes random mouse events with a PS/2 mouse on o i386/79409 i386 Coming back from idles make the server reboot o usb/79524 usb printing to Minolta PagePro 1[23]xxW via USB fails wit o kern/79621 qa [sysinstall] sysinstall does not create a device when o usb/79622 imp USB devices can be freed twice f usb/79656 usb [usb] RHSC interrupts lost o kern/79660 ATAPI CD driver /dev/acd0tNN fails if device not other o kern/79665 [panic] "unmount: dangling vnode" on amd activity o threa/79683 threads svctcp_create() fails if multiple threads call at the o i386/79686 i386 Spurious notebook disk errors from ATA driver. o kern/79700 cel [nfs] suspending nfs file access hangs other access to o kern/79703 [hang] RocketRaid 1820A has problems with atapicam com o usb/79722 usb [usb] wrong alignments in ehci.h o i386/79729 i386 umass, da0 not detected by devfs for o i386/79730 i386 SLIM DRIVE COMBO fails with READ_BIG error on kernel s o i386/79779 i386 If system memory is above 4GB, one parts of memory wil o kern/79783 [ata] hw.ata.atapi_dma=1 reduces HDD writing transfer o i386/79784 i386 [bfe] Broadcom BCM4401 : no carrier o kern/79785 realtek NIC will crash a heavy BSD system o i386/79807 i386 Lock Up on Old Acer P1 Comp o i386/79833 i386 BTX crashes on boot when using Promise TX2Plus SATA co o kern/79895 darrenr [ipfilter] 5.4-RC2 breaks ipfilter NAT when using netg o kern/79905 multimedia [sound] sis7018 sound module problem o bin/79910 qa [sysinstall] Cannot escape from failed port/package in o kern/79912 multimedia [sound] sound broken for 2 VIA chipsets: interrupt sto o kern/79940 [panic] 5.3 with kernel debug causes panic when large f ports/79941 openoffice openoffice.org-1.1 1.1.4_1 binary packages (i386) brok o i386/79943 i386 Very High interupt rate on PCM o kern/79988 darrenr [trap] page faults while in kernel mode o kern/80005 [re] re(4) network interface _very_ unpredictable work o usb/80040 usb [hang] Use of sound mixer causes system freeze with ua o kern/80042 FreeBSD 5.4 RC2: Promise PDC20265 on A7V mobo + Maxtor o bin/80074 [patch] openssl(1): Bug in OpenSSL's sk_insert() cause o kern/80088 [smbfs] Incorrect file time setting on NTFS mounted vi o amd64/80114 amd64 kldload snd_ich causes interrupt storm when ACPI is en o kern/80136 [md] [crash] mdconfig can reboot the system o kern/80166 ups [panic] Debugger SMP race panic f usb/80260 usb Travan USB tape drive fails to write o kern/80266 rwatson [ipx] [patch] IPX routing doesn't work o i386/80268 i386 [crash] System with Transmeta Efficeon cpu crashes whi o kern/80321 ups [kgdb] serial db problems o kern/80322 TCP socket support broken on a busy port o usb/80361 usb mounting of usb-stick fails o usb/80373 usb usb keyboard does not respond o kern/80381 5.4 RC3 can't allocate ps/2 irq, no psm, no mouse. Sa o sparc/80410 sparc64 [netgraph] netgraph is causing crash with mpd on sparc o i386/80426 acpi [APIC] [panic] 5.4-RC3 still panic when boot on ASUS P o threa/80435 threads panic on high loads o kern/80469 [smbfs] mount_smbfs causes freebsd to reboot o kern/80519 [ntfs] Write capability for ntfs filesystems does not o kern/80572 [bridge] bridge/ipfw works intermittantly. o amd64/80691 amd64 amd64 kernel hangs on load o kern/80694 [kbd] [patch] atkbd looped on Acer TravelMate 2701LC o kern/80714 drop/boot to single user hangs on 5.4-RELEASE with ata o kern/80739 Strange panic (keyboard related?) on 5.4 when dropping o kern/80742 wkoszek [pecoff] [patch] Local DoS in sys/compat/pecoff (+ oth o kern/80784 mux [fxp] fxp gives device timeouts o bin/80798 mount_portal pipe leaves file descriptors open for chi o usb/80829 usb possible panic when loading USB-modules o docs/80843 doc [patch] psm(4): Suggested fix for psm0 / handle driver o kern/80853 [ed] [patch] add support for Compex RL2000/ISA in PnP o usb/80862 usb [patch] USB locking issues: missing some Giant calls o sparc/80890 sparc64 [panic] kmem_malloc(73728): kmem_map too small running o bin/80913 ipfw [patch] /sbin/ipfw2 silently discards MAC addr arg wit s kern/80932 [em] [patch] Degraded performance of em driver f kern/80969 glebius [panic] Repeatable double fault panic after CARP was e o kern/80980 [i386] [patch] problem in "sys/i386/include/bus.h" cau o i386/80989 i386 Cannot install 5.4-RELEASE both in my system and in VM o kern/81000 [apic] Via 8235 sound card worked great with FreeBSD 5 o kern/81019 [re] re(4) RealTek 8169S32 behaves erratically o amd64/81037 amd64 SATA problem o kern/81095 IPsec connection stops working if associated network i p i386/81111 i386 /boot/loader causes reboot due to CFLAGS+= -msse3 o kern/81146 multimedia [sound] Sound isn't working AT ALL for Sis7012 onboard s kern/81147 linimon [em] [patch] em0 reinitialization while adding aliases o kern/81180 [bktr] bktr(4) driver cannot capture both audio and vi o kern/81202 glebius nmap scan causes box to get immediately rebooted. o kern/81207 [if_ndis] NDIS wrapper doesn't probe builtin nForce MC o i386/81215 i386 X Freeze on Dell Inspiron 9100 with Radeon Mobility 98 o kern/81232 [panic] vrele: negative ref o i386/81235 i386 /sys/i386/conf/GENERIC needs "options ASR_COMPAT" to p o kern/81301 problems with new "contigmalloc" routine o usb/81308 usb [ugen] [patch] polling a ugen(4) control endpoint caus o i386/81311 i386 [smp] [hang] Athlon MP SMP + 3ware + em0 = deadlock, n o kern/81322 [lnc] [hang] lnc driver causes lockups o kern/81324 darrenr [panic] "Duplicate free of item %p from zone %p(%s)\n" o bin/81389 brian ( usermode ppp ) LCP Negotiation Never Finishes, one o o bin/81390 ( usermode ppp ) LCP Negotiation Never Finishes, one o o kern/81539 The fxtv program freezes systems o amd64/81602 amd64 SATA crashes with parallel pcm access o kern/81606 darrenr ipnat fails to start after upgrade to RELENG_5_4 o kern/81644 [vge] vge(4) does not work properly when loaded as a K o gnu/81689 Unable to connect via SSH using protocol v2 o kern/81770 cel [nfs] Always "NFS append race" at every NFS mount with o kern/81807 [sio] Silo overflows with serial multiport cards o conf/81882 [patch] missing terminal definition for wy120 in termc o kern/81887 scsi [aac] Adaptec SCSI 2130S aac0: GetDeviceProbeInfo comm o i386/81903 i386 Installer hangs on all menu entries on Toshiba A75 mod o kern/81943 des [kernel] [patch] _assert_sbuf_integrity causes panic f o bin/81997 ntpd fails to bind to IP-address o i386/82029 i386 Boot Loader installation on MegaRAID controller o kern/82043 multimedia [sound] snd_emu10k1 - mixer does not work. o kern/82064 anholt [drm] DRM not working with SMP f usb/82198 usb Panic on attaching of ONKI N-338 USB MP3 player o bin/82207 [patch] tcpslice(1) incorrectly handles dates where ye o kern/82219 [panic] in dumping if watchdog enabled. o kern/82227 [digi] Xem: chained concentrators not recognised a bin/82263 compat 4x broken after last update o kern/82271 pf [pf] cbq scheduler cause bad latency f usb/82272 usb Can not recognize Casio camera EX-Z40 as a umass devic o i386/82285 i386 [race] kernel panic during reboot f docs/82296 doc ttys(5) man page misleads about use for non-getty proc o usb/82350 usb [usb] null pointer dereference in USB stack o amd64/82425 amd64 [fxp] fxp0: device timeout, fxp interface dies on 5.4/ o kern/82442 [panic] Fatal trap 12 in em driver on 4.11-RC2 contain o kern/82464 [pccard] Sony Ericsson GC75 GPRS MODEM not recognized o kern/82468 Using 64MB tcp send/recv buffers, trafficflow stops, i o kern/82491 [bootp] [patch] bootpd shouldn't ignore requests o kern/82497 [vge] vge(4) on AMD64 only works when loaded late, not o usb/82520 usb Reboot when USL101 connected o amd64/82555 amd64 Kernel Panic - after i connect to my "amd64" from anot o usb/82569 usb [usb] USB mass storage plug/unplug causes system panic o kern/82649 [panic] some request to DVDROM causes kernel panic o stand/82654 standards C99 long double math functions are missing o usb/82660 usb EHCI: I/O stuck in state 'physrd'/panic o bin/82667 burncd doesn't abort on error conditions o kern/82668 ATA timeouts on 5.4-stable o bin/82720 [patch] Incorrect help output from growfs.c and mkfs.c o kern/82755 [panic] during periodic ncvs.sh script at command tar o ports/82759 delphij Source navigator installs in wrong directory o kern/82805 cel [nfs] [panic] sched_switch ched_4bsd.c:865 / nfs_inact s kern/82806 darrenr ipnat doesn't handle out of order fragments. o kern/82846 phk Kernel crash in 5.4 with SMP,PAE o kern/82881 [netgraph] [panic] ng_fec(4) causes kernel panic after o kern/82919 [bridge] [patch] Bridge configuration update will cras o bin/82975 route change does not parse classfull network as given o amd64/83005 amd64 Memory Occupied during installation of the FreeBSD 5.4 o kern/83017 [modules] snd_ich freezes system when being kldload'ed p bin/83085 des [patch] double free() in openpam o kern/83098 'vrele: negative ref cnt' in shutdown with root and uf p kern/83107 delphij [libc] [patch] libc uuid_compare() doesn't work with l o ports/83183 olgeni webmin/perl coredumps o bin/83195 nvi loses edited file on network disconnection o ports/83252 openoffice openoffice.org-1.1 1.1.4 build failure: Died at ../../ o kern/83254 [digi] driver can't init Digiboard PC/4e o kern/83319 [panic] system crash on heavy hard disk load. o bin/83336 [patch] libc's parse_ncp() don't check malloc/realloc o bin/83338 [patch] libc's getent() don't check for malloc failure o bin/83340 [patch] setnetgrent() and supporting functions don't c o bin/83344 [patch] Improper handling of malloc failures within li o bin/83347 [patch] improper handling of malloc failures within li o bin/83348 [patch] Improper handling of malloc failures within li o bin/83349 [patch] improper handling o malloc's failures within l o bin/83359 [patch] improper handling of malloc failures within li o bin/83364 [patch] improper handling of malloc failures, bad prin o kern/83368 [ipx] [patch] incorrect handling of malloc failures wi o bin/83369 [patch] incorrect handling of malloc failures within l o kern/83375 phk Fatal trap 12 cloning a pty o kern/83384 failure of non-essential IDE partitions can panic the o kern/83406 [smp] em/bge drivers: severe performance loss under SM o bin/83426 [ PATCH ] improper handling of malloc failures within o kern/83429 [ath] ath(4) does not work with the D-Link DWL-G630 (r o kern/83464 [geom] [patch] Unhandled malloc failures within libgeo o kern/83499 fragmented packets does not pass through a pipe o usb/83504 usb [usb] SpeedTouch USB stop working on recent current (a o kern/83552 [panic] Fatal trap 19 on ti0 when SMP is used. o bin/83558 kernbb(8): usr.sbin/kernbb doesn't compile, and is dis o usb/83563 usb [panic] Page Fault while detaching Mpman Usb device o i386/83574 i386 installation failure o kern/83586 [if_ndis] [panic] ndis panic with Intel Pro 2100 wirel f kern/83671 Can't get comconsole to work properly on Supermicro X5 o usb/83677 usb [usb] usb controller often not detected (Sun W2100z) o i386/83735 i386 [re] network card (realtek 8139) and sound card (CMI87 o usb/83756 usb Microsoft Intellimouse Explorer 4.0A doesn't work. o kern/83761 [panic] vm-related panic: blst_radix_free: freeing fre f ports/83767 tobez lang/perl5.8: Perl5.8.7 coredumps on Text::ParseWords: o i386/83826 i386 can't install any version on Toshiba Sattelite 2800/S2 o threa/83914 threads [libc] popen() doesn't work in static threaded program o i386/83925 i386 [boot] can't boot Dell Latitude D610 after BIOS update o kern/83930 sam crypto_q_mtx recursion when unloading hifn.ko. o usb/83977 usb [ucom] [panic] ucom1: open bulk out error (addr 2): IN o i386/84008 i386 /dev/X? should be /dev/ad1s* o kern/84015 [agp] [hang] Nforce3-250Gb freezes on FreeBSD-6 beta1 o amd64/84027 obrien if_nve gets stuck o kern/84052 [modules] [hang] 5.4-STABLE - kldunload snd_ich freeze o i386/84088 i386 Panic with nforce2 platform on FreeBSD 6.0 beta p kern/84163 [mlx] 6.0-BETA1 mlx driver don't find any drive o kern/84202 [ed] [patch] Holtek HT80232 PCI NIC recognition on Fre o bin/84217 brian "enable proxy" is ignored in ppp.conf p conf/84221 Wrong permissions on /etc/opiekeys o i386/84303 i386 boot sometimes stops at "uhci0: 3.5GB memory used o kern/84584 [re] re(4) spends too much time in interrupt handler ( o kern/84589 [2TB] 5.4-STABLE unresponsive during background fsck 2 o kern/84656 [panic] when kern.maxdsiz is => hw.physmem o bin/84668 qa [sysinstall] ssh and sysinstall problem o kern/84673 cel [nfs] NFS client problem "Stale NFS file handle" o i386/84717 i386 [hang] 5.4-rel booting locks-up on Supermicro 5013C-MT p kern/84740 tjr [libc] regcomp("\254") fails o kern/84799 [fdc] [patch] can't read beyond track 0 on fdc (IBM th o bin/84816 patch(1) inserts a line in the wrong place o kern/84818 atapi cd: hangup with motor switched on any access o amd64/84832 amd64 Installation crashes just at boot AMD64/ Version 5.4 o kern/84861 sam [ipw] [patch] still can't get working ipw(4) with adho o amd64/84930 amd64 [msdosfs] something wrong with msdosfs on amd64 o docs/84932 doc new document: printing with an Epson ALC-3000N on Free o usb/84936 usb install - usb keyboard not recognized o i386/84943 i386 "Invalid Partition Table" Intel ICH6 SATA controller ( o kern/84953 kuriyama [nfs] NFS locking issue in RELENG_6/i386/SMP o kern/84954 imp [CARDBUS] cbb alloc res fail (with hw.cardbus.debug=1 o kern/84964 cel [nfs] nfs4 mount doesn't handle NFS4ERR_GRACE o kern/84965 cel [nfs] nfs4 mount generates NFS4ERR_BAD_SEQID o kern/84968 cel [nfs] programs on nfs4 mounts won't execute o kern/85005 Network interrupt after shutdown method has been calle o kern/85042 [smbfs] mount_smbfs: can't get handle to requester (no o i386/85072 i386 [psm] ps/2 Mouse detection failure on compaq chipset o i386/85101 i386 [libm] nearbyint always returns nan o bin/85115 byacc generates uncompileable file o kern/85123 [iir] Improper serialization in iir_ioctl() allows iir o kern/85137 [pseudofs] [patch] panic due to sleep with held mutex f ports/85155 cy security/tripwire clobbers config files on install o threa/85160 threads [libthr] [patch] libobjc + libpthread/libthr crash pro o kern/85258 mux [fxp] changing promisc mode on nic can lead to kernel o kern/85266 [xe] [patch] xe(4) driver does not recognise Xircom XE o kern/85320 [gre] [patch] possible depletion of kernel stack in ip o kern/85326 [smbfs] [panic] saving a file via samba to an overquot o alpha/85346 alpha PREEMPTION causes unstability in Alpha4000 SMP kernel p kern/85366 delphij [msdosfs] [patch] MSDOSFS doesn't mark volume "clean" o amd64/85431 amd64 AMD64 has short but temporary freezes (hangups) on Sun o kern/85434 firewire [fwip] fwip (IP over firewire) doesn't work with polli o kern/85444 IPv6 crash, possibly related to destroying spf interfa o i386/85450 i386 panic: subdisk6 detached (appears to be a sata problem o amd64/85451 amd64 [hang] 6.0-BETA3 lockups on AMD64 (PREEMPTION only) o i386/85454 i386 Panic while booting: No virtual memory for kernel o kern/85464 Cannot unmount file-backed disk imported from NFS or S o kern/85493 imp [ed] [patch] OLDCARD can't probe ed driver o kern/85728 [trap] Crashes on 6.0 when copying data between filesy o ports/85730 danfe nvidia-driver eats the /usr/X11R6/lib/modules/drivers o kern/85751 [devfs] [panic] panic in devfs_setattr() when running o kern/85768 gibbs aic79xx driver timeouts with U160 target (free list co o ia64/85772 ia64 [gpt] gpt (geom_) needs to adopt g_ctl s ports/85779 edwin fmsx 3.0 is unstable (reboting, freezing) o kern/85791 kernel panic, page fault in kernel mode o bin/85796 des pam doesn't work correctly after Upgrade RELENG_4-2005 f kern/85804 [panic] after chown -R from chrooted shell o kern/85809 panic: mutex "ipf state entry" already initialized o bin/85810 nslookup/dig Hang and processes cannot be killed o kern/85813 timeout waiting for read DRQTrying to mount root from o kern/85816 maxproc=1 in login.conf causes kernel panic when loggi o bin/85830 des [patch] pam_exec incorrectly works with vfork() s ports/85850 cperciva portsnap extract silently deletes Makefile.local o i386/85866 i386 [hang] bootloader freezes on Pentium2/3 o kern/85894 cel [nfs] [panic] nfs_timer / nfs_socket.c:1146 panic o ports/85905 perky mod_python3 pthread_attr_destroy failure o kern/85931 panic: "vm_fault: fault on nofault entry" when using m o i386/85938 i386 Install fails, unable to write partitions o i386/85944 i386 FreeBSD restarts after showing "Welcome to FreeBSD" sc s kern/85975 [cam] devfs does not create entries when removable med o kern/85993 [panic] emulators/kqemu panics 6.0-BETA4 o bin/86012 kpasswd(1) fails if one of the KDC are unreachable. o usb/86031 usb need support usb nic rt2500 in my 5.4 STABLE o kern/86055 FreeBSD 6.0 beta4 install panic:bio already on queue o kern/86065 jmg [kqueue] system reboot without sync (and can be securi f kern/86072 pf [pf] Packet Filter rule not working properly (with SYN o amd64/86080 amd64 [radeon] [hang] radeon DRI causes system hang on amd64 o kern/86103 darrenr [ipfilter] Illegal NAT Traversal in IPFilter o kern/86107 [procfs] [panic] unrhdr has N allocations, NULL derefe o kern/86261 brian 'out of buffer space' after many PPPoE re-dial attempt p kern/86306 yongari [em] [patch] if_em.c locks up while trying to send a h o i386/86325 i386 [install] unable to install FreeBSD on IBM BladeCenter o kern/86330 [ipsec] [panic] panic in ESP code s kern/86361 thompsa [bridge] bridge(4) does not work with VLAN trunks o i386/86380 i386 i386_set_ioperm doesn't take effect immediately o ports/86383 openoffice Can't compile openoffice.org-1.1 o kern/86411 scottl [amr] Very low performance of amr(4) under FreeBSD-6.0 f ports/86421 clement Apache-2.0.54_4 PHP popen hangs o kern/86423 truckman backgroud fsck leaves incorrect free block count o kern/86427 gnn LOR / Deadlock with FASTIPSEC and nat o bin/86456 arp(8) program hangs o amd64/86503 amd64 [atapicam] [panic] k3b crash the system like hardware p bin/86514 ru awk -vVAR=val doesn't work without space after -v f kern/86525 FreeBSD 6.0BETA5 hangs after boot up system o kern/86550 csjp [panic] kernel (w/ UFS_EXTATTR* and UFS_ACL) paniced b s kern/86596 daichi [unionfs] unionfs -b brokes file modes o i386/86612 i386 SCSI DAT Drive Issue o kern/86619 linux emulator interacts oddly with cp o i386/86651 i386 FAILURE ATA-IDENTIFY o i386/86667 i386 GNOME Battery Applet causing keyboard to lag/drop char f ports/86687 tobez Perl ithreads coredump f kern/86746 cognet watch/snp don't work in 6.0 o kern/86763 [ucom] kernel: ucom0: ucomwritecb: IOERROR o usb/86767 usb [usb] bogus "slice starts beyond end of the disk:..." o kern/86775 system reboot without syncing o i386/86806 i386 Couldn't alloc kernel virtual memory o kern/86848 [pf][multicast] destroying active syncdev leads to pan o i386/86880 i386 [hang] 6.0 hangs or reboots whilst 5.4 is stable (ASUS o i386/86920 i386 [ndis] ifconfig: SIOCS80211: Invalid argument (regress o kern/86944 cel [nfs] [patch] When I use FreeBSD with NFS client, clos o kern/87010 pjd Reading kernel memory & pagefault under non-root p kern/87014 csjp BPF_MTAP/bpf_mtap are not threadsafe and cause panics o i386/87085 i386 Will not install on Microtel system s kern/87094 5.4 system with SMP and IPFW crashes under load (mbuf o usb/87099 usb panic: ohci_add_done: addr 0x000d1bf0 not found o kern/87107 Boot process will not complete with IPSEC enabled and p amd64/87112 peter Boot problems on a 16 processor AMD64 compatible machi o i386/87122 i386 Installer of 6.0-BETA5 can't find HDD partition of Son o i386/87155 i386 [boot] [panic] Can't Alloc Virtual Memory in FreeBSD 6 o amd64/87156 amd64 First Installation: Kernel crashes o kern/87194 [fxp] fxp(4) promiscuous mode seems to corrupt hw-csum o kern/87248 [iwi] Data-corruption while using WEP on if_iwi o kern/87255 [md] [panic] large malloc-backed mfs crashes the syste o amd64/87258 amd64 [smp] [boot] cannot boot with SMP and Areca ARC-1160 r o amd64/87305 amd64 [smp] Dual Opteron / FreeBSD 5 & 6 / powerd results in o amd64/87316 amd64 [vge] "vge0 attach returned 6" on FreeBSD 6.0-RC1 amd6 a amd64/87328 amd64 [boot] BTX halted error o amd64/87348 amd64 amd64+smp+startkde always crashing o i386/87356 i386 6.0 RC1 cannot see 250GB drive o i386/87364 scottl [aac] aac controller stopped working between BETA5 and o kern/87368 [msdosfs] fat32 is very slow o ports/87397 edwin incorrect use of PAPERSIZE make variable in some ports o ports/87404 nork Adobe Reader no longer works with www/linuxpluginwrapp o kern/87413 [iwi] 6.0-RC1: "ifconfig iwi0 mode 11g up" freezes sys o kern/87421 [netgraph] [panic]: ng_ether + ng_eiface + if_bridge o amd64/87472 amd64 I downloaded 5.4 and went to install it, but it keeps o kern/87506 [vr] [patch] Fix alias support on vr interfaces o amd64/87514 amd64 6.0-CURRENT freezes machine using >4GB on AMD64 archit o usb/87519 usb [kbd] cannot install on USB-only system o kern/87521 darrenr [ipfilter] [panic] using ipfilter "auth" keyword leads o kern/87544 geom [gbde] mmaping large files on a gbde filesystem deadlo o usb/87565 usb [PATCH] Support for Vodaphone 3G/UMTS cards o i386/87568 acpi [ACPI] [REGRESSION] 6.0-STABLE needs ACPI disabled but o i386/87576 i386 no installation on Acer aspire 1304xc laptop o kern/87586 [diskless] [panic] Unable to use networked swap in 6.0 f kern/87596 [panic] OS crash on a Firefox link click (FreeBSD 6.0- o i386/87630 i386 [ndis] No match for NdisIMGetCurrentPacketStack o ports/87631 sobomax zaptel modules loading crashes FreeBSD 6.0RC1 o i386/87654 i386 Marvell Yukon 88E8036 NIC not detected by kernel a kern/87658 IO::AIO test suite loops infinitely on 5.4-RELEASE-p5 o amd64/87689 amd64 [powerd] [hang] powerd hangs SMP Opteron 244 5-STABLE o kern/87727 [panic] 6.0-RC1 coredumps o bin/87729 phk most calls to malloc(3) generate warnings in valgrind f i386/87750 remko [boot] btx halted error while installation o kern/87758 [ath] [hang] Reboot problem with atheros wireless card f kern/87791 Kernel crash when running df o bin/87792 [patch] very bad performance of cp(1) via NFS, possibl f kern/87846 5.4 will NOT work with any other os on disk o kern/87859 [smbfs] System reboot while umount smbfs. o i386/87876 i386 Installation Problems for i368 Compaq R3000 o amd64/87977 amd64 [busdma] [panic] amd64 busdma dflt_lock called (by ata s ports/87978 portmgr *_DEPENDS gets broken after changing (LOCAL|X11)BASE f kern/87986 pjd [geom] [hang] gmirror and quota will hang the OS o ports/87996 nork www/linuxpluginwrapper: Flash 7 kills epiphany browser o kern/88045 jhb [nve] [patch] 6.0rc1: nve0: device timeout (51) o kern/88047 [asr] [panic] 6.0-RC1 reboots with SMP and asr o kern/88082 [ath] [panic] cts protection for ath0 causes panic o gnu/88087 c++filt(1) dumps core on a trivial string "STYLEPROP_" o i386/88124 i386 [hang] X -configure freezes 6.0rc1 o i386/88130 i386 [hang] Machine hangs on dhcp o i386/88139 i386 [i386] feature request: 53C875 Chipset HP 5064-6016 do o kern/88213 [panic] Hang followed by Panic on 6.0-RC1 when install o bin/88215 [patch] syslogd(8) does not pass cleanly parameters to o kern/88266 [smbfs] smbfs does not implement UIO_NOCOPY and sendfi o kern/88268 [bpf] yet another null pointer in bpf code o amd64/88299 amd64 swapcontext fails with errno 0 o i386/88315 i386 [sym] [hang] Symbios/LSI-HBA (SYM83C895) hangs o i386/88459 i386 [panic] Fatal trap 19 (process: idle: cpu0) on HP prol o kern/88472 [panic] panic/reboot in 5.4-STABLE o kern/88487 [panic] softdep_setup_inomapdep: found inode o kern/88496 [iwi] iwi0: fatal error - have to reboot o kern/88518 rodrigc cannot mount root rw at boot o bin/88524 openssl can not work with smtp.gmail.com o kern/88555 [panic] ffs_blkfree: freeing free frag on AMD 64 f amd64/88568 amd64 [panic] 6.0-RELEASE install cd does not boot with usb o i386/88583 i386 i can't install freebsd in server ibm xseries 226(adap o i386/88610 i386 FreeBSD 6.0 bootonly crashes during boot after sis0, d o docs/88636 trhodes handbook instruction could shut down named o bin/88655 /bin/tcsh ls-F : Floating exception (core dumped) o kern/88657 [smbfs] windows client hang when browsing a samba shar o kern/88659 ipfw [modules] ipfw and ip6fw do not work properly as modul o i386/88717 i386 freebsd 5.4 boots from lsi 53c1030 only in safe mode o kern/88718 [aac] [timeout] unable to install on RAID 5 and FreeBS o usb/88743 usb [hang] USB makes kernel hang at boot (regression in 6. o i386/88755 i386 [panic] FreeBSD R6.0 on ThinkPad R40 installation rebo o amd64/88790 amd64 kernel panic on first boot (after the FreeBSD installa o i386/88808 i386 V6.0 crashing on install with ICH7 RAID 5 enabled... o kern/88823 [modules] atapicam - kernel trap 12 on loading and unl o i386/88853 i386 [hang] SMP system FreeBSD 6.0-STABLE crashed while tra o bin/88873 [2TB] gpt create fails "bogus map" "unknown error: 0" o kern/88882 [ndis] ndis IF tx/rx and other problems in 6.0-R (regr o kern/88914 [hang] system freeze during file transfer o i386/88929 i386 FreeBSD 6.0 install CD fails to find disks on Sony S-s o kern/88937 [ndis] ifconfig ndis does not show the correct mode o usb/88966 usb kldunload ucom.ko returns "Device busy" error. o usb/89003 usb LaCie Firewire drive not properly supported under 6.0 p bin/89012 [libz] FreeBSD-6.0 is still using zlib-1.2.2 o kern/89069 [panic] kernel panic when putting load on raid0 array o kern/89070 [panic] NULL m passed to m_copym() in ip_fragment() s ports/89074 x11 Segmentation Violation during "make install" of XFree8 o kern/89102 geom [geom_vfs] [panic] panic when forced unmount FS from u a gnu/89103 gcc segmentation fault errors -- ??memory leak? o bin/89144 [sysinstall] failed to install 2 packages on 6.0 disk o kern/89179 Random reboots on Dell PowerEdge 6300 o kern/89207 problem install fresbsd, hard disk geometry error o usb/89218 usb flash disk o i386/89249 i386 HighPoint RocketRAID 1520 (HPT372N) can't write on har o kern/89258 [mouse] synaptic touchpad support "worse" with hw.psm. o kern/89271 [radeon][agp][hang] X.org hangs when heavily using Rad o i386/89288 i386 [acpi] DMA error while booting with acpi enable o ports/89308 apache [patch] www/mod_accounting crash on request_timeout o kern/89310 [panic] kmem_malloc fails with "kmem_map too small" i o i386/89340 i386 [panic] 6.0-STABLE (2005-11-07) panic when mostly idle o i386/89353 i386 [ata] invalid disk controller recognition of intel ICH o kern/89355 [md] mdconfig -t vnode filesystem mount problem o kern/89368 el portatil se queda completamente colgado o i386/89383 i386 [sio] [panic] page fault o ports/89393 openoffice can't install OpenOffice 2.0.0 from port o kern/89396 [reboot] remounting cdrom causes reboot o bin/89410 [PATCH] sh(1) missing \u interpolation and bug/fix in o kern/89447 Serial console speed not working properly (regression) o amd64/89501 amd64 System crashes on install using ftp on local subnet o amd64/89503 amd64 Cant Boot Installation Disk s kern/89528 bz [jail] impossible to kill a jail o kern/89538 phk [tty] [panic] triggered by "sysctl -a" o amd64/89546 amd64 [geom] GEOM error o amd64/89549 amd64 [amd64] nve timeouts on 6.0-release o amd64/89550 amd64 [amd64] sym0: VTOBUS failed (6.0 Release) o conf/89589 secteam virecover follows hardlinks, possibly exposing sensiti o kern/89597 [ata] uncorrectable ATA disc errors can be corrected w o kern/89633 [sis] [panic] if_sis panic under extended load in 6.0- o kern/89660 le [patch] [panic] due to g_malloc returning null in gv_d o kern/89688 [wi] wi0 cbb remove bug: Danger Will Robinson o kern/89752 [bpf] [patch] bpf_validate() needs to do more checks s kern/89755 daichi [unionfs] [hang] Jailed process deadlocks when using u o kern/89775 [kevent] [hang] kevent hangs on second wait for /dev/d o gnu/89777 send-pr(1) lies about saved reports o kern/89784 phk [patch] [panic] 6.0-RELEASE panics when applying `type o bin/89808 brian malformed Framed-IPv6-Prefix crashes ppp(8) o kern/89864 [vr] [panic] if_vr panic under FreeBSD 6 o kern/89876 [txp] [patch] txp driver doesn't work with latest firm o kern/89878 [pccard] [patch] pccard.c:pccard_safe_quote() unsafe o kern/89880 wpaul [ndis] ndis interface stops rx/tx while large text tra o kern/89918 [iwi] [panic] Kernel panic with if_iwi Intel 2200bg o usb/89954 usb [usb] USB Disk driver race condition? o kern/89966 rodrigc [ntfs] [panic] mounting ntfs causes kernel panic in so o amd64/89968 amd64 [ata] Asus A8N-E MediaShield RAID problem (read-only s f usb/89997 usb [umass] [panic] panic on iPod mini detach f kern/90050 [boot] boot -s drops serial console at sh prompt o i386/90059 i386 panic in 2 mins after power on PC o i386/90065 i386 [wi] System hangs if wireless card wasn't disabled bef o kern/90086 [hang] 5.4p8 on supermicro P8SCT hangs during boot if f ports/90088 clement Buildconflict with apr-svn, libtool and apache22 o bin/90093 geom fdisk(8) incapable of altering in-core geometry o kern/90096 [net] [patch] arp mixup if carp and bridge used o i386/90134 i386 [irq] IDE and SATA disks not detected on various contr o usb/90162 usb [usb] [patch] Add support for the MS Wireless USB Mous o kern/90167 [em] adding aliases to em0 interfaces cause the interf o ports/90184 openoffice Install of OpenOffice 2.0.0 fails o kern/90206 [ata] [crash] Server reboot after "FAILURE - out of me o kern/90214 multimedia [sound] memory leaks in snd_via8233 o kern/90237 [panic] kernel panic on startx command o ports/90259 roam Error when upgrading mail/vpopmail o threa/90278 threads libthr, ULE and -current produces >100% WCPU with apac o kern/90279 [nge] Appletalk and 0x090007 OUI enet frames can't pas o kern/90282 scsi [sym] SCSI bus resets cause loss of ch device o kern/90330 [linux] linux_compat /dev system freeze problem f ports/90399 vmware2 port not working on FreeBSD 6.0 o kern/90442 [panic] kmem_alloc fails kmem_map: too small, on a RAI o ports/90454 nobutaka libxine 1.1.1 Ports build fails o i386/90519 i386 Resume after suspend results in g_vfs_done() errors an a kern/90526 Can't updata from 5.4-p8 to 6.0release o kern/90582 geom [geom_mirror] [panic] Restore cause panic string (ffs_ o bin/90656 qa [sysinstall] 6.0-RELEASE (i386) cannot be installed vi o usb/90700 usb Kernel panic on connect/mount/use umass device o ports/90730 girgen databases/postgresql[0-9]*: check USE_PGSQL o bin/90736 [libc] dlfunc can not be defined in libc o ports/90743 glewis jdk-1.5.0p2_3 compilation failure o ports/90748 nobutaka xine-lib-1.1.1compilation failure o ports/90759 openoffice cannot save ANY file with "de-openoffice.org-2.0.0_1" o ports/90777 sergei textproc/xmlto fails to produce most formats o kern/90815 [smbfs] [patch] SMBFS with character conversions somet o kern/90837 [pcm] PCM - ICH6 - device is busy, but old process doe o bin/90846 problem in using cu command on 4.11 freeBSD f conf/90863 dougb [patch] 6.0 boot: name resolution broken for daemon st o kern/90890 [vr] Problems with network: vr0: tx shutdown timeout o bin/90903 [powerd] cpufreq inconsistency / powerd broken o i386/90949 i386 [panic] kernel panic with opera o kern/90973 thompsa [net] [patch] if_bridge does not handle arp for own ad o kern/91023 [sysctl] cpufreq/p4tcc: sysctl: dev.cpu.0.freq: Device o i386/91038 i386 [panic] 6.0-RELEASE on Fujitsu Siemens Amilo Pro v2040 o ports/91067 obrien editors/vim - PATCH to conditionally enable multibyte f kern/91160 mjacob [mpt] system hangs with: mpt0: Request 0xffffffff89b96 o kern/91196 [panic] kernel panic with firewall o kern/91229 [feature request] PAN (piconet) Bluetooth profile is n o usb/91238 usb USB tape unit fails to write a second tape file to the o kern/91242 [msdosfs] panic: rofs mod when remounting disk o usb/91263 usb [patch] USB quirk needed for Logitec USB Hard disk LHD o kern/91266 threads [threads] Trying sleep, but thread marked as sleeping o i386/91282 i386 6.0R install CD crashes at eip=0x90db (Promise PDC2026 o usb/91283 usb booting very slow with usb devices connection (regress o kern/91290 sos [ata] ata(4) error on 7.0-CURRENT-20051229-SNAP-PC98 o kern/91311 [aue] aue interface hanging o i386/91331 i386 system hangs after citrix_ica_client(wfcmgr) starting o kern/91339 [psm] mousedriver do not recognize aditional buttons o o kern/91364 [wep] WF-511 RT2500 Card PCI and WEP a ports/91378 lioux net-p2p/mldonkey-sancho does not work with eclipse ver o amd64/91405 amd64 [asr] [panic] Kernel panic caused by asr on 6.0-amd64 o kern/91407 [crypto] [panic] Kernel panic when heavily loading cry o kern/91408 [irq] ata(4) failure: SETFEATURES SET TRANSFER MODE se o kern/91417 [ibcs2] No carba el módulo iBCS2 al arrancar o amd64/91492 amd64 BTX halted o bin/91536 sos burncd(8): burncd -t feature strangeness o usb/91538 usb Unable to print to EPSON CX3500 o www/91539 www FreeBSD web site renders very badly o kern/91568 [ufs] [panic] writing to UFS/softupdates DVD media in o kern/91572 [ufs] [panic] writing to UFS/softupdates DVD media usi o kern/91580 fstat(2) not working properly in 6.0? o www/91585 jkoshy I can't find BSD Users Bangalore user group, which was o ports/91588 ahze ports/textproc/p5-xmltv error f kern/91597 darrenr [ipfilter] PC crashed after cold reboot in 2 minutes. o bin/91622 dds cp(1) does not update atime of the source file o kern/91723 [ata] IDE corruption on ICH controller, affects the ch o conf/91732 [patch] 800.loginfail: fix log message grep expression o i386/91745 i386 Second processor not detected on Proliant ML530 G2 wit o i386/91748 i386 acpi problem on Acer TravelMare 4652LMi (nvidia panic, o kern/91760 FAST_IPSEC stops system under high traffic o bin/91762 vipw(8): it is possible to add a user named ".." o amd64/91799 pjd ggated core dumps on amd64 after client connection o kern/91859 [if_ndis] if_ndis does not work with Asus WL-138 o kern/91881 panic at boot o sparc/91882 sparc64 [mouse] Ultra 10 mouse/keyboard o usb/91906 usb FreeBSD hangs while booting with USB legacy support on p gnu/91909 tjr grep(1): grep -w bug (with some locales) o kern/91910 scottl [aac] aac driver hangs on Dell PE800 with CERC SATA co o kern/91914 [ata] Disk System Crashes - Raid Disk o kern/91919 [pccbb] pccbb does not supply appropriate voltage o kern/91942 [re] [panic] ifconfig causes panic on re(4) o bin/91954 [libpam] [patch] Proposed enhancement for pam_krb5: "o o conf/91959 incorrect cross-install ?(/usr/src/etc/Makefile) o kern/92000 [ntfs] [panic] Panic caused by mounting mounted NTFS p o sparc/92033 sparc64 [dc] dc(4) issues on Ultra10 o kern/92039 sysctl -a causes panic o kern/92040 scottl [udf] mmap/cp fails on small file in UDF o usb/92052 usb usbd causes defunct process with busy file-handle o bin/92058 ssh(1): FreeBSD 6 release Xeon SCSI ssh does not work f kern/92059 [jail] ps(1) "Bus error" under jail o kern/92070 imp [pccard] wi0: No irq?! with LG 11Mbps Wireless LAN PCI o ports/92071 x11 Problem with Xorg and SIS630/730 integrated video card o bin/92074 top(1) aborts in redzone o kern/92083 [ural] [panic] panic using WPA on ural NIC in 6.0-RELE o kern/92090 [bge] bge0: watchdog timeout -- resetting o kern/92092 [iicbus] [patch] Panic if device with iicbus child is o kern/92104 [panic] kernel panic near readlink syscall o kern/92127 Kernel crash o ports/92137 x11 x11-server/xorg-{server,nestserver,printserver,vfbserv o usb/92142 usb SET_ADDR_FAILED and SHORT_XFER errors from usb drivers o kern/92164 scottl [ips] SCSI target mode LOR a ports/92169 x11 Xorg 6.9, Matrox mga, dri broken (MGAGetBOARDHANDLESiz o usb/92171 usb [panic] panic unplugging Vodafone Mobile Connect (UMTS o i386/92193 i386 Can't boot from 6.0 Installation CD: BTX halted (Gigab o ports/92218 openoffice openoffice.org-2.0 build fails with shlibsign core dum f conf/92252 order the packets in freebsd 6 with ipfw + ipf + pf wi o kern/92269 [md] [panic] panic with mdconfig and mount_cd9660 o kern/92272 [ffs] [hang] Filling a filesystem while creating a sna o kern/92279 [dc] Core faults everytime I reboot, possible NIC issu o kern/92292 [md] [hang] Heavy IO on a md-backed filesystem on a sn o i386/92303 i386 [ips] Cannot install FreeBSD 6 on an IBM x226 8488E4Y o amd64/92337 amd64 [em] FreeBSD 6.0 Release Intel Pro 1000 MT em1 no buff o kern/92351 [iwi] page fault in iwi after ACPI resume o kern/92368 LOR in opencrypto/crypto.c o kern/92440 Kernel fault in knote when getty opens a serial port o ports/92478 nork net/DarwinStreamingServer admin does not work o kern/92518 Intense disk activity (large FS newfs and/or many smal o kern/92552 net A serious bug in most network drivers from 5.X to 6.X o kern/92599 BUG: IEEE 802.3 compliance of autonegotiation process o ports/92672 x11 X.org 6.9.0 brak down sync mga_hal dirver on G550'sDVI o kern/92675 [fxp] [patch] fxp(4) unable to recover from occasional o kern/92690 andre [net] slowstart_flightsize ignored in 6-STABLE f ports/92706 vmware3 panic on 6.0-RELEASE o kern/92716 [hifn] [hang] hifn driver hangs after a short while wh o kern/92750 [nwfs] Files in mounted Netware filesystem drop in and o kern/92751 [cam] [reboot] 5.4 crashes after camcontrol devlist o kern/92776 glebius [carp] kernel-crash using carp o kern/92785 Using exported filesystem on OS/2 NFS client causes fi o kern/92786 sos [patch] ATA fixes, write support for LSI v3 RAID o kern/92792 [tcp] kernel crash with high number of TCP connections o kern/92795 [panic] lockmgr panic during sys_exit file cleanup o kern/92798 scsi [ahc] SCSI problem with timeouts o bin/92839 roberto [ntp] [patch] contrib/ntp PARSE buffer overrun o amd64/92889 amd64 [libc] xdr double buffer overflow o kern/92949 pf [pf] PF + ALTQ problems with latency o gnu/92952 tjr grep core dump. f kern/92960 kernel page fault o kern/92966 imp [cardbus] cardbus.ko loading failed o amd64/92991 amd64 FreeBSD(amd64) freezes when primary disk is on a SiI 3 o kern/93019 [ppp] ppp and tunX problems: no traffic after restarti o ports/93071 x11 x11-servers/xorg-server: Resume fails on system with X o kern/93081 [jail] netstat -i fails to report bytes output by jail o kern/93083 [firewire] Detach of Firewire Harddisk not recognied p o bin/93085 support for ACLs (and extattr) missing in dump(8) and o kern/93128 scsi [sym] FreeBSD 6.1 BETA 1 has problems with Symbios/LSI o usb/93155 usb /dev/ulpt0: device busy USB printer does not work o kern/93170 Changing system date causes panic in nd6_timer o kern/93199 [kernel] [patch] missing linux rt_sigtimedwait system o power/93203 ppc FreeBSD PPC Can't Write to Partitions. f kern/93220 net [inet6] nd6_lookup: failed to add route for a neighbor o ports/93253 glewis jdk 1.5 port build problem o bin/93284 secteam [sysinstall] Insecure placement of user ftp into opera o ports/93299 sobomax misc/zaptel: unload of zaptel kernel modules causes a o kern/93300 ipfw ipfw pipe lost packets o kern/93305 Machine freezes solid running dhcpclient after suspend o bin/93317 ld-elf.so doesn't translate unresolved weak symbol int o kern/93380 almost all not polling NICs are doing device timeout a o i386/93385 i386 Fatal trap 12 occasionally on reboot (Abit NF7-S2 nFor o kern/93394 [twa] boot loader hangs in boot-menu on second 8 on 3w o kern/93396 dlopen crash with locked page o usb/93408 usb hw.acpi.cpu.cx_lowest=C3 on AMD Turion causes choppy m o kern/93431 imp [pccard] dc interface attach failed after upgrade to 6 f kern/93458 [smbfs] mount_smbfs(8) fails with authentication error o kern/93461 [smp] Intel 440LX SMP freeze (regression vs. 4.X) f usb/93496 usb USB2.0 umass stalls on VIA o i386/93524 i386 Automatic reboot f kern/93526 IPv6 Multicast Listener Reports (MLD6 Reports) are not o sparc/93530 pf Incorrect checksums when using pf's route-to on sparc6 o gnu/93566 tjr [patch] sort(1): numeric sort is broken on multi-byte o kern/93567 [vr] Via Rhine : Asymetric Bandwith o bin/93603 [patch] restore(8) fails if /tmp fills o i386/93615 i386 Operating system wont install. Problem with fdisk. o gnu/93629 tjr GNU sort(1) tool dumps core within non-regular locale o usb/93640 usb device ehci causes interrupt storm on this MSI amd64 m o kern/93685 [pipe] select on pipe write fails from '0' end f ports/93722 hrs Apparent Missing Dependancy in print/acroread7 o kern/93750 [ips] Boot hangs on ips0: resetting adapter, this may o i386/93752 i386 Cannot activate the serial ports on boot probe. BIOS o o i386/93762 i386 Machine lockup at boot loader countdown on SuperMicro o kern/93771 [ar] [panic] atacontrol status ar1 causes panic o bin/93776 [crypto] [patch] SHA256_Update / SHA512_Update fail to o ports/93777 x11 Starting xorg-server requires reloading sound module o i386/93787 i386 freebsd 6.0 hangs on atkbd0 on Proliant 1850r server a o kern/93791 [xl] xl0: watchdog timeout with 3CFE575BT o i386/93809 i386 panic: could not copy LDT on RELENG_5_3 through RELENG o usb/93828 usb ohci causes panic on boot (HP Pavillion d4100e) o i386/93845 i386 cross-machine installworld broken in sys/boot/i386/loa o kern/93885 [ata] ata(4) failure: SETFEATURES SET TRANSFER MODE se o kern/93886 [ath] Atheros/D-Link DWL-G650 long delay to associate o kern/93893 [re] Boot panic from Netgear GA311 o conf/93899 mount_smbfs can't load libiconv.so during boot up o kern/93910 [netinet6] Kernel bug (Crash), possibly ipv6-related o kern/93914 [socket] panic: uipc 3 o i386/93923 i386 [ata] FreeBSD Install, Sil3112: Cannot dump. No dump d o kern/93942 [vfs] [patch] panic: ufs_dirbad: bad dir (patch from D o usb/93949 usb ugen(4)-related repeatable kernel panic in 6.1-PRERELE o amd64/93961 amd64 [busdma] Problem in bounce buffer handling in sys/amd6 o ports/93966 doceng Better RTF support & CJK TeX support of the port textp o i386/93989 i386 Can't install FreeBSD from IEEE1394 DVD-RW on Acer Tra o kern/93998 [libstand] [patch] panic in libstand when closing raw o kern/94020 andre [tcp] tcp_timer_2msl_tw NULL pointer dereference panic o ports/94044 emulators/vmware2: running $PREFIX/etc/rc.d/vmware.sh o kern/94139 scottl [amr] [regression] amr broken with LSILogic MegaRAID S o i386/94141 i386 [iwi] iwi doesn't work on Acer Laptop o kern/94146 [ohci] fwohci parity error crashes kernel on boot o kern/94155 [ata] 6.1 CF reader problem: "ad1: FAILURE - SETFEATUR o kern/94162 [bge] 6.x kenel stale with bge(4) o usb/94166 usb btx halted with a flashcard plugged o kern/94196 [dc] if_dc panics on bad hardware o bin/94252 [rpc] rpc.lockd cannot cancel lock requests o kern/94256 cel [nfs] nfs locking/rpc.lockd doesn't understand file de o bin/94258 [rpc] O_NONBLOCK may block with rpc.lockd o ports/94270 openoffice I cant make OpenOffice.org-2.0 p kern/94272 imp exca(4) caused panic o kern/94279 multimedia [snd_neomagic] snd_neomagic crashes on FreeBSD 5.4 and f kern/94307 [bge] kernel panics when passing trafffic through bge1 o i386/94364 i386 [kbd] Unable to boot on NX9110 laptop o kern/94373 [ural] if_ural.c:93: error: `USB_PRODUCT_LINKSYS4_HU20 o kern/94380 [em] Laptop panics, related to networking after resume o usb/94384 usb kernel panic with usb2 hardware o kern/94393 PseudoRAID loses track of the master disk o i386/94420 i386 FreeBSD does NOT support the pcChips M925 motherboard. o kern/94426 [ata] Cannot blank CDs with Samsung TS-L532A o kern/94446 FreeBSD 6.0 crash with forkbomb (regression) s threa/94467 threads send(), sendto() and sendmsg() are not correct in libc o bin/94635 snapinfo/libufs only works for disk-backed filesystems o i386/94653 i386 Fatal trap 12: page fault while in kernel mode o kern/94669 [vfs] [patch] Panic from Failed Removable Media Mount o amd64/94677 amd64 panic in amd64 install at non-root user creation o usb/94717 usb Reading from /dev/ulpt can break work of a UHCI hub o stand/94729 standards fcntl() throws undocumented ENOTTY o usb/94742 usb [umass] [patch] umass driver does not recognise YANO e o bin/94750 watch(1) utility faults when tty disconnects o kern/94769 [ufs] Multiple file deletions on multi-snapshotted fil o kern/94772 [fifo] [patch] FIFOs (named pipes) + select() == broke o usb/94813 usb mounting write-protected umass device freezes computer o bin/94815 [patch] [sysinstall] Upping the network interface befo a ports/94826 ade [patch] Very slow startup for libtool ltdl clients (eg a kern/94827 [libc] mmap with given (void *addr) may lock memory-ma o kern/94838 scsi Kernel panic while mounting SD card with lock switch o o kern/94863 [bge] [patch] hack to get bge(4) working on IBM e326m o kern/94890 Fatal trap 18: integer divide fault while in kernel mo s bin/94892 [rpc] rpc.lockd does not interoperate with Solaris 10 o ports/94894 multimedia/fxtv causes freeze and reboot on DGA failur o usb/94897 usb Kernel Panic when cleanly unmounting USB disk o kern/94898 [pcmcia] GPRS PCMCIA card cause interrupt storm and co o bin/94909 gshapiro timeout issues after sendmail(1) patches (FreeBSD-SA-0 o i386/94911 i386 [ata] ata regression with DOM-IDE o kern/94977 Kernel panic during normal server operations o amd64/94989 amd64 BTX Halts on Sun Fire X2100 w/6.1-BETA4 (amd64) and 5. o kern/95002 [libc] hash db source code has a bug which prevents us o conf/95017 Timezone rules are out of date. o i386/95021 i386 PAE enabled kernel boot panic o kern/95023 [ata] Hard Drives not recognized by 6.0 Current on IC7 f ports/95040 tmclaugh build of lang/mono segfaults o ports/95081 Problem with enabling logwtmp on POPtop o kern/95084 ipfw [ipfw] [patch] IPFW2 ignores "recv/xmit/via any" (IPFW o i386/95087 i386 System freeze irrespective of load on Promise FastTrak o kern/95098 Can't upgrade system from 5.4 to 6.1 f ports/95119 skv databases/firebird-server fails to build o usb/95131 usb Boot/setup process does not accept key strokes o i386/95151 i386 Fatal trap 12: page fault while in kernel mode f amd64/95167 amd64 driver for SuperMicro H8DAR-T (Adaptec AIC-8130: (Marv f kern/95180 Unexplained Hard Crash on 6.0 and 6.1BETA's. Reproduc f kern/95184 sos [ata] Intel ICH7 support broke in 6.1 BETA (regression o kern/95247 [rpc] NFS file locking problem, rpc.lockd seems to be o kern/95260 [ata] Wrong array detection for LSI v3 SATA MegaRAID o docs/95262 doc Correction to handbook section 26.5.20 Port Redirectio o docs/95263 doc Correction to handbook section 26.5.21.3 FTP NAT Proxy o docs/95265 doc Correction to handbook section 26.5.16 IPNAT Rules o kern/95287 [modules] When using NETSMB without SMBFS the smbfs kl o kern/95288 [tty] [panic] panic in sys/kern/tty_subr.c putc() o sparc/95297 sparc64 vt100 term does not work in install o kern/95307 gnn [netipsec] Panic (race condition?) in ipsec_process_do o bin/95339 [libexec] [patch] rtld is thread-unsafe. fixes for dlo o kern/95342 sos [ata] Unable to run smartd after last commits to sys/d o kern/95344 sos [ata] burncd(8) failed to fixate cd after last sys/dev o usb/95348 usb USB keyboard unplug causes noise on screen f kern/95357 emax [if_tap] knlist of vmnet device is incorrectly destroy o i386/95365 i386 stability problems: interface not reachable on 6.1-PRE o kern/95368 [kernel] [patch] Test for race between callout_drain() o kern/95392 [ndis] Kernel panic loading ndisgen-created device dri o kern/95405 [libkvm] libkvm does not support /dev/fwmem0.0 in Free o docs/95408 remko install over serial console does not work as documente o amd64/95414 amd64 kernel crashes during install p kern/95417 ru [netgraph] [patch] ng_fec doesn't allow jumbo packets o kern/95459 Rebooting the system while rebuilding RAID (Intel Matr f kern/95462 sam [net80211] Memory leak in ieee 802.11 stack o ports/95492 repocopy request: math/vtk-headers to math/vtk43-heade o kern/95512 [uplcom] uplcom(4) causes system hangups o i386/95515 i386 unable to boot FreeBSD 6.x with SATA150 Promise contro o kern/95519 [ral] ral0 could not map mbuf o ports/95541 roam /usr/ports/net/djbdns WITH_IPV6 queries ip6.int o kern/95554 sos [ata] undetected sata drive on 6.1, detected on 6.0 o usb/95562 usb Write Stress in USB Mass drive cause: [vinvalbuf: dir o ports/95566 obrien ports/bash mishandles PREFIX (patch) f ports/95584 perky [patch] bsd.python.mk: A port's "USE_ZOPE=yes" overrid o usb/95636 usb [boot] 5 minute delay at boot when using VT6205 based o kern/95661 [pci] [patch] pci_pci still not correct for initializi o kern/95665 glebius [if_tun] "ping: sendto: No buffer space available" wit o gnu/95691 GDB segfaults on my programme in both FreeBSD 6 and 5 o bin/95692 GDB in base of both FreeBSD 6 and 5 is ancient o kern/95699 Kernel panics with sbdrop o kern/95710 [iwi] iwi wont roam o kern/95738 [msdosfs] no support for big msdos disks o kern/95771 geom [geom] geom mirror provider destroyed (machine crashed o kern/95804 kldstat -m fails and succeeds randomly o amd64/95888 amd64 kernel: ad2: TIMEOUT - WRITE_DMA retrying on HP DL140G o kern/95891 [coda] [panic] kernel panic when coda6_client o sparc/95892 sparc64 [hme] MAC address of hme interfaces is ff:ff:ff:ff:ff: o ports/95962 glewis Can't compile jdk15 under -current o i386/96014 i386 HP Pavilion zv5000(Intel) reboot installation problem o kern/96030 [bfe] [patch] Install hangs with Broadcomm 440x NIC in o kern/96042 Kernel panics with sbdrop o i386/96049 i386 Generic SMP Kernel Panic in 6.1-RC1 during mount root o ports/96088 portmgr Ports .mk files do not run fetch in passive FTP mode b o ports/96111 glebius net/mpd4: caught fatal signal bus o usb/96120 usb USB mouse not always detected o kern/96157 Subtle incompatability of FreeBSD and LITE-ON SOHW-167 o ports/96160 clement www/apache22 is started before named o usb/96224 usb [usb] mount_msdosfs cause page fault in syncer process o i386/96225 i386 Toshiba M70-CL3 Hangs Up During Booting o conf/96247 matteo [patch] 550.ipfwlimit reports logs even if log size is o kern/96268 [socket] TCP socket performance drops by 3000% if pack o kern/96286 [cbb] [panic] TI1131 PCI CardBus Bridge: driver cbb le o i386/96302 i386 [ata] nVidia nForce CK804 SATA300 controller not recog o kern/96322 [re] re driver false positives on the loopback test o kern/96349 Kernel panic after power break reboot o i386/96357 i386 FreeBSD cannot recognize all the logical partitions o i386/96371 i386 Freeze up when booting FBSD 6.0 RELEASE on IBM iSeries o i386/96382 i386 [bge] In 6.1-RC1 the bge driver does not reliably work o bin/96393 [libz] [patch] assembler implementations for libz on i o amd64/96400 amd64 FreeBSD 6.0 Bootin Conflict between Broadcom on-broad o ports/96407 joerg [PATCH] devel/avr-gcc-devel fails to build with -march o bin/96412 [rpc] 2 rpc.lockds launched at boot ? blocking problem o kern/96413 FreeBSD 6.1-RC Kernel Panic o usb/96457 usb fatback on umass = reboot o gnu/96481 obrien [patch] native ld(1) does not look for shared libs in o kern/96538 multimedia [sound] emu10k1-driver inverts channels o i386/96652 i386 kernel page fault o kern/96657 Panic : FreeBSD 5.3-RELEASE-p5 o kern/96715 [em] [fxp] low speed if speed/duplex set o kern/96741 IP forwarding halts o kern/96767 Automatic KDE boot can crash system when switching bac o sparc/96798 emax [kbd] sunkbd does not support "kbdcontrol -k" f kern/96806 glebius [bge] [patch] Correction of kernel panic with Broadcom o kern/96840 [libc] [patch] getgrent() does not return large groups o i386/96870 i386 Crash on loader with ibm intellistation z pro o kern/96927 [loader] Loader(8) cause kernel death on "boot -a" (re o ports/96966 x11 Fatal server error: xf86EnableIO: Failed to open /dev/ o kern/96981 reproducible instant reboot by unprivileged user o conf/97014 gifconfig_gif? in rc.conf does not recognize IPv6 addr o kern/97019 Cannot load the kernel after installation on Supermicr o i386/97025 i386 fbsd (2 cd) dont install in vmware 5.5.0 - reboot. o ports/97053 jmz tix build fails with older tcl84 installed p kern/97056 [drm] [patch] PCIE radeon DRM doesn't correctly initia o amd64/97075 amd64 Panic, Trap 12 p kern/97079 flz How to use jail_fstab is wrong in /etc/rc.d/jail o ports/97084 x11 Xorg 6.9.0 Locks Up Keyboard and Mouse f ports/97090 perky Apache 2.0.55 with mod_python die only on SIGKILL o bin/97108 qa [sysinstall] write failure on transfer (wrote -1 bytes o i386/97127 i386 IBM Intellistation Z Pro crash when boot from cd o kern/97174 [patch] [umass] Y-E DATA USB-FDU quirk: no synchronize o kern/97208 [firewire] System hangs / locks up when a firewire dis o ports/97254 sergei devel/porttools - wrong prefix o i386/97263 i386 [ata] FreeBSD only detects first drive p usb/97271 iedowse Fix Multiple ugen panics o kern/97277 [iso9660] Big files on DVDs are invisible/0 sized o usb/97286 usb MS Wireless Intellimouse Explorer 2.0 doesn't work o i386/97287 i386 Screen Corruption In FreeBSD 6.X When Apps Started In o kern/97306 [netgraph] NG_L2TP locks after connection with failed f kern/97326 [linux] file descriptor leakage in linux emulation o amd64/97337 amd64 xorg reboots system if dri module is enabled o ports/97367 x11 vlc and gmplayer crash with X error o bin/97392 ppp(8) hangs instead terminating o bin/97499 one of sshd_config(5) options does not work o kern/97504 ipfw [ipfw] IPFW Rules bug o kern/97517 [fdc] Floppy device lost permissions when active flopp o i386/97525 i386 System freezes when cable modem connected on USB o kern/97535 multimedia [snd_mss] doesn't work in 6.0-RELEASE and above for Cr o i386/97589 i386 [ata] FAILURE - READ_DMA (regression from 5.4) o kern/97591 6.1-RELEASE crashes on fork bomb s kern/97595 daichi [unionfs] FreeBSD 6.1-RELEASE - "lockmgr: locking aga f kern/97616 anholt [agp] 6.1-RELEASE FreeBSD does not recognize VIA K8M80 o kern/97665 [sio] hang in sio driver o kern/97686 [nfs] massive NFS server performance break under "opti o kern/97699 daichi [unionfs] UNIONFS panic o bin/97888 ceri [sysinstall] [patch] sysinstall - give 'distSetCustom' o kern/97918 [mouse] Scrollwheel on MX700 Mouse does not work o kern/97921 rwatson [socket] close() socket deadlocks blocked threads o kern/97951 ipfw [ipfw] [patch] ipfw does not tie interface details to o kern/97959 [smp] panic while booting SMP kernel o kern/97996 [ata] DMA is broken for VIA 82C596B UDMA66controller o ports/98008 sergei Having set UTF-8 locale break build of security/libgpg o kern/98034 geom [geom] dereference of NULL pointer in acd_geom_detach o kern/98078 [arp] Static arp entries may be ignored o bin/98082 burncd(8) fails on 6.1-Release o kern/98091 scottl [mfi] [patch] Makefile style of mfi kernel module brok o docs/98115 doc Missing parts after rendering handbook to RTF format o i386/98154 i386 6-STABLE crashes when being online via modem (Fujitsu o kern/98167 multimedia [sound] [es137x] [patch] ES1370 mixer volumes incorrec f kern/98184 oleg [ipfw] ipfw add pass 224.0.0.0/4 multicast rule preven o i386/98215 i386 [geode] regression: FreeBSD can no longer boot Geode G f kern/98216 sos [ata] Intel ICH6 SATA150 with FreeBSD 6.1-RELEASE prob o bin/98218 [wpa] wpa_supplicant blacklist not working f threa/98256 threads gnome-system-monitor core dumps from pthread_testcance o sparc/98269 sparc64 Fresh 6.1 installation fails to boot o ports/98271 openoffice installing printers in editors/openoffice.org-2.0 fail o misc/98310 after install the bootonly.iso, i have to create the / o ports/98359 ale lang/php5: my php can't run ! f docs/98412 trhodes poor documentation? a ports/98435 ade aclocal does not see 3rd party m4 files (e.g. the libt o bin/98468 newsyslog(8): Value over 99 in newsyslog.conf count fi o bin/98502 iostat(8) does not report statistics for atapi cdrom o ports/98533 lev devel/subversion: build/linking problem on 7-current o ports/98539 ale devel/pear build error o docs/98541 doc tun man page references obsolite ioctl o bin/98542 pppd(8) daemon unexpectently died , Exit 1 o kern/98622 ume [carp] carp with IPv6 broken on 6.1 (regression) o kern/98694 alternate system clock dies o conf/98734 rc [patch] /etc/rc.subr restart_postcmd is failing start_ f kern/98742 pjd [geli] IO errors while using geli o kern/98743 [ata] ATA panic and or timeout on IBM/Lenovo S50 with f kern/98749 kib [nfs] NFS and QUOTA are bad bedfellows o kern/98752 multimedia [sound] Intel ich6 82801 FB - on Packard Bell A8810 la o conf/98758 flz [patch] Templatize 'jail_fstab' in /etc/rc.d/jail o i386/98765 i386 [ata] timeouts on sata drive o kern/98799 [netinet] fastforwarding routes packets to network ip o kern/98831 ipfw [ipfw] ipfw has UDP hickups o conf/98846 flz [patch] Templatize 'jail_rootdir' in /etc/rc.d/jail p kern/98858 [kernel] [patch] Local denial of service (mbuf exhaust o kern/98869 [ata] can't burn with Lite-ON SOHW-832S DVD+R dual lay f ports/98893 cc error at -O2 on amd64/6-STABLE compiling port ucspi o kern/98910 [kbd] keyboard not working at mountroot prompt on IBM o kern/98962 sos [ata] [patch] writing >1 session on ATAPI CDs fails o i386/98964 i386 [iwi] iwi totally freezes system o gnu/98975 ncurses: tgetent leaks nearly 10 KB of memory every ti o kern/98978 darrenr [ipfilter] ipfilter drops OOW packets under 6.1-Releas f kern/99036 sam [ath] Long association time for 11b access points with o kern/99064 [ste] [patch] ste driver does not support IC Plus IP10 o kern/99088 [ata] Critical Problems with VIA 8251 SATA2/RAID Contr o kern/99094 panic: sleeping thread (Sleeping thread ... owns a non o kern/99188 andre [tcp] [patch] FIN in same packet as duplicate ACK is l o ports/99196 sobomax misc/zaptel does not build o kern/99256 geom [geli] kernel panic/freeze with geli and ufs (maybe re o ports/99286 ruby-ldap broken on amd64 o www/99305 bugmeister send-pr.html is frustrating/broken o ports/99323 multimedia jackd audio server broken? o kern/99408 problems with ppp and arp o kern/99421 Option Globetrotter Fusion card not recognized o ports/99424 fjoe [PATCH] MC's subshell doesn't work with stock freebsd o ports/99428 fjoe [PATCH] Case insensetive search in mc doesn't work o usb/99431 usb FreeBSD on MSI 6566E (Intel 845E motherboards) doesn't f ports/99449 rodrigc devel/apr-svn does not install or build lib/libapr-1.s o ports/99466 GPA fails to sign newly imported GPG key ("GPGME libra o kern/99484 enabling net.inet.ip.fastforwarding breaks rfc2644 o ports/99518 security/gpa crashes when attempting to encrypt multip o kern/99529 [amr] DELL PowerEdge 2600 with streamer PowerVault 100 p kern/99558 andre FreeBSD 6.1 can't send packets to INADDR_BROADCAST o amd64/99561 amd64 system hangs in FreeBSD AMD64 when writting ext2fs o kern/99567 [ata] Powerup of sleeping IDE drives causes system reb o i386/99570 i386 [kbd] keyboard freezes when installing from CD o kern/99607 pppd hangs kernel due to interrupt flood from serial p o i386/99608 i386 ATAPI or CAM crash on FreeBSD 6.1-stable with a Pionee s ports/99623 ksh93 dumps core on FBSD 6.1 o kern/99652 [ata] nVidia controller hangs w/ 2 drives. o kern/99664 mountd and/or nfsd have to sometimes have to be restar o misc/99665 re 6.1 ISO/FTP missing /boot/GENERIC or /boot/kernel o ports/99668 obrien sysutils/lsof cannot build on FreeBSD/pc98 7.0-current s bin/99693 [patch] add magic(5)/file(1) support for FreeBSD 6.1 d o kern/99729 sos [ata] [patch] Bug in ata (ata-all.c) driver f kern/99779 gnn kernel panic due to Invlalid next packet identificatio o kern/99825 Repeated crashes after a few days of uptime o kern/99850 ataraid hangs in g_waitidle when attaching to nVidia R s kern/99860 [feature request] no driver for Serverworks HT2000 in f bin/99873 rodrigc [patch] mountd(8) reload fails o ports/99885 kuriyama Net-snmp dies when using proxy token o kern/99920 multimedia [snd_ich] Not support integrated audio on ICH7R chip ( o kern/99954 scsi [ahc] reading from DVD failes on 6.x (regression) o kern/99974 panic: mutex Giant not owned at /usr/src/sys/net/bpf.c o kern/99979 [patch] Get Ready for Kernel Module in C++ o kern/99989 panic when detaching disks o ports/100024 Port mail/drac coredumps on runtime if compiled for ex o ports/100067 New port: devel/gdb65 GNU GDB 6.5 o bin/100089 ftp(1): default ftp application of FreeBSD gives segme o kern/100098 darrenr [ipfilter] [patch] ipfilter kernel memory leakage o misc/100133 [boot] keyhit function in boot2.c that falls into an i o ports/100147 novel Port update: astro/gpsd (to current 2.33 version) o kern/100155 imp [pccbb] Incorrect enumeration in pccbb_pci.c: cbb_pci o i386/100160 i386 [mfid] Perc5i: FreeBSD doesn't recognize more than one o bin/100164 rodrigc mount(8) ignoring "ro" option in fstab o kern/100169 multimedia [snd_ich] snd_ich broken on Dell PIII system o ports/100171 infofarmer net-im/cjc seems broken o kern/100172 glebius [arp] Transfer of large file fails with host is down m o i386/100194 i386 On Intel D945GTPLKR delay at start FreeBSD kernel o kern/100219 [ipv6] IPV6_PKTOPTIONS and possible mbuf exhaustion. o kern/100279 ggatec write panic o kern/100290 [rl] rl0: watchdog timeout (regression) o ports/100315 clement www/apache22 compilation mixes port headers and base l o docs/100328 doc the first paragraph of config(8) is deeply misleading o ports/100332 mharo security/sudo: suboptimal sudo configuration o kern/100356 [firewire] [patch] Non-maskable interrupt while in ker o ports/100358 sysutils/portmanager: OpenOffice.org 2.0 Requires Conf f ports/100376 perl net/p5-Net-XWhois: Update the Whois server name for Ja o i386/100420 i386 boot1/boot2 lba error o kern/100425 [sbni] [patch] sbni drivers does not work under 5.x o ports/100431 dougb port print/hpijs default config interferes with print/ o bin/100442 obrien ftpd(8): lukemftpd core dumps on anonymous login p bin/100443 ru awk(1) dies with SIGBUS when processing INDEX-6 s ports/100449 portmgr PERL_VERSION set incorrectly in bsd.ports.mk o ports/100486 shaun SDL port breaks compatibility in several ways o kern/100499 [vr] vr interface stops transmitting f ports/100501 squid rc.d script should set the pidfile o kern/100516 [atapicam] atapicam with ITE IT8212F crashes the syste o ports/100529 java linux-sun-jdk1.4.2_12 coredumps on FreeBSD 4.x o kern/100532 [carp] [patch] Conflict between CARP and multicast rou o ports/100582 x11-toolkits/xview's msgfmt conflicts with devel/gette o kern/100649 Unable to email in problem report followup, so doing i o kern/100683 [syscons] [patch] syscons screen savers can eat up to o kern/100687 [psm] psm problem (?): touchpad hangs, then move supe s ports/100701 gerald emulators/wine triggers internal error in libpthread o kern/100774 libthr + gdb + triggered breakpoint results in panic o ports/100787 nork databases/linux-oracle-instantclient-sqlplus: relocati f kern/100796 rwatson [if_tun] [patch] if_tun requires kqueue hooks o kern/100802 [ddb] [patch] panic in ddb mode if sending signal '0' o docs/100803 doc the man page about ithread is expired. o i386/100831 i386 [sio] sio ignores BIOS information about serial ports o www/100832 www unable to find bugs I've opened -- bug searching nearl o kern/100839 [txp] txp driver inconsistently stops working when the o kern/100847 [ath] Atheros hardware (dwl-g520) times out frequently o kern/100858 davidch [bce] Broadcom bce driver and SMP hangup f kern/100912 emax [kbdmux] kbdmux prevents keyboad input during panic or o bin/100914 [tftpd] [patch] libexec/tftpd: write access control o ports/100928 danfe [games/openttd] Uncripple the Makefile and remove usel f kern/100940 rwatson passing file descriptor over datagram UNIX domain sock o ports/100967 portmgr [PATCH] bsd.apache.mk: allow use private APACHE_PORT o kern/100972 How to add Promise Technology EX SATA RAID series card o kern/100974 panic: sorele. FreeBSD 6.1 RELEASE i386 o usb/100992 usb Support for Epson 4990 USB scanners o kern/101061 [fpa] fea/fpa (DEC FDDI NIC) driver causes kernel pani o usb/101096 usb USB WLAN occasionally causes kernel-panics during larg o i386/101135 i386 [iwi] iwi goes up and down o i386/101168 i386 ncp kernel panic f kern/101274 yongari [sk] [patch] SysKonnect Yukon initialization bug on K8 o ports/101301 olgeni archivers/star: star 1.4.3 is BUGGY - replace it with o threa/101323 threads fork(2) in threaded programs broken. o kern/101324 [smbfs] smbfs sometimes not case sensitive when it's s o ports/101327 hrs port cad/pcb. Load netlist causes crash due to unloade o kern/101332 mv * dir on fat (dos|win fs) causes panic o threa/101355 threads threaded application spents too much time in _umtx_op o kern/101359 [libtelnet] Bug in /usr/src/lib/libtelnet: compile fai o kern/101363 [bind9] bug in file /usr/src/contrib/bind9/lib/dns/rda o kern/101448 FBSD 6.1-STABLE/AMD64 crashes under heavy USB/OHCI loa o i386/101453 i386 linprocfs disallows non-zero file offsets for maps fil o ports/101458 obrien libgthread-2.0 in glib-2 needs >pthread_getschedparam o ports/101478 obrien [PATCH] shells/bash: fix pkg-plist f ports/101534 lofi net/samba3: Shares cease to work with samba 3.0.23 o kern/101553 [ipv6] Kernel panic in ipv6 interface deletion o ports/101566 clement All .svn subdirectories in $(htdocsdir) get deleted wh o ports/101610 rafan [PATCH] fix pkg-plist for 162 ports o i386/101616 i386 FREEBSD FREEZE ON BOOTUP, COMPAQ PROLIANT (legacy) ser o kern/101618 kernel panic on multiple Dell PE2850s o i386/101667 i386 [ata] ATA problems when power management is on o i386/101711 i386 Network interfaces crashing o kern/101734 [sata] -CURRENT cannot see SATA drive on ASUS A8N-SLI o usb/101752 usb [panic] 6.1-RELEASE kernel panic on usb device inserti o bin/101762 qa [sysinstall] Sysinstall does not obey /usr/ports symli o i386/101817 i386 crashing of system when is server under higher pressur o i386/101857 i386 Mouse not moving after switching with StarView SV411 K o ports/101919 openoffice Openoffice.org-2.0 build failure: Spinlock called when o kern/101926 [ar] 6.1-STABLE crashes under heavy disk I/O and acces o kern/101931 [kbd] no working keyboard LED on FreeBSD 6.1-STABLE/AM o i386/101933 i386 server crashing o kern/101948 Kernel Panic Trap No 12 Page Fault - caused by IpFilte o bin/101975 [PATCH] Adding percents in /usr/src/usr.bin/systat/pig o i386/101980 i386 [PATCH] Intel 631xESB ata and ichsmb support (i386/amd o ports/102003 skv Problem compiling libapreq2 o usb/102066 usb [ukbd] usb keyboard and multimedia keys don't work o usb/102096 usb /usr/sbin/usbd does not handle multiple devices in one o kern/102120 sos [ata] [patch] 6.1-Release (amd64 & i386) install boot o bin/102121 strftime(3) fails on certain dates o amd64/102122 amd64 6.1-RELEASE amd64 Install Media panics on boot. o ports/102135 miwi [maintainer] net/phpldapadmin -- respect DESTDIR o ports/102136 miwi [maintainer] net/phpldapadmin098 -- respect DESTDIR f ports/102179 ipsec-tools won't compile on RELENG_6 o kern/102210 [ata] reboot system makes rebuilding array ready (ICH7 o kern/102211 [ata] detach raid member and reboot will cause panic ( o ports/102223 des [PATCH] update for nav to version 3.1.0 o bin/102226 dhclient stops working, 100% cpu and logs at ~4000 lin o ports/102229 des textproc/docbook-xsl: copy "slides", "tools" and "word o kern/102250 [msdosfs] panic upon forced umount of removed medium o kern/102252 the acpi thermal does not work on my box f ports/102272 net-mgmt/arpscan has unnoted runtime dependency on lib a ports/102300 portmgr DESTDIR silently breaks CONFLICTS o ports/102329 itetcu Solution to compiler error of print/cups-pstoraster on o kern/102335 kib [devfs] sx vnode deadlock o kern/102344 [ipfilter] Some packets do not pass through network in o ports/102345 openoffice editors/openoffice.org-2.0.4.m1 fails to build o kern/102363 "Resource temporarily unavailable" message from dvd+rw o kern/102390 [patch] kernel pppd don't using pam f ports/102407 marcus www/mplayer-plugin with mozilla doesn't work o i386/102410 i386 FreeBSD 6.1-RELEASE installation boot freeze on Asus P f kern/102412 rwatson kernel panic in 6.1-stable during normal operation o bin/102422 ipfw [patch] ipfw & kernel problems where firewall rules ar o bin/102424 printf(3) prints ill result. o kern/102426 sos [ata] [patch] Support for ServerWorks HT1000 SATA chip o ports/102427 Apache 2.0.59 with www/mod_python3 core dumped o ports/102428 obrien editors/vim: gvim crashes on "Save As..." dialog o conf/102429 FreeBSD 6.1+VPN+ipnat+ipf: ĪÅ ŅĮĀĻŌĮÅŌ ŠÅŅÅĪĮŠŅĮ×ĢÅĪÉÅ f ports/102462 gallery and squirrelmail falsely determine php not ava o kern/102471 ipfw [ipfw] [patch] add tos and dscp support f ports/102474 emulation linux_base-fc-4_8 appears broken, does not allow to ru o bin/102498 qa [sysinstall] Cursor doesn't track sysinstall hilight o bin/102510 [patch] diff(1) should not follow symlink in recursive o bin/102515 fsck_ufs crashes if no console at all (in libc) o i386/102562 i386 [em] no traffic pass through a em card after approx. a o kern/102612 da0 not detected when sharing bus with ch0 device on 2 f ports/102629 devel/icu TestOtherAPI failed. o bin/102638 qa [sysinstall] [patch] sysinstall - custom dist set alwa f ports/102641 lookupd_ldap not compiling on FreeBSD 6.1 o ports/102644 aaron devel/p5-Decision-ACL: fix wrong decision when using z o ports/102646 knu [PATCH]: lang/ruby18: make PREFIX-clean, fix permissio o ports/102648 sem [PATCH]: lang/ruby18 - small fix to allow PREFIX-clean f ports/102651 [patch] New command-line option for jabberd port start f kern/102653 andre TCP stack sends infinite retries for connection in LAS o kern/102654 panic: sleeping thread o bin/102661 kientzle libarchive follows symlinks when setting flags o ports/102663 sem [PATCH]: lang/ruby18 small fix to allow painless PREFI o ports/102685 sem [PATCH]: lang/ruby18 - yet one fix to PREFIX-clean por o bin/102701 [patch] 'ifconfig xx0 inet6 delete' always fails o ports/102710 secteam new entry for libTIFF; updates for linux_base-suse por o kern/102737 Panic at SMP kernel o kern/102741 Multiple outbound connect() calls produce 'Network is o bin/102745 "mount -o snapshot" removes any existing "-o" option f o kern/102760 iwi firmware load fails after significant uptime o ports/102765 New port: multimedia/pvrxxx. A patched version of pvr2 o kern/102784 [kbd] system crashes when using hardware function keys f ports/102809 itetcu x11-fm/evidence do not build on AMD64. f i386/102815 remko sis raid sata drivers in FreeBSD 6.1 Release o bin/102834 /usr/bin/mail hangs on the sigsuspend system call in p p bin/102848 thomas Malformed line in master.passwd causes libutil's pw_co o ports/102868 x11 [patch] x11-servers/xorg-server will not build on 4.11 f ports/102896 last security/gorilla update brokes the program o kern/102956 emulation [linux] [patch] Add partial support for SO_PEERCRED in p kern/102974 glebius [rl] if_rl on cardbus panic o ports/102978 lang/ruby18 won't install o amd64/102996 obrien powerpc cross-build fails on amd64 host, works fine on o i386/103025 i386 the wrong in USB device for freeBSD 6.1 and AMD LX-800 o i386/103031 i386 Panic during installation o java/103051 java authenticateUser not found o kern/103059 [bce] [patch] "Error mapping mbuf into TX chain!" (ten o i386/103063 i386 Can not install on Dell XPS 700 o kern/103075 [sata] SATA disk attach/unplug from a MV88SX5041 freez f ports/103080 sem Problems building devel/mico. f ports/103084 security/ipsec-tools does not compile f kern/103090 yongari sys/dev/sk [sk] still having watchdog timeouts o kern/103127 threads Kernel panic while using thread features in Squid 2.6 o kern/103135 ipsec with ipfw divert (not NAT) encodes a packet twic s ports/103152 sem pkgdb -F fails with "can't convert nil into String" o ports/103165 hrs distfile for teTex-tmf is incorrect o kern/103182 cdrom mounted w/mount_cd9660 /dev.acd0 /cdrom idle 1/2 f ports/103187 radrails fails with "Fatal: Stack size too small." o kern/103191 Unpredictable reboot o kern/103245 mount -o rw, umount may panic system o kern/103256 [em] em0: watchdog timeout -- resetting (6.1-STABLE) o ports/103261 clement www/apache22 Port does not install ldap modules when o ports/103274 skv Repocopy: copy databases/firebird-server to firebird2- o kern/103281 pfsync reports bulk update failures o ports/103282 rafan patch devel/p5-PPerl for amd64 o kern/103283 pfsync fails to sucessfully transfer some sessions f bin/103287 linimon Re: crond fails quietly if /usr/sbin/sendmail is missi o ports/103297 mharo Unbreak & update port math/p5-Math-Pari o kern/103307 lock order reversal o ports/103311 portmgr [PATCH]: automatically provide correct paths for man/i o ports/103318 [maintainer update] science/afni : respect PREFIX o kern/103321 itetcu create_compressed_fs error ( Zlib memory allocation er f ports/103342 [PATCH] www/elinks: fix building under some circumstan o ports/103344 maintainer update of ports mail/dkfilter to fix proble o ports/103346 maintainer update: mail/dkimproxy to fix problems. 2069 problems total. Non-critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- a bin/1375 eivind [patch] Extraneous warning from mv(1) s kern/1791 tegge syslimits.h does not allow overriding default value of s bin/2090 clients may bind to FreeBSD ypserv refusing to serve t s bin/2137 tegge vm statistics are bad s kern/2298 [sio] [patch] support for DSR/DCD swapping on serial p s kern/2325 quota.user enlarged, no boot on 2.2-BETA a bin/2641 wpaul login_access.c doesn't work with NIS by default o kern/2768 ktrace(1) -i dumps corrupted trace data o bin/2934 sh(1) has problems with $ENV o kern/4012 [nfs] 2.2-RELEASE/Digital UNIX NFSv3 0 length files o bin/4116 Kerberized login as .root fails to become root s bin/4172 des suggest reconnection option added to fetch s kern/4184 [netatalk] [patch] minor nits in sys/netatalk o kern/4194 kernel pci driver for Digital 21041 Ethernet can't sta o bin/4419 man can display the same man page twice o bin/4420 imp find -exedir doesn't chdir for first entry o bin/4629 grog calendar doesn't print all dates sometimes o bin/4646 qa [sysinstall] can't fixit with an NFS-mounted CD o kern/4782 Under certain conditions, several krsh's in a row to t o bin/5031 gad lpr does not remove original file if -s is used s bin/5173 [PATCH] restore ought to deal with root setable file f s bin/5296 slattach fails creating pidfile with ioctl(TIOCSCTTY): o bin/5483 Login(1) clears utmp entry o kern/5577 bde Unnecessary disk I/O and noatime ffs fixes o kern/5587 des session id gets dropped o bin/5609 gad lpd cannot send long files to HP's JetDirect interface f bin/5712 /bin/chio code cleaup and option added o bin/5745 nik [PATCH] Add /usr/local/share/mk to default make(1) sea o kern/5877 kbyanc sb_cc counts control data as well as data data s kern/6668 babkin [patch] new driver: Virtual Ethernet driver s bin/6785 place for all the default dump flags s bin/7232 qa [sysinstall] suggestion for FreeBSD installation dialo s kern/7264 gibbs [scsi] Buslogic BT 950 scsi card not detected o bin/7265 [patch] A warning flag is added to ln(1). o bin/7287 Incorrect domain name for MAP_UPDATE in multidomain NI a bin/7324 mtm Suggestions for minor modifications to adduser s kern/7556 sl_compress_init() will fail if called anything else t s bin/7606 [patch] NIS Makefile.dist: NOPUSH replaced by REMOTE_S o bin/7868 [patch] morse(6): Morse Code Fixups o bin/7973 gad lpd: Bad control file owner in case of remote printing f kern/8498 dwmalone Race condition between unp_gc() and accept(). o bin/8867 qa [sysinstall] [patch] /stand/sysinstall core dumps (sig a bin/9123 pax can't read tar archives that contain files > 4GB s bin/9233 gmp's mpq_add and mpq_sub are buggy o kern/9570 dfr [ed] [patch] ed(4) irq config enhancement o kern/9619 rodrigc Restarting mountd kills existing mounts o kern/9679 fix for uninterruptible open in portal file system s bin/9770 jmallett [patch] An openpty(3) auxiliary program o bin/9868 Patch to add "date -a" o kern/9869 When using macros out of function, they should end wit s kern/9927 gibbs [ahc] the ahc driver doesn't correctly grok switched S o bin/10030 markm Kerberized telnet fails to encrypt when a hostname ali o bin/10358 yar ftp(1) has problems with long pathnames o bin/10611 timed enhancement o gnu/10670 peter cvs doesn't allow digits in local keywords a kern/10778 ru "ipforward_rt" is not cleared when routing table chang a kern/11024 mtm getpwnam(3) uses incorrect #define to limit username l o bin/11085 Per-host configuration for syslog.conf s bin/11114 harti make(1) does not work as documented with .POSIX: targe o kern/11165 emulation [ibcs2] IBCS2 doesn't work correctly with PID_MAX 9999 o bin/11294 direct logging to other hosts (no local syslogd) o kern/12014 alfred Fix SysV Semaphore handling s kern/12071 fanf [net] [patch] new function: large scale IP aliasing o i386/12088 imp [ed] [patch] ed(4) has minor problem with memory alloc o kern/12543 [fxp] [patch] cumulative error counters for fxp(4) o bin/12545 peter kldload(8) should be more sensitive to errors in *_mod o bin/12801 nvi infinite recursion with options "leftright" and "c o bin/13042 make(1) doesn't handle wildcards in subdirectory paths o bin/13108 authunix_create_default includes egid twice a bin/13128 krion pkg_delete doesn't handle absolute pathnames correctly o kern/13141 se [scsi] Multiple LUN support in NCR driver is broken. o bin/13309 billf Fixes to nos-tun o kern/13326 additional timeval interfaces for o bin/13397 nvi mishandles tags files under certain conditions. s kern/13843 ken da driver does not support 'CDIOCEJECT' ioctl s bin/13869 man program saves multiple cached copies of the same f o bin/13882 mount -p is missing the quota options o bin/13936 qa [sysinstall] no clear indication of how much space to o kern/13978 peter a write to last column bug appears since ncurses conve s kern/13997 rwatson [jail] [patch] RLIMIT_NPROC works unadequately for jai o kern/14166 [bktr] [patch] AVER TVPhone o bin/14318 qa [sysinstall] sysinstall upon install has some counter- o kern/14549 mdodd 3C509 broken in 3.3 s kern/14562 ken ioctl() codes should be provided for ejecting all remo o kern/14646 kern.boottime affected by APM suspend/resume a bin/14682 gad lprm(1) unaware of lp(1) Environment Variables (LPDEST o bin/14925 getsubopt isn't poisonous enough f conf/15010 rc.firewall: "client" firewall configuration kills inc o bin/15038 qa [sysinstall] easy to not notice that selection lists m a kern/15095 andre TCP's advertised window is not scaled immediately upon o bin/15168 [patch] Adding tracklist support to fdformat(1) o bin/15205 billf [patch] Addition to random(6) s kern/15436 [syscons] syscons extension: "propellers" p bin/15458 sort(1) doesn't sort correctly in some cases s kern/15478 incorrect utmp/wtmp records update upon connection bei o bin/15480 [patch] make cdcontrol(1) easier to use f kern/15542 [de] de(4) suddenly stops working o bin/15619 peter [patch] standard pppd doesn't authenticate users with o kern/15838 trhodes [msdosfs] [patch] Conversion tables in msdosfs_conv.c o misc/15876 embedded [picobsd] PicoBSD message of the day problems o kern/16021 To support SMP on NEC PC98, call mp_probe() after pmap o conf/16076 markm [PATCH] pam_ssh examples for /etc/pam.conf o kern/16195 rwatson 16-bit uid/gid struct in sys/ipc.h o kern/16339 alc vm/vm_page.h PQ_L2_SIZE options too limited o conf/16584 qa [sysinstall] Hostname field too small during install ( o kern/16644 [bpf] [patch] Bad comparison expression in bpf_filter. o kern/16765 bde Add support for mark/space parity o bin/16880 [PATCH] pw(8) hardcodes directory creation modes s kern/17108 [nfs] SecureRPC not supported in mount_nfs command s kern/17109 darrenr fastroute crashes for lo0 udp o kern/17185 peter main ncurses headerfile is installed as curses.h o bin/17289 gad [PATCH] wrong permissions on /var/run/printer o bin/17363 crontab(1) leaves files in /var/cron/tabs when interru o kern/17425 [ppbus] [patch] fix two small printing errors in ppbus o kern/17504 ken [cam] [patch] Another Micropolis Synchronize Cache Pro o bin/17546 qa [sysinstall] sysinstall does not let you configure NIS o bin/17623 date(1) -v doesn't handle time changes (DST) correctly s i386/17662 gibbs [cam] cam_xpt.c incorrectly disables tagged queuing fo o bin/17679 wpaul wicontrol should take multiple args on command line o conf/17993 obrien improving on the default /etc/amd.map o bin/18100 update to src/usr.bin/from/from.c for multiple mboxes s bin/18114 ken msps from iostat is wrong o kern/18200 mdodd 3com 3c509b recognized twice during boot o kern/18271 simplelock: klds not portable across UP and SMP o kern/18293 lack of versapad mouse wheel emulation o bin/18319 "dump" fails with "cannot reopen disk: interrupted sys o bin/18326 dwmalone no /usr/libdata/lint/llib-lc.ln o kern/18496 Possibly a problem between curses.h/runetype.h? o bin/18498 jhb allowing ELF_VERBOSE in /etc/make.conf s kern/18558 silby 3COM 905B realy realy slow when using multiple adapter s kern/18704 GLOB_ERR not handled correctly by glob() s bin/18773 matusita Merge ports/japanese/less to src/contrib/less o gnu/18857 peter Enable GSSAPI in CVS if available o kern/18909 dwmalone select(2) timeout limited to 100000000 seconds s kern/19247 threads uthread_sigaction.c does not do anything wrt SA_NOCLDW s kern/19363 [kernel] [patch] allow processes know about their file s kern/19402 Signals 127 and 128 cannot be detected in wait4() inte o kern/19406 [libc] setenv(3) allocates memory which is not freed b s kern/19535 [procfs] [patch] procfs_rlimit tidyup s conf/19573 des Dot Files for Optional Shells o gnu/19642 kbyanc patch to merge OpenBSD changes to patch(1) o bin/19683 green mount displays incorrect mount point on failed mount o kern/19756 Inability to use linux extended partition (type 0x85) o bin/19772 df output wrong for union-mounts a kern/19782 mkisofs 1.12.1 (i386-unknown-freebsd4.0) doesn't prese o bin/19837 ambrisko [sysinstall] [patch] run Fix It floppy from serial por s kern/19875 net A new protocol family, PF_IPOPTION, to handle IP optio o kern/19909 [nfs] Problem with NFS client in 4.0-STABLE o kern/19913 des add SYN+FIN counter s docs/20028 doc ASCII docs should reflect tags in the sourc o bin/20054 yar ftpd: rotating _PATH_FTPDSTATFILE losts xferlog s kern/20333 des [libpam] ftp login fails on unix password when s/key a o kern/20389 ken "device pass" required for CD ripping o bin/20391 jhb [sysinstall] sysinstall should check debug.boothowto s o kern/20410 [sio] sio support for high speed NS16550A, ST16650A an o bin/20501 mjacob [patch] extra flag to dump to offline autoloaders at E o kern/20529 wpaul gigabit cards fail to link o bin/20742 ps Weird problem with 'more' on 4-1-STABLE o bin/20799 peter top's problem o bin/20881 There's no reason not to build DNSsec-DSA o bin/20889 dwmalone syslogd.c still uses depreciated domain AF_UNIX o bin/20908 qa [sysinstall] /stand/sysinstall too limited in selectio o bin/20944 natd enhancements, default config file and manpage add o bin/21008 gad Fix for lpr's handling of lots of jobs in a queue o kern/21222 [nfs] wrong behavior of concurrent mmap()s on NFS file o bin/21312 more incorrectly redraws screen on xterm resize o bin/21315 Shells often behave oddly when executing shell scripts o bin/21519 standards sys/dir.h should be deprecated some more f bin/21570 dougb [PATCH] Add -r option to /usr/bin/mail, quiet compiler s bin/21659 Berkeley db library is statically compiled into libc, o i386/21672 obrien [i386] AMD Duron Rev. A0 reports incorrect L2 cache si o conf/21675 Better and more disktab entries for MO drives o bin/21751 ken libcam's cam_real_open_device() may lose fds on error o kern/21768 rwatson shouldn't trailing '/' on regular file symlink return a kern/21807 [msdosfs] [patch] Make System attribute correspond to s bin/22034 nfsstat(1) lacks useful features found in Solaris7 o bin/22182 vi options noprint/print/octal broken s kern/22190 threads A threaded read(2) from a socketpair(2) fd can sometim o conf/22308 [nfs] mounting NFS during boot blocks if host map come s bin/22442 linimon [PATCH] Increase speed of split(1) o misc/22914 [bootinst] bootinst messages are not updated o conf/23063 net [PATCH] for static ARP tables in rc.network p kern/23148 getopt(3) works non-intuitively? p bin/23178 'talk' not doing right thing o bin/23180 Certain KOI8 characters are treated as "word breakers" a bin/23254 fenner yacc accepts bad grammer p kern/23304 kbyanc POSIX clock_gettime, clock_getres return errno invalid o kern/23314 scsi aic driver fails to detect Adaptec 1520B unless PnP is a bin/23402 qa [sysinstall] upgrade ought to check partition sizes o kern/23546 tanimura [snd_csa] [patch] csa DMA-interrupt problem o bin/23562 markm [patch] telnetd doesn't show message in file specified o conf/23822 mtree entries for German X11 man pages a bin/23912 underflow of cnt in vs_paint() by O_NUMBER_LENGTH when o bin/24066 marcel gdb can't detach from programs linked with libc_r o bin/24390 standards Replacing old dir-symlinks when using /bin/ln o bin/24435 qa [libdisk] changing slice type causes Auto-partition to o bin/24485 [PATCH] to make cron(8) handle clock jumps o bin/24513 peter new options for pppd o kern/24528 Bad tracking of Modem status s stand/24590 standards timezone function not compatible witn Single Unix Spec o bin/24757 yar ftpd not RFC compliant o docs/24786 doc missing FILES descriptions in sa(4) o kern/24882 ktrace not syncing .out file before panic o bin/24907 qa [sysinstall] Options screen at MenuMedia menu problem o bin/24953 green adduser ignores passwd_format in login.conf o kern/24959 andre proper TCP_NOPUSH/TCP_CORK compatibility o bin/25013 mv(1) cannot move unresolvable symlinks across devices o bin/25015 cp: options -i and -f do not work as documented o kern/25018 lstat(2) returns bogus permissions on symlinks o kern/25109 Fujitsu MO device MCC3064AP could't be configured . o bin/25218 mailwrapper(1) invokes sendmail when resources are tig f bin/25278 bs accepts -s -c but not -sc o alpha/25284 alpha PC164 won't reboot with graphics console f kern/25386 multimedia [sound] Incorrect mixer registers (line & synth) in ne o kern/25445 kernel statistics are displayed in wrong types and wra o bin/25477 billf pam_radius fix to allow null passwords for challenge/r p kern/25499 [kbd] [patch] buffer paste functionality from keyboard s bin/25598 yar patch to let ftpd output message when changing directo o kern/25733 [intpm] mismatch between error reporting in smbus fram o bin/25736 ac -d option probrem with overdays logon f kern/25777 [kernel] [patch] atime not updated on exec o kern/25866 more than 256 ptys, up to 1302 ptys. f docs/26003 rwatson getgroups(2) lists NGROUPS_MAX but not syslimits.h o bin/26005 MIME quoted-printable encoding added to vis/unvis + bu o kern/26261 [sio] silo overflow problem in sio driver o docs/26286 doc *printf(3) etc should gain format string warnings o kern/26323 [ufs] [patch] Quota system creates zero-length files a kern/26348 [pcvt] scon -s, page fault in HP mode a kern/26534 ipfw [ipfw] Add an option to ipfw to log gid/uid of who cau o kern/26562 [lpt] [patch] /dev/lpt0 returns EBUSY when attempting o kern/26584 kernel boot messages aren't logged correctly on remote o kern/26618 iedowse unmount(2) can't unmount a filesystem whose device has p kern/26646 ache srand() provides only 8-bit table o conf/26658 grog update to src/usr.bin/calendar/calendars/hr_HR.ISO_885 o kern/26686 Freeze at boot from 4.3-RC4 floopies - USB conflict? ( o bin/26695 change request: kill(1)/killall(1) -l output o kern/26787 dd sysctl change request s bin/26803 des Fix fetch to allow FTP puts in '-o' & allow '@' sign i o i386/26812 peter old bootstrap /sys/i386/boot/... still in -STABLE bran o bin/26919 qa [sysinstall] fdisk should ONLY set one bootable flag o kern/27008 kernel function sysbeep(xxx, 0) does produce sound f bin/27188 jon fix of rsh non-interactive mode behaviour o bin/27216 qa [sysinstall] can not get to shell prompt from serial c o kern/27232 cel [nfs] On NFSv3 mounted filesystems, stat returns st_bl o bin/27258 getty didn't check if if= isn't empty o kern/27269 Cannot mount linux extended (logical) partitions o bin/27281 vidcontrol(1) does not have error codes o bin/27306 marcel [patch] hw watchpoints work unreliable under gdb(1) o bin/27319 obrien df displays amd pid processes o kern/27403 [lpt] lpt driver doesn't handle flags anymore o kern/27429 'dependant' is a misspelling o kern/27571 daichi [unionfs] Changing policy of shadowing files and direc o kern/27660 Kernel does not return error if adding duplicate addre o bin/27687 fsck wrapper is not properly passing options to fsck_< o bin/27829 pax's uid/gid cache is read-only o kern/27835 execve() doesn't conform to execve(2) spec in syscall f bin/27872 qa [sysinstall] "Load Config" hangs Compaq DL360 when use o bin/27972 losing information with talk a bin/28081 qa [sysinstall] /stand/sysinstall errs out if /cdrom/ alr a gnu/28189 [PATCH] fix for detecting empty CVS commit log message o conf/28236 [PATCH] iso-8859-1_to_cp437.scm doesn't contain some u o misc/28255 embedded [picobsd] picobsd documentation still references old . s kern/28260 standards UIO_MAXIOV needs to be made public o bin/28333 rtprio/idprio setuid problems o bin/28364 lex(1) generated files fail to compile cleanly with -W o bin/28620 ru xinstall has no way to pass options to strip s ports/28678 wosch portcheckout doesn't allow flexible build targets o bin/28789 /usr/bin/last does not filter for uucp connects o bin/28972 dwmalone gamma returns same result as lgamma s i386/28975 [rp] RocketPort problems o bin/29062 markm krb4 and krb5 multiply defined version symbol o bin/29119 menu of fdisk editor in 4.3R does not list 'W'rite o kern/29169 mjacob FC loop that 'goes away' never times out I/O cmds s bin/29292 sos The functional addtion to burncd(8) o kern/29355 mux [kernel] [patch] add lchflags support o bin/29363 gad [PATCH] newsyslog can support time as extension s kern/29423 [patch] new feature: kernel security hooks implementat o bin/29516 markm telnet from an non FreeBSD host still uses /etc/ttys f o bin/29581 proposed gethostbyXXXX_r() implementation o kern/29698 emulation [linux] [patch] linux ipcs doesn'work o bin/29893 qa [sysinstall] suggestions for 4.4 sysinstall o bin/29897 des pam_unix patch, which uses loginclass passwd_prompt a docs/30008 doc [patch] French softupdates document should be translat o kern/30052 mbr [dc] [patch] dc driver queues outgoing pkts indefinite o kern/30186 getaddrinfo does not handle incorrect servname o bin/30321 strftime(3) '%s' format does not work properly s ports/30331 portmgr [patch] Conflict between bsd.port.mk MAKEFILE variable o bin/30360 vmstat returns impossible data s kern/30422 [patch] new function: add WDT hardware watchdog driver o bin/30424 Generalization of vipw to lock pwdb while being edited s threa/30464 threads pthread mutex attributes -- pshared o bin/30517 qa [sysinstall] using sysinstall with install.cfg has no o bin/30542 [PATCH] add -q option to shut up killall o conf/30590 /etc/hosts.equiv and ~/.rhosts interaction violates PO p kern/30608 kern.ps_showallproc=0 doesn't limit queries for a sing o bin/30654 gad Added ability for newsyslog to archive logs f bin/30661 alfred [rpc] [patch] FreeBSD-current fails to do partial NFS a bin/30737 qa sysinstall leaks file descriptors on restart o ports/30777 portmgr add a 'make pkg-plist' make target in ports. o conf/30812 [patch] giant termcap database update o bin/30854 bootpd/bootpgw change - skip ARP modifications by opti p kern/30857 [intr] [patch] intr_machdep.c allows access out of arr o bin/30863 bootpd/dovend.c Win95 compatibility improvement and ty o conf/30929 usb [usb] [patch] use usbd to initialize USB ADSL modem o conf/30938 Improving behavior of /etc/periodic/daily/110.clean-tm o bin/31034 dwmalone regularly add original address logging for tcpwrappers o kern/31048 des linprocfs:/proc/meminfo cannot handle multiple swap sp s docs/31109 doc [patch] replace gif images w/ png ones due to patent l o bin/31199 tunefs error is incorrect when enabling softupdates o kern/31201 [libdisk] [patch] add free_space(chunk) to libdisk f i386/31353 remko [apm] [patch] 'shutdown -p' does not work on SMP Tyan o kern/31380 cel [nfs] NFS rootfs mount failure message too cryptic o bin/31387 When getuid()=0, mailwrapper should drop priviledges o i386/31427 davidxu [pmap] [patch] minor incorrect code in sys/i386/i386/p o kern/31456 [pcn] [patch] register number definition for AMD PCnet f kern/31490 [sysctl] [patch] Panic in sysctl_sysctl_next_ls on emp o bin/31588 change request to allow mount(1) to set the MNT_IGNORE o kern/31624 writev may return undocumented ECONNRESET o kern/31647 socket calls can return undocumented EINVAL s kern/31686 andre Problem with the timestamp option when flag equals zer o kern/31708 VM system / fsync / flushing delayed indefinitely? o gnu/31772 New option in dialog(1) o kern/31890 [syscons] [patch] new syscons font o bin/31906 No method available to unwind atexit(3) stack without o bin/31933 pw can interpret numeric name as userid during userdel o kern/31981 [libc] [patch] (mis)feature in getnetent parsing -- co o bin/31985 New /etc/remote flag for tip to append LF to CR o bin/31987 patch to allow dump(1) to notify operators by mail(1) o docs/32020 trhodes loader(8) missing tunables o conf/32108 Proposed Firewall (IPv4) configuration script f bin/32144 qa [sysinstall] unattended install with sysinstall doesn' a bin/32375 qa [sysinstall] sysinstall doesn't respect User generated a bin/32411 shutdown's absolute-time handling could be more useful o kern/32480 [syscons] Missing graphic characters in syscons font i o bin/32501 trhodes quot(8) is stupid regarding the filesystem option s usb/32653 usb Added patches to improve USB scanner supportOB o kern/32659 [vm] [patch] vm and vnode leak with vm.swap_idle_enabl o bin/32667 systat waste too much time reading input o bin/32680 [PATCH] Allows users to start jail(1) by hostname as w o bin/32808 dwmalone [PATCH] tcpd.h lacks prototype for hosts_ctl o kern/32812 [bktr] bktr driver missing tuner for eeprom detection. o bin/32828 w incorrectly handles stale utmp slots with jail o bin/33066 rwatson sysinstall does not write to new disks as expected s bin/33133 keyinit outputs wrong next login password o bin/33182 marcel gdb seg faults when given handle SIGALRM nopass for th o kern/33203 [nfs] "got bad cookie" errors on NFS client s docs/33589 doc [patch] to doc.docbook.mk to post process .tex files. a bin/33661 PAP AuthAck/AuthNak parsing problem in pppd o bin/33774 Patch for killall(1) o bin/33809 mux [patch] mount_nfs(8) has trouble with embedded ':' in o bin/33834 strptime(3) is misleading p docs/33852 keramida split(1) man page implies that input file is removed. o bin/33941 /usr/sbin/dev_mkdb dumps core a kern/33963 bde Messages at the serial IO port device probe are mislea o kern/33965 [kbd] [patch] programmable keys of the keyboard (Olida a bin/34010 [patch] keyinit takes passwords less than 10 chars, bu o bin/34146 newfs defaults and vfs.usermount=1 tug at one another s bin/34171 yar ftpd indiscrete about unprivileged user accounts o bin/34199 dwmalone [PATCH] top(1) RES/rss display incorrect o docs/34239 trhodes tunefs(8) man page doesn't describe arguments. o bin/34309 gad lpd does not garantie that controlfiles begin with "cf o bin/34394 peter tgetent returns wrong value in libtermcap o bin/34412 [patch] tftp(1) will still try and receive traffic eve o bin/34497 grog calendar(1) does not understand calendars s bin/34498 Error in vi manpage. o bin/34519 pkg_check(8) does not return exit code >0 if verifing o bin/34628 [pkg_install] [patch] pkg-routines ignore the recorded o kern/34665 darrenr [ipfilter] ipfilter rcmd proxy "hangs". o gnu/34709 marcel [patch] Inaccurate GDB documentation o bin/34728 DHCP hostname set as Hexadecimal string o bin/34759 Phantasia does not accept [enter] key o bin/34788 dwmalone dmesg(1) issues with console output o bin/34832 /usr/share/man/cat3/setkey.3.gz linked to crypt.3.gz, o kern/34880 luigi Impossibility of grouping IP into a pipe for traffic s a docs/35011 doc There are no commands called "diskless" or "jail". f bin/35018 brian enhancing daily/460.status-mail-rejects o bin/35109 [PATCH] games/morse: add ability to decode morse code o bin/35113 grdc enhancement: countdown timer mode o docs/35222 doc [patch] getmsg.cgi: mailing list archive URL regexp su o kern/35234 scsi World access to /dev/pass? (for scanner) requires acce o kern/35262 [boot2] [patch] generation of boot block for headless o kern/35289 [bktr] [patch] Brooktree device doesnt properly signal o kern/35324 Plug and Play probe fails to configure Digicom Modem B o kern/35377 process gets unkillable (-9) in "ttywai" state o bin/35400 qa [sysinstall] sysinstall could improve manipulation of o bin/35451 PATCH: pkg_add -r able to save local copy to PKG_SAVED o misc/35542 bde [patch] BDECFLAGS needs -U__STRICT_ANSI__ o conf/35545 [patch] enhanced periodic scripts: 100.clean-disks, 10 o bin/35568 make declares target out of date, but $? is empty o docs/35608 doc mt(1) page uses "setmark" without explanation. o docs/35609 doc mt(1) page needs explanation of "long erase". o docs/35612 doc ps(1) page "state" description doesn't mention "spread o www/35647 danger www; combine query-by-number and multi-field query for o docs/35652 trhodes bsd.README seriously obsolete o www/35711 bugmeister the "gnats page" should move to its own subdirectory o bin/35717 which(1) returns wrong exit status for multiple argum p docs/35732 trhodes adduser(8) page has obsolete reference and other probl o bin/35769 w does not correctly interpret X sessions o kern/35774 [libutil] logwtmp: Suboptimal auditing possibilities f o kern/35846 imp timeout in wi_cmd 11, machine hangs for a second o bin/35886 [patch] pax(1) enhancement: custom time format for lis p bin/35894 [patch] popen.c in cron won't build without LOGIN_CAP o docs/35943 doc at(1) config files are misplaced in /var/at/ o docs/35953 doc hosts.equiv(5) manual is confusing or wrong about host s stand/36076 standards Implementation of POSIX fuser command o bin/36118 qa [sysinstall] 4.5 Upgrade says it won't touch /usr/src, o bin/36143 [patch] Dynamic (non linear) mouse acceleration added o kern/36170 [an] [patch] an(4) does an_init() even if interface is o bin/36262 [patch] Fixed rusers(1) idle-time reporting to use min o bin/36374 Patch (against core dumps) and improvemets for apmd(8) o bin/36385 luigi crunchgen does not handle Makefiles with includes prop o docs/36432 doc Proposal for doc/share/mk: make folded books using psu o docs/36449 doc symlink(7) manual doesn't mention trailing slash, etc. a kern/36451 [bktr] [patch] Japan IF frequency is incorrect s gnu/36460 cu(1) program does not work very well. f bin/36477 gshapiro mailwrapper doesn't handle rmail calls o bin/36501 grog /usr/bin/calendar can't handle recurring items in the o bin/36553 gad Two new features in newsyslog(8) o bin/36556 [patch] regular expressions for tcpwrappers o bin/36626 login_cap(3) incorrectly claims that all resources fre o docs/36724 darrenr ipnat(5) manpage grammar is incomplete and inconsisten o bin/36740 make ps obey locale (particularly for times) o bin/36757 which(1) ought to append @ if result is symlink o bin/36786 make ps use 24-hour time by default s ports/36901 glewis WITHOUT_X11 Knob for port java/jdk13 o kern/36902 [libc] [patch] proposed new format code %N for strftim o kern/36916 qa [libdisk] DOS active partition flag lost in libdisk an o kern/36952 ldd comand of linux does not work o bin/36960 grog calendar doesn't effect -t option. o bin/37013 ls directory name output trailing slash duplcation - P a bin/37074 [PATCH] Typographical error in output of "smbutil view o bin/37083 small improvement to talk(1): add clocks o bin/37160 qa [sysinstall] coredumps when trying to load package dat o kern/37380 jhb [boot0] [patch] boot0 partition list is outdated o conf/37387 grog bsdmainutils/calendar Hungarian addon file o bin/37424 [patch] nfsstat(1) reports negative values o bin/37437 Add HTTP-style support to {vis,unvis}(1). o bin/37442 [PATCH] sleep(1) to support time multipliers p kern/37448 obrien [PATCH] ldd/rtld support for more information of linke o kern/37554 jmg [vm] [patch] make ELF shared libraries immutable once o kern/37555 [kernel] [patch] vnode flags appear to be changed in n o conf/37569 matteo [PATCH] Extend fstab(5) format to allow for spaces in o kern/37600 multimedia [sound] [partial patch] t4dwave drive doesn't record. o bin/37672 pw(8) prints warnings after successful NIS map updates s threa/37676 threads libc_r: msgsnd(), msgrcv(), pread(), pwrite() need wra o docs/37719 kensmith [request] Detail VOP_ naming in a relevant man-page o bin/37733 su(1) does not behave the way it is described in man s stand/37843 standards manual for pthread_setschedparam(3) is wrong o bin/37844 [PATCH] make knob to not install progs with suid/sgid o gnu/37910 PATCH: make send-pr(1) respect &'s in /etc/{master.}pa o alpha/38031 alpha osf1.ko not loaded during boot-time of linux-emu enabl o bin/38055 qa [sysinstall] Groups (creation) item should be before U o bin/38056 qa [sysinstall] User (creation)'s "Member groups" item sh o bin/38057 qa [sysinstall] "install" document doesn't display correc o docs/38061 ume [patch] typos in man pages for faith(4) & faithd(8) o bin/38156 quotacheck chokes on user -2 o bin/38168 [patch] feature request: installing curses-based versi o bin/38256 linking pax to pax_{cpio|tar} s kern/38347 [libutil] [patch] [feature request] new library functi o kern/38445 suggestion: centralize ptrace() permission checking o bin/38478 qa [sysinstall] In Choose Distributions screen, it's diff o bin/38480 qa [sysinstall] sysinstall should prompt for normal users s www/38500 www gnats web form is overenthusiastic about turning bin/x o conf/38524 cons25 doesn't support F-keys beyond 12 o docs/38540 blackend [patch] make application name capitalization consisten o docs/38556 remko EPS file of beastie, as addition to existing examples o ports/38593 portmgr Third level ports o bin/38610 qa [sysinstall] should be able to mount ISO images on DOS o docs/38620 doc suggestion: minor rework of question in Committers Gui o kern/38626 luigi dummynet/traffic shaper: RED: max_th and min_th are li o bin/38727 [patch] mptable(1) should complain about garbage argum f kern/38730 philip Memorex scrollpro mouse is not fully functional o kern/38749 kientzle Diskless booting fails with some DHCP servers (no root p docs/38772 trhodes firewall_type feature not mentioned on Handbook's fire o kern/38826 [bootmgr] RFE: BootMgr should provide more identifying o kern/38828 scsi [feature request] DPT PM2012B/90 doesn't work o bin/38854 qa [sysinstall] resetting during setup causes the target o misc/38937 delay between tracks in digital audio dumps from CD wi o bin/38940 Change: an option to *stat to allow supressing of head o docs/38982 doc [patch] developers-handbook/Jail fix o kern/39047 IPSEC Compression (IPCOMP) broken in tunnel mode o kern/39201 emulation [linux] [patch] ptrace(2) and rfork(RFLINUXTHPN) confu o stand/39256 standards snprintf/vsnprintf aren't POSIX-conformant for strings o docs/39348 doc diskless(8): note that kenv fetch of hostname requires o bin/39360 qa [sysinstall] if linux emu is added as a dependency (an o kern/39425 [amd] Auto mounted directory was not found at boot tim o bin/39439 tcopy will not duplicate tapes with block size larger o bin/39463 mtm [PATCH] Add several options to fingerd f conf/39505 automate BUILDNAME variable for releases o kern/39527 dwmalone getcwd() and unreadable parent directory o docs/39530 doc access(2) man page has unnecessarily broad warning o bin/39574 qa [sysinstall] error mounting /dev/acd0c on /dist: No su s conf/39580 insecure default settings f ports/39660 portmgr [patch] add ${PKGNAMEPREFIX} to (DOCS|EXAMPLES)DIR o kern/39681 [sysctl] [patch] add hidden kernel boot tunables to sy o bin/39893 setusercontext library call differs umask o bin/39905 johan cleaning sbin/restore code from warnings o conf/39976 vi recovery halting boot process o kern/40017 [patch] allows config(8) to specify config metadata di s kern/40021 [kernel build] [patch] use ld(1) to build kernel with p gnu/40057 bugmeister send-pr -a flag does not work with -f f bin/40273 dougb some more fortunes o kern/40369 [kernel] [patch] rman_reserve_resource - when "count > o bin/40391 imp [sysinstall] sysinstall with PCCARD<->ISA bridge gets o docs/40423 doc Keyboard(4)'s definition of parameters to GETFKEY/SETF o kern/40516 [ti] [patch] ti driver has no baudrate set f bin/40538 dougb mergemaster fixes and enhancements o conf/40548 list of /etc/defaults/make.conf undocummented variable o bin/40572 vipw prints silly message if $EDITOR fails o bin/40597 add /sbin/fdisk ability of showing extended partition s threa/40671 threads pthread_cancel doesn't remove thread from condition qu o conf/40777 disktab does not support 2.88MB floppies o kern/40919 usage of ucred->cr_uid in sys/netinet/in_pcb.c o kern/40926 qa [boot] After Upgrading or Clean Installing 4.6, reboot o usb/40948 usb [usb] USB HP CDW8200 does not work f i386/40958 remko [apm] apm on Acer TravelMate 351 could not resume o bin/41060 ready to import gzip 1.3.3 o docs/41089 doc pax(1) -B option does not mention interaction with -z o bin/41159 new sed -c option to allow ; as a separator for b, t a s misc/41179 feature request: LD_LIBRARY_PATH security checks o bin/41190 in sed, report the { linenum instead of EOF linenum on o bin/41213 top(1) blocks if NIS-related entries in passwd(5) are o kern/41215 [kbd] console revert back to kbd0 (AT) after KVM switc o bin/41238 qa [sysinstall] problems with FreeBSD installation on a d f docs/41270 remko [patch] handbook: confusing directions for kernelconfi o bin/41271 Non-suid-crontab. o bin/41307 libalias: logging of links lifecycle (add/delete/chang o www/41312 cvsadm RCS IDs are off-by-one in the NetBSD cvsweb tree o i386/41364 imp [pccard] NewMedia "Bus Toaster" SCSI card w/ Advansys f usb/41415 usb [usb] [patch] Some USB scanners cannot talk to uscanne o bin/41526 symlinked mount points get mounted more than once w/ m o kern/41543 emulation [patch] feature request: easier wine/w23 support f bin/41556 obrien [PATCH] wtmp patch for lukemftpd o bin/41566 obrien file(1) out of date o i386/41569 silo overflow p stand/41576 standards POSIX compliance of ln(1) a bin/41583 assorted mtree bugs (+fixes) o bin/41674 ken iostat column formatting overlaps o docs/41807 doc [patch] natd(8): document natd -punch_fw "bug" o bin/41817 pw groupshow doesn't include the login group o docs/41879 hrs cleanup to DOCROOT/share/sgml/freebsd.dsl o docs/41919 blackend MINI kernel for bootfloppy (Handbook p.342) contains e o kern/41930 declaration clash for ffs() and ${CXX} o bin/41947 hexdump(1) unprintable ASCII enhancement [PATCH] o bin/41949 qa [sysinstall] sysinstall sorts /etc/rc.conf during netb o bin/42018 krion pkg_info with PKG_PATH searches through tarred pkgs o bin/42022 qa [sysinstall] non-interactive mode prompts when only a o kern/42065 [kernel] [patch] kern.ps_showallprocs has no effect on o bin/42084 luigi [picobsd] PicoBSD's 'netstat -i' reports negative Ipkt o bin/42162 qa [sysinstall] installation crashes, md0c filled up. o docs/42182 trhodes formatting-media article: Making Dedicated Mode disks o bin/42217 libdisk segfaults with 1024 bytes/sector disks o kern/42274 [kernel] [patch] Convert defined variable into tuneabl o bin/42336 [PATCH] ISO-fication of /usr/src/contrib/tcp_wrappers: o bin/42386 cleaning code from warnings in libkvm o bin/42387 cleaning code of librpcsvc from warnings o kern/42422 dbm_delete returns -1 instead of 1 when the key does n o kern/42429 [libc] [patch] hash_action called with HASH_DELETE doe o kern/42442 problem in idlequeue/debugging mode ? o kern/42461 mdodd if_wi_pci.c,if_wi_pccard.c lack device_resume/device_s o bin/42468 mount_smbfs incorrectly handled configuration file o bin/42469 After mounting by mount_smbfs directories with russian o bin/42663 pw(1): pw useradd assigns unique UID's to multiple use o kern/42728 embedded [picobsd] many problems in src/usr.sbin/ppp/* after c f i386/42766 remko [vm] [patch] proposal to perform reboot via jump to BI o bin/42803 tconv, tic, captoinfo binaries missing from distributi o bin/42934 qa [sysinstall] installation procedure on install floppie o kern/42956 [libc] dlclose gives "invalid shared object handle" wh o bin/42974 [patch] syslogd(8): add ISO 8601 date format option o kern/43154 [if_tun] [patch] tunwrite() does not allocate clusters o kern/43355 idad driver will work if logical drives dont start at o bin/43367 incorrect report from 'who' after 'shutdown now' from o bin/43368 krion pkg_create fails if target directory does not exist o bin/43434 New option to 'dmesg' which allow to display or not ol o docs/43470 blackend solid-state article out of date (x109). o kern/43474 [nfs] [patch] dhcp.* values not set in kenv by bootp c s bin/43497 mount(8): mount -t nfs -> crunchgen incompatible o conf/43500 rc.syscons "allscreens" improvements o kern/43577 [kernel] [patch] feature request: new kernel option SH o bin/43582 passwd(1) fails on nonexistent users o kern/43611 [crypto] [patch] static-ize some symbols in sys/crypto o kern/43616 [zlib] [patch] static-ize some functions in sys/net/zl o docs/43651 doc stab(5) incorrectly states to include just stab.h when o kern/43716 [puc] [patch] puc driver does not recognize Lava Dual- o bin/43819 changed truss output for utrace calls o docs/43823 doc [PATCH] update to environ(7) manpage o docs/43861 doc non-trivial typo in wicontrol(8) man page o kern/43905 jmg [kqueue] [patch] kqueues: EV_SET(kevp++, ...) is non-i o kern/43916 [ex] [hang] Olicom OC-2220 (PC-card) hangs on ifconfig o docs/43941 doc document the Rationale for Upgrade Sequence (e.g. why o docs/44034 trhodes Multiple sysctl variables are not documented o kern/44058 [MAKEDEV] [patch] /dev/ch* is created without group wr o docs/44074 doc [patch] ln(1) manual clarifications o kern/44098 RealTec-based NIC initialization problem o bin/44122 tun0 gets a second ip adress after a disconnect o conf/44170 Add ability to run multiple pppoed(8) on startup a www/44181 www www "Release Information" organization o bin/44212 Unify 'recursive' options -r and -R o kern/44267 [sio] [patch] One more modem PNP id for /usr/src/sys/i o conf/44286 roberto /etc/defaults/rc.conf uses the obsolete ntpdate o kern/44293 thomas Unable to access audio CD under Linux emulation/ATAPIC o kern/44365 [headers] [patch] introduce ulong and unchar types o kern/44372 roberto some kernel options prevent NTP clock synchronization o stand/44425 standards getcwd() succeeds even if current dir has perm 000. o kern/44497 NIC Lags? o kern/44500 [bge] [patch] bge(4): add AC1001 Gigabit NIC as workin o kern/44580 cel [nfs] NFS updates file access time when file is modifi o kern/44587 scsi dev/dpt/dpt.h is missing defines required for DPT_HAND o conf/44717 update login.conf and unify login capabilities o bin/44894 markm telnet(1): as a local non-root user and remote it's po o bin/44915 qa [sysinstall] 'choose installation media' choose CD-ROM o gnu/44984 Send-pr can use environmental variable $FROM or $PRFRO o docs/45011 trhodes [patch] style(9): '->' and '.' don't require spaces o kern/45026 [nis] Can't set next password change date on NIS serve o gnu/45137 peter [PATCH] CVS 1.11.2 cannot reuse log messages o bin/45193 [PATCH] truss can't truss itself o conf/45222 daily rejected mail hosts report too long o conf/45226 rc Fix for rc.network, ppp-user annoyance o bin/45229 restore(8) -i: ls reports mising files as 'out of memo o bin/45254 qa [sysinstall] [patch] sysinstall installs things it sho o ports/45289 hrs ja-dvi2ps-3.2 does not handle \special correctly o kern/45293 kevent denies to observe /dev/tty o bin/45333 [PATCH] New option -r for chown and chgrp o ports/45414 portmgr [patch] make update in /usr/ports missing defaults. o bin/45486 Support for human readble (-h/-H) output in swapinfo(8 s bin/45547 sos a patch to make burncd handle .wav files. o bin/45608 qa [sysinstall] install should config all ether devices, s ports/45613 portmgr make update doesn't o kern/45684 systat -vmstat reports "alternate system clock has die o bin/45701 markm spelling error in rogue o conf/45704 [PATCH] request to change cp866b font to cp866 o bin/45729 make rbootd transfere the default file if it's undefin o kern/45793 [headers] [patch] invalid media subtype aliases in if_ o bin/45830 [kerberos] KDC has problems when listening to IPv6 and o bin/45896 dwmalone setnetgrent() should return error code o docs/45940 doc burncd(1) missing info o conf/46062 kris Remove skel from BSD.root.dist. f i386/46113 remko [bus] [patch] busspace bugs in parameter checking o stand/46119 standards Priority problems for SCHED_OTHER using pthreads o kern/46159 ipfw [ipfw] [patch] ipfw dynamic rules lifetime feature o bin/46163 gad lpc problem. Only root can modify despite man page in o docs/46196 doc [patch] menu_format(3): Missing return value in (set_) o bin/46235 rwatson [sysinstall] NTP servers for Finland require updating o docs/46291 doc correlation between HZ kernel config parameter and soc o docs/46295 doc please add information to Nvi recovery email o bin/46328 gad patch for lpd o kern/46368 [isa] [patch] MAXDEP in isa/pnpparse.c is too small s bin/46382 ps(1) could use a "repeat" mode o conf/46409 Certain periodic scripts check broken NFS mounts. o stand/46441 stefanf /bin/sh does not do parameter expansion in PS1, PS2, P o conf/46453 [INTERNATIONALIZATION] cons25l2, ISO8859-2 and console a docs/46709 peter [patch] tables in terminfo(5) are broken s conf/46746 No way to set link addresses through rc.conf o bin/46758 moused enhancements o bin/46888 gad Add script run hook to newsyslog(8) o bin/46905 qa [sysinstall] FreeBSD 5.x cannot be installed from mult s conf/46913 darrenr ipf denied packets of security run output contains non o bin/46925 sysctl -a goes into an infinite loop... o kern/46973 [syscons] [patch] syscons virtual terminals switching o bin/47235 top reports inaccurate cpu usage o kern/47311 mdodd [patch] Kernel support for NVIDIA nForce2-based mother o bin/47350 rc.network supports only one ppp profile o bin/47387 [PATCH] gprof -K still requires "a.out" arg / override o bin/47540 Make natd configurable in running state without loss o o conf/47566 le [vinum] [patch] add vinum status verification to perio o bin/47576 [PATCH] factor(6)ing of negative numbers o docs/47594 doc [PATCH] passwd(5) incorrectly states allowed username o bin/47596 daily security run complains if timezone changes o bin/47815 stty -all should work. o docs/47818 doc [patch] ln(1) manpage is confusing o bin/47908 qa [sysinstall] /stand/sysinstall can't display document o docs/47991 trhodes Handbook section on upgrading kernel says to test new o docs/48101 doc [patch] add documentation on the fixit disk to the FAQ o conf/48105 /etc/disktab has incomplete duplication of manpage inf o misc/48110 [patch] change CVSROOT/log_accum.pl to not send mail i o conf/48133 /etc/rc: improved vi recovery notification o kern/48172 ipfw [ipfw] [patch] ipfw does not log size and flags o conf/48195 /var/db/mounttab error on diskless boot o bin/48309 pppoe connections fail to establish if throughput disa f bin/48318 mtm Segmentation fault in sh with attached script o usb/48342 usb [PATCH] usbd dynamic device list. o bin/48443 mtm /usr/sbin/periodic executes too many files o conf/48444 [patch] security.functions: count connection attempts o kern/48471 pjd [kernel] [patch] new feature: private IPC for every ja o kern/48599 [syscons] [patch] syscons cut-n-paste logic is broken o bin/48603 Getopt is broken. Patch included. o gnu/48638 [PATCH] some bug fixs in libdialog o alpha/48676 alpha Changing the baud rate of serial consoles for Alpha sy o conf/48870 rc [PATCH] rc.network: allow to cancel interface status d o kern/48894 [nfs] Suggested improvements to the NFS read-ahead heu s bin/48962 des [PATCH] modify /usr/bin/fetch to allow bandwidth limit o kern/48976 [modules] nwfs.ko oddity o docs/48980 doc [patch] nsgmls -s errors and sect. 3.2.1 of the fdp-pr o bin/48989 qa [sysinstall] Sysinstall's partition editor gets confu a bin/49023 gad [patch] to lpd(8) (printjob.c) to pass source filename o kern/49039 add support for RS485 hardware where direction is cont f ports/49955 portmgr [PATCH] bsd.port.mk: add target to automatically insta o kern/49957 CRC32 generator should be the common routine o misc/50106 [patch] make 'make release' more flexible behind FWs a o bin/50118 grog calendar(1) dumps core if there is ./calendar/ p conf/50160 ache sl_SI.ISO8859-2 collation sequence is wrong o docs/50211 doc [PATCH] doc.docbook.mk: fix textfile creation p docs/50248 ceri [patch] New FreeBSD books o bin/50300 Make the loader's use of terminal-control sequences op o bin/50310 [libalias] [patch] natd / libalias fix to allow dcc re o bin/50331 Changing uid with pw causes duplicate username/uid pai o kern/50526 [kernel] [patch] update to #! line termination o bin/50569 /bin/sh doesn't handles ${HOME}/.profile correctly o docs/50573 doc resolver(3): return values for res_query/res_search/re o bin/50656 /bin/cp - wrong error on copying of multiple files o kern/50687 ioctl(.., CDIOCCAPABILITY, ...) always reports "Inappr p docs/50735 brueffer [patch] small diff to the developers handbook & outdat o bin/50749 ipfw [ipfw] [patch] ipfw2 incorrectly parses ports and port o docs/50773 jmg [patch] NFS problems by jumbo frames to mention in bge o alpha/50868 alpha fd0 floppy device is not mapped into /dev (XP1000) Fre o bin/50949 BUG: mtree doesn't honor the -P when checking/changing p conf/50956 matteo daily_status_disks_df_flags in /etc/defaults/periodic. o kern/51009 [aue] [patch] buggy aue driver fixed. o bin/51070 [patch] add -p option to pom(6) o kern/51120 MSGBUF_SIZE doesn't work in makefiles a docs/51133 murray RSH environmental variable not described in rcmd(3) s bin/51137 [patch] config(8) should check if a scheduler is selec o bin/51148 Control the cache size for pwd_mkdb to speedup vipw f ports/51152 portmgr [patch] bsd.port.mk: generic SHEBANG_FILES o bin/51205 dwmalone openssl in base system is not compiled thread safe o bin/51296 grog calendar wrong for dates based on day+-num o docs/51480 dds Multiple undefined references in the FreeBSD manual pa o bin/51488 Compat patch: more(1) allowed filename to start with ' p conf/51504 ache New file: src/share/mklocale/zh_CN.GBK.src p conf/51729 ache A patch that can make freebsd support zh_CN.GB18030 o docs/51875 doc [patch] atkbd(4) adjustment o docs/51891 doc DIAGNOSTICS in ed(4) driver manpage don't match realit o conf/51920 Collation for no_NO.ISO8859-1 o docs/51921 doc [patch] ls(1) manpage lacks some information about whi o kern/51958 usb [usb] [patch] update for urio driver o kern/52026 usb [usb] feature request: umass driver support for InSyst o docs/52071 doc [PATCH] Add more information about soft updates into a o misc/52255 embedded [picobsd] picobsd build script fails under FreeBSD 5.0 o misc/52256 embedded [picobsd] picobsd build script does not read in user/s o kern/52258 imp pccard non-functional, repeated "card inserted/removed o bin/52271 qa [sysinstall] sysinstall panics in machine with no hard o bin/52469 ppp: Multiple devices using UDP don't work. o bin/52517 murray New functionality for /usr/bin/Mail o kern/52623 [ex] [patch] IRQ error in driver for the Intel EtherEx o ports/52706 portmgr [patch] bsd.port.mk issues warning if a site is explic o kern/52725 [PATCH] installincludes for kmods f bin/52746 tcsh fails to handle large arguements o kern/52752 [ichsmb] [patch] SMBus controller on ICH4 not recogniz o kern/52764 Impossible to build kernel with COPTFLAGS=-O0 and with s ports/52765 portmgr [PATCH] Uncompressing manual pages may fail due too "a o bin/52782 user ppp dumps core when doing pppctl "show ipcp" afte s bin/52826 krion Feature Request: Adding Timestamps to pkg info upon pk o kern/52907 phk [libc] [patch] more malloc options for debugging progr s ports/52917 portmgr [PATCH] bsd.port.mk: update default value of CONFIGURE p kern/52960 jmg [kbd] kbdcontrol macros don't work when len = 16 o kern/52971 bad macro LIST_HEAD in /usr/include/sys/queue.h o kern/52980 mbr [dc] [patch] dc driver fails to init Intel 21143 Cardb o usb/53025 usb [ugen] [patch] ugen does not allow O_NONBLOCK for inte o bin/53131 qa [sysinstall] "ALL" could not turn check BOXes ON at pa o kern/53265 imp Make Sierra A555 work in FreeBSD o docs/53271 hmp bus_dma(9) fails to document alignment restrictions o bin/53288 tail will sometimes display more lines than it is told o bin/53341 qa [sysinstall] [patch] dump frequency in sysinstall is a p bin/53377 [PATCH] su does not return exit status of executed com o bin/53475 cp(1) copies files in reverse order to destination o kern/53506 [partial patch] support gzipped modules o bin/53520 su to another user does not update utmp o bin/53560 logging domain names in wtmp is retarded o docs/53575 doc Change to Handbook Section 20.9 (SMTP Authentication) o docs/53596 doc Updates to mt(1) manual page o www/53676 simon [patch] Don't make people contact doc@ for 404 from no o stand/53682 le [PATCH] add fuser(1) utility o docs/53732 doc quota output and quota(1) man page do not document uni o docs/53751 hmp bus_dma(9) incorrectly documents BUS_DMA_ALLOCNOW a bin/53870 das C++ undeclares standard math functions like isinf() o bin/53899 mktime gives wrong result in Central timezone o kern/53987 [smbfs] smbfs can't access to files with symbol æ in n o docs/54009 trhodes [patch] clarify the location of the splash image in th o bin/54141 wrong behavour of cu(1) o conf/54170 error from weekly periodic script 330.catman s bin/54185 rwatson UFS2 filesystem ACL flag not enforced o kern/54220 [PATCH] /usr/src/Makefile has wrong instructions for u o bin/54274 udp-proxy support is not implemented in libalias o bin/54365 [PATCH] add -u option to install(1) for SysV compatibi o kern/54383 net [nfs] [patch] NFS root configurations without dynamic o kern/54439 [sysctl] [patch] Protecting sysctls variables by given o docs/54451 doc [patch] i386_get_ldt(2): i386_{get|set}_ldt manual pag o docs/54461 kensmith [patch] Possible additions to Handbook (Basics and Use o bin/54594 Apply regexps to the entire variable -- a new variable o kern/54604 pjd [kernel] [patch] make 'ps -e' procfs-independent o bin/54683 sh, redundant history s docs/54752 hmp bus_dma explained in ISA section in Handbook: should b o bin/54784 find -ls wastes space o stand/54833 standards [pcvt] more pcvt deficits o stand/54839 standards [pcvt] pcvt deficits s bin/54878 incorrect divisor in /usr/bin/jot -r o docs/54879 doc jot(1) -r description o kern/54884 mckusick FreeBSD -stable and -current free space handling for U o bin/54891 libalias/natd and exporting connection-info for identd o bin/54897 [PATCH] -y flag for mount_mfs f kern/54981 sanpei QUIRK: Add support for Lexar 256MB USB drive o conf/55015 [patch] 700.kernelmsg: Security check output enhacemen p stand/55112 standards glob.h, glob_t's gl_pathc should be "size_t", not "int o kern/55163 [jail] [patch] hide kld system details from jails o misc/55387 [patch] users LD_LIBRARY_PATH can interfere with mail o gnu/55394 marcel GDB on FreeBSD 4.8: Deprecated bfd_read. o conf/55470 [pccard] [patch] new pccard.conf entry (I-O DATA WN-B1 s docs/55482 doc document the fact that DUMP has access to block device s ports/55515 portmgr [patch] extract perl stuff from bsd.port.mk into bsd.p o bin/55539 [patch] Parse fstab(5) with spaces in path names o bin/55546 cdcontrol(1) play tr m:s.f interface is partially brok o kern/55793 [dc] Flaky behavior of if_dc when initializing a LNE10 o kern/55802 Make kernel.GENERIC suitable for diskless use with eth o kern/55835 emulation [linux] [patch] Linux IPC emulation missing SETALL sys f i386/55838 remko [kbd] [patch] Dual characters from keyboard in X on To o ports/55841 portmgr [patch] Mk/bsd.port.mk: add routines to use ${PORTSDIR o docs/55883 kensmith [patch] handbook advanced-networking/chapter.sgml o conf/55916 rc [PATCH] ppp-user options o kern/55917 tun# devices cannot be created in 4.8-STABLE o gnu/55936 send-pr does not set mail envelope from o kern/55984 ipfw [ipfw] [patch] time based firewalling support for ipfw s bin/56012 [MAKEDEV] [patch] MAKEDEV does not allow creation of t o usb/56095 usb [usb] [patch] QUIRK: Apacer Pen Drive fails to work o kern/56245 [bktr] Distorted and choppy video with bktr-driver on o bin/56249 obrien lukemftpd has two bugs (motd, munged utmp) o kern/56250 [ums] [patch] ums(4) doesn't work with MCT based PS/2 o bin/56447 Extend mt command for AIT-2 tape drives o kern/56451 /compat/linux/proc/cpuinfo gives wrong CPU model o stand/56476 standards cd9660 unicode support simple hack o gnu/56554 re add Cc: maintainer feature to send-pr o kern/56632 MTIO incorrect mt_fileno status after MTEOD o bin/56648 le [PATCH] enable rcorder(8) to use a directory for locat o kern/56664 bad file# in MTIO status buffer after MTEOD until MTRE o kern/56720 [libc] feature request: UNICODE support in Resolver f ports/56928 java jce-aba port should install to $JAVA_HOME/jre/lib/ext o conf/56934 rc.firewall rules for natd expect an interface, but it o conf/56940 pccard.conf entry for PCET10-CL causes syntax errors i o bin/56952 re [sysinstall] floppy install error s ports/56980 portmgr unprivileged user, extracting of tarballs and pre-inst a docs/56981 peter man terminfo(5) from libncurses does not display corre o bin/57018 le [PATCH] convert growfs to use libufs(3) o kern/57036 No media detected by 3c905b-tx on 4.9-release o bin/57045 trpt(8) option -t was disabled on -current o bin/57054 let test(1) compare the mtime of a file to a string s bin/57088 [cam] [patch] for a possible fd leak in libcam.c o bin/57089 "w" does not honor the -n option o docs/57153 doc S_IRWXU missing in fstat(2) man page? o kern/57230 [psm] [patch] psm(4) incorrectly identifies an Intelli o amd64/57250 obrien Broken PTRACE_GETFPREGS and PTRACE_SETFPREGS o stand/57295 harti make's handling of MAKEFLAGS is not POSIX conform o docs/57298 blackend [patch] add using compact flash cards info to handbook o docs/57388 doc [patch] INSTALL.TXT enhancement: mention ok prompt s bin/57407 [patch] Better NTP support for dhclient(8) and friends o misc/57464 [boot] loader(8) seems to confuse files [4.7] o ports/57498 portmgr HEIMDAL_HOME should be defined in src or ports Makefil s ports/57502 ports that define USE_* too late o conf/57517 add parameter for /etc/periodic/daily/210.backup-alias o kern/57522 [PATCH] New PID allocater algorithm from NetBSD o docs/57569 doc error on gensetdefs(8) man page p bin/57630 lptcontrol gives "device busy" if device turned off a kern/57696 cel [nfs] NFS client readdir terminates prematurely if ren o bin/57715 [patch] tcopy(1) enhancement a stand/57911 tjr fnmatch ("[[:alpha:]]","x", FNM_PATHNAME) returns FNM_ o docs/57926 doc [patch] amd.conf(5) poorly format as it has both man(7 o docs/57974 doc man page apropos for select macros (FD_SET, etc) doesn o kern/57976 simple kernel DDB enhancement o bin/58012 Multihomed tftpd enhancement o bin/58293 vi replace with CR (ASCII 13) doesn't work o kern/58373 mckusick [ufs] ufs inconsistency between 4.9-RC and 5.1 o bin/58390 bsdlabel fails to display an error message if the labe o bin/58483 [patch] mount(8): allow type special or node relative o kern/58497 sysctl knob to return current process' jid f kern/58529 dwmalone [libpcap] [patch] RDWR bpf in pcap. o conf/58557 Summer/Winter-time change causes daily cron to be run o gnu/58583 kan gcc.1, cpp.1 and gcov.1 manpages are outdated o conf/58595 Default NTP configuration o gnu/58656 marcel gdb not ready for prime time o stand/58676 standards grantpt(3) alters storage used by ptsname(3) o bin/58696 /sbin/natd feature request & possible patch o docs/58710 doc killpg(2) contains an error regarding sending SIGCONT o kern/58803 [kernel] [patch] kern.argmax isn't changeable even at o conf/58939 rc [patch] dumb little hack for /etc/rc.firewall{,6} o kern/58967 Kernel kills processes in spite of cputime parameter i o bin/58970 truss coredumps for the no significant reason o docs/59044 doc [patch] doc.docbook.mk does not properly handle a sour o bin/59207 uustat list limit of 201 jobs f kern/59208 matk [sound] [patch] reduce pops and crackles and fix selec o bin/59220 obrien systat(1) device select (:only) broken o docs/59240 blackend [patch] handbook update: linux MATLAB s ports/59254 ports that write something after bsd.port.mk o kern/59289 [bktr] [patch] ioctl METEORGBRIG in bktr_core.c forget o www/59307 remko [patch] xml/xsl'ify & update publications page o kern/59456 fdescfs stat / compress creates only empty files o docs/59477 doc Outdated Info Documents at http://docs.freebsd.org/inf o bin/59530 strange bug in /bin/sh o bin/59551 marcel Problem with GDB on latest -CURRENT o bin/59564 Added an option (-S) to from command to also display s o conf/59600 [PATCH] Improved us.emacs.kbd mapping o kern/59624 [ata] [patch] HightPoint HPT371 support for FreeBSD 4. o kern/59698 usb [kbd] [patch] Rework of ukbd HID to AT code translatio o bin/59708 qa [sysinstall] [patch] add sSMTP support for Mail select o docs/59735 kensmith [patch] Adding a reference to Icelandic Rsync to mirro o docs/59736 kensmith [patch] Updating size of archives in hubs article 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" p conf/59799 New locale: zh_HK.Big5HKSCS o kern/59814 FreeBSD mknod refuses to create pipes and fifos o docs/59835 doc ipfw(8) man page does not warn about accepted but mean f i386/59854 anholt [agp] [panic] System panics when AMD 762 AGP is loaded o kern/59896 trm driver is not in GENERIC f docs/59900 kuriyama out of date README.txt and .message files at ftp.freeb o kern/59903 [pci] [patch] "pci_find_device" returns [only/at] the o bin/59922 Toshiba Portege hangs with Eicon DIVA T/A o kern/60089 scottl [udf] UDF filesystem appends garbage to files o kern/60174 marcel debugging a kernel module in load/attach routines o kern/60183 sobomax [gre] [patch] No WCCPv2 support in gre f usb/60248 usb [patch] Problem with USB printer HP LaserJet 1300 s kern/60293 net FreeBSD arp poison patch o kern/60307 [pccard] [patch] wrong product id in pccarddevs for Sp o bin/60350 qa [sysinstall] in Choose Distributions screen, "All" doe o misc/60352 [patch] buildworld fails in sysinstall if terminfo dat o kern/60448 PF_KEY protocol does not have a corresponding AF_KEY a o misc/60503 [modules] small error in modules installation o bin/60510 [patch] change to less(1) for compressed files o docs/60529 doc resolver(5) man page is badly out of date o docs/60544 doc [patch] getenv(3) manpage doesn't state the return val o kern/60550 silby [kernel] [patch] hitting process limits produces sub-o f ports/60558 portmgr [PATCH] bsd.port.mk: automatically verify GnuPG signat f kern/60599 multimedia [bktr] [partial patch] No sound for ATI TV Wonder (ste o bin/60632 UI bug in partition label screen in sysinstall o bin/60636 Enhancement to adduser script. o kern/60677 multimedia [sound] [patch] No reaction of volume controy key on I o kern/60697 [pty] [patch] pseudo-tty hack versus telnet race cause f kern/60699 DVD Multidrive udma mode autosensed wrong o kern/60719 ipfw [ipfw] Headerless fragments generate cryptic error mes o bin/60834 [patch] ftpd(8) send_data()+oldway: anonymous transfer o kern/60874 [feature request] auto-assign devfs ruleset numbers o bin/60892 [patch] added -p option to kldxref(8) to allow creatio o kern/60963 [pecoff] [patch] Win32 Applications abort on PECOFF o kern/60982 [pci] [patch] ID for VIA 686A Power Management Unit (f f i386/61005 remko [boot] The Boot Manager in FreeBSD 5.2RC can't boot Fr o docs/61070 doc handbook: Installation docs misleading: PResizer isn' f kern/61109 [bge] bge on TYAN AMD762-based Thunder/Tiger passes on o amd64/61209 amd64 ppc0: cannot reserve I/O port range o usb/61234 usb [usb] [patch] usbhidaction(1) doesn't support using an o bin/61239 [patch] bootp enhancement, places the dhcp tags into t o kern/61261 obrien generated header, emu10k1-alsa%diked.h not made on amd o bin/61264 qa [sysinstall] unable To Use VT100 Terminal Emulator (Te o conf/61289 /etc/pccard_ether: please use ifn value on pccard scri o kern/61300 [aue] [patch] Enabling HomePNA PHY on aue(4) for HomeP o docs/61301 doc [patch] Manpage patch for aue(4) to enable HomePNA fun f misc/61322 [patch] bsd.dep.mk disallows shell generated flags in f i386/61348 remko Adaptec 1460D PCI SCSI Card does not work with 5.2RC o bin/61405 cperciva A faster ffs(3) o kern/61415 [net80211] [patch] disable broadcast ssid if_wi and di o kern/61438 qa [sysinstall] 5.2 nfs tasks running by default after sy f i386/61481 remko [patch] a mechanism to wire io-channel-check to userla o kern/61497 ups [kernel] [patch] __elfN(map_insert) bug o bin/61502 dwmalone Incorrect ip6fw output when adding rules o kern/61503 [smbfs] mount_smbfs does not work as non-root f i386/61545 remko 5.2 release cannot see NIC on Dell 1750 f i386/61579 remko [hang] sis 645dx is not working (but on the supported f i386/61603 remko [sysinstall] wrong geometry guessed s kern/61622 Intel Pro/100 Intelligent Server Adapter unsupported N o conf/61641 grog Martin Luther King, Jr. Day missing from calendar o bin/61666 peter [patch] mount_nfs(8) parsing bug, segmentation fault o docs/61667 doc Obsolete documentation on FreeBSD PnP f kern/61677 Unable to open CDROM tray if boot_cdrom is in loader.c a kern/61744 andre [netinet] [patch] TCP hangs onto mbufs with no tcp dat o bin/61808 [PATCH] Update RPC prgs to allow binding to specific a s kern/61810 mounts done within a chroot show up wrong and can't be o www/61824 www Misleading documentation on FreeBSD installation requi o conf/61847 Additions to file /usr/share/misc/pci_vendors f i386/61858 remko bus_dmamap_sync with BUS_DMASYNC_POSTREAD needs memory o docs/61859 doc ddb(4): Incorrect informaiton about trace command ddb o kern/61909 5.2-Current fails to notice change of CD in drive o bin/61971 k5init --renewable fails o bin/61975 ume [PATCH] sync src/usr.sbin/traceroute6.c with KAME o bin/61978 [PATCH] sync src/usr.sbin/setkey/token.l with KAME a ports/61998 roam PostgreSQL support for mail/vpopmail 5.3.30 (correctio o i386/62003 remko [loader] [patch] make /boot/loader "reboot" code same o kern/62042 luigi [ipfw] ipfw can't no more reject icmp (icmptypes 8) o bin/62077 Make it possible to abbreviate device names. (patch in o kern/62098 [pccard] [patch] Bad CISTPL_VERS_1 and clash on notebo o kern/62102 alc obreak update o bin/62207 ppp crashes with option 'nat punch_fw' when nat'ed hos o kern/62257 card reader UCR-61S2B is only half-supported f i386/62288 remko [RAID] reopened raid disks on a running system o kern/62323 [kbd] Logitech Cordless MX Duo Keyboard/Mouse combinat o kern/62333 [dc] syslog: kernel: dc0: discard oversize frame (ethe o docs/62412 doc one of the diskless boot methods described in the Hand o bin/62513 Errant /usr/bin/krb5-config on 4-STABLE p gnu/62555 readline 4.3 should be patched o ports/62657 portmgr Port linux-jpeg have decreaseed version number after l o bin/62702 qa [sysinstall] backup of /etc and /root during sysinstal o bin/62711 qa [sysinstall] installation: "Insert Next CD" Prompt is o docs/62719 doc cross-reference pccardd(8) and devd(8) o docs/62724 doc [patch] host(1) manpage does not include information a o kern/62742 [hang] system "hangs" for a some time while probing at o kern/62746 tjr [smbfs] SMBFS and vfs.usermount. User cannot unmount f ports/62761 portmgr [patch] for phasing out distinfo files o bin/62766 ``systat -vm'' does not work on diskless machines f java/62837 java linux-sun-jdk14 executables hang with COMPAT_LINUX in s stand/62858 standards malloc(0) not C99 compliant o bin/62885 des pam_radius doesn't maintain multiple state fields o kern/62890 ups proc pointer set by fork1 can be stale in fork,rfork,v f bin/62965 krion pkg_add -r fails if fetching multiple packages at a ti f i386/62977 remko Mouse daemon during install/setup o bin/63064 strptime fails on %z o docs/63084 des Several Man-pages reference non-existant pam.conf(5) a o kern/63096 rwatson [mac] [patch] MAC entry point for route manipulation o ports/63108 obrien amd64/bento-fix: devel/gdb52 and devel/gdb53 o amd64/63188 amd64 [ti] ti(4) broken on amd64 o bin/63197 tftp Bus error, core dumped o docs/63215 doc Wrong prototypes in mi_switch(9) (ref docs/24311) o bin/63319 burncd fixate error o bin/63413 dbm_delete return value incorrect o conf/63527 AM/PM date format should be localized. o www/63551 ceri Lack of DTD in cgi scripts o www/63552 remko Validation errors due to CAPs in attribute values o docs/63570 ceri [patch] Language cleanup for the Handbook's DNS sectio o bin/63608 Add a -c option to time(1) to display csh output f i386/63628 [loader] [patch] i386 master boot record to allow boot o bin/63659 /usr/sbin/pw does not honor symlinks in skeleton direc o ports/63716 portmgr [patch] Mk/bsd.port.mk: move sysctl to ${SYSCTL} and a o kern/63746 vmnet0 makes vmnet4096 o kern/63768 Must access /dev/acd0c before using /dev/acd0t1 f i386/63815 remko boot loader waste a lot of time (10 min) while booting o usb/63837 usb [uhid] [patch] USB: hid_is_collection() only looks for o kern/63863 glebius [netgraph] [patch] feature request: implement NGM_ELEC o bin/64036 Linux application Sophos Mailmonitor not opening TCP p o kern/64114 [vga] [patch] bad vertical refresh for console using R o bin/64153 dd mdmfs features via fstab o kern/64178 jmg [kqueue] [patch] kqueue does not work with bpf when us f ports/64304 portmgr geography category o bin/64327 [patch] make(1): document surprising behaviour of assi o conf/64381 qa lo0 not up and no IPs assigned after install p bin/64464 rwatson pam_krb5 module ignores no_ccache option o kern/64522 3COM 3C920B onboard Asus P4R800-VM not supported o kern/64556 [sis] if_sis short cable fix problems with NetGear FA3 o kern/64588 [joy] [patch] Extend joystick driver architecture to s f i386/64626 remko [SMP] AP initialization problem on GIGABYTE GA-7DPXDW+ o kern/64772 Mouse Movement Problem o kern/64788 nsswitch with ldap and starting ppp on boot gives erro o docs/64807 doc Handbook section on NAT incomplete o bin/64811 systat can't display big numbers in some fields s kern/64875 standards [libc] [patch] [feature request] add a system call: fd o bin/64921 vmstat -i is not reporting IRQ usage on a shared IRQ o kern/64971 A squid process larger than 3G o bin/65045 ftp doesn't remember binary mode if setting at command p docs/65065 danger [patch] improper language ntpd(8) man pages f i386/65124 remko [bootloader] Unable to disable TERM_EMU cleanly o kern/65206 adding floppy drive seems to force PIO mode on hard dr o bin/65228 [Patch] Allow rup(1) to parse hostnames from a defined o bin/65258 save /etc/rc.firewall from changing for standard firew o kern/65278 ups [sio] [patch] kgdb debugger port initialization destro o bin/65299 vi temp path contains double / o bin/65306 obrien [patch] Portability fixes for FreeBSD build utils, par f ports/65344 portmgr [patch] USE_ macros for graphics libraries o kern/65355 [pci] [patch] TC1000 serial ports need enabling o kern/65448 jhb _mtx_unlock_sleep() race condition if ADAPTIVE_MUTEXES o docs/65477 doc release notes: installation instruction fail to mentio o bin/65483 vi -r crashes f i386/65528 remko [psm] mouse cursor disapears on moving o docs/65530 doc [patch] minor improvement to getgrent(3) p bin/65557 des passwd uses passwd_format of default login class o kern/65627 [i386] [patch] store P3 serial number in sysctl o bin/65649 gad Add `-u name' option to env(1) o bin/65707 scp does not deal with local file copies with spaces o kern/65769 usb [usb] Call to tcflush(x, TCIFLUSH) stops input on usb- s ports/65794 net/ripetools is obsolete o bin/65803 gad bin/ps enhancements (posix syntax, and more) s ports/65804 portmgr [PATCH] bsd.port.mk is gratuitously slow f ports/65915 portmgr [PATCH] bsd.port.mk: handle interactive configure scri o bin/65973 Problem logging in to the NIS slave and NIS Client o ports/66032 portmgr [PATCH] bsd.port.mk: clean room installation o kern/66095 [pam] template_user is broken in pam_radius o kern/66185 [twe] twe driver generates gratuitous warning on shutd o kern/66225 [netgraph] [patch] extend ng_eiface(4) control message o docs/66265 doc [patch] Document what -f and LD_TRACE_LOADED_OBJECTS_F o kern/66268 glebius [socket] [patch] Socket buffer resource limit (RLIMIT_ o gnu/66279 less(1) -- add support for stty(1) erase2/VERASE2 cont p docs/66289 brueffer [patch] lib/libc/gen/ualarm.3 refers to non-existent a o docs/66296 doc [patch] contrib/amd/amq/amq.8 uses log_options instead p bin/66311 fenner TCPDUMP ISAKMP payload handling denial-of-service Vuln o ports/66342 portmgr [PATCH] fix ECHO_MSG breakage in java ports o docs/66343 doc [patch] unlisted supported card on man page for wi(4) o stand/66357 standards make POSIX conformance problem ('sh -e' & '+' command- o ports/66389 portmgr [PATCH] bsd.port.mk: follow MOVED ports o bin/66445 [patch] Add options to last(1) to ignore ftp logins (u o alpha/66478 alpha unexpected machine check: panic for 4.9, 4.10, 5.2 or o ports/66480 openoffice editors/openoffice.org-1.1 port uses root's $HOME for o docs/66483 doc [patch] share/man/man4/csa.4 grammar nits p bin/66492 cpio -o -Hustar creates broken timestamps o docs/66505 trhodes escaping '~' and '$' characters in login.conf setenv o o stand/66531 standards _gettemp uses a far smaller set of filenames than docu o kern/66547 usb [usb] Palm Tungsten T USB does not initialize correctl o kern/66564 [xl] 3c920-MV00 PHY detection problem s ports/66566 portmgr [PATCH] bsd.port.mk: fix build when /usr/obj/usr/ports o kern/66589 processes get stuck in "inode" state when using quota o bin/66594 marcel gdb dumps core f kern/66642 multimedia [sound] pcm0: play: 0: play interrupt timeout, channel o bin/66677 mv incorrectly copies somedir/.. to ./.. when it cross o conf/66726 /etc/periodic/security/ 800.loginfail script reports f o bin/66763 mdmfs: sync arguments with those of newfs, disallow '- o docs/66770 doc [patch] share/man/man4/ng_pppoe.4 tyops, grammar, and o docs/66771 imp [patch] usr.sbin/pccard/pccardc/pccardc.8 grammar and o docs/66775 roam [patch] clarification to committer's guide that port n o bin/66893 [patch] rpc.yppasswdd(8): Linux NIS clients connecting o bin/66941 [patch] gcc2.95 (FreeBSD-specific): fix unacceptable s o kern/66981 Can't read audio CDs with a samsung sw-252B drive ??? o bin/66988 [Patch] apm.c check validation of the returned values o i386/67011 mdodd [vpd] [patch] MFC of vpd driver for IBM xSeries etc o bin/67041 "fortune -m" peeks in "fortune" file only f i386/67055 remko [psm] Mouse (wheel) detection problem on SIS748/964 ba o bin/67142 rpc.yppasswdd incorrectly throws errors about invalid o bin/67172 w,finger display the remote host incorrectly o bin/67231 [patch] pam_krb5 doesn't honor default flags from /etc o bin/67307 ready to import bootstrap_cmds/decomment from Darwin o bin/67308 ready to import bootstrap_cmds/relpath from Darwin o kern/67309 acpi zzz reboot computer (ACPI S3) f i386/67383 remko [i386] [patch] do a better job disassembling code in 1 f ports/67436 portmgr [patch] bsd.port.mk: GNU_CONFIGURE_PREFIX_SUBDIR o ports/67437 portmgr [patch] bsd.port.mk: NO_BUILD and PKGNAMESUFFIX do not o misc/67502 cvsadm cvs-all commit message did not include all files touch f ports/67531 portmgr New spanish virtual category o kern/67545 [nfs] NFS Diskless Mount Option Suggestion p conf/67549 No Cents for es_ES monetdef (Euro) o bin/67550 Add BLK_SIZE option to tftpd server o www/67554 www man-cgi visual glitch on 3-word titles o gnu/67565 SIGPIPE processing in cvs 1.11.5 may lead to SIGSEGV i f i386/67578 remko [kbd] Keyboard error IBM xSeries 335 o kern/67580 request to add hints for boot failures f kern/67627 phk [panic] gbde kernel panic s kern/67706 daichi [unionfs] cvs update over a union mount slows and then o bin/67723 FreeBSD 5.x restore cannot handle other platforms/Linu o kern/67763 [pccard] [patch] PCMCIA: MELCO manufacturer code shoul f i386/67773 remko 5.x series - md5 on dev no longer works e.g. md5 /dev/ f docs/67806 doc [patch] Let 5.x users know how to boot into single use s ports/67815 graphics/ImageMagick no longer recognizes FlashPix o kern/67830 [smp] [patch] CPU affinity problem with forked child p o alpha/67903 alpha hw.chipset.memory: 1099511627776 - thats way to much : o bin/67943 find(1) fails when current directory is not readable b o bin/68014 stty -pendin does not turn off pendin mode o bin/68016 Bug in visual bell on console (kbdcontrol -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 s kern/68110 hsu [netinet] [patch] RFC 3522 for -HEAD f i386/68117 remko [nic] serious network collisions after NIC "media/medi o bin/68134 rwatson 'invalid hostname' displayed in w/who output a kern/68189 luigi arp -a discloses non-jail interfaces within a jail o kern/68192 Cannot use quotas on jailed systems p docs/68201 keramida [patch] pthread_atfork(3) man page o usb/68232 usb [ugen] [patch] ugen(4) isochronous handling correction o kern/68311 [patch] it is impossible to override defaults with ker o bin/68312 be able to create fdisk partions using similar syntax o kern/68315 [ata] [patch] atacontrol(8) addspare for 4.x o kern/68317 [kernel] [patch] on soft (clean) reboots clean dmesg o o bin/68328 enable configuration of extra listen sockets in syslog o usb/68412 usb [usb] [patch] QUIRK: Philips KEY013 USB MP3 player o kern/68435 wpaul xl driver in freebsd 5.x only works if promiscous mode o bin/68437 conscontrol DEVDIR -> _PATH_DEV fix and more o kern/68458 Burning DVD causes lots of FAILURE - READ_SUBCHANNEL I o kern/68459 [vfs] [patch] Patches to mknod(2) behave more like Lin o kern/68514 [re] Realtek driver halts on oversized frames f i386/68518 remko [agp] [hang] hangs while loading 82443BX agp during bo p conf/68524 Including the Basque in the system p conf/68525 matteo Loader's verbose boot mode has rc.d/localdaemon not na o bin/68527 Resizing 'top' running in a terminal to one column wid o bin/68552 tip(1) does not set noncanonical mode input processing o bin/68586 dwmalone [patch] allow syslogd to forward to non-default ports o kern/68623 [sf] [patch] sf(4) (Adaptec StarFire) multiple problem o kern/68690 [libc] write(2) returns wrong value when EFAULT p bin/68691 dwmalone syslogd - correct program name handling s kern/68692 andre [net] [patch] Move ARP out of routing table o kern/68719 [msdosfs] [patch] poor performance with msdosfs and US f i386/68754 remko [hang] [smp] SMP reset bug (Tyan Thunder100, 440BX chi o kern/68765 [mmap] a little data can be stored beyond EOF. o bin/68797 cut(1) patches to fflush after each write if an option o docs/68843 doc Dates on rc.subr(8) & rc(8) are whack. o docs/68845 doc The .At macro produces unexpected results o bin/68848 [patch] find(1) shows pathname as optional but it isn' a bin/68904 krion pkg_install fixes (_PATH_*, sprintf -> snprintf, strcp o misc/68905 core dump ownership issue o bin/68981 unlogic jot behaviour. o bin/69010 [patch] Portability fixes for FreeBSD build utils, par s threa/69020 threads pthreads library leaks _gc_mutex o kern/69064 [kernel] [patch] No multiple ip4/6's could assigned to o bin/69083 [patch] basic modelines for contrib/nvi o bin/69164 marcel GDB/amd64: coredump while debugging a core file. o ports/69191 roam SRV patch for dnbs/djbdns f i386/69257 remko [i386] [patch] in_cksum_hdr is non-functional without o bin/69268 wpaul [patch] Fix ndiscvt(8) to warn you if it's going to ge o ports/69309 ale mysql database backup script for periodic/daily o bin/69362 mbr amd(8) does not properly detect the local network sett o bin/69398 [patch] cleartext display of password in login.c o kern/69448 socket.h: cmsghdr macros don't work with Alpha (and ot o kern/69502 [modules] kldload will load modules that are in the st o kern/69650 [patch] make getserv* functions work with nsdispatch o amd64/69705 amd64 IPC problem (msq_queues) f i386/69722 remko [wi] wi0: init failed, Lucent Technologies WaveLAN/IEE o kern/69730 [puc] [patch] puc driver doesn't support PC-Com 8-port o i386/69750 acpi Boot without ACPI failed on ASUS L5 o kern/69825 [libc] 1st group supplied to setgroups() does not take o kern/69826 [libc] 16th group has no effect when accesing file on o docs/69861 doc [patch] usr.bin/csplit/csplit.1 does not document POSI o bin/69875 [patch] mlxcontrol(8): `mlxcontrol status ' o kern/69963 ipfw [ipfw] install_state warning about already existing en o ports/69965 portmgr [patch] check for moved ports in "make deinstall-all" o bin/69986 qa [sysinstall] [patch] no job control in fixit shell on o kern/69989 killing process that uses snp + unloading module + lis o bin/70002 qa [sysinstall] fails to locate FTP dirs if the OS has pa o conf/70048 magic(5) file has a typo at second test for type GLF & o bin/70182 [patch] fortune -e implementation bug o docs/70217 doc [patch] Suggested rewrite of docproj/sgml.sgml for cla o bin/70245 re Change to src/release/Makefile to aid documentation o conf/70252 add System Administrator Appreciation Day to calendar o bin/70283 mtm adduser aborts in batch mode with comments or blank li o bin/70297 request to make amd timeouts per-mount local o bin/70335 inconsistent syslog behavior when max children configu o bin/70336 telnetd always exits with value 1 f usb/70362 sanpei [usbdevs] [patch] LaCie 160GB USB drive o kern/70401 darrenr [modules] Could not load ipl.ko when no INET6 in the k o bin/70476 sbin/reboot change, -p behavior default for halt o bin/70511 When fread()ing with buffering turned off, many syscal o usb/70523 usb [usb] [patch] umct sending/receiving wrong characters o bin/70528 No libffi on amd64, either with native compiler or fro o bin/70536 reboot -dp tries to dump when powering off o docs/70583 ceri [patch] Update freebsd-glossary o kern/70608 [irq] ethernet-error (card uses duplicate IRQ as USB c o i386/70610 i386 [speaker] [patch] spkr(4): hardcoded assumption HZ == o docs/70652 hmp [patch] New man page: portindex(5) o kern/70708 [nfs] gcore/procfs not finding /proc/pid/file on repea o conf/70715 Lack of year in dates in auth.log can cause confusing o bin/70756 [PATCH] indent(1) mishandles code that is protected fo o kern/70798 Compatibility: Sun/Solaris has an fcntl() F_DUP2FD. Fr o kern/70810 [pci] [patch] Enable SMBus device on Asus P4B series m o stand/70813 standards [PATCH] ls(1) not Posix compliant o ports/70831 tobez make perl5.8 port SU_CMD aware o i386/70832 i386 [re] serious problems with RealTek NIC using re0 drive a ports/70900 edwin [patch] devel/sdl12 inconsistency between actual versi o kern/70904 darrenr [ipfilter] ipfilter ipnat problem with h323 proxy supp o usb/70942 usb [usb] Genius Wireless USB mouse: moused doesn't work c o kern/71045 [dhcp] DHCP-Request is sets other device's ip to null, o bin/71098 CVS keywords are not expanded with CVS 1.12.x o kern/71184 andre tcp-sessions hangs on FIN_WAIT_2 state o gnu/71210 Update to GNU sdiff: add user-preference for merge key o kern/71219 /proc/*/map dont tell file offset o conf/71254 ncurses: xterm vs. cons* termtypes or sc(4) o kern/71258 [vm] [patch] anonymous mmappings not always page align f kern/71280 [aue] aue0 device (linksys usb100tx) doesn't work in 1 o kern/71334 [mem] [patch] mem_range_attr_{set|get} are no longer k o kern/71366 ipfw [ipfw] "ipfw fwd" sometimes rewrites destination mac a o conf/71386 loader.conf: hint.apic.0.disabled="YES" doesn't work. o usb/71416 usb [usb] Cryptoflex e-gate USB token (ugen0) detach is no o usb/71417 usb [usb] Cryptoflex e-gate USB token (ugen0) communicatio a kern/71422 csjp LOR in sys/net/bpf o kern/71450 [de] de(4): MAC address change on 21040 "Tulip" Ethern o usb/71455 usb [usb] Slow USB umass performance of 5.3 o kern/71469 default route to internet magically disappears with mu o kern/71474 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 docs/71555 doc handbook: changes for how to run matlab on 5.2 o i386/71586 i386 FreeBSD 5.3-BETA3 #3 hang during boot on HP Vectra VE o usb/71605 usb [umass] [patch] umass doesn't recognize multiple slots o kern/71608 [pccard] XIRCOM REM56-100 Ethernet 10/100 can't config o bin/71613 [PATCH] cleanup of the usr.sbin/traceroute6 code o bin/71616 [PATCH] cleanup of the usr.sbin/yp_mkdb code o bin/71617 [PATCH] cleanup of the usr.sbin/ypserv code o bin/71618 [PATCH] cleanup of the usr.sbin/timed code o bin/71619 [PATCH] cleanup of the usr.sbin/tcpdump code o bin/71620 [PATCH] cleanup of the usr.sbin/sysinstall code o bin/71621 [PATCH] cleanup of the usr.sbin/sliplogin code o bin/71622 [PATCH] cleanup of the usr.sbin/sicontrol code o bin/71623 [pcvt] [patch] cleanup of the usr.sbin/pcvt code o bin/71624 [PATCH] cleanup of the usr.sbin/rtadvd code o bin/71625 [rpc] [patch] cleanup of the usr.sbin/rpc.ypupdated co o bin/71626 [PATCH] cleanup of the usr.sbin/rpc.statd code o bin/71628 [PATCH] cleanup of the usr.sbin/rpcbind code o bin/71629 [PATCH] cleanup of the usr.sbin/pppstats code o bin/71630 [PATCH] cleanup of the usr.sbin/pppd code o bin/71631 [PATCH] cleanup of the usr.sbin/pppctl code o bin/71632 [PATCH] cleanup of the usr.sbin/ndp code o bin/71633 [PATCH] cleanup of the usr.sbin/mrouted code o bin/71659 [PATCH] cleanup of the usr.sbin/mount_portalfs code o bin/71660 [PATCH] cleanup of the usr.sbin/kgmon code o bin/71661 [PATCH] cleanup of the usr.sbin/keyserv code o bin/71664 [PATCH] cleanup of the usr.sbin/fwcontrol code o bin/71665 [PATCH] cleanup of the usr.sbin/dconschat code o bin/71667 [PATCH] cleanup of the usr.sbin/bootparamd code o bin/71669 [PATCH] cleanup of the usr.sbin/atm code o bin/71671 [PATCH] cleanup of the usr.sbin/apmd code o kern/71683 [nis] NIS/NFS problem [4.8] o docs/71690 doc [patch] inaccurate information in systat(1) manpage o kern/71711 dwmalone [bpf] [patch] generate a single bpf timestamp for each 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 p docs/71782 trhodes mount_nfs(8) man page is a bit out of date o bin/71801 [patch] Add ncurses utility programs: infocmp, tic and o kern/71813 I get a geometry error on my wd 200gb hd f kern/71818 sanpei QUIRK: support for DMR1000 USP flash pen/mp3 player o kern/71833 multiple process disc access / injustice s bin/71855 [patch] making kdump WARNS=6 clean o i386/71924 i386 timeouts with ata+hpt366 controller on BE6II motherboa 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 f docs/71980 doc Handbook says that no other software is known to be ab o conf/71994 [patch] dot.login: login shell may unnecessarily print o stand/72006 standards floating point formating in non-C locales f ports/72067 obrien [PATCH] editors/vim: i18n and extra support o conf/72076 [patch] German locales use old %d.%m.%y date format in o bin/72124 [patch] rm -P can't unlink u-w files o bin/72173 csplit(1) ver 1.9 wrong behaviour with negative offset o i386/72179 i386 [acpi] [patch] Inconsistent apm(8) output regarding th o kern/72194 stack backtrace after wakeup from sleeping state s ports/72202 simon portaudit warns about the CVS server vulnerability whi o kern/72217 [netinet6] [patch] Bug in calculation of the parameter f kern/72218 multimedia [sound] audio recording broken with emu10k1 on 5.3-bet o conf/72219 Sysinstall doesn't enable 3rd party MTA in rc.conf a kern/72224 anholt [agp] umass devices broken by DRM (AGP issue?) o bin/72232 qa [sysinstall] Installer installs gui-enabled cvsup o conf/72277 [patch] update for /usr/share/skel o kern/72293 [de] de(4) NIC performance degradation with debug.mpsa o kern/72296 [bfe] bfe0: discard oversize frame (ether type 5e0 fla o kern/72338 calcru: runtime wen backwards from ... o kern/72352 [puc] [patch] Support for VScom PCI-100L is missing fr o bin/72355 Can't run "strings" on a (disk) device, even if you wa o usb/72380 usb [usb] USB does not work [dual Celeron Abit] o docs/72383 doc manpage for awk(1) is terribly small and loses importa o bin/72398 emulators/mtools man pages are too funky for getNAME(1 o kern/72433 [amr] [patch] AMR raid, amrreg.h struct amr_enquery3 a o conf/72465 [patch] United States International keyboard layout fo o kern/72468 andre OS does not know how to handle broadcast... o kern/72498 [libc] timestamp code on jailed SMP machine generates o bin/72501 cperciva script(1) loops after EOF is read p conf/72505 brian [patch] Fix rc.d/ppp-user to make use of rc.subr o bin/72517 Minor Bug in /etc/login.access o kern/72585 [syscons] [patch] iso05-8x16.fnt lacks letter q o bin/72588 [patch] iostat(8) tty stats field concatenation a kern/72639 5.3-BETA7 kernel config option ALT_BREAK_TO_DEBUGGER d o kern/72659 jeff [sched_ule] [patch] little bug in sched_ule interactiv o bin/72674 [patch] make /usr/bin/whois use SK-NIC's whois server o usb/72732 usb [patch] Kyocera 7135 quirk. o usb/72733 usb Kyocera 7135 Palm OS connection problem. o misc/72741 qa ssh broken on fixit cd (missing /dev/random) o bin/72787 gtar in base system doesn't seem to honor --one-file-s o bin/72793 [patch] wicontrol(8) prints out non-printable chars in o bin/72875 des Some utilities used in debugging do not function prope o conf/72901 [patch]: dot.profile: prevent printing when doing an s a kern/72920 emulation [linux]: path "prefixing" is not done on unix domain s f kern/72933 yar [netgraph] [patch] promisc mode on vlan interface does a conf/72978 [patch] add danish syscons keymap with accents o kern/72987 ipfw [ipfw] ipfw/dummynet pipe/queue 'queue [BYTES]KBytes ( o kern/72995 multimedia [sound] Intel ICH2 (82801BA) - sound nearly inaudible o kern/72997 [sk] Network performance down [6-CURRENT] o sparc/72998 sparc64 [kernel] [patch] set_mcontext() change syscalls parame o kern/73034 [libalias] libalias does not handle lowercase port/epr o kern/73051 [if_tun] tun0: Warning: ff02:5::/32: Change route fail o usb/73056 usb [usb] Sun Microsystems Type 6 USB mouse not working in p bin/73110 rwatson [patch] ffsinfo conversion from atol() to strtol() p bin/73112 rwatson [patch] change atol() to strtol() in badsect o kern/73145 severe network slowdown with DEC 21140 network card o kern/73195 bad PATH, missing HOME and TERM env var on single boot o kern/73276 ipfw [ipfw] [patch] ipfw2 vulnerability (parser error) o kern/73294 [hang] hangs in default mode when AccelePort DIGI XR P o i386/73308 i386 unable to install on AMD 2500+,NF2,GF MX440 o kern/73328 top shows NICE as -111 on processes started by idprio o bin/73337 nsswitch: potential invalid free o kern/73375 [panic] vinvalbuf: dirty bufs during umass detach f kern/73388 emax [usb] usb-keyboard stops working o bin/73411 [patch] FTPD could set attributes to 0600 while upload o kern/73492 [feature request] Reliable Temporary Files o kern/73496 [feature request] A more flexible version of mkstemp() o kern/73514 [ntfs] [patch] mount_ntfs: can't access to a large fil o kern/73517 [pfil] pfil_hooks (ipfw,pf etc) and ipsec processing o o www/73549 www Mail list archive navigation difficulty s www/73551 www List archive 'quoted-printable' corruption. f usb/73553 usb [usb] Microsoft USB Internet Keyboard not recongized o docs/73583 doc [patch] add missing instructions to ndis(4) o docs/73638 doc ipfw(8): Clarify syntax for use of tables with ipfw o kern/73646 [ahd] I/O performance: with/without MEMIO option o conf/73653 Proposal of changes to the GENERIC kernel configuratio o kern/73675 [atapicam] atapicam causes interrupt storm o conf/73677 rc [patch] add support for powernow states to power_profi o docs/73679 doc FreeBSD 5.3 Release notes mention new natd(8) function o i386/73742 i386 5.3 rel i386 disk2 image not copying s ports/73743 x11 XOrg/XFree xauth add/startx problem o kern/73777 emulation [linux] [patch] linux emulation: root dir special hand o conf/73786 added WARNING in spanish to stable-supfile p conf/73799 Move the last stuff out of usbd.conf o i386/73822 acpi [request] add thermal support to ACPI o kern/73823 acpi [feature request] acpi / power-on by timer support o bin/73884 Add NetBSD's rawrite32 to install tools o i386/73921 i386 [sysctl] [patch] sysctlbyname for machdep.tsc_freq doe o conf/73929 dougb [patch] /etc/rc.d/named will not work with ports-named o kern/73961 [fdc] floppy disk drive performance problem [new in 5. o conf/74004 [PATCH] add fam support to inetd.conf o conf/74006 dougb [PATCH] /etc/rc.d/named minor fixes f kern/74030 acpi Unplugging AC causes battery % to stay locked at 98% o kern/74037 [ppc] ppc(4) cannot find parallel port on Toshiba M30 o bin/74062 [gre] ifconfig(8) does not display tunnel endpoints fo o bin/74140 ntpdate(8): ntpdate does not try all IPs for a host o i386/74153 i386 [pst] FreeBSD 5.3 cannot boot ftom pst o kern/74159 [headers] [patch] fix warnings concerned with header f o bin/74178 [patch] grdc(6) - scrolling does not work and "AM"/"PM o threa/74180 threads KSE problem. Applications those riched maximum possibl o usb/74211 usb USB flash drive causes CAM status 0x4 on 4.10Release o conf/74213 [PATCH] Connect src/etc/periodic/security/610.ipf6deni o i386/74218 i386 boot floppy (2nd time) read error o kern/74281 [digi] digi(4): Digiboard PCI Xem (64-ports) detection o kern/74314 [resolver] DNS resolver broken under certain jail cond o i386/74327 i386 [pmap] [patch] mlock() causes physical memory leakage s kern/74352 NFSCLIENT and booting to an mfsroot via TFTP are mutua f usb/74358 usb [umass] unplugging at boot time an umass device crashe o bin/74360 [patch] ndiscvt(8) generates a driver which doesn't ma a bin/74387 linprocfs can be mounted on top of itself many times o bin/74404 sh(1) does not handle signals to subshells properly an s ports/74416 fenner update for rtpmon o bin/74450 [libalias] [patch] enable libalias/natd to create skip o usb/74453 usb Q-lity CD-RW USB ECW-043 (ScanLogic SL11R chipset) doe o i386/74454 i386 [bsd.cpu.mk] [patch] Adding VIA Eden family o docs/74477 doc [patch] Correct several links in the contributing arti o kern/74498 [pccard] [patch] new CIS id for Intersil WiFi, pccard o bin/74506 [patch] bad top command display o kern/74549 [modules] [patch] Allow third party KLDs (eg ports) to o usb/74557 usb imation 500mb usb key can only be written halfway on f o bin/74567 [2TB] [patch] du doesn't handle sizes >1TB o amd64/74608 amd64 [mpt] [hang] mpt hangs 5 minutes when booting o usb/74609 usb [usb] [patch] allowing cdma modems to work at full spe o docs/74612 doc [patch] updates to the glossary o i386/74650 i386 System Reboot with umount command o gnu/74654 libsupc++.a lacks necessary functions o i386/74658 i386 [ata] ATAPI CD not recognized after booting FreeBSD 4. o bin/74743 [patch] wctype.c declares static array on stack o ports/74752 simon make takes a little while before anything visible happ o kern/74777 [request] Bootup "beep" in 5.3 should be disabled by d o kern/74786 [irq] [patch] Smartlink Modem causes interrupt storm o o i386/74803 i386 regression: lost 3Com509B in 5.X o amd64/74811 amd64 [nfs] df, nfs mount, negative Avail -> 32/64-bit confu o conf/74817 rc [patch] network.subr: fixed automatic configuration of o kern/74827 [fdc] Problem writing data to floppies [5.3-specific] o usb/74849 usb [usb] [patch] Samsung SPH-i500 does not attach properl o kern/74868 [acpi] ACPI enabled in 5.3 Release make Kernel reboot o usb/74880 usb [usb] [patch] Samsung N400 cellphone/acm fails to atac o ports/74907 apache [PATCH] www/mod_perl: cleanups o kern/74920 [ep] [panic] 3Com 3C509-Combo Etherlink III panics sys o i386/74966 i386 [rl] Realtek driver seems to misinterpret some packets s kern/74986 glebius [patch] sysctlize a parameter of if_em's interrupt mod o ports/75015 bz cvsup on amd64 coredumps with either runsocks or -l o docs/75068 doc login.conf(5) manual page says nothing about a hashed o i386/75090 i386 [ata] READ_BIG errors with Sony CRX1611 o kern/75121 Wrong behaviour of IFF_LINK2 bit in 6in6 gifs? f ports/75130 tmclaugh [NEW PORT] www/mono-xsp: A light-weight web server wri 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/75175 jot duplicates numbers in simple invocation: jot 18 1 o bin/75177 philip Bug selecting psm operation level in moused o i386/75185 i386 ACPI doesn't power off Tyan S2460 o kern/75254 [wi] [patch] PRISM3-based adapter ZCOM XI330 doesn't w o kern/75298 [pccard] [patch] add missing device id for pccard brid o kern/75312 [rl] Built-in RTL8281BL on Asus Pundit AB P2800 is not o bin/75362 contrib/smbfs mount_smbfs No buffer space available o bin/75378 login(1): login/wtmp/utmp not updating properly o kern/75380 can not open("..") from top-level directory of UFS2 hd o i386/75420 i386 CMD 648 PCI not work o ports/75464 portmgr [patch] bsd.port.mk install default configuration file o conf/75502 [patch] Fix LC_NUMERIC and LC_MONETARY for de_CH local o docs/75545 trhodes [patch] typos in man3 manual pages, form_field_opts.3, o bin/75570 chflags nosappnd directory doesn't work o docs/75577 doc [patch] typos in man3 manual pages, login_class.3, log o i386/75583 i386 Installation fails o bin/75585 matteo [unionfs] mount -p on unionfs results in non parsable o bin/75632 le gvinum commands not consistent with vinum doc o gnu/75662 less -f behavior contradicts man page o kern/75702 dwmalone [libc] -O5 flag breaks some compiles in /usr/src/lib/l o kern/75710 [cue] cue0 device configuration causes kernel panic o kern/75764 [umass] [patch] "umass0: Phase Error" - no device for o bin/75766 [patch] nfsd(8) loops with TCP + multiple -h options o bin/75767 WANTED: "fdclose" function in libc o i386/75776 i386 NO ps/2 keyboard using USB keyboard under bsd4.10 and o usb/75800 usb ucom1: init failed STALLED error in time of sync with o bin/75855 getpwent functions on 5.3 with large password file ext o docs/75865 doc comments on "backup-basics" in handbook o kern/75873 Usability problem with non-RFC-compliant IP spoof prot o i386/75881 i386 ACPI suspend/resume doesn't work on ASUS L5 notebook o ports/75883 demon mrtg + ucd-snmp give wrong results o bin/75884 m4(1): syscmd's output is out of sync with stdout o i386/75898 i386 Exception and reboot: Loader and kernel use SSE2 instr o usb/75928 usb Cytronix SmartMedia card (SMC) reader has problems whe o kern/75934 [libcrypt] [patch] missing blowfish functionality in p o docs/75995 doc hcreate(3) documentation(?) bug s ports/76021 sem portupgrade: package delete can remove necessary files o sparc/76052 marius Incorrect panic strings in sparc64 files o gnu/76069 FreeBSD's definition of offsetof isn't good for C++ o kern/76081 [rl] [patch] Add support for CardBUS NIC FNW3603TX o bin/76089 The "-n" option in /usr/bin/w is broken o docs/76094 doc handbook: incorrect statement about partition d p ports/76116 PORT UPDATE: graphics/lcms (with PATCH) o conf/76124 [patch] Mistake in /usr/share/misc/pci_vendors o kern/76144 [fifo] poll doesn't set POLLHUP when FIFO is closed o gnu/76169 [patch] Add PAM support to cvs pserver o kern/76178 scsi [ahd] Problem with ahd and large SCSI Raid system o conf/76226 Default local.9600 gettytab initially uses parity o conf/76298 fstab doesn't pass mntops properly o docs/76333 doc [patch] ferror(3): EOF indicator can be cleared by not o bin/76362 sys directory link points to wrong location o usb/76461 usb [umass] disklabel of umass(4)-CAM(4)-da(4) not used by o kern/76485 sched_getparam returns weird priority number s conf/76491 Addition into /etc/security few new functions o bin/76494 [patch] passwd(1) does not indicate a successful chang p bin/76497 tcpdump dumps core on ppp ipv6cp packets o conf/76509 [patch] New locale uk_UA.CP1251 support o docs/76515 doc [patch] misleading use of make -j flag in handbook s kern/76520 [libiconv] [patch] Add new kernel-side libiconv conver o kern/76539 [dummynet] [patch] ipnat + dummynet on output on same o kern/76551 [re] [patch] re0: watchdog timeout o i386/76587 i386 ps2 mouse weird... o bin/76590 adding -mapall in nfs exports requires reboot o conf/76626 [patch] 460.status-mail-rejects shows destination doma o i386/76653 i386 Problem with Asahi Optical usb device (Pentax Optio S5 o kern/76678 rwatson [libpam] [patch] Allow pam_krb5 to authenticate no loc o ports/76695 RPM complaints on installation of linux_base-rh-9 o bin/76697 newsyslog keeps one more archive files than documented o kern/76710 [mii] [patch] rgephy does not deal with status properl o bin/76711 parse error in rm.c:check() while parsing value return o usb/76732 usb Mouse problems with USB KVM Switch o bin/76736 dwmalone syslogd pipelines losing messages o bin/76752 /usr/bin/login o bin/76756 des function pw_equal in pw_util.c does not test pw_passwd o kern/76818 rwatson ACL modifications touch file's mtime o kern/76857 Samsung mouse misbehaviour o ports/76915 portmgr [patch] Handle port deinstall scripts when /var is mou o kern/76950 ACPI wrongly blacklisted on Micron ClientPro 766Xi sys o kern/76966 udp/520 reply packets when routed is not running o kern/76972 64-bit integer overflow computing user cpu time in cal o bin/77001 sysinstall binary upgrade clobbers /etc/login.conf.db o bin/77031 [patch] comm(1) unable to handle lines greater than LI f bin/77082 krion src/usr.sbin/pkg_install - Add 3 new macros to clean p o docs/77087 doc [patch] the bootvinum script given in the vinum articl o bin/77089 /sbin/natd: natd ignores -u with passive FTP o kern/77091 Keyboard quits working under X with MAXCONS kernel opt o kern/77156 FreeBSD does not redirect packets on proper interface. o conf/77197 [patch] calendar.judaic is out of date o kern/77239 [xl] 3Com 3CXFEM656C does not seem to be supported by o bin/77260 df behaviour has changed between 4.x and 5.x o bin/77261 login doesn't chdir into a group-protected home direct o kern/77273 darrenr [ipfilter] ipfilter breaks ipv6 statefull filtering on o kern/77341 problems with IPV6 impementation o kern/77355 [i386] [patch] Detect i*86 subarches for uname o kern/77377 Slow downloading from FreeBSD server with PPPoE-connec o bin/77445 ntpd(8): too many recvbufs(40) when ntpd started with o i386/77477 i386 AHA-1542CP SCSI failed to probe o bin/77554 type mismatch in IPv6 firewall rule parser o kern/77662 diskless hostname set via DHCP only if ACPI off o conf/77663 rc Suggestion: add /etc/rc.d/addnetswap after addcritremo o kern/77826 [ext2fs] ext2fs usb filesystem will not mount RW o kern/77841 [libc] [patch] cast away const in getpublickey() f ports/77873 portmgr [patch] New variable: USE_BSD_MK o ports/77876 portmgr [patch] Ensure uniqueness of (DOCS|EXAMPLES|DATA)DIR o kern/77902 cel [nfs] NFS client should use VA_UTIMES_NULL to determin o kern/77913 [wi] [patch] Add the APDL-325 WLAN pccard to wi(4) o bin/77918 ceri quota does not exit with a status != 0, if a filesyste o kern/77958 [smbfs] can't delete read-only files via smbfs o bin/78021 sem_open(3) doesn't mention fnctl.h include requiremen o docs/78041 doc [patch] docs for md(4) need further explanation of typ o kern/78057 ad0: FAILURE - READ_DMA status=51 error=40 LBA=3631807 o kern/78072 [lge] [patch] Potential memory leak in lge(4) o kern/78090 [ipf] ipf filtering on bridged packets doesn't work if o kern/78114 phk [geom] [patch] Solaris/x86 label structures for GEOM ( o bin/78131 geom gbde "destroy" not working. o docs/78138 doc [patch] Error in pre-installation section of installat o bin/78170 [patch] Fix signal handler in bootpd a docs/78174 markus [patch] Update for Bluetooth-related manpages o docs/78240 doc [patch] handbook: replace with aroun o bin/78304 Signal handler abuse in comsat(8) o kern/78342 jeff top -S shows potentially incorrect CPU usage for idle f usb/78371 usb Philips Wearable Audio Player (128) fails to attach o kern/78388 [vr] vr network drivers cause watchdog timeout o conf/78419 /etc/termcap is a symbolic link o bin/78424 Internal IPs on router, natd/libalias break PMTUD f docs/78440 doc POSIX semaphores don't work by default in 5.3-STABLE o kern/78444 jeff [sched_ule] doesn't keep track of the sleep time of a p kern/78464 ambrisko Rename /proc/mtab to /proc/mounts o docs/78480 doc Networked printer setup unnecessarily complex in handb o ports/78490 portmgr [patch] bsd.port.mk: add PORTEXAMPLES and PORTDATA o docs/78520 doc error in man(5) lpd.conf, lpd.perms pages, and man(8) o kern/78526 problem with ST380011A Segate and FreeBSD 5.3 o bin/78529 'df' shows wrong info about hard drive after carrying o stand/78537 phk times(2) not functioning per the Posix spec o ports/78554 portmgr [patch] bsd.port.mk: allow install port with the same o bin/78562 Add numerical sorting option to join(1) o kern/78646 [libmap] [patch] libmap should canonicalize pathnames o kern/78673 cel [nfs] [patch] nfs client open resets attrstamp ever if o ports/78712 perky [Update Ports] Rename ja-pycodec to ja-py??-pycodec o bin/78728 ntpd -- noisy when IPv4 or IPv6 interfaces are undefin o kern/78756 [libc] [patch] src/lib/libc/nls/fr_FR.ISO8859-1.msg fo o kern/78758 sos [ata] [patch] Add support for re-sizing ATA disks o bin/78759 patch: verbosity for bin/chflags a ports/78760 lioux [PATCH] multimedia/kmplayer: Make TV viewing a bit mor o bin/78763 pjd [PATCH] Added jail support to ps o bin/78768 pjd [Patch] Added jail support to top o bin/78785 ipfw [ipfw] [patch] ipfw verbosity locks machine if /etc/rc o kern/78787 sysconf(_SC_CLK_TCK) may return incorrect value o kern/78812 [workaround] logitech cordless mouse with ps/2 adapter o kern/78849 phk Problems with GBDE encrypted partitions o kern/78884 cel [nfs] [patch] nfs client cache negative lookups o conf/78906 rc [patch] Allow mixer_enable="NO" in rc.conf o docs/78915 doc rfork(2)'s RFTHREAD is not documented o kern/78957 time counter per process stops (syscall: getrusage) f usb/78984 usb Creative MUVO umass failure f ports/78990 ache [update] {news,chinese}/tin: integrate patch o bin/79008 add option for pom(6) to specify EPOCH o kern/79035 le [vinum] gvinum unable to create a striped set of mirro s kern/79048 [libc] realloc() copies data even when the size of all o stand/79055 stefanf Add an IFS regression test for shells o stand/79056 standards regex(3) regression tests o kern/79058 [panic] floppy umount crash on accidental remove/reins p bin/79063 tjr grep(1) - strange behaviour (most likely a bug) -- `gr o kern/79066 [bktr] bktr(4) eating about 10% CPU load once it was u o stand/79067 stefanf /bin/sh should be more intelligent about IFS o i386/79091 i386 [i386] [patch] Small optimization for i386/support.s o ports/79093 mi net/rdist6 ignore ssh transport s kern/79117 isdn [iavc] iavc(4) for AVM B1 PCI does not attach o i386/79136 i386 disk controller not detected o kern/79138 rwatson close while sending on connected UNIX-domain socket ca p kern/79139 rodrigc [pci] [patch] Support for more PCIe chipsets o kern/79143 [bge] Broadcom NIC driver do not work for IPMI o docs/79156 doc buffersize knob for sound(4) is a tunable, not a sysct o conf/79196 rc [PATCH] configurable dummynet loading from /etc/rc.co o bin/79228 [patch] extend /sbin/arp to be able to create blackhol o bin/79232 WARNS6 clean libexec/comsat o kern/79251 geom [2TB] newfs fails on 2.6TB gbde device o kern/79266 [pci] [patch] RELENG_4 pci CONF1_ENABLE_MSK depend MFC o i386/79274 i386 Autoconfigure fails for O2Micro OZ6812/6872 PCI-CardBu o bin/79296 "umount -a -t msdos" not work o i386/79317 i386 Freebsd Erasing NVRAM a ports/79351 lofi Character passing error in security/pinentry-qt o kern/79352 [feature request] double tagged q-in-q nested vlan sup o ports/79382 ume package information for cyrus-sasl2-saslauthd bad o ports/79398 portmgr [patch] bsd.port.mk: add USE_MAKESELF knob p conf/79415 Fix "Mothers Day" in calendar.french. o kern/79416 darrenr ipf in 4.11 breaks POLA o kern/79441 [msdosfs] problem writing on mounted msdos-fs at /mnt o bin/79607 obrien grok and default to bzip2-compressed manual pages [pat o kern/79635 82545GM reports the EEPROM Checksum Is Not Valid o ports/79651 clement [patch] mail/ssmtp: add per-user smtp authentication c o kern/79678 multimedia [sound] sound works except recording from any source o ports/79694 kuriyama net-mgmt/net-snmp: net-snmp-5-2-1.1 without perl break f kern/79705 trhodes mac_seeotheruids not blocking root o bin/79714 marcel kgdb user I/O nits o usb/79723 usb [usb] prepare for high speed isochronous transfers o usb/79725 usb [usb] [patch] USB device speed is not double-checked o i386/79840 i386 Partitioning and formating a new disk fails using sysi o threa/79887 threads [patch] freopen() isn't thread-safe o i386/79890 i386 burncd fails on a Pioneer DVD drive o usb/79893 usb [umass] [patch] new usbdevs/umass quirks derived from o kern/79944 virtual floppy controller of Virtual PC does not work o bin/79965 top(1) messes up narrow terminals while displaying the o usb/80010 usb [aue] [patch] add support for the AEI USB to LAN adapt o kern/80031 [coda] [patch] Remove insque/remque from kernel land o kern/80048 [aac] [patch] support for HP ML110 G2 SATA RAID Contro p bin/80058 adduser -f exits silently if file has empty line or li o i386/80081 i386 [if_ndis] Problem loading a NDIS kernel module. o i386/80092 i386 PC Cards do not work at all on laptop Compaq N800V o i386/80095 i386 ld-elf.so.1 crashes with executables produced by tinyc o ports/80111 ume patch to make WITH_KERBEROS4 working for security/cyru o bin/80117 qa [sysinstall] [patch] smbfs install option for sysinsta o conf/80158 request configuration option for specifing the GBDE pa o docs/80159 doc [patch] rtld(1) mentions "%m" but it's not implemented o bin/80176 des fetch does not always work with https with a proxy. o docs/80186 imp [patch] Footnote is wrong in the /usr/src/UPDATING o bin/80256 /rescue/vi doesn't work without terminal database in / o bin/80258 [PATCH] Comment why some Binaries are statically linke o kern/80265 D-Link NIC with VIA Rhine II has no carrier signal on o kern/80269 [libtacplus] [patch] libtacplus tac_get_av_value will o kern/80283 [reboot] SMP problem a stand/80293 standards sysconf() does not support well-defined unistd values p bin/80348 rs(1) handles command line arguments improperly (SIGSE o bin/80411 [patch] df(1): bin/df/df.c sign errors in calls to get f usb/80420 usb atapicam stops iPod functionality o kern/80465 multimedia [sound] pcm0:record:0: record interrupt timeout (Acer o conf/80504 [patch] de_DE.ISO8859-1 libc message catalog o bin/80530 man(1) should become Unicode aware o bin/80534 feature request: enumeration of filesystem snapshots o kern/80580 [panic] 4.11 router panic in lockmgr: locking against f bin/80610 [patch] netstat(1): lost data due lu format o bin/80620 des [patch] fetch -U does not work o kern/80626 Out of memory ? then dead o kern/80632 multimedia pcm driver missing support for CMI8738 auxillary input o kern/80642 ipfw [ipfw] [patch] ipfw small patch - new RULE OPTION o bin/80687 [patch] Missing NULL termination after strncpy() in lo o bin/80732 [PATCH]: getty(8) and telnetd(8) ignore the 'if' optio f usb/80773 usb "usbd_get_string()" could have taken a length paramete o usb/80774 usb have "usbd_find_desc" in line with the other "usbd_fin o kern/80775 sysctl_handle_string should have a timeout o usb/80776 usb [udav] UDAV device driver shouldn't use usb_add_task o usb/80777 usb usb_rem_task() should wait for callback to complete? o bin/80812 [ new util ] request to add new util: getcap(1) (from o kern/80844 [psm] [patch] Increase compatibility of psm driver wit o usb/80854 usb suggestion for new iface-no-probe mechanism o bin/80868 /bin/sh gives wrong line number of unterminated quoted o docs/80871 doc terminfo(5) man page source corrupted o conf/80907 tmpmfs default change o bin/80924 fsck should show CTIME. o usb/80935 usb uvisor.c is not work with CLIE TH55. o ports/80943 ale lang/php4: update PHP for new mnogosearch extension s ports/80944 lawrance [NEW PORT] www/mnogosearch-php: Mnogosearch PHP fronte o ports/80946 ale www/php4-mnogosearch: Mnogosearch PHP4 Extension modul o threa/80992 threads abort() sometimes not caught by gdb depending on threa o kern/80999 [hang] artswrapper freezes system with 5.4 o ports/81070 ale [PATCH] www/php-screw: randomize CRYPTKEY o usb/81073 usb [umass] [patch] fix umass NO_GETMAXLUN quirk o i386/81082 i386 Failure to detect Pioneer CD drive on Intel ICH UDMA66 o ports/81093 ale lang/php4 - Slow serialize on FreeBSD o kern/81161 [md] Images mounted through mdconfig on a read-only fs o usb/81191 usb Support for Curitel HX-550C USB modem to 5.4 RELEASE. o bin/81230 rodrigc [patch] mountd does not ignore SIGPIPE s kern/81273 [request] remove dependency of tool 'netstat' on 'devi o stand/81287 standards [PATCH]: fingerd(8) might send a line not ending in CR o bin/81300 [PATCH] add option to sockstat(1) to always separate o bin/81323 qa [sysinstall] Error in installation packages "write fai o i386/81358 i386 [geode] [patch] add PC Engines WRAP support o bin/81364 rexecd mangles the username o bin/81465 /bin/host: resolver is not working properly when INET6 o bin/81495 hexdump(1) format option does not allow literal '%' in o kern/81496 acd (atapicd) device lacks devstat o kern/81497 ad and da do not set interface type in devstat entry o threa/81534 threads [libc_r] [patch] libc_r close() will fail on any fd ty o kern/81568 ext2fs partitions in fstab automatically mounted at bo o kern/81588 phk [kernel] [patch] Devices with SI_CHEAPCLONE flag don't o i386/81597 i386 My POS-460 system based on a Western Digital LPM/LPX l o bin/81611 matteo natd runs with -same_ports by default s ports/81613 portmgr make package-recursive for port www/jakarta-tomcat5 fa f usb/81621 usb external hd hangs under load on ehci o misc/81674 [request] Install root option of 4.11 boot floppies sh o bin/81692 [patch] atacontrol(8) support for disk APM and acousti o ports/81699 ale www/pserv's PHP support only works with php-cgi SAPI o bin/81709 [patch] lam accepts -P but not -p o bin/81757 gad realtime processes are not marked with '<' in ps(1) ou o bin/81759 phk 'gbde attach' does not notify user about failures. o bin/81775 pppd(8) and tcpdump(8) no longer accept 'outbound' key o docs/81776 doc ifconfig(8) man page not updated with carp(4) or pfsyn o bin/81779 pjd misleading error messages in geom(8) utilities. o kern/81780 rwatson hard disk i/o error during reading in an acl is ignore o kern/81803 [ichsmb] [patch] Unsupported ICH6 SMBus controller on o bin/81837 [patch] Sort by directories first option for ls(1) p bin/81874 [patch] TCP mode in systat overwrites load average o ports/81915 ale mysql-server.sh not ssh-friendly o kern/81987 [libc] [patch] memory leaks in libc/rpc o bin/81989 [patch] mount_msdosfs(8): when a mask, but no dirmask o kern/82036 loading green_saver makes screen go blank immediately. o bin/82037 mount(8)/unmount(8)/fsck(8) mount point specification o bin/82058 markm [PATCH] Ability for pw groupmod to delete members o kern/82070 [dc] Not all dc(4) devices can be used: MII without an o docs/82114 doc ndisapi(9) manual page cross-referenced but does not e o bin/82161 [patch] m4's eval does not handle INT_MIN correctly o bin/82170 [patch] m4's eval does not work as documented o bin/82185 [patch] ndp(8) command bug p kern/82189 ru [netgraph] [patch] ng_fec interface - problems with co o conf/82228 roberto [patch] order parsed ntpdate_hosts in /etc/rc.d/ntpdat o bin/82287 [patch] routed(8): Fix varargs usage, remove non-exist o docs/82290 hmp [patch] update to handbook firewall PF section s ports/82337 anholt games/enigma doesn't build because lang/lua4 conflicts o gnu/82351 [patch] update (385-cl3) to version 385 of the "less" o gnu/82353 ru SGR disabled in share/tmac/troffrc -- deprecated? o usb/82436 usb [patch] USL101 Host-to-Host bridge support on FreeBSD o kern/82456 [ral] WITNESS warning/backtrace in if_ral o bin/82465 top(1) in 6-CURRENT shows incorrect user o kern/82470 silby FreeBSD advertises wrong window scale in some situatio o docs/82481 danger tar(1)/gtar(1) man page mod request o gnu/82484 [patch] for misleading man cvs o docs/82508 doc misleading man page for basename(3)/dirname(3) o i386/82548 i386 VBE video driver incorrectly switches to/from text mod o docs/82595 doc 25.5.3 Configuring a bridge section of the handbook ne o ports/82634 heimdal port conflict with base heimdal f ports/82661 portmgr [patch] Add support to filter MASTER_SITES and PATCH_S s sparc/82681 sparc64 [dc] dc state messages o kern/82724 ipfw [ipfw] [patch] Add setnexthop and defaultroute feature o docs/82779 doc [patch] Kill entry for ddb manpage o kern/82800 ipforward not available as kernel module in 5.4 o conf/82823 [patch] little addon for /etc/periodic/400.passwdless o kern/82882 yar [patch] ip_mroute abends kernel when interface detache o kern/82901 [puc] ECP mode fails on NetMos ppc card - "PWord not s a kern/82926 sam [ipw] ipw(4) doesn't seem to do WPA, also leaves entri o kern/82978 [orm] [hang] FreeBSD hangs loading orm(4) only after r o kern/82980 realpath(3) treats regular files as directories o kern/82988 When building kernel with smb enabled, smbus_if.h is m o i386/83018 i386 Installer will not boot o usb/83022 usb ALI USB 2.0 EHCI Controller is not detected o bin/83039 Bug in cdcontrol(1) o bin/83046 ipfw2 error o kern/83099 des [pam] pam_login_access change causes cyrus-sasl-saslau o kern/83109 syscons does not always display colors correctly o ports/83130 roam mail/vpopmail installation problem o bin/83170 [patch] Allow 'install' to compare files by mtime inst o bin/83253 pw(8) does not take over skeleton directory perms o bin/83277 des libfetch includes the leading / in FTP URL paths p bin/83278 des libfetch does one big CWD for FTP URLs rather than mul o kern/83354 When two 3c905's are in a Vectra Vl dhcp fails to give o bin/83358 [patch] improper handling of malloc failures within re o bin/83361 [patch] Incorrect malloc failures handling within libd o www/83397 ceri [patch] Improvement to the GNATS webinterface o bin/83424 [patch] improper handling of malloc failures within li o bin/83451 [patch] improper handling of malloc failures within li f bin/83487 brooks dhclient - "dhclient: vr0: not found" when attempting o bin/83619 'diskinfo -t' fails with disks smaller than about 6.3G o docs/83621 doc [patch]: Minor omissions in /usr/src/UPDATING o kern/83622 [patch] add network interfaces labeling support o ports/83644 clement add support for ndbm to www/apache20 o kern/83697 [snd_mss] [patch] support, docs added for full-duplex, o kern/83702 ata CDRIOCGETPROGRESS ioctl does not work when blankin s kern/83738 jkoshy [modules] kldload hwpmc.ko fails with 'link_elf: symbo o kern/83765 Adaptec 1542-CP requires plug-and-play switch setting o kern/83778 [kame] [patch] JPv6 cannot use Jumbo Frames o kern/83807 [sis] [patch] if_sis: Wake On Lan support for FreeBSD p docs/83820 trhodes getino(3) manpage not installed o stand/83845 standards [libm] [patch] add log2() and log2f() support for libm o usb/83863 usb Communication problem between opensc/openct via USB wi o kern/83941 harti "/usr/src/share/mk/sys.mk", line 275: if-less endif o kern/83995 CFLAGS & COPTFLAGS ambiguous behaviour o kern/84020 Couldn't load graphical screensaver modules o bin/84041 [PATCH] fix for wall(1) error message p bin/84050 tcpdump is dumping hex instead of text dumps s bin/84084 qa [sysinstall] FreeBSD 4.11-R won't install to 4th part p docs/84101 doc [patch] mt(1) manpage has erroneous synopsis, etc. o docs/84154 doc Handbook somewhat off in use of /boot/kernel.old o bin/84162 (t)csh: builtins commands with redirection do not clos o conf/84172 loader.conf(5) is missing an entry for "dumpdir" o kern/84199 dlinfo in libexec/elf-rtld/rtld.c does not handle RTLD o bin/84208 qa [sysinstall] "Leave the MBR untouched" option not work o ports/84212 cy sysutils/screen port can't talk to TTYs o kern/84215 [jail] [patch] wildcard ip (INADDR_ANY) should not bin o kern/84219 [ncurses] [patch] ncurses.h wchar_t confliction o kern/84225 gnn losing default route changing netmask on interface o docs/84265 doc [patch] chmod(1) manpage omits implication of setting p docs/84266 doc [patch] security(8) manpage should have init(8)'s list o docs/84267 doc [patch] chflags(1) manual doesn't say it's affected by o docs/84268 doc chmod(1) manpage's BUGS entry is either wrong or too c o docs/84271 ceri [patch] compress(1) doesn't warn about nasty link hand o bin/84298 [patch] allow mount(8) to recognize relative pathnames o kern/84311 multimedia [sound] 82801FB/FR/FW/FRW Intel High Definition Audio o docs/84317 doc fdp-primer doesn't show class=USERNAME distinctively o kern/84386 Feature Request: PPPoA Authentication built into FreeB o docs/84408 doc [patch] dump(8) manpage doesn't require an option and f ports/84448 portmgr [patch] bsd.port.mk: Add "make test" to ports o docs/84467 doc [patch] bsdlabel(8) manpage uses archaic "pack" in "ap o bin/84494 rpcbind TCP cannot be told to bind to a specific IP f kern/84507 multimedia [sound] fm801: Not every card supports variable rate s docs/84519 doc [patch] mdoc(7) manpage needs more about AUTHORS o bin/84520 whatis(1) program burps on /bin/[ o docs/84538 joel sk(4) driver supports Marvell 88E800x chip too o docs/84549 doc [patch] errno(2) manpage uses "<...>" for "(..)" s docs/84550 doc mdoc(7) manpage erroneously requires SYNOPSIS section o i386/84555 i386 boot2 unable to load kernel directly. o bin/84569 rm -W sometime does not work o conf/84581 [patch] Teach config(8) to look for kernel configurati o bin/84634 fjoe [geom] [patch] new utility to control GEOM uzip class o docs/84645 doc intro(6) manpage should always be installed or ... o ports/84650 ale customizable pid filename for databases/mysql*-server/ f bin/84667 qa [sysinstall] annoying installation problem o docs/84670 doc [patch] tput(1) manpage missing ENVIRONMENT section wi o bin/84674 qa [sysinstall] Installer trying to install bad package t o bin/84705 fdisk(8) program warning about sector number is mislea f ports/84718 girgen [PATCH] databases/postgresql74-server: Add option from o ports/84742 java make ports/java/jdk14 use dynamic Motif librarires o conf/84752 [patch] 100.clean-disks cleans file systems that don't o kern/84761 shutdown() of non-connected socket should fail with EN o docs/84764 doc [patch] hosts.equiv(5) manpage should SEE ALSO netgrou o kern/84797 [libutil] [patch] State engine in the libutils propert o conf/84800 obrien [patch] setting CPUTYPE=nocona on an Intel system resu o docs/84806 doc mdoc(7) manpage has section ordering problems s ports/84819 [MAINTAINER] math/coq: enable on ia64 s misc/84833 netchild include make.conf NO_* targets into delete-old and del o docs/84849 doc [patch] fdisk(8) manpage doesn't warn fdisk doesn't re o bin/84911 [patch] ndisgen(8) can't cope with .sys-files that beg o docs/84913 doc bsdlabel(8) manpage seems wrong about fsize, bsize, bp o kern/84920 math programs reporting incorrect values o docs/84955 doc [patch] mdoc(7) manpage should mention missing documen o docs/84956 doc [patch] intro(5) manpage doesn't mention API coverage o kern/84957 fire_saver.ko causes high CPU usage by swi5 o gnu/84976 System ncruses does not have wide character functions o kern/84981 [headers] [patch] header protection for ypin o kern/88336 [kernel] [patch] setkey(8) -D fails to report all SAs o bin/88365 [patch] rm(1): "/bin/rm -P" cannot remove files not wr o bin/88404 ggatec and ggated links to library in /usr/lib o usb/88408 usb axe0 read PHY failed o kern/88450 andre SYN+ACK reports strange size of window o docs/88477 doc Possible addition to xl(4) manpage, Diagnostics sectio o bin/88486 [patch] make periodic(8) quiet (configurable) when no o i386/88491 i386 [panic] Panic when boot installation CD1 (Acer TravelM o docs/88503 doc mkuzip(8) references nonexistant geom_uzip(4) o docs/88512 doc [patch] mount_ext2fs(8) man page has no details on lar p conf/88515 NTP not starting from RC when using /etc/ntp/ntp.conf a bin/88538 [patch] tcsh(1) ls-F spacing incorrect. o kern/88576 imp [fe] revision 1.31 to if_fe_pccard.c breaks NE200T fun o bin/88599 ifconfig(8): change in default behavior with ifconfig o kern/88601 pjd Geli cause kernel panic under heavy disk usage o bin/88619 brian [ppp] ppp chat auth fails ( pppoe ) o misc/88680 !compiling freebsd components o conf/88692 [patch] Amend /etc/periodic/daily/502.pgsql to restart o kern/88709 [modules] [panic] sysctl -a after kldunload fdc panics o conf/88712 [patch] freebsd-tips: Add "how to strip UTF-8 BOM" o kern/88714 sos [ata] cannot record CD-R since 6.0 (regression) o amd64/88730 amd64 kernel panics during booting from the installation CD o bin/88780 [PATCH] Baseline ipmon(8) uses LOG_LOCAL0 syslog, not f kern/88820 multimedia [sound] Erratic recognition of VIA 8285 sound card by o bin/88821 pjd [PATCH] IPv6 support for ggate o bin/88826 qa [sysinstall] sysinstall infinity wait for da0 f ports/88829 mnag [NEW PORT] sysutils/logwatch: Customizable log analysi o ports/88836 clement Update port: www/apache2 (fix harcoded pidfile in the s ports/88900 www/flashplugin-mozilla causes Firefox to crash o conf/88913 rc [patch] wrapper support for rc.subr o usb/88939 usb Fix cheapy Myson USB-IDE adapter o ports/88941 anders Suggested updates of mail/cclient Makefile o ports/88942 anders Suggested update of mail/imap-uw Makefile o kern/88962 [panic] Kernel panic with ACPI is enabled o i386/88965 i386 vidcontrol hangs with 2 modules of RAM o ports/89023 leeym USE_BDB doesn't set name of Berkely dB, or location of o conf/89061 rc [patch] IPv6 6to4 auto-configuration enhancement f usb/89087 usb usb external harddrive hangs with BBB reset failed, TI o ports/89097 security/dsniff does not build when net/libpcap is ins o ports/89098 security/dsniff does not build o kern/89166 [mouse] jumpy mouse movement o kern/89247 [ffs] [patch] QUOTA in 6.0/7.0-current leak o i386/89294 i386 [identcpu] [patch] unknown CPU (i386/amd64) Features2 o kern/89305 [vr] [patch] D-Link NIC with VIA Rhine II, lost of Net o docs/89325 doc [PATCH] Clarification of kbdmap(5), atkbd(4) and kbdco o bin/89326 [PATCH] Add pattern matching to login.access(5) s ports/89333 perl Fix the cannot create lockfile /root/.spamassassin/aut f ports/89349 x11 xorg problem: math/gnuplot: BadAtom (invalid Atom para o kern/89362 Stale references to freed memory o bin/89403 fetch(1) doesn't honour authentication credentials whe o kern/89411 [acpi] acpiconf bug o ports/89441 hrs TeX support in FreeBSD is problematic. o docs/89492 doc vfs doc: some VOP_*(9) manual pages are outdated with o kern/89522 6.0-RELEASE will not boot on some Compaqs with mouse c o kern/89553 [bktr] [patch] going from 5.3 -> 6.0 winTV card not pr s ports/89648 portmgr OPTIONS and conditional USE_* conflict in bsd.port.pre o ports/89670 ade [patch] Automake 1.9 not detecting cppunit o kern/89738 [ndis] [hang] Can't make WL8000PCM wifi card work with o docs/89747 doc [PATCH] faq: s/kbd0/ukbd0/ when USB keyboard is connec 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/89860 matteo [patch] Add ability to set up vnode backed filesystems o conf/89870 rc [patch] feature request to make netif verbose rc.conf o kern/89885 [ata] Writing to S-ATA HDD in DMA mode fails o bin/89959 brooks dhclient(8): dhcp: ip length 314 disagrees with bytes o ports/89972 apache portupgrade apache+ssl fails on dependencies o bin/89988 [patch] bootparamd(8) null host support and whoami fix o bin/89989 [patch] Add option to /usr/sbin/jail: -I (ASCII 73) PI o kern/89991 [ufs] softupdates with mount -ur causes fs UNREFS f ports/89996 pav Update linux-winetools to latest version 0.9 o kern/90012 scottl [ips] [patch] IBM/Adaptec ServeRAID 7x support o kern/90063 [procfs] access("/proc/123", F_OK) doesn't work on >= s kern/90082 matteo [syscons] [patch] curses ACS line graphics support for a ports/90094 roam Update port: security/mhash to 0.9.3 o bin/90114 [patch] pw(8) takes strings after option -g for GID 0 o bin/90130 [patch] sysctl(8): print temperature in celsius only w f ports/90146 tmclaugh [New Port] database/castle.activerecord (Lets you map o kern/90155 [netinet] [patch] use sysctl(8) to control hardware ch a conf/90163 dougb [patch] Easily launch non-forking daemons like logsurf o kern/90181 [NOTES] [patch] IPSEC_FILTERGIF documentation is incom o i386/90243 i386 Laptop fan doesn't turn off (ACPI enabled) (Packard Be o bin/90266 philip bsnmpd(1) returns bad data during a snmpwalk of the en o bin/90299 Segmentation fault in fdisk(8) o bin/90311 [patch] add "eject" to mt(1) o sparc/90316 sparc64 [kbd] Keyboard "lock" key lights not working properly o kern/90333 das [libc] libc/gdtoa::__hldtoa() bug s bin/90367 [feature request] libmap.conf needs exclusivity suppor o kern/90368 pxeboot misses ${class} parameter when booting from dh f ports/90383 ache wu-ftpd does't work with anonymous in FreeBSD 6.0 o bin/90384 [patch] chroot patch for sftp-server(8) o conf/90413 tap0 interface not configured at boot-time o bin/90415 [patch] Add -Z (no newfs) to mount_mfs(8). Use with e o ports/90436 portmgr [patch] Add a way to handle configuration files to bsd o kern/90521 [udf] [patch] UDF driver might calculate a wrong descr o bin/90524 reset(1) doesn't fully restore terminal state o bin/90580 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 p docs/90711 davidxu missing man page for sigtimedwait(2) o kern/90820 [ata] aborting burncd may keep drive "locked" f i386/90821 remko Install cd fails on vectra 6/180 w/ scsi cdrom o bin/90823 [PATCH] cp(1) should use lchflags() o i386/90839 i386 [ata] burncd gets error on CDRIOCFIXATE with HL-DT-ST o bin/90854 [ata] problem with cd recorder (RICOH CD-R/RW MP7200A/ f kern/90871 acpi ACPI problems with ASUS A8N-VM-CSM o kern/90990 [PATCH] ncurses doesn't compile with --enable-widec o bin/91002 calendar(1): funky sorting when going around the end o o kern/91010 daichi [unionfs] [patch] new source code and some changes o bin/91034 [patch] minor fix to iostat(8) so that columns line up o bin/91049 [patch] dump(8): make dumps more rsync-friendly o bin/91101 [patch] /usr/src/usr.bin/whereis/whereis.c o conf/91106 date definitions in pl_PL locale are wrong o bin/91134 [smbfs] [patch] Preserve access and modification time o docs/91149 doc read(2) can return EINVAL for unaligned access to bloc o docs/91174 ceri [REQUEST] Handbook: Addition of Oracle 9i installation f usb/91191 usb HP LaserJet 1020 (USB printer) not recognized o amd64/91195 amd64 FreeBSD 6.0(amd64) and Asus A8R-MVP o bin/91205 qa [sysinstall] sysinstall package options should require o ports/91219 olgeni sysutils/webmin: Webmin / Nvidia / Gnome = Graphics Co o bin/91226 phk make buildworld fails with read-only /usr/src f ports/91244 java Bad instruction on making process of jdk14 o kern/91293 emulation [svr4] [patch] *Experimental* Update to the SVR4 emula o docs/91297 doc restore(8) man page not accurate? o bin/91299 yar [patch] add ftpd(8) SITE SHA256 command o ports/91310 obrien Thare is a bug in the port's Makefile for rdesktop (rd o bin/91316 pax(1): pax -pe does not preserve times on symlinks o kern/91332 [patch] Linksys EG1032 V3.0 Gigabit card captured by s f sparc/91334 sparc64 FreeBSD 6.0 don't support tftp boot from remot tftp se o conf/91342 [devfs] Errors in devfs.rules files don't get logged o kern/91347 rodrigc [pci] [patch] Add another PCI-e chipset for extended c o bin/91393 window(1) changes console cursor shape to blink f bin/91394 brian ppp(8) sets mtu 1500 for PPPoE link p kern/91412 andre [netinet] [patch] Problem with PMTU Discovery / DF / I o kern/91414 emaste [kernel] [patch] Polling for devices other than NICs o kern/91419 [netgraph] libnetgraph/debug.c compile error on sparc6 p docs/91448 keramida [patch] fdc(4) man page refers to non-existing device o kern/91476 [fdc] [patch] floppy drive doesn't work in MS Virtual o kern/91488 [isofs] [patch] cd9660 filesystem cannot handle files f misc/91498 CVSCMDARGS has incorrect syntax in src/release/Makefil o kern/91502 sos [ata] [patch] ICH7 - finds only 2 out of 4 drives o docs/91506 doc ndis(4) man page should be more specific about support f usb/91516 usb [umass] umass0 problems, with Freecom Classic SL Hard p docs/91518 trhodes [patch] Update handbook section "Rebuilding 'world'" i o usb/91546 usb [umodem] [patch] Nokia 6630 mobile phone does not work o ports/91553 secteam Make portaudit call programs in /sbin with full path o ports/91558 lioux Upgrade math/mprime from 0.0.23.5 to 0.0.24.14 o i386/91594 i386 FreeBSD > 5.4 w/ACPI fails to detect Intel Pro/1000 MT o bin/91606 sha1(1): sha1 /dev is suspended o bin/91608 tar(1) reports (Empty error message) on truncated tarb o i386/91609 i386 Booting takes *a long time* unless power cord is plugg o ports/91681 clement apache-2.0.54_4 building modules fails using integrate o i386/91719 [pxe] BZ2_bzDecompress returned -3 error on loading bz o kern/91720 [pxe] pxeboot always tries to do an rpc call to an nfs o i386/91761 i386 [ata] NEC_DVD-RW + system start: semaphore timeout f kern/91777 darrenr [ipfilter] [patch] wrong behaviour with skip rule insi o usb/91811 usb Compact Flash in HP Photosmart 2610 return " Medium n o ports/91838 danfe [BUG] graphics/svgalib: tty switching is broken o ports/91843 anders [patch] thttpd with USE_SENDFILE generates ENOTCONN no o kern/91847 ipfw [ipfw] ipfw with vlanX as the device p kern/91851 andre [netinet] [patch] cannot collect multicast upcall mess o i386/91871 i386 [boot1] [patch] boot1: jump to 0xf000:0xfff0 instead o o usb/91896 usb Serial Number of USB Memory Sticks is not passed throu o kern/91908 darrenr [ipnat] loading ipl.ko to the kernel compiled with opt p bin/91973 des [libfetch] [patch] relax fetch(1) reaction on a MODE c o bin/91980 yppasswdd(1) leaves zombie sh processes o bin/91993 sam dhclient(8) option missing, script incompability s ports/92022 oliver Adding event to the calendar fails when mail/sqwebmail o kern/92023 [kernel] 'options DEVICE_POLLING' makes loadavg wrong o bin/92062 phk mdconfig(8): mdconfig -l shows 95 entries max. o ports/92093 lev russian/apache13-modssl doesn't compile o ports/92123 portmgr [patch] bsd.port.mk: PLIST_SUBX and SUBX_LIST autoexpa f ports/92133 [PATCH] comms/spandsp: 0.0.2p22 fixes various bugs. o kern/92238 [ata] Spurious "atapci1: failed to enable memory mappi o kern/92270 glebius ppp(8): ppp does not work on renamed network interface o ports/92289 edwin audio/mbrolavox - fr4 and nl3 are incorrect o usb/92306 usb [quirk] [patch] Support for iRiver U10 USB media playe o kern/92323 [iwi] [patch] XI330_IEEE missing from if_wi_pccard.c 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(8): ppp server not accessible to IPV4 unless buil o kern/92381 [drm] i915 drm module unuseable by X.org 6.9.0 for GM8 o bin/92395 [patch] truss(1) does not work properly, procfs looks o usb/92403 usb [uplcom] uplcom.c needs new entry for 4.00 revision of o bin/92412 [patch] rup(1): rpc.rstatd reports bogus packets/per/s o ports/92434 portmgr [patch] Mk/bsd.port.mk automatic show pkg-message p usb/92462 usb [patch] Add support for Epson CX3500/3600/3650 scanner o ports/92490 clement www/apache22: crash in bn_mul_add_words if module ssl_ o i386/92501 i386 [irq] Hang on boot with ACPI enabled on ASUS A6R noteb o kern/92512 multimedia [sound] distorted mono output with emu10k1 o conf/92523 rc [patch] allow rc scripts to kill process after a timeo a amd64/92527 amd64 [ciphy.c] no driver for "CICADA VSC 8201 Gigabit LAN P o conf/92541 [PATCH] add ca_AD, ca_FR and ca_IT locales f ports/92548 ahze [PATCH] textproc/p5-xmltv: Fix 'bad makefile line' err o kern/92557 multimedia [sound] Contrary to 6.0 release notes, snd_csa does no a ports/92588 linimon make fetchindex failed with FETCHINDEX=wget o ports/92604 ale mysql41-client broken with non-default character set o ports/92620 glewis jdk14 under the environment where net.inet6.ip6.v6only o docs/92626 doc jail manpage should mention disabling some periodic sc p stand/92640 schweikh A pristine /bin/sh does not set the PWD variable o ports/92651 graphics/gmt - WITH_EVERYTHING doesn't fetch o ports/92655 glebius update net/mpd4 f ports/92688 portmgr [PATCH] bsd.port.mk: add check to USE_DOS2UNIX f ports/92689 portmgr [UPDATE] Replace USE_CRLF with USE_DOS2UNIX o bin/92723 [feature request] fdisk(8) should be able to output cu o ports/92737 openoffice editors/openoffice.org-2.0 build failure o kern/92744 [rl] problems with a realtek network card on a 6.0 rel o usb/92852 usb Vertical scroll not working properly on A4Tech WOP-49 o bin/92866 krion pkg_add(1) should return a different result code if pa o bin/92867 krion pkg_add(1) needs an option to disable dependancy downl o kern/92880 [libc] [patch] almost rewritten inet_network(3) functi o kern/92926 [headers] [patch] Missing copyright in /usr/include/sy s www/92973 www [patch] mailto.sgml o amd64/93002 amd64 amd64 (6.0) coredumps at unpredictable times o ports/93007 portmgr Add power of find utility to USE_DOS2UNIX f usb/93011 usb HP ScanJet 6200C & uscanner problem o ports/93033 tobez Problem using perlcc a amd64/93090 amd64 NIC on GA-K8NF-9 motherboard is recognized, but does n o kern/93093 [libc] xdr_string might call strlen(3) on NULL o gnu/93127 [PATCH] add __FreeBSD_kernel__ to pre-defines o bin/93171 roberto ntpdate returns garbage output on amd64 o kern/93172 [isp] [patch] uintXX_t style(9) updates o kern/93197 [libc] strptime(3) succeeds on formats it should fail f ports/93216 lawrance [PATCH] finance/gnucash-devel: Add development release o docs/93249 doc rewrite of handbook chapter 23 (PPP & SLIP) o bin/93275 qa [sysinstall] Failure to install after restarting insta p ports/93276 secteam [patch] security/ca-roots: Update expired certs o ports/93279 skv devel/cvsmonitor: not useable (/dev/mem: Permission de f bin/93309 [PATCH] rpc.rquotad: group quota support over NFS o bin/93310 des [libpam] [patch] pam_unix ignores 'passwordtime' from f ports/93318 New port: x11-toolkits/swt32, Eclipse SWT 3.2M4 Suppor o kern/93331 [kernel] [patch] broken asm in kernel o misc/93341 phk [patch] make more flexibitily for NanoBSD customizatio o docs/93363 doc Handbook 23.11. SMTP-Authentifizierung o kern/93368 sos [ata] [patch] ATA_SMART command is missing o kern/93369 [ata] [patch] Fix failed detection of Nvidia NForce2 c o ports/93373 portmgr bsd.port.mk: introduce a new keyword for PLIST: @stopd o kern/93378 [tcp] Slow data transfer in Postfix and Cyrus IMAP (wo o kern/93381 reboot(8) works but 'reboot -n' hangs o usb/93389 usb Digital Camera Pentax S60 don't work o kern/93393 imp [ed] [patch] Add Micro Research PCMCIA LAN Adapter MR1 o kern/93414 scottl [aac] [patch] compilation problem in aac_ioctl header o kern/93422 ipfw ipfw divert rule no longer works in 6.0 (regression) o kern/93435 [ufs] [panic] kernel panic after setting big value of f kern/93448 glebius [carp] CARP advskew not propagated to VRRP packets o bin/93473 des [patch] Let pam_unix(8) use "passwordtime" from login. o usb/93484 usb [umass] [patch] QUIRK: Toshiba TransMemory USB Memorys o docs/93491 doc discrepancy man page for pam_unix(8) f docs/93517 doc Presented usage of Ports in Handbook lacks several imp o ports/93559 openoffice OpenOffice.org-2.0.2 compile error o ports/93560 roam [PATCH] dns/djbdns-ipv6: Update IPv6 patches o docs/93590 doc [patch] pf.conf's man page mentions route labels, but o kern/93634 [msdosfs] False access to renamed files/directories (c o misc/93661 [patch] loader(8): prevent *.4th files and friends fro o ports/93667 x11 x11/xorg-libraries: undefined symbol in libOSMesa.* is p ports/93671 gnome [UPDATE] graphics/glitz to 0.5.3 p kern/93676 anholt [agp] Yet another i915G drm/agp issue o docs/93683 jcamou [PATCH] some typos in klist(1) o ports/93687 portmgr [PATCH] Split bsd.port.pre.mk - allow OPTIONS to be pr s ports/93690 portmgr /usr/ports/Mk/bsd.gcc.mk doesn't know about gfortran o kern/93705 standards [headers] [patch] ENODATA and EGREGIOUS (for glibc com s ports/93726 itetcu [NEW PORT] deskutils/kxdocker and plugins: a Mac OSX-l o ports/93730 roam mhash port update from 0.9.2 to 0.9.4a. o kern/93755 [kernel] [patch] 2 copy'n'paste-os in sys/vm/phys_page o kern/93770 ati 9600 PRO radeon not recognized by the system o docs/93785 yar The man page for ftpchroot(5)/ftpusers(5) contradicts a kern/93790 cperciva cpufreq missing frequencies o i386/93793 i386 [kbd] Keyboard stops working after a shutdown -p now ( o conf/93815 rc [patch] Adds in the ability to save ipfw rules to rc.d o kern/93825 pf [pf] pf reply-to doesn't work o misc/93838 [patch] Add notice to /usr/src/Makefile that make worl o www/93854 www Cannot proceed to page after the first in mailing list o bin/93857 [patch] kiconv_cs_preload(8): Utility for loading the o kern/93860 [msdosfs] [patch] sectors-per-track limit of MSDOSFS t o usb/93872 usb [patch] SCSI quirk required for ELTA 8061 OL USB memor a ports/93883 aaron New port: textproc/p5-libxmlenno The "libxml-enno" co o kern/93887 [kernel] cpu_spinwait calls missing in subr_smp.c p kern/93897 emax [if_tap] [patch] if_tap doesn't handle kqueue(2) o bin/93915 krion [patch] pkg_add(1) behaves improperly when unpacking o f kern/93976 rwatson [if_tun] [patch] if_tun doesn't handle kqueue(2) o i386/93986 multimedia [pcm] Acer TravelMate 4652LMi pcm0 channel dead o ports/93987 tobez lang/perl5x: Allow the perl ports to specify an altern f ports/94000 stefan request: fork of security/srm with updated features o ports/94013 portmgr WITHOUT_X11 does not stop X11 ports from building f ports/94016 itetcu new port mail/contactsmenu s ports/94024 sat New port: net-im/py-punjab HTTP jabber client interfa f bin/94032 krion [patch] Enhancement to pkg_add(1) to add -4 flag to fo f ports/94043 ade [patch] bsd.autotools.mk: aclocal can't find libtool m o bin/94051 login(1): IP network in login.access ignored unless DN o bin/94052 [PATCH]: Adds option to script(1) to suppress carriage o bin/94060 Users can hide themselves with a trick f ports/94073 itetcu [NEW PORTS] x11-toolkits/libsmokeqt, x11-toolkits/libs o ports/94074 [NEW PORTS] x11-toolkits/ruby-qt3, x11-toolkits/kde3: o kern/94082 [re] [patch] USR 997902 Gig-Ethernet card not recogniz o kern/94091 sos [ata] Audio CD is still detected even after it has bee o ports/94093 kde qt/KDE install from ports creates files owned by root o docs/94125 doc DGE-530T doesn't work on FreeBSD v6.0 o usb/94132 usb USB QUIRK for CENTURY EX35QUAT disk enclosure f ports/94138 portmgr [patch] Mk/bsd.gcc.mk, Mk/bsd.port.mk: CPUTYPE cause b o bin/94140 some "make check-old" missed files f usb/94147 usb doesn't recognise my USB keyboard o usb/94148 usb Make if_cdce work with ARM linux handhelds o bin/94154 [sysinstall] [patch] add release and architecture to t s bin/94159 feature request: ipsecctl ported from openbsd o ports/94167 x11 [patch] x11/xorg-clients: install xdm/Xstartup and /Xr o ports/94172 openoffice editors/openoffice.org-2.0 needs sane symlinks p bin/94180 ume portsnap does not handle HTTP_PROXY_AUTH correctly p bin/94181 ume portsnap should remove the trailing dot from the serve s kern/94182 [altq] [feature request] altq support for vlan driver o ports/94188 lioux multimedia/libdv reorder_block() incorrect on non-x86 f ports/94189 bsam New port: Linux Matlab 6.5r13 o sparc/94190 sparc64 hw.physmem tunable does not work on sparc o ports/94216 sumikawa add patch to net/zebra o kern/94227 'no dump device defined' on random occasions o kern/94269 [nullfs] procfs shows wrong data if executable is runn o kern/94273 gnn [netipsec] [patch] IPIP decapsulation problem in FAST_ s ports/94286 itetcu [NEW PORT]: devel/staf An extensible multi-platform so o kern/94299 pjd [geom] missing printf locking for geom_mirror boot mes o ports/94301 hrs ports update ( databases/grass-i18n ) o usb/94311 usb [ugen][PATCH] allow interrupt IN transactions to be af o ports/94331 x11 x11/xorg: advocating for DRI support for Radeons o bin/94367 [patch] wall(1): fix `wall: /dev/:0: No such file or d o kern/94369 [bktr] [patch] Patch to support Leadtek WinFast Tv2000 o kern/94390 [vr] poor network performance after promiscuous mode i o bin/94409 qa [sysinstall] [patch] add geom.debugflags-note to diskl o kern/94410 Cannot disable hyperthreading if more than one physica o kern/94413 [kernel] wine fails when increasing kern.maxdsiz o www/94423 danger [patch] XML'ified release todo list o kern/94424 [bge] BGE5721 or BGE5750? o usb/94439 usb [patch] Add support for JNC MP3 Player o kern/94480 [kernel] [patch] bread(3) & bwrite(3) can crash under o sparc/94483 sparc64 [ath] ath_hal does not work on 6-release/sparc64 o kern/94519 [libc] [patch] Add UF_HIDDEN file flag; map it to Wind o kern/94528 [linprocfs] linprocfs /proc/memory reports wrong size o bin/94546 [PATCH] Make telnet(1) accept 'host:port' on command l p bin/94577 emax [bluetooth] [patch] Wrong mouse button mapping in bthi o kern/94578 [panic] Panic by using rtorrent sometimes o kern/94583 [libm] std::isnan()/std::isinf() are not identical to s www/94593 www AMD64 Motherboard Page Update - MSI K8NGM2-L o docs/94625 doc [patch] growfs man page -- document "panic: not enough o kern/94632 geom [geom] Kernel output resets input while GELI asks for o gnu/94640 gcc(1): php broken bit operator s ports/94662 oliver [UPDATE] sysutil/xfce4-battery-plugin 0.2.0 -> 0.3.0 f ports/94680 portmgr [patch] bsd.port.mk - introduce ONLY_FOR_OSVERSION as o ports/94690 ume [PATCH] Daemons in /usr/local/etc/rc.d/ must do "setss o gnu/94695 bugmeister send-pr.el is missing from send-pr distribution o kern/94733 [smbfs] smbfs may cause double unlock o docs/94803 doc Slightly confusing/misleading man page for `ffs' funct o bin/94810 fsck incorrectly reports 'file system marked clean' wh o kern/94823 [drm] DRM doesnt't work with i915.ko o kern/94830 cel [nfs] [patch] mount_nfs causes a fatal trap 18 if the o kern/94844 [smbfs] mount_smbfs(8) don't work o bin/94845 fortune(6) seems to select 0 a lot o kern/94849 [ufs] rename on UFS filesystem is not atomic o i386/94850 i386 [bge] FreeBSD 6.0 on Fujitsu BX300, networking doesn't o ports/94910 clement www/apache: FreeBSD 6.0 Release Apache-20 port cannot o ports/94917 dougb mail/pine4 doesn't quote replies to GMail correctly o bin/94920 [rpc] rpc.statd(8) conflict with cups over tcp and udp o ports/94921 simon isakmpd fails on amd64 o ports/94935 cy security/aide o usb/94946 usb [uhub][patch] code dynamic status size for status chan f docs/94969 ale [patch] correct information about install php or mod_p o ports/94976 clement Add rc.d script for net/pen o kern/94978 [pam] pam_opie module option without "no_fake_prompts" o kern/94992 pf [pf] [patch] pfctl complains about ALTQ missing f ports/94998 lawrance Update devel/openthreads port to latest OSG-compatible o ports/95018 new port: security/sguil-sensor o ports/95019 New port: www/suphp-devel: suPHP 0.6.1 o docs/95026 tjr tr manual page typo o kern/95031 [netinet] [patch] routing table doesn't update corectl o usb/95037 usb USB disk didnt recognized on hot-plug. o docs/95039 doc [patch] small cosmetic syslog.conf(5) fix p docs/95059 ceri [patch] Incorrect example in wordexp(3) manpage f ports/95071 New Port: audio/ventrilo-server o kern/95077 firewire [firewire] fatal trap 19 at fwohci_pci_init o bin/95079 [patch] apply(1) dies when there are two %1 in command o bin/95082 [patch] ping(1) won't handle large preload patterns o ports/95085 portmgr [PATCH]: bsd.port.mk: Add knob to allow for mutually e o kern/95086 multimedia [sound] uaudio line in problem with sbdm lx o ports/95097 ume [patch] to build security/cyrus-sasl2 with gcc4 o ports/95102 ume [PATCH] security/cyrus-sasl2 - change authdaemond_path o kern/95103 jhb panic after mtx_destroy() on locked spinlock o docs/95104 doc tsleep() man page mentions nonexistent 'mtx' arg o i386/95106 i386 cannot install freebsd f ports/95129 itetcu New port: www/knowledgeTree Web-based document managem o docs/95139 doc FAQ to move filesystem to new disk fails: incorrect pe o bin/95146 ipfw [ipfw][patch]ipfw -p option handler is bogus o ports/95153 tobez perl binary packages should be build with ENABLE_SUIDP o kern/95155 [ufs] Creation of UFS snapshot turns 'acls' mount opti o conf/95162 rc [patch] Missing feature in rc.subr o usb/95173 usb [usb] cannot mount external usb harddisk VIA Technolog o ports/95179 grog devel/ptmalloc doesn't include a header o kern/95222 [iso9660] File sections on ISO9660 level 3 CDs ignored o kern/95239 [patch] nftw(3) returns EINVAL for large values of max o usb/95241 usb Patch to add USB ID for OEM Pharos 360 GPS o ports/95258 New port: www/sahana2 :Web based disaster management s o kern/95267 net packet drops periodically appear o kern/95277 [netinet] IP Encapsulation mask_match() returns wrong o ports/95279 (New Port) FreeBPX: a web gui to the asterisk PBX o amd64/95282 amd64 [ed] fix ed for RELENG_5 amd64 so that it has network o ports/95294 jkoshy netpipe doesn't work on amd64 f ports/95302 perl p5-Net-XWhois denic-aware o power/95367 ppc docs for ppc release. a ports/95371 ade autoconf not well enough integrated with libtool, aclo o kern/95391 [bfe] [patch] minor if_bfe error o kern/95407 [atapicam] atapicam, cd and /etc/rc.d/devfs problem o ports/95416 pb multimedia/kino build failure WITH_QUCKTIME p ports/95428 vs games/hlserver-esf: add distfile mirrrors o ports/95429 vs games/hlserver-glbwar: Tidy up port f ports/95430 vs games/hlserver-ns: Tidy up port f ports/95441 vs lang/smalltalk: unbreak on amd64. o kern/95509 [uplcom] uplcom(4) module load after device plug-in: d f ports/95513 tmclaugh [port update] lang/mono o kern/95532 [gif] if_gif has artificial limitations o bin/95550 [patch] ntpd(8): NTPD/ntpdate complain about IPv6 inte o ports/95556 new port: x11-wm/wmii-devel: next generation WMI windo o kern/95559 RELENG_6: write(2) fails with EPERM on TCP socket unde p usb/95616 usb [patch] Add support for USB Acer 640BT scanner p kern/95625 jhb [PATCH] Bug in cdboot's ISO9660 file name matching f ports/95687 bsam new port: emulators/wine-etersoft-public "etersoft win o bin/95698 philip [patch] moused(8): Software control of sysmouse f ports/95708 freebsd startup script for sec port o kern/95711 [fdescfs] rm on fdescfs causes panic: lockmgr: locking f bin/95713 ping(1) is not scalable. p bin/95715 [patch] random(6) busy loop under some conditions o ports/95733 dsniff ports kit does not compile o conf/95754 [patch] Portuguese timedef s ports/95759 portmgr [patch] bsd.port.mk parallel port builds broken a ports/95788 danfe [PATCH] audio/soundtouch: update to 1.3.1 o misc/95792 [patch] environment variable EDITOR is set wrong in fi o usb/95803 usb Add support for AnyData ADU-E100H o usb/95805 usb Add Support for Siemens ES75 modem o ports/95854 itetcu New Port: www/ochusha o conf/95905 brooks [PATCH] /etc/rc.d/dhclient doesn't interact well with o gnu/95936 egrep(1) misparses multiline parenthetical grouping o kern/95957 gnn [netinet6] [patch] missing check for failed memory all p docs/95975 trhodes Documentation in /usr/src/Makefile out of date o bin/95979 burncd(8) fixating CD's o ports/95990 New Port: emulators/xjoypad o i386/95993 i386 Cyrix 5530 unable to map interrupt s ports/95994 itetcu New port: x11/oooqs2, OpenOffice 2.x quickstarter for o conf/96015 uncommenting the msgs invocation in /etc/profile can f o stand/96016 standards clock_getres et al should be in o bin/96018 dhclient broadcasts unicast DHCPREQUEST renewals o kern/96040 [mpt] LSI1030 mpt0: bullet missed in timeout o kern/96077 [libdisk] memory leak in libdisk(3)'s Disk_Names() o conf/96094 startup scripts do not configure gif interfaces under o docs/96127 doc add hint to pass arp packets through filtering bridge o bin/96128 [PATCH] Make aicasm WARNS=6 clean o kern/96133 scsi [scsi] [patch] add scsi quirk for joyfly 128mb flash u o ports/96147 tegge [patch] devel/linuxthreads uses pre-install instead of o kern/96171 [ata] burncd (ATA driver) fails to write in vcd mode o docs/96207 doc Comments of a sockaddr_un structure could confuse one f ports/96227 grog [update] misc/tempcontrol o stand/96236 standards [PATCH] [POSIX] sed.1 incorrectly describes a function o bin/96248 vipw fail on RO /etc p kern/96326 [libdisk] [patch] update to id -> partition name trans p bin/96335 delphij [libutil] [patch] ignored NO_INET6 knob f ports/96339 mnag Three updated files for net-mgmt/ourmon. o conf/96343 rc [patch] rc.d order change to start inet6 before pf o kern/96346 [modules] [patch] disable build of modules that are al o usb/96381 usb [patch] add a quirk table entry for a flash ram usb st o i386/96397 i386 [dc] strange behaveour of the dc driver on divicom dm9 o i386/96406 i386 System freezes on IBM xSeries 335 with FreeBSD-6.0-REL o kern/96429 [kernel] [patch] kern_linker.c hardcodes "/boot/kernel o i386/96430 i386 boot2 is unable to load kernel directly o ports/96436 x11 [patch] x11/xorg-clients: logging on xdm with pam_krb o i386/96452 i386 twiddle in cdboot does not work o ports/96467 request for removal of net/openh323-112 o ports/96488 mbr update: audio/xmms-uade -> 2.02 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 usb/96546 usb [usb] [patch] Add support (quirk) for EasyMP3 EM732X U s ports/96576 R 2.3.0 fails to compile: undefined reference to `R_ru o conf/96589 Periodic monthly invalid times with 32 character usern o usb/96599 usb [patch] [usb] Sony Handycam DCR-HC32E memory stick slo o kern/96605 kernel panic: FreeBSD 7.0 o ports/96642 hrs Update port: print/acroread7 (fix plist; install deskt o kern/96644 crash after mount/umount disturbance: fatal trap 12 o ports/96673 edwin [UPDATE] mail/p3scan to 2.3.2 a ports/96703 dinoex www/apache13-modssl doesn't compile with LC_ALL set in o usb/96714 usb Update uvisor to support the Fossil Abacus Wrist PDA s ports/96731 textproc/docbook-utils doesn`t build f kern/96743 yongari [sk] [patch] broken 32-bit register operations o conf/96746 [nanobsd] [patch] Configuration changes and README for o ports/96748 ale Support Berkeley DB 4.4 in PHP5 (php5-dba) o ports/96749 clement Support Berkeley DB in Apache 2 o conf/96766 rc run_rc_command doesn't work for Python scripts o ports/96777 portmgr fix handling of OPTIONS default values in bsd.port.mk o bin/96854 imp [patch] devd(8) parses events incorrectly in some case f ports/96865 ache www/apache13 doesn`t compile f ports/96891 [patch] port dns/powerdns does not have option for com o usb/96901 usb [patch] Add support for X-Micro Flash Disk o ports/96919 paul net/ldapsdk: make fetchable a ports/96953 clement apache22 port uses its own directories o kern/96974 obrien [patch] to build FreeBSD kernel with binutils 2.16.92 o kern/96999 [procfs] [patch] procfs reports incorrect information o kern/97000 [kernel] [patch] bogus "All threads purged from ugen0. o bin/97002 [patch] crond(8) fails quietly if /usr/sbin/sendmail i p docs/97059 cokane pax(1): -b option description could be flawed p kern/97063 obrien [nve] [patch] Added DEFINE to if_nve.c/if_nvereg.h to o kern/97071 [jail] [patch] add security.jail.jid sysctl o ports/97081 jylefort gnome-bluecurve-theme crashes gnome wm o bin/97083 [patch] passwd(1) does not support _PWF_HESIOD o ports/97125 portmgr automatically invalidate saved OPTIONS on change o kern/97153 [patch] When -NO_KERBEROS is set, libcom_err still get o www/97154 www freebsd.org doesn't display well in Firefox 1.5.0.3 o bin/97164 [libdisk] libdisk's Open_Disk() crashes o usb/97175 usb USB cardreader hangs system o ports/97181 dd Update port: lang/gawk Update to version 3.1.5 a ports/97183 roam Update port: net/libnids to 1.21 o bin/97198 [patch] powerd(8) unable to reduce CPU frequency o ports/97199 mnag [UPDATE] math/octave to 2.1.73 o kern/97228 sos [ata] [patch] Support new ATA ICH7 controller o docs/97231 doc [patch] ndis(4) man page outdated o www/97233 www [patch] Change the "Report a Bug" link on the home pag o www/97234 www [patch] Re-order links in bugreports.html o ports/97253 lioux [PATCH] multimedia/ogle: portlint(1) fixes o ports/97257 security/dsniff doesn't build when net/libpcap is inst f kern/97265 System hangs at the end of shutdown -h now f kern/97266 System hangs at kernel time after boot: /dev/fd0 o ports/97272 ale www/apache13 coredumps with lang/php4 and databases/ph o conf/97311 rc [patch] /etc/rc.d/ipfilter reload can load bad files o kern/97329 matteo [nfs] [patch] code simplification o docs/97375 doc [PATCH] remove nonexistent man page reference 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 ports/97385 apache www/mod_auth_kerb configure script faults with heimdal o kern/97401 [xe] Xircom CreditCard Ethernet 10/100, attach returne f ports/97406 portmgr [PATCH] bsd.port.mk: ghostscript port detection refact o bin/97407 /usr/share/misc/termcap overwritten by installworld o docs/97409 doc Incorrect command name in Kerberos section (k5init doe 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 bin/97467 [patch] ftpd(8) has no way to specify socket buffer si o i386/97468 i386 [acpi] ACPI on ASUS A7V hangs on shutdown -p (power of o usb/97472 usb [patch] add support for Olympus C150,D390 o bin/97478 umount -f /card -> hardware-reset is needed o ports/97480 lth [Port Update] audio/daapd to 0.2.4b o amd64/97489 amd64 nForce 410 ATA controller dma time out o kern/97494 [ntfs] Cannot access large file on NTFS volume s bin/97498 [feature request] newfs(8) has no option to clear the o kern/97505 [procfs] file entry of procfs points to "unknown" o ports/97507 portmgr New category proposal: ports-mgmt - ports/packages man o usb/97512 usb add Motorola A41x/V32x USB phone support (patch enclos f bin/97513 umount: unmount of /card failed: Device busy ?! o ports/97544 sumikawa patch for net/zebra's ospfd snmp a ports/97579 delphij [patch] ports mail/spamd to reflect the public hostnam f ports/97588 ale lang/php5: Build failure on -CURRENT o kern/97609 multimedia [sound] Load Sound Module - VIA8233 - fails o ports/97620 joerg [update] devel/dwarfdump o kern/97624 sos [ata] [patch] enable SATA RAID on ASUS N4L-VM DH (ICH7 o ports/97653 sergei [patch] databases/puredb o ports/97672 clement www/apache22 BROKEN on FreeBSD 4 o ports/97673 kuriyama Update port: net-mgmt/net-snmp 5.2.2 -> 5.3.0.1, large p conf/97697 matteo [PATCH] rc.conf - jail__exec_afterstart[0..n] o sparc/97707 sparc64 mkskel.sh has bogus timestamp, causing buildworld on s o ports/97714 aaron [patch]lang/harbour o ports/97724 lioux [patch]multimedia/libdivxdecore-devel/ f ports/97725 mi [patch]graphics/libfpx o ports/97729 lioux [patch] multimedia/ldvd o ports/97730 lioux [patch]multimedia/libdivxdecore o ports/97732 markm [update]math/jacal o ports/97745 lioux [patch]net-p2p/mldonkey-sancho o ports/97746 lioux [patch]mldonkey-serverspy o ports/97750 lev [patch]games/xwelltris o ports/97767 girgen [PATCH] Some improvements over postgresql81-server o kern/97786 [udf] [patch] fs/udf: incorrect timestamps o ports/97794 sergei [patch] sysutils/installwatch f ports/97802 lawrance [patch] sysutils/rename o ports/97883 apache www/mod_bw 0.7 doesn't work on 4.x due to patch in fil o ports/97894 lioux multimedia/linux-divx4linux: enable for amd64 o docs/97939 doc some mistake in man of amq(8) o ports/97941 ijliao [PATCH] databases/dbh: update to 4.5.0 o usb/97948 usb [patch] CMOTECH CDMA USB modem support o ports/97955 shaun [PATCH] news/inn-stable: update to 2.4.4-stable a docs/98009 dougb nslookup(8) man page is missing nslookup commands o kern/98015 [bfe] [patch] bfe(4): double free in error handling pa o docs/98058 blackend Edit of scanner portion of Handbook Multimedia chapter o ports/98062 perky Apache 2.0.58 with www/mod_python3 core dumped o kern/98116 alc [kernel] Crash with sparse files and execve() o docs/98129 doc older versions of the handbook not easy to find o bin/98134 [patch] fwcontrol(8): MPEG2-TS/HDV support for fwcontr o ports/98159 joerg update devel/libdwarf and devel/dwarfdump to 20060421 s kern/98162 [feature request] AcerHK driver port needed for enabli o kern/98171 acpi [acpi] ACPI 1304 / 0501 errors on Acer 5024WLMi Laptop f www/98186 www bsd web site not working o bin/98220 wpa_supplicant operation does not match documentation f ports/98222 port update comms/hylafax to 4.3.0 o www/98224 www Possibly add BSDPortal.org as a news resource o ports/98283 mharo [patch] security/sudo: fix `OME' instead of `$HOME' in f ports/98287 itetcu In port ports/sysutils/syslog-ng it is impossible to c o ports/98299 New port: japanese/citrix_ica o usb/98343 usb BBB reset failed errors with Creative Muvo MP3 player; f docs/98344 linimon [patch] An update of the article "Choosing the FreeBSD o amd64/98346 amd64 [kbd] caps lock and other keys are always illuminated f ports/98353 ipsec-tools fails to exchange keys between different a f ports/98364 [PATCH] net-mgmt/nagios-plugins: add several contrib c o i386/98366 i386 [em] Intel PRO/1000 MT Dual PCI-X: simulatenious 1000 o ports/98369 lth ifgraph port doesn't work out-of-box o bin/98374 column(1) can not work with lines that have too many c s misc/98383 [feature request] include the mt command in the rescue o usb/98385 usb [patch] add support for libretto DVD Dock device to um o kern/98388 [ata] FreeBSD 6.1 - WDC WD1200JS SATA II disks are see o kern/98414 [libc] fts_read(3) disregards permissions of mounted v o ports/98426 lawrance Upgrade graphics/openproducer port to latest OSG-compa o ports/98446 jkoshy [update] textproc/rxp: update to 1.4.4 o ports/98458 jylefort [PATCH] games/xpilot-ng-server: update to 4.7.2 o kern/98460 [kernel] [patch] fpu_clean_state() cannot be disabled p ports/98473 marcus [NEW PORT] net-im/gaim-devel: Multi-protocol instant m o kern/98477 [isofs] [patch] For big size of file of cd9660 o bin/98489 matteo [patch] usr.bin/top to display jail id o kern/98496 multimedia [snd_ich] some functions don't work in my sound kernel o bin/98500 [rpc] rpc.lockd(+statd) bind to any ip o kern/98504 multimedia [sound] Sound is distorted with SB Live 5.1 o ports/98508 lioux audio/liba52 does not work without library from math/d f ports/98509 gnome [patch] multimedia/totem, multimedia/totem-gstreamer: o ports/98537 kuriyama mail/p5-IMAP-Sieve fails PLAIN authentication against f ports/98572 sat [PATCH] mail/linux-thunderbird: Disable auto-update o bin/98577 dhclient(8): the link check by dhclient slows down boo o ports/98583 New ports: jananese/scim-honoka and honoka's plugins o ports/98590 lioux [FIX] ports rxvt-devel on amd64 crashes inside rxvt_se o kern/98597 [netinet6] Bug in FreeBSD 6.1 IPv6 link-local DAD proc f conf/98603 flz [PATCH] /etc/rc.d/ramdisk + ramdisk-own replacement o ports/98613 eclipse [PATCH] java/eclipse: Problem with org.eclipse.platfor o ports/98614 knu [PATCH] Port databases/ruby-bdb does not build when mo o kern/98618 [libexpat] [patch] src/lib/libexpat is setup for small o ports/98624 mharo [update] graphics/mapserver: Fix incorrect postgis dep f ports/98639 [PATCH] japanese/ja-edict-utf-8: update to 20060608, u o ports/98687 openoffice openoffice.org-2.0 ports "couldn't fetch" o bin/98693 [patch] top(1): Reduce NIS server loading a ports/98709 itetcu [PATCH] mail/dspam - ClamAV not supported when WITHOUT o usb/98713 usb QUIRK: Rekam USB Camera f ports/98753 aaron New port: sysutils/rdup A backup utility intended to r o ports/98757 New port: mail/squirrelmail-tmda-plugin tmdatools plug 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 docs/98801 doc [patch] gmirror(8) and glabel(8) manpages should menti o kern/98804 [ar] VIA V-RAID metadata mis-read o bin/98805 [new feature] [patch] ddate(1) for BSD o conf/98815 [PATCH] Add euro symbol to pt_PT locale using other en o docs/98842 doc misc requests for gdbe o bin/98860 [patch] mount_mfs(8): allow create md without softupda o kern/98873 des [libfetch] allow fetch(3) to force using of ipv4 or ip o kern/98898 [pci] [patch] fix random sound problems in fm801 f ports/98909 portmgr [PATCH] bsd.port.mk: Extend DISTVERSION->PORTVERSION a o bin/98911 getopt(1): getopt.c license issue o i386/98932 i386 [i386] [patch] Kernel compilation failed on specific P o docs/98941 doc Partitioning resize - only commercial product availabl o ports/98946 dougb [patch] xscreensaver and PAM support o ports/98949 openoffice editors/openoffice.org-2.0: Build fails with 'build_in o docs/98974 doc Missing tunables in loader(8) manpage f ports/98986 itetcu Update port: x11-toolkits/gtkada f ports/99005 itetcu New port: x11-toolkits/gtkada-devel o docs/99007 doc [patch] misleading nat configuration info o kern/99017 sos [ata] [patch] FreeBSD versions above 5.3 panic if atap o ports/99062 itetcu New port: palm/pilot-link-devel development version of o kern/99068 [linux] [patch] Linux emulator crashed by java, when c o kern/99090 [kbd] some keys don't work with kbdmux f ports/99091 linimon [PATCH] net/delegate: update to 9.2.2 o ports/99111 sobomax asterisk shutdown doesn't kill mpg123 o ports/99169 tobez [PATCH] www/p5-Jifty: update to 0.60616 o gnu/99173 [PATCH] replace gnu patch with a bsd-licensed one. o kern/99183 [PATCH] Gvinum stylefix o www/99184 www Viewing HP-UX manpages with http://www.freebsd.org/cgi o kern/99186 [PATCH] Gvinum dumpconfig/setstate/stop implementation f ports/99190 clement rc.d & mac_portacl: Add ability in rc.d scripts to sta o kern/99200 [bluetooth] SMP-Kernel crashes reliably when Bluetooth o docs/99215 doc Documentation change for sshd_config o kern/99216 [bfe] [patch] make bfe(4) always detect LINK_DOWN even o bin/99217 [patch] pam_ssh(8) waits for a wrong ssh-agent PID at o ports/99244 shaun Update port: net/dosdetector o kern/99290 [ntfs] mount_ntfs ignorant of cluster sizes o ports/99302 jdp [patch] net/cvsup options o bin/99307 [patch] mount_nfs(8) incompatible with zVM VMNFS 3A0 o conf/99328 [patch] updates for src/share/examples/cvsup o docs/99336 doc Unclear handbook wording about firewall_enable o docs/99356 doc man page of sendmsg(2) does not include EINVAL s ports/99359 itetcu [NEW PORT] x11/e17-module-bling: Compositing module fo o kern/99363 [smbfs] ļŪÉĀĖĮ mount_smb o bin/99364 df(1) command shows negative space used o ports/99405 markus [New Port] sysutils/klineakconfig: kde-utility to play o usb/99419 usb external usb harddrive slow to accept o kern/99425 [ipv6] ping6 memory leak due to IPV6_RTHDR setsockopt o conf/99444 rc [patch] Enhancement: rc.subr could easily support star o kern/99464 [sysctl] 'sysctl -a' panics at dev2udev o ports/99467 joerg [UPDATE] devel/libbfd: remove BROKEN since it builds f o ports/99485 Disk IO Causes multimedia/mplayer To Drop Frames o conf/99490 [patch] calendar reports error with calendar.australia o kern/99500 glebius [netgraph] [patch] netgraph doesn't honor the monitor o ports/99505 tobez [PATCH] dns/p5-Net-Domain-TLD: unbreak under old perl o docs/99506 doc FreeBSD Handbook addition: IPv6 Server Settings o ports/99509 portmgr [PATCH][bsd.port.mk] move USE_OPENSSL to post section o conf/99515 /usr/local/etc/rc.d script files won't load during boo o stand/99517 standards Missing SIGRTMIN and SIGRTMAX signals o bin/99534 emaste [patch] dhclient(8) Classless Static Routes support o ports/99535 New port: mail/qmail-scanner2 qmail-scanner2 with st p o conf/99536 [UPDATE] /etc/pf.os to OpenBSD rev 1.20 o usb/99538 usb [kbd] while using USB keyboard default params of atkbd o docs/99551 blackend The Handbook erroneously advises that a wireless card f ports/99553 cannot use proxy in net-im/gaim-openq o bin/99566 [jail] [patch] fstat(1) according to specified jid o conf/99593 [patch] Add IANA HP I/O and Status ports to /etc/servi o conf/99595 rc [PATCH] /etc/rc.d/dhclient doesn't interact well with o ports/99615 brooks [PATCH] sysutils/sge: Fix bsd.java.mk including o misc/99627 [PATCH] make update & CVSROOT f ports/99629 anholt graphics/dri-devel port still wont build even with lat o docs/99631 doc [patch] document jid option in top(1) o kern/99639 multimedia [sound] FreeBSD 4.11 hangs while trying to play sound o docs/99640 doc [patch] Replace ${JADEFLAGS} with the corresponding va o misc/99643 request to remove src/tools/tools/portsinfo because it o i386/99645 x11 Xorg savage driver causes display to hang at unload o ports/99655 lioux [PATCH] net/jsch: update to 0.1.28 o bin/99662 [rpc] quota information leak while rpc.rquotad is used o kern/99663 [ichsmb] [patch] add ICH6 support o ports/99670 markm [PATCH] math/jacal: update to 1b6 f ports/99671 rafan [PATCH] www/p5-Apache-Clean: update to 2.00 o ports/99678 obrien editors/vim build fails WITH_TCL o kern/99692 [patch] A pl_PL.dvorak keymap for syscons. o docs/99715 doc [patch] add exception to 6.5 Using perl o conf/99721 rc [patch] /etc/rc.initdiskless problem copy dotfile in s o ports/99724 portmgr bsd.ports.mk: get rid of DEPENDS. We don't need it now o bin/99731 systat(1) not handling TB's on ifstat correctly o bin/99735 /usr/src/Makefile 400MB is not enough anymore o kern/99758 [pty] [patch] chown/chmod pty slave side in kernel o www/99762 www RSS file is not exists http://www.freebsd.org/ru/secur o kern/99765 drifting time, SuperMicro PDSMi Motherboard, "calcru n o docs/99768 doc [patch] Handbook 25.9 make_smbpasswd is useless to map f ports/99794 mail/spampd: rc script for spampd o bin/99800 [libc] [patch] Add support for profiling multiple exec o bin/99807 peter [PATCH] update ncurses in base to 5.5 o kern/99826 [libc] [patch] setenv(3)/unsetenv(3) leak memory o docs/99831 doc grep(1): grep -P is unsupported (according to grep) bu o ports/99839 brooks [sysutils/sge] patch to ensure correct support of berk o conf/99844 incorrect default newsyslog.conf settings o docs/99845 doc [patch] First introduce porttools to Porter's Handbook a ports/99848 clement www/apache22 doesn't need python to compile o i386/99851 i386 setting rootdev crashes loader(8) o ports/99859 itetcu New port: net/xorp, open source routing protocol suite o ports/99865 tobez [PATCH] textproc/p5-YAML: update to 0.62 o kern/99870 INTRCNT_COUNT in {amd64,i386}/include/intr_machdep.h w o usb/99887 usb Archos Multimedia Jukebox doesn't work o bin/99896 gad [patch] lpr -r flag has no effect o docs/99912 doc Wrong documentation of /etc/ftpchroot o stand/99926 standards [Patch] [sh(1)'s jobs] POSIX compliancy by adding -p s o ports/99943 shaun [UPDATE] devel/sdl12 update to 1.2.11 s ports/99958 dinoex [update port] databases/phppgadmin - install destinati o stand/99960 standards [Patch] [make] Add -p flag o bin/99973 systat(1): systat -ifstat traffic counter overflow o bin/99985 [patch] make(1) crashes with invalid continuation line 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 f ports/100042 aaron [PATCH] lang/tolua++: update to 1.0.92 o kern/100080 tun(4) device close removes only IPv4 addresses and ro o docs/100083 doc missing pthread_yield man page o ports/100088 seanc [patch] allow devel/tla to compile on 4.x o i386/100142 i386 [pci] [patch] /dev/smb0 device not available on system s ports/100150 shaun mail/mutt-ng: can't bind in muttng-20051110 o kern/100170 Support login class in ldap directory o docs/100196 doc man login.conf does explain not "unlimited" o i386/100204 i386 FreeBSD reports raid as broken - but it is not o docs/100242 doc sysctl(3) description of KERN_PROC is not correct anym o ports/100259 clement [Patch] Allow www/apache22 to use db44 o bin/100287 rc /etc/rc.subr cannot deal properly with interpreted dae o ports/100288 sergei [ patch ] devel/newfile: remove 'Author:' from pkg-des o bin/100320 Update top(1) to 3.6 o misc/100322 [tools] [patch] kerninclude.sh doesn't dump object nam o amd64/100326 amd64 /dev/fd0 not created after installation FreeBSD 6.1 AM f ports/100330 [patch] Make it possible to build math/octave w/o math o amd64/100347 amd64 No hardware support Silicon Image SiI 3132 o amd64/100348 amd64 No hardware support: Marvell 88E8053 Yukon PCI-E Gigab o ports/100350 clement www/apache20 profiles not working at system startup/sh o ports/100355 itetcu [NEW PORT] cad/electric8: A sophisticated VLSI design o kern/100410 [bge] bge driver disables access to shared iLo on HP D o ports/100413 itetcu Update print/hplip to 1.6.6a o bin/100424 [patch] ssh(1): SSH option BindAddress is ignored by o o bin/100436 qa [sysinstall] live CD fixit mount does not find mount_m o kern/100439 [libc] Possible wrong setrlimit(2) handling (regressio o ports/100452 New port: www/hinventory-client Script to generate Har o ports/100465 fjoe building wxgtk26 applications break if wxgtk24 is inst f ports/100493 miwi [PATCH] devel/rubygem-rake: install man as appropriate o docs/100494 doc Missing description of "birth time of the inode" in ma o bin/100496 [patch] Fix to get rid of the telnet(1) to cisco probl f ports/100497 portmgr [PATCH] add include to support EFL-related ports o ports/100504 skv [PATCH] databases/p5-Class-DBI: Reduce dependencies o kern/100513 [smbus] Inconsistent definition of SMBus addresses in o kern/100519 [netisr] suggestion to fix suboptimal network polling o kern/100525 Panic while running webalizer o bin/100535 [patch] cal(1) and ncal(1) do not take into account mu o docs/100538 doc [PATCH] en_US: Correct handbook/install (update the bo o ports/100556 portmgr [patch] bsd.port.mk - proper using of ECHO_CMD and ECH o kern/100579 [ipv6] Multicast data structure corruption in ipv6 sta o bin/100585 [patch] top(1): top -s0 causes load excessive f ports/100594 portmgr [patch bsd.port.mk] to update makewhatis database afte o conf/100606 /etc/services maps incorrect names for XMPP o kern/100609 UPDATING suggestions are missing a few mount commands. o ports/100614 sergei [PATCH] shells/zsh: Acroread completion o conf/100616 [patch] syslog.conf: lines after exclamation point ign f ports/100650 audio/moc dumps core when detach/quit s ports/100657 tobez [PATCH] textproc/p5-YAML-Syck: update to 0.63 o ports/100669 openoffice Error on building Openoffice.org-2.0 o ports/100670 scrappy Update port: security/p5-IO-Socket-SSL 0.97 -> 0.99.3 o ports/100682 obrien [PATCH] emulators/psim-freebsd: update to 6.5 o bin/100684 [patch] pw(8): 'pw groupadd' does not accept -o, contr o bin/100709 getaddrinfo(3) should return TTL info f ports/100729 thierry math/parmetis: change dependence to net/mpich2. o bin/100732 [patch] make dump(8) utility take modulo 10 of request o usb/100746 usb [kbd] system does not boot due to USB keyboard problem o docs/100764 doc Handbook addition request -- MIT kerberos o bin/100765 [patch] natd(8): add support for kqueue in natd o ports/100769 [NEW PORT] YARV 0.4.1: Yet Another Ruby VM o ports/100771 sergei port submit(devel/porttools) cannot parse multiple opt o ports/100776 sem Failure to update devel/mico by portupgrade o conf/100782 [kbd] [patch] Default keymap to support ALT+Left, ALT+ a ports/100785 gnome devel/nspr does not pass `make test` on 6-stable o ports/100789 net-p2p/verlihub-plugins: compile failure o bin/100805 yar WITHOUT_INET6 is ignored by many src/ components o ports/100830 perky Compile devel/newt fails on FreeBSD 6.1 o ports/100836 [New port] devel/mingw32-directx o amd64/100838 amd64 FreeBSD 6.0/6.1 kernel panics when booting with EIST e o kern/100859 [snd_ich] snd_ich broken on GIGABYTE 915 system o ports/100870 lioux [PATCH] multimedia/ogle-gui: fix pkg-plist o ports/100877 novel [PATCH] www/bins: fix pkg-plist o ports/100896 matusita [new ports] emulators/vmware-server-guestd1 emulators/ f ports/100899 [PATCH] news/nn: update to 6.7.3 o ports/100904 New port: security/pbnj - a suite of tools to monitor o ports/100915 portmgr [PATCH] Mk/bsd.port.mk: export rc.subr script suffix o bin/100921 [tftpd] [patch] libexec/tftpd: `-w' non-traditional ac o ports/100939 portmgr [patch] bsd.port.mk - add basic infrastructure support o bin/100956 [patch] support setting carp device state with ifconfi o usb/100957 usb [usb] [patch] usbdevs entry and uscanner.c addition fo p kern/100958 anholt [agp] [patch] ATI AGP IGP 345M support o ports/100965 perky [PATCH] lang/io: fix pkg-plist, fix file permissions o bin/100969 [rpc.lockd] rpc.lockd conflict with cups over udp port o ports/100973 tobez Update port: mail/p5-Email-Valid 0.175 -> 0.176 f ports/100987 [update]Makefile update for limewire 4.12.3 o ports/100996 portmgr bsd.port.mk: add macro to copy with right permissions o docs/101001 doc out of date documentation in the handbook on Chapter 1 o ports/101007 grog cad/sceptre: remove a bogus dependency. o ports/101025 tobez [PATCH] mail/p5-Email-Send: update to 2.17 o ports/101029 portmgr [PATCH] bsd.port.mk: add bsd.ocaml.mk to support OCaml o bin/101033 make(1) memory allocation problem in 4.x o ports/101041 seanc [PATCH] devel/tla: update to 1.3.5 o usb/101043 usb [usbdevs] [patch] Add vendor "Sony Ericsson Mobile Com o kern/101045 [arcmsr] [patch] Updates to arcmsr(4) o ports/101050 New port net/asterisk-app-ldap Asterisk can lookup nam o i386/101062 i386 Freeze on detect Intel 900 VGA on boot with ACPI o ports/101064 [NEW PORT] www/xsm: Extensible Site Manager o usb/101066 usb Logitech iFeel MouseMan USB - UN53B o bin/101075 des pam_group(8) always fails o ports/101078 obrien [PATCH] update editors/hexedit to 1.2.12 o ports/101101 tobez [PATCH] devel/p5-Algorithm-Diff: update to 1.1902 f docs/101114 doc icmptype names not in icmp(4) manpage o ports/101120 portmgr [patch bsd.port.mk] Tell CC and CXX to ports without c o bin/101123 gzip -l signed value error o amd64/101132 amd64 Incorrect cpu idle and usage statistics in top and sys o ports/101142 tobez [PATCH] devel/p5-Algorithm-Diff: update to 1.1902 o docs/101145 doc msgsnd(3) manpage doesn't define msgsz clearly o conf/101154 [patch] proper capitalization of Danish weekday- and m o ports/101157 clsung [NEW PORT] textproc/p5-XML-All: Overloaded XML objects o ports/101161 stephane [PATCH] devel/ocaml-findlib: update to 1.1.2 o kern/101162 glebius [netgraph] [patch] ng_netflow 802.11Q VLAN Tag support o ports/101166 lioux bittorrent-curses only works under English locales. f ports/101174 clsung [PATCH] sysutils/pear-Log: update to 1.9.8 f ports/101178 bushman [maintainer update] sysutils/lookupd patch that fixes f ports/101183 clsung [PATCH] security/pear-Auth: update to 1.3.0 f ports/101184 clsung [PATCH] security/pear-Auth_SASL: update to 1.0.2, take f ports/101185 clsung [PATCH] net/pear-Net_SMTP: update to 1.2.8 f ports/101187 clsung [PATCH] net/pear-Net_Ping: update to 2.4.1 f ports/101199 clsung [PATCH] textproc/pear-Numbers_Words: update to 0.15.0 o kern/101201 [request] add support for i945 graphics o ports/101202 stephane [PATCH] www/ocaml-net: update to 1.1.2 f ports/101204 devel/otrs: Required files not installed by port o ports/101217 new port: databases/mysqlard A tool to collect and f ports/101225 miwi archivers/gzip : add overwrite base option to port o kern/101226 [em] Access to IPMI module is lost when the em driver o kern/101228 embedded [nanobsd] [patch] Two more entries for FlashDevice.sub o ports/101230 obrien shells/bash: bash parser not generated properly with s o bin/101232 [patch] make(1) hangs with -j and -f o amd64/101248 amd64 vi(1) can crash in ncurses(3) on amd64 o ports/101259 New port: shells/ch -- An embeddable C/C++ interpreter o docs/101262 doc man login.conf does not mention how to escape a colon f ports/101264 clsung [PATCH] devel/pear-PHP_CompatInfo: update to 1.1.1 f ports/101266 clsung [NEW PORT] devel/pear-Console_Getopt: PHP class that p o conf/101268 [patch] /etc/rc.d/mixer should obey mixer_enable rc.co o ports/101270 scrappy [PATCH] security/p5-IO-Socket-SSL: update to 0.99.6 o docs/101271 doc serial console documentation implies kernel rebuild re o ports/101275 mharo bug fixed in sudo that prevented use in LDAP user acco o ports/101280 New Port: security/metasploit-devel - The next generat o ports/101290 kbyanc [PATCH] net/p5-Net-Radius: update to 1.46 f ports/101291 clsung [PATCH] security/p5-Data-Password: update to 1.06 f ports/101303 clsung [PATCH] net/pear-Net_CheckIP: update to 1.2.0 f ports/101304 clsung [PATCH] net/pear-Net_DNSBL: update to 1.1.1 o ports/101310 itetcu proposal: OPTION_VERSION in port system o bin/101316 /bin/sh pwd bug after cd into restricted directory o kern/101333 [ppp] [patch] ppp(4) (if_ppp) doesn't use any compress o kern/101334 [ppp] ping -f dst_addr through pppN iface caused kerne o ports/101338 skv Firebird-devel needs updating to Firebird 2 RC 3 o ports/101340 x11/gdm: Vidcontrol Causes Video Corruption In GDM o ports/101348 lioux [PATCH] net-p2p/mldonkey-devel: fix depends o ports/101353 sat [MAINTAINER] www/xpi-surfkeys: Add Vim keybindings o ports/101358 lioux [UPDATE] multimedia/kmplayer: Update to 0.9.2a o ports/101360 itetcu [NEW PORT] comms/wsjt: Weak signal ham radio communica o i386/101379 i386 page fault clobbers error code in trap frame o ports/101383 ume [PATCH] mail/cyrus-imapd: add handling of WITHOUT_BDB f ports/101394 clsung [PATCH] benchmarks/pear-Benchmark: update to 1.2.6 f ports/101396 clsung [PATCH] devel/gauche-readline: fix plist on non-standa f ports/101402 kuriyama gnupg ldap functionality broken? o ports/101408 obrien tcpshow is NOT able to handle tcpdump 3.9.1 output o kern/101415 AcpiEnterSleepState(ACPI_STATE_S5) may hang system o kern/101417 multimedia [sound] 4-speakers output not possible on Asus A8V-Del o ports/101420 nork acroread7-7.0.8,1 doesn't work with linuxpluginwrapper f ports/101423 linimon [NEW PORT] ruby/ruby18-doc-stdlib: Documentation for R o ports/101450 multimedia/transcode: tcprobe broken for devfs f ports/101459 cy [PATCH] misc/screen: fix overflow on 64-bit o docs/101464 doc sync u_RU.KOI8-R/articles/portbuild/article.html with f ports/101549 itetcu multimedia/mplayer V0.99.8.1 nvidia patch files need c o docs/101564 doc man 4 random has a URL as reference s ports/101589 miwi [PATCH] math/fxt: update to 2006.07.04, take maintaine o bin/101590 [lib] [patch] -O2 optimizing out abi-tag note from exe f ports/101613 portmgr [PATCH] bsd.wx.mk: integrate existing ports with it o ports/101623 e16editmenu wrong path to file.menu - patch attached o ports/101636 clement Mk/bsd.apache.mk -- missing an if() for apache22 port o ports/101639 skv Update: www/p5-Apache-Peek 1.02 -> 1.06, unbreak mp2 b o ports/101640 portmgr [REPOCOPY] www/py-cherrypy -> www/py-cherrypy-old o bin/101642 kdump(1) misinterprets setsockopt arg 3 p bin/101660 maxim restore(8) does not preserve uid and gid on short syml f ports/101665 itetcu update net/libdnet from 1.10_1 to 1.11 f ports/101666 itetcu [maintainer update] audio/py-karaoke to 0.5 o ports/101680 mail/poppassd: update of passwd prompts for pam_passwd f ports/101686 clsung [PATCH] textproc/p5-Hash-Merge: update to 0.08 o ports/101690 [NEW PORT] devel/cross-binutils: GNU binutils for cros o ports/101692 tobez [PATCH] devel/p5-CPAN-Mini: update to 0.550 o bin/101693 [patch] tcpdump -h shows still "-a" f ports/101709 adodb should have dependency on php5-pcre o ports/101710 tobez [PATCH] mail/p5-Mail-Box: update to 2.066 o ports/101718 ade [PATCH] devel/bison2: update to 2.3 o ports/101721 ambrisko [PATCH] net/etherboot: update to 5.2.6, fix build on 4 s ports/101729 ade [PATCH] devel/gnu-autoconf: update to 2.60 o ports/101730 ade [PATCH] devel/m4: update to 1.4.5 o ports/101737 kbyanc [PATCH] net/p5-Net-Radius: update to 1.49 f ports/101743 clsung [PATCH] security/p5-Crypt-SaltedHash: update to 0.05 o usb/101757 usb [patch] uhid.4: correct structure field names to match o usb/101761 usb [patch] usb.h: increase maximal size of report descrip o ports/101764 sergei no stable zsh in ports o bin/101765 ldd is unable to read ELF header? o ports/101774 [NEW PORT] devel/strongarm-elf-gcc: GNU gcc 4.1.1 for o usb/101775 usb [libusbhid] [patch] possible error in report descripto f ports/101776 Update port: sysutils/freeipmi - update to current ver o ports/101778 [maintainer update] www/rssowl o ports/101781 aaron [PATCH] games/p5-Games-AlphaBeta: Fix build o kern/101794 [pfsync] Setting plip as syncdev for pfsync causes ker o ports/101795 kde games/kdegames3: Add a deck for FreeBSD o ports/101798 danfe [patch] archivers/dzip a ports/101809 portmgr [patch] bsd.port.mk: add missing "|| true" command o kern/101819 The ATA driver wrongly determines type RAID on ICH7R ( o ports/101832 scrappy [PATCH] security/p5-IO-Socket-SSL: update to 0.99.8 o ports/101860 New port: java/glassfish, Open Source Java EE GlassFis o ports/101862 [new port] courier-pythonfilter f ports/101880 miwi [PATCH] www/www6to4: update to 1.6, respect DESTDIR, D f ports/101898 clsung [PATCH] chinese/aterm: Respect DESTDIR and portlint fi f ports/101900 clsung [PATCH] chinese/auto-cn-l10n: Respect DESTDIR f ports/101910 clsung [PATCH] chinese/vim-scdoc: Respect DESTDIR o ports/101916 clsung [PATCH] Remove INSTALLS_SHLIB from ports o bin/101921 security.bsd.see_other_uids for further programms? o i386/101924 i386 MD5 checksums do not match with checksum file f ports/101938 miwi [PATCH] chinese/stardict2-dict-zh_TW: Respect DESTDIR f ports/101939 miwi [PATCH] chinese/stardict2-dict-zh_CN: Respect DESTDIR f ports/101940 miwi [PATCH] chinese/srecite: Respect DESTDIR f ports/101941 miwi [PATCH] chinese/reciteword: Respect DESTDIR, use DATAD o ports/101942 miwi [PATCH] chinese/pyDict: Respect DESTDIR, use DOCSDIR o ports/101949 erwin [patch] archivers/squsq o ports/101958 sobomax RCify misc/zaptel and cleanup o ports/101962 sobomax Enforce net/asterisk dependencies o ports/101967 erwin [patch] archivers/xdms o ports/101972 lioux [UPDATE]: net-im/kopete. Update to 0.12.2 o bin/101979 [patch] tail(1): tail -F fails to print remainder of o o ports/101983 aaron [PATCH] archivers/p5-Archive-Extract: update to 0.12 f ports/101996 clsung [PATCH] net/pear-Net_Dict: update to 1.0.5 o ports/102002 tobez [PATCH] graphics/p5-Graph-Easy: update to 0.46 o i386/102026 i386 Fix ACPI Problems on Acer Travelmate 4100 Series o kern/102035 net [plip] plip networking disables parallel port printing o ports/102038 fjoe [PATCH] databases/pgadmin3: update to 1.4.3 o ports/102052 aaron [PATCH] textproc/p5-XML-Atom-Stream: update to 0.09 f ports/102058 arping has INconsistent versioning o ports/102060 anders error in man page for imapd of mail/imap-uw o ports/102076 vanilla [NEW PORT] x11/enity: Create Etk dialogs using scripts o ports/102077 vanilla [NEW PORT] x11/enterminus: An EFL based terminal o ports/102078 vanilla [NEW PORT] sysutils/extrackt: Audio CD ripper and enco o ports/102079 vanilla [NEW PORT] deskutils/estickies: A sticky notes applica o ports/102080 vanilla [NEW PORT] audio/emphasis: A simple MPD (Music Player o ports/102081 vanilla [NEW PORT] x11/e17-module-mbar: An e17 module to easil o ports/102082 vanilla [NEW PORT] graphics/edje_viewer: A simple viewer for . o ports/102083 vanilla [NEW PORT] x11-fm/entropy: An EFL-based file manager o ports/102084 vanilla [NEW PORT] x11/e17-module-winselector: An e17 module t o ports/102085 vanilla [NEW PORT] devel/evfs: An extensible virtual file syst o ports/102086 vanilla [NEW PORT] x11-toolkits/etk: A comprehensive toolkit b o ports/102087 vanilla [NEW PORT] x11-toolkits/enhance: A library for rapid a o ports/102088 vanilla [NEW PORT] sysutils/empower: A graphical sudo tool bas o ports/102089 vanilla [NEW PORT] x11-toolkits/etk_server: A daemon to enable o ports/102090 vanilla [NEW PORT] graphics/exhibit: An ETK-based image viewer o ports/102093 new port (restoring from Attic): fix games/myth2_demo o ports/102102 portmgr [PATCH] bsd.port.mk: Allow user to ignore DIST_SUBDIR o ports/102112 lioux [UPDATE] mprime version 24.14 o docs/102118 doc [patch sbin/ifconfig/ifconfig.8] Add -v to the descrip o ports/102124 scrappy [PATCH] security/p5-IO-Socket-SSL: update to 0.99.9 o ports/102133 miwi [MAINTAINER UPDATE] mail/tpop3d: [SUMMARIZE CHANGES] o amd64/102148 amd64 The description of which Intel chips have EM64T is out f ports/102153 clsung [PATCH] net/p5-SOAP-Lite: update to 0.69 o bin/102160 thomas EDITOR and PAGER not set correctly in fixit.profile o bin/102162 [patch] tftpd(8): Limit port range for tftpd f ports/102168 biology/treeviewx doesn't support wxgtk26 p docs/102185 pav Error in ntpd(8) manpage. f ports/102198 kvirc update 3.2.0 -> 3.2.4 f ports/102200 blender-devel update 2.40 -> 2.41 o ports/102201 infofarmer freeciv-devel (2.1.0b2) (new) o bin/102205 login failure: ssh + gssapi + dual stacks + packet los f ports/102206 [PATCH] lang/p5-Error: update to 0.17.002 o ports/102212 rafan [maintainer update] games/utserver o kern/102217 no driver for HP J2585A DeskDirect 10/100VG LAN Adapte o bin/102232 gad Defects in -O option to ps(1) f ports/102237 novel Improvements over deskutils/logjam o ports/102253 clsung [NEW PORT] textproc/p5-POSIX-Regex: OO interface for t f ports/102255 miwi misc/xfce4-weather-plugin-0.4.9_3: modified (page-) po o usb/102260 usb [PATCH] Add Belkin FC6550-AVR UPS to the usb quirks li o ports/102265 clsung [NEW PORT] net-im/p5-Jabber-SimpleSend: Send a Jabber o ports/102270 girgen [PATCH] devel/p5-Cache-Simple-TimedExpiry: update to 0 f ports/102281 clsung [PATCH] databases/p5-SQLite-Work: update to 0.07 o usb/102286 usb support for Netgear FA101 ethernet USB NIC f ports/102291 Dependency for net/ntop lacks graphviz and urwfonts f ports/102292 itetcu btraceback shouldn't be disabled in sysutils/bacula-se o ports/102295 itetcu New port: net-p2p/dclibc A Direct Connect peer-to-peer o usb/102296 usb [patch] support for Psion Gold Port Ethernet USB NIC o bin/102299 [patch] grep(1) malloc abuse? o ports/102314 clsung [NEW PORT] net/p5-BBS-UserInfo-Maple3itoc: Get user in o ports/102315 clsung [NEW PORT] net/p5-BBS-UserInfo-SOB: Get user informati o ports/102318 clsung [NEW PORT] www/p5-WWW-WebArchive: Retrieve old version o ports/102319 clsung [NEW PORT] net/p5-BBS-UserInfo-Wretch: Get user inform o i386/102343 i386 ACPI error p bin/102354 thomas [patch] Small cleanup for ifmedia.c o bin/102357 csh/tcsh jobs control f ports/102360 [PATCH] deskutils/ganttproject: update to 2.0.2 o ports/102365 New port: Driver for the Conexant HCF PCI winmodems o ports/102367 clsung [NEW PORT] security/blocksshd: Protects computers from o ports/102369 tobez [PATCH] www/p5-CGI.pm: update to 3.21 o usb/102373 usb [patch] driver for MFT o ports/102376 apache mod_auth_cookie_mysql2 has a new web page o ports/102388 clsung [NEW PORT] perl5/p5-Genezzo: An extensible database wi o bin/102394 [patch] ls(1) do not shows inode number symbolic link o ports/102395 clsung [NEW PORT] converters/p5-Convert-Bencode_XS: Faster co o ports/102399 delphij net/openldap24-*: update to the recent version 2.4.3al f ports/102401 pav [PATCH] Update print/cjk-lyx to ver 1.4.2 f ports/102406 [PATCH] Update port: net-p2p/verlihub fix plugin suppo f i386/102408 remko g_vfs_done():fd0[READ(offset=65536, length=8192)]error f ports/102413 Festival port makes build with ESD difficult o ports/102414 ume [PATCH] mail/cyrus-imapd: avoid fopen limit during mbo f ports/102416 shaun building net-mgmt/flowd on Freebsd 4.11 o ports/102431 lioux multimedia/ffmpeg-devel: Fix build on 4.x f ports/102437 Unbreak port: math/vtk-python o ports/102443 miwi Update port: devel/simpletest o ports/102446 new port: x11/xcb-proto, X protocol C-language Binding o ports/102447 new port: x11/libxcb, X protocol C-language Binding (X o ports/102448 new port: x11/xcb-demo, X protocol C-language Binding o ports/102449 new port: x11/xcb-util, X protocol C-language Binding o ports/102454 [NEW PORT] sysutils/devcpu: Kernel module that provide o ports/102455 x11 [patch] xorg-server: update for newer nv based cards o docs/102460 danger Add clarity to starting samba without rebooting using o ports/102467 tobez [PATCH] devel/p5-Time-HiRes: update to 1.90 o ports/102468 clsung [NEW PORT] benchmarks/p5-Benchmark-Stopwatch: Simple t o ports/102469 clsung [NEW PORT] graphics/p5-Image-Caa: Colored ASCII Art o ports/102472 nork MASTER_SITE_SOURCEFORGE_JP in bsd.sites.mk update o ports/102473 simon [patch] portaudit fails to overwrite auditfile.tbz whe o ports/102490 clsung [NEW PORT] net-mgmt/p5-Cisco-Reconfig: Parse and gener o ports/102491 clsung [NEW PORT] net-mgmt/p5-Net-ACL: Class representing a g f ports/102499 rik lftp asc file checksum mismatch o conf/102502 net [patch] ifconfig name does't rename netgraph node in n a ports/102514 portmgr [patch] bsd.port.mk: "set $var" ==> "set -- $var" o bin/102523 emax [bluetooth] [patch] Virtual serial port server code fo f ports/102537 pav [Maintainer] databases/grass update to 6.1.0 o ports/102538 scrappy BSDStats failed if OpenSSL is from ports, not from bas o kern/102540 ru [netgraph] [patch] supporting vlan(4) by ng_fec(4) o docs/102542 doc [patch] books/handbook/l10n/chapter.sgml o ports/102544 osa ltmdm driver (comms/ltmdm) crashes system whene line r o usb/102547 usb usb patch for iRiver H10 mp3 player o www/102548 pav No support for nForce430 chipset / Asus M2NPV-VM o kern/102549 [bktr] [patch] fix Pixelview PlayTV Pro 2 on bktr o ports/102555 clsung [NEW PORT] devel/p5-Class-Constant: Build constant cla f ports/102560 Port Update: x11-tookits/fox16 application was bloody o ports/102567 clsung [NEW PORT] perl5/p5-Archive-Any: Single interface to d o ports/102578 clsung [NEW PORT] games/p5-Games-Alak: Simple game-tree imple o ports/102583 shaun New port irc/inspircd The InspIRCd IRC Daemon o ports/102587 [NEW PORT] devel/p5-Shell-EnvImporter: Inherit differe o conf/102595 add {daily|weekly|monthly} snapshot creation to /etc/p f ports/102600 [patch] ports/net-mgmt/arpwatch's rcNG script does not o ports/102601 vd graphics/xaralx: recent port version coredumps o ports/102602 repocopy devel/sge -> devel/sdl_sge f ports/102603 cperciva move ports f ports/102605 security/denyhosts doesn't work well with syslogd(8) c o kern/102607 net [if_bridge] don't generate random L2 address o bin/102609 [PATCH] Add filtering capability to date(1) o ports/102613 delphij openldap-sasl-client doesn't satisfy openldap-client d f i386/102617 remko 7 x "smb_maperror: Unmapped error 1:158" at Open Offic f ports/102620 ImageMagick 6.2.8.5 build fails f ports/102623 Update of java/eclipse-clay-core o ports/102626 clsung [NEW PORT] textproc/p5-XML-Compile: Compilation based f ports/102628 arved portinstall kaffein fails f ports/102630 [PATCH] Update audio/py-mutagen to 1.6 f ports/102631 [PATCH] Update multimedia/quodlibet to 0.23.1 o ports/102633 aaron [PATCH] devel/p5-Object-Enum: update to 0.07.0 o ports/102636 clsung [NEW PORT] devel/p5-Thread-Queue-Duplex: Thread-safe r o ports/102637 clsung [NEW PORT] devel/p5-Thread-Apartment: Apartment thread f ports/102640 pav sqlgrey 1.7.3 send "warning: prepare_cached" in log fi o ports/102650 clsung [PATCH] graphics/ruby-rmagick: update to 1.13.0, take o ports/102662 knu [PATCH]: lang/ruby - prerequisite for PREFIX-clean rub o ports/102664 seanc [PATCH] devel/ruby-inline: update to 3.5.0, make PREFI o ports/102667 aaron [PATCH] devel/p5-FSA-Rules: update to 0.26 o ports/102676 clsung [NEW PORT] net perl5/p5-POE-Component-Generic: Provide o i386/102678 i386 Dell PowerEdge DRAC5 USB Keyboard o ports/102681 clsung [NEW PORT] devel/p5-Object-Array: Array references wit o ports/102686 clsung [PATCH] devel/ruby-fam: make the port PREFIX clean, fi o ports/102687 clsung [PATCH] net/ruby-ldap: update to 0.9.7, take maintaine o ports/102689 clsung [PATCH] security/ruby-password: update to 0.5.3, take f ports/102692 jakarta-tomcat55 port references nonexistent file from o ports/102693 clsung [NEW PORT] textproc/p5-XML-Compile: Compilation based o bin/102694 df(1) can forget to print the unit with -h o ports/102696 clsung [PATCH] textproc/ruby-rss.alt: update to 0.1.5, take m o conf/102700 rc [PATCH] Add encrypted /tmp support to GELI/GBDE rc.d s o amd64/102716 amd64 ex with no argument in an xterm gets SIGSEGV o docs/102719 doc [patch] ng_bpf(4) example leads to unneeded promiscuos o conf/102722 rc kerberos5 server startupscript should use --detach p conf/102724 brooks rc.initdiskless does not copy hidden files o ports/102729 New port: mail/p5-WWW-Hotmail o ports/102736 lioux [PATCH] net-p2p/py24-BitTorrent: Add missing RUN_DEPEN f ports/102738 devel/spin xspin cannot run o ports/102744 [REPOCOPY] ports/databases/dbh to dbh10 o bin/102747 brian [patch] ppp timer subsystem stops under certain circum o ports/102748 clsung [NEW PORT] net/p5-Net-NIS-Listgroup: Lists hosts/users o ports/102749 clsung [NEW PORT] net/p5-Net-NIS: Interface to Sun's Network a ports/102750 portmgr Mk/bsd.port.mk - fix typo and harmless bug o ports/102751 az [PATCH] comms/klog: update to 0.3.3 o kern/102752 rwatson malloc(M_WAITOK) of "g_bio", forcing M_NOWAIT with non o ports/102768 aaron [PATCH] math/p5-Math-Symbolic-Custom-LaTeXDumper: upda o ports/102780 skv [PATCH] devel/p5-Class-Inspector: unbreak under old pe o kern/102783 [acpi] hw.acpi has thermal controls backwards when ext f ports/102790 update port: x11-themes/kdmtheme o bin/102793 imp top(1): display feature of current CPU frequency o kern/102795 [libmd] {SHA1,RIPEMD160}_Update() produce wrong result o ports/102802 mnag [PATCH] security/pecl-gnupg: Respect CFLAGS f ports/102819 www/http_load: Software need to upgrade. o ports/102824 mbr [patch] mail/up-imapproxy: OpenSSL 0.9.8b compile fix f ports/102829 vd [MAINTAINER] sysutils/qpxtool: update to 0.6 o ports/102833 mbr [patch] mail/pop3proxy: openssl 0.9.8b compile fix o ports/102835 girgen resurrect port: patch submission to upgrade mail/mulbe f ports/102837 simon [patch] www/wyvern: openssl 0.9.8b compile fix f ports/102838 Update port: devel/geany Update to 0.8 o usb/102851 usb Add support for Epson Stylus CX4200 o usb/102852 usb Add support for Novatech NV902 wireless NIC o ports/102853 tobez [PATCH] devel/p5-Test-Base: update to 0.52 f ports/102855 [PATCH] devel/ruby18-gems: customize GEM_NAME in Makef o ports/102856 seanc [PATCH] devel/rubygem-inline: update to 3.5.0 o www/102865 www probably wrong rendering of web site o ports/102866 gnome www/seamonkey: enable Pango font rendering support. f ports/102867 Update port: www/py-twistedWeb2 from 0.1_1 to 0.2.0 o ports/102869 rafan [PATCH] misc/mmv: update to 1.01b.14, take maintainers a ports/102871 roam update ftp/curl to 7.15.5 o ports/102873 shaun graphics/sdl_ttf depends on GL unconditionally o ports/102875 seanc [PATCH] databases/wfb2sql: update to 0.6 f ports/102882 libtomcrypt update, bug fixes and added SSE2 opts to G o java/102888 glewis Diablo 1.5.0 throws FileNotFoundException when opening f ports/102890 flz [update] port mail/roundcube - update to snapshot 2006 o ports/102892 clsung [NEW PORT] devel/p5-File-Pid: Pid File Manipulation f ports/102893 bsam editors/emacs-devel: broken plist and ".../site-lisp m o ports/102902 anray Update port: textproc/rst.el (fix PLIST) s ports/102904 erwin [maintainer update] emulators/linux_dist-gentoo-stage1 s ports/102905 erwin [maintainer update] emulators/linux_dist-gentoo-stage2 f ports/102906 bsam [patch] editors/emacs-devel: make patch broken for 5.x o conf/102913 rc /etc/rc.d/named killall in jailed OS o ports/102916 jylefort [UPDATE] games/linux-doom3-demo: add "linux-" prefix t f ports/102919 cokane PATCH: net/samba3 and derivatives use wrong gssapi.h h o ports/102921 girgen mail/mulberry4, patches to add functionality f ports/102934 net/tsclient o ports/102938 clsung [NEW PORT] chinese/p5-Lingua-Han-Utils: The utility to o ports/102939 clsung [NEW PORT] chinese/p5-Lingua-Han-PinYin: Retrieve the o kern/102940 No statistics counter records "out of sockets" conditi o ports/102941 clsung [NEW PORT] chinese/p5-Lingua-ZH-BPMFConvert: Rule-base o i386/102943 i386 kernel crash when unloading the xfs kernel module o ports/102946 secteam [patch] security/portaudit o ports/102950 maho unfetchable source-tar file for math/ufsparse (needed o ports/102952 tobez [PATCH] devel/p5-IPC-Cmd: update to 0.25 f ports/102953 clsung [PATCH] mail/p5-MIME-Lite-HTML: update to 1.22 o ports/102954 obrien textproc/urlview: switch from netscape to one gecko. o ports/102970 aaron [PATCH] archivers/p5-Archive-Extract: update to 0.12 o ports/102971 itetcu [Maintiner-update]: sysutils/flexbackup PREFIX fix and o conf/102972 units.lib not up to date (exchange rates) o amd64/102975 amd64 NIC unknown o usb/102976 usb Casio Exilim Digital Camera cause panic f ports/102980 shaun net/samba3: "make config" broken due to overlong line p ports/102983 ahze [PATCH] graphics/p5-Cairo: update to 1.00 o ports/102987 sat [MAINTAINER] www/xpi-gmail-manager: Upgrade to 0.5.1 o ports/102993 New port: java/eclipse32 New port of Eclipse IDE versi o ports/103004 itetcu [Maintainer-update]: games/tmw unbreak on FreeBSD 4.x o ports/103005 new port: games/gish-demo A platform game with a gelat o bin/103006 [patch] gzip support for -k option as used by bzip2 o bin/103007 [patch] man: support for bzip2 compressed manpages o ports/103008 aaron [PATCH] biology/p5-Bio-Phylo: update to 0.14 o ia64/103016 ia64 snort 2.6.0 fail during initializing daemon mode o kern/103019 jhb [patch] MFC link flapping workaround for em(4) to RELE o kern/103020 Error in ATI Radeon 7000 driver o kern/103022 /usr/include/crypto/rijndael.h is wrong o kern/103035 [ntfs] Directories in NTFS mounted disc images appear f ports/103037 itetcu [MAINTAINER UPDATE] [PATCH] lang/phc 0.1.6rc1 -> 0.1.7 o kern/103041 [ipmi] unloading ipmi panics Dell PE 2850, ipmi doesn' o usb/103046 usb [patch] ulpt event driven I/O with select(2) and nonbl o ports/103047 clsung p5-Danga-Socket missing dependency on Sys::Syscall o ports/103048 novel [maintainer-update] x11-wm/openbox up to 3.3.1 o ports/103060 jylefort [port devel/linux-js] installs rc.d Scripts into /etc/ o www/103061 www [patch] www/en/platforms/xbox.sgml o ports/103069 obrien [PATCH] editors/vim: fix ctags menu entry o www/103076 www submission to http://www.freebsd.org/commercial/isp.ht o kern/103079 anholt [agp] Add support to 945GM and fix how recognize agp f ports/103082 [patch][/usr/ports/mail/elm+ME] hdrdecode and add chin o bin/103089 [patch] mount_nfs(8): introduce new option o ports/103094 infofarmer [PATCH] irc/p5-POE-Filter-IRCD: update to 2.0 o ports/103095 clsung [NEW PORT] perl5/p5-Compress-LZF: Extremely light-weig o ports/103096 clsung [NEW PORT] archivers/p5-POE-Filter-LZF: A POE filter w o ports/103097 clsung [NEW PORT] archivers/p5-Compress-LZO: Interface to the o ports/103098 clsung [NEW PORT] archivers/p5-POE-Filter-LZO: A POE filter w o ports/103106 clsung [NEW PORT] dns/p5-Net-DNS-Codes: Collection of C libra o ports/103107 clsung [NEW PORT] dns/p5-Net-DNS-ToolKit: Tools for working w o ports/103108 clsung [NEW PORT] net/p5-Net-Interface: Perl extension to acc o ports/103110 clsung [NEW PORT] net/p5-Net-NBsocket: Non-Blocking Sockets o ports/103111 clsung [NEW PORT] sysutils/p5-Proc-PidUtil: PID file manageme o ports/103112 clsung [NEW PORT] devel/p5-Sys-Sig: Return signal constants f o ports/103114 dhartmei [patch] port mail/milter-regex rc.d support o ports/103115 lawrance [PATCH] devel/gwenhywfar - Request doxygen off by defa o ports/103116 tobez [PATCH] math/p5-Graph: update to 0.80 o ports/103117 rafan [PATCH] graphics/p5-Chart-Clicker: update to 1.0.6 o ports/103123 roam Update port: security/stunnel to 4.17 o kern/103125 [acpi] ACPI bad reads/writes occur since upgrading fro o ports/103126 roam Update port: ftp/curl to 7.15.5 f ports/103129 update from Amaya 9.21 to 9.51 due to securtity issues o www/103132 pav update of Asus A8V-MX description o ports/103140 rafan [PATCH] databases/glom: update to 1.0.4 and unbreak o docs/103151 doc Some minor update for using gif(4) o ports/103153 [maintainer update] dns/rbldnsd: new version, better e o ports/103155 sem [NEW PORT] net/cacti-plugin-flowview: A simple viewer f ports/103156 alepulver [UPDATE] games/doomlegacy: improve wrapper script o ports/103159 perl p5-WWW-Mechanize-Shell broken after p5-WWW-Mechanize u o ports/103161 portmgr Add 'make version' to bsd.port.mk o docs/103162 doc [patch] Add missing 'make quicksearch' description to f ports/103164 [PATCH] devel/doxygen: unbreak plist without LaTeX o usb/103167 usb Transcend JetFlash120 memory stick problem (with fix) o ports/103168 isc-dhcpd.sh jail options break stop and status comman o ports/103170 shaun [Maintainer Update] Some fixes to the net/samba3 port f ports/103176 itetcu [MAINTAINER-UPDATE] sysutils/bacula-server-devel : fix o ports/103184 portmgr [patch] bsd.port.mk: get rid of the outdated emulators o ports/103185 rafan [update] port net-mgmt/ipplan - update to 4.80b o i386/103190 i386 auditd doesn't start in -STABLE o i386/103192 i386 no CD/DVD devices found while install Freebsd o docs/103194 doc Mailings lists "aic7xxx" and "kde" don't exist o kern/103200 [ral] ral driver for RELENG_6 o ports/103203 port update palm/jpilot to 0.99.9 version o bin/103206 [patch] tftp(1) does not set proper exit status when a o ports/103208 lioux [PATCH] print/mftrace: update to 1.2.4 o ports/103209 dd [PATCH] Mark net/obnc as deprecated and IGNORE on newe o ports/103211 Update palm/pilot-link to 0.12.1 o ports/103228 miwi [PATCH] www/cherokee: update to 0.5.5 f ports/103230 MAINTAINER UPDATE: java/castor to 1.0.3 f ports/103232 comms/gnokii: make WITH_SMSD=yes fails o ports/103234 [MAINTAINER UPDATE] games/ifm : fixed slow master site o ports/103248 scrappy [PATCH] security/p5-IO-Socket-SSL: update to 1.01 o ports/103249 infofarmer [PATCH] games/palomino: Fix build on sparc64 -- honor o kern/103250 puc failed to attach sio ports when loaded as module ( o docs/103251 imp [patch] fix kernel config option name in src/UPDATING o ports/103252 portmgr repocopy sysutils/xsearch to sysutils/searchmonkey o kern/103253 inconsistent behaviour in arp reply of a bridge f ports/103255 deve/icu /custrtrn/Test_widestrs test fails f ports/103257 Missing directory prevents Nepenthes from running out- o amd64/103259 amd64 Cannot use ataraid on nvidia nForce4+amd64 f ports/103260 [patch] Add audacity-devel port p ports/103268 gnome [PATCH] print/freetype2: Fix TTF_BYTECODE_ENABLED f ports/103270 Some files in gdbm-1.8.3_2 have the ownership "bin:bin o misc/103271 crash inside dlclose() on shared library unload f ports/103276 shaun net/samba3: Add a notice when FAM_SUPPORT is being fo o ports/103277 clsung New port: www/p5-CGI-Application-Plugin-Redirect o ports/103278 clsung New port: www/p5-CGI-Application-Server simple server o ports/103280 [GFTP] gftp proxy settings won't save o docs/103286 doc [patch] Improved wording and error removal o ports/103288 kuriyama [PATCH] devel/rapidsvn : update to 0.9.3 o usb/103289 usb USB 2.0 problems on AMD LX-800 CPU and CS-5536 chipset o ports/103290 anholt [PATCH] textproc/asciidoc: update to 8.0.0 o ports/103291 clsung New port: databases/rubygem-sqlite3-ruby - Gem version o ports/103292 clsung New port: www/rubygem-rails-app-installer - An install o ports/103293 Use the same ODBC flavor variable names in ports o ports/103296 [NEW PORT] sysutils/torque: Open source resource manag o misc/103304 pf accepts nonexistent queue in rules o ports/103308 perl [patch] SpamAssassin 3.1.5 sa-learn --mbx broken o ports/103310 New port:math/ltl o kern/103312 dlsym(NULL,) doesn't work properly o ports/103319 alexbl Update: mail/mailrep o ports/103322 security/gnome-ssh-askpass doesn't work: Undefined sym f ports/103326 shaun Error in configuration window in samba3.0.23c,1 port o docs/103327 danger Typos in articles/vm-design o misc/103328 sugestions about ipfw table o ports/103329 kde kdenetwork-kopete-0.11_X not connecting to MSN on -CUR o ports/103330 clsung [PATCH] net/p5-OurNet-BBS: Fix build o stand/103331 standards [ patch ] add '-p' support for jobs sh(1) builtin o kern/103332 Fxp driver does not work correctly on Intel 82550, if o ports/103334 multimedia [PATCH] graphics/libcaca: Checksum mismatch o ports/103335 [maintainer-update] lang/sketchy o ports/103336 [maintainer-update] lang/alisp o ports/103337 clsung [NEW PORT] textproc/p5-Regexp-DefaultFlags: Set defaul o ports/103338 clsung [NEW PORT] net/p5-Samba-LDAP: Manage a Samba PDC with o ports/103340 Update port: x11-themes/metacity-theme-microgui use gn f ports/103341 rafan [PATCH] www/typo3: update to 4.0.2 o ports/103345 multimedia [PATCH] graphics/libcaca: Checksum mismatch o docs/103347 doc Incorrect file summary in devfs(8) o ports/103348 [MAINTAINER UPDATE] devel/pear-HTML_Template_Sigma 3384 problems total. From owner-freebsd-bugs@FreeBSD.ORG Mon Sep 18 11:13:18 2006 Return-Path: X-Original-To: freebsd-bugs@FreeBSD.org Delivered-To: freebsd-bugs@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 012EB16A40F for ; Mon, 18 Sep 2006 11:13:18 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A8AA43D49 for ; Mon, 18 Sep 2006 11:13:17 +0000 (GMT) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8IBDHgA043544 for ; Mon, 18 Sep 2006 11:13:17 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8IBDEB1043538 for freebsd-bugs@FreeBSD.org; Mon, 18 Sep 2006 11:13:14 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 18 Sep 2006 11:13:14 GMT Message-Id: <200609181113.k8IBDEB1043538@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: linimon set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: FreeBSD bugs list Cc: Subject: Current problem reports containing patches X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 11:13:18 -0000 Current FreeBSD problem reports Critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- a kern/27250 daichi [unionfs] [patch] unionfs filesystem panics in large n o kern/70096 [msdosfs] [patch] full msdos file system causes corrup o kern/77234 [udf] [patch] corrupted data is read from UDF filesyst o kern/87191 scottl [aac] [patch] aac(4) panics immediately with INVARIANT f kern/94822 dwhite [kbd] [patch] Fix keyboard hang for IBM / Intel blade o kern/94939 [acpi] [patch] reboot(8) fails on IBM / Intel blades o kern/103101 [patch] Locking race in tty.c causes frequent panics o 7 problems total. Serious problems S Tracker Resp. Description -------------------------------------------------------------------------------- f ports/14048 des [patch] doscmd -r doesn't work o kern/17310 [nis] [patch] NIS host name resolving may loop forever s bin/19773 markm [PATCH] telnet infinite loop depending on how fds are a kern/21808 [msdosfs] [patch] msdosfs incorrectly handles vnode lo o kern/21998 green [socket] [patch] ident only for outgoing connections s kern/22417 gibbs [adw] [patch] advansys wide scsi driver does not suppo s i386/22944 tegge [vm] [patch] isa_dmainit fails on machines with 512MB o bin/23098 qa [sysinstall] [patch] if installing on a serial console o bin/24271 [patch] dumpon(8) should check its argument more o kern/26486 [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/30223 [patch] Using /usr/share/examples/kld/cdev, testcdev f f bin/31304 linimon [patch] fix crunchgen to work with more contrib-kind o o kern/33138 [isa] [patch] pnp problem in 4.3, 4.4, 4.5 o bin/33672 [patch] telnetd and mount_mfs signal handlers call exi o kern/33940 [ufs] [patch] quotactl allows compromise gid-quotas o kern/34842 [nis] [patch] VmWare port + NIS causes "broadcast stor o kern/35442 [sis] [patch] Problem transmitting runts in if_sis dri o kern/36219 [bpf] [patch] poll() behaves erratic on BPF file descr o kern/36415 [bktr] [patch] driver incorrectly handles the setting o kern/36504 [kernel] [patch] crash/panic vm_object_allocate under o bin/36867 [patch] games/fortune: add FORTUNE_PATH env var, so po o 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/39940 [patch] /usr/sbin/periodic sends thousands of emails o misc/42115 luigi [picobsd] [patch] fix build script for 4.6-STABLE o bin/43674 [patch] login(1): able to bypass expired password o kern/44202 [rp] [patch] -stable rp driver does not work with mult o kern/44417 luigi [bridge] [patch] ipfw layer2 rules are not checked for o gnu/44564 peter [PATCH] Aborted cvs session causes an endless loop in o kern/44744 [vn] [patch] VN devices can hang system FreeBSD v4.5 o bin/44808 [PATCH] opiepasswd makes bad seed for existing user o bin/45529 hexdump core-dumps with certain args [PATCH] o bin/46676 ru [PATCH] bsd.dep.mk restricts domain of tags commands o kern/47628 trhodes [msdosfs] [patch] msdosfs file corruption fix o bin/48183 marcel [patch] gdb on a corefile from a threaded process can' o conf/48881 rc [PATCH] The influence of /etc/start_ifname on /etc/rc. s kern/50827 [kernel] [patch] new feature: add sane record locking o kern/51274 ipfw [ipfw] [patch] ipfw2 create dynamic rules with parent f kern/51341 ipfw [ipfw] [patch] ipfw rule 'deny icmp from any to any ic o kern/51583 [nullfs] [patch] allow to work with devices and socket o kern/52585 bms [netinet] [patch] Kernel panic with ipfw2 and syncooki o bin/54401 [patch] pppstats prints 0 for absolute values in range p kern/55018 andre [digi] [patch] Digiboard PC/Xem fails to initialize wh a kern/55542 andre [de] [patch] discard oversize frame (ether type 800 fl o kern/57453 [kue] [patch] if_kue hangs boot after warm boot if fir o kern/57631 jhb [agp] [patch] boot failing for ALi chipsets o kern/57722 [kernel] [patch] uidinfo list corruption o kern/58687 deischen [libc] [patch] gethostbyname(3) leaks kqueue file desc o kern/58953 [puc] [patch] detect NetMOS-based six serial port card o kern/59945 [nullfs] [patch] nullfs bug: reboot after panic: null_ f i386/60226 remko [ichsmb] [patch] ichsmb driver doesn't detects SMB bus o docs/60679 doc [patch] pthread(3): pthreads documentation does not de o bin/61498 obrien [patch] Please MFC flex patch for gcc 3.x o bin/61587 qa [sysinstall] [patch] installation problem, disklabel c o kern/61960 sos [ata] [patch] BigDrive support for PC-98 architecture a kern/62906 peadar [agp] [patch] AGP misconfigures i845G chipset, causing o kern/64196 [kernel] [patch] remove the arbitrary MAXSHELLCMDLEN o kern/66029 [crypto] [patch] MD5 alignment problem on a TriMedia p o kern/66876 [fdc] [patch] Cannot extract tar(1) multi-volume archi o kern/66960 [fdc] [patch] filesystems not unmounted during reboot o bin/66984 qa [2TB] [patch] teach sysinstall about larger disks o bin/67995 [patch] morse(6) plays beeps 10 times faster than it s o usb/69006 usb [patch] Apple Cinema Display hangs USB ports f ports/70309 sumikawa [patch] racoon disrupt manually-keyed IPSEC tunnels on o i386/70531 i386 [boot0] [patch] boot0 hides Lilo in extended slice o kern/70587 [vm] [patch] NULL pointer dereference in vm_pageout_sc o bin/71290 [PATCH] passwd cannot change passwords other than NIS/ f kern/71568 emax [kbd] [patch] unable to install FreeBSD using only a u o bin/71602 [PATCH] uninitialized "len" used instead of "slen" wit o kern/71677 rwatson [mac] [patch] MAC Biba / IPFW panic a bin/71786 [patch] adduser breaks if /sbin/nologin is included in o kern/71792 [vm] [patch] Wrong/missing 'goto' target label in cont o ports/72149 [PATCH] heimdal with LDAP backend - bad slapd socket p o kern/72396 [netinet] [patch] Incorrect network accounting with al o kern/72966 obrien [pcn] [patch] AMD PCnet/PCI Fast Ethernet driver broke o kern/73004 [loader] [patch] PXE loader malfunction in multiple PX o kern/73224 wpaul [ndis] [patch] Lock order reversal in ntoskrnl_timerca o sparc/73413 trhodes [libkse] [patch] pthread (libkse) library is broken on o bin/74127 [patch] patch(1) may misapply hunks with too little co o kern/74935 qingli [netinet] [patch] TCP simultaneous open fails. o kern/75122 andre [netinet] [patch] Incorrect inflight bandwidth calcula o bin/75258 [patch] dd(1) has not async signal safe interrupt hand o kern/76126 [nfs] [patch] 4.11 client will send a NFS request to r f kern/76207 [xl] [patch] Null pointer dereference in xl_detach() o kern/76893 [cam] [patch] Fatal divide in booting processes with B o i386/76944 i386 [busdma] [patch] i386 bus_dmamap_create() bug o kern/77181 [newfs] [patch] newfs -g largevalue, mkdir, panic s kern/77195 darrenr [ipfilter] [patch] ipfilter ioctl SIOCGNATL does not m o kern/77432 cel [nfs] [patch] It is not possible to load nfs4client.ko o usb/77940 usb [patch] [panic] insertion of usb keyboard panics syste o kern/77982 [lnc] [patch] lnc0 can NOT be detected in vmware 4.5.2 o docs/78154 doc [PATCH] Make en_US FreeBSD Handbook more compliant wit o gnu/78161 [patch] typo in gzexe o kern/78179 [vm] [patch] bus_dmamem_alloc() with BUS_DMA_NOWAIT ca o kern/78227 [netinet] [patch] Destroying a network interface leaks o kern/78434 [vfs] [patch] vfs_mount: -current does not cdboot o conf/78762 ipfw [ipfw] [patch] /etc/rc.d/ipfw should excecute $firewal o kern/78953 [smbfs] [patch] smbfs getdirentries() failure causes C o kern/78987 scottl [udf] [patch] udf fs: readdir returns error when it sh o kern/79025 [patch] && in /usr/src/etc/Makefile needs to be an or p kern/79332 [ata] [patch] "ffs_mountroot: can't find rootvp" after s kern/79339 [kernel] [patch] Kernel time code sync with improvemen o bin/80074 [patch] openssl(1): Bug in OpenSSL's sk_insert() cause o kern/80266 rwatson [ipx] [patch] IPX routing doesn't work o kern/80694 [kbd] [patch] atkbd looped on Acer TravelMate 2701LC o kern/80742 wkoszek [pecoff] [patch] Local DoS in sys/compat/pecoff (+ oth o docs/80843 doc [patch] psm(4): Suggested fix for psm0 / handle driver o kern/80853 [ed] [patch] add support for Compex RL2000/ISA in PnP o usb/80862 usb [patch] USB locking issues: missing some Giant calls o bin/80913 ipfw [patch] /sbin/ipfw2 silently discards MAC addr arg wit s kern/80932 [em] [patch] Degraded performance of em driver o kern/80980 [i386] [patch] problem in "sys/i386/include/bus.h" cau s kern/81147 linimon [em] [patch] em0 reinitialization while adding aliases o usb/81308 usb [ugen] [patch] polling a ugen(4) control endpoint caus o conf/81882 [patch] missing terminal definition for wy120 in termc o kern/81943 des [kernel] [patch] _assert_sbuf_integrity causes panic f o bin/82207 [patch] tcpslice(1) incorrectly handles dates where ye o kern/82491 [bootp] [patch] bootpd shouldn't ignore requests o bin/82720 [patch] Incorrect help output from growfs.c and mkfs.c o kern/82919 [bridge] [patch] Bridge configuration update will cras p bin/83085 des [patch] double free() in openpam p kern/83107 delphij [libc] [patch] libc uuid_compare() doesn't work with l o bin/83336 [patch] libc's parse_ncp() don't check malloc/realloc o bin/83338 [patch] libc's getent() don't check for malloc failure o bin/83340 [patch] setnetgrent() and supporting functions don't c o bin/83344 [patch] Improper handling of malloc failures within li o bin/83347 [patch] improper handling of malloc failures within li o bin/83348 [patch] Improper handling of malloc failures within li o bin/83349 [patch] improper handling o malloc's failures within l o bin/83359 [patch] improper handling of malloc failures within li o bin/83364 [patch] improper handling of malloc failures, bad prin o kern/83368 [ipx] [patch] incorrect handling of malloc failures wi o bin/83369 [patch] incorrect handling of malloc failures within l o kern/83464 [geom] [patch] Unhandled malloc failures within libgeo o kern/84202 [ed] [patch] Holtek HT80232 PCI NIC recognition on Fre o kern/84411 philip [psm] [patch] psm drivers adds bad buttons for Synapti a kern/84544 dhartmei [pf] [patch] pfvar.h: PF_QNAME_SIZE is too small for c o kern/84799 [fdc] [patch] can't read beyond track 0 on fdc (IBM th o kern/84861 sam [ipw] [patch] still can't get working ipw(4) with adho o kern/85137 [pseudofs] [patch] panic due to sleep with held mutex o threa/85160 threads [libthr] [patch] libobjc + libpthread/libthr crash pro o kern/85266 [xe] [patch] xe(4) driver does not recognise Xircom XE o kern/85320 [gre] [patch] possible depletion of kernel stack in ip p kern/85366 delphij [msdosfs] [patch] MSDOSFS doesn't mark volume "clean" o kern/85493 imp [ed] [patch] OLDCARD can't probe ed driver o bin/85830 des [patch] pam_exec incorrectly works with vfork() p kern/86306 yongari [em] [patch] if_em.c locks up while trying to send a h o kern/86944 cel [nfs] [patch] When I use FreeBSD with NFS client, clos o kern/87506 [vr] [patch] Fix alias support on vr interfaces o usb/87565 usb [PATCH] Support for Vodaphone 3G/UMTS cards o bin/87792 [patch] very bad performance of cp(1) via NFS, possibl o kern/88045 jhb [nve] [patch] 6.0rc1: nve0: device timeout (51) o bin/88215 [patch] syslogd(8) does not pass cleanly parameters to o ports/89308 apache [patch] www/mod_accounting crash on request_timeout o bin/89410 [PATCH] sh(1) missing \u interpolation and bug/fix in o kern/89660 le [patch] [panic] due to g_malloc returning null in gv_d o kern/89752 [bpf] [patch] bpf_validate() needs to do more checks o kern/89784 phk [patch] [panic] 6.0-RELEASE panics when applying `type o kern/89876 [txp] [patch] txp driver doesn't work with latest firm o kern/89878 [pccard] [patch] pccard.c:pccard_safe_quote() unsafe o kern/90096 [net] [patch] arp mixup if carp and bridge used o usb/90162 usb [usb] [patch] Add support for the MS Wireless USB Mous o kern/90815 [smbfs] [patch] SMBFS with character conversions somet f conf/90863 dougb [patch] 6.0 boot: name resolution broken for daemon st o kern/90973 thompsa [net] [patch] if_bridge does not handle arp for own ad o usb/91263 usb [patch] USB quirk needed for Logitec USB Hard disk LHD o conf/91732 [patch] 800.loginfail: fix log message grep expression o bin/91954 [libpam] [patch] Proposed enhancement for pam_krb5: "o o kern/92092 [iicbus] [patch] Panic if device with iicbus child is o kern/92675 [fxp] [patch] fxp(4) unable to recover from occasional o kern/92786 sos [patch] ATA fixes, write support for LSI v3 RAID o bin/92839 roberto [ntp] [patch] contrib/ntp PARSE buffer overrun o kern/93199 [kernel] [patch] missing linux rt_sigtimedwait system o gnu/93566 tjr [patch] sort(1): numeric sort is broken on multi-byte o bin/93603 [patch] restore(8) fails if /tmp fills o bin/93776 [crypto] [patch] SHA256_Update / SHA512_Update fail to o kern/93942 [vfs] [patch] panic: ufs_dirbad: bad dir (patch from D o kern/93998 [libstand] [patch] panic in libstand when closing raw o kern/94669 [vfs] [patch] Panic from Failed Removable Media Mount o usb/94742 usb [umass] [patch] umass driver does not recognise YANO e o kern/94772 [fifo] [patch] FIFOs (named pipes) + select() == broke o bin/94815 [patch] [sysinstall] Upping the network interface befo a ports/94826 ade [patch] Very slow startup for libtool ltdl clients (eg o kern/94863 [bge] [patch] hack to get bge(4) working on IBM e326m o kern/95084 ipfw [ipfw] [patch] IPFW2 ignores "recv/xmit/via any" (IPFW o bin/95339 [libexec] [patch] rtld is thread-unsafe. fixes for dlo o kern/95368 [kernel] [patch] Test for race between callout_drain() p kern/95417 ru [netgraph] [patch] ng_fec doesn't allow jumbo packets f ports/95584 perky [patch] bsd.python.mk: A port's "USE_ZOPE=yes" overrid o kern/95661 [pci] [patch] pci_pci still not correct for initializi o kern/96030 [bfe] [patch] Install hangs with Broadcomm 440x NIC in o conf/96247 matteo [patch] 550.ipfwlimit reports logs even if log size is o bin/96393 [libz] [patch] assembler implementations for libz on i o ports/96407 joerg [PATCH] devel/avr-gcc-devel fails to build with -march o gnu/96481 obrien [patch] native ld(1) does not look for shared libs in f kern/96806 glebius [bge] [patch] Correction of kernel panic with Broadcom o kern/96840 [libc] [patch] getgrent() does not return large groups p kern/97056 [drm] [patch] PCIE radeon DRM doesn't correctly initia o kern/97174 [patch] [umass] Y-E DATA USB-FDU quirk: no synchronize o bin/97888 ceri [sysinstall] [patch] sysinstall - give 'distSetCustom' o kern/97951 ipfw [ipfw] [patch] ipfw does not tie interface details to o kern/98091 scottl [mfi] [patch] Makefile style of mfi kernel module brok o kern/98167 multimedia [sound] [es137x] [patch] ES1370 mixer volumes incorrec o conf/98734 rc [patch] /etc/rc.subr restart_postcmd is failing start_ o conf/98758 flz [patch] Templatize 'jail_fstab' in /etc/rc.d/jail o conf/98846 flz [patch] Templatize 'jail_rootdir' in /etc/rc.d/jail p kern/98858 [kernel] [patch] Local denial of service (mbuf exhaust o kern/98962 sos [ata] [patch] writing >1 session on ATAPI CDs fails o kern/99064 [ste] [patch] ste driver does not support IC Plus IP10 o kern/99188 andre [tcp] [patch] FIN in same packet as duplicate ACK is l o ports/99424 fjoe [PATCH] MC's subshell doesn't work with stock freebsd o ports/99428 fjoe [PATCH] Case insensetive search in mc doesn't work s bin/99693 [patch] add magic(5)/file(1) support for FreeBSD 6.1 d o kern/99729 sos [ata] [patch] Bug in ata (ata-all.c) driver f bin/99873 rodrigc [patch] mountd(8) reload fails o kern/99979 [patch] Get Ready for Kernel Module in C++ o kern/100098 darrenr [ipfilter] [patch] ipfilter kernel memory leakage o kern/100356 [firewire] [patch] Non-maskable interrupt while in ker o kern/100425 [sbni] [patch] sbni drivers does not work under 5.x o kern/100532 [carp] [patch] Conflict between CARP and multicast rou o kern/100683 [syscons] [patch] syscons screen savers can eat up to f kern/100796 rwatson [if_tun] [patch] if_tun requires kqueue hooks o kern/100802 [ddb] [patch] panic in ddb mode if sending signal '0' o bin/100914 [tftpd] [patch] libexec/tftpd: write access control o ports/100967 portmgr [PATCH] bsd.apache.mk: allow use private APACHE_PORT f kern/101274 yongari [sk] [patch] SysKonnect Yukon initialization bug on K8 o ports/101478 obrien [PATCH] shells/bash: fix pkg-plist o ports/101610 rafan [PATCH] fix pkg-plist for 162 ports o bin/101975 [PATCH] Adding percents in /usr/src/usr.bin/systat/pig o i386/101980 i386 [PATCH] Intel 631xESB ata and ichsmb support (i386/amd o kern/102120 sos [ata] [patch] 6.1-Release (amd64 & i386) install boot o ports/102223 des [PATCH] update for nav to version 3.1.0 o kern/102390 [patch] kernel pppd don't using pam o bin/102422 ipfw [patch] ipfw & kernel problems where firewall rules ar o kern/102426 sos [ata] [patch] Support for ServerWorks HT1000 SATA chip 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 qa [sysinstall] [patch] sysinstall - custom dist set alwa o ports/102646 knu [PATCH]: lang/ruby18: make PREFIX-clean, fix permissio o ports/102648 sem [PATCH]: lang/ruby18 - small fix to allow PREFIX-clean f ports/102651 [patch] New command-line option for jabberd port start o ports/102663 sem [PATCH]: lang/ruby18 small fix to allow painless PREFI o ports/102685 sem [PATCH]: lang/ruby18 - yet one fix to PREFIX-clean por o bin/102701 [patch] 'ifconfig xx0 inet6 delete' always fails o ports/102868 x11 [patch] x11-servers/xorg-server will not build on 4.11 o kern/102956 emulation [linux] [patch] Add partial support for SO_PEERCRED in o kern/103059 [bce] [patch] "Error mapping mbuf into TX chain!" (ten o ports/103311 portmgr [PATCH]: automatically provide correct paths for man/i f ports/103342 [PATCH] www/elinks: fix building under some circumstan 253 problems total. Non-critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- a bin/1375 eivind [patch] Extraneous warning from mv(1) s kern/2298 [sio] [patch] support for DSR/DCD swapping on serial p s kern/4184 [netatalk] [patch] minor nits in sys/netatalk s bin/5173 [PATCH] restore ought to deal with root setable file f o bin/5745 nik [PATCH] Add /usr/local/share/mk to default make(1) sea s kern/6668 babkin [patch] new driver: Virtual Ethernet driver o bin/7265 [patch] A warning flag is added to ln(1). s bin/7606 [patch] NIS Makefile.dist: NOPUSH replaced by REMOTE_S o bin/7868 [patch] morse(6): Morse Code Fixups o bin/8867 qa [sysinstall] [patch] /stand/sysinstall core dumps (sig o kern/9570 dfr [ed] [patch] ed(4) irq config enhancement s bin/9770 jmallett [patch] An openpty(3) auxiliary program s kern/12071 fanf [net] [patch] new function: large scale IP aliasing o i386/12088 imp [ed] [patch] ed(4) has minor problem with memory alloc o kern/12543 [fxp] [patch] cumulative error counters for fxp(4) s kern/13997 rwatson [jail] [patch] RLIMIT_NPROC works unadequately for jai o kern/14166 [bktr] [patch] AVER TVPhone o bin/15168 [patch] Adding tracklist support to fdformat(1) o bin/15205 billf [patch] Addition to random(6) o bin/15480 [patch] make cdcontrol(1) easier to use o bin/15619 peter [patch] standard pppd doesn't authenticate users with o kern/15838 trhodes [msdosfs] [patch] Conversion tables in msdosfs_conv.c o conf/16076 markm [PATCH] pam_ssh examples for /etc/pam.conf o kern/16644 [bpf] [patch] Bad comparison expression in bpf_filter. o bin/16880 [PATCH] pw(8) hardcodes directory creation modes o bin/17289 gad [PATCH] wrong permissions on /var/run/printer o kern/17425 [ppbus] [patch] fix two small printing errors in ppbus o kern/17504 ken [cam] [patch] Another Micropolis Synchronize Cache Pro s kern/19363 [kernel] [patch] allow processes know about their file s kern/19535 [procfs] [patch] procfs_rlimit tidyup o bin/19837 ambrisko [sysinstall] [patch] run Fix It floppy from serial por o bin/20501 mjacob [patch] extra flag to dump to offline autoloaders at E f bin/21570 dougb [PATCH] Add -r option to /usr/bin/mail, quiet compiler a kern/21807 [msdosfs] [patch] Make System attribute correspond to s bin/22442 linimon [PATCH] Increase speed of split(1) o conf/23063 net [PATCH] for static ARP tables in rc.network o kern/23546 tanimura [snd_csa] [patch] csa DMA-interrupt problem o bin/23562 markm [patch] telnetd doesn't show message in file specified o bin/24485 [PATCH] to make cron(8) handle clock jumps p kern/25499 [kbd] [patch] buffer paste functionality from keyboard f kern/25777 [kernel] [patch] atime not updated on exec o kern/26323 [ufs] [patch] Quota system creates zero-length files o kern/26562 [lpt] [patch] /dev/lpt0 returns EBUSY when attempting o bin/27306 marcel [patch] hw watchpoints work unreliable under gdb(1) a gnu/28189 [PATCH] fix for detecting empty CVS commit log message o conf/28236 [PATCH] iso-8859-1_to_cp437.scm doesn't contain some u o kern/29355 mux [kernel] [patch] add lchflags support o bin/29363 gad [PATCH] newsyslog can support time as extension s kern/29423 [patch] new feature: kernel security hooks implementat o kern/29698 emulation [linux] [patch] linux ipcs doesn'work a docs/30008 doc [patch] French softupdates document should be translat o kern/30052 mbr [dc] [patch] dc driver queues outgoing pkts indefinite s ports/30331 portmgr [patch] Conflict between bsd.port.mk MAKEFILE variable s kern/30422 [patch] new function: add WDT hardware watchdog driver o bin/30542 [PATCH] add -q option to shut up killall f bin/30661 alfred [rpc] [patch] FreeBSD-current fails to do partial NFS o conf/30812 [patch] giant termcap database update p kern/30857 [intr] [patch] intr_machdep.c allows access out of arr o conf/30929 usb [usb] [patch] use usbd to initialize USB ADSL modem s docs/31109 doc [patch] replace gif images w/ png ones due to patent l o kern/31201 [libdisk] [patch] add free_space(chunk) to libdisk f i386/31353 remko [apm] [patch] 'shutdown -p' does not work on SMP Tyan o i386/31427 davidxu [pmap] [patch] minor incorrect code in sys/i386/i386/p o kern/31456 [pcn] [patch] register number definition for AMD PCnet f kern/31490 [sysctl] [patch] Panic in sysctl_sysctl_next_ls on emp o kern/31890 [syscons] [patch] new syscons font o kern/31981 [libc] [patch] (mis)feature in getnetent parsing -- co o kern/32659 [vm] [patch] vm and vnode leak with vm.swap_idle_enabl o bin/32680 [PATCH] Allows users to start jail(1) by hostname as w o bin/32808 dwmalone [PATCH] tcpd.h lacks prototype for hosts_ctl s docs/33589 doc [patch] to doc.docbook.mk to post process .tex files. o bin/33809 mux [patch] mount_nfs(8) has trouble with embedded ':' in o kern/33965 [kbd] [patch] programmable keys of the keyboard (Olida a bin/34010 [patch] keyinit takes passwords less than 10 chars, bu o bin/34199 dwmalone [PATCH] top(1) RES/rss display incorrect o bin/34412 [patch] tftp(1) will still try and receive traffic eve o bin/34628 [pkg_install] [patch] pkg-routines ignore the recorded o gnu/34709 marcel [patch] Inaccurate GDB documentation o bin/35109 [PATCH] games/morse: add ability to decode morse code o docs/35222 doc [patch] getmsg.cgi: mailing list archive URL regexp su o kern/35262 [boot2] [patch] generation of boot block for headless o kern/35289 [bktr] [patch] Brooktree device doesnt properly signal o misc/35542 bde [patch] BDECFLAGS needs -U__STRICT_ANSI__ o conf/35545 [patch] enhanced periodic scripts: 100.clean-disks, 10 o bin/35886 [patch] pax(1) enhancement: custom time format for lis p bin/35894 [patch] popen.c in cron won't build without LOGIN_CAP o bin/36143 [patch] Dynamic (non linear) mouse acceleration added o kern/36170 [an] [patch] an(4) does an_init() even if interface is o bin/36262 [patch] Fixed rusers(1) idle-time reporting to use min a kern/36451 [bktr] [patch] Japan IF frequency is incorrect o bin/36556 [patch] regular expressions for tcpwrappers o kern/36902 [libc] [patch] proposed new format code %N for strftim a bin/37074 [PATCH] Typographical error in output of "smbutil view o kern/37380 jhb [boot0] [patch] boot0 partition list is outdated o bin/37424 [patch] nfsstat(1) reports negative values o bin/37442 [PATCH] sleep(1) to support time multipliers p kern/37448 obrien [PATCH] ldd/rtld support for more information of linke o kern/37554 jmg [vm] [patch] make ELF shared libraries immutable once o kern/37555 [kernel] [patch] vnode flags appear to be changed in n o conf/37569 matteo [PATCH] Extend fstab(5) format to allow for spaces in o bin/37844 [PATCH] make knob to not install progs with suid/sgid o docs/38061 ume [patch] typos in man pages for faith(4) & faithd(8) o bin/38168 [patch] feature request: installing curses-based versi s kern/38347 [libutil] [patch] [feature request] new library functi o docs/38540 blackend [patch] make application name capitalization consisten o bin/38727 [patch] mptable(1) should complain about garbage argum o docs/38982 doc [patch] developers-handbook/Jail fix o kern/39201 emulation [linux] [patch] ptrace(2) and rfork(RFLINUXTHPN) confu o bin/39463 mtm [PATCH] Add several options to fingerd f ports/39660 portmgr [patch] add ${PKGNAMEPREFIX} to (DOCS|EXAMPLES)DIR o kern/39681 [sysctl] [patch] add hidden kernel boot tunables to sy o kern/40017 [patch] allows config(8) to specify config metadata di s kern/40021 [kernel build] [patch] use ld(1) to build kernel with o kern/40369 [kernel] [patch] rman_reserve_resource - when "count > o kern/40516 [ti] [patch] ti driver has no baudrate set f docs/41270 remko [patch] handbook: confusing directions for kernelconfi f usb/41415 usb [usb] [patch] Some USB scanners cannot talk to uscanne o kern/41543 emulation [patch] feature request: easier wine/w23 support f bin/41556 obrien [PATCH] wtmp patch for lukemftpd o docs/41807 doc [patch] natd(8): document natd -punch_fw "bug" o bin/41947 hexdump(1) unprintable ASCII enhancement [PATCH] o kern/42065 [kernel] [patch] kern.ps_showallprocs has no effect on o kern/42274 [kernel] [patch] Convert defined variable into tuneabl o bin/42336 [PATCH] ISO-fication of /usr/src/contrib/tcp_wrappers: o kern/42429 [libc] [patch] hash_action called with HASH_DELETE doe f i386/42766 remko [vm] [patch] proposal to perform reboot via jump to BI o bin/42974 [patch] syslogd(8): add ISO 8601 date format option o kern/43154 [if_tun] [patch] tunwrite() does not allocate clusters o kern/43474 [nfs] [patch] dhcp.* values not set in kenv by bootp c o kern/43577 [kernel] [patch] feature request: new kernel option SH o kern/43611 [crypto] [patch] static-ize some symbols in sys/crypto o kern/43616 [zlib] [patch] static-ize some functions in sys/net/zl o kern/43716 [puc] [patch] puc driver does not recognize Lava Dual- o docs/43823 doc [PATCH] update to environ(7) manpage o kern/43905 jmg [kqueue] [patch] kqueues: EV_SET(kevp++, ...) is non-i o kern/44058 [MAKEDEV] [patch] /dev/ch* is created without group wr o docs/44074 doc [patch] ln(1) manual clarifications o kern/44267 [sio] [patch] One more modem PNP id for /usr/src/sys/i o kern/44365 [headers] [patch] introduce ulong and unchar types o kern/44500 [bge] [patch] bge(4): add AC1001 Gigabit NIC as workin o docs/45011 trhodes [patch] style(9): '->' and '.' don't require spaces o gnu/45137 peter [PATCH] CVS 1.11.2 cannot reuse log messages o bin/45193 [PATCH] truss can't truss itself o bin/45254 qa [sysinstall] [patch] sysinstall installs things it sho o bin/45333 [PATCH] New option -r for chown and chgrp o ports/45414 portmgr [patch] make update in /usr/ports missing defaults. o conf/45704 [PATCH] request to change cp866b font to cp866 o kern/45793 [headers] [patch] invalid media subtype aliases in if_ f i386/46113 remko [bus] [patch] busspace bugs in parameter checking o kern/46159 ipfw [ipfw] [patch] ipfw dynamic rules lifetime feature o docs/46196 doc [patch] menu_format(3): Missing return value in (set_) o kern/46368 [isa] [patch] MAXDEP in isa/pnpparse.c is too small a docs/46709 peter [patch] tables in terminfo(5) are broken o kern/46973 [syscons] [patch] syscons virtual terminals switching o kern/47311 mdodd [patch] Kernel support for NVIDIA nForce2-based mother o bin/47387 [PATCH] gprof -K still requires "a.out" arg / override o conf/47566 le [vinum] [patch] add vinum status verification to perio o bin/47576 [PATCH] factor(6)ing of negative numbers o docs/47594 doc [PATCH] passwd(5) incorrectly states allowed username o docs/47818 doc [patch] ln(1) manpage is confusing o docs/48101 doc [patch] add documentation on the fixit disk to the FAQ o misc/48110 [patch] change CVSROOT/log_accum.pl to not send mail i o kern/48172 ipfw [ipfw] [patch] ipfw does not log size and flags o usb/48342 usb [PATCH] usbd dynamic device list. o conf/48444 [patch] security.functions: count connection attempts o kern/48471 pjd [kernel] [patch] new feature: private IPC for every ja o kern/48599 [syscons] [patch] syscons cut-n-paste logic is broken o gnu/48638 [PATCH] some bug fixs in libdialog o conf/48870 rc [PATCH] rc.network: allow to cancel interface status d s bin/48962 des [PATCH] modify /usr/bin/fetch to allow bandwidth limit o docs/48980 doc [patch] nsgmls -s errors and sect. 3.2.1 of the fdp-pr a bin/49023 gad [patch] to lpd(8) (printjob.c) to pass source filename f ports/49955 portmgr [PATCH] bsd.port.mk: add target to automatically insta o misc/50106 [patch] make 'make release' more flexible behind FWs a o docs/50211 doc [PATCH] doc.docbook.mk: fix textfile creation p docs/50248 ceri [patch] New FreeBSD books o bin/50310 [libalias] [patch] natd / libalias fix to allow dcc re o kern/50526 [kernel] [patch] update to #! line termination p docs/50735 brueffer [patch] small diff to the developers handbook & outdat o bin/50749 ipfw [ipfw] [patch] ipfw2 incorrectly parses ports and port o docs/50773 jmg [patch] NFS problems by jumbo frames to mention in bge o kern/51009 [aue] [patch] buggy aue driver fixed. o bin/51070 [patch] add -p option to pom(6) s bin/51137 [patch] config(8) should check if a scheduler is selec f ports/51152 portmgr [patch] bsd.port.mk: generic SHEBANG_FILES o docs/51875 doc [patch] atkbd(4) adjustment o docs/51921 doc [patch] ls(1) manpage lacks some information about whi o kern/51958 usb [usb] [patch] update for urio driver o docs/52071 doc [PATCH] Add more information about soft updates into a o kern/52623 [ex] [patch] IRQ error in driver for the Intel EtherEx o ports/52706 portmgr [patch] bsd.port.mk issues warning if a site is explic o kern/52725 [PATCH] installincludes for kmods o kern/52752 [ichsmb] [patch] SMBus controller on ICH4 not recogniz s ports/52765 portmgr [PATCH] Uncompressing manual pages may fail due too "a o kern/52907 phk [libc] [patch] more malloc options for debugging progr s ports/52917 portmgr [PATCH] bsd.port.mk: update default value of CONFIGURE o kern/52980 mbr [dc] [patch] dc driver fails to init Intel 21143 Cardb o usb/53025 usb [ugen] [patch] ugen does not allow O_NONBLOCK for inte o bin/53341 qa [sysinstall] [patch] dump frequency in sysinstall is a p bin/53377 [PATCH] su does not return exit status of executed com o www/53676 simon [patch] Don't make people contact doc@ for 404 from no o stand/53682 le [PATCH] add fuser(1) utility o docs/54009 trhodes [patch] clarify the location of the splash image in th o kern/54220 [PATCH] /usr/src/Makefile has wrong instructions for u o bin/54365 [PATCH] add -u option to install(1) for SysV compatibi o kern/54383 net [nfs] [patch] NFS root configurations without dynamic o kern/54439 [sysctl] [patch] Protecting sysctls variables by given o docs/54451 doc [patch] i386_get_ldt(2): i386_{get|set}_ldt manual pag o docs/54461 kensmith [patch] Possible additions to Handbook (Basics and Use o kern/54604 pjd [kernel] [patch] make 'ps -e' procfs-independent o bin/54897 [PATCH] -y flag for mount_mfs o conf/55015 [patch] 700.kernelmsg: Security check output enhacemen o kern/55163 [jail] [patch] hide kld system details from jails o misc/55387 [patch] users LD_LIBRARY_PATH can interfere with mail o conf/55470 [pccard] [patch] new pccard.conf entry (I-O DATA WN-B1 s ports/55515 portmgr [patch] extract perl stuff from bsd.port.mk into bsd.p o bin/55539 [patch] Parse fstab(5) with spaces in path names o kern/55835 emulation [linux] [patch] Linux IPC emulation missing SETALL sys f i386/55838 remko [kbd] [patch] Dual characters from keyboard in X on To o ports/55841 portmgr [patch] Mk/bsd.port.mk: add routines to use ${PORTSDIR o docs/55883 kensmith [patch] handbook advanced-networking/chapter.sgml o conf/55916 rc [PATCH] ppp-user options o kern/55984 ipfw [ipfw] [patch] time based firewalling support for ipfw s bin/56012 [MAKEDEV] [patch] MAKEDEV does not allow creation of t o usb/56095 usb [usb] [patch] QUIRK: Apacer Pen Drive fails to work o kern/56250 [ums] [patch] ums(4) doesn't work with MCT based PS/2 o bin/56648 le [PATCH] enable rcorder(8) to use a directory for locat o bin/57018 le [PATCH] convert growfs to use libufs(3) s bin/57088 [cam] [patch] for a possible fd leak in libcam.c o kern/57230 [psm] [patch] psm(4) incorrectly identifies an Intelli o docs/57298 blackend [patch] add using compact flash cards info to handbook o docs/57388 doc [patch] INSTALL.TXT enhancement: mention ok prompt s bin/57407 [patch] Better NTP support for dhclient(8) and friends o kern/57522 [PATCH] New PID allocater algorithm from NetBSD o bin/57715 [patch] tcopy(1) enhancement o docs/57926 doc [patch] amd.conf(5) poorly format as it has both man(7 o bin/58483 [patch] mount(8): allow type special or node relative f kern/58529 dwmalone [libpcap] [patch] RDWR bpf in pcap. o kern/58803 [kernel] [patch] kern.argmax isn't changeable even at o conf/58939 rc [patch] dumb little hack for /etc/rc.firewall{,6} o docs/59044 doc [patch] doc.docbook.mk does not properly handle a sour f kern/59208 matk [sound] [patch] reduce pops and crackles and fix selec o docs/59240 blackend [patch] handbook update: linux MATLAB o kern/59289 [bktr] [patch] ioctl METEORGBRIG in bktr_core.c forget o www/59307 remko [patch] xml/xsl'ify & update publications page o conf/59600 [PATCH] Improved us.emacs.kbd mapping o kern/59624 [ata] [patch] HightPoint HPT371 support for FreeBSD 4. o kern/59698 usb [kbd] [patch] Rework of ukbd HID to AT code translatio o bin/59708 qa [sysinstall] [patch] add sSMTP support for Mail select o docs/59735 kensmith [patch] Adding a reference to Icelandic Rsync to mirro o docs/59736 kensmith [patch] Updating size of archives in hubs article o kern/59903 [pci] [patch] "pci_find_device" returns [only/at] the o kern/60183 sobomax [gre] [patch] No WCCPv2 support in gre f usb/60248 usb [patch] Problem with USB printer HP LaserJet 1300 o kern/60307 [pccard] [patch] wrong product id in pccarddevs for Sp o misc/60352 [patch] buildworld fails in sysinstall if terminfo dat o bin/60510 [patch] change to less(1) for compressed files o docs/60544 doc [patch] getenv(3) manpage doesn't state the return val o kern/60550 silby [kernel] [patch] hitting process limits produces sub-o f ports/60558 portmgr [PATCH] bsd.port.mk: automatically verify GnuPG signat o kern/60677 multimedia [sound] [patch] No reaction of volume controy key on I o kern/60697 [pty] [patch] pseudo-tty hack versus telnet race cause o bin/60834 [patch] ftpd(8) send_data()+oldway: anonymous transfer o bin/60892 [patch] added -p option to kldxref(8) to allow creatio o kern/60963 [pecoff] [patch] Win32 Applications abort on PECOFF o kern/60982 [pci] [patch] ID for VIA 686A Power Management Unit (f o usb/61234 usb [usb] [patch] usbhidaction(1) doesn't support using an o bin/61239 [patch] bootp enhancement, places the dhcp tags into t o kern/61300 [aue] [patch] Enabling HomePNA PHY on aue(4) for HomeP o docs/61301 doc [patch] Manpage patch for aue(4) to enable HomePNA fun f misc/61322 [patch] bsd.dep.mk disallows shell generated flags in o kern/61415 [net80211] [patch] disable broadcast ssid if_wi and di f i386/61481 remko [patch] a mechanism to wire io-channel-check to userla o kern/61497 ups [kernel] [patch] __elfN(map_insert) bug o bin/61666 peter [patch] mount_nfs(8) parsing bug, segmentation fault a kern/61744 andre [netinet] [patch] TCP hangs onto mbufs with no tcp dat o bin/61808 [PATCH] Update RPC prgs to allow binding to specific a o bin/61975 ume [PATCH] sync src/usr.sbin/traceroute6.c with KAME o bin/61978 [PATCH] sync src/usr.sbin/setkey/token.l with KAME o i386/62003 remko [loader] [patch] make /boot/loader "reboot" code same o kern/62098 [pccard] [patch] Bad CISTPL_VERS_1 and clash on notebo o docs/62724 doc [patch] host(1) manpage does not include information a f ports/62761 portmgr [patch] for phasing out distinfo files o kern/63096 rwatson [mac] [patch] MAC entry point for route manipulation o docs/63570 ceri [patch] Language cleanup for the Handbook's DNS sectio f i386/63628 [loader] [patch] i386 master boot record to allow boot o ports/63716 portmgr [patch] Mk/bsd.port.mk: move sysctl to ${SYSCTL} and a o usb/63837 usb [uhid] [patch] USB: hid_is_collection() only looks for o kern/63863 glebius [netgraph] [patch] feature request: implement NGM_ELEC o kern/64114 [vga] [patch] bad vertical refresh for console using R o kern/64178 jmg [kqueue] [patch] kqueue does not work with bpf when us o bin/64327 [patch] make(1): document surprising behaviour of assi o kern/64588 [joy] [patch] Extend joystick driver architecture to s s kern/64875 standards [libc] [patch] [feature request] add a system call: fd p docs/65065 danger [patch] improper language ntpd(8) man pages o bin/65228 [Patch] Allow rup(1) to parse hostnames from a defined o kern/65278 ups [sio] [patch] kgdb debugger port initialization destro o bin/65306 obrien [patch] Portability fixes for FreeBSD build utils, par f ports/65344 portmgr [patch] USE_ macros for graphics libraries o kern/65355 [pci] [patch] TC1000 serial ports need enabling o docs/65530 doc [patch] minor improvement to getgrent(3) o kern/65627 [i386] [patch] store P3 serial number in sysctl s ports/65804 portmgr [PATCH] bsd.port.mk is gratuitously slow f ports/65915 portmgr [PATCH] bsd.port.mk: handle interactive configure scri o ports/66032 portmgr [PATCH] bsd.port.mk: clean room installation o kern/66225 [netgraph] [patch] extend ng_eiface(4) control message o docs/66265 doc [patch] Document what -f and LD_TRACE_LOADED_OBJECTS_F o kern/66268 glebius [socket] [patch] Socket buffer resource limit (RLIMIT_ p docs/66289 brueffer [patch] lib/libc/gen/ualarm.3 refers to non-existent a o docs/66296 doc [patch] contrib/amd/amq/amq.8 uses log_options instead o ports/66342 portmgr [PATCH] fix ECHO_MSG breakage in java ports o docs/66343 doc [patch] unlisted supported card on man page for wi(4) o ports/66389 portmgr [PATCH] bsd.port.mk: follow MOVED ports o bin/66445 [patch] Add options to last(1) to ignore ftp logins (u o docs/66483 doc [patch] share/man/man4/csa.4 grammar nits s ports/66566 portmgr [PATCH] bsd.port.mk: fix build when /usr/obj/usr/ports o docs/66770 doc [patch] share/man/man4/ng_pppoe.4 tyops, grammar, and o docs/66771 imp [patch] usr.sbin/pccard/pccardc/pccardc.8 grammar and o docs/66775 roam [patch] clarification to committer's guide that port n o bin/66893 [patch] rpc.yppasswdd(8): Linux NIS clients connecting o bin/66941 [patch] gcc2.95 (FreeBSD-specific): fix unacceptable s o bin/66988 [Patch] apm.c check validation of the returned values o i386/67011 mdodd [vpd] [patch] MFC of vpd driver for IBM xSeries etc o bin/67231 [patch] pam_krb5 doesn't honor default flags from /etc f i386/67383 remko [i386] [patch] do a better job disassembling code in 1 f ports/67436 portmgr [patch] bsd.port.mk: GNU_CONFIGURE_PREFIX_SUBDIR o ports/67437 portmgr [patch] bsd.port.mk: NO_BUILD and PKGNAMESUFFIX do not o kern/67763 [pccard] [patch] PCMCIA: MELCO manufacturer code shoul f docs/67806 doc [patch] Let 5.x users know how to boot into single use o kern/67830 [smp] [patch] CPU affinity problem with forked child p o kern/68081 [headers] [patch] sys/time.h (lint fix) o conf/68108 [patch] Adding mac-address /conf selector to diskless s kern/68110 hsu [netinet] [patch] RFC 3522 for -HEAD p docs/68201 keramida [patch] pthread_atfork(3) man page o usb/68232 usb [ugen] [patch] ugen(4) isochronous handling correction o kern/68311 [patch] it is impossible to override defaults with ker o kern/68315 [ata] [patch] atacontrol(8) addspare for 4.x o kern/68317 [kernel] [patch] on soft (clean) reboots clean dmesg o o usb/68412 usb [usb] [patch] QUIRK: Philips KEY013 USB MP3 player o kern/68459 [vfs] [patch] Patches to mknod(2) behave more like Lin o bin/68586 dwmalone [patch] allow syslogd to forward to non-default ports o kern/68623 [sf] [patch] sf(4) (Adaptec StarFire) multiple problem s kern/68692 andre [net] [patch] Move ARP out of routing table o kern/68719 [msdosfs] [patch] poor performance with msdosfs and US o bin/68848 [patch] find(1) shows pathname as optional but it isn' o bin/69010 [patch] Portability fixes for FreeBSD build utils, par o kern/69064 [kernel] [patch] No multiple ip4/6's could assigned to o bin/69083 [patch] basic modelines for contrib/nvi f i386/69257 remko [i386] [patch] in_cksum_hdr is non-functional without o bin/69268 wpaul [patch] Fix ndiscvt(8) to warn you if it's going to ge o bin/69398 [patch] cleartext display of password in login.c o kern/69650 [patch] make getserv* functions work with nsdispatch o kern/69730 [puc] [patch] puc driver doesn't support PC-Com 8-port o docs/69861 doc [patch] usr.bin/csplit/csplit.1 does not document POSI o bin/69875 [patch] mlxcontrol(8): `mlxcontrol status ' o ports/69965 portmgr [patch] check for moved ports in "make deinstall-all" o bin/69986 qa [sysinstall] [patch] no job control in fixit shell on o bin/70182 [patch] fortune -e implementation bug o docs/70217 doc [patch] Suggested rewrite of docproj/sgml.sgml for cla f usb/70362 sanpei [usbdevs] [patch] LaCie 160GB USB drive o usb/70523 usb [usb] [patch] umct sending/receiving wrong characters o docs/70583 ceri [patch] Update freebsd-glossary o i386/70610 i386 [speaker] [patch] spkr(4): hardcoded assumption HZ == o docs/70652 hmp [patch] New man page: portindex(5) o bin/70756 [PATCH] indent(1) mishandles code that is protected fo o kern/70810 [pci] [patch] Enable SMBus device on Asus P4B series m o stand/70813 standards [PATCH] ls(1) not Posix compliant a ports/70900 edwin [patch] devel/sdl12 inconsistency between actual versi o kern/71258 [vm] [patch] anonymous mmappings not always page align o kern/71334 [mem] [patch] mem_range_attr_{set|get} are no longer k o usb/71605 usb [umass] [patch] umass doesn't recognize multiple slots o bin/71613 [PATCH] cleanup of the usr.sbin/traceroute6 code o bin/71616 [PATCH] cleanup of the usr.sbin/yp_mkdb code o bin/71617 [PATCH] cleanup of the usr.sbin/ypserv code o bin/71618 [PATCH] cleanup of the usr.sbin/timed code o bin/71619 [PATCH] cleanup of the usr.sbin/tcpdump code o bin/71620 [PATCH] cleanup of the usr.sbin/sysinstall code o bin/71621 [PATCH] cleanup of the usr.sbin/sliplogin code o bin/71622 [PATCH] cleanup of the usr.sbin/sicontrol code o bin/71623 [pcvt] [patch] cleanup of the usr.sbin/pcvt code o bin/71624 [PATCH] cleanup of the usr.sbin/rtadvd code o bin/71625 [rpc] [patch] cleanup of the usr.sbin/rpc.ypupdated co o bin/71626 [PATCH] cleanup of the usr.sbin/rpc.statd code o bin/71628 [PATCH] cleanup of the usr.sbin/rpcbind code o bin/71629 [PATCH] cleanup of the usr.sbin/pppstats code o bin/71630 [PATCH] cleanup of the usr.sbin/pppd code o bin/71631 [PATCH] cleanup of the usr.sbin/pppctl code o bin/71632 [PATCH] cleanup of the usr.sbin/ndp code o bin/71633 [PATCH] cleanup of the usr.sbin/mrouted code o bin/71659 [PATCH] cleanup of the usr.sbin/mount_portalfs code o bin/71660 [PATCH] cleanup of the usr.sbin/kgmon code o bin/71661 [PATCH] cleanup of the usr.sbin/keyserv code o bin/71664 [PATCH] cleanup of the usr.sbin/fwcontrol code o bin/71665 [PATCH] cleanup of the usr.sbin/dconschat code o bin/71667 [PATCH] cleanup of the usr.sbin/bootparamd code o bin/71669 [PATCH] cleanup of the usr.sbin/atm code o bin/71671 [PATCH] cleanup of the usr.sbin/apmd code o docs/71690 doc [patch] inaccurate information in systat(1) manpage o kern/71711 dwmalone [bpf] [patch] generate a single bpf timestamp for each 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 bin/71801 [patch] Add ncurses utility programs: infocmp, tic and s bin/71855 [patch] making kdump WARNS=6 clean o conf/71994 [patch] dot.login: login shell may unnecessarily print f ports/72067 obrien [PATCH] editors/vim: i18n and extra support o conf/72076 [patch] German locales use old %d.%m.%y date format in o bin/72124 [patch] rm -P can't unlink u-w files o i386/72179 i386 [acpi] [patch] Inconsistent apm(8) output regarding th o kern/72217 [netinet6] [patch] Bug in calculation of the parameter o conf/72277 [patch] update for /usr/share/skel o kern/72352 [puc] [patch] Support for VScom PCI-100L is missing fr o kern/72433 [amr] [patch] AMR raid, amrreg.h struct amr_enquery3 a o conf/72465 [patch] United States International keyboard layout fo p conf/72505 brian [patch] Fix rc.d/ppp-user to make use of rc.subr o kern/72585 [syscons] [patch] iso05-8x16.fnt lacks letter q o bin/72588 [patch] iostat(8) tty stats field concatenation o kern/72659 jeff [sched_ule] [patch] little bug in sched_ule interactiv o bin/72674 [patch] make /usr/bin/whois use SK-NIC's whois server o usb/72732 usb [patch] Kyocera 7135 quirk. o bin/72793 [patch] wicontrol(8) prints out non-printable chars in o conf/72901 [patch]: dot.profile: prevent printing when doing an s f kern/72933 yar [netgraph] [patch] promisc mode on vlan interface does a conf/72978 [patch] add danish syscons keymap with accents o sparc/72998 sparc64 [kernel] [patch] set_mcontext() change syscalls parame p bin/73110 rwatson [patch] ffsinfo conversion from atol() to strtol() p bin/73112 rwatson [patch] change atol() to strtol() in badsect o kern/73276 ipfw [ipfw] [patch] ipfw2 vulnerability (parser error) o bin/73411 [patch] FTPD could set attributes to 0600 while upload o kern/73514 [ntfs] [patch] mount_ntfs: can't access to a large fil o docs/73583 doc [patch] add missing instructions to ndis(4) o conf/73677 rc [patch] add support for powernow states to power_profi o kern/73777 emulation [linux] [patch] linux emulation: root dir special hand o i386/73921 i386 [sysctl] [patch] sysctlbyname for machdep.tsc_freq doe o conf/73929 dougb [patch] /etc/rc.d/named will not work with ports-named o conf/74004 [PATCH] add fam support to inetd.conf o conf/74006 dougb [PATCH] /etc/rc.d/named minor fixes o kern/74159 [headers] [patch] fix warnings concerned with header f o bin/74178 [patch] grdc(6) - scrolling does not work and "AM"/"PM o conf/74213 [PATCH] Connect src/etc/periodic/security/610.ipf6deni o i386/74327 i386 [pmap] [patch] mlock() causes physical memory leakage o bin/74360 [patch] ndiscvt(8) generates a driver which doesn't ma o bin/74450 [libalias] [patch] enable libalias/natd to create skip o i386/74454 i386 [bsd.cpu.mk] [patch] Adding VIA Eden family o docs/74477 doc [patch] Correct several links in the contributing arti o kern/74498 [pccard] [patch] new CIS id for Intersil WiFi, pccard o bin/74506 [patch] bad top command display o kern/74549 [modules] [patch] Allow third party KLDs (eg ports) to o bin/74567 [2TB] [patch] du doesn't handle sizes >1TB o usb/74609 usb [usb] [patch] allowing cdma modems to work at full spe o docs/74612 doc [patch] updates to the glossary o bin/74743 [patch] wctype.c declares static array on stack o kern/74786 [irq] [patch] Smartlink Modem causes interrupt storm o o conf/74817 rc [patch] network.subr: fixed automatic configuration of o usb/74849 usb [usb] [patch] Samsung SPH-i500 does not attach properl o usb/74880 usb [usb] [patch] Samsung N400 cellphone/acm fails to atac o ports/74907 apache [PATCH] www/mod_perl: cleanups s kern/74986 glebius [patch] sysctlize a parameter of if_em's interrupt mod o kern/75132 jhb [puc] [patch] add support for the Davicom 56PDV PCI Mo o kern/75254 [wi] [patch] PRISM3-based adapter ZCOM XI330 doesn't w o kern/75298 [pccard] [patch] add missing device id for pccard brid o ports/75464 portmgr [patch] bsd.port.mk install default configuration file o conf/75502 [patch] Fix LC_NUMERIC and LC_MONETARY for de_CH local o docs/75545 trhodes [patch] typos in man3 manual pages, form_field_opts.3, o docs/75577 doc [patch] typos in man3 manual pages, login_class.3, log o kern/75764 [umass] [patch] "umass0: Phase Error" - no device for o bin/75766 [patch] nfsd(8) loops with TCP + multiple -h options o kern/75934 [libcrypt] [patch] missing blowfish functionality in p o kern/76081 [rl] [patch] Add support for CardBUS NIC FNW3603TX o conf/76124 [patch] Mistake in /usr/share/misc/pci_vendors o gnu/76169 [patch] Add PAM support to cvs pserver o docs/76333 doc [patch] ferror(3): EOF indicator can be cleared by not o bin/76494 [patch] passwd(1) does not indicate a successful chang o conf/76509 [patch] New locale uk_UA.CP1251 support o docs/76515 doc [patch] misleading use of make -j flag in handbook s kern/76520 [libiconv] [patch] Add new kernel-side libiconv conver o kern/76539 [dummynet] [patch] ipnat + dummynet on output on same o kern/76551 [re] [patch] re0: watchdog timeout o conf/76626 [patch] 460.status-mail-rejects shows destination doma o kern/76678 rwatson [libpam] [patch] Allow pam_krb5 to authenticate no loc o kern/76710 [mii] [patch] rgephy does not deal with status properl o ports/76915 portmgr [patch] Handle port deinstall scripts when /var is mou o bin/77031 [patch] comm(1) unable to handle lines greater than LI o docs/77087 doc [patch] the bootvinum script given in the vinum articl o conf/77197 [patch] calendar.judaic is out of date o kern/77355 [i386] [patch] Detect i*86 subarches for uname o kern/77841 [libc] [patch] cast away const in getpublickey() f ports/77873 portmgr [patch] New variable: USE_BSD_MK o ports/77876 portmgr [patch] Ensure uniqueness of (DOCS|EXAMPLES|DATA)DIR o kern/77913 [wi] [patch] Add the APDL-325 WLAN pccard to wi(4) o docs/78041 doc [patch] docs for md(4) need further explanation of typ o kern/78072 [lge] [patch] Potential memory leak in lge(4) o kern/78114 phk [geom] [patch] Solaris/x86 label structures for GEOM ( o docs/78138 doc [patch] Error in pre-installation section of installat o bin/78170 [patch] Fix signal handler in bootpd a docs/78174 markus [patch] Update for Bluetooth-related manpages o docs/78240 doc [patch] handbook: replace with aroun o ports/78490 portmgr [patch] bsd.port.mk: add PORTEXAMPLES and PORTDATA o ports/78554 portmgr [patch] bsd.port.mk: allow install port with the same o kern/78646 [libmap] [patch] libmap should canonicalize pathnames o kern/78673 cel [nfs] [patch] nfs client open resets attrstamp ever if o kern/78756 [libc] [patch] src/lib/libc/nls/fr_FR.ISO8859-1.msg fo o kern/78758 sos [ata] [patch] Add support for re-sizing ATA disks a ports/78760 lioux [PATCH] multimedia/kmplayer: Make TV viewing a bit mor o bin/78763 pjd [PATCH] Added jail support to ps o bin/78768 pjd [Patch] Added jail support to top o bin/78785 ipfw [ipfw] [patch] ipfw verbosity locks machine if /etc/rc o kern/78884 cel [nfs] [patch] nfs client cache negative lookups o conf/78906 rc [patch] Allow mixer_enable="NO" in rc.conf o i386/79091 i386 [i386] [patch] Small optimization for i386/support.s p kern/79139 rodrigc [pci] [patch] Support for more PCIe chipsets o conf/79196 rc [PATCH] configurable dummynet loading from /etc/rc.co o bin/79228 [patch] extend /sbin/arp to be able to create blackhol o kern/79266 [pci] [patch] RELENG_4 pci CONF1_ENABLE_MSK depend MFC o ports/79398 portmgr [patch] bsd.port.mk: add USE_MAKESELF knob o bin/79607 obrien grok and default to bzip2-compressed manual pages [pat o ports/79651 clement [patch] mail/ssmtp: add per-user smtp authentication c o usb/79725 usb [usb] [patch] USB device speed is not double-checked o threa/79887 threads [patch] freopen() isn't thread-safe o usb/79893 usb [umass] [patch] new usbdevs/umass quirks derived from o usb/80010 usb [aue] [patch] add support for the AEI USB to LAN adapt o kern/80031 [coda] [patch] Remove insque/remque from kernel land o kern/80048 [aac] [patch] support for HP ML110 G2 SATA RAID Contro o bin/80117 qa [sysinstall] [patch] smbfs install option for sysinsta o docs/80159 doc [patch] rtld(1) mentions "%m" but it's not implemented o docs/80186 imp [patch] Footnote is wrong in the /usr/src/UPDATING o bin/80258 [PATCH] Comment why some Binaries are statically linke o kern/80269 [libtacplus] [patch] libtacplus tac_get_av_value will o bin/80411 [patch] df(1): bin/df/df.c sign errors in calls to get o conf/80504 [patch] de_DE.ISO8859-1 libc message catalog f bin/80610 [patch] netstat(1): lost data due lu format o bin/80620 des [patch] fetch -U does not work o kern/80642 ipfw [ipfw] [patch] ipfw small patch - new RULE OPTION o bin/80687 [patch] Missing NULL termination after strncpy() in lo o bin/80732 [PATCH]: getty(8) and telnetd(8) ignore the 'if' optio o kern/80844 [psm] [patch] Increase compatibility of psm driver wit o bin/81035 [patch] boot0cfg emits bogus error o conf/81042 pf [pf] [patch] /etc/pf.os doesn't match FreeBSD 5.3->5.4 o ports/81070 ale [PATCH] www/php-screw: randomize CRYPTKEY o usb/81073 usb [umass] [patch] fix umass NO_GETMAXLUN quirk o bin/81230 rodrigc [patch] mountd does not ignore SIGPIPE o stand/81287 standards [PATCH]: fingerd(8) might send a line not ending in CR o bin/81300 [PATCH] add option to sockstat(1) to always separate o i386/81358 i386 [geode] [patch] add PC Engines WRAP support o threa/81534 threads [libc_r] [patch] libc_r close() will fail on any fd ty o kern/81588 phk [kernel] [patch] Devices with SI_CHEAPCLONE flag don't o bin/81692 [patch] atacontrol(8) support for disk APM and acousti o bin/81709 [patch] lam accepts -P but not -p o kern/81803 [ichsmb] [patch] Unsupported ICH6 SMBus controller on o bin/81837 [patch] Sort by directories first option for ls(1) p bin/81874 [patch] TCP mode in systat overwrites load average o kern/81987 [libc] [patch] memory leaks in libc/rpc o bin/81989 [patch] mount_msdosfs(8): when a mask, but no dirmask o bin/82058 markm [PATCH] Ability for pw groupmod to delete members o bin/82161 [patch] m4's eval does not handle INT_MIN correctly o bin/82170 [patch] m4's eval does not work as documented o bin/82185 [patch] ndp(8) command bug p kern/82189 ru [netgraph] [patch] ng_fec interface - problems with co o conf/82228 roberto [patch] order parsed ntpdate_hosts in /etc/rc.d/ntpdat o bin/82287 [patch] routed(8): Fix varargs usage, remove non-exist o docs/82290 hmp [patch] update to handbook firewall PF section o gnu/82351 [patch] update (385-cl3) to version 385 of the "less" o usb/82436 usb [patch] USL101 Host-to-Host bridge support on FreeBSD o gnu/82484 [patch] for misleading man cvs f ports/82661 portmgr [patch] Add support to filter MASTER_SITES and PATCH_S o kern/82724 ipfw [ipfw] [patch] Add setnexthop and defaultroute feature o docs/82779 doc [patch] Kill entry for ddb manpage o conf/82823 [patch] little addon for /etc/periodic/400.passwdless o kern/82882 yar [patch] ip_mroute abends kernel when interface detache o bin/83170 [patch] Allow 'install' to compare files by mtime inst o bin/83358 [patch] improper handling of malloc failures within re o bin/83361 [patch] Incorrect malloc failures handling within libd o www/83397 ceri [patch] Improvement to the GNATS webinterface o bin/83424 [patch] improper handling of malloc failures within li o bin/83451 [patch] improper handling of malloc failures within li o docs/83621 doc [patch]: Minor omissions in /usr/src/UPDATING o kern/83622 [patch] add network interfaces labeling support o kern/83697 [snd_mss] [patch] support, docs added for full-duplex, o kern/83778 [kame] [patch] JPv6 cannot use Jumbo Frames o kern/83807 [sis] [patch] if_sis: Wake On Lan support for FreeBSD o stand/83845 standards [libm] [patch] add log2() and log2f() support for libm o bin/84041 [PATCH] fix for wall(1) error message p docs/84101 doc [patch] mt(1) manpage has erroneous synopsis, etc. o kern/84215 [jail] [patch] wildcard ip (INADDR_ANY) should not bin o kern/84219 [ncurses] [patch] ncurses.h wchar_t confliction o docs/84265 doc [patch] chmod(1) manpage omits implication of setting p docs/84266 doc [patch] security(8) manpage should have init(8)'s list o docs/84267 doc [patch] chflags(1) manual doesn't say it's affected by o docs/84271 ceri [patch] compress(1) doesn't warn about nasty link hand o bin/84298 [patch] allow mount(8) to recognize relative pathnames o docs/84408 doc [patch] dump(8) manpage doesn't require an option and f ports/84448 portmgr [patch] bsd.port.mk: Add "make test" to ports o docs/84467 doc [patch] bsdlabel(8) manpage uses archaic "pack" in "ap s docs/84519 doc [patch] mdoc(7) manpage needs more about AUTHORS o docs/84549 doc [patch] errno(2) manpage uses "<...>" for "(..)" o conf/84581 [patch] Teach config(8) to look for kernel configurati o bin/84634 fjoe [geom] [patch] new utility to control GEOM uzip class o docs/84670 doc [patch] tput(1) manpage missing ENVIRONMENT section wi f ports/84718 girgen [PATCH] databases/postgresql74-server: Add option from o conf/84752 [patch] 100.clean-disks cleans file systems that don't o docs/84764 doc [patch] hosts.equiv(5) manpage should SEE ALSO netgrou o kern/84797 [libutil] [patch] State engine in the libutils propert o conf/84800 obrien [patch] setting CPUTYPE=nocona on an Intel system resu o docs/84849 doc [patch] fdisk(8) manpage doesn't warn fdisk doesn't re o bin/84911 [patch] ndisgen(8) can't cope with .sys-files that beg o docs/84955 doc [patch] mdoc(7) manpage should mention missing documen o docs/84956 doc [patch] intro(5) manpage doesn't mention API coverage o kern/84981 [headers] [patch] header protection for 6.0 winTV card not pr o ports/89670 ade [patch] Automake 1.9 not detecting cppunit o docs/89747 doc [PATCH] faq: s/kbd0/ukbd0/ when USB keyboard is connec 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 conf/89860 matteo [patch] Add ability to set up vnode backed filesystems o conf/89870 rc [patch] feature request to make netif verbose rc.conf o bin/89988 [patch] bootparamd(8) null host support and whoami fix o bin/89989 [patch] Add option to /usr/sbin/jail: -I (ASCII 73) PI o kern/90012 scottl [ips] [patch] IBM/Adaptec ServeRAID 7x support s kern/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 o kern/90155 [netinet] [patch] use sysctl(8) to control hardware ch a conf/90163 dougb [patch] Easily launch non-forking daemons like logsurf o kern/90181 [NOTES] [patch] IPSEC_FILTERGIF documentation is incom o bin/90311 [patch] add "eject" to mt(1) o bin/90384 [patch] chroot patch for sftp-server(8) o bin/90415 [patch] Add -Z (no newfs) to mount_mfs(8). Use with e o ports/90436 portmgr [patch] Add a way to handle configuration files to bsd o kern/90521 [udf] [patch] UDF driver might calculate a wrong descr o bin/90680 [patch] make(1) thinks "^.for.o:" is a directive (".fo o bin/90687 [patch] side effect of -delete option of find(1) o bin/90823 [PATCH] cp(1) should use lchflags() o kern/90990 [PATCH] ncurses doesn't compile with --enable-widec o kern/91010 daichi [unionfs] [patch] new source code and some changes o bin/91034 [patch] minor fix to iostat(8) so that columns line up o bin/91049 [patch] dump(8): make dumps more rsync-friendly o bin/91101 [patch] /usr/src/usr.bin/whereis/whereis.c o bin/91134 [smbfs] [patch] Preserve access and modification time o kern/91293 emulation [svr4] [patch] *Experimental* Update to the SVR4 emula o bin/91299 yar [patch] add ftpd(8) SITE SHA256 command o kern/91332 [patch] Linksys EG1032 V3.0 Gigabit card captured by s o kern/91347 rodrigc [pci] [patch] Add another PCI-e chipset for extended c p kern/91412 andre [netinet] [patch] Problem with PMTU Discovery / DF / I o kern/91414 emaste [kernel] [patch] Polling for devices other than NICs p docs/91448 keramida [patch] fdc(4) man page refers to non-existing device o kern/91476 [fdc] [patch] floppy drive doesn't work in MS Virtual o kern/91488 [isofs] [patch] cd9660 filesystem cannot handle files o kern/91502 sos [ata] [patch] ICH7 - finds only 2 out of 4 drives p docs/91518 trhodes [patch] Update handbook section "Rebuilding 'world'" i o usb/91546 usb [umodem] [patch] Nokia 6630 mobile phone does not work f kern/91777 darrenr [ipfilter] [patch] wrong behaviour with skip rule insi o ports/91843 anders [patch] thttpd with USE_SENDFILE generates ENOTCONN no p kern/91851 andre [netinet] [patch] cannot collect multicast upcall mess o i386/91871 i386 [boot1] [patch] boot1: jump to 0xf000:0xfff0 instead o p bin/91973 des [libfetch] [patch] relax fetch(1) reaction on a MODE c o ports/92123 portmgr [patch] bsd.port.mk: PLIST_SUBX and SUBX_LIST autoexpa f ports/92133 [PATCH] comms/spandsp: 0.0.2p22 fixes various bugs. o usb/92306 usb [quirk] [patch] Support for iRiver U10 USB media playe o kern/92323 [iwi] [patch] XI330_IEEE missing from if_wi_pccard.c o stand/92360 standards [headers] [patch] Missing TAB3 in kernel headers o stand/92362 standards [headers] [patch] Missing SIGPOLL in kernel headers o bin/92395 [patch] truss(1) does not work properly, procfs looks o bin/92412 [patch] rup(1): rpc.rstatd reports bogus packets/per/s o ports/92434 portmgr [patch] Mk/bsd.port.mk automatic show pkg-message p usb/92462 usb [patch] Add support for Epson CX3500/3600/3650 scanner o conf/92523 rc [patch] allow rc scripts to kill process after a timeo o conf/92541 [PATCH] add ca_AD, ca_FR and ca_IT locales f ports/92548 ahze [PATCH] textproc/p5-xmltv: Fix 'bad makefile line' err f ports/92688 portmgr [PATCH] bsd.port.mk: add check to USE_DOS2UNIX o kern/92880 [libc] [patch] almost rewritten inet_network(3) functi o kern/92926 [headers] [patch] Missing copyright in /usr/include/sy s www/92973 www [patch] mailto.sgml o gnu/93127 [PATCH] add __FreeBSD_kernel__ to pre-defines o kern/93172 [isp] [patch] uintXX_t style(9) updates f ports/93216 lawrance [PATCH] finance/gnucash-devel: Add development release p ports/93276 secteam [patch] security/ca-roots: Update expired certs f bin/93309 [PATCH] rpc.rquotad: group quota support over NFS o bin/93310 des [libpam] [patch] pam_unix ignores 'passwordtime' from o kern/93331 [kernel] [patch] broken asm in kernel o misc/93341 phk [patch] make more flexibitily for NanoBSD customizatio o kern/93368 sos [ata] [patch] ATA_SMART command is missing o kern/93369 [ata] [patch] Fix failed detection of Nvidia NForce2 c o kern/93393 imp [ed] [patch] Add Micro Research PCMCIA LAN Adapter MR1 o kern/93414 scottl [aac] [patch] compilation problem in aac_ioctl header o bin/93473 des [patch] Let pam_unix(8) use "passwordtime" from login. o usb/93484 usb [umass] [patch] QUIRK: Toshiba TransMemory USB Memorys o ports/93560 roam [PATCH] dns/djbdns-ipv6: Update IPv6 patches o docs/93590 doc [patch] pf.conf's man page mentions route labels, but o misc/93661 [patch] loader(8): prevent *.4th files and friends fro o docs/93683 jcamou [PATCH] some typos in klist(1) o ports/93687 portmgr [PATCH] Split bsd.port.pre.mk - allow OPTIONS to be pr o kern/93705 standards [headers] [patch] ENODATA and EGREGIOUS (for glibc com o kern/93755 [kernel] [patch] 2 copy'n'paste-os in sys/vm/phys_page o conf/93815 rc [patch] Adds in the ability to save ipfw rules to rc.d o misc/93838 [patch] Add notice to /usr/src/Makefile that make worl o bin/93857 [patch] kiconv_cs_preload(8): Utility for loading the o kern/93860 [msdosfs] [patch] sectors-per-track limit of MSDOSFS t o usb/93872 usb [patch] SCSI quirk required for ELTA 8061 OL USB memor p kern/93897 emax [if_tap] [patch] if_tap doesn't handle kqueue(2) o bin/93915 krion [patch] pkg_add(1) behaves improperly when unpacking o f kern/93976 rwatson [if_tun] [patch] if_tun doesn't handle kqueue(2) f bin/94032 krion [patch] Enhancement to pkg_add(1) to add -4 flag to fo f ports/94043 ade [patch] bsd.autotools.mk: aclocal can't find libtool m o bin/94052 [PATCH]: Adds option to script(1) to suppress carriage o kern/94082 [re] [patch] USR 997902 Gig-Ethernet card not recogniz f ports/94138 portmgr [patch] Mk/bsd.gcc.mk, Mk/bsd.port.mk: CPUTYPE cause b o bin/94154 [sysinstall] [patch] add release and architecture to t o ports/94167 x11 [patch] x11/xorg-clients: install xdm/Xstartup and /Xr o kern/94273 gnn [netipsec] [patch] IPIP decapsulation problem in FAST_ o usb/94311 usb [ugen][PATCH] allow interrupt IN transactions to be af o bin/94367 [patch] wall(1): fix `wall: /dev/:0: No such file or d o kern/94369 [bktr] [patch] Patch to support Leadtek WinFast Tv2000 o bin/94409 qa [sysinstall] [patch] add geom.debugflags-note to diskl o www/94423 danger [patch] XML'ified release todo list o usb/94439 usb [patch] Add support for JNC MP3 Player o kern/94480 [kernel] [patch] bread(3) & bwrite(3) can crash under o kern/94519 [libc] [patch] Add UF_HIDDEN file flag; map it to Wind o bin/94546 [PATCH] Make telnet(1) accept 'host:port' on command l p bin/94577 emax [bluetooth] [patch] Wrong mouse button mapping in bthi o docs/94625 doc [patch] growfs man page -- document "panic: not enough f ports/94680 portmgr [patch] bsd.port.mk - introduce ONLY_FOR_OSVERSION as o ports/94690 ume [PATCH] Daemons in /usr/local/etc/rc.d/ must do "setss o kern/94830 cel [nfs] [patch] mount_nfs causes a fatal trap 18 if the o usb/94946 usb [uhub][patch] code dynamic status size for status chan f docs/94969 ale [patch] correct information about install php or mod_p o kern/94992 pf [pf] [patch] pfctl complains about ALTQ missing o kern/95031 [netinet] [patch] routing table doesn't update corectl o docs/95039 doc [patch] small cosmetic syslog.conf(5) fix p docs/95059 ceri [patch] Incorrect example in wordexp(3) manpage o bin/95079 [patch] apply(1) dies when there are two %1 in command o bin/95082 [patch] ping(1) won't handle large preload patterns o ports/95085 portmgr [PATCH]: bsd.port.mk: Add knob to allow for mutually e o ports/95097 ume [patch] to build security/cyrus-sasl2 with gcc4 o ports/95102 ume [PATCH] security/cyrus-sasl2 - change authdaemond_path o bin/95146 ipfw [ipfw][patch]ipfw -p option handler is bogus o conf/95162 rc [patch] Missing feature in rc.subr o kern/95239 [patch] nftw(3) returns EINVAL for large values of max o kern/95391 [bfe] [patch] minor if_bfe error o bin/95550 [patch] ntpd(8): NTPD/ntpdate complain about IPv6 inte p usb/95616 usb [patch] Add support for USB Acer 640BT scanner p kern/95625 jhb [PATCH] Bug in cdboot's ISO9660 file name matching o bin/95698 philip [patch] moused(8): Software control of sysmouse p bin/95715 [patch] random(6) busy loop under some conditions o conf/95754 [patch] Portuguese timedef s ports/95759 portmgr [patch] bsd.port.mk parallel port builds broken a ports/95788 danfe [PATCH] audio/soundtouch: update to 1.3.1 o misc/95792 [patch] environment variable EDITOR is set wrong in fi o conf/95905 brooks [PATCH] /etc/rc.d/dhclient doesn't interact well with o kern/95957 gnn [netinet6] [patch] missing check for failed memory all o bin/96128 [PATCH] Make aicasm WARNS=6 clean o kern/96133 scsi [scsi] [patch] add scsi quirk for joyfly 128mb flash u o ports/96147 tegge [patch] devel/linuxthreads uses pre-install instead of o stand/96236 standards [PATCH] [POSIX] sed.1 incorrectly describes a function p kern/96326 [libdisk] [patch] update to id -> partition name trans p bin/96335 delphij [libutil] [patch] ignored NO_INET6 knob o conf/96343 rc [patch] rc.d order change to start inet6 before pf o kern/96346 [modules] [patch] disable build of modules that are al o usb/96381 usb [patch] add a quirk table entry for a flash ram usb st o kern/96429 [kernel] [patch] kern_linker.c hardcodes "/boot/kernel o ports/96436 x11 [patch] x11/xorg-clients: logging on xdm with pam_krb o bin/96540 [patch] catman(1) does not deal correctly with hard-li o usb/96546 usb [usb] [patch] Add support (quirk) for EasyMP3 EM732X U o usb/96599 usb [patch] [usb] Sony Handycam DCR-HC32E memory stick slo f kern/96743 yongari [sk] [patch] broken 32-bit register operations o conf/96746 [nanobsd] [patch] Configuration changes and README for o bin/96854 imp [patch] devd(8) parses events incorrectly in some case f ports/96891 [patch] port dns/powerdns does not have option for com o usb/96901 usb [patch] Add support for X-Micro Flash Disk o kern/96974 obrien [patch] to build FreeBSD kernel with binutils 2.16.92 o kern/96999 [procfs] [patch] procfs reports incorrect information o kern/97000 [kernel] [patch] bogus "All threads purged from ugen0. o bin/97002 [patch] crond(8) fails quietly if /usr/sbin/sendmail i p kern/97063 obrien [nve] [patch] Added DEFINE to if_nve.c/if_nvereg.h to o kern/97071 [jail] [patch] add security.jail.jid sysctl o bin/97083 [patch] passwd(1) does not support _PWF_HESIOD o kern/97153 [patch] When -NO_KERBEROS is set, libcom_err still get o bin/97198 [patch] powerd(8) unable to reduce CPU frequency o kern/97228 sos [ata] [patch] Support new ATA ICH7 controller o docs/97231 doc [patch] ndis(4) man page outdated o www/97233 www [patch] Change the "Report a Bug" link on the home pag o www/97234 www [patch] Re-order links in bugreports.html o ports/97253 lioux [PATCH] multimedia/ogle: portlint(1) fixes o conf/97311 rc [patch] /etc/rc.d/ipfilter reload can load bad files o kern/97329 matteo [nfs] [patch] code simplification o docs/97375 doc [PATCH] remove nonexistent man page reference o kern/97377 [ntfs] [patch] syntax cleanup for ntfs_ihash.c o kern/97381 [fdc] [patch] Patch to add zero-sector and spanned-sid f ports/97406 portmgr [PATCH] bsd.port.mk: ghostscript port detection refact o bin/97467 [patch] ftpd(8) has no way to specify socket buffer si o usb/97472 usb [patch] add support for Olympus C150,D390 a ports/97579 delphij [patch] ports mail/spamd to reflect the public hostnam o kern/97624 sos [ata] [patch] enable SATA RAID on ASUS N4L-VM DH (ICH7 o ports/97653 sergei [patch] databases/puredb p conf/97697 matteo [PATCH] rc.conf - jail__exec_afterstart[0..n] o ports/97714 aaron [patch]lang/harbour o ports/97724 lioux [patch]multimedia/libdivxdecore-devel/ f ports/97725 mi [patch]graphics/libfpx o ports/97729 lioux [patch] multimedia/ldvd o ports/97730 lioux [patch]multimedia/libdivxdecore o ports/97745 lioux [patch]net-p2p/mldonkey-sancho o ports/97746 lioux [patch]mldonkey-serverspy o ports/97750 lev [patch]games/xwelltris o ports/97767 girgen [PATCH] Some improvements over postgresql81-server o kern/97786 [udf] [patch] fs/udf: incorrect timestamps o ports/97794 sergei [patch] sysutils/installwatch f ports/97802 lawrance [patch] sysutils/rename o ports/97941 ijliao [PATCH] databases/dbh: update to 4.5.0 o usb/97948 usb [patch] CMOTECH CDMA USB modem support o ports/97955 shaun [PATCH] news/inn-stable: update to 2.4.4-stable o kern/98015 [bfe] [patch] bfe(4): double free in error handling pa o bin/98134 [patch] fwcontrol(8): MPEG2-TS/HDV support for fwcontr o ports/98283 mharo [patch] security/sudo: fix `OME' instead of `$HOME' in f docs/98344 linimon [patch] An update of the article "Choosing the FreeBSD f ports/98364 [PATCH] net-mgmt/nagios-plugins: add several contrib c o usb/98385 usb [patch] add support for libretto DVD Dock device to um o ports/98458 jylefort [PATCH] games/xpilot-ng-server: update to 4.7.2 o kern/98460 [kernel] [patch] fpu_clean_state() cannot be disabled o kern/98477 [isofs] [patch] For big size of file of cd9660 o bin/98489 matteo [patch] usr.bin/top to display jail id f ports/98509 gnome [patch] multimedia/totem, multimedia/totem-gstreamer: f ports/98572 sat [PATCH] mail/linux-thunderbird: Disable auto-update f conf/98603 flz [PATCH] /etc/rc.d/ramdisk + ramdisk-own replacement o ports/98613 eclipse [PATCH] java/eclipse: Problem with org.eclipse.platfor o ports/98614 knu [PATCH] Port databases/ruby-bdb does not build when mo o kern/98618 [libexpat] [patch] src/lib/libexpat is setup for small f ports/98639 [PATCH] japanese/ja-edict-utf-8: update to 20060608, u o bin/98693 [patch] top(1): Reduce NIS server loading a ports/98709 itetcu [PATCH] mail/dspam - ClamAV not supported when WITHOUT 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 docs/98801 doc [patch] gmirror(8) and glabel(8) manpages should menti o bin/98805 [new feature] [patch] ddate(1) for BSD o conf/98815 [PATCH] Add euro symbol to pt_PT locale using other en o bin/98860 [patch] mount_mfs(8): allow create md without softupda o kern/98898 [pci] [patch] fix random sound problems in fm801 f ports/98909 portmgr [PATCH] bsd.port.mk: Extend DISTVERSION->PORTVERSION a o i386/98932 i386 [i386] [patch] Kernel compilation failed on specific P o ports/98946 dougb [patch] xscreensaver and PAM support o docs/99007 doc [patch] misleading nat configuration info o kern/99017 sos [ata] [patch] FreeBSD versions above 5.3 panic if atap o kern/99068 [linux] [patch] Linux emulator crashed by java, when c f ports/99091 linimon [PATCH] net/delegate: update to 9.2.2 o ports/99169 tobez [PATCH] www/p5-Jifty: update to 0.60616 o gnu/99173 [PATCH] replace gnu patch with a bsd-licensed one. o kern/99183 [PATCH] Gvinum stylefix o kern/99186 [PATCH] Gvinum dumpconfig/setstate/stop implementation o kern/99216 [bfe] [patch] make bfe(4) always detect LINK_DOWN even o bin/99217 [patch] pam_ssh(8) waits for a wrong ssh-agent PID at o ports/99302 jdp [patch] net/cvsup options o bin/99307 [patch] mount_nfs(8) incompatible with zVM VMNFS 3A0 o conf/99328 [patch] updates for src/share/examples/cvsup o conf/99444 rc [patch] Enhancement: rc.subr could easily support star o conf/99490 [patch] calendar reports error with calendar.australia o kern/99500 glebius [netgraph] [patch] netgraph doesn't honor the monitor o ports/99505 tobez [PATCH] dns/p5-Net-Domain-TLD: unbreak under old perl o ports/99509 portmgr [PATCH][bsd.port.mk] move USE_OPENSSL to post section o bin/99534 emaste [patch] dhclient(8) Classless Static Routes support o bin/99566 [jail] [patch] fstat(1) according to specified jid o conf/99593 [patch] Add IANA HP I/O and Status ports to /etc/servi o conf/99595 rc [PATCH] /etc/rc.d/dhclient doesn't interact well with o ports/99615 brooks [PATCH] sysutils/sge: Fix bsd.java.mk including o misc/99627 [PATCH] make update & CVSROOT o docs/99631 doc [patch] document jid option in top(1) o docs/99640 doc [patch] Replace ${JADEFLAGS} with the corresponding va o ports/99655 lioux [PATCH] net/jsch: update to 0.1.28 o kern/99663 [ichsmb] [patch] add ICH6 support o ports/99670 markm [PATCH] math/jacal: update to 1b6 f ports/99671 rafan [PATCH] www/p5-Apache-Clean: update to 2.00 o kern/99692 [patch] A pl_PL.dvorak keymap for syscons. o docs/99715 doc [patch] add exception to 6.5 Using perl 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 docs/99768 doc [patch] Handbook 25.9 make_smbpasswd is useless to map o bin/99800 [libc] [patch] Add support for profiling multiple exec o bin/99807 peter [PATCH] update ncurses in base to 5.5 o kern/99826 [libc] [patch] setenv(3)/unsetenv(3) leak memory o docs/99845 doc [patch] First introduce porttools to Porter's Handbook o ports/99865 tobez [PATCH] textproc/p5-YAML: update to 0.62 o bin/99896 gad [patch] lpr -r flag has no effect o stand/99926 standards [Patch] [sh(1)'s jobs] POSIX compliancy by adding -p s o stand/99960 standards [Patch] [make] Add -p flag o bin/99985 [patch] make(1) crashes with invalid continuation line o stand/100017 standards [Patch] Add fuser(1) functionality to fstat(1) f ports/100042 aaron [PATCH] lang/tolua++: update to 1.0.92 o ports/100088 seanc [patch] allow devel/tla to compile on 4.x o i386/100142 i386 [pci] [patch] /dev/smb0 device not available on system o ports/100259 clement [Patch] Allow www/apache22 to use db44 o misc/100322 [tools] [patch] kerninclude.sh doesn't dump object nam f ports/100330 [patch] Make it possible to build math/octave w/o math o bin/100424 [patch] ssh(1): SSH option BindAddress is ignored by o f ports/100493 miwi [PATCH] devel/rubygem-rake: install man as appropriate o bin/100496 [patch] Fix to get rid of the telnet(1) to cisco probl f ports/100497 portmgr [PATCH] add include to support EFL-related ports o ports/100504 skv [PATCH] databases/p5-Class-DBI: Reduce dependencies o bin/100535 [patch] cal(1) and ncal(1) do not take into account mu o docs/100538 doc [PATCH] en_US: Correct handbook/install (update the bo o ports/100556 portmgr [patch] bsd.port.mk - proper using of ECHO_CMD and ECH o bin/100585 [patch] top(1): top -s0 causes load excessive o ports/100614 sergei [PATCH] shells/zsh: Acroread completion o conf/100616 [patch] syslog.conf: lines after exclamation point ign s ports/100657 tobez [PATCH] textproc/p5-YAML-Syck: update to 0.63 o ports/100682 obrien [PATCH] emulators/psim-freebsd: update to 6.5 o bin/100684 [patch] pw(8): 'pw groupadd' does not accept -o, contr o bin/100732 [patch] make dump(8) utility take modulo 10 of request o bin/100765 [patch] natd(8): add support for kqueue in natd o conf/100782 [kbd] [patch] Default keymap to support ALT+Left, ALT+ o ports/100870 lioux [PATCH] multimedia/ogle-gui: fix pkg-plist o ports/100877 novel [PATCH] www/bins: fix pkg-plist f ports/100899 [PATCH] news/nn: update to 6.7.3 o ports/100915 portmgr [PATCH] Mk/bsd.port.mk: export rc.subr script suffix o bin/100921 [tftpd] [patch] libexec/tftpd: `-w' non-traditional ac o ports/100939 portmgr [patch] bsd.port.mk - add basic infrastructure support o bin/100956 [patch] support setting carp device state with ifconfi o usb/100957 usb [usb] [patch] usbdevs entry and uscanner.c addition fo p kern/100958 anholt [agp] [patch] ATI AGP IGP 345M support o ports/100965 perky [PATCH] lang/io: fix pkg-plist, fix file permissions o ports/101025 tobez [PATCH] mail/p5-Email-Send: update to 2.17 o ports/101029 portmgr [PATCH] bsd.port.mk: add bsd.ocaml.mk to support OCaml o ports/101041 seanc [PATCH] devel/tla: update to 1.3.5 o usb/101043 usb [usbdevs] [patch] Add vendor "Sony Ericsson Mobile Com o kern/101045 [arcmsr] [patch] Updates to arcmsr(4) o ports/101078 obrien [PATCH] update editors/hexedit to 1.2.12 o ports/101101 tobez [PATCH] devel/p5-Algorithm-Diff: update to 1.1902 o ports/101142 tobez [PATCH] devel/p5-Algorithm-Diff: update to 1.1902 o conf/101154 [patch] proper capitalization of Danish weekday- and m o ports/101161 stephane [PATCH] devel/ocaml-findlib: update to 1.1.2 o kern/101162 glebius [netgraph] [patch] ng_netflow 802.11Q VLAN Tag support f ports/101174 clsung [PATCH] sysutils/pear-Log: update to 1.9.8 f ports/101183 clsung [PATCH] security/pear-Auth: update to 1.3.0 f ports/101184 clsung [PATCH] security/pear-Auth_SASL: update to 1.0.2, take f ports/101185 clsung [PATCH] net/pear-Net_SMTP: update to 1.2.8 f ports/101187 clsung [PATCH] net/pear-Net_Ping: update to 2.4.1 f ports/101199 clsung [PATCH] textproc/pear-Numbers_Words: update to 0.15.0 o ports/101202 stephane [PATCH] www/ocaml-net: update to 1.1.2 o kern/101228 embedded [nanobsd] [patch] Two more entries for FlashDevice.sub o bin/101232 [patch] make(1) hangs with -j and -f f ports/101264 clsung [PATCH] devel/pear-PHP_CompatInfo: update to 1.1.1 o conf/101268 [patch] /etc/rc.d/mixer should obey mixer_enable rc.co o ports/101270 scrappy [PATCH] security/p5-IO-Socket-SSL: update to 0.99.6 o ports/101290 kbyanc [PATCH] net/p5-Net-Radius: update to 1.46 f ports/101291 clsung [PATCH] security/p5-Data-Password: update to 1.06 f ports/101303 clsung [PATCH] net/pear-Net_CheckIP: update to 1.2.0 f ports/101304 clsung [PATCH] net/pear-Net_DNSBL: update to 1.1.1 o kern/101333 [ppp] [patch] ppp(4) (if_ppp) doesn't use any compress o ports/101348 lioux [PATCH] net-p2p/mldonkey-devel: fix depends o ports/101383 ume [PATCH] mail/cyrus-imapd: add handling of WITHOUT_BDB f ports/101394 clsung [PATCH] benchmarks/pear-Benchmark: update to 1.2.6 f ports/101396 clsung [PATCH] devel/gauche-readline: fix plist on non-standa f ports/101459 cy [PATCH] misc/screen: fix overflow on 64-bit s ports/101589 miwi [PATCH] math/fxt: update to 2006.07.04, take maintaine o bin/101590 [lib] [patch] -O2 optimizing out abi-tag note from exe f ports/101613 portmgr [PATCH] bsd.wx.mk: integrate existing ports with it f ports/101686 clsung [PATCH] textproc/p5-Hash-Merge: update to 0.08 o ports/101692 tobez [PATCH] devel/p5-CPAN-Mini: update to 0.550 o bin/101693 [patch] tcpdump -h shows still "-a" o ports/101710 tobez [PATCH] mail/p5-Mail-Box: update to 2.066 o ports/101718 ade [PATCH] devel/bison2: update to 2.3 o ports/101721 ambrisko [PATCH] net/etherboot: update to 5.2.6, fix build on 4 s ports/101729 ade [PATCH] devel/gnu-autoconf: update to 2.60 o ports/101730 ade [PATCH] devel/m4: update to 1.4.5 o ports/101737 kbyanc [PATCH] net/p5-Net-Radius: update to 1.49 f ports/101743 clsung [PATCH] security/p5-Crypt-SaltedHash: update to 0.05 o usb/101757 usb [patch] uhid.4: correct structure field names to match o usb/101761 usb [patch] usb.h: increase maximal size of report descrip o usb/101775 usb [libusbhid] [patch] possible error in report descripto o ports/101781 aaron [PATCH] games/p5-Games-AlphaBeta: Fix build o ports/101798 danfe [patch] archivers/dzip a ports/101809 portmgr [patch] bsd.port.mk: add missing "|| true" command o ports/101832 scrappy [PATCH] security/p5-IO-Socket-SSL: update to 0.99.8 f ports/101880 miwi [PATCH] www/www6to4: update to 1.6, respect DESTDIR, D f ports/101898 clsung [PATCH] chinese/aterm: Respect DESTDIR and portlint fi f ports/101900 clsung [PATCH] chinese/auto-cn-l10n: Respect DESTDIR f ports/101910 clsung [PATCH] chinese/vim-scdoc: Respect DESTDIR o ports/101916 clsung [PATCH] Remove INSTALLS_SHLIB from ports f ports/101938 miwi [PATCH] chinese/stardict2-dict-zh_TW: Respect DESTDIR f ports/101939 miwi [PATCH] chinese/stardict2-dict-zh_CN: Respect DESTDIR f ports/101940 miwi [PATCH] chinese/srecite: Respect DESTDIR f ports/101941 miwi [PATCH] chinese/reciteword: Respect DESTDIR, use DATAD o ports/101942 miwi [PATCH] chinese/pyDict: Respect DESTDIR, use DOCSDIR o ports/101949 erwin [patch] archivers/squsq o ports/101967 erwin [patch] archivers/xdms o bin/101979 [patch] tail(1): tail -F fails to print remainder of o o ports/101983 aaron [PATCH] archivers/p5-Archive-Extract: update to 0.12 f ports/101996 clsung [PATCH] net/pear-Net_Dict: update to 1.0.5 o ports/102002 tobez [PATCH] graphics/p5-Graph-Easy: update to 0.46 o ports/102038 fjoe [PATCH] databases/pgadmin3: update to 1.4.3 o ports/102052 aaron [PATCH] textproc/p5-XML-Atom-Stream: update to 0.09 o ports/102102 portmgr [PATCH] bsd.port.mk: Allow user to ignore DIST_SUBDIR o ports/102124 scrappy [PATCH] security/p5-IO-Socket-SSL: update to 0.99.9 f ports/102153 clsung [PATCH] net/p5-SOAP-Lite: update to 0.69 o bin/102162 [patch] tftpd(8): Limit port range for tftpd f ports/102206 [PATCH] lang/p5-Error: update to 0.17.002 o usb/102260 usb [PATCH] Add Belkin FC6550-AVR UPS to the usb quirks li o ports/102270 girgen [PATCH] devel/p5-Cache-Simple-TimedExpiry: update to 0 f ports/102281 clsung [PATCH] databases/p5-SQLite-Work: update to 0.07 o usb/102296 usb [patch] support for Psion Gold Port Ethernet USB NIC o bin/102299 [patch] grep(1) malloc abuse? p bin/102354 thomas [patch] Small cleanup for ifmedia.c f ports/102360 [PATCH] deskutils/ganttproject: update to 2.0.2 o ports/102369 tobez [PATCH] www/p5-CGI.pm: update to 3.21 o usb/102373 usb [patch] driver for MFT o bin/102394 [patch] ls(1) do not shows inode number symbolic link f ports/102401 pav [PATCH] Update print/cjk-lyx to ver 1.4.2 f ports/102406 [PATCH] Update port: net-p2p/verlihub fix plugin suppo o ports/102414 ume [PATCH] mail/cyrus-imapd: avoid fopen limit during mbo o ports/102455 x11 [patch] xorg-server: update for newer nv based cards o ports/102467 tobez [PATCH] devel/p5-Time-HiRes: update to 1.90 o ports/102473 simon [patch] portaudit fails to overwrite auditfile.tbz whe o conf/102502 net [patch] ifconfig name does't rename netgraph node in n a ports/102514 portmgr [patch] bsd.port.mk: "set $var" ==> "set -- $var" o bin/102523 emax [bluetooth] [patch] Virtual serial port server code fo o kern/102540 ru [netgraph] [patch] supporting vlan(4) by ng_fec(4) o docs/102542 doc [patch] books/handbook/l10n/chapter.sgml o kern/102549 [bktr] [patch] fix Pixelview PlayTV Pro 2 on bktr f ports/102600 [patch] ports/net-mgmt/arpwatch's rcNG script does not o bin/102609 [PATCH] Add filtering capability to date(1) f ports/102630 [PATCH] Update audio/py-mutagen to 1.6 f ports/102631 [PATCH] Update multimedia/quodlibet to 0.23.1 o ports/102633 aaron [PATCH] devel/p5-Object-Enum: update to 0.07.0 o ports/102650 clsung [PATCH] graphics/ruby-rmagick: update to 1.13.0, take o ports/102662 knu [PATCH]: lang/ruby - prerequisite for PREFIX-clean rub o ports/102664 seanc [PATCH] devel/ruby-inline: update to 3.5.0, make PREFI o ports/102667 aaron [PATCH] devel/p5-FSA-Rules: update to 0.26 o ports/102686 clsung [PATCH] devel/ruby-fam: make the port PREFIX clean, fi o ports/102687 clsung [PATCH] net/ruby-ldap: update to 0.9.7, take maintaine o ports/102689 clsung [PATCH] security/ruby-password: update to 0.5.3, take o ports/102696 clsung [PATCH] textproc/ruby-rss.alt: update to 0.1.5, take m o conf/102700 rc [PATCH] Add encrypted /tmp support to GELI/GBDE rc.d s o docs/102719 doc [patch] ng_bpf(4) example leads to unneeded promiscuos o ports/102736 lioux [PATCH] net-p2p/py24-BitTorrent: Add missing RUN_DEPEN o bin/102747 brian [patch] ppp timer subsystem stops under certain circum o ports/102751 az [PATCH] comms/klog: update to 0.3.3 o ports/102768 aaron [PATCH] math/p5-Math-Symbolic-Custom-LaTeXDumper: upda o ports/102780 skv [PATCH] devel/p5-Class-Inspector: unbreak under old pe o ports/102802 mnag [PATCH] security/pecl-gnupg: Respect CFLAGS o ports/102824 mbr [patch] mail/up-imapproxy: OpenSSL 0.9.8b compile fix o ports/102833 mbr [patch] mail/pop3proxy: openssl 0.9.8b compile fix f ports/102837 simon [patch] www/wyvern: openssl 0.9.8b compile fix o ports/102853 tobez [PATCH] devel/p5-Test-Base: update to 0.52 f ports/102855 [PATCH] devel/ruby18-gems: customize GEM_NAME in Makef o ports/102856 seanc [PATCH] devel/rubygem-inline: update to 3.5.0 o ports/102869 rafan [PATCH] misc/mmv: update to 1.01b.14, take maintainers o ports/102875 seanc [PATCH] databases/wfb2sql: update to 0.6 f ports/102906 bsam [patch] editors/emacs-devel: make patch broken for 5.x o ports/102946 secteam [patch] security/portaudit o ports/102952 tobez [PATCH] devel/p5-IPC-Cmd: update to 0.25 f ports/102953 clsung [PATCH] mail/p5-MIME-Lite-HTML: update to 1.22 o ports/102970 aaron [PATCH] archivers/p5-Archive-Extract: update to 0.12 p ports/102983 ahze [PATCH] graphics/p5-Cairo: update to 1.00 o bin/103006 [patch] gzip support for -k option as used by bzip2 o bin/103007 [patch] man: support for bzip2 compressed manpages o ports/103008 aaron [PATCH] biology/p5-Bio-Phylo: update to 0.14 o kern/103019 jhb [patch] MFC link flapping workaround for em(4) to RELE f ports/103037 itetcu [MAINTAINER UPDATE] [PATCH] lang/phc 0.1.6rc1 -> 0.1.7 o usb/103046 usb [patch] ulpt event driven I/O with select(2) and nonbl o www/103061 www [patch] www/en/platforms/xbox.sgml o ports/103069 obrien [PATCH] editors/vim: fix ctags menu entry f ports/103082 [patch][/usr/ports/mail/elm+ME] hdrdecode and add chin o bin/103089 [patch] mount_nfs(8): introduce new option o ports/103094 infofarmer [PATCH] irc/p5-POE-Filter-IRCD: update to 2.0 o ports/103114 dhartmei [patch] port mail/milter-regex rc.d support o ports/103115 lawrance [PATCH] devel/gwenhywfar - Request doxygen off by defa o ports/103116 tobez [PATCH] math/p5-Graph: update to 0.80 o ports/103117 rafan [PATCH] graphics/p5-Chart-Clicker: update to 1.0.6 o ports/103140 rafan [PATCH] databases/glom: update to 1.0.4 and unbreak o docs/103162 doc [patch] Add missing 'make quicksearch' description to f ports/103164 [PATCH] devel/doxygen: unbreak plist without LaTeX o ports/103184 portmgr [patch] bsd.port.mk: get rid of the outdated emulators o bin/103206 [patch] tftp(1) does not set proper exit status when a o ports/103208 lioux [PATCH] print/mftrace: update to 1.2.4 o ports/103209 dd [PATCH] Mark net/obnc as deprecated and IGNORE on newe o ports/103228 miwi [PATCH] www/cherokee: update to 0.5.5 o ports/103248 scrappy [PATCH] security/p5-IO-Socket-SSL: update to 1.01 o ports/103249 infofarmer [PATCH] games/palomino: Fix build on sparc64 -- honor o docs/103251 imp [patch] fix kernel config option name in src/UPDATING f ports/103260 [patch] Add audacity-devel port p ports/103268 gnome [PATCH] print/freetype2: Fix TTF_BYTECODE_ENABLED o docs/103286 doc [patch] Improved wording and error removal o ports/103288 kuriyama [PATCH] devel/rapidsvn : update to 0.9.3 o ports/103290 anholt [PATCH] textproc/asciidoc: update to 8.0.0 o ports/103308 perl [patch] SpamAssassin 3.1.5 sa-learn --mbx broken o ports/103330 clsung [PATCH] net/p5-OurNet-BBS: Fix build o ports/103334 multimedia [PATCH] graphics/libcaca: Checksum mismatch f ports/103341 rafan [PATCH] www/typo3: update to 4.0.2 o ports/103345 multimedia [PATCH] graphics/libcaca: Checksum mismatch 1170 problems total. From owner-freebsd-bugs@FreeBSD.ORG Mon Sep 18 11:21:57 2006 Return-Path: X-Original-To: freebsd-bugs@FreeBSD.org Delivered-To: freebsd-bugs@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5332316A4E0 for ; Mon, 18 Sep 2006 11:21:57 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7819A43D78 for ; Mon, 18 Sep 2006 11:21:47 +0000 (GMT) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8IBLlVr045197 for ; Mon, 18 Sep 2006 11:21:47 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8IBDHvc043550 for freebsd-bugs@FreeBSD.org; Mon, 18 Sep 2006 11:13:17 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 18 Sep 2006 11:13:17 GMT Message-Id: <200609181113.k8IBDHvc043550@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: linimon set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: FreeBSD bugs list Cc: Subject: Current problem reports sorted by tag X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 11:21:57 -0000 Problem reports for tag '2tb': S Tracker Resp. Description -------------------------------------------------------------------------------- p kern/18874 [2TB] 32bit NFS servers export wrong negative values t o kern/41723 [2TB] on 1TB fs, copying files to filesystem causes "i p bin/56606 [2TB] df cannot handle 2TB NFS volumes o bin/66984 qa [2TB] [patch] teach sysinstall about larger disks p kern/67546 [2TB] Coredumps > 2Gb do not work (on 64bits platforms o bin/74567 [2TB] [patch] du doesn't handle sizes >1TB o kern/79251 geom [2TB] newfs fails on 2.6TB gbde device o kern/84589 [2TB] 5.4-STABLE unresponsive during background fsck 2 o bin/88872 [2TB] Error 36 while sysinstall tries to create / part o bin/88873 [2TB] gpt create fails "bogus map" "unknown error: 0" 10 problems total. Problem reports for tag '64-bit': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/90512 [64-bit] Snapshot corruption after fs activity 1 problem total. Problem reports for tag 'aac': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/80048 [aac] [patch] support for HP ML110 G2 SATA RAID Contro o kern/81887 scsi [aac] Adaptec SCSI 2130S aac0: GetDeviceProbeInfo comm o kern/87191 scottl [aac] [patch] aac(4) panics immediately with INVARIANT o i386/87364 scottl [aac] aac controller stopped working between BETA5 and o kern/88718 [aac] [timeout] unable to install on RAID 5 and FreeBS o kern/91910 scottl [aac] aac driver hangs on Dell PE800 with CERC SATA co o kern/93414 scottl [aac] [patch] compilation problem in aac_ioctl header o kern/93903 [aac] aac driver cannot shutdown controller causing da 8 problems total. Problem reports for tag 'acpi': S Tracker Resp. Description -------------------------------------------------------------------------------- o i386/72179 i386 [acpi] [patch] Inconsistent apm(8) output regarding th f i386/72376 remko [acpi] [sound] acpi is mutually exclusive with snd_mss o kern/74868 [acpi] ACPI enabled in 5.3 Release make Kernel reboot o i386/87568 acpi [ACPI] [REGRESSION] 6.0-STABLE needs ACPI disabled but o i386/89288 i386 [acpi] DMA error while booting with acpi enable o kern/89411 [acpi] acpiconf bug o kern/94939 [acpi] [patch] reboot(8) fails on IBM / Intel blades o i386/97468 i386 [acpi] ACPI on ASUS A7V hangs on shutdown -p (power of o kern/98171 acpi [acpi] ACPI 1304 / 0501 errors on Acer 5024WLMi Laptop o kern/102783 [acpi] hw.acpi has thermal controls backwards when ext o kern/103125 [acpi] ACPI bad reads/writes occur since upgrading fro 11 problems total. Problem reports for tag 'acpi?': Problem reports for tag 'adw': S Tracker Resp. Description -------------------------------------------------------------------------------- s kern/22417 gibbs [adw] [patch] advansys wide scsi driver does not suppo 1 problem total. Problem reports for tag 'agp': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/57631 jhb [agp] [patch] boot failing for ALi chipsets f i386/59854 anholt [agp] [panic] System panics when AMD 762 AGP is loaded a kern/62906 peadar [agp] [patch] AGP misconfigures i845G chipset, causing f i386/68518 remko [agp] [hang] hangs while loading 82443BX agp during bo a kern/72224 anholt [agp] umass devices broken by DRM (AGP issue?) o kern/84015 [agp] [hang] Nforce3-250Gb freezes on FreeBSD-6 beta1 o kern/89271 [radeon][agp][hang] X.org hangs when heavily using Rad p kern/93676 anholt [agp] Yet another i915G drm/agp issue f kern/97616 anholt [agp] 6.1-RELEASE FreeBSD does not recognize VIA K8M80 p kern/100958 anholt [agp] [patch] ATI AGP IGP 345M support o kern/103079 anholt [agp] Add support to 945GM and fix how recognize agp 11 problems total. Problem reports for tag 'ahc': S Tracker Resp. Description -------------------------------------------------------------------------------- s kern/9927 gibbs [ahc] the ahc driver doesn't correctly grok switched S s kern/45568 gibbs [ahc] ahc(A19160) pci parity error o kern/74627 scsi [ahc] [hang] Adaptec 2940U2W Can't boot 5.3 o kern/92798 scsi [ahc] SCSI problem with timeouts o kern/99954 scsi [ahc] reading from DVD failes on 6.x (regression) 5 problems total. Problem reports for tag 'ahd': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/73646 [ahd] I/O performance: with/without MEMIO option o kern/76178 scsi [ahd] Problem with ahd and large SCSI Raid system 2 problems total. Problem reports for tag 'altq': S Tracker Resp. Description -------------------------------------------------------------------------------- s kern/94182 [altq] [feature request] altq support for vlan driver 1 problem total. Problem reports for tag 'amd': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/39425 [amd] Auto mounted directory was not found at boot tim 1 problem total. Problem reports for tag 'amd64': S Tracker Resp. Description -------------------------------------------------------------------------------- o amd64/89549 amd64 [amd64] nve timeouts on 6.0-release o amd64/89550 amd64 [amd64] sym0: VTOBUS failed (6.0 Release) 2 problems total. Problem reports for tag 'amr': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/71771 [amr] Hang during heavy load with amr raid controller o kern/72433 [amr] [patch] AMR raid, amrreg.h struct amr_enquery3 a o kern/76848 [amr] amr hangs o kern/86411 scottl [amr] Very low performance of amr(4) under FreeBSD-6.0 o kern/94139 scottl [amr] [regression] amr broken with LSILogic MegaRAID S o kern/99529 [amr] DELL PowerEdge 2600 with streamer PowerVault 100 6 problems total. Problem reports for tag 'an': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/36170 [an] [patch] an(4) does an_init() even if interface is o kern/69158 [an] Cisco MPI350 wireless card problems related to ir o kern/75407 [an] an(4): no carrier after short time o kern/85886 [an] an0: timeouts with Cisco 350 minipci 4 problems total. Problem reports for tag 'apic': S Tracker Resp. Description -------------------------------------------------------------------------------- o i386/80426 acpi [APIC] [panic] 5.4-RC3 still panic when boot on ASUS P o kern/81000 [apic] Via 8235 sound card worked great with FreeBSD 5 2 problems total. Problem reports for tag 'apm': S Tracker Resp. Description -------------------------------------------------------------------------------- f i386/31353 remko [apm] [patch] 'shutdown -p' does not work on SMP Tyan f i386/40958 remko [apm] apm on Acer TravelMate 351 could not resume 2 problems total. Problem reports for tag 'ar': S Tracker Resp. Description -------------------------------------------------------------------------------- f i386/57043 remko [ar] [hang] ar driver with 2 port PCI card locks up wh o kern/93771 [ar] [panic] atacontrol status ar1 causes panic o kern/98804 [ar] VIA V-RAID metadata mis-read o kern/101926 [ar] 6.1-STABLE crashes under heavy disk I/O and acces 4 problems total. Problem reports for tag 'arcmsr': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/101045 [arcmsr] [patch] Updates to arcmsr(4) 1 problem total. Problem reports for tag 'arp': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/98078 [arp] Static arp entries may be ignored o kern/100172 glebius [arp] Transfer of large file fails with host is down m 2 problems total. Problem reports for tag 'asr': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/25950 obrien [asr] Bad drives on asr look zero-length and panic on o kern/26048 obrien [asr] 4.3-RC: SMP and asr driver don't work together o kern/88047 [asr] [panic] 6.0-RC1 reboots with SMP and asr o amd64/91405 amd64 [asr] [panic] Kernel panic caused by asr on 6.0-amd64 4 problems total. Problem reports for tag 'ata': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/59624 [ata] [patch] HightPoint HPT371 support for FreeBSD 4. o kern/61960 sos [ata] [patch] BigDrive support for PC-98 architecture o kern/68315 [ata] [patch] atacontrol(8) addspare for 4.x f i386/71428 remko [ata] [dma] DMA does not work on VIA 82C586 [4.10] o i386/74658 i386 [ata] ATAPI CD not recognized after booting FreeBSD 4. o i386/75090 i386 [ata] READ_BIG errors with Sony CRX1611 o alpha/75317 alpha [ata] [busdma] ATA DMA broken on PCalpha f kern/76080 [ata] [panic] "bio_completed .. greater than bio_lengt o i386/78517 i386 [ata] WRITE_DMA and READ_DMA timeouts with ATI RX330 c o kern/78758 sos [ata] [patch] Add support for re-sizing ATA disks p kern/79332 [ata] [patch] "ffs_mountroot: can't find rootvp" after o kern/79334 [ata] ATA_IDENTIFY timed out for 5.3 and 5.4 beta 1 o kern/79783 [ata] hw.ata.atapi_dma=1 reduces HDD writing transfer f i386/86364 remko [ata] ATA woes, SATA controller: failed writes, FS cor o kern/88714 sos [ata] cannot record CD-R since 6.0 (regression) o i386/89353 i386 [ata] invalid disk controller recognition of intel ICH o kern/89597 [ata] uncorrectable ATA disc errors can be corrected w o kern/89885 [ata] Writing to S-ATA HDD in DMA mode fails o amd64/89968 amd64 [ata] Asus A8N-E MediaShield RAID problem (read-only s o kern/90206 [ata] [crash] Server reboot after "FAILURE - out of me o kern/90820 [ata] aborting burncd may keep drive "locked" o i386/90839 i386 [ata] burncd gets error on CDRIOCFIXATE with HL-DT-ST o bin/90854 [ata] problem with cd recorder (RICOH CD-R/RW MP7200A/ o kern/91290 sos [ata] ata(4) error on 7.0-CURRENT-20051229-SNAP-PC98 o kern/91502 sos [ata] [patch] ICH7 - finds only 2 out of 4 drives o kern/91723 [ata] IDE corruption on ICH controller, affects the ch o i386/91761 i386 [ata] NEC_DVD-RW + system start: semaphore timeout o kern/91914 [ata] Disk System Crashes - Raid Disk o kern/92238 [ata] Spurious "atapci1: failed to enable memory mappi o kern/93368 sos [ata] [patch] ATA_SMART command is missing o kern/93369 [ata] [patch] Fix failed detection of Nvidia NForce2 c o kern/93885 [ata] ata(4) failure: SETFEATURES SET TRANSFER MODE se o i386/93923 i386 [ata] FreeBSD Install, Sil3112: Cannot dump. No dump d o kern/94091 sos [ata] Audio CD is still detected even after it has bee o kern/94155 [ata] 6.1 CF reader problem: "ad1: FAILURE - SETFEATUR o kern/94426 [ata] Cannot blank CDs with Samsung TS-L532A o i386/94911 i386 [ata] ata regression with DOM-IDE o kern/95023 [ata] Hard Drives not recognized by 6.0 Current on IC7 f kern/95184 sos [ata] Intel ICH7 support broke in 6.1 BETA (regression o kern/95260 [ata] Wrong array detection for LSI v3 SATA MegaRAID o kern/95342 sos [ata] Unable to run smartd after last commits to sys/d o kern/95344 sos [ata] burncd(8) failed to fixate cd after last sys/dev o kern/95554 sos [ata] undetected sata drive on 6.1, detected on 6.0 o kern/96171 [ata] burncd (ATA driver) fails to write in vcd mode o i386/96302 i386 [ata] nVidia nForce CK804 SATA300 controller not recog o kern/97228 sos [ata] [patch] Support new ATA ICH7 controller o i386/97263 i386 [ata] FreeBSD only detects first drive o i386/97589 i386 [ata] FAILURE - READ_DMA (regression from 5.4) o kern/97624 sos [ata] [patch] enable SATA RAID on ASUS N4L-VM DH (ICH7 o kern/97996 [ata] DMA is broken for VIA 82C596B UDMA66controller f kern/98216 sos [ata] Intel ICH6 SATA150 with FreeBSD 6.1-RELEASE prob o kern/98388 [ata] FreeBSD 6.1 - WDC WD1200JS SATA II disks are see o kern/98743 [ata] ATA panic and or timeout on IBM/Lenovo S50 with o i386/98765 i386 [ata] timeouts on sata drive o kern/98869 [ata] can't burn with Lite-ON SOHW-832S DVD+R dual lay o kern/98962 sos [ata] [patch] writing >1 session on ATAPI CDs fails o kern/99017 sos [ata] [patch] FreeBSD versions above 5.3 panic if atap o kern/99088 [ata] Critical Problems with VIA 8251 SATA2/RAID Contr o kern/99567 [ata] Powerup of sleeping IDE drives causes system reb o kern/99652 [ata] nVidia controller hangs w/ 2 drives. o kern/99729 sos [ata] [patch] Bug in ata (ata-all.c) driver o i386/101667 i386 [ata] ATA problems when power management is on o kern/102120 sos [ata] [patch] 6.1-Release (amd64 & i386) install boot o kern/102210 [ata] reboot system makes rebuilding array ready (ICH7 o kern/102211 [ata] detach raid member and reboot will cause panic ( o kern/102426 sos [ata] [patch] Support for ServerWorks HT1000 SATA chip 66 problems total. Problem reports for tag 'atapicam': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/73675 [atapicam] atapicam causes interrupt storm o amd64/86503 amd64 [atapicam] [panic] k3b crash the system like hardware o kern/95407 [atapicam] atapicam, cd and /etc/rc.d/devfs problem o kern/100516 [atapicam] atapicam with ITE IT8212F crashes the syste 4 problems total. Problem reports for tag 'ath': S Tracker Resp. Description -------------------------------------------------------------------------------- f kern/77439 [ath] WAG511 NETGEAR pccard does not attach (Dell Insp o kern/83429 [ath] ath(4) does not work with the D-Link DWL-G630 (r o kern/87758 [ath] [hang] Reboot problem with atheros wireless card o kern/88082 [ath] [panic] cts protection for ath0 causes panic o kern/93886 [ath] Atheros/D-Link DWL-G650 long delay to associate o sparc/94483 sparc64 [ath] ath_hal does not work on 6-release/sparc64 o kern/97458 [ath] ath driver hangs up system during reboot f kern/99036 sam [ath] Long association time for 11b access points with o kern/100847 [ath] Atheros hardware (dwl-g520) times out frequently 9 problems total. Problem reports for tag 'aue': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/51009 [aue] [patch] buggy aue driver fixed. o kern/61300 [aue] [patch] Enabling HomePNA PHY on aue(4) for HomeP f kern/71280 [aue] aue0 device (linksys usb100tx) doesn't work in 1 o usb/80010 usb [aue] [patch] add support for the AEI USB to LAN adapt o kern/91311 [aue] aue interface hanging 5 problems total. Problem reports for tag 'bce': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/100858 davidch [bce] Broadcom bce driver and SMP hangup o kern/103059 [bce] [patch] "Error mapping mbuf into TX chain!" (ten 2 problems total. Problem reports for tag 'bfe': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/72296 [bfe] bfe0: discard oversize frame (ether type 5e0 fla o i386/79784 i386 [bfe] Broadcom BCM4401 : no carrier o kern/95391 [bfe] [patch] minor if_bfe error o kern/96030 [bfe] [patch] Install hangs with Broadcomm 440x NIC in o kern/98015 [bfe] [patch] bfe(4): double free in error handling pa o kern/99216 [bfe] [patch] make bfe(4) always detect LINK_DOWN even 6 problems total. Problem reports for tag 'bge': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/44500 [bge] [patch] bge(4): add AC1001 Gigabit NIC as workin f i386/45773 remko [bge] Softboot causes autoconf failure on Broadcom 570 f kern/46484 [bge] [panic] System panics upon configuration of bge f kern/61109 [bge] bge on TYAN AMD762-based Thunder/Tiger passes on o kern/73538 [bge] problem with the Broadcom BCM5788 Gigabit Ethern o kern/79143 [bge] Broadcom NIC driver do not work for IPMI o kern/79324 [bge] Broadcom bge chip initialization failure o kern/92090 [bge] bge0: watchdog timeout -- resetting o kern/94162 [bge] 6.x kenel stale with bge(4) f kern/94307 [bge] kernel panics when passing trafffic through bge1 o kern/94424 [bge] BGE5721 or BGE5750? o i386/94850 i386 [bge] FreeBSD 6.0 on Fujitsu BX300, networking doesn't o kern/94863 [bge] [patch] hack to get bge(4) working on IBM e326m o i386/96382 i386 [bge] In 6.1-RC1 the bge driver does not reliably work f kern/96806 glebius [bge] [patch] Correction of kernel panic with Broadcom o kern/100410 [bge] bge driver disables access to shared iLo on HP D 16 problems total. Problem reports for tag 'bind9': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/101363 [bind9] bug in file /usr/src/contrib/bind9/lib/dns/rda 1 problem total. Problem reports for tag 'bktr': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/14166 [bktr] [patch] AVER TVPhone o kern/32812 [bktr] bktr driver missing tuner for eeprom detection. o kern/35289 [bktr] [patch] Brooktree device doesnt properly signal o kern/36415 [bktr] [patch] driver incorrectly handles the setting a kern/36451 [bktr] [patch] Japan IF frequency is incorrect o kern/37326 [bktr] smbus/bktr crash when omitting "device iicsmb" s kern/48279 [bktr] Brooktre878 may cause freeze o kern/56245 [bktr] Distorted and choppy video with bktr-driver on o kern/57603 [bktr] bktr driver: freeze on SMP machine o kern/59289 [bktr] [patch] ioctl METEORGBRIG in bktr_core.c forget f kern/60599 multimedia [bktr] [partial patch] No sound for ATI TV Wonder (ste o kern/79066 [bktr] bktr(4) eating about 10% CPU load once it was u o kern/81180 [bktr] bktr(4) driver cannot capture both audio and vi o kern/89553 [bktr] [patch] going from 5.3 -> 6.0 winTV card not pr o kern/94369 [bktr] [patch] Patch to support Leadtek WinFast Tv2000 o kern/102549 [bktr] [patch] fix Pixelview PlayTV Pro 2 on bktr 16 problems total. Problem reports for tag 'bluetooth': S Tracker Resp. Description -------------------------------------------------------------------------------- p bin/94577 emax [bluetooth] [patch] Wrong mouse button mapping in bthi o kern/99200 [bluetooth] SMP-Kernel crashes reliably when Bluetooth o bin/102523 emax [bluetooth] [patch] Virtual serial port server code fo 3 problems total. Problem reports for tag 'boot0': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/37380 jhb [boot0] [patch] boot0 partition list is outdated o i386/70531 i386 [boot0] [patch] boot0 hides Lilo in extended slice 2 problems total. Problem reports for tag 'boot1': S Tracker Resp. Description -------------------------------------------------------------------------------- o i386/91871 i386 [boot1] [patch] boot1: jump to 0xf000:0xfff0 instead o 1 problem total. Problem reports for tag 'boot2': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/35262 [boot2] [patch] generation of boot block for headless 1 problem total. Problem reports for tag 'bootinst': S Tracker Resp. Description -------------------------------------------------------------------------------- o misc/22914 [bootinst] bootinst messages are not updated 1 problem total. Problem reports for tag 'bootloader': S Tracker Resp. Description -------------------------------------------------------------------------------- f i386/65124 remko [bootloader] Unable to disable TERM_EMU cleanly 1 problem total. Problem reports for tag 'bootmgr': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/38826 [bootmgr] RFE: BootMgr should provide more identifying 1 problem total. Problem reports for tag 'bootp': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/82491 [bootp] [patch] bootpd shouldn't ignore requests 1 problem total. Problem reports for tag 'bpf': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/16644 [bpf] [patch] Bad comparison expression in bpf_filter. o kern/36219 [bpf] [patch] poll() behaves erratic on BPF file descr o kern/71711 dwmalone [bpf] [patch] generate a single bpf timestamp for each o kern/88268 [bpf] yet another null pointer in bpf code o kern/89752 [bpf] [patch] bpf_validate() needs to do more checks 5 problems total. Problem reports for tag 'bridge': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/44417 luigi [bridge] [patch] ipfw layer2 rules are not checked for a kern/57100 bms [bridge] disable hardware checksums when using bridge( o kern/80572 [bridge] bridge/ipfw works intermittantly. o kern/82919 [bridge] [patch] Bridge configuration update will cras s kern/86361 thompsa [bridge] bridge(4) does not work with VLAN trunks 5 problems total. Problem reports for tag 'bsd.cpu.mk': S Tracker Resp. Description -------------------------------------------------------------------------------- o i386/74454 i386 [bsd.cpu.mk] [patch] Adding VIA Eden family 1 problem total. Problem reports for tag 'bus': S Tracker Resp. Description -------------------------------------------------------------------------------- f i386/46113 remko [bus] [patch] busspace bugs in parameter checking 1 problem total. Problem reports for tag 'busdma': S Tracker Resp. Description -------------------------------------------------------------------------------- o alpha/75317 alpha [ata] [busdma] ATA DMA broken on PCalpha o i386/76944 i386 [busdma] [patch] i386 bus_dmamap_create() bug o amd64/87977 amd64 [busdma] [panic] amd64 busdma dflt_lock called (by ata o amd64/93961 amd64 [busdma] Problem in bounce buffer handling in sys/amd6 4 problems total. Problem reports for tag 'cam': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/17504 ken [cam] [patch] Another Micropolis Synchronize Cache Pro s i386/17662 gibbs [cam] cam_xpt.c incorrectly disables tagged queuing fo s kern/28840 gibbs [cam] Possible interrupt masking trouble in sys/cam/ca s bin/57088 [cam] [patch] for a possible fd leak in libcam.c s kern/72041 [cam] [hang] Deadlock when disk is destroyed while use o kern/76893 [cam] [patch] Fatal divide in booting processes with B s kern/85975 [cam] devfs does not create entries when removable med o kern/92751 [cam] [reboot] 5.4 crashes after camcontrol devlist 8 problems total. Problem reports for tag 'cardbus': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/84954 imp [CARDBUS] cbb alloc res fail (with hw.cardbus.debug=1 f i386/88802 remko [iwi] [cardbus] CARDBUS related kernel crash (TSB43AB2 o kern/92966 imp [cardbus] cardbus.ko loading failed 3 problems total. Problem reports for tag 'carp': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/92776 glebius [carp] kernel-crash using carp f kern/93448 glebius [carp] CARP advskew not propagated to VRRP packets o kern/98622 ume [carp] carp with IPv6 broken on 6.1 (regression) o kern/100532 [carp] [patch] Conflict between CARP and multicast rou 4 problems total. Problem reports for tag 'cbb': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/96286 [cbb] [panic] TI1131 PCI CardBus Bridge: driver cbb le 1 problem total. Problem reports for tag 'ciphy.c': S Tracker Resp. Description -------------------------------------------------------------------------------- a amd64/92527 amd64 [ciphy.c] no driver for "CICADA VSC 8201 Gigabit LAN P 1 problem total. Problem reports for tag 'coda': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/80031 [coda] [patch] Remove insque/remque from kernel land o kern/95891 [coda] [panic] kernel panic when coda6_client 2 problems total. Problem reports for tag 'crypto': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/43611 [crypto] [patch] static-ize some symbols in sys/crypto o kern/66029 [crypto] [patch] MD5 alignment problem on a TriMedia p o kern/91407 [crypto] [panic] Kernel panic when heavily loading cry o bin/93776 [crypto] [patch] SHA256_Update / SHA512_Update fail to 4 problems total. Problem reports for tag 'cue': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/75710 [cue] cue0 device configuration causes kernel panic 1 problem total. Problem reports for tag 'cx': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/66348 rik [cx] FR mode of cx (Cronyx Sigma) does not work for 4. 1 problem total. Problem reports for tag 'dc': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/30052 mbr [dc] [patch] dc driver queues outgoing pkts indefinite o kern/50574 mbr [dc] dc driver incorrectly detects ADMtek chip model o kern/52980 mbr [dc] [patch] dc driver fails to init Intel 21143 Cardb o kern/55793 [dc] Flaky behavior of if_dc when initializing a LNE10 o kern/62333 [dc] syslog: kernel: dc0: discard oversize frame (ethe o kern/79262 [dc] Adaptec ANA-6922 not fully supported o kern/82070 [dc] Not all dc(4) devices can be used: MII without an s sparc/82681 sparc64 [dc] dc state messages o sparc/92033 sparc64 [dc] dc(4) issues on Ultra10 o kern/92279 [dc] Core faults everytime I reboot, possible NIC issu o kern/94196 [dc] if_dc panics on bad hardware o i386/96397 i386 [dc] strange behaveour of the dc driver on divicom dm9 12 problems total. Problem reports for tag 'ddb': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/100802 [ddb] [patch] panic in ddb mode if sending signal '0' 1 problem total. Problem reports for tag 'de': S Tracker Resp. Description -------------------------------------------------------------------------------- f kern/15542 [de] de(4) suddenly stops working a kern/55542 andre [de] [patch] discard oversize frame (ether type 800 fl o kern/71450 [de] de(4): MAC address change on 21040 "Tulip" Ethern o kern/72293 [de] de(4) NIC performance degradation with debug.mpsa 4 problems total. Problem reports for tag 'devfs': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/85751 [devfs] [panic] panic in devfs_setattr() when running o kern/87836 [devfs] If using ATAPICAM with cd(dvd)rw without media o conf/91342 [devfs] Errors in devfs.rules files don't get logged o kern/102335 kib [devfs] sx vnode deadlock 4 problems total. Problem reports for tag 'dhcp': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/71045 [dhcp] DHCP-Request is sets other device's ip to null, 1 problem total. Problem reports for tag 'digi': S Tracker Resp. Description -------------------------------------------------------------------------------- p kern/55018 andre [digi] [patch] Digiboard PC/Xem fails to initialize wh o kern/74281 [digi] digi(4): Digiboard PCI Xem (64-ports) detection o kern/82227 [digi] Xem: chained concentrators not recognised o kern/83254 [digi] driver can't init Digiboard PC/4e 4 problems total. Problem reports for tag 'diskless': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/87586 [diskless] [panic] Unable to use networked swap in 6.0 1 problem total. Problem reports for tag 'dns': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/54189 [dns] resolver should resolve hostnames with underscor 1 problem total. Problem reports for tag 'drm': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/82064 anholt [drm] DRM not working with SMP o kern/87653 [drm] ATI Radeon Mobile X600SE not detected by kernel o kern/92381 [drm] i915 drm module unuseable by X.org 6.9.0 for GM8 o kern/94823 [drm] DRM doesnt't work with i915.ko p kern/97056 [drm] [patch] PCIE radeon DRM doesn't correctly initia 5 problems total. Problem reports for tag 'dummynet': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/76539 [dummynet] [patch] ipnat + dummynet on output on same 1 problem total. Problem reports for tag 'ed': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/9570 dfr [ed] [patch] ed(4) irq config enhancement o i386/12088 imp [ed] [patch] ed(4) has minor problem with memory alloc o kern/80853 [ed] [patch] add support for Compex RL2000/ISA in PnP o kern/84202 [ed] [patch] Holtek HT80232 PCI NIC recognition on Fre o kern/85493 imp [ed] [patch] OLDCARD can't probe ed driver o kern/93393 imp [ed] [patch] Add Micro Research PCMCIA LAN Adapter MR1 o amd64/95282 amd64 [ed] fix ed for RELENG_5 amd64 so that it has network 7 problems total. Problem reports for tag 'ef': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/85086 [ef] [patch] Locking fixes for ef(4) (+removes mem. le 1 problem total. Problem reports for tag 'em': S Tracker Resp. Description -------------------------------------------------------------------------------- p kern/72970 yongari [em] em(4) driver can hang when mbuf starvation occurs o kern/77588 [em] PREEMPTION problems in combination with em driver s kern/80932 [em] [patch] Degraded performance of em driver s kern/81147 linimon [em] [patch] em0 reinitialization while adding aliases o kern/86124 [em] dell 1850 pro/1000 slow (em problem? SMP problem? p kern/86306 yongari [em] [patch] if_em.c locks up while trying to send a h o kern/90167 [em] adding aliases to em0 interfaces cause the interf o amd64/92337 amd64 [em] FreeBSD 6.0 Release Intel Pro 1000 MT em1 no buff o kern/94380 [em] Laptop panics, related to networking after resume o kern/96715 [em] [fxp] low speed if speed/duplex set o i386/98366 i386 [em] Intel PRO/1000 MT Dual PCI-X: simulatenious 1000 o kern/101226 [em] Access to IPMI module is lost when the em driver o i386/102562 i386 [em] no traffic pass through a em card after approx. a o kern/103256 [em] em0: watchdog timeout -- resetting (6.1-STABLE) 14 problems total. Problem reports for tag 'ep': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/20958 mdodd [ep] ep0 lockup with ifconfig showing OACTIVE o kern/74920 [ep] [panic] 3Com 3C509-Combo Etherlink III panics sys 2 problems total. Problem reports for tag 'ex': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/43916 [ex] [hang] Olicom OC-2220 (PC-card) hangs on ifconfig o kern/52623 [ex] [patch] IRQ error in driver for the Intel EtherEx o i386/85423 i386 [ex] ex(4) does not correctly recognize NIC in PnP mod 3 problems total. Problem reports for tag 'ext2fs': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/77826 [ext2fs] ext2fs usb filesystem will not mount RW 1 problem total. Problem reports for tag 'fdc': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/66876 [fdc] [patch] Cannot extract tar(1) multi-volume archi o kern/66960 [fdc] [patch] filesystems not unmounted during reboot o kern/73961 [fdc] floppy disk drive performance problem [new in 5. o kern/74827 [fdc] Problem writing data to floppies [5.3-specific] s kern/75233 [fdc] breaking fdformat /dev/fd0 resets device permiss o i386/77443 i386 [fdc] can't access floppy -- regression on 5.3 o kern/84799 [fdc] [patch] can't read beyond track 0 on fdc (IBM th o kern/91476 [fdc] [patch] floppy drive doesn't work in MS Virtual o kern/97381 [fdc] [patch] Patch to add zero-sector and spanned-sid o kern/97517 [fdc] Floppy device lost permissions when active flopp 10 problems total. Problem reports for tag 'fdescfs': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/95711 [fdescfs] rm on fdescfs causes panic: lockmgr: locking 1 problem total. Problem reports for tag 'fe': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/88576 imp [fe] revision 1.31 to if_fe_pccard.c breaks NE200T fun 1 problem total. Problem reports for tag 'ffs': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/89247 [ffs] [patch] QUOTA in 6.0/7.0-current leak o kern/92272 [ffs] [hang] Filling a filesystem while creating a sna 2 problems total. Problem reports for tag 'fifo': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/76144 [fifo] poll doesn't set POLLHUP when FIFO is closed o kern/76525 [fifo] select() hangs on EOF from named pipe (FIFO) o kern/94772 [fifo] [patch] FIFOs (named pipes) + select() == broke 3 problems total. Problem reports for tag 'firewire': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/74238 firewire [firewire] fw_rcv: unknown response; firewire ad-hoc w o kern/93083 [firewire] Detach of Firewire Harddisk not recognied p o kern/95077 firewire [firewire] fatal trap 19 at fwohci_pci_init o kern/97208 [firewire] System hangs / locks up when a firewire dis o kern/100356 [firewire] [patch] Non-maskable interrupt while in ker 5 problems total. Problem reports for tag 'fpa': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/101061 [fpa] fea/fpa (DEC FDDI NIC) driver causes kernel pani 1 problem total. Problem reports for tag 'fwip': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/85434 firewire [fwip] fwip (IP over firewire) doesn't work with polli 1 problem total. Problem reports for tag 'fxp': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/12543 [fxp] [patch] cumulative error counters for fxp(4) f kern/40274 [fxp] "fxp: device timeout" errors during heavy, susta o kern/80784 mux [fxp] fxp gives device timeouts o amd64/82425 amd64 [fxp] fxp0: device timeout, fxp interface dies on 5.4/ o kern/85258 mux [fxp] changing promisc mode on nic can lead to kernel o kern/87194 [fxp] fxp(4) promiscuous mode seems to corrupt hw-csum o kern/92675 [fxp] [patch] fxp(4) unable to recover from occasional o kern/96715 [em] [fxp] low speed if speed/duplex set 8 problems total. Problem reports for tag 'gbde': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/76538 geom [gbde] nfs-write on gbde partition stalls and continue o kern/87544 geom [gbde] mmaping large files on a gbde filesystem deadlo 2 problems total. Problem reports for tag 'geli': S Tracker Resp. Description -------------------------------------------------------------------------------- f kern/98742 pjd [geli] IO errors while using geli o kern/99256 geom [geli] kernel panic/freeze with geli and ufs (maybe re 2 problems total. Problem reports for tag 'geode': S Tracker Resp. Description -------------------------------------------------------------------------------- o i386/81358 i386 [geode] [patch] add PC Engines WRAP support o i386/98215 i386 [geode] regression: FreeBSD can no longer boot Geode G 2 problems total. Problem reports for tag 'geom': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/78114 phk [geom] [patch] Solaris/x86 label structures for GEOM ( o kern/83464 [geom] [patch] Unhandled malloc failures within libgeo o kern/84556 geom [geom] GBDE-encrypted swap causes panic at shutdown o bin/84634 fjoe [geom] [patch] new utility to control GEOM uzip class f kern/87986 pjd [geom] [hang] gmirror and quota will hang the OS o amd64/89546 amd64 [geom] GEOM error o kern/94299 pjd [geom] missing printf locking for geom_mirror boot mes o kern/94632 geom [geom] Kernel output resets input while GELI asks for o kern/95771 geom [geom] geom mirror provider destroyed (machine crashed o kern/98034 geom [geom] dereference of NULL pointer in acd_geom_detach 10 problems total. Problem reports for tag 'geom_mirror': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/90582 geom [geom_mirror] [panic] Restore cause panic string (ffs_ 1 problem total. Problem reports for tag 'geom_vfs': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/89102 geom [geom_vfs] [panic] panic when forced unmount FS from u 1 problem total. Problem reports for tag 'gftp': S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/103280 [GFTP] gftp proxy settings won't save 1 problem total. Problem reports for tag 'gif': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/58870 bms [gif] [panic] page fault in kernel mode with ifconfig o kern/95532 [gif] if_gif has artificial limitations 2 problems total. Problem reports for tag 'gpt': S Tracker Resp. Description -------------------------------------------------------------------------------- o ia64/85772 ia64 [gpt] gpt (geom_) needs to adopt g_ctl 1 problem total. Problem reports for tag 'gre': S Tracker Resp. Description -------------------------------------------------------------------------------- s kern/47813 [gre] pseudo-device gre(4) doesn't appear to work with o kern/60183 sobomax [gre] [patch] No WCCPv2 support in gre o bin/74062 [gre] ifconfig(8) does not display tunnel endpoints fo o kern/85320 [gre] [patch] possible depletion of kernel stack in ip 4 problems total. Problem reports for tag 'headers': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/44365 [headers] [patch] introduce ulong and unchar types o kern/45793 [headers] [patch] invalid media subtype aliases in if_ o kern/68081 [headers] [patch] sys/time.h (lint fix) o kern/74159 [headers] [patch] fix warnings concerned with header f o kern/84981 [headers] [patch] header protection for o kern/42065 [kernel] [patch] kern.ps_showallprocs has no effect on o kern/42274 [kernel] [patch] Convert defined variable into tuneabl o kern/43577 [kernel] [patch] feature request: new kernel option SH o kern/48471 pjd [kernel] [patch] new feature: private IPC for every ja o kern/50526 [kernel] [patch] update to #! line termination s kern/50827 [kernel] [patch] new feature: add sane record locking o kern/53447 alfred [kernel] poll(2) semantics differ from susV3/POSIX o kern/54604 pjd [kernel] [patch] make 'ps -e' procfs-independent o kern/57722 [kernel] [patch] uidinfo list corruption o kern/58803 [kernel] [patch] kern.argmax isn't changeable even at o kern/60550 silby [kernel] [patch] hitting process limits produces sub-o o kern/61497 ups [kernel] [patch] __elfN(map_insert) bug o kern/64196 [kernel] [patch] remove the arbitrary MAXSHELLCMDLEN o kern/68317 [kernel] [patch] on soft (clean) reboots clean dmesg o o kern/69064 [kernel] [patch] No multiple ip4/6's could assigned to o sparc/72998 sparc64 [kernel] [patch] set_mcontext() change syscalls parame s kern/79339 [kernel] [patch] Kernel time code sync with improvemen o kern/81588 phk [kernel] [patch] Devices with SI_CHEAPCLONE flag don't o kern/81943 des [kernel] [patch] _assert_sbuf_integrity causes panic f p kern/85176 des [kernel] [patch] optimization of fdalloc o kern/85651 [kernel] [patch] debugging code to show entries in eve o kern/85657 [kernel] [patch] capture and expose per-CPU time accou o kern/86290 jeff [kernel] [patch] minor optimizations + cleanup to vrel o kern/86336 rwatson [kernel] LOR in kern/uipc_usrreq.c and kern/kern_descr o kern/87990 [kernel] [patch] SMP Race Condition in kdb_enter/kdb_e o kern/88336 [kernel] [patch] setkey(8) -D fails to report all SAs o kern/91414 emaste [kernel] [patch] Polling for devices other than NICs o kern/92023 [kernel] 'options DEVICE_POLLING' makes loadavg wrong o kern/93199 [kernel] [patch] missing linux rt_sigtimedwait system o kern/93331 [kernel] [patch] broken asm in kernel o kern/93755 [kernel] [patch] 2 copy'n'paste-os in sys/vm/phys_page o kern/93887 [kernel] cpu_spinwait calls missing in subr_smp.c o kern/94413 [kernel] wine fails when increasing kern.maxdsiz o kern/94480 [kernel] [patch] bread(3) & bwrite(3) can crash under o kern/95368 [kernel] [patch] Test for race between callout_drain() o kern/96429 [kernel] [patch] kern_linker.c hardcodes "/boot/kernel o kern/97000 [kernel] [patch] bogus "All threads purged from ugen0. o kern/98116 alc [kernel] Crash with sparse files and execve() o kern/98460 [kernel] [patch] fpu_clean_state() cannot be disabled p kern/98858 [kernel] [patch] Local denial of service (mbuf exhaust 46 problems total. Problem reports for tag 'kevent': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/89775 [kevent] [hang] kevent hangs on second wait for /dev/d 1 problem total. Problem reports for tag 'kgdb': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/80321 ups [kgdb] serial db problems 1 problem total. Problem reports for tag 'kqueue': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/43905 jmg [kqueue] [patch] kqueues: EV_SET(kevp++, ...) is non-i o kern/64178 jmg [kqueue] [patch] kqueue does not work with bpf when us o kern/86065 jmg [kqueue] system reboot without sync (and can be securi 3 problems total. Problem reports for tag 'kue': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/57453 [kue] [patch] if_kue hangs boot after warm boot if fir f i386/78218 usb [kue] kue not detected on Sony PCG-F370 VAIO 2 problems total. Problem reports for tag 'lge': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/31102 wpaul [lge] lge + Pentium III data transmission problem o kern/78072 [lge] [patch] Potential memory leak in lge(4) 2 problems total. Problem reports for tag 'lib': S Tracker Resp. Description -------------------------------------------------------------------------------- o bin/101590 [lib] [patch] -O2 optimizing out abi-tag note from exe 1 problem total. Problem reports for tag 'libalias': S Tracker Resp. Description -------------------------------------------------------------------------------- o bin/50310 [libalias] [patch] natd / libalias fix to allow dcc re o kern/73034 [libalias] libalias does not handle lowercase port/epr o bin/74450 [libalias] [patch] enable libalias/natd to create skip 3 problems total. Problem reports for tag 'libarchive': S Tracker Resp. Description -------------------------------------------------------------------------------- o bin/86742 kientzle [libarchive] [patch] Add archive_open_ to read from a 1 problem total. Problem reports for tag 'libc': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/19406 [libc] setenv(3) allocates memory which is not freed b o kern/25886 [libc] cgetset(3) doesn't get cleared when switching d o kern/26486 [libc] [patch] setnetgrent hangs when netgroup contain o kern/31981 [libc] [patch] (mis)feature in getnetent parsing -- co o kern/32098 [libc] semctl() does not propagate permissions o kern/35506 jon [libc] innetgr() doesn't match wildcard fields in NIS- o kern/36902 [libc] [patch] proposed new format code %N for strftim o kern/42429 [libc] [patch] hash_action called with HASH_DELETE doe o kern/42956 [libc] dlclose gives "invalid shared object handle" wh o kern/52907 phk [libc] [patch] more malloc options for debugging progr o kern/56720 [libc] feature request: UNICODE support in Resolver o kern/58687 deischen [libc] [patch] gethostbyname(3) leaks kqueue file desc s kern/59739 [libc] rmdir(2) and mkdir(2) both return EISDIR for ar s kern/64875 standards [libc] [patch] [feature request] add a system call: fd o kern/68690 [libc] write(2) returns wrong value when EFAULT o kern/69825 [libc] 1st group supplied to setgroups() does not take o kern/69826 [libc] 16th group has no effect when accesing file on o kern/72498 [libc] timestamp code on jailed SMP machine generates o kern/75702 dwmalone [libc] -O5 flag breaks some compiles in /usr/src/lib/l o kern/76398 [libc] stdio can lose data in the presence of signals o kern/77841 [libc] [patch] cast away const in getpublickey() o kern/78756 [libc] [patch] src/lib/libc/nls/fr_FR.ISO8859-1.msg fo s kern/79048 [libc] realloc() copies data even when the size of all o kern/81987 [libc] [patch] memory leaks in libc/rpc p kern/83107 delphij [libc] [patch] libc uuid_compare() doesn't work with l o threa/83914 threads [libc] popen() doesn't work in static threaded program p kern/84740 tjr [libc] regcomp("\254") fails o kern/90333 das [libc] libc/gdtoa::__hldtoa() bug o bin/90736 [libc] dlfunc can not be defined in libc o kern/92880 [libc] [patch] almost rewritten inet_network(3) functi o amd64/92889 amd64 [libc] xdr double buffer overflow o kern/93093 [libc] xdr_string might call strlen(3) on NULL o kern/93197 [libc] strptime(3) succeeds on formats it should fail o kern/94519 [libc] [patch] Add UF_HIDDEN file flag; map it to Wind a kern/94827 [libc] mmap with given (void *addr) may lock memory-ma o kern/95002 [libc] hash db source code has a bug which prevents us o kern/96840 [libc] [patch] getgrent() does not return large groups o kern/98414 [libc] fts_read(3) disregards permissions of mounted v o bin/99800 [libc] [patch] Add support for profiling multiple exec o kern/99826 [libc] [patch] setenv(3)/unsetenv(3) leak memory o kern/100439 [libc] Possible wrong setrlimit(2) handling (regressio 41 problems total. Problem reports for tag 'libc_r': S Tracker Resp. Description -------------------------------------------------------------------------------- o threa/81534 threads [libc_r] [patch] libc_r close() will fail on any fd ty 1 problem total. Problem reports for tag 'libcrypt': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/75934 [libcrypt] [patch] missing blowfish functionality in p 1 problem total. Problem reports for tag 'libdisk': S Tracker Resp. Description -------------------------------------------------------------------------------- o bin/24435 qa [libdisk] changing slice type causes Auto-partition to o kern/31201 [libdisk] [patch] add free_space(chunk) to libdisk o kern/36916 qa [libdisk] DOS active partition flag lost in libdisk an o kern/96077 [libdisk] memory leak in libdisk(3)'s Disk_Names() p kern/96326 [libdisk] [patch] update to id -> partition name trans o bin/97164 [libdisk] libdisk's Open_Disk() crashes 6 problems total. Problem reports for tag 'libexec': S Tracker Resp. Description -------------------------------------------------------------------------------- o bin/95339 [libexec] [patch] rtld is thread-unsafe. fixes for dlo 1 problem total. Problem reports for tag 'libexpat': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/98618 [libexpat] [patch] src/lib/libexpat is setup for small 1 problem total. Problem reports for tag 'libfetch': S Tracker Resp. Description -------------------------------------------------------------------------------- p bin/91973 des [libfetch] [patch] relax fetch(1) reaction on a MODE c o kern/98873 des [libfetch] allow fetch(3) to force using of ipv4 or ip 2 problems total. Problem reports for tag 'libiconv': S Tracker Resp. Description -------------------------------------------------------------------------------- s kern/76520 [libiconv] [patch] Add new kernel-side libiconv conver 1 problem total. Problem reports for tag 'libkse': S Tracker Resp. Description -------------------------------------------------------------------------------- o sparc/73413 trhodes [libkse] [patch] pthread (libkse) library is broken on 1 problem total. Problem reports for tag 'libkvm': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/95405 [libkvm] libkvm does not support /dev/fwmem0.0 in Free 1 problem total. Problem reports for tag 'libm': S Tracker Resp. Description -------------------------------------------------------------------------------- o stand/83845 standards [libm] [patch] add log2() and log2f() support for libm o i386/85101 i386 [libm] nearbyint always returns nan o kern/94583 [libm] std::isnan()/std::isinf() are not identical to 3 problems total. Problem reports for tag 'libmap': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/78646 [libmap] [patch] libmap should canonicalize pathnames 1 problem total. Problem reports for tag 'libmd': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/102795 [libmd] {SHA1,RIPEMD160}_Update() produce wrong result 1 problem total. Problem reports for tag 'libpam': S Tracker Resp. Description -------------------------------------------------------------------------------- s kern/20333 des [libpam] ftp login fails on unix password when s/key a o kern/76678 rwatson [libpam] [patch] Allow pam_krb5 to authenticate no loc o bin/91954 [libpam] [patch] Proposed enhancement for pam_krb5: "o o bin/93310 des [libpam] [patch] pam_unix ignores 'passwordtime' from 4 problems total. Problem reports for tag 'libpcap': S Tracker Resp. Description -------------------------------------------------------------------------------- f kern/58529 dwmalone [libpcap] [patch] RDWR bpf in pcap. 1 problem total. Problem reports for tag 'libstand': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/85650 [libstand] [patch] modifications to tftp-based PXE boo o kern/93998 [libstand] [patch] panic in libstand when closing raw 2 problems total. Problem reports for tag 'libtacplus': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/80269 [libtacplus] [patch] libtacplus tac_get_av_value will 1 problem total. Problem reports for tag 'libtelnet': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/101359 [libtelnet] Bug in /usr/src/lib/libtelnet: compile fai 1 problem total. Problem reports for tag 'libthr': S Tracker Resp. Description -------------------------------------------------------------------------------- o threa/85160 threads [libthr] [patch] libobjc + libpthread/libthr crash pro 1 problem total. Problem reports for tag 'libusbhid': S Tracker Resp. Description -------------------------------------------------------------------------------- o usb/101775 usb [libusbhid] [patch] possible error in report descripto 1 problem total. Problem reports for tag 'libutil': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/35774 [libutil] logwtmp: Suboptimal auditing possibilities f s kern/38347 [libutil] [patch] [feature request] new library functi o kern/84797 [libutil] [patch] State engine in the libutils propert p bin/96335 delphij [libutil] [patch] ignored NO_INET6 knob 4 problems total. Problem reports for tag 'libz': S Tracker Resp. Description -------------------------------------------------------------------------------- p bin/89012 [libz] FreeBSD-6.0 is still using zlib-1.2.2 o bin/96393 [libz] [patch] assembler implementations for libz on i 2 problems total. Problem reports for tag 'linprocfs': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/94528 [linprocfs] linprocfs /proc/memory reports wrong size 1 problem total. Problem reports for tag 'linux': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/21463 emulation [linux] Linux compatability mode should not allow setu o kern/29698 emulation [linux] [patch] linux ipcs doesn'work o kern/39201 emulation [linux] [patch] ptrace(2) and rfork(RFLINUXTHPN) confu o kern/55835 emulation [linux] [patch] Linux IPC emulation missing SETALL sys a kern/72920 emulation [linux]: path "prefixing" is not done on unix domain s o kern/73777 emulation [linux] [patch] linux emulation: root dir special hand o kern/77710 emulation [linux] Linux page fault sigcontext information is wro o kern/90330 [linux] linux_compat /dev system freeze problem f kern/97326 [linux] file descriptor leakage in linux emulation o kern/99068 [linux] [patch] Linux emulator crashed by java, when c o kern/102956 emulation [linux] [patch] Add partial support for SO_PEERCRED in 11 problems total. Problem reports for tag 'lnc': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/77982 [lnc] [patch] lnc0 can NOT be detected in vmware 4.5.2 o kern/81322 [lnc] [hang] lnc driver causes lockups 2 problems total. Problem reports for tag 'loader': S Tracker Resp. Description -------------------------------------------------------------------------------- o i386/62003 remko [loader] [patch] make /boot/loader "reboot" code same f i386/63628 [loader] [patch] i386 master boot record to allow boot o kern/73004 [loader] [patch] PXE loader malfunction in multiple PX o i386/85652 i386 [loader] [patch] deal with out-of-memory errors during o kern/96927 [loader] Loader(8) cause kernel death on "boot -a" (re 5 problems total. Problem reports for tag 'lpt': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/26562 [lpt] [patch] /dev/lpt0 returns EBUSY when attempting o kern/27403 [lpt] lpt driver doesn't handle flags anymore o kern/34568 [lpt] turning printer on and off hangs the computer 3 problems total. Problem reports for tag 'mac': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/63096 rwatson [mac] [patch] MAC entry point for route manipulation o kern/71677 rwatson [mac] [patch] MAC Biba / IPFW panic 2 problems total. Problem reports for tag 'makedev': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/44058 [MAKEDEV] [patch] /dev/ch* is created without group wr s bin/56012 [MAKEDEV] [patch] MAKEDEV does not allow creation of t 2 problems total. Problem reports for tag 'md': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/80136 [md] [crash] mdconfig can reboot the system o kern/81161 [md] Images mounted through mdconfig on a read-only fs o kern/87255 [md] [panic] large malloc-backed mfs crashes the syste o kern/89355 [md] mdconfig -t vnode filesystem mount problem o kern/92269 [md] [panic] panic with mdconfig and mount_cd9660 o kern/92292 [md] [hang] Heavy IO on a md-backed filesystem on a sn 6 problems total. Problem reports for tag 'mem': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/71334 [mem] [patch] mem_range_attr_{set|get} are no longer k 1 problem total. Problem reports for tag 'mfi': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/98091 scottl [mfi] [patch] Makefile style of mfi kernel module brok 1 problem total. Problem reports for tag 'mfid': S Tracker Resp. Description -------------------------------------------------------------------------------- o i386/100160 i386 [mfid] Perc5i: FreeBSD doesn't recognize more than one 1 problem total. Problem reports for tag 'mfs': S Tracker Resp. Description -------------------------------------------------------------------------------- s kern/50856 [mfs] panic if mounting /tmp as mfs with soft-updates o kern/52445 [mfs] panic when mounting floppy on MFS filesystem o kern/57195 [mfs] mount_mfs -i 512 => panic? 3 problems total. Problem reports for tag 'mii': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/76710 [mii] [patch] rgephy does not deal with status properl 1 problem total. Problem reports for tag 'mlx': S Tracker Resp. Description -------------------------------------------------------------------------------- p kern/84163 [mlx] 6.0-BETA1 mlx driver don't find any drive 1 problem total. Problem reports for tag 'mly': S Tracker Resp. Description -------------------------------------------------------------------------------- f i386/55603 remko [mly] unable to reboot when system runs from Mylex A35 s kern/57398 scsi [mly] Current fails to install on mly(4) based RAID di 2 problems total. Problem reports for tag 'mmap': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/68765 [mmap] a little data can be stored beyond EOF. 1 problem total. Problem reports for tag 'modules': S Tracker Resp. Description -------------------------------------------------------------------------------- f kern/29626 [modules] loading a module that is already compiled in o kern/48758 [modules] kldunload if_{nic} can cause kernel panic o kern/48976 [modules] nwfs.ko oddity o misc/60503 [modules] small error in modules installation o kern/62502 [modules] panic under double loading vinum.ko module o o kern/64903 [modules] panic: multiple kldload of a module compiled o kern/68076 [modules] Page fault when the sequence "kldunload ucom o kern/69502 [modules] kldload will load modules that are in the st o kern/70401 darrenr [modules] Could not load ipl.ko when no INET6 in the k o kern/74549 [modules] [patch] Allow third party KLDs (eg ports) to o kern/74809 [modules] [panic] smbfs panic if multiply mounted o kern/83017 [modules] snd_ich freezes system when being kldload'ed s kern/83738 jkoshy [modules] kldload hwpmc.ko fails with 'link_elf: symbo o kern/84052 [modules] [hang] 5.4-STABLE - kldunload snd_ich freeze o kern/88659 ipfw [modules] ipfw and ip6fw do not work properly as modul o kern/88709 [modules] [panic] sysctl -a after kldunload fdc panics o kern/88823 [modules] atapicam - kernel trap 12 on loading and unl o kern/95287 [modules] When using NETSMB without SMBFS the smbfs kl o kern/96346 [modules] [patch] disable build of modules that are al 19 problems total. Problem reports for tag 'mount': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/39329 [mount] '..' at mountpoint is subject to the permissio 1 problem total. Problem reports for tag 'mouse': S Tracker Resp. Description -------------------------------------------------------------------------------- o usb/87648 usb [mouse] Logitech USB-optical mouse problem. o kern/89166 [mouse] jumpy mouse movement o kern/89258 [mouse] synaptic touchpad support "worse" with hw.psm. o sparc/91882 sparc64 [mouse] Ultra 10 mouse/keyboard o kern/97918 [mouse] Scrollwheel on MX700 Mouse does not work 5 problems total. Problem reports for tag 'mpt': S Tracker Resp. Description -------------------------------------------------------------------------------- o amd64/74608 amd64 [mpt] [hang] mpt hangs 5 minutes when booting f kern/91160 mjacob [mpt] system hangs with: mpt0: Request 0xffffffff89b96 o kern/96040 [mpt] LSI1030 mpt0: bullet missed in timeout 3 problems total. Problem reports for tag 'msdosfs': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/15838 trhodes [msdosfs] [patch] Conversion tables in msdosfs_conv.c a kern/21807 [msdosfs] [patch] Make System attribute correspond to a kern/21808 [msdosfs] [patch] msdosfs incorrectly handles vnode lo o kern/45558 [msdosfs] mdconfig and msdosfs make fs writes hang o kern/47628 trhodes [msdosfs] [patch] msdosfs file corruption fix o kern/62762 trhodes [msdosfs] Fsync for msdos fs does not sync entries o kern/67326 [msdosfs] crash after attempt to mount write protected o kern/68719 [msdosfs] [patch] poor performance with msdosfs and US o kern/70096 [msdosfs] [patch] full msdos file system causes corrup o amd64/73322 amd64 [msdosfs] [hang] unarchiving /etc to msdosfs locks up o kern/79441 [msdosfs] problem writing on mounted msdos-fs at /mnt o amd64/84930 amd64 [msdosfs] something wrong with msdosfs on amd64 p kern/85366 delphij [msdosfs] [patch] MSDOSFS doesn't mark volume "clean" f kern/85649 rodrigc [msdosfs] [patch] allow mounting msdos files systems a o kern/86655 [msdosfs] [patch] msdosfs incorrectly handles NT 8.3 c o kern/87368 [msdosfs] fat32 is very slow o kern/91242 [msdosfs] panic: rofs mod when remounting disk o kern/93634 [msdosfs] False access to renamed files/directories (c o kern/93860 [msdosfs] [patch] sectors-per-track limit of MSDOSFS t o kern/95738 [msdosfs] no support for big msdos disks o kern/102250 [msdosfs] panic upon forced umount of removed medium 21 problems total. Problem reports for tag 'nanobsd': S Tracker Resp. Description -------------------------------------------------------------------------------- o conf/96746 [nanobsd] [patch] Configuration changes and README for o kern/101228 embedded [nanobsd] [patch] Two more entries for FlashDevice.sub 2 problems total. Problem reports for tag 'ncurses': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/84219 [ncurses] [patch] ncurses.h wchar_t confliction 1 problem total. Problem reports for tag 'ndis': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/73224 wpaul [ndis] [patch] Lock order reversal in ntoskrnl_timerca o kern/78382 wpaul [ndis] dhclient on ndis0 causes kernel panic o i386/86920 i386 [ndis] ifconfig: SIOCS80211: Invalid argument (regress o i386/87630 i386 [ndis] No match for NdisIMGetCurrentPacketStack o kern/88882 [ndis] ndis IF tx/rx and other problems in 6.0-R (regr o kern/88937 [ndis] ifconfig ndis does not show the correct mode o kern/89738 [ndis] [hang] Can't make WL8000PCM wifi card work with o kern/89880 wpaul [ndis] ndis interface stops rx/tx while large text tra o kern/95392 [ndis] Kernel panic loading ndisgen-created device dri 9 problems total. Problem reports for tag 'net': S Tracker Resp. Description -------------------------------------------------------------------------------- s kern/12071 fanf [net] [patch] new function: large scale IP aliasing s kern/68692 andre [net] [patch] Move ARP out of routing table o kern/85648 [net] [patch] provide more specific default network dr o kern/90096 [net] [patch] arp mixup if carp and bridge used o kern/90973 thompsa [net] [patch] if_bridge does not handle arp for own ad o kern/92690 andre [net] slowstart_flightsize ignored in 6-STABLE 6 problems total. Problem reports for tag 'net80211': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/61415 [net80211] [patch] disable broadcast ssid if_wi and di f kern/95462 sam [net80211] Memory leak in ieee 802.11 stack 2 problems total. Problem reports for tag 'netatalk': S Tracker Resp. Description -------------------------------------------------------------------------------- s kern/4184 [netatalk] [patch] minor nits in sys/netatalk 1 problem total. Problem reports for tag 'netgraph': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/63863 glebius [netgraph] [patch] feature request: implement NGM_ELEC o kern/66225 [netgraph] [patch] extend ng_eiface(4) control message f kern/72933 yar [netgraph] [patch] promisc mode on vlan interface does o sparc/80410 sparc64 [netgraph] netgraph is causing crash with mpd on sparc p kern/82189 ru [netgraph] [patch] ng_fec interface - problems with co o kern/82881 [netgraph] [panic] ng_fec(4) causes kernel panic after o kern/87421 [netgraph] [panic]: ng_ether + ng_eiface + if_bridge o kern/91419 [netgraph] libnetgraph/debug.c compile error on sparc6 p kern/95417 ru [netgraph] [patch] ng_fec doesn't allow jumbo packets o kern/97306 [netgraph] NG_L2TP locks after connection with failed o kern/99500 glebius [netgraph] [patch] netgraph doesn't honor the monitor o kern/101162 glebius [netgraph] [patch] ng_netflow 802.11Q VLAN Tag support o kern/102540 ru [netgraph] [patch] supporting vlan(4) by ng_fec(4) 13 problems total. Problem reports for tag 'netinet': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/52585 bms [netinet] [patch] Kernel panic with ipfw2 and syncooki a kern/61744 andre [netinet] [patch] TCP hangs onto mbufs with no tcp dat s kern/68110 hsu [netinet] [patch] RFC 3522 for -HEAD o kern/72396 [netinet] [patch] Incorrect network accounting with al o kern/74935 qingli [netinet] [patch] TCP simultaneous open fails. o kern/75122 andre [netinet] [patch] Incorrect inflight bandwidth calcula o kern/78227 [netinet] [patch] Destroying a network interface leaks o kern/90155 [netinet] [patch] use sysctl(8) to control hardware ch p kern/91412 andre [netinet] [patch] Problem with PMTU Discovery / DF / I p kern/91851 andre [netinet] [patch] cannot collect multicast upcall mess o kern/95031 [netinet] [patch] routing table doesn't update corectl o kern/95277 [netinet] IP Encapsulation mask_match() returns wrong o kern/98799 [netinet] fastforwarding routes packets to network ip 13 problems total. Problem reports for tag 'netinet6': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/72217 [netinet6] [patch] Bug in calculation of the parameter o kern/93910 [netinet6] Kernel bug (Crash), possibly ipv6-related o kern/95957 gnn [netinet6] [patch] missing check for failed memory all o kern/98597 [netinet6] Bug in FreeBSD 6.1 IPv6 link-local DAD proc 4 problems total. Problem reports for tag 'netipsec': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/94273 gnn [netipsec] [patch] IPIP decapsulation problem in FAST_ o kern/95307 gnn [netipsec] Panic (race condition?) in ipsec_process_do 2 problems total. Problem reports for tag 'netisr': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/100519 [netisr] suggestion to fix suboptimal network polling 1 problem total. Problem reports for tag 'newfs': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/77181 [newfs] [patch] newfs -g largevalue, mkdir, panic 1 problem total. Problem reports for tag 'nfs': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/4012 [nfs] 2.2-RELEASE/Digital UNIX NFSv3 0 length files a kern/14712 iedowse [nfs] root has access to NFS mounted directories with s kern/17108 [nfs] SecureRPC not supported in mount_nfs command s conf/17540 cel [nfs] NIS host lookups cause NFS mounts to wedge at bo o kern/19909 [nfs] Problem with NFS client in 4.0-STABLE o kern/21222 [nfs] wrong behavior of concurrent mmap()s on NFS file o bin/22291 cel [nfs] getcwd() fails on recently-modified NFS-mounted o conf/22308 [nfs] mounting NFS during boot blocks if host map come a kern/26142 cel [nfs] Unlink fails on NFS mounted filesystem o kern/27232 cel [nfs] On NFSv3 mounted filesystems, stat returns st_bl o kern/30971 peter [nfs] NFS client modification time resolution is not h o kern/31380 cel [nfs] NFS rootfs mount failure message too cryptic o kern/31790 cel [nfs] problem with NFS and jail() o kern/32668 cel [nfs] NFS directory removal problems manifested in por o kern/33203 [nfs] "got bad cookie" errors on NFS client o kern/35669 cel [nfs] NFSROOT breaks without a gateway o kern/38872 cel [nfs] nfs code ignores possibility of MGET(M_WAIT) fai o kern/41216 cel [nfs] Get "NFS append race" error o kern/43474 [nfs] [patch] dhcp.* values not set in kenv by bootp c o kern/43954 cel [nfs] nfs-blocked process can't return or be interrupt p kern/44336 [nfs] NFSv3 client broken - security problem with attr o kern/44580 cel [nfs] NFS updates file access time when file is modifi o kern/48894 [nfs] Suggested improvements to the NFS read-ahead heu o kern/52936 [nfs] Huge writes to nfs exported FAT filesystems caus o kern/54383 net [nfs] [patch] NFS root configurations without dynamic a kern/57696 cel [nfs] NFS client readdir terminates prematurely if ren a kern/62278 iedowse [nfs] NFS server may not set eof flag when reading las a kern/64816 peadar [nfs] mmap and/or ftruncate does not work correctly on o kern/66611 [nfs] Crashing NFS servers (with workaround) o kern/66786 [nfs] panic: exporting msdosfs causes nfs to panic o kern/67545 [nfs] NFS Diskless Mount Option Suggestion o kern/70708 [nfs] gcore/procfs not finding /proc/pid/file on repea o kern/71391 [nfs] [panic] md via NFS file + mount -t ntfs: panic: o kern/72504 [nfs] nfsd result mbufs-overruns f kern/72630 [nfs] [hang] NFS copy of large file crash/hangs 5.2.1 o kern/73740 [nfs] [panic] 5-3-R#3 panic when accessing nfs exporte o amd64/74811 amd64 [nfs] df, nfs mount, negative Avail -> 32/64-bit confu o kern/76126 [nfs] [patch] 4.11 client will send a NFS request to r o kern/77432 cel [nfs] [patch] It is not possible to load nfs4client.ko o kern/77902 cel [nfs] NFS client should use VA_UTIMES_NULL to determin o kern/78673 cel [nfs] [patch] nfs client open resets attrstamp ever if o kern/78884 cel [nfs] [patch] nfs client cache negative lookups o kern/79208 cel [nfs] Deadlock or starvation doing heavy NFS writes wi o kern/79214 cel [nfs] iozone hurts tcp-based NFS o kern/79336 cel [nfs] NFS client doesn't detect file updates on Novell o kern/79700 cel [nfs] suspending nfs file access hangs other access to o kern/81770 cel [nfs] Always "NFS append race" at every NFS mount with o kern/82805 cel [nfs] [panic] sched_switch ched_4bsd.c:865 / nfs_inact o kern/84500 cel [nfs] [panic] nfsv4 memory allocation panic o kern/84673 cel [nfs] NFS client problem "Stale NFS file handle" o kern/84953 kuriyama [nfs] NFS locking issue in RELENG_6/i386/SMP o kern/84964 cel [nfs] nfs4 mount doesn't handle NFS4ERR_GRACE o kern/84965 cel [nfs] nfs4 mount generates NFS4ERR_BAD_SEQID o kern/84968 cel [nfs] programs on nfs4 mounts won't execute o kern/85894 cel [nfs] [panic] nfs_timer / nfs_socket.c:1146 panic o kern/86319 cel [nfs] [feature request] support a "noac" NFS mount fla o kern/86944 cel [nfs] [patch] When I use FreeBSD with NFS client, clos o kern/88320 [nfs] ypxfr(8) talks IPv6 to IPv4-only portmap -> ypin o kern/94256 cel [nfs] nfs locking/rpc.lockd doesn't understand file de o kern/94830 cel [nfs] [patch] mount_nfs causes a fatal trap 18 if the o kern/97329 matteo [nfs] [patch] code simplification o kern/97686 [nfs] massive NFS server performance break under "opti f kern/98749 kib [nfs] NFS and QUOTA are bad bedfellows 63 problems total. Problem reports for tag 'nge': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/31940 [nge] nge(4) gigabit adapter link reset and slow trans o kern/41720 [nge] if_nge_load=YES make system not bootable o kern/90279 [nge] Appletalk and 0x090007 OUI enet frames can't pas 3 problems total. Problem reports for tag 'nic': S Tracker Resp. Description -------------------------------------------------------------------------------- f i386/68117 remko [nic] serious network collisions after NIC "media/medi 1 problem total. Problem reports for tag 'nis': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/17310 [nis] [patch] NIS host name resolving may loop forever o kern/34842 [nis] [patch] VmWare port + NIS causes "broadcast stor o bin/40215 wpaul [nis] NIS host search not terminate o kern/44578 [nis] getnetgrent fails to read NIS netgroup map o kern/45026 [nis] Can't set next password change date on NIS serve o bin/51628 [nis] ypmatch doesn't match keys in legacy NIS servers o kern/61774 [nis] nis security issue o kern/71478 [nis] NIS/NFS: res_mkquery failed [4.2] o kern/71683 [nis] NIS/NFS problem [4.8] o conf/72592 [nis] NIS Domain Master fails as client of itself 10 problems total. Problem reports for tag 'notes': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/90181 [NOTES] [patch] IPSEC_FILTERGIF documentation is incom 1 problem total. Problem reports for tag 'ntfs': S Tracker Resp. Description -------------------------------------------------------------------------------- o alpha/59116 alpha [ntfs] mount_ntfs of a Windows 2000-formatted fs cause o kern/71774 [ntfs] NTFS cannot "see" files on a WinXP filesystem o kern/73484 [ntfs] Kernel panic when doing `ls` from the client si o kern/73514 [ntfs] [patch] mount_ntfs: can't access to a large fil o kern/80519 [ntfs] Write capability for ntfs filesystems does not o kern/86965 [ntfs] NTFS driver returns incorrect 'number of links' o kern/89966 rodrigc [ntfs] [panic] mounting ntfs causes kernel panic in so o kern/92000 [ntfs] [panic] Panic caused by mounting mounted NTFS p o kern/97377 [ntfs] [patch] syntax cleanup for ntfs_ihash.c o kern/97494 [ntfs] Cannot access large file on NTFS volume o kern/99290 [ntfs] mount_ntfs ignorant of cluster sizes o kern/103035 [ntfs] Directories in NTFS mounted disc images appear 12 problems total. Problem reports for tag 'ntp': S Tracker Resp. Description -------------------------------------------------------------------------------- o bin/92839 roberto [ntp] [patch] contrib/ntp PARSE buffer overrun 1 problem total. Problem reports for tag 'nullfs': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/51583 [nullfs] [patch] allow to work with devices and socket o kern/59945 [nullfs] [patch] nullfs bug: reboot after panic: null_ p kern/63662 [nullfs] using read-only NULLFS leads to panic. gdb ou o kern/94269 [nullfs] procfs shows wrong data if executable is runn 4 problems total. Problem reports for tag 'nve': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/88045 jhb [nve] [patch] 6.0rc1: nve0: device timeout (51) p kern/97063 obrien [nve] [patch] Added DEFINE to if_nve.c/if_nvereg.h to 2 problems total. Problem reports for tag 'nwfs': S Tracker Resp. Description -------------------------------------------------------------------------------- a kern/59211 [nwfs] System crashes when moving files from NWFS moun o kern/65920 [nwfs] Mounted Netware filesystem behaves strange o kern/69100 [nwfs] panic: 5.2.1p9 kernel panics when mounting nwfs o kern/92750 [nwfs] Files in mounted Netware filesystem drop in and 4 problems total. Problem reports for tag 'ohci': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/94146 [ohci] fwohci parity error crashes kernel on boot 1 problem total. Problem reports for tag 'orm': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/82978 [orm] [hang] FreeBSD hangs loading orm(4) only after r 1 problem total. Problem reports for tag 'pam': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/66095 [pam] template_user is broken in pam_radius o kern/83099 des [pam] pam_login_access change causes cyrus-sasl-saslau o kern/88150 des [pam] PAM does not search /usr/local/lib for modules o kern/94978 [pam] pam_opie module option without "no_fake_prompts" 4 problems total. Problem reports for tag 'pccard': S Tracker Resp. Description -------------------------------------------------------------------------------- o i386/41364 imp [pccard] NewMedia "Bus Toaster" SCSI card w/ Advansys o conf/55470 [pccard] [patch] new pccard.conf entry (I-O DATA WN-B1 o kern/60307 [pccard] [patch] wrong product id in pccarddevs for Sp o kern/62098 [pccard] [patch] Bad CISTPL_VERS_1 and clash on notebo o kern/67763 [pccard] [patch] PCMCIA: MELCO manufacturer code shoul o kern/71608 [pccard] XIRCOM REM56-100 Ethernet 10/100 can't config o kern/74498 [pccard] [patch] new CIS id for Intersil WiFi, pccard o kern/75298 [pccard] [patch] add missing device id for pccard brid o kern/82464 [pccard] Sony Ericsson GC75 GPRS MODEM not recognized o kern/89878 [pccard] [patch] pccard.c:pccard_safe_quote() unsafe o kern/92070 imp [pccard] wi0: No irq?! with LG 11Mbps Wireless LAN PCI o kern/93431 imp [pccard] dc interface attach failed after upgrade to 6 12 problems total. Problem reports for tag 'pccbb': S Tracker Resp. Description -------------------------------------------------------------------------------- f i386/71158 remko [pccbb] pci bus number 3 devices are missing on laptop o kern/91919 [pccbb] pccbb does not supply appropriate voltage o kern/100155 imp [pccbb] Incorrect enumeration in pccbb_pci.c: cbb_pci 3 problems total. Problem reports for tag 'pci': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/59903 [pci] [patch] "pci_find_device" returns [only/at] the o kern/60982 [pci] [patch] ID for VIA 686A Power Management Unit (f o kern/65355 [pci] [patch] TC1000 serial ports need enabling o kern/70810 [pci] [patch] Enable SMBus device on Asus P4B series m p kern/79139 rodrigc [pci] [patch] Support for more PCIe chipsets o kern/79266 [pci] [patch] RELENG_4 pci CONF1_ENABLE_MSK depend MFC o kern/89837 [pci] PCI code outputs superfluous "failed to enable/d o kern/91347 rodrigc [pci] [patch] Add another PCI-e chipset for extended c o kern/95661 [pci] [patch] pci_pci still not correct for initializi o kern/98898 [pci] [patch] fix random sound problems in fm801 o i386/100142 i386 [pci] [patch] /dev/smb0 device not available on system 11 problems total. Problem reports for tag 'pcm': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/90837 [pcm] PCM - ICH6 - device is busy, but old process doe o i386/93986 multimedia [pcm] Acer TravelMate 4652LMi pcm0 channel dead 2 problems total. Problem reports for tag 'pcmcia': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/94898 [pcmcia] GPRS PCMCIA card cause interrupt storm and co 1 problem total. Problem reports for tag 'pcn': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/31456 [pcn] [patch] register number definition for AMD PCnet o kern/72966 obrien [pcn] [patch] AMD PCnet/PCI Fast Ethernet driver broke 2 problems total. Problem reports for tag 'pcvt': S Tracker Resp. Description -------------------------------------------------------------------------------- a kern/26348 [pcvt] scon -s, page fault in HP mode o stand/54833 standards [pcvt] more pcvt deficits o stand/54839 standards [pcvt] pcvt deficits o bin/71623 [pcvt] [patch] cleanup of the usr.sbin/pcvt code o i386/75887 i386 [pcvt] with vt0.disabled=0 and PCVT in kernel video/ke 5 problems total. Problem reports for tag 'pecoff': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/60963 [pecoff] [patch] Win32 Applications abort on PECOFF o kern/80742 wkoszek [pecoff] [patch] Local DoS in sys/compat/pecoff (+ oth 2 problems total. Problem reports for tag 'pf': S Tracker Resp. Description -------------------------------------------------------------------------------- o conf/81042 pf [pf] [patch] /etc/pf.os doesn't match FreeBSD 5.3->5.4 o kern/82271 pf [pf] cbq scheduler cause bad latency a kern/84544 dhartmei [pf] [patch] pfvar.h: PF_QNAME_SIZE is too small for c f kern/86072 pf [pf] Packet Filter rule not working properly (with SYN o kern/86848 [pf][multicast] destroying active syncdev leads to pan o kern/92949 pf [pf] PF + ALTQ problems with latency o kern/93825 pf [pf] pf reply-to doesn't work o kern/94992 pf [pf] [patch] pfctl complains about ALTQ missing 8 problems total. Problem reports for tag 'pfil': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/73517 [pfil] pfil_hooks (ipfw,pf etc) and ipsec processing o 1 problem total. Problem reports for tag 'pfsync': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/101794 [pfsync] Setting plip as syncdev for pfsync causes ker 1 problem total. Problem reports for tag 'picobsd': S Tracker Resp. Description -------------------------------------------------------------------------------- o misc/15876 embedded [picobsd] PicoBSD message of the day problems o misc/28255 embedded [picobsd] picobsd documentation still references old . o bin/29725 dwmalone [picobsd] [patch] fixed segmentation fault in simple_h o bin/42084 luigi [picobsd] PicoBSD's 'netstat -i' reports negative Ipkt o misc/42115 luigi [picobsd] [patch] fix build script for 4.6-STABLE o kern/42728 embedded [picobsd] many problems in src/usr.sbin/ppp/* after c o misc/52255 embedded [picobsd] picobsd build script fails under FreeBSD 5.0 o misc/52256 embedded [picobsd] picobsd build script does not read in user/s 8 problems total. Problem reports for tag 'pipe': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/77493 [pipe] freebsd 5.3 + bash process substitution fails d o kern/93685 [pipe] select on pipe write fails from '0' end 2 problems total. Problem reports for tag 'pkg_install': S Tracker Resp. Description -------------------------------------------------------------------------------- o bin/34628 [pkg_install] [patch] pkg-routines ignore the recorded 1 problem total. Problem reports for tag 'plip': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/102035 net [plip] plip networking disables parallel port printing 1 problem total. Problem reports for tag 'pmap': S Tracker Resp. Description -------------------------------------------------------------------------------- o i386/31427 davidxu [pmap] [patch] minor incorrect code in sys/i386/i386/p o i386/74327 i386 [pmap] [patch] mlock() causes physical memory leakage 2 problems total. Problem reports for tag 'powerd': S Tracker Resp. Description -------------------------------------------------------------------------------- o amd64/87689 amd64 [powerd] [hang] powerd hangs SMP Opteron 244 5-STABLE o bin/90903 [powerd] cpufreq inconsistency / powerd broken 2 problems total. Problem reports for tag 'ppbus': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/17425 [ppbus] [patch] fix two small printing errors in ppbus 1 problem total. Problem reports for tag 'ppc': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/74037 [ppc] ppc(4) cannot find parallel port on Toshiba M30 1 problem total. Problem reports for tag 'ppp': S Tracker Resp. Description -------------------------------------------------------------------------------- o bin/88619 brian [ppp] ppp chat auth fails ( pppoe ) o kern/93019 [ppp] ppp and tunX problems: no traffic after restarti o kern/101333 [ppp] [patch] ppp(4) (if_ppp) doesn't use any compress o kern/101334 [ppp] ping -f dst_addr through pppN iface caused kerne 4 problems total. Problem reports for tag 'procfs': S Tracker Resp. Description -------------------------------------------------------------------------------- s kern/19535 [procfs] [patch] procfs_rlimit tidyup o kern/86107 [procfs] [panic] unrhdr has N allocations, NULL derefe o kern/90063 [procfs] access("/proc/123", F_OK) doesn't work on >= o kern/96999 [procfs] [patch] procfs reports incorrect information o kern/97505 [procfs] file entry of procfs points to "unknown" 5 problems total. Problem reports for tag 'pseudofs': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/85137 [pseudofs] [patch] panic due to sleep with held mutex 1 problem total. Problem reports for tag 'psm': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/57230 [psm] [patch] psm(4) incorrectly identifies an Intelli f i386/65528 remko [psm] mouse cursor disapears on moving f i386/67055 remko [psm] Mouse (wheel) detection problem on SIS748/964 ba o kern/80844 [psm] [patch] Increase compatibility of psm driver wit o kern/84411 philip [psm] [patch] psm drivers adds bad buttons for Synapti o i386/85072 i386 [psm] ps/2 Mouse detection failure on compaq chipset o kern/91339 [psm] mousedriver do not recognize aditional buttons o o kern/100687 [psm] psm problem (?): touchpad hangs, then move supe 8 problems total. Problem reports for tag 'pst': S Tracker Resp. Description -------------------------------------------------------------------------------- o i386/74153 i386 [pst] FreeBSD 5.3 cannot boot ftom pst 1 problem total. Problem reports for tag 'pts': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/92742 cognet [pts] [panic] New pts code causes AMD64 panics (regres 1 problem total. Problem reports for tag 'pty': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/60697 [pty] [patch] pseudo-tty hack versus telnet race cause o kern/99758 [pty] [patch] chown/chmod pty slave side in kernel 2 problems total. Problem reports for tag 'puc': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/42578 [puc] [panic] using PCI serial cards (puc) in SMP mach o kern/43716 [puc] [patch] puc driver does not recognize Lava Dual- o kern/58953 [puc] [patch] detect NetMOS-based six serial port card o kern/69730 [puc] [patch] puc driver doesn't support PC-Com 8-port o kern/72352 [puc] [patch] Support for VScom PCI-100L is missing fr o kern/75132 jhb [puc] [patch] add support for the Davicom 56PDV PCI Mo o kern/82901 [puc] ECP mode fails on NetMos ppc card - "PWord not s 7 problems total. Problem reports for tag 'pxe': S Tracker Resp. Description -------------------------------------------------------------------------------- o i386/91719 [pxe] BZ2_bzDecompress returned -3 error on loading bz o kern/91720 [pxe] pxeboot always tries to do an rpc call to an nfs 2 problems total. Problem reports for tag 'quotas': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/91631 [quotas] 6.0-RELEASE freeze repetitively 1 problem total. Problem reports for tag 'radeon': S Tracker Resp. Description -------------------------------------------------------------------------------- o amd64/86080 amd64 [radeon] [hang] radeon DRI causes system hang on amd64 o kern/89271 [radeon][agp][hang] X.org hangs when heavily using Rad 2 problems total. Problem reports for tag 'raid': S Tracker Resp. Description -------------------------------------------------------------------------------- f i386/62288 remko [RAID] reopened raid disks on a running system 1 problem total. Problem reports for tag 'ral': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/82456 [ral] WITNESS warning/backtrace in if_ral o kern/95519 [ral] ral0 could not map mbuf o kern/103200 [ral] ral driver for RELENG_6 3 problems total. Problem reports for tag 're': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/68514 [re] Realtek driver halts on oversized frames o i386/70832 i386 [re] serious problems with RealTek NIC using re0 drive o kern/76551 [re] [patch] re0: watchdog timeout o kern/80005 [re] re(4) network interface _very_ unpredictable work o kern/81019 [re] re(4) RealTek 8169S32 behaves erratically o i386/83735 i386 [re] network card (realtek 8139) and sound card (CMI87 o kern/84584 [re] re(4) spends too much time in interrupt handler ( o kern/91942 [re] [panic] ifconfig causes panic on re(4) o kern/93893 [re] Boot panic from Netgear GA311 o kern/94082 [re] [patch] USR 997902 Gig-Ethernet card not recogniz o kern/96322 [re] re driver false positives on the loopback test 11 problems total. Problem reports for tag 'resolver': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/74314 [resolver] DNS resolver broken under certain jail cond 1 problem total. Problem reports for tag 'rl': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/69092 [rl] kernel: rl0: watchdog timeout o i386/74966 i386 [rl] Realtek driver seems to misinterpret some packets o kern/75312 [rl] Built-in RTL8281BL on Asus Pundit AB P2800 is not o kern/76081 [rl] [patch] Add support for CardBUS NIC FNW3603TX o i386/76948 i386 [rl] Slow network with rl0 o kern/92744 [rl] problems with a realtek network card on a 6.0 rel o kern/100290 [rl] rl0: watchdog timeout (regression) p kern/102974 glebius [rl] if_rl on cardbus panic 8 problems total. Problem reports for tag 'rp': S Tracker Resp. Description -------------------------------------------------------------------------------- s i386/28975 [rp] RocketPort problems o kern/44202 [rp] [patch] -stable rp driver does not work with mult 2 problems total. Problem reports for tag 'rpc': S Tracker Resp. Description -------------------------------------------------------------------------------- f bin/30661 alfred [rpc] [patch] FreeBSD-current fails to do partial NFS s kern/56461 [rpc] FreeBSD client rpc.lockd incompatible with Linux o bin/70974 [rpc] SIGSEGV in rpc.lockd o bin/71625 [rpc] [patch] cleanup of the usr.sbin/rpc.ypupdated co o bin/94252 [rpc] rpc.lockd cannot cancel lock requests o bin/94258 [rpc] O_NONBLOCK may block with rpc.lockd s bin/94892 [rpc] rpc.lockd does not interoperate with Solaris 10 o bin/94920 [rpc] rpc.statd(8) conflict with cups over tcp and udp o kern/95247 [rpc] NFS file locking problem, rpc.lockd seems to be o bin/96412 [rpc] 2 rpc.lockds launched at boot ? blocking problem o bin/98500 [rpc] rpc.lockd(+statd) bind to any ip o bin/99662 [rpc] quota information leak while rpc.rquotad is used 12 problems total. Problem reports for tag 'rpc.lockd': S Tracker Resp. Description -------------------------------------------------------------------------------- o bin/100969 [rpc.lockd] rpc.lockd conflict with cups over udp port 1 problem total. Problem reports for tag 'rtc': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/63431 [rtc] motherboard going to suspend mode stops system c o kern/70649 [rtc] system clock slows down when heavily loaded 2 problems total. Problem reports for tag 'rtld': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/88117 [rtld] [patch] support of $ORIGIN in rtld-elf. 1 problem total. Problem reports for tag 'sata': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/101734 [sata] -CURRENT cannot see SATA drive on ASUS A8N-SLI o kern/103075 [sata] SATA disk attach/unplug from a MV88SX5041 freez 2 problems total. Problem reports for tag 'sbni': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/100425 [sbni] [patch] sbni drivers does not work under 5.x 1 problem total. Problem reports for tag 'sched_ule': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/71421 jeff [sched_ule] [hang] filesystem operations lockups o kern/71827 jeff [sched_ule] [panic] Running java applications causes k o kern/72659 jeff [sched_ule] [patch] little bug in sched_ule interactiv o kern/73225 jeff [sched_ule] [panic] reproducable Page Fault o kern/78444 jeff [sched_ule] doesn't keep track of the sleep time of a o threa/80887 jeff [sched_ule] ULE with SMP broke libpthread/libthr on 5. o kern/85658 jeff [sched_ule] [patch] add DDB command, show runq, to sch 7 problems total. Problem reports for tag 'scsi': S Tracker Resp. Description -------------------------------------------------------------------------------- s kern/7264 gibbs [scsi] Buslogic BT 950 scsi card not detected o kern/13141 se [scsi] Multiple LUN support in NCR driver is broken. o kern/78868 gibbs [scsi] Adaptec 29160 fails with IBM LTO-2 drive if dis o kern/96133 scsi [scsi] [patch] add scsi quirk for joyfly 128mb flash u 4 problems total. Problem reports for tag 'sf': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/68623 [sf] [patch] sf(4) (Adaptec StarFire) multiple problem 1 problem total. Problem reports for tag 'sio': S Tracker Resp. Description -------------------------------------------------------------------------------- s kern/2298 [sio] [patch] support for DSR/DCD swapping on serial p o kern/20410 [sio] sio support for high speed NS16550A, ST16650A an o kern/26261 [sio] silo overflow problem in sio driver o kern/44267 [sio] [patch] One more modem PNP id for /usr/src/sys/i o kern/51982 [sio] sio1: interrupt-level buffer overflows o kern/65278 ups [sio] [patch] kgdb debugger port initialization destro o kern/81807 [sio] Silo overflows with serial multiport cards o kern/87845 imp [sio] [patch] sio(4) should on probe return BUS_PROBE_ o i386/89383 i386 [sio] [panic] page fault o kern/97665 [sio] hang in sio driver o i386/100831 i386 [sio] sio ignores BIOS information about serial ports 11 problems total. Problem reports for tag 'sis': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/35442 [sis] [patch] Problem transmitting runts in if_sis dri o kern/35511 [sis] sis(4) multicast filtering doesn't pass some App o kern/36517 [sis] sis driver can't map ports/memory for NetGear FA f i386/60633 remko [sis] SIS motherboard with the SIS 5591 (591) ATA chip o kern/64556 [sis] if_sis short cable fix problems with NetGear FA3 o kern/77631 [sis] sis network driver broken in 5.3 o amd64/78848 amd64 [sis] sis driver on FreeBSD 5.x does not work on amd64 o kern/83807 [sis] [patch] if_sis: Wake On Lan support for FreeBSD o kern/89633 [sis] [panic] if_sis panic under extended load in 6.0- 9 problems total. Problem reports for tag 'sk': S Tracker Resp. Description -------------------------------------------------------------------------------- s kern/65817 [sk] [panic] kernel panic with GENERIC 5.2.1 and SysKo o kern/72997 [sk] Network performance down [6-CURRENT] f kern/96743 yongari [sk] [patch] broken 32-bit register operations f kern/101274 yongari [sk] [patch] SysKonnect Yukon initialization bug on K8 f kern/103090 yongari sys/dev/sk [sk] still having watchdog timeouts 5 problems total. Problem reports for tag 'smbfs': S Tracker Resp. Description -------------------------------------------------------------------------------- p kern/36038 [smbfs] sendfile(2) on smbfs fails, exposes kernel mem o kern/36566 [smbfs] System reboot with dead smb mount and umount a kern/39043 [smbfs] Corrupted files on a FAT32 partition o kern/42652 [smbfs] error deleting r/o (by windows) files on smbfs o kern/46017 [smbfs] smb mounts break /etc/periodic/weekly/310.loca o kern/53987 [smbfs] smbfs can't access to files with symbol æ in n o kern/55617 [smbfs] Accessing an nsmb-mounted drive via a smb expo o kern/61503 [smbfs] mount_smbfs does not work as non-root o kern/62746 tjr [smbfs] SMBFS and vfs.usermount. User cannot unmount o kern/65901 [smbfs] smbfs fails fsx write/truncate-down/truncate-u o kern/77958 [smbfs] can't delete read-only files via smbfs o kern/78953 [smbfs] [patch] smbfs getdirentries() failure causes C o kern/80088 [smbfs] Incorrect file time setting on NTFS mounted vi o kern/80469 [smbfs] mount_smbfs causes freebsd to reboot o kern/85042 [smbfs] mount_smbfs: can't get handle to requester (no o kern/85326 [smbfs] [panic] saving a file via samba to an overquot o kern/87859 [smbfs] System reboot while umount smbfs. o kern/88266 [smbfs] smbfs does not implement UIO_NOCOPY and sendfi o kern/88657 [smbfs] windows client hang when browsing a samba shar o kern/90815 [smbfs] [patch] SMBFS with character conversions somet o bin/91134 [smbfs] [patch] Preserve access and modification time f kern/93458 [smbfs] mount_smbfs(8) fails with authentication error o kern/94733 [smbfs] smbfs may cause double unlock o kern/94844 [smbfs] mount_smbfs(8) don't work o kern/99363 [smbfs] ļŪÉĀĖĮ mount_smb o kern/101324 [smbfs] smbfs sometimes not case sensitive when it's s 26 problems total. Problem reports for tag 'smbus': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/100513 [smbus] Inconsistent definition of SMBus addresses in 1 problem total. Problem reports for tag 'smp': S Tracker Resp. Description -------------------------------------------------------------------------------- f i386/64626 remko [SMP] AP initialization problem on GIGABYTE GA-7DPXDW+ o kern/67830 [smp] [patch] CPU affinity problem with forked child p f i386/68754 remko [hang] [smp] SMP reset bug (Tyan Thunder100, 440BX chi o kern/74319 [smp] system reboots after few hours (5.3) o kern/77537 [smp] [hang] Conditional breakpoints hang on SMP machi o i386/81311 i386 [smp] [hang] Athlon MP SMP + 3ware + em0 = deadlock, n o kern/83406 [smp] em/bge drivers: severe performance loss under SM o amd64/87258 amd64 [smp] [boot] cannot boot with SMP and Areca ARC-1160 r o amd64/87305 amd64 [smp] Dual Opteron / FreeBSD 5 & 6 / powerd results in o kern/93461 [smp] Intel 440LX SMP freeze (regression vs. 4.X) o kern/97959 [smp] panic while booting SMP kernel 11 problems total. Problem reports for tag 'snd_csa': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/16879 tanimura [snd_csa] csa sound drivers seem to be using shared ir o kern/23546 tanimura [snd_csa] [patch] csa DMA-interrupt problem 2 problems total. Problem reports for tag 'snd_ich': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/98496 multimedia [snd_ich] some functions don't work in my sound kernel o kern/99920 multimedia [snd_ich] Not support integrated audio on ICH7R chip ( o kern/100169 multimedia [snd_ich] snd_ich broken on Dell PIII system o kern/100859 [snd_ich] snd_ich broken on GIGABYTE 915 system 4 problems total. Problem reports for tag 'snd_mss': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/83697 [snd_mss] [patch] support, docs added for full-duplex, o kern/97535 multimedia [snd_mss] doesn't work in 6.0-RELEASE and above for Cr 2 problems total. Problem reports for tag 'snd_neomagic': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/94279 multimedia [snd_neomagic] snd_neomagic crashes on FreeBSD 5.4 and 1 problem total. Problem reports for tag 'snp': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/47359 dd [snp] [panic] panic after kldunload snp 1 problem total. Problem reports for tag 'socket': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/21998 green [socket] [patch] ident only for outgoing connections o kern/66268 glebius [socket] [patch] Socket buffer resource limit (RLIMIT_ o kern/93914 [socket] panic: uipc 3 o kern/96268 [socket] TCP socket performance drops by 3000% if pack o kern/97921 rwatson [socket] close() socket deadlocks blocked threads 5 problems total. Problem reports for tag 'sound': S Tracker Resp. Description -------------------------------------------------------------------------------- f kern/25386 multimedia [sound] Incorrect mixer registers (line & synth) in ne o kern/37600 multimedia [sound] [partial patch] t4dwave drive doesn't record. f kern/59208 matk [sound] [patch] reduce pops and crackles and fix selec o kern/60677 multimedia [sound] [patch] No reaction of volume controy key on I o kern/63204 multimedia [sound] /dev/mixer broken with ESS Maestro-2E (still o f kern/66642 multimedia [sound] pcm0: play: 0: play interrupt timeout, channel f kern/72218 multimedia [sound] audio recording broken with emu10k1 on 5.3-bet f i386/72376 remko [acpi] [sound] acpi is mutually exclusive with snd_mss o kern/72995 multimedia [sound] Intel ICH2 (82801BA) - sound nearly inaudible f kern/73987 multimedia [sound] Nforce2 MB sound problem o kern/79678 multimedia [sound] sound works except recording from any source o kern/79905 multimedia [sound] sis7018 sound module problem o kern/79912 multimedia [sound] sound broken for 2 VIA chipsets: interrupt sto o kern/80465 multimedia [sound] pcm0:record:0: record interrupt timeout (Acer o kern/81146 multimedia [sound] Sound isn't working AT ALL for Sis7012 onboard o kern/82043 multimedia [sound] snd_emu10k1 - mixer does not work. o kern/84311 multimedia [sound] 82801FB/FR/FW/FRW Intel High Definition Audio f kern/84507 multimedia [sound] fm801: Not every card supports variable rate f kern/85964 multimedia [sound] Can't play 24 bit audio (Audigy 2 and others) o kern/87782 multimedia [sound] snd_t4dwave and pcm0:record:0: record interrup f kern/88820 multimedia [sound] Erratic recognition of VIA 8285 sound card by o kern/90214 multimedia [sound] memory leaks in snd_via8233 o kern/92512 multimedia [sound] distorted mono output with emu10k1 o kern/92557 multimedia [sound] Contrary to 6.0 release notes, snd_csa does no o kern/95086 multimedia [sound] uaudio line in problem with sbdm lx o kern/96538 multimedia [sound] emu10k1-driver inverts channels o kern/97609 multimedia [sound] Load Sound Module - VIA8233 - fails o kern/98167 multimedia [sound] [es137x] [patch] ES1370 mixer volumes incorrec o kern/98504 multimedia [sound] Sound is distorted with SB Live 5.1 o kern/98752 multimedia [sound] Intel ich6 82801 FB - on Packard Bell A8810 la o kern/99639 multimedia [sound] FreeBSD 4.11 hangs while trying to play sound o kern/101417 multimedia [sound] 4-speakers output not possible on Asus A8V-Del 32 problems total. Problem reports for tag 'speaker': S Tracker Resp. Description -------------------------------------------------------------------------------- o i386/70610 i386 [speaker] [patch] spkr(4): hardcoded assumption HZ == 1 problem total. Problem reports for tag 'ste': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/99064 [ste] [patch] ste driver does not support IC Plus IP10 1 problem total. Problem reports for tag 'svr4': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/91293 emulation [svr4] [patch] *Experimental* Update to the SVR4 emula 1 problem total. Problem reports for tag 'sym': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/27059 scsi [sym] SCSI subsystem hangs under heavy load on (Server o kern/60641 scsi [sym] Sporadic SCSI bus resets with 53C810 under load o kern/73289 [sym] Interrupt storm on sym0 o i386/88315 i386 [sym] [hang] Symbios/LSI-HBA (SYM83C895) hangs o kern/90282 scsi [sym] SCSI bus resets cause loss of ch device o kern/93128 scsi [sym] FreeBSD 6.1 BETA 1 has problems with Symbios/LSI 6 problems total. Problem reports for tag 'syscons': S Tracker Resp. Description -------------------------------------------------------------------------------- s kern/15436 [syscons] syscons extension: "propellers" o kern/31890 [syscons] [patch] new syscons font o kern/32480 [syscons] Missing graphic characters in syscons font i o kern/39252 [syscons] [patch] syscons doesn't support 8-bit contro o kern/46973 [syscons] [patch] syscons virtual terminals switching o kern/48599 [syscons] [patch] syscons cut-n-paste logic is broken o kern/72585 [syscons] [patch] iso05-8x16.fnt lacks letter q s kern/90082 matteo [syscons] [patch] curses ACS line graphics support for o kern/98788 [syscons] [patch] Add sysctl to disallow VT_LOCKSWITCH o kern/100683 [syscons] [patch] syscons screen savers can eat up to 10 problems total. Problem reports for tag 'sysctl': S Tracker Resp. Description -------------------------------------------------------------------------------- f kern/31490 [sysctl] [patch] Panic in sysctl_sysctl_next_ls on emp o kern/39681 [sysctl] [patch] add hidden kernel boot tunables to sy o kern/54439 [sysctl] [patch] Protecting sysctls variables by given o i386/73921 i386 [sysctl] [patch] sysctlbyname for machdep.tsc_freq doe o kern/91023 [sysctl] cpufreq/p4tcc: sysctl: dev.cpu.0.freq: Device o kern/99464 [sysctl] 'sysctl -a' panics at dev2udev 6 problems total. Problem reports for tag 'sysinstall': S Tracker Resp. Description -------------------------------------------------------------------------------- o bin/4646 qa [sysinstall] can't fixit with an NFS-mounted CD s bin/7232 qa [sysinstall] suggestion for FreeBSD installation dialo o bin/8867 qa [sysinstall] [patch] /stand/sysinstall core dumps (sig o bin/13936 qa [sysinstall] no clear indication of how much space to o bin/14318 qa [sysinstall] sysinstall upon install has some counter- o bin/15038 qa [sysinstall] easy to not notice that selection lists m o conf/16584 qa [sysinstall] Hostname field too small during install ( o bin/16948 qa [sysinstall] sysinstall/disklabel: bad partition table o bin/17546 qa [sysinstall] sysinstall does not let you configure NIS o bin/19837 ambrisko [sysinstall] [patch] run Fix It floppy from serial por o bin/20282 qa [sysinstall] sysinstall does not recover some /etc fil o bin/20391 jhb [sysinstall] sysinstall should check debug.boothowto s o bin/20908 qa [sysinstall] /stand/sysinstall too limited in selectio o bin/23098 qa [sysinstall] [patch] if installing on a serial console a bin/23402 qa [sysinstall] upgrade ought to check partition sizes o bin/24907 qa [sysinstall] Options screen at MenuMedia menu problem o bin/26897 qa [sysinstall] 4.3R sysinstall fails to create swap part o bin/26919 qa [sysinstall] fdisk should ONLY set one bootable flag o bin/27216 qa [sysinstall] can not get to shell prompt from serial c f bin/27872 qa [sysinstall] "Load Config" hangs Compaq DL360 when use a bin/28081 qa [sysinstall] /stand/sysinstall errs out if /cdrom/ alr o bin/29375 qa [sysinstall] disk editor gets confused by slices that o bin/29893 qa [sysinstall] suggestions for 4.4 sysinstall o bin/30517 qa [sysinstall] using sysinstall with install.cfg has no o bin/30837 qa [sysinstall] sysinstall doesn't set the schg flag on t o bin/31363 qa [sysinstall] "partition editor" silently corrects part f bin/32144 qa [sysinstall] unattended install with sysinstall doesn' a bin/32375 qa [sysinstall] sysinstall doesn't respect User generated o bin/33370 qa [sysinstall] post-configuration issue o bin/35400 qa [sysinstall] sysinstall could improve manipulation of o bin/35925 qa [sysinstall] fixit floppy cannot be mounted on USB dri a bin/35985 qa [sysinstall] swap double mount o bin/36118 qa [sysinstall] 4.5 Upgrade says it won't touch /usr/src, o bin/36508 qa [sysinstall] installation floppy bug (4.5) o bin/36911 qa [sysinstall] installation floppies miss autoload file o bin/37160 qa [sysinstall] coredumps when trying to load package dat o bin/37710 qa [sysinstall] LAN interface in wrong state after attemp o bin/38055 qa [sysinstall] Groups (creation) item should be before U o bin/38056 qa [sysinstall] User (creation)'s "Member groups" item sh o bin/38057 qa [sysinstall] "install" document doesn't display correc o bin/38478 qa [sysinstall] In Choose Distributions screen, it's diff o bin/38480 qa [sysinstall] sysinstall should prompt for normal users o bin/38582 qa [sysinstall] sysinstall sets newfs flag after changing o bin/38609 qa [sysinstall] sysinstall should know the size of the va o bin/38610 qa [sysinstall] should be able to mount ISO images on DOS o bin/38854 qa [sysinstall] resetting during setup causes the target o bin/39360 qa [sysinstall] if linux emu is added as a dependency (an o bin/39574 qa [sysinstall] error mounting /dev/acd0c on /dist: No su o bin/40260 qa [sysinstall] hang when detecting devices (No CD/DVD de o bin/40391 imp [sysinstall] sysinstall with PCCARD<->ISA bridge gets o bin/41238 qa [sysinstall] problems with FreeBSD installation on a d o bin/41757 qa [sysinstall] sysinstall 4.6.x unstable o bin/41850 qa [sysinstall] sysinstall fails to create root filesyste o bin/41949 qa [sysinstall] sysinstall sorts /etc/rc.conf during netb o bin/42022 qa [sysinstall] non-interactive mode prompts when only a o bin/42162 qa [sysinstall] installation crashes, md0c filled up. o bin/42934 qa [sysinstall] installation procedure on install floppie o bin/44915 qa [sysinstall] 'choose installation media' choose CD-ROM o bin/45254 qa [sysinstall] [patch] sysinstall installs things it sho o bin/45565 qa [sysinstall] write error, filesystem full o bin/45608 qa [sysinstall] install should config all ether devices, o bin/46235 rwatson [sysinstall] NTP servers for Finland require updating o bin/46670 qa [sysinstall] 5.0-RC2 install leaves CD drawer locked. o bin/46905 qa [sysinstall] FreeBSD 5.x cannot be installed from mult o bin/47384 qa [sysinstall] sysinstall ignores intended destination d o bin/47908 qa [sysinstall] /stand/sysinstall can't display document f bin/48341 qa [sysinstall] sysinstall deletes mbr although it should o bin/48989 qa [sysinstall] Sysinstall's partition editor gets confu o bin/52271 qa [sysinstall] sysinstall panics in machine with no hard o bin/53131 qa [sysinstall] "ALL" could not turn check BOXes ON at pa o bin/53341 qa [sysinstall] [patch] dump frequency in sysinstall is a o bin/53839 qa [sysinstall] disklabel editor fails on post-install co o bin/56952 re [sysinstall] floppy install error o bin/58951 [sysinstall] some problems with 4.9-RELEASE installati o bin/59708 qa [sysinstall] [patch] add sSMTP support for Mail select o bin/60349 scottl [sysinstall] 5.2-RC1 cannot do NFS installation o bin/60350 qa [sysinstall] in Choose Distributions screen, "All" doe o bin/61152 qa [sysinstall] installer refuses to mount USB-floppy or o bin/61264 qa [sysinstall] unable To Use VT100 Terminal Emulator (Te o kern/61438 qa [sysinstall] 5.2 nfs tasks running by default after sy o bin/61587 qa [sysinstall] [patch] installation problem, disklabel c f i386/61603 remko [sysinstall] wrong geometry guessed o bin/61658 qa [sysinstall] 5.2R error "Add of package qt-3.2.1 abort o bin/61890 qa [sysinstall] fdisk(8) uses incorrect calculations for o bin/61937 qa [sysinstall] cannot install 5.2-REL via serial console o bin/62367 qa [sysinstall] 5.2.1-RC installation problems o bin/62375 qa [sysinstall] sysinstall core dump o bin/62702 qa [sysinstall] backup of /etc and /root during sysinstal o bin/62711 qa [sysinstall] installation: "Insert Next CD" Prompt is o bin/62833 qa [sysinstall] can't install: integer divide fault o bin/65546 qa [sysinstall] 4.10-BETA fails to install from NFS o bin/65774 qa [sysinstall] cannot run repair disk when booted from U o bin/66350 qa [sysinstall] sysinstall creates a partition of subtype o bin/66950 qa [sysinstall] upgrading to 4.10-RC3: package conflicts o bin/68047 [sysinstall] unattended install of FreeBSD 5.2.1 does o bin/69942 [sysinstall] sysinstall changes /etc/rc.conf after ins o bin/69986 qa [sysinstall] [patch] no job control in fixit shell on o bin/70002 qa [sysinstall] fails to locate FTP dirs if the OS has pa o bin/71323 qa [sysinstall] FTP download from floppy boot crashes wit o bin/72232 qa [sysinstall] Installer installs gui-enabled cvsup o bin/72895 qa [sysinstall] Sysinstall generates invalid partition ta o sparc/72962 sparc64 [sysinstall] Sysinstall panics on sparc64 if /dev/cd0 o kern/73035 qa [sysinstall] Upgrading from 5.2.1 to 5.3 RC1 fails o bin/73410 [sysinstall] Sysinstall could not allocate disklabel o bin/73511 qa [sysinstall] SCSI drive install failure - RC2 o bin/73617 qa [sysinstall] fdisk editor unmarks active partition o bin/78964 qa [sysinstall] can not write labels to hdd on instalatio o kern/79621 qa [sysinstall] sysinstall does not create a device when o bin/79910 qa [sysinstall] Cannot escape from failed port/package in o bin/80117 qa [sysinstall] [patch] smbfs install option for sysinsta o bin/81323 qa [sysinstall] Error in installation packages "write fai s bin/84084 qa [sysinstall] FreeBSD 4.11-R won't install to 4th part o bin/84208 qa [sysinstall] "Leave the MBR untouched" option not work f bin/84667 qa [sysinstall] annoying installation problem o bin/84668 qa [sysinstall] ssh and sysinstall problem o bin/84674 qa [sysinstall] Installer trying to install bad package t o bin/85367 qa [sysinstall] [patch] fix package categories in index.c o bin/86454 qa [sysinstall] sysinstall terminates with signal 10 if I o bin/86600 qa [sysinstall] Sysinstall boot manager screen is mislead o bin/86665 qa [sysinstall] sysinstall binary upgrade clobbers named. o bin/86859 qa [sysinstall] Installer should ask about Linux earlier o bin/88826 qa [sysinstall] sysinstall infinity wait for da0 o bin/89144 [sysinstall] failed to install 2 packages on 6.0 disk o bin/90656 qa [sysinstall] 6.0-RELEASE (i386) cannot be installed vi o bin/91205 qa [sysinstall] sysinstall package options should require o bin/93275 qa [sysinstall] Failure to install after restarting insta o bin/93284 secteam [sysinstall] Insecure placement of user ftp into opera o bin/94154 [sysinstall] [patch] add release and architecture to t o bin/94409 qa [sysinstall] [patch] add geom.debugflags-note to diskl o bin/94815 [patch] [sysinstall] Upping the network interface befo o bin/97108 qa [sysinstall] write failure on transfer (wrote -1 bytes o bin/97888 ceri [sysinstall] [patch] sysinstall - give 'distSetCustom' o bin/100436 qa [sysinstall] live CD fixit mount does not find mount_m o bin/101762 qa [sysinstall] Sysinstall does not obey /usr/ports symli o bin/102498 qa [sysinstall] Cursor doesn't track sysinstall hilight o bin/102638 qa [sysinstall] [patch] sysinstall - custom dist set alwa 136 problems total. Problem reports for tag 'tcp': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/92792 [tcp] kernel crash with high number of TCP connections o kern/93378 [tcp] Slow data transfer in Postfix and Cyrus IMAP (wo o kern/94020 andre [tcp] tcp_timer_2msl_tw NULL pointer dereference panic o kern/99188 andre [tcp] [patch] FIN in same packet as duplicate ACK is l 4 problems total. Problem reports for tag 'tftpd': S Tracker Resp. Description -------------------------------------------------------------------------------- o bin/100914 [tftpd] [patch] libexec/tftpd: write access control o bin/100921 [tftpd] [patch] libexec/tftpd: `-w' non-traditional ac 2 problems total. Problem reports for tag 'threads': S Tracker Resp. Description -------------------------------------------------------------------------------- s threa/39922 threads [threads] [patch] Threaded applications executed with o kern/91266 threads [threads] Trying sleep, but thread marked as sleeping 2 problems total. Problem reports for tag 'ti': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/40516 [ti] [patch] ti driver has no baudrate set o amd64/63188 amd64 [ti] ti(4) broken on amd64 2 problems total. Problem reports for tag 'tools': S Tracker Resp. Description -------------------------------------------------------------------------------- o misc/100322 [tools] [patch] kerninclude.sh doesn't dump object nam 1 problem total. Problem reports for tag 'tty': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/89538 phk [tty] [panic] triggered by "sysctl -a" o kern/95288 [tty] [panic] panic in sys/kern/tty_subr.c putc() 2 problems total. Problem reports for tag 'twa': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/93394 [twa] boot loader hangs in boot-menu on second 8 on 3w 1 problem total. Problem reports for tag 'twe': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/50201 [twe] 3ware RAID 5 resulting in data corruption o kern/61669 [twe] writing to 3ware escalade spends 90% of cpu in s o kern/66185 [twe] twe driver generates gratuitous warning on shutd o kern/70360 [twe] Random lock-ups with 3ware RAID 5 under FreeBSD o kern/72906 [twe] twe0 idefinite wait buffer 5 problems total. Problem reports for tag 'txp': S Tracker Resp. Description -------------------------------------------------------------------------------- o amd64/62753 obrien [txp] [panic] txp(4) panics on amd4 o kern/89876 [txp] [patch] txp driver doesn't work with latest firm o kern/100839 [txp] txp driver inconsistently stops working when the 3 problems total. Problem reports for tag 'ucom': S Tracker Resp. Description -------------------------------------------------------------------------------- o usb/83977 usb [ucom] [panic] ucom1: open bulk out error (addr 2): IN o kern/86763 [ucom] kernel: ucom0: ucomwritecb: IOERROR 2 problems total. Problem reports for tag 'udav': S Tracker Resp. Description -------------------------------------------------------------------------------- o usb/80776 usb [udav] UDAV device driver shouldn't use usb_add_task 1 problem total. Problem reports for tag 'udf': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/60089 scottl [udf] UDF filesystem appends garbage to files o kern/65300 [udf] Can't use sendfile(2) to download files in UDF D o kern/77234 [udf] [patch] corrupted data is read from UDF filesyst o kern/78987 scottl [udf] [patch] udf fs: readdir returns error when it sh o kern/84983 scottl [udf] [patch] udf filesystem: stat-ting files could ra o kern/90521 [udf] [patch] UDF driver might calculate a wrong descr o kern/92040 scottl [udf] mmap/cp fails on small file in UDF o kern/97786 [udf] [patch] fs/udf: incorrect timestamps 8 problems total. Problem reports for tag 'ufs': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/26323 [ufs] [patch] Quota system creates zero-length files o kern/33940 [ufs] [patch] quotactl allows compromise gid-quotas o kern/48393 mckusick [ufs] ufs2 snapshot code bugs o kern/58373 mckusick [ufs] ufs inconsistency between 4.9-RC and 5.1 o bin/73019 [ufs] fsck_ufs: cannot alloc 607016868 bytes for inoin o amd64/89202 amd64 [ufs] [panic] Kernel crash when accessing filesystem w o kern/89991 [ufs] softupdates with mount -ur causes fs UNREFS o kern/91568 [ufs] [panic] writing to UFS/softupdates DVD media in o kern/91572 [ufs] [panic] writing to UFS/softupdates DVD media usi o kern/93435 [ufs] [panic] kernel panic after setting big value of f kern/94261 [ufs] deadlock between ffs_mksnap and mysnc o kern/94769 [ufs] Multiple file deletions on multi-snapshotted fil o kern/94849 [ufs] rename on UFS filesystem is not atomic o kern/95155 [ufs] Creation of UFS snapshot turns 'acls' mount opti 14 problems total. Problem reports for tag 'ugen': S Tracker Resp. Description -------------------------------------------------------------------------------- o usb/53025 usb [ugen] [patch] ugen does not allow O_NONBLOCK for inte o usb/62309 usb [ugen] [panic] panic: ugen(4) driver o usb/68232 usb [ugen] [patch] ugen(4) isochronous handling correction o usb/81308 usb [ugen] [patch] polling a ugen(4) control endpoint caus o usb/94311 usb [ugen][PATCH] allow interrupt IN transactions to be af 5 problems total. Problem reports for tag 'uhid': S Tracker Resp. Description -------------------------------------------------------------------------------- o usb/63837 usb [uhid] [patch] USB: hid_is_collection() only looks for o usb/85992 usb [uhid] [patch] USB stops working when trying to read f 2 problems total. Problem reports for tag 'uhub': S Tracker Resp. Description -------------------------------------------------------------------------------- o usb/94946 usb [uhub][patch] code dynamic status size for status chan 1 problem total. Problem reports for tag 'ukbd': S Tracker Resp. Description -------------------------------------------------------------------------------- o usb/102066 usb [ukbd] usb keyboard and multimedia keys don't work 1 problem total. Problem reports for tag 'uma': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/85971 jeff [uma] [patch] minor optimization to uma 1 problem total. Problem reports for tag 'umapfs': S Tracker Resp. Description -------------------------------------------------------------------------------- s kern/74708 [umapfs] [panic] UMAPFS kernel panic 1 problem total. Problem reports for tag 'umass': S Tracker Resp. Description -------------------------------------------------------------------------------- o usb/57085 sanpei [umass] umass0 problems, with Sony Vio/USB memory stic f i386/70028 remko [umass] umass issue in the boot prcess on SONY Laptop o usb/71605 usb [umass] [patch] umass doesn't recognize multiple slots f usb/74358 usb [umass] unplugging at boot time an umass device crashe o usb/74771 usb [umass] mounting write-protected umass device as read/ o kern/75764 [umass] [patch] "umass0: Phase Error" - no device for o usb/76461 usb [umass] disklabel of umass(4)-CAM(4)-da(4) not used by o usb/79893 usb [umass] [patch] new usbdevs/umass quirks derived from o usb/81073 usb [umass] [patch] fix umass NO_GETMAXLUN quirk o usb/84326 usb [umass] Panic trying to connect SCSI tape drive via US f usb/89997 usb [umass] [panic] panic on iPod mini detach f usb/91516 usb [umass] umass0 problems, with Freecom Classic SL Hard o usb/93484 usb [umass] [patch] QUIRK: Toshiba TransMemory USB Memorys o usb/94742 usb [umass] [patch] umass driver does not recognise YANO e o kern/97174 [patch] [umass] Y-E DATA USB-FDU quirk: no synchronize 15 problems total. Problem reports for tag 'umodem': S Tracker Resp. Description -------------------------------------------------------------------------------- o usb/91546 usb [umodem] [patch] Nokia 6630 mobile phone does not work 1 problem total. Problem reports for tag 'ums': S Tracker Resp. Description -------------------------------------------------------------------------------- f usb/55555 usb [ums] system freezes with access to /dev/ums0 o kern/56250 [ums] [patch] ums(4) doesn't work with MCT based PS/2 2 problems total. Problem reports for tag 'unionfs': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/17819 daichi [unionfs] Build ports on nfs & union mount panics kern a kern/27250 daichi [unionfs] [patch] unionfs filesystem panics in large n o kern/27571 daichi [unionfs] Changing policy of shadowing files and direc s kern/52110 daichi [unionfs] FS corruption when using unionfs s kern/52745 daichi [unionfs] Fatal trap 12: page fault while in kernel mo s kern/54534 daichi [unionfs] unionfs && mfs|md crashing machine a kern/56381 daichi [unionfs] panic: page fault in fifo_close() ... s kern/66066 daichi [unionfs] panic: ufs_direnter: compact2 o kern/66152 daichi [unionfs] laying unionfs over another unionfs mount ca o kern/66829 daichi [unionfs] mounting fdesc union on /dev panics 4.10-pre s kern/67706 daichi [unionfs] cvs update over a union mount slows and then o kern/73094 daichi [unionfs] system runs out of vnodes o bin/75585 matteo [unionfs] mount -p on unionfs results in non parsable o kern/84498 daichi [unionfs] [hang] file system hangs when jail starts if s kern/86596 daichi [unionfs] unionfs -b brokes file modes s kern/89755 daichi [unionfs] [hang] Jailed process deadlocks when using u o kern/91010 daichi [unionfs] [patch] new source code and some changes s kern/97595 daichi [unionfs] FreeBSD 6.1-RELEASE - "lockmgr: locking aga o kern/97699 daichi [unionfs] UNIONFS panic 19 problems total. Problem reports for tag 'uplcom': S Tracker Resp. Description -------------------------------------------------------------------------------- o usb/92403 usb [uplcom] uplcom.c needs new entry for 4.00 revision of o kern/95509 [uplcom] uplcom(4) module load after device plug-in: d o kern/95512 [uplcom] uplcom(4) causes system hangups 3 problems total. Problem reports for tag 'ural': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/88182 [ural] wep is broken in ural(4) hostap mode o kern/92083 [ural] [panic] panic using WPA on ural NIC in 6.0-RELE o kern/94373 [ural] if_ural.c:93: error: `USB_PRODUCT_LINKSYS4_HU20 3 problems total. Problem reports for tag 'usb': S Tracker Resp. Description -------------------------------------------------------------------------------- o conf/30929 usb [usb] [patch] use usbd to initialize USB ADSL modem o usb/40948 usb [usb] USB HP CDW8200 does not work f usb/41415 usb [usb] [patch] Some USB scanners cannot talk to uscanne o kern/51958 usb [usb] [patch] update for urio driver o kern/52026 usb [usb] feature request: umass driver support for InSyst o usb/56095 usb [usb] [patch] QUIRK: Apacer Pen Drive fails to work o usb/61234 usb [usb] [patch] usbhidaction(1) doesn't support using an o usb/62088 usb [usb] Logitech Cordless/Optical Mouse not working o usb/63621 usb [usb] USB MemoryStick Reader stalls/crashes system o kern/65769 usb [usb] Call to tcflush(x, TCIFLUSH) stops input on usb- o kern/66547 usb [usb] Palm Tungsten T USB does not initialize correctl o usb/68412 usb [usb] [patch] QUIRK: Philips KEY013 USB MP3 player o usb/70523 usb [usb] [patch] umct sending/receiving wrong characters o usb/70942 usb [usb] Genius Wireless USB mouse: moused doesn't work c o usb/71155 usb [usb] misbehaving usb-printer hangs processes, causes o usb/71416 usb [usb] Cryptoflex e-gate USB token (ugen0) detach is no o usb/71417 usb [usb] Cryptoflex e-gate USB token (ugen0) communicatio o usb/71455 usb [usb] Slow USB umass performance of 5.3 o usb/72380 usb [usb] USB does not work [dual Celeron Abit] o usb/73056 usb [usb] Sun Microsystems Type 6 USB mouse not working in f kern/73388 emax [usb] usb-keyboard stops working f usb/73553 usb [usb] Microsoft USB Internet Keyboard not recongized o usb/74609 usb [usb] [patch] allowing cdma modems to work at full spe o usb/74849 usb [usb] [patch] Samsung SPH-i500 does not attach properl o usb/74880 usb [usb] [patch] Samsung N400 cellphone/acm fails to atac f usb/79656 usb [usb] RHSC interrupts lost o usb/79722 usb [usb] wrong alignments in ehci.h o usb/79723 usb [usb] prepare for high speed isochronous transfers o usb/79725 usb [usb] [patch] USB device speed is not double-checked o usb/82350 usb [usb] null pointer dereference in USB stack o usb/82569 usb [usb] USB mass storage plug/unplug causes system panic o usb/83504 usb [usb] SpeedTouch USB stop working on recent current (a o usb/83677 usb [usb] usb controller often not detected (Sun W2100z) o usb/84336 usb [usb] [reboot] instant system reboot when unmounting a o usb/86767 usb [usb] bogus "slice starts beyond end of the disk:..." o usb/89954 usb [usb] USB Disk driver race condition? o usb/90162 usb [usb] [patch] Add support for the MS Wireless USB Mous o usb/95173 usb [usb] cannot mount external usb harddisk VIA Technolog o usb/96224 usb [usb] mount_msdosfs cause page fault in syncer process o usb/96546 usb [usb] [patch] Add support (quirk) for EasyMP3 EM732X U o usb/96599 usb [patch] [usb] Sony Handycam DCR-HC32E memory stick slo o usb/100957 usb [usb] [patch] usbdevs entry and uscanner.c addition fo 42 problems total. Problem reports for tag 'usbdevs': S Tracker Resp. Description -------------------------------------------------------------------------------- f usb/70362 sanpei [usbdevs] [patch] LaCie 160GB USB drive o usb/101043 usb [usbdevs] [patch] Add vendor "Sony Ericsson Mobile Com 2 problems total. Problem reports for tag 'uscanner': S Tracker Resp. Description -------------------------------------------------------------------------------- f kern/65428 remko [uscanner] [panic] uscanner(4)-related repeatable kern 1 problem total. Problem reports for tag 'vfs': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/55297 [vfs] [panic] kernel panic after running XFree86 o kern/68459 [vfs] [patch] Patches to mknod(2) behave more like Lin o kern/74976 [vfs] [panic] 5.3-STABLE: vn_finished_write triggered o kern/78434 [vfs] [patch] vfs_mount: -current does not cdboot o kern/93942 [vfs] [patch] panic: ufs_dirbad: bad dir (patch from D o kern/94669 [vfs] [patch] Panic from Failed Removable Media Mount 6 problems total. Problem reports for tag 'vga': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/64114 [vga] [patch] bad vertical refresh for console using R 1 problem total. Problem reports for tag 'vge': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/81644 [vge] vge(4) does not work properly when loaded as a K o kern/82497 [vge] vge(4) on AMD64 only works when loaded late, not o amd64/87316 amd64 [vge] "vge0 attach returned 6" on FreeBSD 6.0-RC1 amd6 3 problems total. Problem reports for tag 'vinum': S Tracker Resp. Description -------------------------------------------------------------------------------- o conf/47566 le [vinum] [patch] add vinum status verification to perio f kern/58391 le [vinum] Trap 12 with heavy disk load on ide vinum mirr o kern/79035 le [vinum] gvinum unable to create a striped set of mirro f kern/85329 [vinum] vinum dumpconfig destroys openmask and let Fre 4 problems total. Problem reports for tag 'vm': S Tracker Resp. Description -------------------------------------------------------------------------------- s i386/22944 tegge [vm] [patch] isa_dmainit fails on machines with 512MB o kern/32659 [vm] [patch] vm and vnode leak with vm.swap_idle_enabl o kern/37554 jmg [vm] [patch] make ELF shared libraries immutable once f i386/42766 remko [vm] [patch] proposal to perform reboot via jump to BI o kern/70587 [vm] [patch] NULL pointer dereference in vm_pageout_sc o kern/71258 [vm] [patch] anonymous mmappings not always page align o kern/71792 [vm] [patch] Wrong/missing 'goto' target label in cont o kern/78179 [vm] [patch] bus_dmamem_alloc() with BUS_DMA_NOWAIT ca o kern/78946 [vm] vm_pageout_flush: partially invalid page 9 problems total. Problem reports for tag 'vn': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/44744 [vn] [patch] VN devices can hang system FreeBSD v4.5 1 problem total. Problem reports for tag 'vpd': S Tracker Resp. Description -------------------------------------------------------------------------------- o i386/67011 mdodd [vpd] [patch] MFC of vpd driver for IBM xSeries etc 1 problem total. Problem reports for tag 'vr': S Tracker Resp. Description -------------------------------------------------------------------------------- s kern/41138 [vr] vr0 locks up on one hub, OK on another o kern/78388 [vr] vr network drivers cause watchdog timeout o kern/87506 [vr] [patch] Fix alias support on vr interfaces o kern/89305 [vr] [patch] D-Link NIC with VIA Rhine II, lost of Net o kern/89864 [vr] [panic] if_vr panic under FreeBSD 6 o kern/90890 [vr] Problems with network: vr0: tx shutdown timeout o kern/93567 [vr] Via Rhine : Asymetric Bandwith o kern/94390 [vr] poor network performance after promiscuous mode i o kern/100499 [vr] vr interface stops transmitting 9 problems total. Problem reports for tag 'wep': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/91364 [wep] WF-511 RT2500 Card PCI and WEP 1 problem total. Problem reports for tag 'wi': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/39928 imp [wi] wi0 timeouts and hangs the system while sending d o kern/43625 imp [wi] wi(4) driver hangs after long data transfers o kern/59183 imp [wi] wi problems with wi_cmd o kern/69019 [wi] wlan stalling after 2-3 hrs of moderate traffic f i386/69722 remko [wi] wi0: init failed, Lucent Technologies WaveLAN/IEE o kern/72924 [wi] 4.10 wi driver timeout problem with Global Sun Te o kern/73871 [wi] Intersil Prism wireless wi0 locks up, "busy bit w o kern/74495 [wi] wi(4) wlan driver device freeze (5.3-STABLE) o kern/75254 [wi] [patch] PRISM3-based adapter ZCOM XI330 doesn't w o kern/75823 [wi] wi0 interface self-destructs after a couple hours o kern/77913 [wi] [patch] Add the APDL-325 WLAN pccard to wi(4) s kern/79323 [wi] authmod setup with ifconfig on dlink wlan card fa o kern/89688 [wi] wi0 cbb remove bug: Danger Will Robinson o i386/90065 i386 [wi] System hangs if wireless card wasn't disabled bef 14 problems total. Problem reports for tag 'wpa': S Tracker Resp. Description -------------------------------------------------------------------------------- o bin/98218 [wpa] wpa_supplicant blacklist not working 1 problem total. Problem reports for tag 'xe': S Tracker Resp. Description -------------------------------------------------------------------------------- o i386/78657 i386 [xe] [hang] error installing 5.3-RELEASE due to Compaq o kern/85266 [xe] [patch] xe(4) driver does not recognise Xircom XE o kern/97401 [xe] Xircom CreditCard Ethernet 10/100, attach returne 3 problems total. Problem reports for tag 'xl': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/66564 [xl] 3c920-MV00 PHY detection problem f kern/76207 [xl] [patch] Null pointer dereference in xl_detach() o kern/77239 [xl] 3Com 3CXFEM656C does not seem to be supported by f kern/78791 [xl] xl(4) input errors and speed problem o kern/93791 [xl] xl0: watchdog timeout with 3CFE575BT 5 problems total. Problem reports for tag 'zlib': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/43616 [zlib] [patch] static-ize some functions in sys/net/zl 1 problem total. From owner-freebsd-bugs@FreeBSD.ORG Mon Sep 18 13:56:34 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B23E616A40F; Mon, 18 Sep 2006 13:56:34 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 650A243D62; Mon, 18 Sep 2006 13:56:34 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from freefall.freebsd.org (maxim@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8IDuYx7060385; Mon, 18 Sep 2006 13:56:34 GMT (envelope-from maxim@freefall.freebsd.org) Received: (from maxim@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8IDuXdw060381; Mon, 18 Sep 2006 13:56:33 GMT (envelope-from maxim) Date: Mon, 18 Sep 2006 13:56:33 GMT From: Maxim Konovalov Message-Id: <200609181356.k8IDuXdw060381@freefall.freebsd.org> To: phk@critter.freebsd.dk, maxim@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: bin/101642: kdump(1) misinterprets setsockopt arg 3 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 13:56:34 -0000 Synopsis: kdump(1) misinterprets setsockopt arg 3 State-Changed-From-To: open->patched State-Changed-By: maxim State-Changed-When: Mon Sep 18 13:55:52 UTC 2006 State-Changed-Why: HEAD should be OK now. http://www.freebsd.org/cgi/query-pr.cgi?pr=101642 From owner-freebsd-bugs@FreeBSD.ORG Mon Sep 18 14:00:55 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 10B4616A620 for ; Mon, 18 Sep 2006 14:00:55 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CDA943D55 for ; Mon, 18 Sep 2006 14:00:41 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8IE0fie060607 for ; Mon, 18 Sep 2006 14:00:41 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8IE0fPc060606; Mon, 18 Sep 2006 14:00:41 GMT (envelope-from gnats) Date: Mon, 18 Sep 2006 14:00:41 GMT Message-Id: <200609181400.k8IE0fPc060606@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: bin/101642: commit references a PR X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 14:00:55 -0000 The following reply was made to PR bin/101642; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: bin/101642: commit references a PR Date: Mon, 18 Sep 2006 13:50:44 +0000 (UTC) maxim 2006-09-18 13:49:57 UTC FreeBSD src repository Modified files: usr.bin/kdump mksubr Log: o optname, the third {set,get}sockopt(2) argument, is an enum, not a bitmap. Treat it accordingly. PR: bin/101642 MFC after: 3 weeks Revision Changes Path 1.4 +1 -1 src/usr.bin/kdump/mksubr _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-freebsd-bugs@FreeBSD.ORG Mon Sep 18 14:01:46 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9899016A617; Mon, 18 Sep 2006 14:01:46 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4832143D58; Mon, 18 Sep 2006 14:01:41 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from freefall.freebsd.org (maxim@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8IE1dFn061116; Mon, 18 Sep 2006 14:01:39 GMT (envelope-from maxim@freefall.freebsd.org) Received: (from maxim@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8IE1dop061112; Mon, 18 Sep 2006 14:01:39 GMT (envelope-from maxim) Date: Mon, 18 Sep 2006 14:01:39 GMT From: Maxim Konovalov Message-Id: <200609181401.k8IE1dop061112@freefall.freebsd.org> To: luke@madstop.com, maxim@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: bin/100684: [patch] pw(8): 'pw groupadd' does not accept -o, contrary to man page X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 18 Sep 2006 14:01:46 -0000 Synopsis: [patch] pw(8): 'pw groupadd' does not accept -o, contrary to man page State-Changed-From-To: open->patched State-Changed-By: maxim State-Changed-When: Mon Sep 18 14:01:18 UTC 2006 State-Changed-Why: Fixed in HEAD. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=100684 From owner-freebsd-bugs@FreeBSD.ORG Mon Sep 18 14:11:54 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8176D16A403 for ; Mon, 18 Sep 2006 14:11:54 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A37343DAA for ; Mon, 18 Sep 2006 14:10:40 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8IEAQig061354 for ; Mon, 18 Sep 2006 14:10:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8IEAQvw061353; Mon, 18 Sep 2006 14:10:26 GMT (envelope-from gnats) Date: Mon, 18 Sep 2006 14:10:26 GMT Message-Id: <200609181410.k8IEAQvw061353@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: bin/100684: commit references a PR X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 14:11:54 -0000 The following reply was made to PR bin/100684; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: bin/100684: commit references a PR Date: Mon, 18 Sep 2006 14:01:17 +0000 (UTC) maxim 2006-09-18 14:00:39 UTC FreeBSD src repository Modified files: usr.sbin/pw pw.c Log: o Fix groupadd getopt line and make 'pw groupadd -o' work. PR: bin/100684 Submitted by: Devon H. O'Dell MFC after: 3 weeks Revision Changes Path 1.28 +1 -1 src/usr.sbin/pw/pw.c _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-freebsd-bugs@FreeBSD.ORG Mon Sep 18 14:14:42 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C9D1116A51C; Mon, 18 Sep 2006 14:14:42 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 86DB443E56; Mon, 18 Sep 2006 14:13:31 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from freefall.freebsd.org (maxim@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8IEDVVO061860; Mon, 18 Sep 2006 14:13:31 GMT (envelope-from maxim@freefall.freebsd.org) Received: (from maxim@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8IEDUXM061856; Mon, 18 Sep 2006 14:13:30 GMT (envelope-from maxim) Date: Mon, 18 Sep 2006 14:13:30 GMT From: Maxim Konovalov Message-Id: <200609181413.k8IEDUXM061856@freefall.freebsd.org> To: kost@ropnet.ru, maxim@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: kern/100439: [libc] Possible wrong setrlimit(2) handling (regression) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 14:14:42 -0000 Synopsis: [libc] Possible wrong setrlimit(2) handling (regression) State-Changed-From-To: open->closed State-Changed-By: maxim State-Changed-When: Mon Sep 18 14:13:13 UTC 2006 State-Changed-Why: Feedback timeout. http://www.freebsd.org/cgi/query-pr.cgi?pr=100439 From owner-freebsd-bugs@FreeBSD.ORG Mon Sep 18 14:41:03 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 82C6E16A4DE for ; Mon, 18 Sep 2006 14:41:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C6FD043D8C for ; Mon, 18 Sep 2006 14:40:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8IEeK8K064933 for ; Mon, 18 Sep 2006 14:40:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8IEeK7H064932; Mon, 18 Sep 2006 14:40:20 GMT (envelope-from gnats) Date: Mon, 18 Sep 2006 14:40:20 GMT Message-Id: <200609181440.k8IEeK7H064932@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Maxim Konovalov Cc: Subject: kern/100609 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Maxim Konovalov List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 14:41:03 -0000 The following reply was made to PR kern/100609; it has been noted by GNATS. From: Maxim Konovalov To: Wayne M Barnes Cc: bug-followup@freebsd.org Subject: kern/100609 Date: Mon, 18 Sep 2006 18:37:30 +0400 (MSD) Hello Wayne, I think UPDATING in RELENG_6 and HEAD is OK: $ grep 'reboot in single' /usr/src/UPDATING [3] [3] $ grep -A 8 '\[3\] ' /usr/src/UPDATING [3] From the bootblocks, boot -s, and then do fsck -p mount -u / mount -a cd src adjkerntz -i # if CMOS is wall time Also, when doing a major release upgrade, it is required that you boot into single user mode to do the installworld. I don't think RELENG_5 is relevant at this point but let me know if you want to see this changes in RELENG_5. -- Maxim Konovalov From owner-freebsd-bugs@FreeBSD.ORG Mon Sep 18 14:50:26 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03C7416A403 for ; Mon, 18 Sep 2006 14:50:26 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B08E743D46 for ; Mon, 18 Sep 2006 14:50:25 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8IEoPmE065513 for ; Mon, 18 Sep 2006 14:50:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8IEoP9S065512; Mon, 18 Sep 2006 14:50:25 GMT (envelope-from gnats) Date: Mon, 18 Sep 2006 14:50:25 GMT Message-Id: <200609181450.k8IEoP9S065512@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Dmitry Karasik Cc: Subject: Re: kern/103312: dlsym(NULL,) doesn't work properly X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Dmitry Karasik List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 14:50:26 -0000 The following reply was made to PR kern/103312; it has been noted by GNATS. From: Dmitry Karasik To: bug-followup@FreeBSD.org Cc: Subject: Re: kern/103312: dlsym(NULL,) doesn't work properly Date: Mon, 18 Sep 2006 16:45:53 +0200 I've been digging myself for a workaround and realized that the problem is based on my assumption that for the main executable, results of dlsym(NULL,...) and dlsym(dlopen(NULL),...) should be identical. Now, I'm not that sure if this should actually be true. If it should, please let me know so I can try to fix this myself; otherwise please close the PR. -- Sincerely, Dmitry Karasik From owner-freebsd-bugs@FreeBSD.ORG Mon Sep 18 15:13:27 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D1DE16A528 for ; Mon, 18 Sep 2006 15:13:27 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB62A43DCF for ; Mon, 18 Sep 2006 15:10:38 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8IFATS3066776 for ; Mon, 18 Sep 2006 15:10:29 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8IFATHO066775; Mon, 18 Sep 2006 15:10:29 GMT (envelope-from gnats) Date: Mon, 18 Sep 2006 15:10:29 GMT Message-Id: <200609181510.k8IFATHO066775@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: bin/100496: commit references a PR X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 15:13:27 -0000 The following reply was made to PR bin/100496; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: bin/100496: commit references a PR Date: Mon, 18 Sep 2006 15:03:34 +0000 (UTC) maxim 2006-09-18 15:03:18 UTC FreeBSD src repository Modified files: contrib/telnet/telnet telnet.1 Log: o Mention .telnetrc DEFAULT keyword. PR: bin/100496 (sort of) Obtained from: NetBSD, heas@netbsd MFC after: 3 weeks Revision Changes Path 1.19 +8 -1 src/contrib/telnet/telnet/telnet.1 _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-freebsd-bugs@FreeBSD.ORG Mon Sep 18 16:51:03 2006 Return-Path: X-Original-To: freebsd-bugs@freebsd.org Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5106016A500 for ; Mon, 18 Sep 2006 16:51:03 +0000 (UTC) (envelope-from maxim@macomnet.ru) Received: from mp2.macomnet.net (mp2.macomnet.net [195.128.64.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BCE843D46 for ; Mon, 18 Sep 2006 16:50:52 +0000 (GMT) (envelope-from maxim@macomnet.ru) Received: from localhost (localhost.int.ru [127.0.0.1] (may be forged)) by mp2.macomnet.net (8.13.7/8.13.3) with ESMTP id k8IGohD4087261; Mon, 18 Sep 2006 20:50:44 +0400 (MSD) (envelope-from maxim@macomnet.ru) Date: Mon, 18 Sep 2006 20:50:43 +0400 (MSD) From: Maxim Konovalov To: Sheldon Hearn In-Reply-To: <200608211221.43718@axl.clue.co.za> Message-ID: <20060918204139.H86925@mp2.macomnet.net> References: <200608211221.43718@axl.clue.co.za> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: freebsd-bugs@freebsd.org, Ighighi Ighighi Subject: Re: bug in truncate(1) - all FreeBSD versions X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 18 Sep 2006 16:51:03 -0000 Hello, On Mon, 21 Aug 2006, 12:21+0200, Sheldon Hearn wrote: > On Monday 21 August 2006 11:55, Ighighi Ighighi wrote: > > I'm working on a portable version of truncate(1) and I noticed a lot > > of "continue" statements in the main while() loop that skip the call > > to close(fd) at the end. The obvious consequence is a file > > descriptor leak... > > > > There's still another bug: parselength() does not need to return > > off_t because its return value is checked in the usual binary (0 vs > > -1) way. > > Thanks for the feedback. I believe that the attached patch addresses > both of the concerns raised. maxim 2006-09-18 16:39:23 UTC FreeBSD src repository Modified files: usr.bin/truncate truncate.c Log: o Don't leak fd on error. o parselength() returns 0 or -1 so int is enough for its return type. Submitted by: Ighighi Ighighi, sheldonh MFC after: 3 weeks Revision Changes Path 1.12 +6 -4 src/usr.bin/truncate/truncate.c -- Maxim Konovalov From owner-freebsd-bugs@FreeBSD.ORG Mon Sep 18 17:20:25 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 915BB16A4CA for ; Mon, 18 Sep 2006 17:20:25 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9687643D82 for ; Mon, 18 Sep 2006 17:20:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8IHKODn079815 for ; Mon, 18 Sep 2006 17:20:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8IHKOQA079814; Mon, 18 Sep 2006 17:20:24 GMT (envelope-from gnats) Date: Mon, 18 Sep 2006 17:20:24 GMT Message-Id: <200609181720.k8IHKOQA079814@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Joost Bekkers Cc: Subject: Re: bin/102226: dhclient stops working, 100% cpu and logs at ~4000 lines/sec X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Joost Bekkers List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 17:20:25 -0000 The following reply was made to PR bin/102226; it has been noted by GNATS. From: Joost Bekkers To: Brooks Davis Cc: bug-followup@freebsd.org Subject: Re: bin/102226: dhclient stops working, 100% cpu and logs at ~4000 lines/sec Date: Mon, 18 Sep 2006 19:05:27 +0200 I've had dhclient running without problems for 2 weeks now using a single modification: --- bpf.c.dist Mon Sep 18 18:55:38 2006 +++ bpf.c Mon Sep 18 18:56:46 2006 @@ -282,7 +282,7 @@ */ do { /* If the buffer is empty, fill it. */ - if (interface->rbuf_offset == interface->rbuf_len) { + if (interface->rbuf_offset >= interface->rbuf_len) { length = read(interface->rfdesc, interface->rbuf, interface->rbuf_max); if (length <= 0) Yesterday I changed back to the original. and the problem occured again. (sorry, no tcpdump running at the time) Sep 17 20:22:15 bps dhclient[13559]: 6927 bad IP checksums seen in 13853 packets Sep 17 20:22:15 bps dhclient[13559]: 5 bad IP checksums seen in 5 packets Sep 17 20:22:45 bps last message repeated 742794 times Sep 17 20:24:46 bps last message repeated 3160822 times Sep 17 20:34:47 bps last message repeated 15502818 times gdb(1) got me the following: (gdb) p *interface $1 = {next = 0x0, hw_address = {htype = 1 '\001', hlen = 6 '\006', haddr = "\000`\bZB\t\000\000\000\000\000\000\000\000\000"}, primary_address = {s_addr = 0}, name = "xl0", '\0' , rfdesc = 9, wfdesc = 9, rbuf = 0x8079000 "S\222\rEw\200\006", rbuf_max = 4096, rbuf_offset = 522, rbuf_len = 758, ifp = 0x806c140, client = 0x8072000, noifmedia = 0, errors = 0, dead = 0, index = 1} interface->rbuf contains the following 00000000 53 92 0d 45 77 80 06 00 68 01 00 00 68 01 00 00 |S..Ew...h...h...| 00000010 12 00 ff ff ff ff ff ff 00 05 9a d3 f8 21 08 00 |.............!..| 00000020 45 00 01 5a 5a 62 00 00 ff 11 d6 01 0a 2e 80 01 |E..ZZb..........| 00000030 ff ff ff ff 00 43 00 44 01 46 00 00 02 01 06 00 |.....C.D.F......| 00000040 03 98 e8 90 00 00 80 00 00 00 00 00 0a 2e ab bc |................| 00000050 d4 8e 27 84 0a 2e 80 01 00 50 94 bc 58 a2 00 00 |..'......P..X...| 00000060 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| * 00000120 00 00 00 00 00 00 00 00 63 82 53 63 35 01 02 36 |........c.Sc5..6| 00000130 04 d4 8e 27 84 33 04 00 00 0e 10 01 04 ff ff f0 |...'.3..........| 00000140 00 42 0e 32 31 32 2e 31 34 32 2e 33 39 2e 31 33 |.B.212.142.39.13| 00000150 32 03 04 0a 2e a0 01 02 04 00 00 0e 10 04 04 d4 |2...............| 00000160 8e 27 84 07 04 d4 8e 27 84 00 00 00 00 00 00 00 |.'.....'........| 00000170 00 00 00 00 00 00 00 00 00 ff 00 00 53 92 0d 45 |............S..E| 00000180 f0 80 06 00 68 01 00 00 68 01 00 00 12 00 ff ff |....h...h.......| 00000190 ff ff ff ff 00 05 9a d3 f8 21 08 00 45 00 01 5a |.........!..E..Z| 000001a0 5a 63 00 00 ff 11 d6 00 0a 2e 80 01 ff ff ff ff |Zc..............| 000001b0 00 43 00 44 01 46 00 00 02 01 06 00 30 61 7f 2b |.C.D.F......0a.+| 000001c0 00 00 80 00 00 00 00 00 0a 2e a6 16 d4 8e 27 84 |..............'.| 000001d0 0a 2e 80 01 00 50 94 bc 5f 86 00 00 00 00 00 00 |.....P.._.......| 000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| * 000002a0 00 00 00 00 63 82 53 63 35 01 02 36 04 d4 8e 27 |....c.Sc5..6...'| 000002b0 84 33 04 00 00 0e 10 01 04 ff ff f0 00 42 0e 32 |.3...........B.2| 000002c0 31 32 2e 31 34 32 2e 33 39 2e 31 33 32 03 04 0a |12.142.39.132...| 000002d0 2e a0 01 02 04 00 00 0e 10 04 04 d4 8e 27 84 07 |.............'..| 000002e0 04 d4 8e 27 84 00 00 00 00 00 00 00 00 00 00 00 |...'............| 000002f0 00 00 00 00 00 ff 63 68 65 6c 6c 6f 2e 6e 6c 1c |......chello.nl.| 00000300 04 ff ff ff ff 00 00 00 00 00 00 00 00 00 00 00 |................| 00000310 00 00 00 00 00 ff 00 00 00 00 00 00 00 00 00 00 |................| 00000320 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 00000330 d8 65 f4 44 eb 33 09 00 38 12 03 00 18 03 00 00 |.e.D.3..8.......| 00000340 6c 6f 30 00 00 00 00 00 00 00 00 00 00 00 00 00 |lo0.............| 00000350 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| -- greetz Joost joost@jodocus.org From owner-freebsd-bugs@FreeBSD.ORG Mon Sep 18 18:00:32 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 860BA16A52B for ; Mon, 18 Sep 2006 18:00:32 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD09043D45 for ; Mon, 18 Sep 2006 18:00:31 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8II0VlZ083764 for ; Mon, 18 Sep 2006 18:00:31 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8II0VfW083761; Mon, 18 Sep 2006 18:00:31 GMT (envelope-from gnats) Resent-Date: Mon, 18 Sep 2006 18:00:31 GMT Resent-Message-Id: <200609181800.k8II0VfW083761@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, Kyryll A Mirnenko Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A58216A407 for ; Mon, 18 Sep 2006 17:58:33 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 14A9943E60 for ; Mon, 18 Sep 2006 17:55:19 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k8IHt8mw087291 for ; Mon, 18 Sep 2006 17:55:08 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k8IHt8Va087290; Mon, 18 Sep 2006 17:55:08 GMT (envelope-from nobody) Message-Id: <200609181755.k8IHt8Va087290@www.freebsd.org> Date: Mon, 18 Sep 2006 17:55:08 GMT From: Kyryll A Mirnenko To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: misc/103365: acpi poweroff doesn't work with geli device attached X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 18:00:32 -0000 >Number: 103365 >Category: misc >Synopsis: acpi poweroff doesn't work with geli device attached >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Sep 18 18:00:30 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Kyryll A Mirnenko >Release: 6.1-RELEASE >Organization: >Environment: FreeBSD miryanote 6.1-RELEASE-p6 FreeBSD 6.1-RELEASE-p6 #8: Thu Sep 7 17:51:11 EEST 2006 mirya@miryanote:/usr/src/sys/i386/compile/MY-LITE i386 >Description: ACPI poweroff isn't done when i've got geli device manually attached (for ex. for a filesystem not mentioned in /etc/fstab). On shutdown -p the kernel output ends with filesystems synced (I've tried waiting but no way it moves further), pressing ACPI button reports about not being ready for suspend. >How-To-Repeat: $ geli attach some-device-not-being-autodetached-on-shutdown $ shutdown -p now .. syncing filesystems, but no actual ACPI poweroff >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Mon Sep 18 18:41:20 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A4FA16A4D8 for ; Mon, 18 Sep 2006 18:41:19 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A49B143D6E for ; Mon, 18 Sep 2006 18:40:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8IIeFcU087538 for ; Mon, 18 Sep 2006 18:40:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8IIeFHC087537; Mon, 18 Sep 2006 18:40:15 GMT (envelope-from gnats) Resent-Date: Mon, 18 Sep 2006 18:40:15 GMT Resent-Message-Id: <200609181840.k8IIeFHC087537@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, Gabor Kovesdan Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2687D16A407; Mon, 18 Sep 2006 18:34:35 +0000 (UTC) (envelope-from gabor@server.t-hosting.hu) Received: from server.t-hosting.hu (server.t-hosting.hu [217.20.133.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7914043D7D; Mon, 18 Sep 2006 18:34:34 +0000 (GMT) (envelope-from gabor@server.t-hosting.hu) Received: from localhost (localhost [127.0.0.1]) by server.t-hosting.hu (Postfix) with ESMTP id B3F7099DDF8; Mon, 18 Sep 2006 20:34:31 +0200 (CEST) Received: from server.t-hosting.hu ([127.0.0.1]) by localhost (server.t-hosting.hu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id e58gz7WegBfL; Mon, 18 Sep 2006 20:34:31 +0200 (CEST) Received: by server.t-hosting.hu (Postfix, from userid 1009) id 5A60E99DDF7; Mon, 18 Sep 2006 20:34:31 +0200 (CEST) Message-Id: <20060918183431.5A60E99DDF7@server.t-hosting.hu> Date: Mon, 18 Sep 2006 20:34:31 +0200 (CEST) From: Gabor Kovesdan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Gabor Kovesdan Subject: bin/103366: tar fails if the tarball has device nodes when jailed X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Gabor Kovesdan List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 18:41:20 -0000 >Number: 103366 >Category: bin >Synopsis: tar fails if the tarball has device nodes when jailed >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Sep 18 18:40:14 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Gabor Kovesdan >Release: FreeBSD 6.1-RELEASE-p3 amd64 >Organization: n/a >Environment: System: FreeBSD server.t-hosting.hu 6.1-RELEASE-p3 FreeBSD 6.1-RELEASE-p3 #0: Sat Aug 19 11:08:15 CEST 2006 root@server.t-hosting.hu:/usr/src/sys/amd64/compile/FREEBSD amd64 >Description: When one try to extract a tarball that contains device nodes in a jailed environment, it always fails, even if those device nodes are excluded with --exclude. >How-To-Repeat: Try to install emulators/linux_dist-gentoo-stage3 jailed. The port is good, the device nodes are excluded when installing. It installs fine in a host environment, but when jailed, one will get such messages: /usr/bin/tar: ./dev/rd/c3d10p6: Cannot mknod: Operation not permitted /usr/bin/tar: ./dev/rd/c4d19p5: Cannot mknod: Operation not permitted /usr/bin/tar: ./dev/rd/c6d9p4: Cannot mknod: Operation not permitted /usr/bin/tar: ./dev/rd/c6d28p2: Cannot mknod: Operation not permitted /usr/bin/tar: ./dev/rd/c0d19: Cannot mknod: Operation not permitted /usr/bin/tar: ./dev/rd/c2d10p3: Cannot mknod: Operation not permitted /usr/bin/tar: ./dev/rd/c5d28p1: Cannot mknod: Operation not permitted /usr/bin/tar: ./dev/rd/c3d3p3: Cannot mknod: Operation not permitted /usr/bin/tar: ./dev/rd/c2d25p3: Cannot mknod: Operation not permitted [...] There is something weird between the jailed environment and tar. Since all of these files are excluded from the extraction, it should just work silently. This weirdness requires the mentioned package to be built manually from the port and it might affect other areas as well. >Fix: Don't know. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Mon Sep 18 19:09:08 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 91A1B16A415; Mon, 18 Sep 2006 19:09:08 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1AEC343D67; Mon, 18 Sep 2006 19:09:08 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from freefall.freebsd.org (maxim@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8IJ971N089735; Mon, 18 Sep 2006 19:09:07 GMT (envelope-from maxim@freefall.freebsd.org) Received: (from maxim@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8IJ97cV089731; Mon, 18 Sep 2006 19:09:07 GMT (envelope-from maxim) Date: Mon, 18 Sep 2006 19:09:07 GMT From: Maxim Konovalov Message-Id: <200609181909.k8IJ97cV089731@freefall.freebsd.org> To: tim@robbins.dropbear.id.au, maxim@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: kern/36038: [smbfs] sendfile(2) on smbfs fails, exposes kernel memory to userspace X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 18 Sep 2006 19:09:08 -0000 Synopsis: [smbfs] sendfile(2) on smbfs fails, exposes kernel memory to userspace State-Changed-From-To: patched->closed State-Changed-By: maxim State-Changed-When: Mon Sep 18 19:08:50 UTC 2006 State-Changed-Why: Fixed long time ago. http://www.freebsd.org/cgi/query-pr.cgi?pr=36038 From owner-freebsd-bugs@FreeBSD.ORG Mon Sep 18 19:10:34 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A822616A407; Mon, 18 Sep 2006 19:10:34 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38F8C43D9A; Mon, 18 Sep 2006 19:10:33 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from freefall.freebsd.org (maxim@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8IJAXDb089930; Mon, 18 Sep 2006 19:10:33 GMT (envelope-from maxim@freefall.freebsd.org) Received: (from maxim@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8IJAU4Z089918; Mon, 18 Sep 2006 19:10:30 GMT (envelope-from maxim) Date: Mon, 18 Sep 2006 19:10:30 GMT From: Maxim Konovalov Message-Id: <200609181910.k8IJAU4Z089918@freefall.freebsd.org> To: dds@aueb.gr, maxim@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: bin/48424: Integer overflow in cksum(1) and sum(1) file size reporting X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 18 Sep 2006 19:10:34 -0000 Synopsis: Integer overflow in cksum(1) and sum(1) file size reporting State-Changed-From-To: patched->closed State-Changed-By: maxim State-Changed-When: Mon Sep 18 19:10:15 UTC 2006 State-Changed-Why: Fixed ages ago. http://www.freebsd.org/cgi/query-pr.cgi?pr=48424 From owner-freebsd-bugs@FreeBSD.ORG Mon Sep 18 21:20:37 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F9E416A40F for ; Mon, 18 Sep 2006 21:20:37 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9861143D83 for ; Mon, 18 Sep 2006 21:20:23 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8ILKFtD000636 for ; Mon, 18 Sep 2006 21:20:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8ILKFWa000635; Mon, 18 Sep 2006 21:20:15 GMT (envelope-from gnats) Resent-Date: Mon, 18 Sep 2006 21:20:15 GMT Resent-Message-Id: <200609182120.k8ILKFWa000635@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, Holger Kipp Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB40D16A412 for ; Mon, 18 Sep 2006 21:17:56 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F84E43D6D for ; Mon, 18 Sep 2006 21:17:56 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k8ILHtTE027842 for ; Mon, 18 Sep 2006 21:17:55 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k8ILHtaL027841; Mon, 18 Sep 2006 21:17:55 GMT (envelope-from nobody) Message-Id: <200609182117.k8ILHtaL027841@www.freebsd.org> Date: Mon, 18 Sep 2006 21:17:55 GMT From: Holger Kipp To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: kern/103368: iwi mode 11b causes panic: sleeping thread X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 18 Sep 2006 21:20:37 -0000 >Number: 103368 >Category: kern >Synopsis: iwi mode 11b causes panic: sleeping thread >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Sep 18 21:20:14 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Holger Kipp >Release: 6.1-RELEASE-p6 >Organization: n/a >Environment: 6.1-RELEASE-p6 >Description: A bad wlan setup in a hotel forced me to restrict the wlan-mode to use 802.11b only - under windows xp. That is why I tried to set mode to 11b under FreeBSD (same hardware) because I experienced the same network problems as with XP. Hardware used is HP Laptop Compaq nx8220 with Intel(R) PRO/Wireless 2200BG. % ifconfig iwi0 mode 11b Sleeping thread (tid 100085, pid 1227) owns a non-sleepable lock panig: sleeping thread This happenes on 6.1-RELEASE-p6 with iwi-firmware-2.4_7 and might be related to older kern/89926 or kern/87413. >How-To-Repeat: buy a compaq nx8220 laptop, install freebsd 6.1, update to 6.1-RELEASE-p6, install iwi-firmware-2.4_7 and type "ifconfig ini0 mode 11b" as root. >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Mon Sep 18 21:58:37 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 976DD16A417; Mon, 18 Sep 2006 21:58:37 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B33F43D7C; Mon, 18 Sep 2006 21:58:30 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8ILwTXk008336; Mon, 18 Sep 2006 21:58:29 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8ILwT7L008332; Mon, 18 Sep 2006 21:58:29 GMT (envelope-from linimon) Date: Mon, 18 Sep 2006 21:58:29 GMT From: Mark Linimon Message-Id: <200609182158.k8ILwT7L008332@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, kientzle@FreeBSD.org Cc: Subject: Re: bin/103366: tar fails if the tarball has device nodes when jailed X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 18 Sep 2006 21:58:37 -0000 Synopsis: tar fails if the tarball has device nodes when jailed Responsible-Changed-From-To: freebsd-bugs->kientzle Responsible-Changed-By: linimon Responsible-Changed-When: Mon Sep 18 21:58:04 UTC 2006 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=103366 From owner-freebsd-bugs@FreeBSD.ORG Tue Sep 19 09:30:40 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 629FE16A492; Tue, 19 Sep 2006 09:30:40 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21BB943D53; Tue, 19 Sep 2006 09:30:40 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from freefall.freebsd.org (ru@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8J9UdP3077083; Tue, 19 Sep 2006 09:30:40 GMT (envelope-from ru@freefall.freebsd.org) Received: (from ru@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8J9Udkn077079; Tue, 19 Sep 2006 09:30:39 GMT (envelope-from ru) Date: Tue, 19 Sep 2006 09:30:39 GMT From: Ruslan Ermilov Message-Id: <200609190930.k8J9Udkn077079@freefall.freebsd.org> To: emax@FreeBSD.org, marius@FreeBSD.org, ru@FreeBSD.org, freebsd-bugs@FreeBSD.org, ru@FreeBSD.org Cc: Subject: Re: kern/101931: [kbd] no working keyboard LED on FreeBSD 6.1-STABLE/AMD64 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Sep 2006 09:30:40 -0000 Synopsis: [kbd] no working keyboard LED on FreeBSD 6.1-STABLE/AMD64 Responsible-Changed-From-To: freebsd-bugs->ru Responsible-Changed-By: ru Responsible-Changed-When: Tue Sep 19 09:30:22 UTC 2006 Responsible-Changed-Why: I have a patch for this. http://www.freebsd.org/cgi/query-pr.cgi?pr=101931 From owner-freebsd-bugs@FreeBSD.ORG Tue Sep 19 15:08:12 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ABD1716A4C8 for ; Tue, 19 Sep 2006 15:08:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBC7244075 for ; Tue, 19 Sep 2006 15:00:45 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8JF0aln007515 for ; Tue, 19 Sep 2006 15:00:36 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8JF0a5U007514; Tue, 19 Sep 2006 15:00:36 GMT (envelope-from gnats) Resent-Date: Tue, 19 Sep 2006 15:00:36 GMT Resent-Message-Id: <200609191500.k8JF0a5U007514@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, Allan Jude Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E265516A5B4 for ; Tue, 19 Sep 2006 14:50:39 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E15543E34 for ; Tue, 19 Sep 2006 14:47:41 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k8JEkncK093588 for ; Tue, 19 Sep 2006 14:46:49 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k8JEknQ5093587; Tue, 19 Sep 2006 14:46:49 GMT (envelope-from nobody) Message-Id: <200609191446.k8JEknQ5093587@www.freebsd.org> Date: Tue, 19 Sep 2006 14:46:49 GMT From: Allan Jude To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: kern/103401: [patch] support for D-Link DGE-530T rev. b1 under if_sk X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Sep 2006 15:08:12 -0000 >Number: 103401 >Category: kern >Synopsis: [patch] support for D-Link DGE-530T rev. b1 under if_sk >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Sep 19 15:00:35 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Allan Jude >Release: 6.1-RELEASE >Organization: ThunderIT Consulting Inc. >Environment: FreeBSD 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sun May 7 04:42:56 UTC 2006 root@opus.cse.buffalo.edu:/usr/obj/usr/src/sys/SMP i386 >Description: the driver that supports the D-Link DGE-530T Gigabit networking adapter, does not support revision B of the card pci5: on pcib5 pci5: at device 11.0 (no driver attached) pci bus 0x0005 cardnum 0x0b function 0x00: vendor 0x1186 device 0x4b01 D-Link System Inc Device unknown >How-To-Repeat: install a DGE-530T that is Rev.B >Fix: patch against if_sk.c (Revision 1.106.2.8) (because it was removed in HEAD) =================================================================== --- src/sys/pci/if_sk.c Fri Mar 17 16:30:57 2006 +++ src/sys/pci/if_sk.c Tue Sep 19 10:07:20 2006 @@ -175,6 +175,11 @@ DEVICEID_DLINK_DGE530T, "D-Link DGE-530T Gigabit Ethernet" }, + { + VENDORID_DLINK, + DEVICEID_DLINK_DGE530TB, + "D-Link DGE-530T Rev.B1 Gigabit Ethernet" + }, { 0, 0, NULL } }; @@ -1723,6 +1728,9 @@ case SK_PMD_1000BASETX: sc->sk_pmd = IFM_1000_T; break; + case DLGE_PMD_1000BASETX: + sc->sk_pmd = IFM_1000_T; + break; default: printf("skc%d: unknown media type: 0x%x\n", sc->sk_unit, sk_win_read_1(sc, SK_PMDTYPE)); @@ -1738,6 +1746,10 @@ case DEVICEID_3COM_3C940: case DEVICEID_LINKSYS_EG1032: case DEVICEID_DLINK_DGE530T: + /* Stay with VPD PN. */ + pname = sc->sk_vpd_prodname; + break; + case DEVICEID_DLINK_DGE530TB: /* Stay with VPD PN. */ pname = sc->sk_vpd_prodname; break; =================================================================== patch against if_skreg.h (Revision 1.29.2.1) (because it was removed in HEAD) =================================================================== --- /usr/src/sys/pci/if_skreg.h Sun Nov 6 11:00:54 2005 +++ if_skreg.h Tue Sep 19 10:07:20 2006 @@ -117,6 +117,7 @@ * D-Link gigabit ethernet device ID */ #define DEVICEID_DLINK_DGE530T 0x4c00 +#define DEVICEID_DLINK_DGE530TB 0x4b01 /* * GEnesis registers. The GEnesis chip has a 256-byte I/O window @@ -427,6 +428,7 @@ #define SK_PMD_1000BASESX 0x53 #define SK_PMD_1000BASECX 0x43 #define SK_PMD_1000BASETX 0x54 +#define DLGE_PMD_1000BASETX 0x31 /* GPIO bits */ #define SK_GPIO_DAT0 0x00000001 =================================================================== >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Tue Sep 19 14:36:42 2006 Return-Path: X-Original-To: freebsd-bugs@freebsd.org Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB1E816A403 for ; Tue, 19 Sep 2006 14:36:42 +0000 (UTC) (envelope-from nplayshorn@yahoo.com) Received: from web57013.mail.re3.yahoo.com (web57013.mail.re3.yahoo.com [66.196.97.117]) by mx1.FreeBSD.org (Postfix) with SMTP id 7029843D5D for ; Tue, 19 Sep 2006 14:36:39 +0000 (GMT) (envelope-from nplayshorn@yahoo.com) Received: (qmail 52203 invoked by uid 60001); 19 Sep 2006 14:36:38 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=j8Y2NTnB6icUKMQTyKzXztP6PMboZlKsZf3iTVmo5bYu+jKqahipOFuttg+eEPw5AzuzSue9GOGl4z8HCTSqvUcKr9ROvzkfap5TtlcBj9j/sVmyR6PusTzjqYCSJcLaF1VWrFFlPX0kuGWn3YBdA9w/gKdStDBbRKNBQPjewHs= ; Message-ID: <20060919143638.52201.qmail@web57013.mail.re3.yahoo.com> Received: from [24.17.94.208] by web57013.mail.re3.yahoo.com via HTTP; Tue, 19 Sep 2006 07:36:38 PDT Date: Tue, 19 Sep 2006 07:36:38 -0700 (PDT) From: "Nicholas C. Lewis" To: freebsd-bugs@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Mailman-Approved-At: Tue, 19 Sep 2006 16:23:34 +0000 Subject: kern/65355: TC1000 serial ports need enabling X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Sep 2006 14:36:42 -0000 This patch does not work with Release 6.1. Is there a new patch or a better solution to this problem. Thank you, Nick ************************** Nicholas C. Lewis NPlaysHorn@Yahoo.com ************************** __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From owner-freebsd-bugs@FreeBSD.ORG Tue Sep 19 18:01:46 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 30DB216A4AB for ; Tue, 19 Sep 2006 18:01:46 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 29A6A43D70 for ; Tue, 19 Sep 2006 18:00:41 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8JI0eNd023937 for ; Tue, 19 Sep 2006 18:00:40 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8JI0e08023936; Tue, 19 Sep 2006 18:00:40 GMT (envelope-from gnats) Date: Tue, 19 Sep 2006 18:00:40 GMT Message-Id: <200609191800.k8JI0e08023936@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Bill Moran Cc: Subject: kern/103059: [bce] [patch] "Error mapping mbuf into TX chain!" (tentative patch) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Bill Moran List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Sep 2006 18:01:46 -0000 The following reply was made to PR kern/103059; it has been noted by GNATS. From: Bill Moran To: bug-followup@FreeBSD.org, mikeg@bsd-box.net Cc: seklecki@collaborativefusion.com Subject: kern/103059: [bce] [patch] "Error mapping mbuf into TX chain!" (tentative patch) Date: Tue, 19 Sep 2006 13:50:30 -0400 Working with a Dell 2950, I can confirm that this problem goes away when the system is upgrade to 6.1-STABLE uname -a FreeBSD 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #0: Tue Sep 19 11:11:50 UTC 2006 root@:/usr/obj/usr/src/sys/GENERIC amd64 This same system was exhibiting the mentioned problem frequently with 6.1-RELEASE. -- Bill Moran Collaborative Fusion Inc. From owner-freebsd-bugs@FreeBSD.ORG Tue Sep 19 21:00:41 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2719816A416 for ; Tue, 19 Sep 2006 21:00:41 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A21E943D4C for ; Tue, 19 Sep 2006 21:00:39 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8JL0dCr044074 for ; Tue, 19 Sep 2006 21:00:39 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8JL0djb044073; Tue, 19 Sep 2006 21:00:39 GMT (envelope-from gnats) Resent-Date: Tue, 19 Sep 2006 21:00:39 GMT Resent-Message-Id: <200609192100.k8JL0djb044073@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, Vįclav Haisman Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 722E716A40F for ; Tue, 19 Sep 2006 20:55:09 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 318CA43D5A for ; Tue, 19 Sep 2006 20:55:02 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k8JKt1rk001598 for ; Tue, 19 Sep 2006 20:55:01 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k8JKt1Uf001597; Tue, 19 Sep 2006 20:55:01 GMT (envelope-from nobody) Message-Id: <200609192055.k8JKt1Uf001597@www.freebsd.org> Date: Tue, 19 Sep 2006 20:55:01 GMT From: Vįclav Haisman To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: kern/103411: (Probably) a deadlock caused by rtorrent downloading and checking at high speeds X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Sep 2006 21:00:41 -0000 >Number: 103411 >Category: kern >Synopsis: (Probably) a deadlock caused by rtorrent downloading and checking at high speeds >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Sep 19 21:00:38 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Vįclav Haisman >Release: 6.1 >Organization: SU SH >Environment: FreeBSD logout.sh.cvut.cz 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #0: Wed Sep 13 00:12:05 CEST 2006 root@logout.sh.cvut.cz:/usr/obj/usr/src/sys/LOGOUT i386 >Description: I have rather repeatable (what seems like) deadlock here. I use rtorrent to download stuff. When there are strong seends I can d/l at megabytes per second together on several torrents. The deadlock happens when rtorrent is downloading from such fast torrents and also checksumming already downloaded files. I tried to panic the kernel and get dump by breaking into debugger from keyboard but I didn't get useful dump, because savecore didn't dump it from swap, maybe next time. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Tue Sep 19 21:08:56 2006 Return-Path: X-Original-To: freebsd-bugs@FreeBSD.org Delivered-To: freebsd-bugs@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 497AE16A4A7; Tue, 19 Sep 2006 21:08:56 +0000 (UTC) (envelope-from V.Haisman@sh.cvut.cz) Received: from service2.sh.cvut.cz (service2.sh.cvut.cz [147.32.127.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id B45CB43D6A; Tue, 19 Sep 2006 21:08:42 +0000 (GMT) (envelope-from V.Haisman@sh.cvut.cz) Received: from localhost (localhost [127.0.0.1]) by service2.sh.cvut.cz (Postfix) with ESMTP id 1FC8B13771F; Tue, 19 Sep 2006 23:08:41 +0200 (CEST) Received: from service2.sh.cvut.cz ([127.0.0.1]) by localhost (service2.sh.cvut.cz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 05407-07; Tue, 19 Sep 2006 23:08:37 +0200 (CEST) Received: from logout.sh.cvut.cz (logout.sh.cvut.cz [147.32.127.203]) by service2.sh.cvut.cz (Postfix) with ESMTP id A9E7C137717; Tue, 19 Sep 2006 23:08:37 +0200 (CEST) Received: from [192.168.1.2] (localhost [127.0.0.1]) by logout.sh.cvut.cz (Postfix) with ESMTP id 6CDF061C42; Tue, 19 Sep 2006 23:08:37 +0200 (CEST) Message-ID: <45105C55.6040108@sh.cvut.cz> Date: Tue, 19 Sep 2006 23:08:37 +0200 From: =?UTF-8?B?VsOhY2xhdiBIYWlzbWFu?= User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-bugs@FreeBSD.org References: <200609192100.k8JL0cNY044059@freefall.freebsd.org> In-Reply-To: <200609192100.k8JL0cNY044059@freefall.freebsd.org> X-Enigmail-Version: 0.94.0.0 OpenPGP: id=733031B4 Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAMFBMVEUnMzWJm5S+0864pn5r blp/hnW2up7X7uqftbNRVUrW1LGBdGfHwJqPi3ScoYtBQzhDxGEwAAAAB3RJTUUH1QoQDDgyQtx8 HQAAAkNJREFUeJzFU0toU0EUPYu66CpGdCUUmoUJkpUDQUoNBVEUrBJsq1Ki2EIKIUZ8mydBhYi0 wVUXJVCLCrFN4DIEQdxIqdBIFsMkWD9YJClCRGKjJaviynjfe8RPogtXPcObuXPOPXd+PHj+Aeyo QNmobGLXVeANGM+GsP0B2yqHHNVoCD2LwLglVGZx7yXSlADR0uZu9C4Bpy3hUxPvH/cuUw6UoPCL h64I8KAJuMpwRU8uUMJy0OIpHVeXmulZoCc/t0LlTbJLEY1EudPRcnVjgAP5Osdl4K5HVP4+2bAI okaUA0Iq6Q59+Zy2eMWN6EpFTsa3+uD1+JKj4TPHuYTSMaLScLAaqk94YJqG4ds30hojOVgYoNJc NTztNU2TBYbhu9Aafnq08ORja37da1NwBrN/b7NVEc+b8yecuYkp08vNvLYneVZRaSH1vS0UnfHm OUPzWaZufHPmCWSdWrfeGVQQKmcsO4If8pAdXJ/xF4QQAeOVY1AQQcfirwkLUWeWVTgi6vaGt2xe BGzBEIMQorru8RxgPqY1V6uxYnwVBRZEI1ytCm3dE8mC2DgcbzCJGHdBEVDKuWDSwsrSGoqzJmNt 2jJpNueIH0qS8/0JrDKnVBdvOzIsdVr4zaX9dn9xcLLKdCtQGfutVacLE9Ja+yfbDvO4aMWrklfK /JYv15C8Kw9S10kup5Bys0N1bLdcn4HvTl/Xlh6Fpllwj5/XpH9BUXn/ym0Dvv7Rt2MywojpYiSi i7Hsscaa19zZ//y/hR+BT/ns80nmJAAAAABJRU5ErkJggg== Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at service2.sh.cvut.cz X-Spam-Status: No, hits=-2.1 tagged_above=-255.0 required=5.0 tests=ALL_TRUSTED, AWL, TW_BF, TW_CB, TW_DR, TW_FX, TW_II, TW_KB, TW_PF, TW_TK, TW_UH, TW_XB, TW_XC, TW_XD, TW_XF X-Spam-Level: Cc: Subject: Re: kern/103411: (Probably) a deadlock caused by rtorrent downloading and checking at high speeds X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Sep 2006 21:08:56 -0000 Copyright (c) 1992-2006 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 6.2-PRERELEASE #0: Wed Sep 13 00:12:05 CEST 2006 root@logout.sh.cvut.cz:/usr/obj/usr/src/sys/LOGOUT WARNING: WITNESS option enabled, expect reduced performance. ACPI APIC Table: Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: Intel(R) Celeron(R) CPU 2.40GHz (2405.47-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0xf34 Stepping = 4 Features=0xbfebfbff Features2=0x441d> real memory = 787480576 (751 MB) avail memory = 761257984 (725 MB) ioapic0 irqs 0-23 on motherboard netsmb_dev: loaded acpi0: on motherboard acpi0: Power Button (fixed) Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x808-0x80b on acpi0 cpu0: on acpi0 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 agp0: port 0xeff0-0xeff7 mem 0xf0000000-0xf7ffffff,0xfe780000-0xfe7fffff irq 16 at device 2.0 on pci0 agp0: detected 16252k stolen memory agp0: aperture size is 128M uhci0: port 0xef00-0xef1f irq 16 at device 29.0 on pci0 uhci0: [GIANT-LOCKED] usb0: on uhci0 usb0: USB revision 1.0 uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered uhci1: port 0xef20-0xef3f irq 19 at device 29.1 on pci0 uhci1: [GIANT-LOCKED] usb1: on uhci1 usb1: USB revision 1.0 uhub1: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub1: 2 ports with 2 removable, self powered uhci2: port 0xef40-0xef5f irq 18 at device 29.2 on pci0 uhci2: [GIANT-LOCKED] usb2: on uhci2 usb2: USB revision 1.0 uhub2: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub2: 2 ports with 2 removable, self powered uhci3: port 0xef80-0xef9f irq 16 at device 29.3 on pci0 uhci3: [GIANT-LOCKED] usb3: on uhci3 usb3: USB revision 1.0 uhub3: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub3: 2 ports with 2 removable, self powered ehci0: mem 0xfe77bc00-0xfe77bfff irq 23 at device 29.7 on pci0 ehci0: [GIANT-LOCKED] usb4: EHCI version 1.0 usb4: companion controllers, 2 ports each: usb0 usb1 usb2 usb3 usb4: on ehci0 usb4: USB revision 2.0 uhub4: Intel EHCI root hub, class 9/0, rev 2.00/1.00, addr 1 uhub4: 8 ports with 8 removable, self powered pcib1: at device 30.0 on pci0 pci1: on pcib1 rl0: port 0xd800-0xd8ff mem 0xfe5ffc00-0xfe5ffcff irq 22 at device 3.0 on pci1 miibus0: on rl0 rlphy0: on miibus0 rlphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto rl0: Ethernet address: 00:0e:a6:b2:81:26 fxp0: port 0xdf00-0xdf3f mem 0xfe5fe000-0xfe5fefff,0xfe5c0000-0xfe5dffff irq 17 at device 9.0 on pci1 miibus1: on fxp0 inphy0: on miibus1 inphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto fxp0: Ethernet address: 00:02:b3:28:4a:c7 isab0: at device 31.0 on pci0 isa0: on isab0 atapci0: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xfc00-0xfc0f at device 31.1 on pci0 ata0: on atapci0 ata1: on atapci0 ichsmb0: port 0x400-0x41f irq 17 at device 31.3 on pci0 ichsmb0: [GIANT-LOCKED] smbus0: on ichsmb0 smb0: on smbus0 pci0: at device 31.5 (no driver attached) acpi_button0: on acpi0 atkbdc0: port 0x60,0x64 irq 1 on acpi0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] fdc0: port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on acpi0 fdc0: [FAST] fd0: <1440-KB 3.5" drive> on fdc0 drive 0 ppc0: port 0x378-0x37f,0x778-0x77b irq 7 drq 3 on acpi0 ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode ppc0: FIFO with 16/16/16 bytes threshold ppbus0: on ppc0 plip0: on ppbus0 lpt0: on ppbus0 lpt0: Interrupt-driven port ppi0: on ppbus0 sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 sio0: type 16550A pmtimer0 on isa0 orm0: at iomem 0xca800-0xcbfff on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 sio1: configured irq 3 not in bitmap of probed irqs 0 sio1: port may not be enabled Timecounter "TSC" frequency 2405469465 Hz quality 800 Timecounters tick every 1.000 msec IPv6 packet filtering initialized, default to accept, logging disabled ipfw2 (+ipv6) initialized, divert loadable, rule-based forwarding disabled, default to accept, logging disabled ad0: 190782MB at ata0-master UDMA100 ad2: 190782MB at ata1-master UDMA100 GEOM_MIRROR: Device gm0 created (id=4063806135). GEOM_MIRROR: Device gm0: provider ad0 detected. GEOM_MIRROR: Device gm0: provider ad2 detected. GEOM_MIRROR: Device gm0: provider ad2 activated. GEOM_MIRROR: Device gm0: provider ad0 activated. GEOM_MIRROR: Device gm0: provider mirror/gm0 launched. Trying to mount root from ufs:/dev/mirror/gm0s1a WARNING: / was not properly dismounted From owner-freebsd-bugs@FreeBSD.ORG Tue Sep 19 21:10:33 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7652316A4A0 for ; Tue, 19 Sep 2006 21:10:33 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED97F43D45 for ; Tue, 19 Sep 2006 21:10:26 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8JLAQB0044810 for ; Tue, 19 Sep 2006 21:10:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8JLAQZB044809; Tue, 19 Sep 2006 21:10:26 GMT (envelope-from gnats) Date: Tue, 19 Sep 2006 21:10:26 GMT Message-Id: <200609192110.k8JLAQZB044809@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: =?UTF-8?B?VsOhY2xhdiBIYWlzbWFu?= Cc: Subject: Re: kern/103411: (Probably) a deadlock caused by rtorrent downloading and checking at high speeds X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: =?UTF-8?B?VsOhY2xhdiBIYWlzbWFu?= List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Sep 2006 21:10:33 -0000 The following reply was made to PR kern/103411; it has been noted by GNATS. From: =?UTF-8?B?VsOhY2xhdiBIYWlzbWFu?= To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: kern/103411: (Probably) a deadlock caused by rtorrent downloading and checking at high speeds Date: Tue, 19 Sep 2006 23:08:37 +0200 Copyright (c) 1992-2006 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 6.2-PRERELEASE #0: Wed Sep 13 00:12:05 CEST 2006 root@logout.sh.cvut.cz:/usr/obj/usr/src/sys/LOGOUT WARNING: WITNESS option enabled, expect reduced performance. ACPI APIC Table: Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: Intel(R) Celeron(R) CPU 2.40GHz (2405.47-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0xf34 Stepping = 4 Features=0xbfebfbff Features2=0x441d> real memory = 787480576 (751 MB) avail memory = 761257984 (725 MB) ioapic0 irqs 0-23 on motherboard netsmb_dev: loaded acpi0: on motherboard acpi0: Power Button (fixed) Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x808-0x80b on acpi0 cpu0: on acpi0 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 agp0: port 0xeff0-0xeff7 mem 0xf0000000-0xf7ffffff,0xfe780000-0xfe7fffff irq 16 at device 2.0 on pci0 agp0: detected 16252k stolen memory agp0: aperture size is 128M uhci0: port 0xef00-0xef1f irq 16 at device 29.0 on pci0 uhci0: [GIANT-LOCKED] usb0: on uhci0 usb0: USB revision 1.0 uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered uhci1: port 0xef20-0xef3f irq 19 at device 29.1 on pci0 uhci1: [GIANT-LOCKED] usb1: on uhci1 usb1: USB revision 1.0 uhub1: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub1: 2 ports with 2 removable, self powered uhci2: port 0xef40-0xef5f irq 18 at device 29.2 on pci0 uhci2: [GIANT-LOCKED] usb2: on uhci2 usb2: USB revision 1.0 uhub2: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub2: 2 ports with 2 removable, self powered uhci3: port 0xef80-0xef9f irq 16 at device 29.3 on pci0 uhci3: [GIANT-LOCKED] usb3: on uhci3 usb3: USB revision 1.0 uhub3: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub3: 2 ports with 2 removable, self powered ehci0: mem 0xfe77bc00-0xfe77bfff irq 23 at device 29.7 on pci0 ehci0: [GIANT-LOCKED] usb4: EHCI version 1.0 usb4: companion controllers, 2 ports each: usb0 usb1 usb2 usb3 usb4: on ehci0 usb4: USB revision 2.0 uhub4: Intel EHCI root hub, class 9/0, rev 2.00/1.00, addr 1 uhub4: 8 ports with 8 removable, self powered pcib1: at device 30.0 on pci0 pci1: on pcib1 rl0: port 0xd800-0xd8ff mem 0xfe5ffc00-0xfe5ffcff irq 22 at device 3.0 on pci1 miibus0: on rl0 rlphy0: on miibus0 rlphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto rl0: Ethernet address: 00:0e:a6:b2:81:26 fxp0: port 0xdf00-0xdf3f mem 0xfe5fe000-0xfe5fefff,0xfe5c0000-0xfe5dffff irq 17 at device 9.0 on pci1 miibus1: on fxp0 inphy0: on miibus1 inphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto fxp0: Ethernet address: 00:02:b3:28:4a:c7 isab0: at device 31.0 on pci0 isa0: on isab0 atapci0: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xfc00-0xfc0f at device 31.1 on pci0 ata0: on atapci0 ata1: on atapci0 ichsmb0: port 0x400-0x41f irq 17 at device 31.3 on pci0 ichsmb0: [GIANT-LOCKED] smbus0: on ichsmb0 smb0: on smbus0 pci0: at device 31.5 (no driver attached) acpi_button0: on acpi0 atkbdc0: port 0x60,0x64 irq 1 on acpi0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] fdc0: port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on acpi0 fdc0: [FAST] fd0: <1440-KB 3.5" drive> on fdc0 drive 0 ppc0: port 0x378-0x37f,0x778-0x77b irq 7 drq 3 on acpi0 ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode ppc0: FIFO with 16/16/16 bytes threshold ppbus0: on ppc0 plip0: on ppbus0 lpt0: on ppbus0 lpt0: Interrupt-driven port ppi0: on ppbus0 sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 sio0: type 16550A pmtimer0 on isa0 orm0: at iomem 0xca800-0xcbfff on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 sio1: configured irq 3 not in bitmap of probed irqs 0 sio1: port may not be enabled Timecounter "TSC" frequency 2405469465 Hz quality 800 Timecounters tick every 1.000 msec IPv6 packet filtering initialized, default to accept, logging disabled ipfw2 (+ipv6) initialized, divert loadable, rule-based forwarding disabled, default to accept, logging disabled ad0: 190782MB at ata0-master UDMA100 ad2: 190782MB at ata1-master UDMA100 GEOM_MIRROR: Device gm0 created (id=4063806135). GEOM_MIRROR: Device gm0: provider ad0 detected. GEOM_MIRROR: Device gm0: provider ad2 detected. GEOM_MIRROR: Device gm0: provider ad2 activated. GEOM_MIRROR: Device gm0: provider ad0 activated. GEOM_MIRROR: Device gm0: provider mirror/gm0 launched. Trying to mount root from ufs:/dev/mirror/gm0s1a WARNING: / was not properly dismounted From owner-freebsd-bugs@FreeBSD.ORG Tue Sep 19 22:20:12 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A99A16A417 for ; Tue, 19 Sep 2006 22:20:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A4FB43D46 for ; Tue, 19 Sep 2006 22:20:12 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8JMKBcQ053847 for ; Tue, 19 Sep 2006 22:20:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8JMKB82053845; Tue, 19 Sep 2006 22:20:11 GMT (envelope-from gnats) Date: Tue, 19 Sep 2006 22:20:11 GMT Message-Id: <200609192220.k8JMKB82053845@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Kris Kennaway Cc: Subject: Re: kern/103411: (Probably) a deadlock caused by rtorrent downloading and checking at high speeds X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Kris Kennaway List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Sep 2006 22:20:12 -0000 The following reply was made to PR kern/103411; it has been noted by GNATS. From: Kris Kennaway To: =?unknown-8bit?Q?V=E1clav?= Haisman Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: kern/103411: (Probably) a deadlock caused by rtorrent downloading and checking at high speeds Date: Tue, 19 Sep 2006 18:17:16 -0400 On Tue, Sep 19, 2006 at 08:55:01PM +0000, Vclav Haisman wrote: > FreeBSD logout.sh.cvut.cz 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #0: Wed Sep 13 00:12:05 CEST 2006 root@logout.sh.cvut.cz:/usr/obj/usr/src/sys/LOGOUT i386 > >Description: > I have rather repeatable (what seems like) deadlock here. I use rtorrent to download stuff. When there are strong seends I can d/l at megabytes per second together on several torrents. The deadlock happens when rtorrent is downloading from such fast torrents and also checksumming already downloaded files. > > I tried to panic the kernel and get dump by breaking into debugger from keyboard but I didn't get useful dump, because savecore didn't dump it from swap, maybe next time. Let us know when you have a useable dump, there's nothing that can be done about your PR until then. Kris From owner-freebsd-bugs@FreeBSD.ORG Wed Sep 20 01:30:23 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 23F4816A407 for ; Wed, 20 Sep 2006 01:30:23 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D63B743D49 for ; Wed, 20 Sep 2006 01:30:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8K1UMY5069712 for ; Wed, 20 Sep 2006 01:30:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8K1UM1R069711; Wed, 20 Sep 2006 01:30:22 GMT (envelope-from gnats) Date: Wed, 20 Sep 2006 01:30:22 GMT Message-Id: <200609200130.k8K1UM1R069711@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Michael Graziano Cc: Subject: Re: kern/103059: [bce] [patch] "Error mapping mbuf into TX chain!" (tentative patch) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Michael Graziano List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 01:30:23 -0000 The following reply was made to PR kern/103059; it has been noted by GNATS. From: Michael Graziano To: Bill Moran Cc: bug-followup@FreeBSD.org, seklecki@collaborativefusion.com Subject: Re: kern/103059: [bce] [patch] "Error mapping mbuf into TX chain!" (tentative patch) Date: Tue, 19 Sep 2006 21:22:46 -0400 Good enough for me :) I'll drop a 6-STABLE kernel on it tomorrow afternoon and verify -MG On Sep 19, 2006, at 1:50 PM, Bill Moran wrote: > > Working with a Dell 2950, I can confirm that this problem goes > away when the system is upgrade to 6.1-STABLE > > uname -a > FreeBSD 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #0: Tue Sep 19 > 11:11:50 UTC 2006 root@:/usr/obj/usr/src/sys/GENERIC amd64 > > This same system was exhibiting the mentioned problem frequently > with 6.1-RELEASE. > > -- > Bill Moran > Collaborative Fusion Inc. From owner-freebsd-bugs@FreeBSD.ORG Wed Sep 20 05:40:22 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A997A16A412 for ; Wed, 20 Sep 2006 05:40:22 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 007CA43D46 for ; Wed, 20 Sep 2006 05:40:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8K5eLls096180 for ; Wed, 20 Sep 2006 05:40:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8K5eL0N096179; Wed, 20 Sep 2006 05:40:21 GMT (envelope-from gnats) Resent-Date: Wed, 20 Sep 2006 05:40:21 GMT Resent-Message-Id: <200609200540.k8K5eL0N096179@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, JINMEI Tatuya Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0DCA016A403 for ; Wed, 20 Sep 2006 05:36:45 +0000 (UTC) (envelope-from jinmei@shuttle.wide.toshiba.co.jp) Received: from shuttle.wide.toshiba.co.jp (shuttle.wide.toshiba.co.jp [202.249.10.124]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADB9243D45 for ; Wed, 20 Sep 2006 05:36:44 +0000 (GMT) (envelope-from jinmei@shuttle.wide.toshiba.co.jp) Received: from shuttle.wide.toshiba.co.jp (localhost [::1]) by shuttle.wide.toshiba.co.jp (Postfix) with ESMTP id 1BFD615267 for ; Wed, 20 Sep 2006 14:36:43 +0900 (JST) Received: (from jinmei@localhost) by shuttle.wide.toshiba.co.jp (8.12.8p1/8.12.6/Submit) id k8K5agKO050954; Wed, 20 Sep 2006 14:36:42 +0900 (JST) Message-Id: <200609200536.k8K5agKO050954@shuttle.wide.toshiba.co.jp> Date: Wed, 20 Sep 2006 14:36:42 +0900 (JST) From: JINMEI Tatuya To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: kern/103415: IPv6 packets arriving to stf are not accepted X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: JINMEI Tatuya List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 05:40:22 -0000 >Number: 103415 >Category: kern >Synopsis: IPv6 packets arriving to stf are not accepted >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Sep 20 05:40:21 GMT 2006 >Closed-Date: >Last-Modified: >Originator: JINMEI Tatuya >Release: FreeBSD 6.2-PRERELEASE i386 >Organization: KAME Project >Environment: System: FreeBSD impact.jinmei.org 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #1: Wed Sep 20 01:43:54 JST 2006 jinmei@impact.jinmei.org:/local/usr.local/freebsd/src-6.1S/sys/i386/compile/GBDE i386 >Description: Recent FreeBSD kernels (6-STABLE and probably 5-STABLE also) fail to accept IPv6 packets assigned on an stf (6to4) interface of the receiving node. This is a (buggy) side-effect of a fix to netinet6/in6.c (rev. 1.61). With this fix the in6_ifaddr structure corresponding to the IPv6 address configured on the stf interface won't have the ifa_rtrequest function (since nd6_need_cache() returns false for the interface). As a side-effect that was not expected at that time, the loopback route to the configured address generated via in6_ifaddloop() is not installed properly. ip6_input() requires the loopback route to accept incoming packets to the receiving node, so this change caused the problem reported here. >How-To-Repeat: # ifconfig stf0 create # ifconfig stf0 inet6 2002:c000:0201::1 prefixlen 16 % ping6 2002:c000:0201::1 And you'll notice the ping6 doesn't receive the echo-replies. netstat -s -p ip6 should indicate the echo-requests are dropped in ip6_input(). >Fix: Apply the patch below. Index: in6.c =================================================================== RCS file: /home/ncvs/src/sys/netinet6/in6.c,v retrieving revision 1.51.2.9 diff -u -r1.51.2.9 in6.c --- in6.c 17 Jun 2006 17:58:33 -0000 1.51.2.9 +++ in6.c 20 Sep 2006 05:35:05 -0000 @@ -1720,8 +1720,12 @@ /* we could do in(6)_socktrim here, but just omit it at this moment. */ - if (newhost && nd6_need_cache(ifp) != 0) { - /* set the rtrequest function to create llinfo */ + if (newhost) { + /* + * set the rtrequest function to create llinfo. It also + * adjust outgoing interface of the route for the local + * address when called via in6_ifaddloop() below. + */ ia->ia_ifa.ifa_rtrequest = nd6_rtrequest; } >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Wed Sep 20 06:20:34 2006 Return-Path: X-Original-To: freebsd-bugs@freebsd.org Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2391516A607 for ; Wed, 20 Sep 2006 06:20:34 +0000 (UTC) (envelope-from fzpapvezi@classifiedtoday.com) Received: from classifiedtoday.com (cmo116.neoplus.adsl.tpnet.pl [83.31.142.116]) by mx1.FreeBSD.org (Postfix) with SMTP id A2A5143D5C for ; Wed, 20 Sep 2006 06:20:26 +0000 (GMT) (envelope-from fzpapvezi@classifiedtoday.com) Received: from 83.31.142.116 by classifiedtoday.com Date: Wed, 20 Sep 2006 08:20:24 +0100 From: "Lina felicio" X-Sender: fzpapvezi@classifiedtoday.com To: Message-Id: <7940825192.IyQcqmxcYC-229301-616200641@classifiedtoday.com> MIME-Version: 1.0 Content-Type: text/plain Subject: As uneasy as a cat near water. X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 06:20:34 -0000 HOT ALERT - THIS ONE IS STILL CLIMBING THE CHARTS ALERT -- BREAKING MARKET NEWS REPORT ---- WBRS.PK Company Name: WILD BRUSH ENERGY Lookup: WBRS.PK Current Price: .05 Expected: STEADILY CLIMB FOR THE TOP Breaking News: Wild Brush Acquires Additional Powder River Oil & Gas Lease Wild Brush Energy (PINKSHEETS: WBRS) announces the purchase of an additional Powder River Basin Federal Oil & Gas Lease in the State of Wyoming. The lease is located on the eastern side of the Basin in Weston County. This is the fifth lease the Company now controls in the region. Wild Brush maintains its expansion strategy through acquisition of low risk, high probability oil and gas properties in proven regions such as Powder River basin. Wild Brush will continue to concentrate on the Powder River Basin area, due to the number of lease acre ages it currently controls. The Powder River Basin claims a high probability rate of discoveries and proven production as demonstrated by such companies as Chevron and Western Gas. There are presently over 12,000 gas wells, in addition to nearly 400 new wells monthly, producing over 330 billion cubic feet annually, in an area with an estimated 32 trillion cubic feet of natural gas. About WBRS.PK Wild Brush Energy is a diversified energy company whose primary goal is to identify and develop Oil & Coalbed Methane sites within the State of Wyoming. In addition, Wild Brush Energy continues to evaluate clean air alternative energy producing technologies such as Wind Power. Wild Brush trades in the U.S. under the symbol "WBRS." WATCH THIS STOCK GO HIGHER AND HIGHER -------------------------------------------------------------------------------- once you look you'll want to get in See the results for your self ----------------------- Watch and wait. A stick in the mud. Rare as walking on water. To live from hand to mouth. You can't squeeze blood out of a turnip. Rare as walking on water. Sturdy as an oak. She's a mother hen. Raking in the dough. There's no time like the present. Sow much, reap much; sow little, reap little. Putting the cart before the horse. Thick as a brick. So hungry I could eat a horse. Spill the beans. To gild refined gold, to paint the lily. When you get lemons, make lemonade.(When life gives you scraps make quilts.) Survival of the fittest. A thorn in my side. Your barking up the wrong tree. What goes down usually comes up. Say it with flowers. Shit happens. Save it for a rainy day. Two peas in a pod. Tools of the trade. The scythe ran into a stone. Turn over a new leaf. Walking on cloud nine. The squeaky wheel gets the grease. What goes down usually comes up. Two peas in a pod. She's a nut. Save it for a rainy day. Waking up with the chickens. Some like carrots others like cabbage. When you get lemons, make lemonade.(When life gives you scraps make quilts.) Stop, look and listen. To rule the mountains is to rule the river. Salt of the Earth. Top of the morning. From owner-freebsd-bugs@FreeBSD.ORG Wed Sep 20 13:42:27 2006 Return-Path: X-Original-To: bugs@freebsd.org Delivered-To: freebsd-bugs@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D562A16A4EF for ; Wed, 20 Sep 2006 13:42:27 +0000 (UTC) (envelope-from Ellen@webtv.net) Received: from ZC136018.ppp.dion.ne.jp (ZC136018.ppp.dion.ne.jp [221.119.136.18]) by mx1.FreeBSD.org (Postfix) with SMTP id ABBAF43DF6 for ; Wed, 20 Sep 2006 13:39:00 +0000 (GMT) (envelope-from Ellen@webtv.net) Message-ID: <623ADE4A.8652924@tsai.es> Date: Wed, 20 Sep 2006 22:39:01 +0900 From: Tasha User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: bugs@freebsd.org Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: job offer X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 13:42:28 -0000 Hello My name is Roman Frolov. I am manager of Offshore Web Design company ([1]www.offshorewebdesign.org) We work since 2003 with most of the popular worldwide companies, designers and programmers. Our goal is to provide corporate web sites, organizations and individual persons, who wish to present or upgrade information about their businesses, conceptions and innovations through Internet, with low cost web solutions. We offer you a high-quality, friendly service at a reasonable price. At the same time, youĆ¢ll get an impressive source of information about your business in the worldĆ¢s net. We would like to offer perspective career for your. The average salary will be around $1500-3000 / Monthly. We suggest you to familiarize with our current vacancies. We invite citizens from other countries for cooperation. Functions of the regional agent: receiving and cashing out payments from our customers and then transferring funds to our clients. REASON : Most customers prefer to pay within their own country and it's much faster than sending an international Money Order. And small companies can't transfer international transactions. But our employee work at Russia, Ukrain and other countries, and can't recieve international payments. You mission recieve and transfer payments for our employee and client. IMPORTANT: Payments have to be cashed out same day received and our company's 90 % share sent to our clients same day payments clear in the bank! Make sure you can handle it before submitting the form! Your salary %10 of payment. (we pay all taxes and bank fees) Benefits of working with us: free working schedule - usually no more than 1-2 hours daily! Basic requirements : Knowledge of the Internet and e-mail 18+ Age Valid ID Bank Account Verified Paypal Account (prefered) Opportunity to work 1-3 hours per day See detail offer at [2]http://www.offshorewebdesign.org/manager.html Best regards, Roman Frolov. [3]www.offshorewebdesign.org Delovoj Tupik 37 109172, Moscow, Russia +7 095 9230030 _________________________________________________________________ Stay in the know. Pulse on the new Yahoo.com. [4]Check it out. References 1. http://www.offshorewebdesign.org/ 2. http://www.offshorewebdesign.org/manager.html 3. http://www.offshorewebdesign.org/ 4. http://us.rd.yahoo.com/evt=42974/*http://www.yahoo.com/preview From owner-freebsd-bugs@FreeBSD.ORG Wed Sep 20 13:43:50 2006 Return-Path: X-Original-To: freebsd-bugs@freebsd.org Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 41F1616A4B3; Wed, 20 Sep 2006 13:43:50 +0000 (UTC) (envelope-from tdgsandf@mail.paradisegreen.co.uk) Received: from mail.paradisegreen.co.uk (almaz.paradisegreen.co.uk [81.187.228.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id B65A643E6C; Wed, 20 Sep 2006 13:39:48 +0000 (GMT) (envelope-from tdgsandf@mail.paradisegreen.co.uk) Received: from mail.paradisegreen.co.uk (localhost.paradisegreen.co.uk [127.0.0.1]) by mail.paradisegreen.co.uk (8.13.3/8.13.3) with ESMTP id k8KDdSDr093494; Wed, 20 Sep 2006 14:39:28 +0100 (BST) (envelope-from tdgsandf@mail.paradisegreen.co.uk) DomainKey-Signature: a=rsa-sha1; s=default; d=paradisegreen.co.uk; c=nofws; q=dns; h=received:date:message-id:to:subject:from:cc:x-send-pr-version; b=Sl4m7orwZKSdJ29CUNr9NsU2tW7GrdnUj3IsH6x+g+LqhaoPHWPoDiLStNa6BAJkA C3AHW2YUD76dCmG8EGoiw== Received: (from tdgsandf@localhost) by mail.paradisegreen.co.uk (8.13.3/8.13.3/Submit) id k8KDdSJl093493; Wed, 20 Sep 2006 14:39:28 +0100 (BST) (envelope-from tdgsandf) Date: Wed, 20 Sep 2006 14:39:28 +0100 (BST) Message-Id: <200609201339.k8KDdSJl093493@mail.paradisegreen.co.uk> To: FreeBSD-gnats-submit@freebsd.org From: Thomas Sandford X-send-pr-version: 3.113 X-Spam-Status: No, score=0.0 required=5.0 tests=UNPARSEABLE_RELAY autolearn=failed version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on almaz.paradisegreen.co.uk Cc: freebsduser@paradisegreen.co.uk, freebsd-bugs@freebsd.org Subject: [PATCH] net/asterisk: update to 1.2.12 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 13:43:50 -0000 >Submitter-Id: current-users >Originator: Thomas Sandford >Organization: Paradise Green Technical Services >Confidential: no >Synopsis: [PATCH] net/asterisk: update to 1.2.12 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 5.4-RELEASE i386 >Environment: System: FreeBSD almaz.paradisegreen.co.uk 5.4-RELEASE FreeBSD 5.4-RELEASE #0: Sun May 15 12:31:08 BST 2005 >Description: - Update to 1.2.12 Note: - 1.2.12.1 is available on the master site, but the codec negociation patch included in the port hs not yet been updated to that code level, and the 1.2.12 version of the patch does not compile when applied to the latest code (and the compile error is at the heart of the complicated patch and also the core of the .1 version bump. Removed file(s): - files/patch-asterisk.c Other changes: - Makefile has been reordered and tidied slightly to make portlint happy. - (this includes) removal of old commented out bristuff patches from Makefile Port maintainer (sobomax@FreeBSD.org) was cc'd on another attempt to submit this PR which got eaten by the spam trap. This version is cc'd to freebsd-bugs@ as suggested by the auto-reply to the previous attempt. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- asterisk-1.2.12.patch begins here --- diff -ruN --exclude=CVS /usr/ports/net/asterisk.orig/Makefile /usr/ports/net/asterisk/Makefile --- /usr/ports/net/asterisk.orig/Makefile Thu Aug 24 01:58:24 2006 +++ /usr/ports/net/asterisk/Makefile Wed Sep 20 11:47:53 2006 @@ -6,19 +6,13 @@ # PORTNAME= asterisk -PORTVERSION= 1.2.9.1 -PORTREVISION= 2 +PORTVERSION= 1.2.12 CATEGORIES= net MASTER_SITES= http://ftp.digium.com/pub/asterisk/ \ http://ftp.digium.com/pub/asterisk/old-releases/ -PATCHFILES= asterisk129_codec_negotiation-20060615.diff.gz PATCH_SITES= http://unofficial.portaone.com/~bamby/public/ - -# ${PORTNAME}-1.2.4-${BRIVER}.patch.gz:bristuff -# ${MASTER_SITE_LOCAL:S,$,:bristuff,} -#PATCH_SITE_SUBDIR= fjoe/:bristuff -#BRIVER= bristuff-0.3.0-PRE-1l +PATCHFILES= asterisk1212_codec_negotiation-20060912.diff.gz MAINTAINER= sobomax@FreeBSD.org COMMENT= An Open Source PBX and telephony toolkit diff -ruN --exclude=CVS /usr/ports/net/asterisk.orig/distinfo /usr/ports/net/asterisk/distinfo --- /usr/ports/net/asterisk.orig/distinfo Sat Jun 17 00:34:44 2006 +++ /usr/ports/net/asterisk/distinfo Wed Sep 20 00:38:41 2006 @@ -1,6 +1,6 @@ -MD5 (asterisk-1.2.9.1.tar.gz) = d98fc3dc5ee8df691ca2b0bd309bb251 -SHA256 (asterisk-1.2.9.1.tar.gz) = 6569080ee10a6dd9b554fc04a33641bc0964abc0502f797cdfefadafe2b6e71d -SIZE (asterisk-1.2.9.1.tar.gz) = 10568287 -MD5 (asterisk129_codec_negotiation-20060615.diff.gz) = 4f1b5dd22ba393a9bc2b384f98ff9c1d -SHA256 (asterisk129_codec_negotiation-20060615.diff.gz) = 8e031323d1fc55e81a5748d9474e4c7c2480328ef5785ff964aa6618f3e7ce1b -SIZE (asterisk129_codec_negotiation-20060615.diff.gz) = 32749 +MD5 (asterisk-1.2.12.tar.gz) = a81d180da203baa5170d9b1d4ac093f3 +SHA256 (asterisk-1.2.12.tar.gz) = 64c87c504dfc513afcf74c59361c6ea88026599fb153c42098347f7d769aa11a +SIZE (asterisk-1.2.12.tar.gz) = 10575163 +MD5 (asterisk1212_codec_negotiation-20060912.diff.gz) = 0daf2a5d4874ba621135c1b32360c7cf +SHA256 (asterisk1212_codec_negotiation-20060912.diff.gz) = fccd8e3091860cef5ba7fcb06e832710cdafb3cbd41d860ace15bfb5e3b1f652 +SIZE (asterisk1212_codec_negotiation-20060912.diff.gz) = 32810 diff -ruN --exclude=CVS /usr/ports/net/asterisk.orig/files/patch-Makefile /usr/ports/net/asterisk/files/patch-Makefile --- /usr/ports/net/asterisk.orig/files/patch-Makefile Thu Aug 24 01:58:24 2006 +++ /usr/ports/net/asterisk/files/patch-Makefile Tue Sep 19 22:36:24 2006 @@ -1,8 +1,5 @@ - -$FreeBSD: ports/net/asterisk/files/patch-Makefile,v 1.16 2006/08/24 00:58:24 sobomax Exp $ - ---- Makefile.orig -+++ Makefile +--- Makefile.orig Tue Sep 19 22:34:16 2006 ++++ Makefile Tue Sep 19 22:35:12 2006 @@ -19,8 +19,8 @@ # CROSS_COMPILE=/opt/montavista/pro/devkit/arm/xscale_be/bin/xscale_be- # CROSS_COMPILE_BIN=/opt/montavista/pro/devkit/arm/xscale_be/bin/ @@ -14,7 +11,7 @@ # CROSS_ARCH=Linux # CROSS_PROC=arm # SUB_PROC=xscale # or maverick -@@ -46,14 +46,14 @@ +@@ -47,14 +47,14 @@ #K6OPT = -DK6OPT #Tell gcc to optimize the code @@ -32,7 +29,7 @@ #Set NOCRYPTO to yes if you do not want to have crypto support or #dependencies -@@ -85,7 +85,7 @@ +@@ -88,7 +88,7 @@ # Where to install asterisk after compiling # Default -> leave empty @@ -41,7 +38,7 @@ # Staging directory # Files are copied here temporarily during the install process -@@ -108,17 +108,17 @@ +@@ -111,17 +111,17 @@ BUSYDETECT+= #-DBUSYDETECT_COMPARE_TONE_AND_SILENCE ifneq ($(OSARCH),SunOS) @@ -68,7 +65,7 @@ MODULES_DIR=$(ASTLIBDIR)/modules AGI_DIR=$(ASTVARLIBDIR)/agi-bin else -@@ -220,25 +220,25 @@ +@@ -226,25 +226,25 @@ endif INCLUDE+=-Iinclude -I../include @@ -100,7 +97,7 @@ else ifneq ($(wildcard $(CROSS_COMPILE_TARGET)/usr/include/osp/osp.h),) ASTCFLAGS+=-DOSP_SUPPORT -I$(CROSS_COMPILE_TARGET)/usr/include/osp -@@ -247,27 +247,24 @@ +@@ -253,27 +253,24 @@ ifeq ($(OSARCH),FreeBSD) BSDVERSION=$(shell make -V OSVERSION -f $(CROSS_COMPILE_TARGET)/usr/share/mk/bsd.port.subdir.mk) @@ -142,16 +139,7 @@ endif # FreeBSD -@@ -283,7 +280,7 @@ - - ifeq ($(OSARCH),SunOS) - ASTCFLAGS+=-Wcast-align -DSOLARIS -- INCLUDE+=-Iinclude/solaris-compat -I$(CROSS_COMPILE_TARGET)/usr/local/ssl/include -+ INCLUDE+=-Iinclude/solaris-compat -I$(CROSS_COMPILE_TARGET)$(LOCALBASE)/ssl/include - endif - - ifeq ($(findstring CYGWIN,$(OSARCH)),CYGWIN) -@@ -298,7 +295,7 @@ +@@ -307,7 +304,7 @@ ifndef WITHOUT_ZAPTEL @@ -160,20 +148,7 @@ ASTCFLAGS+=-DZAPTEL_OPTIMIZATIONS endif -@@ -390,10 +387,10 @@ - endif - - ifeq ($(OSARCH),SunOS) -- LIBS+=-lpthread -ldl -lnsl -lsocket -lresolv -L$(CROSS_COMPILE_TARGET)/usr/local/ssl/lib -+ LIBS+=-lpthread -ldl -lnsl -lsocket -lresolv -L$(CROSS_COMPILE_TARGET)$(LOCALBASE)/ssl/lib - OBJS+=strcompat.o - ASTLINK= -- SOLINK=-shared -fpic -L$(CROSS_COMPILE_TARGET)/usr/local/ssl/lib -+ SOLINK=-shared -fpic -L$(CROSS_COMPILE_TARGET)$(LOCALBASE)/ssl/lib - endif - - ifeq ($(MAKETOPLEVEL),$(MAKELEVEL)) -@@ -401,7 +398,7 @@ +@@ -414,7 +411,7 @@ endif # This is used when generating the doxygen documentation @@ -182,7 +157,7 @@ HAVEDOT=yes else HAVEDOT=no -@@ -420,7 +417,7 @@ +@@ -431,7 +428,7 @@ @echo " + $(MAKE) install +" @echo " +-------------------------------------------+" @@ -191,7 +166,7 @@ #ifneq ($(wildcard tags),) ctags: tags -@@ -439,13 +436,13 @@ +@@ -450,13 +447,13 @@ cd editline && unset CFLAGS LIBS && test -f config.h || CFLAGS="$(OPTIMIZE)" ./configure $(MAKE) -C editline libedit.a @@ -212,7 +187,7 @@ ifneq ($(wildcard .depend),) include .depend -@@ -469,10 +466,10 @@ +@@ -480,10 +477,10 @@ manpage: asterisk.8 @@ -227,7 +202,7 @@ asterisk.pdf: asterisk.sgml docbook2pdf asterisk.sgml -@@ -512,14 +509,14 @@ +@@ -523,14 +520,14 @@ cygwin_a: $(MAKE) -C cygwin all @@ -244,7 +219,7 @@ muted: muted.o $(CC) $(AUDIO_LIBS) -o muted muted.o -@@ -541,38 +538,38 @@ +@@ -552,38 +549,38 @@ datafiles: all if [ x`$(ID) -un` = xroot ]; then sh mkpkgconfig $(DESTDIR)/usr/lib/pkgconfig; fi @@ -292,9 +267,9 @@ else \ echo "No description for $$x"; \ exit 1; \ -@@ -580,18 +577,18 @@ +@@ -591,18 +588,18 @@ done - for x in sounds/demo-* sounds/vm-* sounds/transfer* sounds/pbx-* sounds/ss-* sounds/beep* sounds/dir-* sounds/conf-* sounds/agent-* sounds/invalid* sounds/tt-* sounds/auth-* sounds/privacy-* sounds/queue-* sounds/spy-* sounds/priv-* sounds/screen-* sounds/hello-*; do \ + for x in sounds/demo-* sounds/vm-* sounds/transfer* sounds/pbx-* sounds/ss-* sounds/beep* sounds/dir-* sounds/conf-* sounds/agent-* sounds/invalid* sounds/tt-* sounds/auth-* sounds/privacy-* sounds/queue-* sounds/spy-* sounds/priv-* sounds/screen-* sounds/hello-* sounds/hours* sounds/minute* sounds/second* ; do \ if $(GREP) -q "^%`basename $$x`%" sounds.txt; then \ - $(INSTALL) -m 644 $$x $(DESTDIR)$(ASTVARLIBDIR)/sounds ; \ + $(BSD_INSTALL_DATA) $$x $(DESTDIR)$(ASTVARLIBDIR)/sounds ; \ @@ -316,7 +291,7 @@ update: @if [ -d .svn ]; then \ -@@ -620,47 +617,47 @@ +@@ -631,47 +628,47 @@ OLDHEADERS=$(filter-out $(NEWHEADERS),$(notdir $(wildcard $(DESTDIR)$(ASTHEADERDIR)/*.h))) bininstall: all @@ -348,7 +323,7 @@ + if [ -f asterisk ]; then $(BSD_INSTALL_PROGRAM) asterisk $(DESTDIR)$(ASTSBINDIR)/; fi + if [ -f cygwin/asterisk.exe ]; then $(BSD_INSTALL_PROGRAM) cygwin/asterisk.exe $(DESTDIR)$(ASTSBINDIR)/; fi + if [ -f asterisk.dll ]; then $(BSD_INSTALL_PROGRAM) asterisk.dll $(DESTDIR)$(ASTSBINDIR)/; fi - ln -sf asterisk $(DESTDIR)$(ASTSBINDIR)/rasterisk + $(LN) -sf asterisk $(DESTDIR)$(ASTSBINDIR)/rasterisk - $(INSTALL) -m 755 contrib/scripts/astgenkey $(DESTDIR)$(ASTSBINDIR)/ - $(INSTALL) -m 755 contrib/scripts/autosupport $(DESTDIR)$(ASTSBINDIR)/ + $(BSD_INSTALL_SCRIPT) contrib/scripts/astgenkey $(DESTDIR)$(ASTSBINDIR)/ @@ -396,7 +371,7 @@ else \ echo "You need to do cvs update -d not just cvs update" ; \ fi -@@ -690,46 +687,28 @@ +@@ -701,46 +698,28 @@ echo " WARNING WARNING WARNING" ;\ fi @@ -450,7 +425,7 @@ if [ -f $(DESTDIR)$(ASTETCDIR)/`basename $$x .sample` ]; then \ if [ "$(OVERWRITE)" = "y" ]; then \ if cmp -s $(DESTDIR)$(ASTETCDIR)/`basename $$x .sample` $$x ; then \ -@@ -742,7 +721,7 @@ +@@ -753,7 +732,7 @@ continue; \ fi ;\ fi ; \ @@ -459,7 +434,7 @@ done if [ "$(OVERWRITE)" = "y" ] || [ ! -f $(DESTDIR)$(ASTCONFPATH) ]; then \ ( \ -@@ -802,25 +781,25 @@ +@@ -813,25 +792,25 @@ echo "; Default: strict"; \ echo ";"; \ echo ";translation_algorithm = strict"; \ @@ -491,7 +466,7 @@ :> $(DESTDIR)$(ASTSPOOLDIR)/voicemail/default/1234/unavail.gsm for x in vm-theperson digits/1 digits/2 digits/3 digits/4 vm-isunavail; do \ cat $(DESTDIR)$(ASTVARLIBDIR)/sounds/$$x.gsm >> $(DESTDIR)$(ASTSPOOLDIR)/voicemail/default/1234/unavail.gsm ; \ -@@ -834,9 +813,9 @@ +@@ -845,9 +824,9 @@ @[ -d $(DESTDIR)$(HTTP_DOCSDIR)/ ] || ( printf "http docs directory not found.\nUpdate assignment of variable HTTP_DOCSDIR in Makefile!\n" && exit 1 ) @[ -d $(DESTDIR)$(HTTP_CGIDIR) ] || ( printf "cgi-bin directory not found.\nUpdate assignment of variable HTTP_CGIDIR in Makefile!\n" && exit 1 ) $(INSTALL) -m 4755 -o root -g root contrib/scripts/vmail.cgi $(DESTDIR)$(HTTP_CGIDIR)/vmail.cgi @@ -503,7 +478,7 @@ done @echo " +--------- Asterisk Web Voicemail ----------+" @echo " + +" -@@ -863,10 +842,10 @@ +@@ -874,10 +853,10 @@ __rpm: include/asterisk/version.h spec rm -rf /tmp/asterisk ; \ diff -ruN --exclude=CVS /usr/ports/net/asterisk.orig/files/patch-asterisk.c /usr/ports/net/asterisk/files/patch-asterisk.c --- /usr/ports/net/asterisk.orig/files/patch-asterisk.c Tue Jun 20 19:57:24 2006 +++ /usr/ports/net/asterisk/files/patch-asterisk.c Thu Jan 1 01:00:00 1970 @@ -1,23 +0,0 @@ - -$FreeBSD: ports/net/asterisk/files/patch-asterisk.c,v 1.2 2006/06/20 18:57:24 sobomax Exp $ - ---- asterisk.c.orig -+++ asterisk.c -@@ -1803,7 +1804,6 @@ - - if (option_exec && data) { /* hack to print output then exit if asterisk -rx is used */ - char tempchar; --#ifdef __Darwin__ - struct pollfd fds[0]; - fds[0].fd = ast_consock; - fds[0].events = POLLIN; -@@ -1811,9 +1811,6 @@ - while (poll(fds, 1, 100) > 0) { - ast_el_read_char(el, &tempchar); - } --#else -- while (!ast_el_read_char(el, &tempchar)); --#endif - return; - } - for(;;) { diff -ruN --exclude=CVS /usr/ports/net/asterisk.orig/pkg-plist /usr/ports/net/asterisk/pkg-plist --- /usr/ports/net/asterisk.orig/pkg-plist Sat Jun 17 00:34:44 2006 +++ /usr/ports/net/asterisk/pkg-plist Wed Sep 20 12:05:08 2006 @@ -532,6 +532,7 @@ %%DATADIR%%/sounds/dir-nomatch.gsm %%DATADIR%%/sounds/dir-nomore.gsm %%DATADIR%%/sounds/hello-world.gsm +%%DATADIR%%/sounds/hours.gsm %%DATADIR%%/sounds/invalid.gsm %%DATADIR%%/sounds/letters/a.gsm %%DATADIR%%/sounds/letters/at.gsm @@ -569,6 +570,7 @@ %%DATADIR%%/sounds/letters/y.gsm %%DATADIR%%/sounds/letters/z.gsm %%DATADIR%%/sounds/letters/zed.gsm +%%DATADIR%%/sounds/minutes.gsm %%DATADIR%%/sounds/pbx-invalid.gsm %%DATADIR%%/sounds/pbx-invalidpark.gsm %%DATADIR%%/sounds/pbx-transfer.gsm @@ -618,6 +620,7 @@ %%DATADIR%%/sounds/queue-thereare.gsm %%DATADIR%%/sounds/queue-youarenext.gsm %%DATADIR%%/sounds/screen-callee-options.gsm +%%DATADIR%%/sounds/seconds.gsm %%DATADIR%%/sounds/spy-agent.gsm %%DATADIR%%/sounds/spy-h323.gsm %%DATADIR%%/sounds/spy-iax.gsm --- asterisk-1.2.12.patch ends here --- From owner-freebsd-bugs@FreeBSD.ORG Wed Sep 20 13:52:02 2006 Return-Path: X-Original-To: freebsd-bugs@FreeBSD.org Delivered-To: freebsd-bugs@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C8B2C16A416; Wed, 20 Sep 2006 13:52:02 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (mail.soaustin.net [207.200.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F14143D58; Wed, 20 Sep 2006 13:52:01 +0000 (GMT) (envelope-from linimon@lonesome.com) Received: by mail.soaustin.net (Postfix, from userid 502) id 26DDE3263; Wed, 20 Sep 2006 08:52:01 -0500 (CDT) Date: Wed, 20 Sep 2006 08:52:01 -0500 To: freebsd-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Message-ID: <20060920135201.GB22090@soaustin.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.9i From: linimon@lonesome.com (Mark Linimon) Cc: linimon@FreeBSD.org Subject: [HEADSUP] please hold off sending PRs for now X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 13:52:02 -0000 GNATS is currently filing everything it receives in the spam-queue due to spamassassin not running on hub. I am trying to keep up with the incoming flow and get ready to resubmit them (and fix the ones that should be picked up as followups), but it is difficult for me to do so right now. So please hold off sending or replying to PRs for right now until we can resolve the problem. Thanks. mcl From owner-freebsd-bugs@FreeBSD.ORG Wed Sep 20 14:22:19 2006 Return-Path: X-Original-To: freebsd-bugs@freebsd.org Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C39F116A403 for ; Wed, 20 Sep 2006 14:22:19 +0000 (UTC) (envelope-from nplayshorn@yahoo.com) Received: from web57005.mail.re3.yahoo.com (web57005.mail.re3.yahoo.com [66.196.97.109]) by mx1.FreeBSD.org (Postfix) with SMTP id 66F0F43D72 for ; Wed, 20 Sep 2006 14:22:16 +0000 (GMT) (envelope-from nplayshorn@yahoo.com) Received: (qmail 78826 invoked by uid 60001); 20 Sep 2006 14:22:15 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=wso/yVuNfz0cx0Eku+2sVQe7T5QOcW7juVHvmEJnY3ME3hHPy9BkqjiuuTkZpUeUKxBncdavX2/VyToDRaHTc5DYcVFSV2uEjlLBqpw3AUXaspvBIaMs7fV/85+7kJfYzqBwzVkIpLQzaq9s5VhlvaeEbwowBe0wJXWdruwajg0= ; Message-ID: <20060920142215.78824.qmail@web57005.mail.re3.yahoo.com> Received: from [24.17.94.208] by web57005.mail.re3.yahoo.com via HTTP; Wed, 20 Sep 2006 07:22:15 PDT Date: Wed, 20 Sep 2006 07:22:15 -0700 (PDT) From: "Nicholas C. Lewis" To: freebsd-bugs@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: kern/65355: TC1000 serial ports need enabling X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 14:22:19 -0000 Is there a new version of this patch for 6.1-Release, or is there a new solution to this problem? Thank you Nick __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From owner-freebsd-bugs@FreeBSD.ORG Wed Sep 20 14:40:46 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F31016A40F for ; Wed, 20 Sep 2006 14:40:46 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACA9243D5D for ; Wed, 20 Sep 2006 14:40:32 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8KEeVPM047609 for ; Wed, 20 Sep 2006 14:40:31 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8KEeVfE047602; Wed, 20 Sep 2006 14:40:31 GMT (envelope-from gnats) Resent-Date: Wed, 20 Sep 2006 14:40:31 GMT Resent-Message-Id: <200609201440.k8KEeVfE047602@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, Rob Austein Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6310816A412; Wed, 20 Sep 2006 14:39:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 218D643D5F; Wed, 20 Sep 2006 14:39:08 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8KEd7jM047272; Wed, 20 Sep 2006 14:39:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8KEd700047271; Wed, 20 Sep 2006 14:39:07 GMT (envelope-from gnats) Message-Id: <200609201439.k8KEd700047271@freefall.freebsd.org> Date: Wed, 20 Sep 2006 14:39:07 GMT From: Rob Austein To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Mark Linimon Subject: conf/103428: devd(8): devd brings up network interfaces early and wrong X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 14:40:46 -0000 >Number: 103428 >Category: conf >Synopsis: devd(8): devd brings up network interfaces early and wrong >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Sep 20 14:40:31 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Rob Austein >Release: 6.1-STABLE >Organization: >Environment: FreeBSD adrilankha.hactrn.net 6.1-STABLE FreeBSD 6.1-STABLE #2: Tue Sep 12 08:43:49 UTC 2006 sra@adrilankha.hactrn.net:/usr/obj/usr/src/sys/GENERIC i386 >Description: Initial problem was that a machine with static IP address and route configuration was losing the 2002::/16 route associated with its stf0 interface. Upon investigation, machine was accepting router advertisements, which it should not have been since all interfaces were staticly configured. Following this trail eventually led to pccard_ether, which is not only bringing up interfaces before the /etc/rc.d/network_ipv6 script has had a chance to run but is also (incorrectly) enabling net.inet6.ip6.accept_rtadv. pccard_ether checks for interfaces that are already up, so my guess is that this mess is an accidental side effect of somebody having re-ordered the scripts in /etc/rc.d so that devd now comes up earlier than it once did (I have not checked CVS to confirm this theory). In any case, what it does now is wrong. :) >How-To-Repeat: Something like the following in /etc/rc.conf, on a network that sends IPv6 router advertisements: ifconfig_foo0="inet 192.0.2.2 netmask 255.255.255.0" defaultrouter="192.0.2.1" ipv6_enable="YES" ipv6_ifconfig_foo0="2001:db8::2 prefixlen 64" ipv6_defaultrouter="2001:db8::1" stf_interface_ipv4addr="192.0.2.2" devd_enable="YES" >Fix: Workaround: disable devd. :) Fix: reorder /etc/rc.d scripts or rewrite /etc/pccard_ether. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Wed Sep 20 14:40:47 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 14BCE16A412 for ; Wed, 20 Sep 2006 14:40:47 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D4CC43DAA for ; Wed, 20 Sep 2006 14:40:30 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8KEeUnP047559 for ; Wed, 20 Sep 2006 14:40:30 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8KEeULi047558; Wed, 20 Sep 2006 14:40:30 GMT (envelope-from gnats) Resent-Date: Wed, 20 Sep 2006 14:40:30 GMT Resent-Message-Id: <200609201440.k8KEeULi047558@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, Mindaugas Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0CD7616A412; Wed, 20 Sep 2006 14:37:53 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCF1043D67; Wed, 20 Sep 2006 14:37:52 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8KEbq7l047018; Wed, 20 Sep 2006 14:37:52 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8KEbqni047017; Wed, 20 Sep 2006 14:37:52 GMT (envelope-from gnats) Message-Id: <200609201437.k8KEbqni047017@freefall.freebsd.org> Date: Wed, 20 Sep 2006 14:37:52 GMT From: Mindaugas To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Mark Linimon Subject: bin/103425: ntpdate(8) utility does not obey the -s option the right way X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 14:40:47 -0000 >Number: 103425 >Category: bin >Synopsis: ntpdate(8) utility does not obey the -s option the right way >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Sep 20 14:40:30 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Mindaugas >Release: 5.4-STABLE >Organization: >Environment: FreeBSD floridamortgagemadeeasy.com 5.4-STABLE FreeBSD 5.4-STABLE #1: Fri Jan 13 06:21:03 UTC 2006 mindaugas@beta.floridamortgagemadeeasy.com:/usr/src/sys/i386/compile/beta i386 >Description: the manual of ntpdate (man ntpdate) tells: -s Divert logging output from the standard output (default) to the system syslog(3) facility. This is designed primarily for conve- nience of cron(8) scripts. I have ntpdate command executed every 4 to 24 hours on various servers by the cron. While using -s option i still get information output to the standard output (the cron emails that output text by the email). The -s option *does not* divert the output from the standart output to the syslog. It just adds extra logging to the syslog. Examining ntpdate source confirms that. According to the manual it should shutdown the output to the standard output and use syslog instead. And this is quite annoying to get email from crontab every time ntpdate updates the time ;) >How-To-Repeat: set ntpdate with -s option on crontab >Fix: Parse the ntpdate.c (http://www.freebsd.org/cgi/cvsweb.cgi/src/contrib/ntp/ntpdate/ntpdate.c?rev=1.1.1.7&content-type=text/x-cvsweb-markup) and maybe other files to properly check the status of syslogit variable each time the program has anything to output. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Wed Sep 20 14:57:06 2006 Return-Path: X-Original-To: freebsd-bugs@FreeBSD.org Delivered-To: freebsd-bugs@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 900B816A6C3; Wed, 20 Sep 2006 14:57:06 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (mail.soaustin.net [207.200.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E72043E4A; Wed, 20 Sep 2006 14:56:16 +0000 (GMT) (envelope-from linimon@lonesome.com) Received: by mail.soaustin.net (Postfix, from userid 502) id 643C441C5; Wed, 20 Sep 2006 09:56:05 -0500 (CDT) Date: Wed, 20 Sep 2006 09:56:05 -0500 To: Mark Linimon Message-ID: <20060920145605.GA25607@soaustin.net> References: <20060920135201.GB22090@soaustin.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060920135201.GB22090@soaustin.net> User-Agent: Mutt/1.5.9i From: linimon@lonesome.com (Mark Linimon) Cc: freebsd-ports-bugs@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: [HEADSUP] please hold off sending PRs for now X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 14:57:06 -0000 On Wed, Sep 20, 2006 at 08:52:01AM -0500, Mark Linimon wrote: > GNATS is currently filing everything it receives in the spam-queue due to > spamassassin not running on hub. I am trying to keep up with the incoming > flow and get ready to resubmit them (and fix the ones that should be > picked up as followups), but it is difficult for me to do so right now. > So please hold off sending or replying to PRs for right now until we can > resolve the problem. Thanks. It is now All Clear. (extra points for identifying the movie quote) Thanks for your patience. mcl From owner-freebsd-bugs@FreeBSD.ORG Wed Sep 20 15:01:06 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 64C4016A403 for ; Wed, 20 Sep 2006 15:01:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBA2543E19 for ; Wed, 20 Sep 2006 15:00:45 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8KF0jP9049697 for ; Wed, 20 Sep 2006 15:00:45 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8KF0jIa049696; Wed, 20 Sep 2006 15:00:45 GMT (envelope-from gnats) Resent-Date: Wed, 20 Sep 2006 15:00:45 GMT Resent-Message-Id: <200609201500.k8KF0jIa049696@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Mike Tisdell Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5184216A4A0 for ; Wed, 20 Sep 2006 14:56:23 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D34243DD5 for ; Wed, 20 Sep 2006 14:55:12 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k8KEtCbd017848 for ; Wed, 20 Sep 2006 14:55:12 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k8KEtCRl017847; Wed, 20 Sep 2006 14:55:12 GMT (envelope-from nobody) Message-Id: <200609201455.k8KEtCRl017847@www.freebsd.org> Date: Wed, 20 Sep 2006 14:55:12 GMT From: Mike Tisdell To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: misc/103430: sleep() in a pthread returns prematurely when a signal is recv. X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 15:01:06 -0000 >Number: 103430 >Category: misc >Synopsis: sleep() in a pthread returns prematurely when a signal is recv. >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Sep 20 15:00:45 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Mike Tisdell >Release: 5.5.x >Organization: Netronix >Environment: FreeBSD shuttle.netronix.com 5.5-PRERELEASE FreeBSD 5.5-PRERELEASE #5: Wed May 17 05:19:04 PDT 2006 root@shuttle.netronix.com:/usr/src/sys/i386/compile/SHUTTLE i386 FreeBSD ns4.keypointcu.com 5.5-STABLE FreeBSD 5.5-STABLE #5: Mon Aug 21 15:04:27 PDT 2006 mike@ns4.keypointcu.com:/usr/src/sys/i386/compile/NS4 i386 >Description: sleep() in a pthreaded function will return immediately if the program receives a signal. >How-To-Repeat: Run the following program and then SIGHUP the process. Each SIGHUP will produce the output of both sighup() and pthread1(), but not main() i.e. the sleep timer in the main thread is working properly. /********************************************************************************************************* *** pthread.c *** *** Pthread sleep bug demonstration *** **********************************************************************************************************/ #include #include #include void *pthread1() { while(1) { printf("pthread1\n"); sleep(3600); } } void sighup() { printf("Received SIGHUP\n"); } void quit() { printf("Received signal, quiting!\n"); exit(0); } int main() { int rc; pthread_t thread1; pthread_attr_t thread1_attr; signal(SIGHUP, &sighup); signal(SIGQUIT, &quit); signal(SIGKILL, &quit); signal(SIGTERM, &quit); pthread_attr_init(&thread1_attr); rc = pthread_create(&thread1, NULL, pthread1, NULL); while(1) { printf("main\n"); sleep(3600); } return 0; } >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Wed Sep 20 15:40:19 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9899D16A4C9 for ; Wed, 20 Sep 2006 15:40:19 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 70B3143D55 for ; Wed, 20 Sep 2006 15:40:18 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8KFeIk9054050 for ; Wed, 20 Sep 2006 15:40:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8KFeILi054049; Wed, 20 Sep 2006 15:40:18 GMT (envelope-from gnats) Resent-Date: Wed, 20 Sep 2006 15:40:18 GMT Resent-Message-Id: <200609201540.k8KFeILi054049@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Daniel Rudy Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3DDC516A587 for ; Wed, 20 Sep 2006 15:34:21 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1D9743D7B for ; Wed, 20 Sep 2006 15:34:20 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k8KFYKkS024078 for ; Wed, 20 Sep 2006 15:34:20 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k8KFYKoE024077; Wed, 20 Sep 2006 15:34:20 GMT (envelope-from nobody) Message-Id: <200609201534.k8KFYKoE024077@www.freebsd.org> Date: Wed, 20 Sep 2006 15:34:20 GMT From: Daniel Rudy To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: kern/103432: panic: nfssvc_nfsd(): debug.mpsafenet=1 && Giant X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 15:40:19 -0000 >Number: 103432 >Category: kern >Synopsis: panic: nfssvc_nfsd(): debug.mpsafenet=1 && Giant >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Sep 20 15:40:17 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Daniel Rudy >Release: 6.1-RELEASE-p7 >Organization: >Environment: >Description: This computer is configured as a NFS server and it also has IPSEC enabled. When a NFS client accesses this server, the server imediately panics with the following error "panic: nfssvc_nfsd(): debug.mpsafenet=1 && Giant" and reboots hanging the client. On a release 6.0 machine, debug.mpsafe is forced to 0 because IPSEC requires Giant. >How-To-Repeat: On a 6.1 system, enable IPSEC and NFS then try to access the server remotely. >Fix: Can't. The OID for debug.mpsafenet is readonly. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Wed Sep 20 15:50:26 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3845216A412 for ; Wed, 20 Sep 2006 15:50:26 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7626943D72 for ; Wed, 20 Sep 2006 15:50:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8KFoMH5054889 for ; Wed, 20 Sep 2006 15:50:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8KFoM44054884; Wed, 20 Sep 2006 15:50:22 GMT (envelope-from gnats) Date: Wed, 20 Sep 2006 15:50:22 GMT Message-Id: <200609201550.k8KFoM44054884@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Daniel Rudy Cc: Subject: Re: kern/103432: panic: nfssvc_nfsd(): debug.mpsafenet=1 & & Giant X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Daniel Rudy List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 15:50:26 -0000 The following reply was made to PR kern/103432; it has been noted by GNATS. From: Daniel Rudy To: bug-followup@FreeBSD.org, dcrudy@pacbell.net Cc: Subject: Re: kern/103432: panic: nfssvc_nfsd(): debug.mpsafenet=1 && Giant Date: Wed, 20 Sep 2006 08:49:40 -0700 Forgot to submit my environment information: strata:/usr/src/sys 1036 ### ->uname -a FreeBSD strata.xxxxxxxx.org 6.1-RELEASE-p7 FreeBSD 6.1-RELEASE-p7 #12: Tue Sep 19 17:22:53 PDT 2006 root @strata:/usr/obj/usr/src/sys/STRATA i386 strata:/usr/src/sys 1037 ### -> -- Daniel Rudy From owner-freebsd-bugs@FreeBSD.ORG Wed Sep 20 16:00:48 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 014AF16A403 for ; Wed, 20 Sep 2006 16:00:48 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC80143D60 for ; Wed, 20 Sep 2006 16:00:47 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8KG0lEu055584 for ; Wed, 20 Sep 2006 16:00:47 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8KG0l3q055583; Wed, 20 Sep 2006 16:00:47 GMT (envelope-from gnats) Date: Wed, 20 Sep 2006 16:00:47 GMT Message-Id: <200609201600.k8KG0l3q055583@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Daniel Rudy Cc: Subject: Re: kern/103432: panic: nfssvc_nfsd(): debug.mpsafenet=1 & & Giant X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Daniel Rudy List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 16:00:48 -0000 The following reply was made to PR kern/103432; it has been noted by GNATS. From: Daniel Rudy To: bug-followup@FreeBSD.org, dcrudy@pacbell.net Cc: Subject: Re: kern/103432: panic: nfssvc_nfsd(): debug.mpsafenet=1 && Giant Date: Wed, 20 Sep 2006 08:55:28 -0700 Correction. I just checked the config file for STRATA and it turns out that IPSEC is *NOT* enabled in that kernel. -- Daniel Rudy From owner-freebsd-bugs@FreeBSD.ORG Wed Sep 20 16:04:17 2006 Return-Path: X-Original-To: freebsd-bugs@FreeBSD.org Delivered-To: freebsd-bugs@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F137516A415 for ; Wed, 20 Sep 2006 16:04:17 +0000 (UTC) (envelope-from keiji@hiemalis.org) Received: from parsley.hiemalis.org (parsley.hiemalis.org [219.67.146.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F0E043D62 for ; Wed, 20 Sep 2006 16:03:59 +0000 (GMT) (envelope-from keiji@hiemalis.org) Received: (qmail 96361 invoked by uid 9997); 20 Sep 2006 16:03:58 -0000 Received: from ::1 by parsley (envelope-from , uid 9997) with qmail-scanner-1.25 (clamdscan: 0.88.4/1896. sophie: 3.04/2.37/4.09. spamassassin: 3.0.4. Clear:RC:1(::1):. Processed in 0.12195 secs); 20 Sep 2006 16:03:58 -0000 Received: from localhost.hiemalis.org (HELO poker.hiemalis.org) (::1) by localhost.hiemalis.org with SMTP; 20 Sep 2006 16:03:58 -0000 Date: Thu, 21 Sep 2006 01:03:58 +0900 (JST) Message-Id: <20060921.010358.39312857.keiji@hiemalis.org> To: imp@FreeBSD.org, FreeBSD-gnats-submit@FreeBSD.org, freebsd-bugs@FreeBSD.org From: Wada Keiji In-Reply-To: <200508301820.j7UIK0ee075010@freefall.freebsd.org> References: <200508301807.j7UI70gH021119@www.freebsd.org> <200508301820.j7UIK0ee075010@freefall.freebsd.org> X-Pgp-Fingerprint: A1 51 84 CC 76 61 EF 8D 31 0B D4 E6 AF 6A EF 9D X-Url: http://www.hiemalis.org/~keiji/ X-ICQ-UIN: 36787685 X-Mailer: xcite1.42> Mew version 5.1.50 on Emacs 22.0.50 / Mule 5.0 =?iso-2022-jp?B?KBskQjgtTFobKEIp?= Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: keiji@hiemalis.org Subject: Re: kern/85493: OLDCARD can't probe ed driver X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 16:04:18 -0000 Hello imp! Why don't you accept my change request? Did you read sys/dev/pccard/card_if.m # Compatibility methods for OLDCARD drivers. We use these routines to make # it possible to call the OLDCARD driver's probe routine in the context that # it expects. For OLDCARD these are implemented as pass throughs to the # device_{probe,attach} routines. For NEWCARD they are implemented such # such that probe becomes strictly a matching routine and attach does both # the old probe and old attach. # # compat devices should use the following: # # /* Device interface */ # DEVMETHOD(device_probe), pccard_compat_probe), # DEVMETHOD(device_attach), pccard_compat_attach), # /* Card interface */ # DEVMETHOD(card_compat_match, foo_match), /* newly written */ # DEVMETHOD(card_compat_probe, foo_probe), /* old probe */ # DEVMETHOD(card_compat_attach, foo_attach), /* old attach */ I think that card_compat_probe is used on OLDCARD. And on ed ed_pccard_probe is used too. So ed_pccard_probe can't use pccard_product_lookup function. What do you think? Thanks. >>>>> On Tue, 30 Aug 2005 18:20:00 GMT >>>>> FreeBSD-gnats-submit@FreeBSD.org said: > > Thank you very much for your problem report. > It has the internal identification `kern/85493'. > The individual assigned to look at your > report is: freebsd-bugs. > > You can access the state of your problem report at any time > via this link: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=85493 > > >Category: kern > >Responsible: freebsd-bugs > >Synopsis: OLDCARD can't probe ed driver > >Arrival-Date: Tue Aug 30 18:20:00 GMT 2005 From owner-freebsd-bugs@FreeBSD.ORG Wed Sep 20 16:51:18 2006 Return-Path: X-Original-To: freebsd-bugs@freebsd.org Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2CFC416A407; Wed, 20 Sep 2006 16:51:18 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 953D443D66; Wed, 20 Sep 2006 16:50:58 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.13.4/8.13.4) with ESMTP id k8KGnnO9061765; Wed, 20 Sep 2006 10:49:49 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Wed, 20 Sep 2006 10:49:04 -0600 (MDT) Message-Id: <20060920.104904.-1350498260.imp@bsdimp.com> To: keiji@hiemalis.org From: "M. Warner Losh" In-Reply-To: <20060921.010358.39312857.keiji@hiemalis.org> References: <200508301807.j7UI70gH021119@www.freebsd.org> <200508301820.j7UIK0ee075010@freefall.freebsd.org> <20060921.010358.39312857.keiji@hiemalis.org> X-Mailer: Mew version 4.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Wed, 20 Sep 2006 10:49:50 -0600 (MDT) Cc: freebsd-bugs@freebsd.org, FreeBSD-gnats-submit@freebsd.org Subject: Re: kern/85493: OLDCARD can't probe ed driver X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 16:51:18 -0000 In message: <20060921.010358.39312857.keiji@hiemalis.org> Wada Keiji writes: : Hello imp! : : Why don't you accept my change request? : : Did you read sys/dev/pccard/card_if.m : # Compatibility methods for OLDCARD drivers. We use these routines to make : # it possible to call the OLDCARD driver's probe routine in the context that : # it expects. For OLDCARD these are implemented as pass throughs to the : # device_{probe,attach} routines. For NEWCARD they are implemented such : # such that probe becomes strictly a matching routine and attach does both : # the old probe and old attach. : # : # compat devices should use the following: : # : # /* Device interface */ : # DEVMETHOD(device_probe), pccard_compat_probe), : # DEVMETHOD(device_attach), pccard_compat_attach), : # /* Card interface */ : # DEVMETHOD(card_compat_match, foo_match), /* newly written */ : # DEVMETHOD(card_compat_probe, foo_probe), /* old probe */ : # DEVMETHOD(card_compat_attach, foo_attach), /* old attach */ : : I think that card_compat_probe is used on OLDCARD. And on ed : ed_pccard_probe is used too. So ed_pccard_probe can't use : pccard_product_lookup function. : : What do you think? OLDCARD has been retro-fitted to allow the use of pccard_product_lookup. If that isn't working, the bug should be fixed there. It has been a long time since I have built and run an oldcard kernel. I kept meaning to get back to this bug, and appologize for my lack of action on it. The patch in this report might fix OLDCARD, but seem to break it for NEWCARD, which is why I never applied them. What is failing in the pccard_product_lookup function? Warner : Thanks. : : >>>>> On Tue, 30 Aug 2005 18:20:00 GMT : >>>>> FreeBSD-gnats-submit@FreeBSD.org said: : > : > Thank you very much for your problem report. : > It has the internal identification `kern/85493'. : > The individual assigned to look at your : > report is: freebsd-bugs. : > : > You can access the state of your problem report at any time : > via this link: : > : > http://www.freebsd.org/cgi/query-pr.cgi?pr=85493 : > : > >Category: kern : > >Responsible: freebsd-bugs : > >Synopsis: OLDCARD can't probe ed driver : > >Arrival-Date: Tue Aug 30 18:20:00 GMT 2005 : : From owner-freebsd-bugs@FreeBSD.ORG Wed Sep 20 18:20:29 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9903916A47B for ; Wed, 20 Sep 2006 18:20:29 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE44A43D5C for ; Wed, 20 Sep 2006 18:20:25 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8KIKPmM067152 for ; Wed, 20 Sep 2006 18:20:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8KIKPSf067151; Wed, 20 Sep 2006 18:20:25 GMT (envelope-from gnats) Date: Wed, 20 Sep 2006 18:20:25 GMT Message-Id: <200609201820.k8KIKPSf067151@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Kris Kennaway Cc: Subject: Re: kern/103432: panic: nfssvc_nfsd(): debug.mpsafenet=1 && Giant X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Kris Kennaway List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 18:20:29 -0000 The following reply was made to PR kern/103432; it has been noted by GNATS. From: Kris Kennaway To: Daniel Rudy Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: kern/103432: panic: nfssvc_nfsd(): debug.mpsafenet=1 && Giant Date: Wed, 20 Sep 2006 14:15:09 -0400 --J2SCkAp4GZ/dPZZf Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Wed, Sep 20, 2006 at 03:34:20PM +0000, Daniel Rudy wrote: > This computer is configured as a NFS server and it also has IPSEC enabled. When a NFS client accesses this server, the server imediately panics with the following error "panic: nfssvc_nfsd(): debug.mpsafenet=1 && Giant" and reboots hanging the client. On a release 6.0 machine, debug.mpsafe is forced to 0 because IPSEC requires Giant. > >How-To-Repeat: This may have been fixed after 6.1-RELEASE, but it's impossible to say without a traceback. Please follow the directions in the chapter on kernel debugging in the developers handbook and report back. > On a 6.1 system, enable IPSEC and NFS then try to access the server remotely. > >Fix: > Can't. The OID for debug.mpsafenet is readonly. It's a tunable, you can set it in /boot/loader.conf at boot time. Kris --J2SCkAp4GZ/dPZZf Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFEYUtWry0BWjoQKURArdMAJ91mPvWFrNEUAB3J90uX2RkLga81QCeOakw /oHcANBZ61JG3mcroiuv10w= =jald -----END PGP SIGNATURE----- --J2SCkAp4GZ/dPZZf-- From owner-freebsd-bugs@FreeBSD.ORG Wed Sep 20 19:40:27 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C936A16A403 for ; Wed, 20 Sep 2006 19:40:27 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9222543D49 for ; Wed, 20 Sep 2006 19:40:27 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8KJeRK2074231 for ; Wed, 20 Sep 2006 19:40:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8KJeR2m074230; Wed, 20 Sep 2006 19:40:27 GMT (envelope-from gnats) Date: Wed, 20 Sep 2006 19:40:27 GMT Message-Id: <200609201940.k8KJeR2m074230@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Brooks Davis Cc: Subject: Re: conf/103428: devd(8): devd brings up network interfaces early and wrong X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Brooks Davis List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 19:40:27 -0000 The following reply was made to PR conf/103428; it has been noted by GNATS. From: Brooks Davis To: Rob Austein Cc: freebsd-gnats-submit@freebsd.org Subject: Re: conf/103428: devd(8): devd brings up network interfaces early and wrong Date: Wed, 20 Sep 2006 14:38:47 -0500 I'm a bit confused by this one. It's true devd now starts earlier and could start before network_ipv6, but it starts after netif and you have an IPv4 address configured so it should be up by the time devd starts up. One possible issue is that the current check is bypased if grep isn't available (say if /usr is an nfs mount). If that's the case for you, the following patch may fix things. The other thing I can think of is that there's a delay in the interface transitioning to the UP state. If that's the case I'm not sure what the answer is. We might need to use something else to de-bounce the interface configuration. It might be worth a try to modify etc/rc.d/devd to run after network_ipv6. -- Brooks Index: pccard_ether =================================================================== RCS file: /home/ncvs/src/etc/pccard_ether,v retrieving revision 1.50 diff -u -p -r1.50 pccard_ether --- pccard_ether 18 Aug 2006 13:19:45 -0000 1.50 +++ pccard_ether 20 Sep 2006 19:34:13 -0000 @@ -69,11 +69,13 @@ pccard_ether_start() { ifexists $ifn || exit 1 - if [ -z "$rc_force" -a -x /usr/bin/grep ]; then - if ifconfig $ifn | grep -s '[<,]UP[,>]' > /dev/null 2>&1; then - # Interface is already up, so ignore it. - exit 0 - fi + if [ -z "$rc_force" ]; then + for uif in `ifconfig -ul`; do + if [ "${uif}" = "${ifn}" ]; then + # Interface is already up, so ignore it. + exit 0 + fi + done fi /etc/rc.d/netif start $ifn From owner-freebsd-bugs@FreeBSD.ORG Wed Sep 20 21:30:29 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C3FD516A412 for ; Wed, 20 Sep 2006 21:30:29 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 84FAA43D4C for ; Wed, 20 Sep 2006 21:30:29 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8KLUTwU082899 for ; Wed, 20 Sep 2006 21:30:29 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8KLUTGj082894; Wed, 20 Sep 2006 21:30:29 GMT (envelope-from gnats) Date: Wed, 20 Sep 2006 21:30:29 GMT Message-Id: <200609202130.k8KLUTGj082894@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Rob Austein Cc: Subject: Re: conf/103428: devd(8): devd brings up network interfaces early and wrong X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Rob Austein List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 21:30:29 -0000 The following reply was made to PR conf/103428; it has been noted by GNATS. From: Rob Austein To: Brooks Davis Cc: Rob Austein , freebsd-gnats-submit@freebsd.org Subject: Re: conf/103428: devd(8): devd brings up network interfaces early and wrong Date: Wed, 20 Sep 2006 17:23:31 -0400 > One possible issue is that the current check is bypased if grep > isn't available (say if /usr is an nfs mount). If that's the case > for you, the following patch may fix things. Thanks, but no, local UFS2 filesystems. > The other thing I can think of is that there's a delay in the interface > transitioning to the UP state. If that's the case I'm not sure what > the answer is. We might need to use something else to de-bounce > the interface configuration. It might be worth a try to modify > etc/rc.d/devd to run after network_ipv6. Just tried that, didn't help. So the ordering is not the problem per se, sorry for the distraction, but pccard_ether is still messing up the IPv6 configuration. At this point I suspect that the problem is that pccard_ether is attempting to bring up IPv6 on interface hardware that's not connected to anything, which is confusing /etc/network.subr into listening for router advertisements when it should not. I added a debug line to network.subr to make network6_interface_setup log the interface it's about to whack, enabled rc_debug, and got the console output below. It's not touching bge0 or lo0, but it's trying to bring up IPv6 on bge1 and plip0, neither of which is connected to anything. /etc/rc: DEBUG: Cloned: bge0: flags=8843 mtu 1500 options=1b inet6 fe80::230:48ff:fe82:11dc%bge0 prefixlen 64 tentative scopeid 0x1 inet 147.28.0.19 netmask 0xffffff00 broadcast 147.28.0.255 ether 00:30:48:82:11:dc media: Ethernet autoselect (none) status: no carrier lo0: flags=8049 mtu 16384 inet6 ::1 prefixlen 128 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x4 inet 127.0.0.1 netmask 0xff000000 /etc/rc: DEBUG: The following interfaces were not configured: /etc/rc.d/ipfilter: DEBUG: checkyesno: ipfilter_enable is set to NO. /etc/rc: DEBUG: checkyesno: devd_enable is set to YES. Starting devd. /etc/rc: DEBUG: run_rc_command: _doit: /sbin/devd /etc/pccard_ether: DEBUG: run_rc_command: evaluating checkauto(). /etc/pccard_ether: DEBUG: run_rc_command: evaluating pccard_ether_start(). /etc/pccard_ether: DEBUG: run_rc_command: evaluating checkauto(). /etc/pccard_ether: DEBUG: run_rc_command: evaluating pccard_ether_start(). /etc/rc.d/netif: DEBUG: run_rc_command: evaluating network_start(). /etc/rc.d/netif: DEBUG: The following interfaces were not configured: bge1 /etc/rc.d/ipfilter: DEBUG: checkyesno: ipfilter_enable is set to NO. /etc/rc.d/bridge: DEBUG: run_rc_command: evaluating bridge_start(). /etc/pccard_ether: DEBUG: checkyesno: ipv6_enable is set to YES. /etc/pccard_ether: DEBUG: Interface: bge1 net.inet6.ip6.accept_rtadv: 0 -> 1 /etc/pccard_ether: DEBUG: run_rc_command: evaluating checkauto(). /etc/pccard_ether: DEBUG: run_rc_command: evaluating pccard_ether_start(). /etc/rc.d/netif: DEBUG: run_rc_command: evaluating network_start(). /etc/rc.d/netif: DEBUG: The following interfaces were not configured: plip0 /etc/rc.d/ipfilter: DEBUG: checkyesno: ipfilter_enable is set to NO. /etc/rc.d/bridge: DEBUG: run_rc_command: evaluating bridge_start(). /etc/pccard_ether: DEBUG: checkyesno: ipv6_enable is set to YES. /etc/pccard_ether: DEBUG: Interface: plip0 net.inet6.ip6.accept_rtadv: 1 -> 1 get_llflag() failed, anyway I'll try sendmsg on plip0: Can't assign requested address sendmsg on plip0: Can't assign requested address sendmsg on plip0: Can't assign requested address From owner-freebsd-bugs@FreeBSD.ORG Wed Sep 20 22:20:33 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1415016A407 for ; Wed, 20 Sep 2006 22:20:33 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B156643D46 for ; Wed, 20 Sep 2006 22:20:32 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8KMKWo3087288 for ; Wed, 20 Sep 2006 22:20:32 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8KMKWNY087287; Wed, 20 Sep 2006 22:20:32 GMT (envelope-from gnats) Date: Wed, 20 Sep 2006 22:20:32 GMT Message-Id: <200609202220.k8KMKWNY087287@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Brooks Davis Cc: Subject: Re: conf/103428: devd(8): devd brings up network interfaces early and wrong X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Brooks Davis List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 22:20:33 -0000 The following reply was made to PR conf/103428; it has been noted by GNATS. From: Brooks Davis To: Rob Austein Cc: Brooks Davis , freebsd-gnats-submit@freebsd.org Subject: Re: conf/103428: devd(8): devd brings up network interfaces early and wrong Date: Wed, 20 Sep 2006 17:10:07 -0500 On Wed, Sep 20, 2006 at 05:23:31PM -0400, Rob Austein wrote: > At this point I suspect that the problem is that pccard_ether is > attempting to bring up IPv6 on interface hardware that's not connected > to anything, which is confusing /etc/network.subr into listening for > router advertisements when it should not. I added a debug line to > network.subr to make network6_interface_setup log the interface it's > about to whack, enabled rc_debug, and got the console output below. > It's not touching bge0 or lo0, but it's trying to bring up IPv6 on > bge1 and plip0, neither of which is connected to anything. I see the problem, but solution is doesn't look like it's going to be easy, particularly for something we can MFC. The following coupled with manually setting ipv6_network_interfaces might be a decent option for now. Eventually I think we'll want to adjust the way this stuff works a fair bit, but there's a limit to how much we can change in stable since we definitely don't want to break existing setups. -- Brooks Index: network.subr =================================================================== RCS file: /home/ncvs/src/etc/network.subr,v retrieving revision 1.172 diff -u -p -r1.172 network.subr --- network.subr 17 Aug 2006 03:03:38 -0000 1.172 +++ network.subr 20 Sep 2006 22:06:53 -0000 @@ -237,6 +237,30 @@ wpaif() return 1 } +# ipv6if if +# Returns 0 if the interface should be configured for IPv6 and +# 1 otherwise. +ipv6if() +{ + if ! checkyesno ipv6_enable; then + return 0 + fi + case "${ipv6_network_interfaces}" in + [Aa][Uu][Tt][Oo]) + return 0 + ;; + ''|[Nn][Oo][Nn][Ee]) + return 1 + ;; + esac + for v6if in ${ipv6_network_interfaces}; do + if [ "${v6if}" = "${1}" ]; then + return 0 + fi + done + return 1 +} + # ifexists if # Returns 0 if the interface exists and 1 otherwise. ifexists() Index: pccard_ether =================================================================== RCS file: /home/ncvs/src/etc/pccard_ether,v retrieving revision 1.52 diff -u -p -r1.52 pccard_ether --- pccard_ether 20 Sep 2006 19:48:31 -0000 1.52 +++ pccard_ether 20 Sep 2006 22:06:53 -0000 @@ -89,7 +89,11 @@ pccard_ether_start() fi # IPv6 setup - if checkyesno ipv6_enable; then + if ipv6if $ifn; then + # XXX: network6_interface_setup assumes you're calling + # it with ALL the IPv6 interfaces at once and thus isn't + # really appropraite for this job, but it's the best we've + # got for now. network6_interface_setup $ifn fi } From owner-freebsd-bugs@FreeBSD.ORG Wed Sep 20 23:10:26 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9286316A47B for ; Wed, 20 Sep 2006 23:10:26 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6058643D45 for ; Wed, 20 Sep 2006 23:10:26 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8KNAPOK091012 for ; Wed, 20 Sep 2006 23:10:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8KNAPmD091011; Wed, 20 Sep 2006 23:10:25 GMT (envelope-from gnats) Date: Wed, 20 Sep 2006 23:10:25 GMT Message-Id: <200609202310.k8KNAPmD091011@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Rob Austein Cc: Subject: Re: conf/103428: devd(8): devd brings up network interfaces early and wrong X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Rob Austein List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 23:10:26 -0000 The following reply was made to PR conf/103428; it has been noted by GNATS. From: Rob Austein To: Brooks Davis Cc: Rob Austein , freebsd-gnats-submit@freebsd.org Subject: Re: conf/103428: devd(8): devd brings up network interfaces early and wrong Date: Wed, 20 Sep 2006 19:02:40 -0400 > The following coupled with manually setting ipv6_network_interfaces > might be a decent option for now. Er, the first return in ipv6if() needs to be 1, not 0 (if IPv6 is disabled system-wide, don't bring it up on this interface), but other than that, this patch worked and seems like a reasonable stopgap. > Eventually I think we'll want to adjust the way this stuff works a > fair bit, but there's a limit to how much we can change in stable > since we definitely don't want to break existing setups. Completely understand, and agree. Thanks! From owner-freebsd-bugs@FreeBSD.ORG Thu Sep 21 01:20:26 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A91D16A407 for ; Thu, 21 Sep 2006 01:20:26 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8F7C43D46 for ; Thu, 21 Sep 2006 01:20:25 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8L1KPYX000796 for ; Thu, 21 Sep 2006 01:20:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8L1KPp7000795; Thu, 21 Sep 2006 01:20:25 GMT (envelope-from gnats) Date: Thu, 21 Sep 2006 01:20:25 GMT Message-Id: <200609210120.k8L1KPp7000795@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Brooks Davis Cc: Subject: Re: conf/103428: devd(8): devd brings up network interfaces early and wrong X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Brooks Davis List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2006 01:20:26 -0000 The following reply was made to PR conf/103428; it has been noted by GNATS. From: Brooks Davis To: Rob Austein Cc: Brooks Davis , freebsd-gnats-submit@freebsd.org Subject: Re: conf/103428: devd(8): devd brings up network interfaces early and wrong Date: Wed, 20 Sep 2006 20:17:19 -0500 On Wed, Sep 20, 2006 at 07:02:40PM -0400, Rob Austein wrote: > > The following coupled with manually setting ipv6_network_interfaces > > might be a decent option for now. > > Er, the first return in ipv6if() needs to be 1, not 0 (if IPv6 is > disabled system-wide, don't bring it up on this interface), but other > than that, this patch worked and seems like a reasonable stopgap. In shell 0 is true and !0 is false. -- Brooks From owner-freebsd-bugs@FreeBSD.ORG Thu Sep 21 01:50:26 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D90E716A412 for ; Thu, 21 Sep 2006 01:50:26 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9BFFD43D4C for ; Thu, 21 Sep 2006 01:50:26 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8L1oQKh004734 for ; Thu, 21 Sep 2006 01:50:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8L1oQNa004732; Thu, 21 Sep 2006 01:50:26 GMT (envelope-from gnats) Date: Thu, 21 Sep 2006 01:50:26 GMT Message-Id: <200609210150.k8L1oQNa004732@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Brooks Davis Cc: Subject: Re: conf/103428: devd(8): devd brings up network interfaces early and wrong X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Brooks Davis List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2006 01:50:26 -0000 The following reply was made to PR conf/103428; it has been noted by GNATS. From: Brooks Davis To: Brooks Davis Cc: Rob Austein , freebsd-gnats-submit@freebsd.org Subject: Re: conf/103428: devd(8): devd brings up network interfaces early and wrong Date: Wed, 20 Sep 2006 20:40:13 -0500 On Wed, Sep 20, 2006 at 08:17:19PM -0500, Brooks Davis wrote: > On Wed, Sep 20, 2006 at 07:02:40PM -0400, Rob Austein wrote: > > > The following coupled with manually setting ipv6_network_interfaces > > > might be a decent option for now. > > > > Er, the first return in ipv6if() needs to be 1, not 0 (if IPv6 is > > disabled system-wide, don't bring it up on this interface), but other > > than that, this patch worked and seems like a reasonable stopgap. Arg, you're correct. Ignore my previous message. I'll commit this change with the fix. -- Brooks From owner-freebsd-bugs@FreeBSD.ORG Thu Sep 21 01:50:32 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6FB2416A416 for ; Thu, 21 Sep 2006 01:50:32 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C8FC43D4C for ; Thu, 21 Sep 2006 01:50:32 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8L1oVSe004761 for ; Thu, 21 Sep 2006 01:50:31 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8L1oVdV004759; Thu, 21 Sep 2006 01:50:31 GMT (envelope-from gnats) Date: Thu, 21 Sep 2006 01:50:31 GMT Message-Id: <200609210150.k8L1oVdV004759@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: conf/103428: commit references a PR X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2006 01:50:32 -0000 The following reply was made to PR conf/103428; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: conf/103428: commit references a PR Date: Thu, 21 Sep 2006 01:44:58 +0000 (UTC) brooks 2006-09-21 01:44:52 UTC FreeBSD src repository Modified files: etc network.subr pccard_ether Log: Introduce a new method ipv6if which attemptes to figure out if an interface is an IPv6 interface. Use this method to decide if we should attempt to configure an interface with an IPv6 address in pccard_ether. The mechanism pccard_ether uses to do this is unsuited to the task because it assumes the list of interfaces it is passed is the full list of IPv6 interfaces and makes decissions based on that. This is at least a step in the right direction and is probably about as much as we can MFC safely. PR: conf/103428 MFC after: 3 days Revision Changes Path 1.173 +24 -0 src/etc/network.subr 1.53 +5 -1 src/etc/pccard_ether _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-freebsd-bugs@FreeBSD.ORG Thu Sep 21 05:10:22 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DAD4516A407 for ; Thu, 21 Sep 2006 05:10:21 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6ABC243D53 for ; Thu, 21 Sep 2006 05:10:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8L5ALQX025822 for ; Thu, 21 Sep 2006 05:10:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8L5ALTB025821; Thu, 21 Sep 2006 05:10:21 GMT (envelope-from gnats) Resent-Date: Thu, 21 Sep 2006 05:10:21 GMT Resent-Message-Id: <200609210510.k8L5ALTB025821@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, "Jukka A. Ukkonen" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F1D7F16A407 for ; Thu, 21 Sep 2006 05:03:48 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD5ED43D46 for ; Thu, 21 Sep 2006 05:03:48 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k8L53mPl090676 for ; Thu, 21 Sep 2006 05:03:48 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k8L53md5090675; Thu, 21 Sep 2006 05:03:48 GMT (envelope-from nobody) Message-Id: <200609210503.k8L53md5090675@www.freebsd.org> Date: Thu, 21 Sep 2006 05:03:48 GMT From: "Jukka A. Ukkonen" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: kern/103447: "mount -o nodev" was useful for preventing escape from chroot/jail etc. X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2006 05:10:22 -0000 >Number: 103447 >Category: kern >Synopsis: "mount -o nodev" was useful for preventing escape from chroot/jail etc. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Sep 21 05:10:20 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Jukka A. Ukkonen >Release: 6.2-PRERELEASE >Organization: private person >Environment: FreeBSD mjolnir 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #2: Wed Sep 20 08:33:47 EEST 2006 root@mjolnir:/usr/obj/usr/src/sys/Mjolnir i386 >Description: It seems the mount option nodev no longer exists. It had its merits in making it harder to escape from chroot/jail. One known method for such escapes has been making a new device entry matching the major and minor device numbers of the actual /, mounting it inside the confinded file system, and chroot()ing to it. Now that devfs is the only place where device entries should live having nodev around would make all the more sense. All the other mount points could be marked nodev in the fstab. >How-To-Repeat: An easy way to test the "nodev" option is gone is to simply try using it with a suitable test mount point. "mount -o nodev" and the option "nodev" in fstab no longer are shown in the output of "mount -p". Also defines it as... #define MNT_NODEV 0 /* Deprecated option */ The normal file systems still can contain device nodes as before... mknod rootdev c 0 142 The mknod creates a copy of a geom mirror used as the actual system root in the system this was tried on. Though jail can confine areas better than plain chroot also the latter one will be around for quite some time. Having "mount -o nodev" around would be one more addition to the layered onion like security. >Fix: If the nodev option was not awfully hard to maintain, please, return it to the system. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Thu Sep 21 05:20:18 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E904316A407 for ; Thu, 21 Sep 2006 05:20:18 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B958043D4C for ; Thu, 21 Sep 2006 05:20:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8L5KGeY026741 for ; Thu, 21 Sep 2006 05:20:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8L5KGll026740; Thu, 21 Sep 2006 05:20:16 GMT (envelope-from gnats) Date: Thu, 21 Sep 2006 05:20:16 GMT Message-Id: <200609210520.k8L5KGll026740@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: "Poul-Henning Kamp" Cc: Subject: Re: kern/103447: "mount -o nodev" was useful for preventing escape from chroot/jail etc. X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Poul-Henning Kamp List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2006 05:20:19 -0000 The following reply was made to PR kern/103447; it has been noted by GNATS. From: "Poul-Henning Kamp" To: "Jukka A. Ukkonen" Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: kern/103447: "mount -o nodev" was useful for preventing escape from chroot/jail etc. Date: Thu, 21 Sep 2006 05:14:58 +0000 In message <200609210503.k8L53md5090675@www.freebsd.org>, "Jukka A. Ukkonen" wr ites: >It seems the mount option nodev no longer exists. >It had its merits in making it harder to escape from chroot/jail. >One known method for such escapes has been making a new device entry >matching the major and minor device numbers of the actual /, mounting >it inside the confinded file system, and chroot()ing to it. > >Now that devfs is the only place where device entries should live >having nodev around would make all the more sense. >All the other mount points could be marked nodev in the fstab. Not only is devfs the only place where device entries should live, it is the only place where they can work. If you make a device node in any other filesystem type, it won't work, no matter which major/minor numbers you give it. Nodev is implicit that way. We retain the ability to create devicenodes in other filesystems only for being able to handle diskless clients of other, mostly antique, operating systems. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. From owner-freebsd-bugs@FreeBSD.ORG Thu Sep 21 10:30:21 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 36C1316A40F for ; Thu, 21 Sep 2006 10:30:21 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C13C43D49 for ; Thu, 21 Sep 2006 10:30:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8LAUJ1m054841 for ; Thu, 21 Sep 2006 10:30:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8LAUJVA054840; Thu, 21 Sep 2006 10:30:19 GMT (envelope-from gnats) Resent-Date: Thu, 21 Sep 2006 10:30:19 GMT Resent-Message-Id: <200609211030.k8LAUJVA054840@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, Roman Bogorodskiy Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3257016A403 for ; Thu, 21 Sep 2006 10:27:19 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88E1543D67 for ; Thu, 21 Sep 2006 10:27:14 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from freefall.freebsd.org (novel@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8LARE8j054746 for ; Thu, 21 Sep 2006 10:27:14 GMT (envelope-from novel@freefall.freebsd.org) Received: (from novel@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8LARErU054745; Thu, 21 Sep 2006 10:27:14 GMT (envelope-from novel) Message-Id: <200609211027.k8LARErU054745@freefall.freebsd.org> Date: Thu, 21 Sep 2006 10:27:14 GMT From: Roman Bogorodskiy To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: kern/103454: [ipfw] [patch] add a facility to modify DF bit of the IP packet X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Roman Bogorodskiy List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2006 10:30:21 -0000 >Number: 103454 >Category: kern >Synopsis: [ipfw] [patch] add a facility to modify DF bit of the IP packet >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Sep 21 10:30:19 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Roman Bogorodskiy >Release: FreeBSD 6.0-STABLE i386 >Organization: >Environment: >Description: Add a facility to modify DF bit of the IP packet with ipfw. Example: ipfw add 100 setdf 0 all from any to any This will set DF to 0 (May Fragment) for all packets. Possible valuea are 0 (May Fragment) and 1 (Don't Fragment). References: RFC 791 (http://www.ietf.org/rfc/rfc0791.txt) Patch was tested on -CURRENT. It's avaible via web as well: http://people.freebsd.org/~novel/patches/freebsd/ipfw_setdf_20060921_2_CURRENT.diff >How-To-Repeat: >Fix: --- ipfw_setdf_20060921_2_CURRENT.diff begins here --- ? sbin/ipfw/ipfw Index: sbin/ipfw/ipfw.8 =================================================================== RCS file: /home/ncvs/src/sbin/ipfw/ipfw.8,v retrieving revision 1.195 diff -u -r1.195 ipfw.8 --- sbin/ipfw/ipfw.8 18 Sep 2006 11:55:10 -0000 1.195 +++ sbin/ipfw/ipfw.8 21 Sep 2006 10:12:51 -0000 @@ -822,6 +822,11 @@ and .Cm ngtee actions. +.It Cm setdf Ar value +Changes +.Cm DF +bit of the IP packet. +Value may be 0 (May Fragment) or 1 (Don't Fragment). .El .Ss RULE BODY The body of a rule contains zero or more patterns (such as Index: sbin/ipfw/ipfw2.c =================================================================== RCS file: /home/ncvs/src/sbin/ipfw/ipfw2.c,v retrieving revision 1.98 diff -u -r1.98 ipfw2.c --- sbin/ipfw/ipfw2.c 16 Sep 2006 19:27:40 -0000 1.98 +++ sbin/ipfw/ipfw2.c 21 Sep 2006 10:12:51 -0000 @@ -247,7 +247,8 @@ TOK_RESET, TOK_UNREACH, TOK_CHECKSTATE, - + TOK_SETDF, + TOK_ALTQ, TOK_LOG, TOK_TAG, @@ -374,6 +375,7 @@ { "unreach6", TOK_UNREACH6 }, { "unreach", TOK_UNREACH }, { "check-state", TOK_CHECKSTATE }, + { "setdf", TOK_SETDF }, { "//", TOK_COMMENT }, { NULL, 0 } /* terminator */ }; @@ -1555,6 +1557,10 @@ } break; + case O_SET_IPDF: + PRINT_UINT_ARG("setdf ", cmd->arg1); + break; + case O_LOG: /* O_LOG is printed last */ logptr = (ipfw_insn_log *)cmd; break; @@ -2635,7 +2641,7 @@ "RULE-BODY: check-state [PARAMS] | ACTION [PARAMS] ADDR [OPTION_LIST]\n" "ACTION: check-state | allow | count | deny | unreach{,6} CODE |\n" " skipto N | {divert|tee} PORT | forward ADDR |\n" -" pipe N | queue N\n" +" pipe N | queue N | setdf DF\n" "PARAMS: [log [logamount LOGLIMIT]] [altq QUEUE_NAME]\n" "ADDR: [ MAC dst src ether_type ] \n" " [ ip from IPADDR [ PORT ] to IPADDR [ PORTLIST ] ]\n" @@ -3970,6 +3976,20 @@ action->opcode = O_COUNT; break; + case TOK_SETDF: + { + int df; + + NEED1("need setdf arg\n"); + df = strtoul(*av, NULL, 0); + if (df < 0 || df > 1) + errx(EX_DATAERR, "illegal argument for %s", + *(av - 1)); + fill_cmd(action, O_SET_IPDF, 0, df); + ac--; av++; + } + break; + case TOK_QUEUE: action->opcode = O_QUEUE; goto chkarg; Index: sys/netinet/ip_fw.h =================================================================== RCS file: /home/ncvs/src/sys/netinet/ip_fw.h,v retrieving revision 1.108 diff -u -r1.108 ip_fw.h --- sys/netinet/ip_fw.h 18 Aug 2006 22:36:04 -0000 1.108 +++ sys/netinet/ip_fw.h 21 Sep 2006 10:13:15 -0000 @@ -160,6 +160,8 @@ O_TAG, /* arg1=tag number */ O_TAGGED, /* arg1=tag number */ + O_SET_IPDF, /* arg1=[0|1] */ + O_LAST_OPCODE /* not an opcode! */ }; Index: sys/netinet/ip_fw2.c =================================================================== RCS file: /home/ncvs/src/sys/netinet/ip_fw2.c,v retrieving revision 1.147 diff -u -r1.147 ip_fw2.c --- sys/netinet/ip_fw2.c 16 Sep 2006 10:27:05 -0000 1.147 +++ sys/netinet/ip_fw2.c 21 Sep 2006 10:13:15 -0000 @@ -3127,6 +3127,22 @@ goto done; } + case O_SET_IPDF: + switch (cmd->arg1) { + case 0: + ip->ip_off &= ~IP_DF; + break; + case 1: + ip->ip_off |= IP_DF; + break; + default: + break; + } + f->pcnt++; + f->bcnt += pktlen; + f->timestamp = time_second; + goto next_rule; + case O_COUNT: case O_SKIPTO: f->pcnt++; /* update stats */ @@ -3654,6 +3670,10 @@ goto bad_size; break; + case O_SET_IPDF: + have_action = 1; + break; + case O_UID: case O_GID: case O_JAIL: --- ipfw_setdf_20060921_2_CURRENT.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Thu Sep 21 11:27:00 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB9FB16A55A; Thu, 21 Sep 2006 11:27:00 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7675F43D72; Thu, 21 Sep 2006 11:27:00 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8LBR0JA059789; Thu, 21 Sep 2006 11:27:00 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8LBR0cB059785; Thu, 21 Sep 2006 11:27:00 GMT (envelope-from linimon) Date: Thu, 21 Sep 2006 11:27:00 GMT From: Mark Linimon Message-Id: <200609211127.k8LBR0cB059785@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-ipfw@FreeBSD.org Cc: Subject: Re: kern/103454: [ipfw] [patch] add a facility to modify DF bit of the IP packet X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2006 11:27:00 -0000 Synopsis: [ipfw] [patch] add a facility to modify DF bit of the IP packet Responsible-Changed-From-To: freebsd-bugs->freebsd-ipfw Responsible-Changed-By: linimon Responsible-Changed-When: Thu Sep 21 11:26:49 UTC 2006 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=103454 From owner-freebsd-bugs@FreeBSD.ORG Thu Sep 21 11:38:04 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 701A716A415; Thu, 21 Sep 2006 11:38:04 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2866F43D5C; Thu, 21 Sep 2006 11:38:04 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8LBc43w061936; Thu, 21 Sep 2006 11:38:04 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8LBc4AC061932; Thu, 21 Sep 2006 11:38:04 GMT (envelope-from linimon) Date: Thu, 21 Sep 2006 11:38:04 GMT From: Mark Linimon Message-Id: <200609211138.k8LBc4AC061932@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-ipfw@FreeBSD.org Cc: Subject: Re: kern/103328: sugestions about ipfw table X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2006 11:38:04 -0000 Synopsis: sugestions about ipfw table Responsible-Changed-From-To: freebsd-bugs->freebsd-ipfw Responsible-Changed-By: linimon Responsible-Changed-When: Thu Sep 21 11:37:46 UTC 2006 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=103328 From owner-freebsd-bugs@FreeBSD.ORG Thu Sep 21 11:40:22 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B92416A417 for ; Thu, 21 Sep 2006 11:40:22 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4285643D5E for ; Thu, 21 Sep 2006 11:40:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8LBeKcE062139 for ; Thu, 21 Sep 2006 11:40:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8LBeKgB062138; Thu, 21 Sep 2006 11:40:20 GMT (envelope-from gnats) Resent-Date: Thu, 21 Sep 2006 11:40:20 GMT Resent-Message-Id: <200609211140.k8LBeKgB062138@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, Nick Withers Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB37D16A403 for ; Thu, 21 Sep 2006 11:34:23 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EBD943D67 for ; Thu, 21 Sep 2006 11:34:23 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k8LBYNer014719 for ; Thu, 21 Sep 2006 11:34:23 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k8LBYNxg014718; Thu, 21 Sep 2006 11:34:23 GMT (envelope-from nobody) Message-Id: <200609211134.k8LBYNxg014718@www.freebsd.org> Date: Thu, 21 Sep 2006 11:34:23 GMT From: Nick Withers To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: misc/103455: "swap_pager: indefinite wait buffer" with page file enabled (causes lockups) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2006 11:40:22 -0000 >Number: 103455 >Category: misc >Synopsis: "swap_pager: indefinite wait buffer" with page file enabled (causes lockups) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Sep 21 11:40:20 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Nick Withers >Release: 6.2-PRERELEASE >Organization: >Environment: FreeBSD unixserv3.shmon.net 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #1: Sat Sep 16 02:22:39 EST 2006 nick@unixserv3.shmon.net:/usr/obj/usr/src/sys/UNIXSERV3 i386 >Description: This bug was (and still is) noted on the 6.1-RELEASE Release Engineering "to do" page ("http://www.freebsd.org/releases/6.1R/todo.html"), but I'm filing this because I have been unable to find a PR for the issue, nor anyone else who does (I emailed Don Lewis about it a few days ago but have yet to hear back). With a page _file_ enabled on one of my servers (which routinely, if not pretty well always, has to use the page file), I occasionally get messages similar to these: ____ swap_pager: indefinite wait buffer: bufobj: 0, blkno: 43638, size: 4096 swap_pager: indefinite wait buffer: bufobj: 0, blkno: 43947, size: 32768 swap_pager: indefinite wait buffer: bufobj: 0, blkno: 44007, size: 4096 swap_pager: indefinite wait buffer: bufobj: 0, blkno: 47939, size: 32768 ____ Often enough, they're just "here and there", and nothing I worry too much about. However, they're often also relatively frequently accompanied by system lockups: The console will be chock full of messages similar to the above and the machine will have to be powered off nastily. The system is still responsive to pings during these lockups and the "swap_pager" messages do not make it to "/var/log/messages" The system in question has 64 MB of physical RAM, a 102 MB swap partition and a 128 MB swap file (I know this is a pretty shoddy configuration... unfortunately, the machine in question doesn't have an abundance of hard disk space at its disposal, and I don't have an abundance of money :-)) >How-To-Repeat: If I run something particularly memory intensive such as a "make -j2 buildworld" I can generally reproduce the issue fairly reliably. >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Thu Sep 21 11:44:53 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 93EED16A642; Thu, 21 Sep 2006 11:44:53 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0125B43D7D; Thu, 21 Sep 2006 11:44:52 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8LBiqEi062612; Thu, 21 Sep 2006 11:44:52 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8LBiqbL062608; Thu, 21 Sep 2006 11:44:52 GMT (envelope-from linimon) Date: Thu, 21 Sep 2006 11:44:52 GMT From: Mark Linimon Message-Id: <200609211144.k8LBiqbL062608@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-pf@FreeBSD.org Cc: Subject: Re: kern/103304: pf accepts nonexistent queue in rules X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2006 11:44:53 -0000 Synopsis: pf accepts nonexistent queue in rules Responsible-Changed-From-To: freebsd-bugs->freebsd-pf Responsible-Changed-By: linimon Responsible-Changed-When: Thu Sep 21 11:44:33 UTC 2006 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=103304 From owner-freebsd-bugs@FreeBSD.ORG Thu Sep 21 13:01:13 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 507C016A412; Thu, 21 Sep 2006 13:01:13 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5EBE43D53; Thu, 21 Sep 2006 13:01:12 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from freefall.freebsd.org (ru@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8LD1CXn069286; Thu, 21 Sep 2006 13:01:12 GMT (envelope-from ru@freefall.freebsd.org) Received: (from ru@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8LD1CmK069282; Thu, 21 Sep 2006 13:01:12 GMT (envelope-from ru) Date: Thu, 21 Sep 2006 13:01:12 GMT From: Ruslan Ermilov Message-Id: <200609211301.k8LD1CmK069282@freefall.freebsd.org> To: ru@FreeBSD.org, freebsd-bugs@FreeBSD.org, kan@FreeBSD.org Cc: Subject: Re: bin/84992: gcc4.x cleanup of usr.bin/hexdump X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2006 13:01:13 -0000 Synopsis: gcc4.x cleanup of usr.bin/hexdump Responsible-Changed-From-To: freebsd-bugs->kan Responsible-Changed-By: ru Responsible-Changed-When: Thu Sep 21 13:00:40 UTC 2006 Responsible-Changed-Why: Alexander is doing GCC4 cleanup. http://www.freebsd.org/cgi/query-pr.cgi?pr=84992 From owner-freebsd-bugs@FreeBSD.ORG Thu Sep 21 13:01:43 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D81D916A416; Thu, 21 Sep 2006 13:01:43 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71B5E43D49; Thu, 21 Sep 2006 13:01:43 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from freefall.freebsd.org (ru@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8LD1hb1069526; Thu, 21 Sep 2006 13:01:43 GMT (envelope-from ru@freefall.freebsd.org) Received: (from ru@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8LD1hQh069522; Thu, 21 Sep 2006 13:01:43 GMT (envelope-from ru) Date: Thu, 21 Sep 2006 13:01:43 GMT From: Ruslan Ermilov Message-Id: <200609211301.k8LD1hQh069522@freefall.freebsd.org> To: ru@FreeBSD.org, freebsd-bugs@FreeBSD.org, kan@FreeBSD.org Cc: Subject: Re: bin/84994: gcc4.x cleanup of usr.bin/wc X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2006 13:01:43 -0000 Synopsis: gcc4.x cleanup of usr.bin/wc Responsible-Changed-From-To: freebsd-bugs->kan Responsible-Changed-By: ru Responsible-Changed-When: Thu Sep 21 13:01:18 UTC 2006 Responsible-Changed-Why: Alexander is doing GCC4 cleanup. http://www.freebsd.org/cgi/query-pr.cgi?pr=84994 From owner-freebsd-bugs@FreeBSD.ORG Thu Sep 21 14:10:24 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2915616A415 for ; Thu, 21 Sep 2006 14:10:24 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1CE243D49 for ; Thu, 21 Sep 2006 14:10:23 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8LEANbX076033 for ; Thu, 21 Sep 2006 14:10:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8LEANM8076032; Thu, 21 Sep 2006 14:10:23 GMT (envelope-from gnats) Date: Thu, 21 Sep 2006 14:10:23 GMT Message-Id: <200609211410.k8LEANM8076032@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Rob Austein Cc: Subject: Re: conf/103428: devd(8): devd brings up network interfaces early and wrong X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Rob Austein List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2006 14:10:24 -0000 The following reply was made to PR conf/103428; it has been noted by GNATS. From: Rob Austein To: Brooks Davis Cc: Rob Austein , freebsd-gnats-submit@freebsd.org Subject: Re: conf/103428: devd(8): devd brings up network interfaces early and wrong Date: Thu, 21 Sep 2006 10:07:33 -0400 At Wed, 20 Sep 2006 20:40:13 -0500, Brooks Davis wrote: > > I'll commit this change with the fix. Thanks, Brooks. After thinking about this overnight: a) The proposed fix is fine and will do until somebody has time to redesign this twisty maze. b) I still think that having devd attempt to bring up IPv6 before network_ipv6 does, while not a bug per se, is at the very least a violation of the Principal of Least Astonishment. At the moment I don't see anything in network_ipv6 that absolutely must run before bringing up IPv6 on specific interfaces, but that might not be the case forever, and this activation path via devd is only obvious in retrospect. So I'd recommend making sure that network_ipv6 runs before devd, by adding network_ipv6 to devd's REQUIRE: list. Thanks for all your help, whether you agree on (b) or not. --Rob From owner-freebsd-bugs@FreeBSD.ORG Thu Sep 21 14:30:56 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E1F7816A415; Thu, 21 Sep 2006 14:30:56 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B08443D45; Thu, 21 Sep 2006 14:30:56 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from freefall.freebsd.org (brooks@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8LEUucC078826; Thu, 21 Sep 2006 14:30:56 GMT (envelope-from brooks@freefall.freebsd.org) Received: (from brooks@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8LEUu2a078822; Thu, 21 Sep 2006 14:30:56 GMT (envelope-from brooks) Date: Thu, 21 Sep 2006 14:30:56 GMT From: Brooks Davis Message-Id: <200609211430.k8LEUu2a078822@freefall.freebsd.org> To: sra@hactrn.net, brooks@FreeBSD.org, freebsd-bugs@FreeBSD.org, brooks@FreeBSD.org Cc: Subject: Re: conf/103428: devd(8): devd brings up network interfaces early and wrong X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2006 14:30:57 -0000 Synopsis: devd(8): devd brings up network interfaces early and wrong State-Changed-From-To: open->patched State-Changed-By: brooks State-Changed-When: Thu Sep 21 14:29:55 UTC 2006 State-Changed-Why: Committed a workaround to HEAD. Responsible-Changed-From-To: freebsd-bugs->brooks Responsible-Changed-By: brooks Responsible-Changed-When: Thu Sep 21 14:29:55 UTC 2006 Responsible-Changed-Why: Committed a workaround to HEAD. http://www.freebsd.org/cgi/query-pr.cgi?pr=103428 From owner-freebsd-bugs@FreeBSD.ORG Thu Sep 21 15:50:36 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D4FCD16A407 for ; Thu, 21 Sep 2006 15:50:36 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57AA743DAB for ; Thu, 21 Sep 2006 15:50:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8LFoOWZ085221 for ; Thu, 21 Sep 2006 15:50:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8LFoOqv085220; Thu, 21 Sep 2006 15:50:24 GMT (envelope-from gnats) Resent-Date: Thu, 21 Sep 2006 15:50:24 GMT Resent-Message-Id: <200609211550.k8LFoOqv085220@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, Max Brazhnikov Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 77A5116A4E8 for ; Thu, 21 Sep 2006 15:47:22 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 86D3643D9B for ; Thu, 21 Sep 2006 15:46:28 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k8LFkRxJ032888 for ; Thu, 21 Sep 2006 15:46:27 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k8LFkRGX032887; Thu, 21 Sep 2006 15:46:27 GMT (envelope-from nobody) Message-Id: <200609211546.k8LFkRGX032887@www.freebsd.org> Date: Thu, 21 Sep 2006 15:46:27 GMT From: Max Brazhnikov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: misc/103457: maintainer update: math/qtiplot X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2006 15:50:37 -0000 >Number: 103457 >Category: misc >Synopsis: maintainer update: math/qtiplot >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Sep 21 15:50:23 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Max Brazhnikov >Release: FreeBSD 6.1-STABLE i386 >Organization: >Environment: FreeBSD lqc.issp.ac.ru 6.1-STABLE FreeBSD 6.1-STABLE #0: Mon Sep 11 18:18:55 MSD 2006 root@lqc.issp.ac.ru:/usr/obj/usr/src/sys/LQC i386 >Description: Update QtiPlot to 0.8.7.3 - bug fixing release. Add missing run-time dependency on x11-toolkits/py-qt. >How-To-Repeat: >Fix: diff -ruN /usr/ports/math/qtiplot/Makefile /home/makc/porting/ports/math/qtiplot/Makefile --- /usr/ports/math/qtiplot/Makefile Sun Sep 10 12:05:25 2006 +++ /home/makc/porting/ports/math/qtiplot/Makefile Thu Sep 21 17:32:38 2006 @@ -6,10 +6,10 @@ # PORTNAME= qtiplot -PORTVERSION= 0.8.7.2 +PORTVERSION= 0.8.7.3 CATEGORIES= math science MASTER_SITES= http://soft.proindependent.com/src/ -DISTNAME= ${PORTNAME}-0.8.7-2 +DISTNAME= ${PORTNAME}-0.8.7-3 MAINTAINER= makc@issp.ac.ru COMMENT= An Origin clone for data analysis and scientific plotting @@ -20,6 +20,7 @@ LIB_DEPENDS= gsl.9:${PORTSDIR}/math/gsl \ origin.0:${PORTSDIR}/math/liborigin \ qwtplot3d:${PORTSDIR}/math/qwtplot3d +RUN_DEPENDS= pylupdate:${PORTSDIR}/x11-toolkits/py-qt USE_BZIP2= yes USE_GMAKE= yes diff -ruN /usr/ports/math/qtiplot/distinfo /home/makc/porting/ports/math/qtiplot/distinfo --- /usr/ports/math/qtiplot/distinfo Sun Sep 10 12:05:25 2006 +++ /home/makc/porting/ports/math/qtiplot/distinfo Thu Sep 21 17:37:48 2006 @@ -1,3 +1,3 @@ -MD5 (qtiplot-0.8.7-2.tar.bz2) = 948cc4922eea51abb7016c6ca2d070d1 -SHA256 (qtiplot-0.8.7-2.tar.bz2) = 70be0f8b5f137542a5d1d62c78a8a1d38f657ac69e33e483ff1546baa400ced7 -SIZE (qtiplot-0.8.7-2.tar.bz2) = 736394 +MD5 (qtiplot-0.8.7-3.tar.bz2) = 85b91966ebe206e1cfb990890252abde +SHA256 (qtiplot-0.8.7-3.tar.bz2) = 27c1229e6bbd1982b4bfd5c9dbd883b494a3fedd3a8fca71d20add5175d57538 +SIZE (qtiplot-0.8.7-3.tar.bz2) = 741895 diff -ruN /usr/ports/math/qtiplot/pkg-plist /home/makc/porting/ports/math/qtiplot/pkg-plist --- /usr/ports/math/qtiplot/pkg-plist Thu Jan 1 03:00:00 1970 +++ /home/makc/porting/ports/math/qtiplot/pkg-plist Thu Sep 21 19:28:27 2006 @@ -0,0 +1,10 @@ +bin/qtiplot +%%DATADIR%%/qtiplot +%%DATADIR%%/qtiplotrc.py +%%NLS%%%%DATADIR%%/translations/qtiplot_de.qm +%%NLS%%%%DATADIR%%/translations/qtiplot_es.qm +%%NLS%%%%DATADIR%%/translations/qtiplot_fr.qm +%%NLS%%%%DATADIR%%/translations/qtiplot_ru.qm +%%NLS%%%%DATADIR%%/translations/qtiplot_sv.qm +%%NLS%%@dirrm %%DATADIR%%/translations +@dirrmtry %%DATADIR%% >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Thu Sep 21 17:43:28 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A0A3C16A4AB; Thu, 21 Sep 2006 17:43:28 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5DE1D43D45; Thu, 21 Sep 2006 17:43:28 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8LHhSYj096288; Thu, 21 Sep 2006 17:43:28 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8LHhSJX096284; Thu, 21 Sep 2006 17:43:28 GMT (envelope-from linimon) Date: Thu, 21 Sep 2006 17:43:28 GMT From: Mark Linimon Message-Id: <200609211743.k8LHhSJX096284@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/103457: maintainer update: math/qtiplot X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2006 17:43:28 -0000 Synopsis: maintainer update: math/qtiplot Responsible-Changed-From-To: freebsd-bugs->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Thu Sep 21 17:42:52 UTC 2006 Responsible-Changed-Why: ports PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=103457 From owner-freebsd-bugs@FreeBSD.ORG Thu Sep 21 17:50:26 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 341C716A49E for ; Thu, 21 Sep 2006 17:50:26 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E9B643D53 for ; Thu, 21 Sep 2006 17:50:25 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8LHoOW5096436 for ; Thu, 21 Sep 2006 17:50:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8LHoOWq096431; Thu, 21 Sep 2006 17:50:24 GMT (envelope-from gnats) Resent-Date: Thu, 21 Sep 2006 17:50:24 GMT Resent-Message-Id: <200609211750.k8LHoOWq096431@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Vivek Khera Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1FBC916A407 for ; Thu, 21 Sep 2006 17:49:30 +0000 (UTC) (envelope-from khera@kcilink.com) Received: from yertle.kcilink.com (yertle.kcilink.com [65.205.34.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6006A43D49 for ; Thu, 21 Sep 2006 17:49:29 +0000 (GMT) (envelope-from khera@kcilink.com) Received: by yertle.kcilink.com (Postfix, from userid 1002) id 5DC97B827; Thu, 21 Sep 2006 13:49:27 -0400 (EDT) Message-Id: <20060921174927.5DC97B827@yertle.kcilink.com> Date: Thu, 21 Sep 2006 13:49:27 -0400 (EDT) From: Vivek Khera To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: kern/103461: acpi warnings at boot X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Vivek Khera List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2006 17:50:26 -0000 >Number: 103461 >Category: kern >Synopsis: acpi warnings at boot >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Sep 21 17:50:24 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Vivek Khera >Release: FreeBSD 6.2-PRERELEASE i386 >Organization: >Environment: System: FreeBSD lsdb.int.kcilink.com 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #0: Thu Sep 21 09:42:42 EDT 2006 khera@lsdb.int.kcilink.com:/u/data/usr.obj/usr/src/sys/KCI32 i386 sources cvsup'd on september 20 around 9pm eastern time, US. this system is an AMD Duron based system. FreeBSD 6.0 ran just fine with no problems. >Description: on boot, there are many acpi "bad write" and "bad read" warnings on this particular machine. after booting, there are no obvious problems in normal operation, but it is a barely used test server. The /var/run/dmesg is here, but it appears truncated. The fxp0 device doesn't show, for example. ---START OF DMESG--- acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0x900 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0xb00 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0x900 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0xb00 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0x900 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0xb00 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0x900 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0xb00 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0x900 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0xb00 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0x900 atkbdc0: port 0x60,0x64 irq 1 on acpi0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0xb00 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0x900 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0xb00 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0x900 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0xb00 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0x900 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0xb00 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0x900 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0xb00 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0x900 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0xb00 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0x900 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0xb00 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0x900 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0xb00 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0x900 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0xb00 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0x900 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0xb00 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0x900 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0xb00 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0x900 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0xb00 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0x900 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0xb00 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0x900 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0xb00 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0x900 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0xb00 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0x900 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0xb00 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0x900 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0xb00 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0x900 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0xb00 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0x900 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0xb00 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0x900 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0xb00 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0x900 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0xb00 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0x900 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0xb00 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0x900 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0xb00 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0x900 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0xb00 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0x900 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0xb00 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0x900 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0xb00 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0x900 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0xb00 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0x900 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0xb00 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0x900 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0xb00 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0x900 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0xb00 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0x900 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0xb00 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0x900 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0xb00 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0x900 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0xb00 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0x900 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0xb00 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0x900 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0xb00 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0x900 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0xb00 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0x900 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0xb00 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0x900 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0xb00 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0x900 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0xb00 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0x900 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0xb00 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0x900 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0xb00 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0x900 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0xb00 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0x900 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0xb00 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0x900 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0xb00 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0x900 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0xb00 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0x900 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0xb00 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0x900 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0xb00 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0x900 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0xb00 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0x900 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0xb00 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0x900 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0xb00 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0x900 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0xb00 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0x900 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0xb00 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0x900 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0xb00 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0x900 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0xb00 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0x900 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0xb00 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0x900 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0xb00 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0x900 pmtimer0 on isa0 orm0: at iomem 0xc0000-0xcbfff on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 ucom0: Prolific Technology Inc. USB-Serial Controller, rev 1.10/3.00, addr 2 Timecounter "TSC" frequency 851935839 Hz quality 800 Timecounters tick every 1.000 msec ipfw2 (+ipv6) initialized, divert loadable, rule-based forwarding disabled, default to accept, logging unlimited ad0: 28629MB at ata0-master UDMA100 ad1: 117800MB at ata0-slave UDMA100 Trying to mount root from ufs:/dev/ad0s1a acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0xb00 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0x900 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0xb00 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0x900 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0xb00 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0x900 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0xb00 acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad write to port 0xcfc (32), val 0x900 ---END OF DMESG--- >How-To-Repeat: boot 6.2 kernel on this particular system. it doesn't happen on my amd64 box running same source but compiled for amd64. >Fix: none known. seems to just be informational. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Fri Sep 22 00:40:25 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4DF6116A5AE for ; Fri, 22 Sep 2006 00:40:25 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 163BA43D5A for ; Fri, 22 Sep 2006 00:40:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8M0eLVg030298 for ; Fri, 22 Sep 2006 00:40:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8M0eLKB030292; Fri, 22 Sep 2006 00:40:21 GMT (envelope-from gnats) Resent-Date: Fri, 22 Sep 2006 00:40:21 GMT Resent-Message-Id: <200609220040.k8M0eLKB030292@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, Matt Simerson Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 47DA416A403 for ; Fri, 22 Sep 2006 00:33:10 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id E638A43D45 for ; Fri, 22 Sep 2006 00:33:06 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k8M0X6lb036969 for ; Fri, 22 Sep 2006 00:33:06 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k8M0X6GE036968; Fri, 22 Sep 2006 00:33:06 GMT (envelope-from nobody) Message-Id: <200609220033.k8M0X6GE036968@www.freebsd.org> Date: Fri, 22 Sep 2006 00:33:06 GMT From: Matt Simerson To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: kern/103464: jail networking failures to 127.0.0.1 only X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Sep 2006 00:40:25 -0000 >Number: 103464 >Category: kern >Synopsis: jail networking failures to 127.0.0.1 only >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Sep 22 00:40:21 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Matt Simerson >Release: FreeBSD 6.1-RELEASE-p6 >Organization: tnpi >Environment: FreeBSD jail11 6.1-RELEASE-p6 FreeBSD 6.1-RELEASE-p6 #1: Sun Sep 17 19:00:32 CDT 2006 root@jails.cadillac.net:/usr/obj/usr/src/sys/SMP i386 >Description: DNS requests sent from a jail to the host (which is running dnscache) fail. Details: The FreeBSD host has two interfaces of concern: em0: flags=8843 mtu 1500 options=b inet 10.0.1.219 netmask 0xffffff00 broadcast 10.0.1.255 inet 10.0.1.160 netmask 0xffffffff broadcast 10.0.1.160 inet 10.0.1.161 netmask 0xffffffff broadcast 10.0.1.161 media: Ethernet autoselect (1000baseTX ) status: active lo0: flags=8049 mtu 16384 inet 127.0.0.1 netmask 0xff000000 inet 127.0.0.2 netmask 0xffffffff inet 127.0.0.3 netmask 0xffffffff I configured dnscache on 127.0.0.1 and permitted all hosts on the 127 network to access it. DNS queries from host OS work perfectly as expected: host-os# dig www.freebsd.org. @127.0.0.1 ;; ANSWER SECTION: www.freebsd.org. 3590 IN A 216.136.204.117 ..but queries from a jail running on 127.0.0.2, fail. mysql# dig www.freebsd.org. @127.0.0.1 ; <<>> DiG 9.3.2 <<>> www.freebsd.org. @127.0.0.1 ; (1 server found) ;; connection timed out; no servers could be reached ..so then I tried by creating another jail on one of the 10. addresses. I get exactly the same results, no DNS queries work. So I moved the DNS resolver from 127.0.0.1 to 10.0.1.219. Once listening on a 10 net address, all jails could resolve queries using it. Then, thinking it was something specific to the loopback interface, moved the resolver to 127.0.0.2, but it still works! So, the only address that causes this problem is the special 127.0.0.1. Then, just for grins, I decided to see what was happening to the requests. 10.0.1.161 is the jailed host sending the DNS request. host-os# tcpdump -i lo0 port 53 19:29:15.021769 IP localhost.cadillac.net.64402 > localhost.cadillac.net.domain: 34780+ PTR? 161.1.0.10.in-addr.arpa. (41) 19:29:15.022086 IP localhost.cadillac.net.domain > localhost.cadillac.net.64402: 34780 NXDomain* 0/0/0 (41) 19:29:19.204934 IP 10.0.1.161.51344 > 10.0.1.161.domain: 40192+ A? www.freebsd.org. (33) 19:29:24.205913 IP 10.0.1.161.51344 > 10.0.1.161.domain: 40192+ A? www.freebsd.org. (33) ...and dnscache actually gets the request 2006-09-21 19:29:15.021908500 query 9 7f000001:fb92:87dc 12 161.1.0.10.in-addr.arpa. 19:29:14.204174 IP 10.0.1.161.51344 > 10.0.1.161.domain: 40192+ A? www.freebsd.org. (33) 2006-09-21 19:29:15.022088500 cached nxdomain 161.1.0.10.in-addr.arpa. 2006-09-21 19:29:15.022211500 sent 9 41 ...but the DNS client never receives the answer. So, the request actually does make it from the jail to the host, but when I ran tcpdump on em0 (the interface the jail is on), there is no response going back to the jail. >How-To-Repeat: 1. Install FreeBSD 6.1 - std install 2. install a DNS resolver (BIND or dnscache) on 127.0.0.1 3. create a jail on any interface, using any IP on the box 4. log into the jail and attempt to resolve DNS queries using the DNS cache on 127.0.0.1: (dig www.freebsd.org. @127.0.0.1) 5. witness the failure. 6. Move the DNS cache to any other IP. 7. Witnenss it work. >Fix: Fix the code, or document the limitation. A workaround is not to run services (perhaps only DNS?) on 127.0.0.1 but on another IP, such as 127.0.0.2. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Fri Sep 22 01:10:30 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EAE5E16A407 for ; Fri, 22 Sep 2006 01:10:29 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F423643D53 for ; Fri, 22 Sep 2006 01:10:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8M1AHOo032843 for ; Fri, 22 Sep 2006 01:10:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8M1AHiD032842; Fri, 22 Sep 2006 01:10:17 GMT (envelope-from gnats) Resent-Date: Fri, 22 Sep 2006 01:10:17 GMT Resent-Message-Id: <200609220110.k8M1AHiD032842@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, Diego Pettenņ Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A5A2516A40F for ; Fri, 22 Sep 2006 01:08:54 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 070A843D5C for ; Fri, 22 Sep 2006 01:08:46 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k8M18kx6044136 for ; Fri, 22 Sep 2006 01:08:46 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k8M18kVt044135; Fri, 22 Sep 2006 01:08:46 GMT (envelope-from nobody) Message-Id: <200609220108.k8M18kVt044135@www.freebsd.org> Date: Fri, 22 Sep 2006 01:08:46 GMT From: Diego Pettenņ To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: misc/103470: __evOptMonoTime is inconsistently declared in lib/libc/isc X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Sep 2006 01:10:30 -0000 >Number: 103470 >Category: misc >Synopsis: __evOptMonoTime is inconsistently declared in lib/libc/isc >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Sep 22 01:10:17 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Diego Pettenņ >Release: 6.2-BETA1 >Organization: Gentoo >Environment: FreeBSD defiant 6.2-BETA1 FreeBSD Gentoo 6.2_beta1 #1: Thu Sep 21 23:24:32 CEST 2006 root@defiant:/usr/src/sys-6.2_beta1/i386/compile/GENERIC i386 >Description: Although I know that this is totally non-priority for FreeBSD developers, I'd like to report that the variable __evOptMonoTime is declared inconsistently in lib/libc/isc from the sources of the just released 6.2-BETA1 FreeBSD: lib/libc/isc/eventlib_p.h:283:extern int __evOptMonoTime; lib/libc/isc/ev_timers.c:53:static int __evOptMonoTime; This leads to a failure in build with GCC 4.1, and it really makes no sense, so that the behaviour is really undefined even on other GCC versions. As __evOptMonoTime seems to be an exported symbol to set global options, the static keyword should be dropped from ev_timers.c. >How-To-Repeat: Building with GCC 4.1 will show the error: lib/libc/isc/ev_timers.c:53: error: static declaration of '__evOptMonoTime' follows non-static declaration lib/libc/isc/eventlib_p.h:283: error: previous declaration of '__evOptMonoTime' was here >Fix: Index: fbsd-6.2/lib/libc/isc/ev_timers.c =================================================================== --- fbsd-6.2.orig/lib/libc/isc/ev_timers.c +++ fbsd-6.2/lib/libc/isc/ev_timers.c @@ -50,7 +50,7 @@ __FBSDID("$FreeBSD: src/lib/libc/isc/ev_ /* Forward. */ #ifdef _LIBC -static int __evOptMonoTime; +int __evOptMonoTime; #else static int due_sooner(void *, void *); static void set_index(void *, int); >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Fri Sep 22 01:45:09 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8953C16A412; Fri, 22 Sep 2006 01:45:09 +0000 (UTC) (envelope-from suz@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A6F243D6A; Fri, 22 Sep 2006 01:45:08 +0000 (GMT) (envelope-from suz@FreeBSD.org) Received: from freefall.freebsd.org (suz@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8M1j8AF036973; Fri, 22 Sep 2006 01:45:08 GMT (envelope-from suz@freefall.freebsd.org) Received: (from suz@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8M1j7P7036969; Fri, 22 Sep 2006 01:45:07 GMT (envelope-from suz) Date: Fri, 22 Sep 2006 01:45:07 GMT From: SUZUKI Shinsuke Message-Id: <200609220145.k8M1j7P7036969@freefall.freebsd.org> To: jinmei@kame.net, suz@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: kern/103415: IPv6 packets arriving to stf are not accepted X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Sep 2006 01:45:09 -0000 Synopsis: IPv6 packets arriving to stf are not accepted State-Changed-From-To: open->closed State-Changed-By: suz State-Changed-When: Fri Sep 22 01:44:24 UTC 2006 State-Changed-Why: the proposed patch is okay, so I committed it to -current http://www.freebsd.org/cgi/query-pr.cgi?pr=103415 From owner-freebsd-bugs@FreeBSD.ORG Fri Sep 22 01:50:22 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4733516A4C2 for ; Fri, 22 Sep 2006 01:50:22 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DABC443D5E for ; Fri, 22 Sep 2006 01:50:18 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8M1oI5c037086 for ; Fri, 22 Sep 2006 01:50:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8M1oIAQ037085; Fri, 22 Sep 2006 01:50:18 GMT (envelope-from gnats) Date: Fri, 22 Sep 2006 01:50:18 GMT Message-Id: <200609220150.k8M1oIAQ037085@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: kern/103415: commit references a PR X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Sep 2006 01:50:22 -0000 The following reply was made to PR kern/103415; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: kern/103415: commit references a PR Date: Fri, 22 Sep 2006 01:42:41 +0000 (UTC) suz 2006-09-22 01:42:22 UTC FreeBSD src repository Modified files: sys/netinet6 in6.c Log: fixed a bug that IPv6 packets arriving to stf are not accepted. (a degrade introduced in in6.c Rev 1.61) PR: kern/103415 Submitted by: JINMEI Tatuya MFC after: 1 week Revision Changes Path 1.64 +6 -2 src/sys/netinet6/in6.c _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-freebsd-bugs@FreeBSD.ORG Fri Sep 22 02:14:14 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5BFE216A47E; Fri, 22 Sep 2006 02:14:14 +0000 (UTC) (envelope-from kan@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 147EE43D4C; Fri, 22 Sep 2006 02:14:14 +0000 (GMT) (envelope-from kan@FreeBSD.org) Received: from freefall.freebsd.org (kan@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8M2EDbn038772; Fri, 22 Sep 2006 02:14:13 GMT (envelope-from kan@freefall.freebsd.org) Received: (from kan@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8M2EDSe038768; Fri, 22 Sep 2006 02:14:13 GMT (envelope-from kan) Date: Fri, 22 Sep 2006 02:14:13 GMT From: Alexander Kabaev Message-Id: <200609220214.k8M2EDSe038768@freefall.freebsd.org> To: flameeyes@gentoo.org, kan@FreeBSD.org, freebsd-bugs@FreeBSD.org, kan@FreeBSD.org Cc: Subject: Re: kern/103470: [libc] [patch] __evOptMonoTime is inconsistently declared in lib/libc/isc X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Sep 2006 02:14:14 -0000 Synopsis: [libc] [patch] __evOptMonoTime is inconsistently declared in lib/libc/isc State-Changed-From-To: open->closed State-Changed-By: kan State-Changed-When: Fri Sep 22 02:09:46 UTC 2006 State-Changed-Why: I stumbled upon this while working on GCC4 import. Slightly different patch was sitting in my tree uncommitted, so I just checked it in. Responsible-Changed-From-To: freebsd-bugs->kan Responsible-Changed-By: kan Responsible-Changed-When: Fri Sep 22 02:09:46 UTC 2006 Responsible-Changed-Why: I stumbled upon this while working on GCC4 import. Slightly different patch was sitting in my tree uncommitted, so I just checked it in. http://www.freebsd.org/cgi/query-pr.cgi?pr=103470 From owner-freebsd-bugs@FreeBSD.ORG Fri Sep 22 14:00:41 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9DA4B16A4DD for ; Fri, 22 Sep 2006 14:00:41 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05DA243D7B for ; Fri, 22 Sep 2006 14:00:38 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8ME0bdG095157 for ; Fri, 22 Sep 2006 14:00:37 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8ME0b7u095155; Fri, 22 Sep 2006 14:00:37 GMT (envelope-from gnats) Resent-Date: Fri, 22 Sep 2006 14:00:37 GMT Resent-Message-Id: <200609221400.k8ME0b7u095155@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, Jeremie Le Hen Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E2E9616A407; Fri, 22 Sep 2006 14:00:05 +0000 (UTC) (envelope-from tataz@tataz.chchile.org) Received: from smtp4-g19.free.fr (smtp4-g19.free.fr [212.27.42.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 31A5843D46; Fri, 22 Sep 2006 14:00:05 +0000 (GMT) (envelope-from tataz@tataz.chchile.org) Received: from tatooine.tataz.chchile.org (tataz.chchile.org [82.233.239.98]) by smtp4-g19.free.fr (Postfix) with ESMTP id 468F44F387; Fri, 22 Sep 2006 16:00:04 +0200 (CEST) Received: from obiwan.tataz.chchile.org (unknown [192.168.1.25]) by tatooine.tataz.chchile.org (Postfix) with ESMTP id EE2EE9B4C1; Fri, 22 Sep 2006 14:00:09 +0000 (UTC) Received: by obiwan.tataz.chchile.org (Postfix, from userid 1000) id D9FBA408C; Fri, 22 Sep 2006 16:00:09 +0200 (CEST) Message-Id: <20060922140009.D9FBA408C@obiwan.tataz.chchile.org> Date: Fri, 22 Sep 2006 16:00:09 +0200 (CEST) From: Jeremie Le Hen To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: matteo@FreeBSD.org, Jeremie Le Hen , flz@FreeBSD.org Subject: misc/103486: [patch] rc.d/jail: mount fstab after devfs X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Jeremie Le Hen List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Sep 2006 14:00:41 -0000 >Number: 103486 >Category: misc >Synopsis: [patch] rc.d/jail: mount fstab after devfs >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Sep 22 14:00:36 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Jeremie Le Hen >Release: FreeBSD 6.1-STABLE i386 >Organization: >Environment: System: FreeBSD obiwan 6.1-STABLE FreeBSD 6.1-STABLE #8: Sun Jun 25 18:27:14 CEST 2006 root@obiwan:/usr/obj/usr/src/sys/OBIWAN i386 >Description: The host administrator might sometime want to use the $jail__fstab to mount devfs in more than one directory inside the jail. >How-To-Repeat: Try to run a chrooted named(8) in a jail, it is currently impossible. Indeed, when $named_chroot_autoupdate is set to YES (the default), rc.d/named tries to mount devfs in $named_chrootdir/dev, which is obvisouly impossible from inside a jail. Thus it would be worth being possible to use $jail__fstab to mount $jail__rootdir/dev onto $jail__rootdir/$named_chrootdir/dev. This is a little bit hackish, but a least makes possible to run a chrooted named(8) in a jail. >Fix: Index: jail =================================================================== RCS file: /home/ncvs/src/etc/rc.d/jail,v retrieving revision 1.34 diff -u -p -u -p -r1.34 jail --- jail 30 May 2006 16:20:48 -0000 1.34 +++ jail 22 Sep 2006 13:16:47 -0000 @@ -154,6 +154,10 @@ set_sysctl() # jail_umount_fs() { + if checkyesno _mount; then + [ -f "${_fstab}" ] || warn "${_fstab} does not exist" + umount -a -F "${_fstab}" >/dev/null 2>&1 + fi if checkyesno _fdescfs; then if [ -d "${_fdescdir}" ] ; then umount -f ${_fdescdir} >/dev/null 2>&1 @@ -169,10 +173,6 @@ jail_umount_fs() umount -f ${_procdir} >/dev/null 2>&1 fi fi - if checkyesno _mount; then - [ -f "${_fstab}" ] || warn "${_fstab} does not exist" - umount -a -F "${_fstab}" >/dev/null 2>&1 - fi } jail_start() @@ -199,13 +199,6 @@ jail_start() if [ -n "${_interface}" ]; then ifconfig ${_interface} alias ${_ip} netmask 255.255.255.255 fi - if checkyesno _mount; then - info "Mounting fstab for jail ${_jail} (${_fstab})" - if [ ! -f "${_fstab}" ]; then - err 3 "$name: ${_fstab} does not exist" - fi - mount -a -F "${_fstab}" - fi if checkyesno _devfs; then # If devfs is already mounted here, skip it. df -t devfs "${_devdir}" >/dev/null @@ -239,6 +232,13 @@ jail_start() mount -t procfs proc "${_procdir}" fi fi + if checkyesno _mount; then + info "Mounting fstab for jail ${_jail} (${_fstab})" + if [ ! -f "${_fstab}" ]; then + err 3 "$name: ${_fstab} does not exist" + fi + mount -a -F "${_fstab}" + fi _tmp_jail=${_tmp_dir}/jail.$$ eval jail ${_flags} -i ${_rootdir} ${_hostname} \ ${_ip} ${_exec_start} > ${_tmp_jail} 2>&1 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Fri Sep 22 15:13:36 2006 Return-Path: X-Original-To: freebsd-bugs@FreeBSD.org Delivered-To: freebsd-bugs@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0122B16A403; Fri, 22 Sep 2006 15:13:36 +0000 (UTC) (envelope-from support@spectrum.ru) Received: from support.spectrum.ru (support.spectrum.ru [62.205.172.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DBD743D72; Fri, 22 Sep 2006 15:13:34 +0000 (GMT) (envelope-from support@spectrum.ru) Received: from support.spectrum.ru (localhost [127.0.0.1]) by support.spectrum.ru (8.13.8/8.13.4) with SMTP id k8MFDWBc001240; Fri, 22 Sep 2006 19:13:32 +0400 (MSD) (envelope-from support@spectrum.ru) Date: Fri, 22 Sep 2006 19:13:32 +0400 From: Alexander Demin To: bug-followup@FreeBSD.org, freebsd-bugs@FreeBSD.org Message-Id: <20060922191332.d17a079a.support@spectrum.ru> In-Reply-To: <44D8101A.2010705@micom.mng.net> References: <44D8101A.2010705@micom.mng.net> Organization: Group of companies Spectrum X-Mailer: Sylpheed version 2.2.7 (GTK+ 2.8.20; i386-portbld-freebsd5.5) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Antivirus: Dr.Web (R) for Mail Servers on support.spectrum.ru host X-Antivirus-Code: 100000 Cc: Subject: Re: usb/93389 : Add support for Pentax Digital Camera Optio S60 (please test) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Sep 2006 15:13:36 -0000 Hello. Please test my patch for addition of support for Pentax Digital Camera Optio S60. uname -a FreeBSD support.spectrum.ru 5.5-STABLE FreeBSD 5.5-STABLE #34: Fri Sep 22 18:09:11 MSD 2006 oldman@support.spectrum.ru:/usr/obj/usr/src/sys/MYGENERIC i386 umass0: PENTAX Digital Camera Optio S60, rev 1.10/0.00, addr 2 umass0: SCSI over Bulk-Only; quirks = 0x0200 umass0:2:0:-1: Attached to scbus2 da0 at umass-sim0 bus 0 target 0 lun 0 da0: Removable Direct Access SCSI-0 device da0: 1.000MB/s transfers da0: 954MB (1953792 512 byte sectors: 64H 32S/T 954C) Patchs: --- /usr/src/sys/cam/scsi/scsi_da.c.orig Wed Jul 26 11:49:37 2006 +++ /usr/src/sys/cam/scsi/scsi_da.c Fri Sep 22 18:54:31 2006 @@ -438,6 +438,14 @@ {T_DIRECT, SIP_MEDIA_REMOVABLE, "Generic*", "STORAGE DEVICE*", "*"}, /*quirks*/ DA_Q_NO_SYNC_CACHE }, + { + /* + * Pentax Digital Camera + * PR: usb/93389 + */ + {T_DIRECT, SIP_MEDIA_REMOVABLE, "PENTAX", "DIGITAL CAMERA", + "*"}, /*quirks*/ DA_Q_NO_SYNC_CACHE + }, }; static disk_strategy_t dastrategy; --- /usr/src/sys/dev/usb/umass.c.orig Sat Mar 18 23:43:50 2006 +++ /usr/src/sys/dev/usb/umass.c Fri Sep 22 18:05:19 2006 @@ -319,8 +319,8 @@ Static struct umass_devdescr_t umass_devdescrs[] = { { USB_VENDOR_ASAHIOPTICAL, PID_WILDCARD, RID_WILDCARD, - UMASS_PROTO_ATAPI | UMASS_PROTO_CBI_I, - RS_NO_CLEAR_UA + UMASS_PROTO_SCSI | UMASS_PROTO_BBB, + WRONG_CSWSIG }, { USB_VENDOR_FUJIPHOTO, USB_PRODUCT_FUJIPHOTO_MASS0100, RID_WILDCARD, UMASS_PROTO_ATAPI | UMASS_PROTO_CBI_I, --- /usr/src/sys/dev/usb/usbdevs.orig Sun Mar 19 04:12:31 2006 +++ /usr/src/sys/dev/usb/usbdevs Fri Sep 22 17:18:19 2006 @@ -492,6 +492,7 @@ /* Asahi Optical products */ product ASAHIOPTICAL OPTIO230 0x0004 Digital camera product ASAHIOPTICAL OPTIO330 0x0006 Digital camera +product ASAHIOPTICAL OPTIOS60 0x0047 Digital Camera Pentax Optio S60 /* ASIX Electronics products */ product ASIX AX88172 0x1720 USB 2.0 10/100 ethernet controller -- ======================================================= Demin Alexander / Network Administarator Group of companies Spectrum / tel. (+7 495) 995-8999 Moscow, 103009, Strastnoy blvr. 8 ======================================================= From owner-freebsd-bugs@FreeBSD.ORG Fri Sep 22 15:40:28 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D83416A4E0 for ; Fri, 22 Sep 2006 15:40:28 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A81143D8E for ; Fri, 22 Sep 2006 15:40:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8MFeLBF003127 for ; Fri, 22 Sep 2006 15:40:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8MFeLL3003126; Fri, 22 Sep 2006 15:40:21 GMT (envelope-from gnats) Resent-Date: Fri, 22 Sep 2006 15:40:21 GMT Resent-Message-Id: <200609221540.k8MFeLL3003126@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, Jeremie Le Hen Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 909DB16A40F; Fri, 22 Sep 2006 15:33:31 +0000 (UTC) (envelope-from tataz@tataz.chchile.org) Received: from smtp4-g19.free.fr (smtp4-g19.free.fr [212.27.42.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0795643D6A; Fri, 22 Sep 2006 15:33:31 +0000 (GMT) (envelope-from tataz@tataz.chchile.org) Received: from tatooine.tataz.chchile.org (tataz.chchile.org [82.233.239.98]) by smtp4-g19.free.fr (Postfix) with ESMTP id 5842454B65; Fri, 22 Sep 2006 17:33:30 +0200 (CEST) Received: from obiwan.tataz.chchile.org (unknown [192.168.1.25]) by tatooine.tataz.chchile.org (Postfix) with ESMTP id 03A7F9B4C1; Fri, 22 Sep 2006 15:33:36 +0000 (UTC) Received: by obiwan.tataz.chchile.org (Postfix, from userid 1000) id E397E408C; Fri, 22 Sep 2006 17:33:35 +0200 (CEST) Message-Id: <20060922153335.E397E408C@obiwan.tataz.chchile.org> Date: Fri, 22 Sep 2006 17:33:35 +0200 (CEST) From: Jeremie Le Hen To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: dougb@FreeBSD.org, jeremie@le-hen.org Subject: misc/103489: [patch] named_chroot_autoupdate doesn't work in a jail X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Jeremie Le Hen List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Sep 2006 15:40:28 -0000 >Number: 103489 >Category: misc >Synopsis: [patch] named_chroot_autoupdate doesn't work in a jail >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Sep 22 15:40:16 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Jeremie Le Hen >Release: FreeBSD 6.1-STABLE i386 >Organization: >Environment: System: FreeBSD obiwan 6.1-STABLE FreeBSD 6.1-STABLE #8: Sun Jun 25 18:27:14 CEST 2006 root@obiwan:/usr/obj/usr/src/sys/OBIWAN i386 >Description: rc.d/named's chroot_autoupdate() unconditionnaly tries to mount devfs. This is obviously not possible inside a jail. Though already jailed, one might want to run a chrooted named(8) inside a jail, in order to hinder a possible bug exploitation. This patch test the security.jail.jailed sysctl before performing the devfs stuff. Note this patch doesn't yet allow the user to run a chrooted named(8) inside a jail ; it must come along with PR misc/103486. >How-To-Repeat: Straightforward, see description. >Fix: Index: named =================================================================== RCS file: /home/ncvs/src/etc/rc.d/named,v retrieving revision 1.26 diff -u -p -u -p -r1.26 named --- named 20 Apr 2006 12:30:12 -0000 1.26 +++ named 22 Sep 2006 15:23:45 -0000 @@ -59,10 +59,12 @@ chroot_autoupdate() # Mount a devfs in the chroot directory if needed # - umount ${named_chrootdir}/dev 2>/dev/null - devfs_domount ${named_chrootdir}/dev devfsrules_hide_all - devfs -m ${named_chrootdir}/dev rule apply path null unhide - devfs -m ${named_chrootdir}/dev rule apply path random unhide + if [ `sysctl -n security.jail.jailed` = 0 ]; then + umount ${named_chrootdir}/dev 2>/dev/null + devfs_domount ${named_chrootdir}/dev devfsrules_hide_all + devfs -m ${named_chrootdir}/dev rule apply path null unhide + devfs -m ${named_chrootdir}/dev rule apply path random unhide + fi # Copy local timezone information if it is not up to date. # >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Fri Sep 22 16:50:14 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BEF4116A416 for ; Fri, 22 Sep 2006 16:50:14 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26B4B43D45 for ; Fri, 22 Sep 2006 16:50:14 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8MGoDlM008466 for ; Fri, 22 Sep 2006 16:50:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8MGoDRg008465; Fri, 22 Sep 2006 16:50:13 GMT (envelope-from gnats) Resent-Date: Fri, 22 Sep 2006 16:50:13 GMT Resent-Message-Id: <200609221650.k8MGoDRg008465@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, Narinder Paul Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0121316A403 for ; Fri, 22 Sep 2006 16:43:38 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id C444243D5D for ; Fri, 22 Sep 2006 16:43:37 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k8MGhZUt086557 for ; Fri, 22 Sep 2006 16:43:35 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k8MGhZX9086556; Fri, 22 Sep 2006 16:43:35 GMT (envelope-from nobody) Message-Id: <200609221643.k8MGhZX9086556@www.freebsd.org> Date: Fri, 22 Sep 2006 16:43:35 GMT From: Narinder Paul To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: misc/103493: After installing the 6.1, uname -a does not give the correct version info. X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Sep 2006 16:50:14 -0000 >Number: 103493 >Category: misc >Synopsis: After installing the 6.1, uname -a does not give the correct version info. >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Sep 22 16:50:13 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Narinder Paul >Release: FreeBSD 6.1 >Organization: ciphertrust >Environment: FreeBSD ctim61.example.com 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Thu Nov 3 09:36:13 UTC 2005 root@x64.samsco.home:/usr/obj/usr/src/sys/GENERIC i386 >Description: I download the .iso file from here and install it. ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/ISO-IMAGES/6.1/ After installing, I ran the uname -a FreeBSD ctim61.example.com 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Thu Nov 3 09:36:13 UTC 2005 root@x64.samsco.home:/usr/obj/usr/src/sys/GENERIC i386 After downloading the file, MD5 check seems to be correct. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Fri Sep 22 18:03:41 2006 Return-Path: X-Original-To: freebsd-bugs@freebsd.org Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 682A016A61B for ; Fri, 22 Sep 2006 18:03:41 +0000 (UTC) (envelope-from up@3.am) Received: from richard2.pil.net (mail.pil.net [207.7.198.3]) by mx1.FreeBSD.org (Postfix) with SMTP id AEF0443D46 for ; Fri, 22 Sep 2006 18:03:40 +0000 (GMT) (envelope-from up@3.am) Received: (qmail 55444 invoked by uid 1825); 22 Sep 2006 18:03:37 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 22 Sep 2006 18:03:37 -0000 Date: Fri, 22 Sep 2006 14:03:37 -0400 (EDT) From: up@3.am X-X-Sender: up@richard2.pil.net To: freebsd-questions@freebsd.org, Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: freebsd-acpi@freebsd.org Subject: Bug in 6.1 acpi? X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Sep 2006 18:03:41 -0000 (Please respond directly, as I am not subscribed) I've asked about this error message before, but this has gotten serious. Not sure if it's related, but this server keeps spontaneously having what appear to be power events every 13-40 hours or so. No errors or panic messages or core dumps. The system has dual power supplies and was rock stable running 4.X. The problem only started occuring after upgrading to 6.1-STABLE. Could it be related to this DMESG? : acpi0: on motherboard acpi0: Power Button (fixed) acpi: bad write to port 0x070 (8), val 0x43 acpi: bad read from port 0x071 (8) The hardware is an Intel L440GX+ MB with dual 1Ghz CPUs with SMP (I tried a kernel without SMP, but it didn't help), 1GB ECC RAM, 1GB Swap, Adaptec 2100 SCSI RAID level 1. It apppears to be lightly loaded in terms of CPU and RAM. This server is in production, so any advice would be greatly apppreciated. James Smallacombe PlantageNet, Inc. CEO and Janitor up@3.am http://3.am ========================================================================= From owner-freebsd-bugs@FreeBSD.ORG Fri Sep 22 18:09:04 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3358116A403; Fri, 22 Sep 2006 18:09:04 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0ACC43D49; Fri, 22 Sep 2006 18:09:03 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8MI93Xd015675; Fri, 22 Sep 2006 18:09:03 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8MI93bI015671; Fri, 22 Sep 2006 18:09:03 GMT (envelope-from linimon) Date: Fri, 22 Sep 2006 18:09:03 GMT From: Mark Linimon Message-Id: <200609221809.k8MI93bI015671@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-rc@FreeBSD.org Cc: Subject: Re: conf/103486: [rc.d] [patch] rc.d/jail: mount fstab after devfs X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Sep 2006 18:09:04 -0000 Synopsis: [rc.d] [patch] rc.d/jail: mount fstab after devfs Responsible-Changed-From-To: freebsd-bugs->freebsd-rc Responsible-Changed-By: linimon Responsible-Changed-When: Fri Sep 22 18:08:52 UTC 2006 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=103486 From owner-freebsd-bugs@FreeBSD.ORG Fri Sep 22 18:09:39 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F07C616A407; Fri, 22 Sep 2006 18:09:39 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACA8E43D49; Fri, 22 Sep 2006 18:09:39 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8MI9dNh015740; Fri, 22 Sep 2006 18:09:39 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8MI9d8N015736; Fri, 22 Sep 2006 18:09:39 GMT (envelope-from linimon) Date: Fri, 22 Sep 2006 18:09:39 GMT From: Mark Linimon Message-Id: <200609221809.k8MI9d8N015736@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-rc@FreeBSD.org Cc: Subject: Re: conf/103489: [rc.d] [patch] named_chroot_autoupdate doesn't work in a jail X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Sep 2006 18:09:40 -0000 Synopsis: [rc.d] [patch] named_chroot_autoupdate doesn't work in a jail Responsible-Changed-From-To: freebsd-bugs->freebsd-rc Responsible-Changed-By: linimon Responsible-Changed-When: Fri Sep 22 18:09:28 UTC 2006 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=103489 From owner-freebsd-bugs@FreeBSD.ORG Fri Sep 22 18:15:11 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC3A016A4C2; Fri, 22 Sep 2006 18:15:11 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57FB343D7F; Fri, 22 Sep 2006 18:15:11 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8MIFBkR016402; Fri, 22 Sep 2006 18:15:11 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8MIFBE2016398; Fri, 22 Sep 2006 18:15:11 GMT (envelope-from linimon) Date: Fri, 22 Sep 2006 18:15:11 GMT From: Mark Linimon Message-Id: <200609221815.k8MIFBE2016398@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-qa@FreeBSD.org Cc: Subject: Re: misc/103493: After installing the 6.1, uname -a does not give the correct version info. X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Sep 2006 18:15:11 -0000 Synopsis: After installing the 6.1, uname -a does not give the correct version info. Responsible-Changed-From-To: freebsd-bugs->freebsd-qa Responsible-Changed-By: linimon Responsible-Changed-When: Fri Sep 22 18:14:34 UTC 2006 Responsible-Changed-Why: Sounds like a QA problem. http://www.freebsd.org/cgi/query-pr.cgi?pr=103493 From owner-freebsd-bugs@FreeBSD.ORG Fri Sep 22 18:17:34 2006 Return-Path: X-Original-To: freebsd-bugs@freebsd.org Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1CED916A492 for ; Fri, 22 Sep 2006 18:17:34 +0000 (UTC) (envelope-from lauasanf@wilderness.homeip.net) Received: from mail.ecommerce.com (mail.ecommerce.com [80.121.204.32]) by mx1.FreeBSD.org (Postfix) with SMTP id C587643D66 for ; Fri, 22 Sep 2006 18:17:24 +0000 (GMT) (envelope-from lauasanf@wilderness.homeip.net) Received: (qmail 16925 invoked by uid 399); 22 Sep 2006 18:32:38 -0000 Received: from unknown (HELO ?172.31.215.2?) (80.121.204.1) by mail.opentransfer.com with SMTP; 22 Sep 2006 18:32:38 -0000 Message-ID: <4514280A.5060702@wilderness.homeip.net> Date: Fri, 22 Sep 2006 13:14:34 -0500 From: Drew Sanford User-Agent: Thunderbird 1.5.0.5 (X11/20060804) MIME-Version: 1.0 To: up@3.am References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-bugs@freebsd.org, freebsd-questions@freebsd.org, freebsd-acpi@freebsd.org Subject: Re: Bug in 6.1 acpi? X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Sep 2006 18:17:34 -0000 up@3.am wrote: > (Please respond directly, as I am not subscribed) > > I've asked about this error message before, but this has gotten serious. > Not sure if it's related, but this server keeps spontaneously having what > appear to be power events every 13-40 hours or so. No errors or panic > messages or core dumps. > > The system has dual power supplies and was rock stable running 4.X. The > problem only started occuring after upgrading to 6.1-STABLE. Could it be > related to this DMESG? : > > acpi0: on motherboard > acpi0: Power Button (fixed) > acpi: bad write to port 0x070 (8), val 0x43 > acpi: bad read from port 0x071 (8) > > The hardware is an Intel L440GX+ MB with dual 1Ghz CPUs with SMP (I tried > a kernel without SMP, but it didn't help), 1GB ECC RAM, 1GB Swap, Adaptec > 2100 SCSI RAID level 1. It apppears to be lightly loaded in terms of CPU > and RAM. > > This server is in production, so any advice would be greatly apppreciated. > > James, When you say power events, what exactly are we talking about here? Does the system just shut down, does it power down cleanly, or is it spontaneously rebooting? From owner-freebsd-bugs@FreeBSD.ORG Fri Sep 22 18:20:26 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC6F816A40F for ; Fri, 22 Sep 2006 18:20:26 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E70C43D5D for ; Fri, 22 Sep 2006 18:20:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8MIKLhY016635 for ; Fri, 22 Sep 2006 18:20:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8MIKLG1016634; Fri, 22 Sep 2006 18:20:21 GMT (envelope-from gnats) Resent-Date: Fri, 22 Sep 2006 18:20:21 GMT Resent-Message-Id: <200609221820.k8MIKLG1016634@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, Mij Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 86F1B16A52F for ; Fri, 22 Sep 2006 18:17:41 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 331DB43D5D for ; Fri, 22 Sep 2006 18:17:35 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k8MIHZ5c058297 for ; Fri, 22 Sep 2006 18:17:35 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k8MIHZCW058296; Fri, 22 Sep 2006 18:17:35 GMT (envelope-from nobody) Message-Id: <200609221817.k8MIHZCW058296@www.freebsd.org> Date: Fri, 22 Sep 2006 18:17:35 GMT From: Mij To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: kern/103495: if_vr locks after carrier event X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Sep 2006 18:20:26 -0000 >Number: 103495 >Category: kern >Synopsis: if_vr locks after carrier event >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Sep 22 18:20:20 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Mij >Release: FreeBSD 6.2-PRERELEASE i386 >Organization: >Environment: System: FreeBSD lamehost 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #2: Sat Sep 16 14:42:39 CEST 2006 xyz@lamehost:/usr/obj/usr/src/sys/ck i386 >Description: The if_vr driver for VIA Rhine I and II stops processing both incoming and outgoing traffic after the following event vr0: link state changed to DOWN vr0: link state changed to UP (possibly repeated a few times) making the interface unusable reliably. A similar report is in PR kern/100499, but this amendment has to be specified wrt to it: no shutdown is required for having the driver handle traffic again. Conversely, the following is sufficient: # ifconfig vr0 down # ifconfig vr0 up this makes the driver run vr_reset(), after which the interface behaves correctly again. The linux driver via-rhine.c currently does not feature this behaviour and could be source of inspiration. >How-To-Repeat: initialize vr interface; unplug the cable off of the interface, physically; replug the cable into the interface >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Fri Sep 22 18:21:41 2006 Return-Path: X-Original-To: freebsd-bugs@freebsd.org Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF75916A412 for ; Fri, 22 Sep 2006 18:21:41 +0000 (UTC) (envelope-from up@3.am) Received: from richard2.pil.net (mail.pil.net [207.7.198.3]) by mx1.FreeBSD.org (Postfix) with SMTP id E33B043D68 for ; Fri, 22 Sep 2006 18:21:38 +0000 (GMT) (envelope-from up@3.am) Received: (qmail 70481 invoked by uid 1825); 22 Sep 2006 18:21:37 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 22 Sep 2006 18:21:37 -0000 Date: Fri, 22 Sep 2006 14:21:37 -0400 (EDT) From: up@3.am X-X-Sender: up@richard2.pil.net To: Drew Sanford In-Reply-To: <4514280A.5060702@wilderness.homeip.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: freebsd-bugs@freebsd.org, freebsd-questions@freebsd.org, freebsd-acpi@freebsd.org Subject: Re: Bug in 6.1 acpi? X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Sep 2006 18:21:41 -0000 On Fri, 22 Sep 2006, Drew Sanford wrote: > up@3.am wrote: > > (Please respond directly, as I am not subscribed) > > > > I've asked about this error message before, but this has gotten serious. > > Not sure if it's related, but this server keeps spontaneously having what > > appear to be power events every 13-40 hours or so. No errors or panic > > messages or core dumps. > > > > The system has dual power supplies and was rock stable running 4.X. The > > problem only started occuring after upgrading to 6.1-STABLE. Could it be > > related to this DMESG? : > > > > acpi0: on motherboard > > acpi0: Power Button (fixed) > > acpi: bad write to port 0x070 (8), val 0x43 > > acpi: bad read from port 0x071 (8) > > > > The hardware is an Intel L440GX+ MB with dual 1Ghz CPUs with SMP (I tried > > a kernel without SMP, but it didn't help), 1GB ECC RAM, 1GB Swap, Adaptec > > 2100 SCSI RAID level 1. It apppears to be lightly loaded in terms of CPU > > and RAM. > > > > This server is in production, so any advice would be greatly apppreciated. > > > > > > James, > When you say power events, what exactly are we talking about here? Does > the system just shut down, does it power down cleanly, or is it > spontaneously rebooting? Spontaneously rebooting. NOT cleanly, but so far, it has come back up every time. I'm not sure how high the risk is for serious file system damage in this situation, but it sure makes me nervous. James Smallacombe PlantageNet, Inc. CEO and Janitor up@3.am http://3.am ========================================================================= From owner-freebsd-bugs@FreeBSD.ORG Fri Sep 22 18:57:43 2006 Return-Path: X-Original-To: freebsd-bugs@freebsd.org Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B14A116A412; Fri, 22 Sep 2006 18:57:43 +0000 (UTC) (envelope-from narinder.paul@ciphertrust.com) Received: from ciphertrust.com (delta.ciphertrust.com [216.235.158.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6152E43D46; Fri, 22 Sep 2006 18:57:42 +0000 (GMT) (envelope-from narinder.paul@ciphertrust.com) Received: from ([10.40.1.25]) by mail0.ciphertrust.com with ESMTP id MAIL0S100.509085; Fri, 22 Sep 2006 14:57:26 -0400 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Fri, 22 Sep 2006 14:57:20 -0400 Message-ID: <206E6DBD2440E24086E67F3170AE54A80199FED6@ct-hq-ex02.corp.ciphertrust.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: misc/103493: After installing the 6.1, uname -a does not give the correct version info. Thread-Index: AcbeZ1FxA6o6WnbKQ1mKZyDQPgTuHwAEZKIA From: "Paul, Narinder" To: , Cc: Subject: RE: misc/103493: After installing the 6.1, uname -a does not give the correct version info. X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Sep 2006 18:57:43 -0000 This was mistake. Please ignore it. Narinder -----Original Message----- From: FreeBSD-gnats-submit@FreeBSD.org [mailto:FreeBSD-gnats-submit@FreeBSD.org]=20 Sent: Friday, September 22, 2006 9:50 AM To: Paul, Narinder Subject: Re: misc/103493: After installing the 6.1, uname -a does not give the correct version info. Thank you very much for your problem report. It has the internal identification `misc/103493'. The individual assigned to look at your report is: freebsd-bugs.=20 You can access the state of your problem report at any time via this link: http://www.freebsd.org/cgi/query-pr.cgi?pr=3D103493 >Category: misc >Responsible: freebsd-bugs >Synopsis: After installing the 6.1, uname -a does not give the correct version info. >Arrival-Date: Fri Sep 22 16:50:13 GMT 2006 From owner-freebsd-bugs@FreeBSD.ORG Fri Sep 22 19:00:32 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 27CF016A407 for ; Fri, 22 Sep 2006 19:00:32 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 398ED43D55 for ; Fri, 22 Sep 2006 19:00:31 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8MJ0Vfi021157 for ; Fri, 22 Sep 2006 19:00:31 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8MJ0Vjx021156; Fri, 22 Sep 2006 19:00:31 GMT (envelope-from gnats) Resent-Date: Fri, 22 Sep 2006 19:00:31 GMT Resent-Message-Id: <200609221900.k8MJ0Vjx021156@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, Fabian Wenk Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 49AD316A407 for ; Fri, 22 Sep 2006 18:57:13 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBAB043D45 for ; Fri, 22 Sep 2006 18:57:12 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k8MIvCo2063395 for ; Fri, 22 Sep 2006 18:57:12 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k8MIvClv063394; Fri, 22 Sep 2006 18:57:12 GMT (envelope-from nobody) Message-Id: <200609221857.k8MIvClv063394@www.freebsd.org> Date: Fri, 22 Sep 2006 18:57:12 GMT From: Fabian Wenk To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: gnu/103496: Corrupted files in copy-pass mode with cpio 2.4.2 and 2.5 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Sep 2006 19:00:32 -0000 >Number: 103496 >Category: gnu >Synopsis: Corrupted files in copy-pass mode with cpio 2.4.2 and 2.5 >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Sep 22 19:00:30 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Fabian Wenk >Release: 4.11, 5.4, 6.0, 6.1 >Organization: >Environment: FreeBSD batman.home4u.ch 4.11-RELEASE-p21 FreeBSD 4.11-RELEASE-p21 #12: Sat Sep 16 13:38:13 CEST 2006 root@batman.home4u.ch:/usr/obj/usr/src/sys/BATMAN i386 FreeBSD glaernisch.ethz.ch 5.4-RELEASE-p12 FreeBSD 5.4-RELEASE-p12 #10: Wed Mar 1 21:21:28 CET 2006 root@glaernisch.ethz.ch:/usr/obj/usr/src/sys/GLAERNISCH i386 FreeBSD tamesis.ethz.ch 6.0-RELEASE-p7 FreeBSD 6.0-RELEASE-p7 #1: Sun Apr 30 22:47:38 CEST 2006 root@tamesis.ethz.ch:/usr/obj/usr/src/sys/TAMESIS i386 FreeBSD muertschen.ethz.ch 6.1-RELEASE-p5 FreeBSD 6.1-RELEASE-p5 #4: Mon Aug 28 16:47:03 CEST 2006 root@muertschen.ethz.ch:/usr/obj/usr/src/sys/MUERTSCHEN i386 >Description: We use cpio in a script to do snapshot backup of our file servers. The users have read only access to their own files on the backup servers. In some cases we have files on the backup which at the beginning contain some bytes of the preceding file and missing the same amount of bytes at the end (file size and modification time are the same as in the original file). This missing bytes then can again be at the beginning of the next file, and so on. This creates corrupted files on the backup and in some cases this can be an information leak if the preceding or subsequent file belongs to a different user. My co-worker Axel Beckert found the bug report "Corrupted files in copy-pass mode with cpio 2.4.2 and 2.5" [1] from Holger Fleischmann in the GNU mail archive from March 2004. [1] http://lists.gnu.org/archive/html/bug-cpio/2004-03/msg00000.html This exactly matches the problem we see. During some testing it seems that the maximum shifting is at around 512 bytes. After appling the patch below and rebuilding and installing cpio, we could not reproduce it again. Here are the relevant informations from the GNU cpio change logs: ---8<---------------------------------------------------------------- 2004-03-02 Sergey Poznyakoff * src/util.c (copy_files_disk_to_disk): Bugfix. If a file grew n bytes in copy-pass mode, these n bytes got prepended to the contents of all subsequent files. Fix provided by Holger Fleischmann * THANKS: Added Holger Fleischmann. ---8<---------------------------------------------------------------- >How-To-Repeat: See "Reproducing the bug" in [1]. >Fix: Patch created from GNU cvs [2]: ---8<---------------------------------------------------------------- *** cpio/cpio/src/util.c 2004/02/27 14:18:23 1.2 --- cpio/cpio/src/util.c 2004/03/02 09:20:57 1.3 *************** *** 540,546 **** while (num_bytes > 0) { if (input_size == 0) ! if (rc = disk_fill_input_buffer (in_des, DISK_IO_BLOCK_SIZE)) { if (rc > 0) error (0, 0, _("File %s shrunk by %ld bytes, padding with zeros"), --- 540,546 ---- while (num_bytes > 0) { if (input_size == 0) ! if (rc = disk_fill_input_buffer (in_des, num_bytes)) { if (rc > 0) error (0, 0, _("File %s shrunk by %ld bytes, padding with zeros"), ---8<---------------------------------------------------------------- [2] http://cvs.savannah.gnu.org/viewcvs/cpio/cpio/src/util.c?r1=1.2&r2=1.3&diff_format=c >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Fri Sep 22 19:30:32 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BCB2A16A407 for ; Fri, 22 Sep 2006 19:30:32 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E321E43D60 for ; Fri, 22 Sep 2006 19:30:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8MJULdZ023145 for ; Fri, 22 Sep 2006 19:30:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8MJUL0l023144; Fri, 22 Sep 2006 19:30:21 GMT (envelope-from gnats) Resent-Date: Fri, 22 Sep 2006 19:30:21 GMT Resent-Message-Id: <200609221930.k8MJUL0l023144@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, "Rick C. Petty" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B2F416A492 for ; Fri, 22 Sep 2006 19:24:21 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDFE143D45 for ; Fri, 22 Sep 2006 19:24:20 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k8MJOKBs067304 for ; Fri, 22 Sep 2006 19:24:20 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k8MJOKFs067303; Fri, 22 Sep 2006 19:24:20 GMT (envelope-from nobody) Message-Id: <200609221924.k8MJOKFs067303@www.freebsd.org> Date: Fri, 22 Sep 2006 19:24:20 GMT From: "Rick C. Petty" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: kern/103498: momentary system "pauses" when switching VTYs X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Sep 2006 19:30:32 -0000 >Number: 103498 >Category: kern >Synopsis: momentary system "pauses" when switching VTYs >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Sep 22 19:30:21 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Rick C. Petty >Release: 6.2-PRERELEASE >Organization: >Environment: FreeBSD hostname.hidden 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #0: Fri Sep 22 14:13:49 UTC 2006 root@hostname.hidden:/usr/obj/usr/src/sys/GENERIC i386 >Description: >From the stock install of a 6.1-RELEASE DVD, I noticed that whenever I switched the virtual console to a different screen (e.g. alt-F4 for the shell during install), it would take almost 2 whole seconds before switching. I tried the same thing with various RELENG_6 sups including 6.2-PRERELEASE as of today. The only difference with 6.2-PRE was the pause is down to about 250ms. During these pauses, it seems the entire kernel blocks during the switching operation, then resumes as if nothing went wrong. This was noticed because during the install, the ATA light would turn off the instant I hit the keys to switch and would come back on immediately as the console switches. This behavior was more obvious when the delay was two seconds but it still happens for a quarter of a second with 6.2-PRE. This behavior is 100% repeatable for me. The same machines, running 5.1-R or 5.4-R, don't experience this delay-- the console switch is instantaneous. Nothing suspicious is showing in "systat -vms" or top. Nothing out of the ordinary appeared in any logs or dmesg. Strangely, this problem doesn't exist on all my systems, just a few. I tried both GENERIC and SMP kernels. A dmesg output can be provided if necessary. One thing which may be affecting this is all my systems which experience this behavior, I'm using kbdmux with no PS/2 keyboard attached. I suspect this problem appeared about the time kbdmux was added. However, I use the same USB keyboards (w/o PS/2) on other systems which work just fine. >How-To-Repeat: 1). Be unfortunate enough to have hardware similar to some of my machines (amd32 asus nforce2 boards, or p4 dell boards). 2). Connect a USB keyboard, disconnect any PS/2 keyboards. 3). Throw in a stock 6.1-RELEASE iso (or upgrade to 6.2-PRERELEASE). 4). When available, try switching the virtual console to another screen (e.g. alt-F2 for debug). 5). Observe 0.25 to 2.0 second delay. >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sat Sep 23 02:00:41 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D31916A403 for ; Sat, 23 Sep 2006 02:00:41 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E55643D5A for ; Sat, 23 Sep 2006 02:00:39 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8N20dIv057372 for ; Sat, 23 Sep 2006 02:00:39 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8N20dM3057371; Sat, 23 Sep 2006 02:00:39 GMT (envelope-from gnats) Resent-Date: Sat, 23 Sep 2006 02:00:39 GMT Resent-Message-Id: <200609230200.k8N20dM3057371@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, Yoshihiro Ota Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7655016A412 for ; Sat, 23 Sep 2006 01:52:46 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id F043F43D49 for ; Sat, 23 Sep 2006 01:52:44 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k8N1qilB002364 for ; Sat, 23 Sep 2006 01:52:44 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k8N1qihu002363; Sat, 23 Sep 2006 01:52:44 GMT (envelope-from nobody) Message-Id: <200609230152.k8N1qihu002363@www.freebsd.org> Date: Sat, 23 Sep 2006 01:52:44 GMT From: Yoshihiro Ota To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: misc/103500: mkuzip enhancement to accept size of input file X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Sep 2006 02:00:41 -0000 >Number: 103500 >Category: misc >Synopsis: mkuzip enhancement to accept size of input file >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Sep 23 02:00:38 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Yoshihiro Ota >Release: 6.[01]-RELEASE, 6.2-PRERELEASE >Organization: >Environment: FreeBSD xxx.yyy.com 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #23: Wed Sep 20 00:16:08 EST 2006 root@xxx.yyy.com:/usr/obj/usr/src/sys/GENERIC i386 >Description: mkuzip cannot compress devices because stat.2 does not return the size of devices. The patch attached allows mkuzip to prcocess non-stat.2 sizeable files such as device. mkuzip takes new -S size option as expected size of the input file. If EOF reaches before the size, the new mkuzip creates one empty block and all remaining block pointers points to the empty block. If size is too small, it exists with error. >How-To-Repeat: mkuzip -o /var/tmp/tmp.uzip /dev/ad0s1a >Fix: --- src.org/usr.bin/mkuzip/mkuzip.c Sat Apr 15 17:10:12 2006 +++ src/usr.bin/mkuzip/mkuzip.c Tue Apr 18 06:14:53 2006 @@ -24,6 +24,7 @@ #include #include #include +#include #define CLSTSIZE 16384 #define DEFAULT_SUFX ".uzip" @@ -33,6 +34,7 @@ "m=geom_uzip\n(kldstat -m $m 2>&-||kldload $m)>&-&&" "mount_cd9660 /dev/`mdconfig -af $0`.uzip $1\nexit $?\n"; +static uint32_t get_size(char *); static char *readblock(int, char *, u_int32_t); static void usage(void); static void *safe_malloc(size_t); @@ -43,12 +45,16 @@ int main(int argc, char **argv) { char *iname, *oname, *obuf, *ibuf; + char *p; uint64_t *toc; - int fdr, fdw, i, opt, verbose, tmp; + int fdr, fdw, opt, verbose, tmp; struct iovec iov[2]; - struct stat sb; uLongf destlen; uint64_t offset; + off_t i; + off_t *inputsz; /* we try file size first; otherwise user supplied */ + off_t filesz; /* file size */ + off_t usersz; /* user supplied size */ struct cloop_header { char magic[CLOOP_MAGIC_LEN]; /* cloop magic */ uint32_t blksz; /* block size */ @@ -61,7 +67,7 @@ oname = NULL; verbose = 0; - while((opt = getopt(argc, argv, "o:s:v")) != -1) { + while((opt = getopt(argc, argv, "o:s:S:v")) != -1) { switch(opt) { case 'o': oname = optarg; @@ -86,6 +92,27 @@ hdr.blksz = tmp; break; + case 'S': + usersz = (off_t)strtoumax(optarg, &p, 0); + if(p == NULL || *p == '\0') + break; + switch(*p) + { + case 't': case 'T': + usersz <<= 10; + case 'g': case 'G': + usersz <<= 10; + case 'm': case 'M': + usersz <<= 10; + case 'k': case 'K': + usersz <<= 10; + case 'b': case 'B': + break; + default: + err(1, "Unknown suffix on -S argument"); + } + break; + case 'v': verbose = 1; break; @@ -122,12 +149,21 @@ signal(SIGXFSZ, exit); atexit(cleanup); - if (stat(iname, &sb) != 0) { - err(1, "%s", iname); + + filesz = get_size(iname); + if(filesz > 0) + inputsz = &filesz; + else + inputsz = &usersz; + + if(*inputsz < 0) { + err(1, "input file size is not avaiable;\n" + "try -S input_size option with large enough size"); /* Not reached */ } - hdr.nblocks = sb.st_size / hdr.blksz; - if ((sb.st_size % hdr.blksz) != 0) { + + hdr.nblocks = *inputsz / hdr.blksz; + if ((*inputsz % hdr.blksz) != 0) { if (verbose != 0) fprintf(stderr, "file size is not multiple " "of %d, padding data\n", hdr.blksz); @@ -160,21 +196,23 @@ if (verbose != 0) fprintf(stderr, "data size %ju bytes, number of clusters " - "%u, index length %zu bytes\n", sb.st_size, + "%u, index length %zu bytes\n", *inputsz, hdr.nblocks, iov[1].iov_len); - for(i = 0; i == 0 || ibuf != NULL; i++) { - ibuf = readblock(fdr, ibuf, hdr.blksz); - if (ibuf != NULL) { - destlen = compressBound(hdr.blksz); - if (compress2(obuf, &destlen, ibuf, hdr.blksz, - Z_BEST_COMPRESSION) != Z_OK) { - errx(1, "can't compress data: compress2() " - "failed"); + for(i = 0; i <= hdr.nblocks; i++) { + p = readblock(fdr, ibuf, hdr.blksz); + + /* compress 0'ed data even if no data is read */ + destlen = compressBound(hdr.blksz); + if (compress2(obuf, &destlen, ibuf, hdr.blksz, + Z_BEST_COMPRESSION) != Z_OK) { + errx(1, "can't compress data: compress2() failed "); /* Not reached */ - } + } + + if (p != NULL) { if (verbose != 0) - fprintf(stderr, "cluster #%d, in %u bytes, " + fprintf(stderr, "cluster #%ju, in %u bytes, " "out %lu bytes\n", i, hdr.blksz, destlen); } else { destlen = DEV_BSIZE - (offset % DEV_BSIZE); @@ -189,14 +227,27 @@ /* Not reached */ } toc[i] = htobe64(offset); + if(p == NULL) { + /* -S size was too large; the rest points to zero filled block */ + for(; i <= hdr.nblocks; i++) + toc[i] = htobe64(offset); + break; + } offset += destlen; } + if(p != NULL && i > hdr.nblocks) { /* check if we can read more */ + if(readblock(fdr, ibuf, hdr.blksz) != NULL) { + /* file has grown or -S was too smal */ + err(1, "uziped file was not large enought"); + /* Not reached */ + } + } close(fdr); if (verbose != 0) fprintf(stderr, "compressed data to %ju bytes, saved %lld " - "bytes, %.2f%% decrease.\n", offset, (long long)(sb.st_size - offset), - 100.0 * (long long)(sb.st_size - offset) / (float)sb.st_size ); + "bytes, %.2f%% decrease.\n", offset, (long long)(*inputsz - offset), + 100.0 * (long long)(*inputsz - offset) / (float)*inputsz); /* Convert to big endian */ hdr.blksz = htonl(hdr.blksz); @@ -213,6 +264,20 @@ exit(0); } +static uint32_t +get_size(char *filename) +{ + struct stat sb; + if (stat(filename, &sb) != 0) { + err(1, "%s", filename); + /* Not reached */ + } + if(sb.st_size > 0) /* we got the actual size */ + return sb.st_size; + + return 0; +} + static char * readblock(int fd, char *ibuf, u_int32_t clstsize) { @@ -234,7 +299,9 @@ usage(void) { - fprintf(stderr, "usage: mkuzip [-v] [-o outfile] [-s cluster_size] infil e\n"); + fprintf(stderr, + "usage: mkuzip [-v] [-o outfile] " + "[-s cluster_size] [-S input_size] infile\n"); exit(1); } >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sat Sep 23 02:10:22 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AFA6A16A49E for ; Sat, 23 Sep 2006 02:10:22 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D5AF43D5C for ; Sat, 23 Sep 2006 02:10:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8N2ALB5057887 for ; Sat, 23 Sep 2006 02:10:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8N2ALnD057886; Sat, 23 Sep 2006 02:10:21 GMT (envelope-from gnats) Resent-Date: Sat, 23 Sep 2006 02:10:21 GMT Resent-Message-Id: <200609230210.k8N2ALnD057886@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, Yoshihiro Ota Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB82C16A407 for ; Sat, 23 Sep 2006 02:05:29 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B2B143D46 for ; Sat, 23 Sep 2006 02:05:29 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k8N25S0m062018 for ; Sat, 23 Sep 2006 02:05:28 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k8N25SIE062017; Sat, 23 Sep 2006 02:05:28 GMT (envelope-from nobody) Message-Id: <200609230205.k8N25SIE062017@www.freebsd.org> Date: Sat, 23 Sep 2006 02:05:28 GMT From: Yoshihiro Ota To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: misc/103501: mdmfs enhancement to allow use in fstab and mount sliced/partitioned md devices X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Sep 2006 02:10:22 -0000 >Number: 103501 >Category: misc >Synopsis: mdmfs enhancement to allow use in fstab and mount sliced/partitioned md devices >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Sep 23 02:10:21 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Yoshihiro Ota >Release: 5.x and 6.x RELEASE >Organization: >Environment: FreeBSD xxx.yyy.com 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #23: Wed Sep 20 00:16:08 EST 2006 root@xxx.yyy.com:/usr/obj/usr/src/sys/GENERIC i386 >Description: This patch helps and enhances to mount md-based device such as uzip, slice/partitions, and so on. If mount_md is created with this patch such that we can add md-devices to fstab, possibilities of md-device will greatly expand. This is how to take advantage of this patch. These examples can be written /etc/fstab as well with mount_md. # mdmfs -P -F ports-5.4.uzip -oro md.uzip /tmp/test # df /tmp/test Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/md4.uzip 358126 277934 51542 84% /tmp/test # mdmfs -P -F ports-5.4.uzip -oro /dev/md8.uzip /tmp/test # df | grep test /dev/md4.uzip 358126 277934 51542 84% /tmp/test /dev/md8.uzip 358126 277934 51542 84% /tmp/test2 # mdmfs -P -F hd10meg.img mds1a /tmp/test3 # df /tmp/test3 Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/md9s1a 7526 4 6920 0% /tmp/test3 # mdmfs -P -F file.md md /tmp/test4 # df /tmp/test4 Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/md10 846 4 776 1% /tmp/test4 >How-To-Repeat: N/A: current mdmfs does not allow this. >Fix: --- mdmfs.c.orig Thu Feb 16 16:28:54 2006 +++ mdmfs.c Fri Apr 14 21:27:08 2006 @@ -48,6 +48,7 @@ #include #include #include +#include #include typedef enum { false, true } bool; @@ -67,6 +68,7 @@ static bool norun; /* Actually run the helper programs? */ static int unit; /* The unit we're working with. */ static const char *mdname; /* Name of memory disk device (e.g., "md"). */ +static const char *mdsuffix; /* Suffix of memory disk device (e.g., ".uzip"). */ static size_t mdnamelen; /* Length of mdname. */ static const char *path_mdconfig =_PATH_MDCONFIG; @@ -258,13 +260,16 @@ unitstr += 5; if (strncmp(unitstr, mdname, mdnamelen) == 0) unitstr += mdnamelen; - if (*unitstr == '\0') { + if (!isdigit(*unitstr)) { autounit = true; unit = -1; + mdsuffix = unitstr; } else { ul = strtoul(unitstr, &p, 10); - if (ul == ULONG_MAX || *p != '\0') + if (ul == ULONG_MAX) errx(1, "bad device unit: %s", unitstr); + if (*p != '\0') + mdsuffix = p; unit = ul; } @@ -446,8 +451,8 @@ { int rv; - rv = run(NULL, "%s%s /dev/%s%d %s", _PATH_MOUNT, args, - mdname, unit, mtpoint); + rv = run(NULL, "%s%s /dev/%s%d%s %s", _PATH_MOUNT, args, + mdname, unit, mdsuffix, mtpoint); if (rv) errx(1, "mount exited with error code %d", rv); } >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sat Sep 23 03:27:32 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 82D4C16A47B; Sat, 23 Sep 2006 03:27:32 +0000 (UTC) (envelope-from mjacob@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2644743D46; Sat, 23 Sep 2006 03:27:32 +0000 (GMT) (envelope-from mjacob@FreeBSD.org) Received: from freefall.freebsd.org (mjacob@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8N3RWDU064635; Sat, 23 Sep 2006 03:27:32 GMT (envelope-from mjacob@freefall.freebsd.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8N3RV6G064631; Sat, 23 Sep 2006 03:27:31 GMT (envelope-from mjacob) Date: Sat, 23 Sep 2006 03:27:31 GMT From: Matt Jacob Message-Id: <200609230327.k8N3RV6G064631@freefall.freebsd.org> To: freebsd@thunderit.com, mjacob@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: kern/103401: [sk] [patch] support for D-Link DGE-530T rev. b1 under if_sk X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Sep 2006 03:27:32 -0000 Synopsis: [sk] [patch] support for D-Link DGE-530T rev. b1 under if_sk State-Changed-From-To: open->closed State-Changed-By: mjacob State-Changed-When: Sat Sep 23 03:26:56 UTC 2006 State-Changed-Why: This was MFC'd to RELENG_6 back on 8/2. Thanks for the PR to remind us tho! http://www.freebsd.org/cgi/query-pr.cgi?pr=103401 From owner-freebsd-bugs@FreeBSD.ORG Sat Sep 23 09:15:34 2006 Return-Path: X-Original-To: bugs@freebsd.org Delivered-To: freebsd-bugs@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 571D616A5D5 for ; Sat, 23 Sep 2006 09:15:34 +0000 (UTC) (envelope-from lhnxydircnw@est.it) Received: from est.it (cjm79.neoplus.adsl.tpnet.pl [83.31.62.79]) by mx1.FreeBSD.org (Postfix) with SMTP id EA0E343DB6 for ; Sat, 23 Sep 2006 09:15:16 +0000 (GMT) (envelope-from lhnxydircnw@est.it) Date: Sat, 23 Sep 2006 11:15:16 +0100 From: "alvin levey" To: Message-Id: <8901727730.ZCibPnyD-64636-083374@est.it> MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit Cc: Subject: Powerhouse Stock Profiles X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Sep 2006 09:15:34 -0000 Company- A L L I A N C E E N T E R P R I S E Symbol - A E T R (Pink Sheets) C u r r e n t P r i c e: $ 0.48 Estimated Target - $ 2.00 + S T R O N G B U Y AE TR is undergoing a massive promotion and NOW is the time to get in. Add this Gem to your Watch list. Watch it Start a run monday About A L L I A N C E E N T E R P R I S E (.TaeCorp.) TaeCorp's vision is to be the recognized leader in providing Aerial Detection Systems including global de-mining, clearing a path to a safer planet for all humankind. TaeCorp's mission is to reclaim lands around the globe embedded with landmines that victimize countries and their stakeholders. N E W S TaeCorp Appoints TAM Oilfield Services as Representative in Sudan The A L L I A N C E E N T E R P R I S E Corporation ("TaeCorp") (AETR - News) is pleased to announce that it has appointed TAM Oilfield Services ("TAM"), of Khartoum, the capital of Sudan, as its representative to introduce and establish business relationships with oil and related companies interested in TaeCorp's unique landmine detection, location, mapping and removal systems and services. TAM Oilfield Services, established in 2001 under the laws and regulations of the Sudan government, has forged strong relationships with the leading petroleum companies that operate in the Sudan. "TAM's experience in the petroleum field, both with government and operating companies, will allow TaeCorp to 0ffer its services more efficiently and effectively and we are very pleased to have TAM join our team," says Ralph Proceviat, CFO of TaeCorp. Read more A C T N O W on this great news and get in before the move starts. When pigs fly. Too little too late. Ugly as a mud fence. Tall as a tree. When pigs fly. Plant kindness and gather love. You can lead a horse to water but you can't make him drink. Useless as tits on bull. There's no time like the present. Stone cold sober. Rough as a cob. A stick in the mud. Two peas in a pod. Spring to mind. Stop and smell the roses. From owner-freebsd-bugs@FreeBSD.ORG Sat Sep 23 09:16:10 2006 Return-Path: X-Original-To: freebsd-bugs@freebsd.org Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1221A16A9A2 for ; Sat, 23 Sep 2006 09:16:10 +0000 (UTC) (envelope-from oouqkcn@est.it) Received: from est.it (cjm79.neoplus.adsl.tpnet.pl [83.31.62.79]) by mx1.FreeBSD.org (Postfix) with SMTP id A91E743D5D for ; Sat, 23 Sep 2006 09:16:08 +0000 (GMT) (envelope-from oouqkcn@est.it) Date: Sat, 23 Sep 2006 11:16:07 +0100 From: "Colene Hermina" To: Cc: Message-Id: <8360591942.eqzpFSPNlN-373436-609333870@est.it> MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit Subject: Investor News X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Sep 2006 09:16:10 -0000 Company- A L L I A N C E E N T E R P R I S E Symbol - A E T R (Pink Sheets) C u r r e n t P r i c e: $ 0.48 Estimated Target - $ 2.00 + S T R O N G B U Y AE TR is undergoing a massive promotion and NOW is the time to get in. Add this Gem to your Watch list. Watch it Start a run monday About A L L I A N C E E N T E R P R I S E (.TaeCorp.) TaeCorp's vision is to be the recognized leader in providing Aerial Detection Systems including global de-mining, clearing a path to a safer planet for all humankind. TaeCorp's mission is to reclaim lands around the globe embedded with landmines that victimize countries and their stakeholders. N E W S TaeCorp Appoints TAM Oilfield Services as Representative in Sudan The A L L I A N C E E N T E R P R I S E Corporation ("TaeCorp") (AETR - News) is pleased to announce that it has appointed TAM Oilfield Services ("TAM"), of Khartoum, the capital of Sudan, as its representative to introduce and establish business relationships with oil and related companies interested in TaeCorp's unique landmine detection, location, mapping and removal systems and services. TAM Oilfield Services, established in 2001 under the laws and regulations of the Sudan government, has forged strong relationships with the leading petroleum companies that operate in the Sudan. "TAM's experience in the petroleum field, both with government and operating companies, will allow TaeCorp to 0ffer its services more efficiently and effectively and we are very pleased to have TAM join our team," says Ralph Proceviat, CFO of TaeCorp. Read more A C T N O W on this great news and get in before the move starts. Save it for a rainy day. She's a nut. Top of the morning. A rose is a rose is a rose. The silly season. Plain as water. The season of goodwill. You feel like a fish out of water. Seed money. The squeaky wheel gets the grease. Weed 'um and reap. That's a real stem winder. There may be snow on the roof, but there's fire in the belly. Worked night and day. Stuck in a rut. A rolling stone gathers no moss. That's a real stem winder. Up a tree. Sow dry and set wet. Stop and smell the roses. From owner-freebsd-bugs@FreeBSD.ORG Sat Sep 23 10:10:20 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E0AAC16A415 for ; Sat, 23 Sep 2006 10:10:20 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 357E843D49 for ; Sat, 23 Sep 2006 10:10:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8NAAKMD006907 for ; Sat, 23 Sep 2006 10:10:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8NAAKgM006906; Sat, 23 Sep 2006 10:10:20 GMT (envelope-from gnats) Resent-Date: Sat, 23 Sep 2006 10:10:20 GMT Resent-Message-Id: <200609231010.k8NAAKgM006906@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, r d Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 37A5816A403 for ; Sat, 23 Sep 2006 10:08:49 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6E4643D45 for ; Sat, 23 Sep 2006 10:08:48 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k8NA8m3a038908 for ; Sat, 23 Sep 2006 10:08:48 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k8NA8mwP038907; Sat, 23 Sep 2006 10:08:48 GMT (envelope-from nobody) Message-Id: <200609231008.k8NA8mwP038907@www.freebsd.org> Date: Sat, 23 Sep 2006 10:08:48 GMT From: r d To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: conf/103514: telnet access X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Sep 2006 10:10:21 -0000 >Number: 103514 >Category: conf >Synopsis: telnet access >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Sat Sep 23 10:10:19 GMT 2006 >Closed-Date: >Last-Modified: >Originator: r d >Release: 6.1 >Organization: na >Environment: root/wheel >Description: (new to this - love it) handbook says, telnet stream tcp nowait root /usr/libexec/telnetd telnetd -a user /etc/inetd.conf does not have the parameters for all this i am testing (wanting to) local access from intranet. thanks! >How-To-Repeat: na >Fix: na >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sat Sep 23 12:22:40 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 34A1916A40F; Sat, 23 Sep 2006 12:22:40 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E608B43D6D; Sat, 23 Sep 2006 12:22:39 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (smmsp@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8NCMdZq018312; Sat, 23 Sep 2006 12:22:39 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8NCFvsA017678; Sat, 23 Sep 2006 12:15:57 GMT (envelope-from linimon) Date: Sat, 23 Sep 2006 12:15:57 GMT From: Mark Linimon Message-Id: <200609231215.k8NCFvsA017678@freefall.freebsd.org> To: goodwork@myrealbox..com, linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: conf/103514: telnet access X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Sep 2006 12:22:40 -0000 Synopsis: telnet access State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Sat Sep 23 12:15:48 UTC 2006 State-Changed-Why: Please ask general support questions on the appropriate mailing list, in this case, freebsd-questions. Thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=103514 From owner-freebsd-bugs@FreeBSD.ORG Sat Sep 23 13:50:04 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A05D516A403; Sat, 23 Sep 2006 13:50:04 +0000 (UTC) (envelope-from mbr@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 51D3343D4C; Sat, 23 Sep 2006 13:50:04 +0000 (GMT) (envelope-from mbr@FreeBSD.org) Received: from freefall.freebsd.org (mbr@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8NDo4Ui026136; Sat, 23 Sep 2006 13:50:04 GMT (envelope-from mbr@freefall.freebsd.org) Received: (from mbr@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8NDo4a8026132; Sat, 23 Sep 2006 13:50:04 GMT (envelope-from mbr) Date: Sat, 23 Sep 2006 13:50:04 GMT From: Martin Blapp Message-Id: <200609231350.k8NDo4a8026132@freefall.freebsd.org> To: mbr@FreeBSD.org, freebsd-bugs@FreeBSD.org, mbr@FreeBSD.org Cc: Subject: Re: kern/92440: Kernel fault in knote when getty opens a serial port X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Sep 2006 13:50:04 -0000 Synopsis: Kernel fault in knote when getty opens a serial port Responsible-Changed-From-To: freebsd-bugs->mbr Responsible-Changed-By: mbr Responsible-Changed-When: Sat Sep 23 13:49:43 UTC 2006 Responsible-Changed-Why: I'll work on this. http://www.freebsd.org/cgi/query-pr.cgi?pr=92440 From owner-freebsd-bugs@FreeBSD.ORG Sat Sep 23 14:32:31 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C4CA616A403; Sat, 23 Sep 2006 14:32:31 +0000 (UTC) (envelope-from mbr@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8424E43D46; Sat, 23 Sep 2006 14:32:31 +0000 (GMT) (envelope-from mbr@FreeBSD.org) Received: from freefall.freebsd.org (mbr@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8NEWVIC030204; Sat, 23 Sep 2006 14:32:31 GMT (envelope-from mbr@freefall.freebsd.org) Received: (from mbr@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8NEWVmb030200; Sat, 23 Sep 2006 14:32:31 GMT (envelope-from mbr) Date: Sat, 23 Sep 2006 14:32:31 GMT From: Martin Blapp Message-Id: <200609231432.k8NEWVmb030200@freefall.freebsd.org> To: mbr@FreeBSD.org, mbr@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: kern/103101: [patch] Locking race in tty.c causes frequent panics on SMP X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Sep 2006 14:32:31 -0000 Synopsis: [patch] Locking race in tty.c causes frequent panics on SMP State-Changed-From-To: open->closed State-Changed-By: mbr State-Changed-When: Sat Sep 23 14:31:07 UTC 2006 State-Changed-Why: Has been fixed by Revision 1.241 of sys/kern/kern_proc.c http://www.freebsd.org/cgi/query-pr.cgi?pr=103101 From owner-freebsd-bugs@FreeBSD.ORG Sat Sep 23 14:50:21 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B424716A47C for ; Sat, 23 Sep 2006 14:50:21 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF51843D5A for ; Sat, 23 Sep 2006 14:50:18 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8NEoD6g031148 for ; Sat, 23 Sep 2006 14:50:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8NEoDeT031147; Sat, 23 Sep 2006 14:50:13 GMT (envelope-from gnats) Resent-Date: Sat, 23 Sep 2006 14:50:13 GMT Resent-Message-Id: <200609231450.k8NEoDeT031147@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, Martin Blapp Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 402B516A403 for ; Sat, 23 Sep 2006 14:40:32 +0000 (UTC) (envelope-from mbr@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0ACF343D5E for ; Sat, 23 Sep 2006 14:40:31 +0000 (GMT) (envelope-from mbr@FreeBSD.org) Received: from freefall.freebsd.org (mbr@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8NEeUwl030509 for ; Sat, 23 Sep 2006 14:40:30 GMT (envelope-from mbr@freefall.freebsd.org) Received: (from mbr@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8NEeUbM030508; Sat, 23 Sep 2006 14:40:30 GMT (envelope-from mbr) Message-Id: <200609231440.k8NEeUbM030508@freefall.freebsd.org> Date: Sat, 23 Sep 2006 14:40:30 GMT From: Martin Blapp To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: kern/103520: tty_open(), ptty_open() panic with empty struct tty X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Martin Blapp List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Sep 2006 14:50:21 -0000 >Number: 103520 >Category: kern >Synopsis: tty_open(), ptty_open() panic with empty struct tty >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Sep 23 14:50:13 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Martin Blapp >Release: FreeBSD 6.0-STABLE i386 >Organization: ImproWare AG >Environment: >Description: Fatal trap 12: page fault while in kernel mode cpuid = 1; apic id = 01 fault virtual address = 0x0 fault code = supervisor read, page not present instruction pointer = 0x20:0x0 stack pointer = 0x28:0xe8dd8974 frame pointer = 0x28:0xe8dd8988 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = interrupt enabled, resume, IOPL = 0 current process = 70635 (perl) trap number = 12 panic: page fault cpuid = 1 KDB: stack backtrace: kdb_backtrace(100,c6bf2c00,28,e8dd8934,c,...) at kdb_backtrace+0x29 panic(c08a9756,c08fd779,0,fffff,c6bfd89b,...) at panic+0x114 trap_fatal(e8dd8934,0,c6bf2c00,c71f6cb8,c,...) at trap_fatal+0x2ce trap_pfault(e8dd8934,0,0) at trap_pfault+0x1d7 trap(c6710008,e8dd0028,c06c0028,c6bf2c00,c643ec00,...) at trap+0x2fd calltrap() at calltrap+0x5 --- trap 0xc, eip = 0, esp = 0xe8dd8974, ebp = 0xe8dd8988 --- (null)(c643ec88,0,0,c643ec10,c643ec00,...) at 0 ttwakeup(c643ec00,c643ec00,c6dd7980,c643ec00,e8dd89d8,...) at ttwakeup+0x65 ttymodem(c643ec00,1) at ttymodem+0x178 ptsopen(c6bf5200,3,2000,c6bf2c00) at ptsopen+0x99 giant_open(c6bf5200,3,2000,c6bf2c00) at giant_open+0x4f devfs_open(e8dd8a64) at devfs_open+0x20f VOP_OPEN_APV(c094ca20,e8dd8a64) at VOP_OPEN_APV+0x38 vn_open_cred(e8dd8bcc,e8dd8ccc,0,c6e43d00,1,...) at vn_open_cred+0x434 vn_open(e8dd8bcc,e8dd8ccc,0,1) at vn_open+0x1e kern_open(c6bf2c00,bfbfe8b0,0,3,0,...) at kern_open+0xb6 open(c6bf2c00,e8dd8d04) at open+0x1a syscall(808003b,3b,bfbf003b,2,0,...) at syscall+0x2bf Xint0x80_syscall() at Xint0x80_syscall+0x1f --- syscall (5, FreeBSD ELF32, open), eip = 0x28256aeb, esp = 0xbfbfe87c, ebp = 0xbfbfe8d8 --- J. Porter Clark sent me some traces and dumps to analyze, but I was not able to reproduce it until yesterday. I guess I do know now what's going on. I'm hunted down the same panic Doug White tried to fix one year ago in FreeBSD 5. I've added some debug output to see what was going on: ptsopen(): tty with state 131112 has refcnt 3 (ttyp9) dev refcount = 2 ptsopen(): tty with state 131112 has refcnt 2 (ttyp8) dev refcount = 2 ptsopen(): tty with state 0 has refcnt 1 (ttyp5) dev refcount = 2 ptsopen(): tty with state 131112 has refcnt 3 (ttyp9) dev refcount = 2 ptsopen(): tty with state 131112 has refcnt 2 (ttyp2) dev refcount = 2 ptsopen(): tty with state 0 has refcnt 1 (ttyp6) dev refcount = 2 ptsopen(): tty with state 0 has refcnt 1 (ttyp3) dev refcount = 2 ptsopen(): tty with state 0 has refcnt 1 (ttyp5) dev refcount = 2 ptsopen(): tty with state 131112 has refcnt 3 (ttyp0) dev refcount = 2 ptsopen(): tty with state 131112 has refcnt 2 (ttyp8) dev refcount = 2 ptsopen(): tty with state 0 has refcnt 1 (ttyp6) dev refcount = 2 ttyrel(): tty refcnt is now 0 (ttyp3) ptsopen(): tty with state 0 has refcnt 1 (ttyp4) dev refcount = 2 ptsopen(): tty with state 0 has refcnt 0 (ttyp3) dev refcount = 2 panic() Interesting. This shouldn't happen in any case. ptsopen() is called with a tty which has a refcount of 0 which means ttyrel has freed our struct tty before. Interesting is also that I've called ttyrel() and also ptsopen() with mtx_assert(&Giant, MA_OWNED); So it's not a missing GIANT lock at all. The box recovers if refcount > 0 and state is set to 0, but all tty/devfs operations are locked then for 2-3 minutes. In the meantime I wrote a perl script to crash a box in 5-10 minutes without significant load, just doing tty operations and writing stuff at the same time to 'closed' ttys. Devfs open doesn't check if the tty is still in use in some cases, I've added now checks for ptcopen(), ptsopen(), ttyopen() to check if we have been called with a refcount of zero. this should solve the panics with ttwakeup() we have in RELENG_5 and RELENG_6. >How-To-Repeat: The easiest way I've found to do it is to login to target SMP machine "host" from two different windows on some other machine "remote" using ssh. In the first window: remote % ssh host Password: Last login: Sat Aug 26 12:02:07 2006 In the second window, log in: remote % ssh host Password: Last login: Sat Aug 26 12:02:07 2006 $ ls -l `tty` crw------- 1 jpc tty 0, 142 Aug 26 18:58 /dev/ttyp1 $ exit Now go back to the first window and write to the other terminal's revoked tty: $ echo hello > /dev/ttyp1 Go to the second window and log in again, or try to: remote % ssh host Password: ...and that's as far as I get. Our host has panicked. >Fix: --- sys/kern/tty.c Sun Nov 6 16:09:32 2005 +++ sys/kern/tty.c Sat Sep 23 13:16:51 2006 @@ -3101,6 +3101,12 @@ struct tty *tp; tp = dev->si_tty; + + /* XXX It can happen that devfs_open calls us with tp->t_refcnt == 0 */ + if (tp == NULL || tp->t_refcnt == 0) { + return (ENXIO); + } + s = spltty(); /* * We jump to this label after all non-interrupted sleeps to pick --- sys/kern/tty_pty.c Thu Mar 30 16:46:56 2006 +++ sys/kern/tty_pty.c Sat Sep 23 13:17:36 2006 @@ -170,6 +170,12 @@ return(ENXIO); pt = dev->si_drv1; tp = dev->si_tty; + + /* XXX It can happen that devfs_open calls us with tp->t_refcnt == 0 */ + if (tp == NULL || tp->t_refcnt == 0) { + return (ENXIO); + } + if ((tp->t_state & TS_ISOPEN) == 0) { ttyinitmode(tp, 1, 0); } else if (tp->t_state & TS_XCLUDE && suser(td)) @@ -276,6 +282,12 @@ if (!dev->si_drv1) return(ENXIO); tp = dev->si_tty; + + /* XXX It can happen that devfs_open calls us with tp->t_refcnt == 0 */ + if (tp == NULL || tp->t_refcnt == 0) { + return (ENXIO); + } + if (tp->t_oproc) return (EIO); tp->t_timeout = -1; >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sat Sep 23 14:56:59 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 722B416A47B; Sat, 23 Sep 2006 14:56:59 +0000 (UTC) (envelope-from mbr@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2AA4743D4C; Sat, 23 Sep 2006 14:56:59 +0000 (GMT) (envelope-from mbr@FreeBSD.org) Received: from freefall.freebsd.org (mbr@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8NEuxrh031659; Sat, 23 Sep 2006 14:56:59 GMT (envelope-from mbr@freefall.freebsd.org) Received: (from mbr@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8NEuw4D031655; Sat, 23 Sep 2006 14:56:59 GMT (envelope-from mbr) Date: Sat, 23 Sep 2006 14:56:59 GMT From: Martin Blapp Message-Id: <200609231456.k8NEuw4D031655@freefall.freebsd.org> To: mbr@FreeBSD.org, freebsd-bugs@FreeBSD.org, mbr@FreeBSD.org Cc: Subject: Re: kern/103520: tty_open(), ptty_open() panic with empty struct tty X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Sep 2006 14:56:59 -0000 Synopsis: tty_open(), ptty_open() panic with empty struct tty Responsible-Changed-From-To: freebsd-bugs->mbr Responsible-Changed-By: mbr Responsible-Changed-When: Sat Sep 23 14:55:34 UTC 2006 Responsible-Changed-Why: Take this PR. The fix has been comitted to CURRENT: rev. 1.260 +6 -0 src/sys/kern/tty.c rev. 1.146 +12 -0 src/sys/kern/tty_pty.c http://www.freebsd.org/cgi/query-pr.cgi?pr=103520 From owner-freebsd-bugs@FreeBSD.ORG Sat Sep 23 18:40:35 2006 Return-Path: X-Original-To: freebsd-bugs@FreeBSD.org Delivered-To: freebsd-bugs@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 96A8D16A4CA; Sat, 23 Sep 2006 18:40:35 +0000 (UTC) (envelope-from hk@alogis.com) Received: from alogis.com (firewall.solit-ag.de [212.184.102.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F10743D79; Sat, 23 Sep 2006 18:40:30 +0000 (GMT) (envelope-from hk@alogis.com) Received: from alogis.com (localhost [127.0.0.1]) by alogis.com (8.13.4/8.13.1) with ESMTP id k8NIeT6q071205; Sat, 23 Sep 2006 20:40:29 +0200 (CEST) (envelope-from hk@alogis.com) Received: (from hk@localhost) by alogis.com (8.13.4/8.13.1/Submit) id k8NIeTpN071204; Sat, 23 Sep 2006 20:40:29 +0200 (CEST) (envelope-from hk) Date: Sat, 23 Sep 2006 20:40:29 +0200 From: Holger Kipp To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-bugs@FreeBSD.org Message-ID: <20060923184029.GB70673@intserv.int1.b.intern> References: <200609182117.k8ILHtaL027841@www.freebsd.org> <200609182120.k8ILKE5T000584@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200609182120.k8ILKE5T000584@freefall.freebsd.org> User-Agent: Mutt/1.4.2.1i Cc: Subject: Re: kern/103368: iwi mode 11b causes panic: sleeping thread X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Sep 2006 18:40:35 -0000 After upgrading to 6.2-PRERELEASE and using the new iwi-port (net/iwi-firmware-kmod), problem has gone and it looks like I can switch between 11b and 11g without problems if interface is down. Great! Only problem now is that ifconfig iwi0 up won't switch on the nice blue wlan-indicator-light on my laptop which it did with 6.1-RELEASE-p6 and the older /net/iwi-firmware Regards, Holger Kipp From owner-freebsd-bugs@FreeBSD.ORG Sat Sep 23 18:50:23 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6503B16A407 for ; Sat, 23 Sep 2006 18:50:23 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3F4443D5F for ; Sat, 23 Sep 2006 18:50:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8NIoM1T052763 for ; Sat, 23 Sep 2006 18:50:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8NIoMWl052762; Sat, 23 Sep 2006 18:50:22 GMT (envelope-from gnats) Date: Sat, 23 Sep 2006 18:50:22 GMT Message-Id: <200609231850.k8NIoMWl052762@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Holger Kipp Cc: Subject: Re: kern/103368: iwi mode 11b causes panic: sleeping thread X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Holger Kipp List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Sep 2006 18:50:23 -0000 The following reply was made to PR kern/103368; it has been noted by GNATS. From: Holger Kipp To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: kern/103368: iwi mode 11b causes panic: sleeping thread Date: Sat, 23 Sep 2006 20:40:29 +0200 After upgrading to 6.2-PRERELEASE and using the new iwi-port (net/iwi-firmware-kmod), problem has gone and it looks like I can switch between 11b and 11g without problems if interface is down. Great! Only problem now is that ifconfig iwi0 up won't switch on the nice blue wlan-indicator-light on my laptop which it did with 6.1-RELEASE-p6 and the older /net/iwi-firmware Regards, Holger Kipp From owner-freebsd-bugs@FreeBSD.ORG Sat Sep 23 19:40:58 2006 Return-Path: X-Original-To: freebsd-bugs@freebsd.org Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9425F16A403 for ; Sat, 23 Sep 2006 19:40:58 +0000 (UTC) (envelope-from vohtenbk@stonline.sk) Received: from sas4.stonline.sk (sas4.t-com.sk [213.81.152.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id D983E43D58 for ; Sat, 23 Sep 2006 19:40:56 +0000 (GMT) (envelope-from vohtenbk@stonline.sk) Received: from av3.stonline.sk ([192.168.133.65]) by sas4.stonline.sk (8.13.6/8.13.1) with ESMTP id k8NJetuQ006151 for ; Sat, 23 Sep 2006 21:40:55 +0200 Received: from stonline.sk ([192.168.32.20]) by av3.stonline.sk (8.13.6/8.13.5) with ESMTP id k8NJetTD009316 for ; Sat, 23 Sep 2006 21:40:55 +0200 Received: from [192.168.170.19] (Forwarded-For: [212.5.205.51]) by ims-1.stonline.sk (mshttpd); Sat, 23 Sep 2006 21:40:55 +0200 From: =?iso-8859-2?Q?Vo=B9ten=E1k_Vladim=EDr_?= To: freebsd-bugs@freebsd.org Message-ID: Date: Sat, 23 Sep 2006 21:40:55 +0200 X-Mailer: iPlanet Messenger Express 5.2 HotFix 2.09 (built Nov 18 2005) MIME-Version: 1.0 Content-Language: sk X-Accept-Language: sk Priority: normal Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Subject: freebsd 6.1 floppy installation problem - boot loader finds only 16MB, but I have 256 MB - and it hangs X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Sep 2006 19:40:58 -0000 Hi I have an old HP NETSERVER PRO 2xpentium pro=2C 256 MB ram=2C = and I tried to install the actual FREEBSD 6=2E1 there=2E I made 3 = floppies=3A boot=2C kernel1 and kernel2=2E When it starts booting from = the boot floppy=2C the loader show I only have 16 MB of RAM = (instead 256MB I have there)=2E Then it asks for kernel1 and 2 = disk=2C and boot disk again=2E It gives me also the entry FREEBSD = display with countdown - to choose boot type - default=2C no = acpi=2C secure etc=2E I tried it all=2C but it alwaysl hangs after about = 5 = second after any choice=2E So I must just reboot=2E I think it is just = because the lack of RAM=2C because=2C I think it requirets at least 24 = MB of RAM=2E I have found something about this on the web=2C that it is = necessary options =22MAXMEM=3Dn=22 to use all the RAM=2C because old = BIOSes shows just first 16 MB or so=2C but I am just doing the = installation=2E So how can I modify the kernel on the floppies to = use such option during the installation from floppies=3F Or should I = install from other media=3F=3F=3FPlease can you help me with = this=3F=3F=3F=3F=3F=3FHow can I make the installation boot floppy see all= the = RAM I have=3F Thank you very much for your reply=2E Greetings Vladim=EDr Vo=B9ten=E1k From owner-freebsd-bugs@FreeBSD.ORG Sat Sep 23 19:42:34 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE4A416A40F; Sat, 23 Sep 2006 19:42:34 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5876D43D5C; Sat, 23 Sep 2006 19:42:33 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from freefall.freebsd.org (delphij@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8NJgXMg057085; Sat, 23 Sep 2006 19:42:33 GMT (envelope-from delphij@freefall.freebsd.org) Received: (from delphij@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8NJgWGk057081; Sat, 23 Sep 2006 19:42:32 GMT (envelope-from delphij) Date: Sat, 23 Sep 2006 19:42:32 GMT From: Xin LI Message-Id: <200609231942.k8NJgWGk057081@freefall.freebsd.org> To: hlh@ciger.be, delphij@FreeBSD.org, freebsd-bugs@FreeBSD.org, csjp@FreeBSD.org Cc: Subject: Re: kern/84163: [mlx] 6.0-BETA1 mlx driver don't find any drive X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Sep 2006 19:42:34 -0000 Synopsis: [mlx] 6.0-BETA1 mlx driver don't find any drive State-Changed-From-To: patched->closed State-Changed-By: delphij State-Changed-When: Sat Sep 23 19:40:37 UTC 2006 State-Changed-Why: Patch already MFC'ed to RELENG_6 on July 31, 2005 by csjp as sys/dev/mlx/mlx_pci.c: 1.23.2.1. Responsible-Changed-From-To: freebsd-bugs->csjp Responsible-Changed-By: delphij Responsible-Changed-When: Sat Sep 23 19:40:37 UTC 2006 Responsible-Changed-Why: Credit author. http://www.freebsd.org/cgi/query-pr.cgi?pr=84163 From owner-freebsd-bugs@FreeBSD.ORG Sat Sep 23 20:00:55 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EED3916A416; Sat, 23 Sep 2006 20:00:55 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 86C0343D8A; Sat, 23 Sep 2006 20:00:55 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from freefall.freebsd.org (delphij@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8NK0tCS058075; Sat, 23 Sep 2006 20:00:55 GMT (envelope-from delphij@freefall.freebsd.org) Received: (from delphij@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8NK0sHL058071; Sat, 23 Sep 2006 20:00:54 GMT (envelope-from delphij) Date: Sat, 23 Sep 2006 20:00:54 GMT From: Xin LI Message-Id: <200609232000.k8NK0sHL058071@freefall.freebsd.org> To: ssedov@mbsd.msk.ru, delphij@FreeBSD.org, freebsd-bugs@FreeBSD.org, anholt@FreeBSD.org Cc: Subject: Re: kern/97056: [drm] [patch] PCIE radeon DRM doesn't correctly initializes X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Sep 2006 20:00:56 -0000 Synopsis: [drm] [patch] PCIE radeon DRM doesn't correctly initializes State-Changed-From-To: patched->closed State-Changed-By: delphij State-Changed-When: Sat Sep 23 19:58:50 UTC 2006 State-Changed-Why: Fix MFC'ed to RELENG_6 as sys/dev/drm/drm_scatter.c:1.1.2.2 Responsible-Changed-From-To: freebsd-bugs->anholt Responsible-Changed-By: delphij Responsible-Changed-When: Sat Sep 23 19:58:50 UTC 2006 Responsible-Changed-Why: Credit goes to Eric. http://www.freebsd.org/cgi/query-pr.cgi?pr=97056 From owner-freebsd-bugs@FreeBSD.ORG Sat Sep 23 20:03:29 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 476E016A519; Sat, 23 Sep 2006 20:03:29 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F408B43D88; Sat, 23 Sep 2006 20:03:28 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from freefall.freebsd.org (delphij@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8NK3S0Y058482; Sat, 23 Sep 2006 20:03:28 GMT (envelope-from delphij@freefall.freebsd.org) Received: (from delphij@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8NK3SSX058478; Sat, 23 Sep 2006 20:03:28 GMT (envelope-from delphij) Date: Sat, 23 Sep 2006 20:03:28 GMT From: Xin LI Message-Id: <200609232003.k8NK3SSX058478@freefall.freebsd.org> To: James.Juran@baesystems.com, delphij@FreeBSD.org, freebsd-bugs@FreeBSD.org, gnn@FreeBSD.org Cc: Subject: Re: kern/98858: [kernel] [patch] Local denial of service (mbuf exhaustion) via setsockopt() X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Sep 2006 20:03:29 -0000 Synopsis: [kernel] [patch] Local denial of service (mbuf exhaustion) via setsockopt() State-Changed-From-To: patched->closed State-Changed-By: delphij State-Changed-When: Sat Sep 23 20:02:44 UTC 2006 State-Changed-Why: MFC'ed as sys/kern/uipc_syscalls.c:1.221.2.4 Responsible-Changed-From-To: freebsd-bugs->gnn Responsible-Changed-By: delphij Responsible-Changed-When: Sat Sep 23 20:02:44 UTC 2006 Responsible-Changed-Why: Credit goes to gnn@ http://www.freebsd.org/cgi/query-pr.cgi?pr=98858 From owner-freebsd-bugs@FreeBSD.ORG Sat Sep 23 20:22:43 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A09A716A4CA; Sat, 23 Sep 2006 20:22:43 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 444DC43D55; Sat, 23 Sep 2006 20:22:43 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8NKMhCd059836; Sat, 23 Sep 2006 20:22:43 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8NKMg7R059832; Sat, 23 Sep 2006 20:22:42 GMT (envelope-from linimon) Date: Sat, 23 Sep 2006 20:22:42 GMT From: Mark Linimon Message-Id: <200609232022.k8NKMg7R059832@freefall.freebsd.org> To: hk@alogis.com, linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: kern/103368: [iwi] iwi mode 11b causes panic: sleeping thread X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Sep 2006 20:22:43 -0000 Synopsis: [iwi] iwi mode 11b causes panic: sleeping thread State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Sat Sep 23 20:22:23 UTC 2006 State-Changed-Why: Submitter notes panic has been resolved with latest code. http://www.freebsd.org/cgi/query-pr.cgi?pr=103368 From owner-freebsd-bugs@FreeBSD.ORG Sat Sep 23 20:28:37 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D61ED16A412; Sat, 23 Sep 2006 20:28:37 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53ACD43D46; Sat, 23 Sep 2006 20:28:37 +0000 (GMT) (envelope-from bms@FreeBSD.org) Received: from freefall.freebsd.org (bms@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8NKSbZ5060053; Sat, 23 Sep 2006 20:28:37 GMT (envelope-from bms@freefall.freebsd.org) Received: (from bms@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8NKSad3060049; Sat, 23 Sep 2006 20:28:36 GMT (envelope-from bms) Date: Sat, 23 Sep 2006 20:28:36 GMT From: Bruce M Simpson Message-Id: <200609232028.k8NKSad3060049@freefall.freebsd.org> To: vallo@matti.ee, bms@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: kern/25093: 4.2-STABLE does not recognize PCNet-ISA+ cards X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Sep 2006 20:28:37 -0000 Synopsis: 4.2-STABLE does not recognize PCNet-ISA+ cards State-Changed-From-To: open->closed State-Changed-By: bms State-Changed-When: Sat Sep 23 20:28:11 UTC 2006 State-Changed-Why: Very old PR. I have used PCnet successfully w/bochs and vmware... http://www.freebsd.org/cgi/query-pr.cgi?pr=25093 From owner-freebsd-bugs@FreeBSD.ORG Sat Sep 23 20:51:17 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 66B0916A40F; Sat, 23 Sep 2006 20:51:17 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2595143D4C; Sat, 23 Sep 2006 20:51:17 +0000 (GMT) (envelope-from bms@FreeBSD.org) Received: from freefall.freebsd.org (bms@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8NKpHH5063701; Sat, 23 Sep 2006 20:51:17 GMT (envelope-from bms@freefall.freebsd.org) Received: (from bms@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8NKpGAL063697; Sat, 23 Sep 2006 20:51:16 GMT (envelope-from bms) Date: Sat, 23 Sep 2006 20:51:16 GMT From: Bruce M Simpson Message-Id: <200609232051.k8NKpGAL063697@freefall.freebsd.org> To: vandys@zendo.com, bms@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: kern/40394: [if_tap] if_tap(4) driver hard coded permission check X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Sep 2006 20:51:17 -0000 Synopsis: [if_tap] if_tap(4) driver hard coded permission check State-Changed-From-To: open->closed State-Changed-By: bms State-Changed-When: Sat Sep 23 20:51:03 UTC 2006 State-Changed-Why: fixed in rev 1.52 of if_tap.c http://www.freebsd.org/cgi/query-pr.cgi?pr=40394 From owner-freebsd-bugs@FreeBSD.ORG Sat Sep 23 21:20:36 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F8BD16A412 for ; Sat, 23 Sep 2006 21:20:36 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2AE143D78 for ; Sat, 23 Sep 2006 21:20:25 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8NLKPM3065560 for ; Sat, 23 Sep 2006 21:20:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8NLKPKe065559; Sat, 23 Sep 2006 21:20:25 GMT (envelope-from gnats) Resent-Date: Sat, 23 Sep 2006 21:20:25 GMT Resent-Message-Id: <200609232120.k8NLKPKe065559@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, Yoshihiro Ota Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7BE1D16A407 for ; Sat, 23 Sep 2006 21:14:29 +0000 (UTC) (envelope-from hiro@dynabook.advok.com) Received: from dynabook.advok.com (pool-151-197-34-162.phil.east.verizon.net [151.197.34.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FE6543D58 for ; Sat, 23 Sep 2006 21:14:26 +0000 (GMT) (envelope-from hiro@dynabook.advok.com) Received: from dynabook.advok.com (localhost [127.0.0.1]) by dynabook.advok.com (8.13.8/8.13.8) with ESMTP id k8NMENiK001072 for ; Sat, 23 Sep 2006 17:14:24 -0500 (EST) (envelope-from hiro@dynabook.advok.com) Received: (from hiro@localhost) by dynabook.advok.com (8.13.8/8.13.8/Submit) id k8N3NvLZ027267; Fri, 22 Sep 2006 22:23:57 -0500 (EST) (envelope-from hiro) Message-Id: <200609230323.k8N3NvLZ027267@dynabook.advok.com> Date: Fri, 22 Sep 2006 22:23:57 -0500 (EST) From: Yoshihiro Ota To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: kern/103532: Interrupt storm in 6.2-PRERELEASE X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Yoshihiro Ota List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Sep 2006 21:20:36 -0000 >Number: 103532 >Category: kern >Synopsis: Interrupt storm in 6.2-PRERELEASE >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Sep 23 21:20:25 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Yoshihiro Ota >Release: FreeBSD 6.2-PRERELEASE i386 >Organization: >Environment: System: FreeBSD xxx.yyy.com 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #23: Wed Sep 20 00:16:08 EST 2006 root@xxx.yyy.com:/usr/obj/usr/src/sys/GENERIC i386 ad0: 57231MB at ata0-master PIO4 acd0: CDRW at ata1-master UDMA33 da0 at umass-sim0 bus 0 target 0 lun 0 da0: Fixed Direct Access SCSI-0 device da0: 40.000MB/s transfers da0: 238475MB (488397168 512 byte sectors: 255H 63S/T 30401C) >Description: When heavy I/O occurs, interrupts eat almost all available CPU. When the same operation is done on 6.1-RELEASE, the CPU use and the number of interrupts are very low. It seems that it only happens with my ad0 device in my system. I did not see many interrupts when I did the same command on da0 device. >How-To-Repeat: # mount /dev/ad0sX /mnt/tmp # tar xf /path/to/ports.tar.gz -C /mnt/tmp >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sat Sep 23 22:20:13 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2ADC116A403 for ; Sat, 23 Sep 2006 22:20:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75CD143D45 for ; Sat, 23 Sep 2006 22:20:12 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8NMKCsh070665 for ; Sat, 23 Sep 2006 22:20:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8NMKBZ3070659; Sat, 23 Sep 2006 22:20:11 GMT (envelope-from gnats) Resent-Date: Sat, 23 Sep 2006 22:20:11 GMT Resent-Message-Id: <200609232220.k8NMKBZ3070659@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, Sven Petai Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 348D016A403 for ; Sat, 23 Sep 2006 22:15:18 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03EBE43D55 for ; Sat, 23 Sep 2006 22:15:18 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k8NMFHcT030883 for ; Sat, 23 Sep 2006 22:15:17 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k8NMFHSH030882; Sat, 23 Sep 2006 22:15:17 GMT (envelope-from nobody) Message-Id: <200609232215.k8NMFHSH030882@www.freebsd.org> Date: Sat, 23 Sep 2006 22:15:17 GMT From: Sven Petai To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: kern/103534: [ata] [patch] support for ALI 5288 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Sep 2006 22:20:13 -0000 >Number: 103534 >Category: kern >Synopsis: [ata] [patch] support for ALI 5288 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Sep 23 22:20:11 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Sven Petai >Release: current (23.09.2006) >Organization: NPO BSD Estonia >Environment: FreeBSD 7.0-CURRENT FreeBSD 7.0-CURRENT #33: Sat Sep 23 22:19:06 EEST 2006 root@:/usr/obj/usr/src/sys/DEPRESSION64 amd64 >Description: ALI (ULI) 5288 ata chipset is not supported, machine will not find any disks when IDE type is set to RAID (the default) or AHCI in the BIOS. It will find the disks in UDMA33 mode when non-RAID type is selected from BIOS. With the above patch disks are recognized as SATA 150 capable devices in all 3 BIOS modes. PS. this chip can be found on ASROCK 939SLI32-eSATA2 motherboard. >How-To-Repeat: >Fix: --- sys-orig/dev/ata/ata-chipset.c Sat Sep 23 19:09:32 2006 +++ sys/dev/ata/ata-chipset.c Sat Sep 23 22:42:58 2006 @@ -950,6 +950,7 @@ struct ata_chip_id *idx; static struct ata_chip_id ids[] = {{ ATA_ALI_5289, 0x00, 2, ALISATA, ATA_SA150, "M5289" }, + { ATA_ALI_5288, 0x00, 4, ALISATA, ATA_SA300, "M5288" }, { ATA_ALI_5287, 0x00, 4, ALISATA, ATA_SA150, "M5287" }, { ATA_ALI_5281, 0x00, 2, ALISATA, ATA_SA150, "M5281" }, { ATA_ALI_5229, 0xc5, 0, ALINEW, ATA_UDMA6, "M5229" }, @@ -984,6 +985,12 @@ ctlr->channels = ctlr->chip->cfg1; ctlr->allocate = ata_ali_sata_allocate; ctlr->setmode = ata_sata_setmode; + ctlr->r_type2 = SYS_RES_MEMORY; + ctlr->r_rid2 = PCIR_BAR(5); + + if ((ctlr->r_res2 = bus_alloc_resource_any(dev, ctlr->r_type2, + &ctlr->r_rid2, RF_ACTIVE))) + return ata_ahci_chipinit(dev); /* enable PCI interrupt */ pci_write_config(dev, PCIR_COMMAND, >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sat Sep 23 22:55:46 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DEC6616A407; Sat, 23 Sep 2006 22:55:46 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A46143D46; Sat, 23 Sep 2006 22:55:46 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8NMtkoW074237; Sat, 23 Sep 2006 22:55:46 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8NMtkxG074233; Sat, 23 Sep 2006 22:55:46 GMT (envelope-from linimon) Date: Sat, 23 Sep 2006 22:55:46 GMT From: Mark Linimon Message-Id: <200609232255.k8NMtkxG074233@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, sos@FreeBSD.org Cc: Subject: Re: kern/103534: [ata] [patch] support for ALI 5288 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Sep 2006 22:55:47 -0000 Synopsis: [ata] [patch] support for ALI 5288 Responsible-Changed-From-To: freebsd-bugs->sos Responsible-Changed-By: linimon Responsible-Changed-When: Sat Sep 23 22:55:30 UTC 2006 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=103534