From owner-freebsd-bugs@FreeBSD.ORG Sun Oct 16 06:10:13 2005 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 AB86416A41F for ; Sun, 16 Oct 2005 06:10:13 +0000 (GMT) (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 A57F943D48 for ; Sun, 16 Oct 2005 06:10: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.3/8.13.3) with ESMTP id j9G6ACD6077736 for ; Sun, 16 Oct 2005 06:10:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9G6ACVg077735; Sun, 16 Oct 2005 06:10:12 GMT (envelope-from gnats) Resent-Date: Sun, 16 Oct 2005 06:10:12 GMT Resent-Message-Id: <200510160610.j9G6ACVg077735@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, Joe Marcus Clarke Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BFC7816A41F for ; Sun, 16 Oct 2005 06:03:27 +0000 (GMT) (envelope-from marcus@shumai.marcuscom.com) Received: from shumai.marcuscom.com (creme-brulee.marcuscom.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id 619AF43D46 for ; Sun, 16 Oct 2005 06:03:27 +0000 (GMT) (envelope-from marcus@shumai.marcuscom.com) Received: from shumai.marcuscom.com (localhost.marcuscom.com [127.0.0.1]) by shumai.marcuscom.com (8.13.4/8.13.4) with ESMTP id j9G63M6v055717 for ; Sun, 16 Oct 2005 02:03:22 -0400 (EDT) (envelope-from marcus@shumai.marcuscom.com) Received: (from marcus@localhost) by shumai.marcuscom.com (8.13.4/8.13.4/Submit) id j9G63MKg055710; Sun, 16 Oct 2005 02:03:22 -0400 (EDT) (envelope-from marcus) Message-Id: <200510160603.j9G63MKg055710@shumai.marcuscom.com> Date: Sun, 16 Oct 2005 02:03:22 -0400 (EDT) From: Joe Marcus Clarke To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: kern/87506: [PATCH] Fix alias support on vr interfaces X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Joe Marcus Clarke List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Oct 2005 06:10:13 -0000 >Number: 87506 >Category: kern >Synopsis: [PATCH] Fix alias support on vr interfaces >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Oct 16 06:10:12 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Joe Marcus Clarke >Release: FreeBSD 6.0-BETA5 i386 >Organization: >Environment: System: FreeBSD shumai.marcuscom.com 6.0-BETA5 FreeBSD 6.0-BETA5 #15: Thu Oct 6 22:15:33 EDT 2005 marcus@shumai.marcuscom.com:/usr/obj/usr/src/sys/SHUMAI i386 >Description: Adding an address alias to a vr interface will trigger an interface reset, and all other addresses will be dropped from the interface. The patch below corrects this for vr interfaces, but I believe rl, sis, ti, and tl interfaces are also affected. >How-To-Repeat: ifconfig vr0 inet 192.168.1.2/32 alias Afterward, all address will be removed from the interface except the newly created alias. >Fix: http://www.marcuscom.com/downloads/if_vr.c.diff >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sun Oct 16 11:10:18 2005 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 E58A816A420 for ; Sun, 16 Oct 2005 11:10:18 +0000 (GMT) (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 355AE43D48 for ; Sun, 16 Oct 2005 11:10: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.3/8.13.3) with ESMTP id j9GBAIxI021071 for ; Sun, 16 Oct 2005 11:10:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9GBAHDV021070; Sun, 16 Oct 2005 11:10:17 GMT (envelope-from gnats) Resent-Date: Sun, 16 Oct 2005 11:10:17 GMT Resent-Message-Id: <200510161110.j9GBAHDV021070@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 D5D3F16A41F for ; Sun, 16 Oct 2005 11:05:00 +0000 (GMT) (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 8006D43D49 for ; Sun, 16 Oct 2005 11:05:00 +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 j9GB503F050646 for ; Sun, 16 Oct 2005 11:05:00 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j9GB503f050645; Sun, 16 Oct 2005 11:05:00 GMT (envelope-from nobody) Message-Id: <200510161105.j9GB503f050645@www.freebsd.org> Date: Sun, 16 Oct 2005 11:05:00 GMT From: Daniel Rudy To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: kern/87515: Splash screen fails to load on boot X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Oct 2005 11:10:19 -0000 >Number: 87515 >Category: kern >Synopsis: Splash screen fails to load on boot >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Oct 16 11:10:17 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Daniel Rudy >Release: FreeBSD 5.4-RELEASE-p6 #5 >Organization: >Environment: FreeBSD strata.xxxxxxxxxx.org 5.4-RELEASE-p6 FreeBSD 5.4-RELEASE-p6 #5: Wed Aug 10 10:10:21 PDT 2005 root@strata:/usr/obj/usr/src/sys/STRATA i386 >Description: When the system boot, the configured splash screen does not display. I have tried modifying loader.conf to no avail. The vesa module is compiled into the kernel. I have the following in /boot/loader.conf: # Show Splash Graphic splash_bmp_load="YES" bmp_load="YES" bitmap_name="/boot/splash.bmp" The dmsg shows the following error: module_register_init: MOD_LOAD (splash_bmp, 0xc06dd810, 0) error 2 I have made sure that the file is a 256 color uncompressed bmp. It doesn't work with either uncompressed or RLE compressed bmps. The image is 640x480. >How-To-Repeat: Try it. >Fix: Unknown >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sun Oct 16 15:30:24 2005 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 AFC3116A41F for ; Sun, 16 Oct 2005 15:30:24 +0000 (GMT) (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 3FCB243D48 for ; Sun, 16 Oct 2005 15:30: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.3/8.13.3) with ESMTP id j9GFUOrZ054121 for ; Sun, 16 Oct 2005 15:30:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9GFUOIo054118; Sun, 16 Oct 2005 15:30:24 GMT (envelope-from gnats) Date: Sun, 16 Oct 2005 15:30:24 GMT Message-Id: <200510161530.j9GFUOIo054118@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Mikhail Teterin Cc: Subject: Re: kern/77365: [patch] amdpm driver has wrong PCI device ID for 8111 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Mikhail Teterin List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Oct 2005 15:30:24 -0000 The following reply was made to PR kern/77365; it has been noted by GNATS. From: Mikhail Teterin To: bug-followup@freebsd.org, mark@verniernetworks.com Cc: Subject: Re: kern/77365: [patch] amdpm driver has wrong PCI device ID for 8111 Date: Sun, 16 Oct 2005 11:27:35 -0400 Hi, Mark! I applied your patch locally and, indeed, the SMBus is now detected on my machine. However, none of the smb-using software I tried works -- the sysutils/chm gets "Invalid argument" in response to all its attempts to use /dev/smb0. Is there something else needed, perhaps? What are you using to query CPU temperatures, fan speeds, etc.? Thanks! -mi From owner-freebsd-bugs@FreeBSD.ORG Sun Oct 16 16:10:18 2005 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 E4DD916A41F for ; Sun, 16 Oct 2005 16:10:18 +0000 (GMT) (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 EF2FD43D4C for ; Sun, 16 Oct 2005 16: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.3/8.13.3) with ESMTP id j9GGAHPP062012 for ; Sun, 16 Oct 2005 16:10:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9GGAHie062011; Sun, 16 Oct 2005 16:10:17 GMT (envelope-from gnats) Resent-Date: Sun, 16 Oct 2005 16:10:17 GMT Resent-Message-Id: <200510161610.j9GGAHie062011@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, Bruce Walker Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2776516A41F for ; Sun, 16 Oct 2005 16:06:37 +0000 (GMT) (envelope-from root@wezel.com) Received: from tomts20-srv.bellnexxia.net (tomts20-srv.bellnexxia.net [209.226.175.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id B08FF43D46 for ; Sun, 16 Oct 2005 16:06:36 +0000 (GMT) (envelope-from root@wezel.com) Received: from mx-i1200.home.wezel.com ([64.229.170.57]) by tomts20-srv.bellnexxia.net (InterMail vM.5.01.06.10 201-253-122-130-110-20040306) with ESMTP id <20051016160635.HZJN26550.tomts20-srv.bellnexxia.net@mx-i1200.home.wezel.com> for ; Sun, 16 Oct 2005 12:06:35 -0400 Message-Id: <20051016160633.EDB2A1703F@mxedge.home.wezel.com> Date: Sun, 16 Oct 2005 12:06:33 -0400 (EDT) From: Bruce Walker To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: kern/87521: using ipfilter "auth" keyword leads to kernel fault X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Bruce Walker List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Oct 2005 16:10:19 -0000 >Number: 87521 >Category: kern >Synopsis: using ipfilter "auth" keyword leads to kernel fault >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Oct 16 16:10:17 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Bruce Walker >Release: FreeBSD 6.0-BETA5 i386 >Organization: Borderware Technologies Inc. >Environment: System: FreeBSD mxedge.home.wezel.com 6.0-BETA5 FreeBSD 6.0-BETA5 #0: Mon Sep 19 00:12:45 UTC 2005 root@x64.samsco.home:/usr/obj/usr/src/sys/GENERIC i386 System is a Portwell with three Realtek 10/100 interfaces. Copyright (c) 1992-2005 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.0-BETA5 #0: Mon Sep 19 00:12:45 UTC 2005 root@x64.samsco.home:/usr/obj/usr/src/sys/GENERIC Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: VIA C3 Nehemiah+RNG (997.46-MHz 686-class CPU) Origin = "CentaurHauls" Id = 0x693 Stepping = 3 Features=0x380b13d real memory = 260046848 (248 MB) avail memory = 245014528 (233 MB) npx0: [FAST] npx0: on motherboard npx0: INT 16 interface cpu0 on motherboard pcib0: pcibus 0 on motherboard pir0: on motherboard pci0: on pcib0 agp0: mem 0xe0000000-0xe3ffffff at device 0.0 on pci0 pcib1: at device 1.0 on pci0 pci1: on pcib1 pci1: at device 0.0 (no driver attached) isab0: at device 7.0 on pci0 isa0: on isab0 atapci0: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xd000-0xd00f at device 7.1 on pci0 ata0: on atapci0 ata1: on atapci0 uhci0: port 0xd400-0xd41f irq 10 at device 7.2 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 pci0: at device 7.4 (no driver attached) re0: port 0xdc00-0xdcff mem 0xe7000000-0xe70000ff irq 5 at device 9.0 on pci0 miibus0: on re0 rlphy0: on miibus0 rlphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto re0: Ethernet address: 00:90:fb:04:5a:7e re1: port 0xe000-0xe0ff mem 0xe7001000-0xe70010ff irq 10 at device 10.0 on pci0 miibus1: on re1 rlphy1: on miibus1 rlphy1: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto re1: Ethernet address: 00:90:fb:04:5a:7d re2: port 0xe400-0xe4ff mem 0xe7002000-0xe70020ff irq 11 at device 11.0 on pci0 miibus2: on re2 rlphy2: on miibus2 rlphy2: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto re2: Ethernet address: 00:90:fb:04:5a:7c pmtimer0 on isa0 orm0: at iomem 0xc0000-0xcbfff,0xcc000-0xcffff on isa0 atkbdc0: at port 0x60,0x64 on isa0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] ppc0: parallel port not found. sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 16550A sio1 at port 0x2f8-0x2ff irq 3 on isa0 sio1: type 16550A vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 unknown: can't assign resources (port) unknown: can't assign resources (memory) unknown: can't assign resources (memory) unknown: can't assign resources (port) unknown: can't assign resources (port) uhub1: Mitsumi Electric Hub in Apple Extended USB Keyboard, class 9/0, rev 1.10/4.10, addr 2 uhub1: 3 ports with 2 removable, bus powered ukbd0: Mitsumi Electric Apple Extended USB Keyboard, rev 1.10/4.10, addr 3, iclass 3/1 kbd1 at ukbd0 uhid0: Mitsumi Electric Apple Extended USB Keyboard, rev 1.10/4.10, addr 3, iclass 3/1 Timecounter "TSC" frequency 997463205 Hz quality 800 Timecounters tick every 1.000 msec acd0: CDROM at ata0-master UDMA33 ad2: 19077MB at ata1-master UDMA66 Trying to mount root from ufs:/dev/ad2s1a IP Filter: v4.1.8 initialized. Default = pass all, Logging = enabled re0: promiscuous mode enabled re1: promiscuous mode enabled >Description: Attempting to use the ipfilter (ipf) "auth" filter match. With that rule installed, if a packet matching that rule is received, a kernel fault occurs. I am using the GENERIC installed kernel, bridging module is installed, ipf is enabled. I verified that general networking and bridging work fine, and other ipf filter rules work fine too. >How-To-Repeat: [rc.conf] ifconfig_re0="inet 192.168.131.3 netmask 255.255.255.0" defaultrouter="192.168.131.5" ipfilter_enable="YES" ipmon_enable="YES" [rc.local] kldload -v bridge sysctl -w net.link.ether.bridge.enable=1 sysctl -w net.link.ether.bridge.ipf=1 sysctl -w net.link.ether.bridge.config=re0,re1 [ipf.rules] pass in from any to any pass out from any to any block return-icmp-as-dest(port-unr) in log on re0 proto tcp from any to any port = 23 auth in on re0 proto tcp from any to any port = 23 flags S keep state Then try to telnet through (or to) the bridge. >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sun Oct 16 18:50:21 2005 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 5A6BD16A41F for ; Sun, 16 Oct 2005 18:50:21 +0000 (GMT) (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 E34A643D5E for ; Sun, 16 Oct 2005 18: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.3/8.13.3) with ESMTP id j9GIoELf084686 for ; Sun, 16 Oct 2005 18:50:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9GIoEvp084680; Sun, 16 Oct 2005 18:50:14 GMT (envelope-from gnats) Resent-Date: Sun, 16 Oct 2005 18:50:14 GMT Resent-Message-Id: <200510161850.j9GIoEvp084680@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, Victor Sudakov Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C6C8E16A420; Sun, 16 Oct 2005 18:45:26 +0000 (GMT) (envelope-from sudakov@admin.sibptus.tomsk.ru) Received: from relay2.tomsk.ru (relay2.tomsk.ru [212.73.124.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB92143D5A; Sun, 16 Oct 2005 18:45:24 +0000 (GMT) (envelope-from sudakov@admin.sibptus.tomsk.ru) Received: from [172.16.138.125] (account sudakovva@sibptus.tomsk.ru HELO admin.sibptus.tomsk.ru) by relay2.tomsk.ru (CommuniGate Pro SMTP 4.3.2) with ESMTPSA id 1381212; Sun, 16 Oct 2005 21:45:15 +0700 Received: (from sudakov@localhost) by admin.sibptus.tomsk.ru (8.12.9p2/8.12.9/Submit) id j9GEjEEj070889; Sun, 16 Oct 2005 21:45:14 +0700 (OMSST) (envelope-from sudakov) Message-Id: <200510161445.j9GEjEEj070889@admin.sibptus.tomsk.ru> Date: Sun, 16 Oct 2005 21:45:14 +0700 (OMSST) From: Victor Sudakov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: pjd@FreeBSD.org Subject: bin/87529: "pw lock", "pw unlock" should support the "-Y" option X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Victor Sudakov List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Oct 2005 18:50:21 -0000 >Number: 87529 >Category: bin >Synopsis: "pw lock", "pw unlock" should support the "-Y" option >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 Oct 16 18:50:14 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Victor Sudakov >Release: FreeBSD 5.4-RELEASE >Organization: AO "Svyaztransneft", SibPTUS >Environment: System: FreeBSD 5.4-RELEASE >Description: "pw lock", "pw unlock" should support the "-Y" option (run /var/yp/Makefile after locking/unlocking a user's password). >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sun Oct 16 19:00:33 2005 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 BCB9C16A41F for ; Sun, 16 Oct 2005 19:00:33 +0000 (GMT) (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 7F52043D46 for ; Sun, 16 Oct 2005 19:00:33 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j9GJ0XTV084946 for ; Sun, 16 Oct 2005 19:00:33 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9GJ0Xcc084945; Sun, 16 Oct 2005 19:00:33 GMT (envelope-from gnats) Date: Sun, 16 Oct 2005 19:00:33 GMT Message-Id: <200510161900.j9GJ0Xcc084945@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: "=?KOI8-R?Q?=F3=D5=C4=C1=CB=CF=D7_=F7=C9=CB=D4=CF=D2?= =?KOI8-R?Q?_=E1=CE=C1=D4=CF=CC=D8=C5=D7=C9=DE?=" Cc: Subject: Re: bin/87529: "pw lock", "pw unlock" should support the "-Y" option X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: =?KOI8-R?Q?=F3=D5=C4=C1=CB=CF=D7_=F7=C9=CB=D4=CF=D2?= =?KOI8-R?Q?_=E1=CE=C1=D4=CF=CC=D8=C5=D7=C9=DE?= List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Oct 2005 19:00:33 -0000 The following reply was made to PR bin/87529; it has been noted by GNATS. From: "=?KOI8-R?Q?=F3=D5=C4=C1=CB=CF=D7_=F7=C9=CB=D4=CF=D2?= =?KOI8-R?Q?_=E1=CE=C1=D4=CF=CC=D8=C5=D7=C9=DE?=" To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: bin/87529: "pw lock", "pw unlock" should support the "-Y" option Date: Mon, 17 Oct 2005 01:50:33 +0700 I am on vacation till October 20th. Do not expect a prompt reply. ñ × ÏÔÐÕÓËÅ ÄÏ 20 ÏËÔÑÂÒÑ. ðÏÞÔÕ ÞÉÔÁÔØ ÂÕÄÕ, ÎÏ ÏÐÅÒÁÔÉ×ÎÏ ÏÔ×ÅÞÁÔØ ÎÅ ÏÂÅÝÁÀ. -- Victor Sudakov, VAS4-RIPE, VAS47-RIPN From owner-freebsd-bugs@FreeBSD.ORG Sun Oct 16 19:20:22 2005 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 D2FA316A41F for ; Sun, 16 Oct 2005 19:20:22 +0000 (GMT) (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 9D48043D46 for ; Sun, 16 Oct 2005 19:20: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.3/8.13.3) with ESMTP id j9GJKMdK090858 for ; Sun, 16 Oct 2005 19:20:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9GJKMHp090857; Sun, 16 Oct 2005 19:20:22 GMT (envelope-from gnats) Date: Sun, 16 Oct 2005 19:20:22 GMT Message-Id: <200510161920.j9GJKMHp090857@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: "Mark Gooderum" Cc: Subject: Re: kern/77365: [patch] amdpm driver has wrong PCI device ID for 8111 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Mark Gooderum List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Oct 2005 19:20:23 -0000 The following reply was made to PR kern/77365; it has been noted by GNATS. From: "Mark Gooderum" To: "Mikhail Teterin" , Cc: Subject: Re: kern/77365: [patch] amdpm driver has wrong PCI device ID for 8111 Date: Sun, 16 Oct 2005 14:11:18 -0500 Hmmm.... We're using it with Tyan S2882 motherboards to read the ADM1027 environmental chip on the SMBus...with this fix we're able to talk to this chip. What motherboard do you have and what slave addresses are you probing? -- Mark > Hi, Mark! > > I applied your patch locally and, indeed, the SMBus is now detected > on my machine. However, none of the smb-using software I tried works -- > the sysutils/chm gets "Invalid argument" in response to all its attempts > to use /dev/smb0. > > Is there something else needed, perhaps? What are you using to query > CPU temperatures, fan speeds, etc.? > > Thanks! > > -mi > > > From owner-freebsd-bugs@FreeBSD.ORG Sun Oct 16 19:23:23 2005 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 26DF516A41F; Sun, 16 Oct 2005 19:23:23 +0000 (GMT) (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 C763943D49; Sun, 16 Oct 2005 19:23:22 +0000 (GMT) (envelope-from linimon@lonesome.com) Received: by mail.soaustin.net (Postfix, from userid 502) id 613AC2F68; Sun, 16 Oct 2005 14:23:22 -0500 (CDT) Date: Sun, 16 Oct 2005 14:23:22 -0500 To: freebsd-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Message-ID: <20051016192322.GC13833@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: Subject: HEADSUP: changes to GNATS spam filtering X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: linimon@FreeBSD.org List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Oct 2005 19:23:23 -0000 One of the tasks that I've been performing for quite some time is to go into the GNATS database and close spam PRs. These generally wind up in the 'pending' state. On any given day there can be 5-10 of these, and sometimes even more. It's getting really boring to go clean these up. It turns out that spamassassin is set up as a first line of defense but the rules have not been tweaked for ages. I've now gone and tweaked the rulesets, while running regression tests on PRs that should have been rejected but weren't, but also on PRs that must still make it through. Here's the status: - It will now be difficult for a PR initially formatted in nothing but HTML to get through these filters. Regression testing of all ports PRs starting with 75000, which also included HTML (either in patches or in email replies), shows that zero legitimate PRs would have been rejected by these changes. (The rules that I have emphasized are the usual suspects of garish fonts, specially formatted URLs, images, and similar nonsense). In particular, if anything submitted from the web interface would have been affected by this, I expect my testing would have showed it. - It will now be extremely difficult for you to enter PRs about your home financing, mutually beneficial business relationships, stock portfolio, EBay and PayPal accounts, and medical problems. - I reasonably believe that no other PRs will be affected. - I will start actively monitoring the reject bin to look for any new problems. It turns out that on occasion things may have already been landing in there and no one noticed (one legitimate one today wound up there with no clue as to why it was rejected, the entire log consisted of "0/0".) However, note that more often, legitimate PRs get "lost" only temporarily -- they get a PR number and can be accessed individually from GNATSWeb, but can fail to show up in the overall index until our next forced index rebuild (run from cron). This is a separate issue. Please let me know *offlist* if you suspect that a new PR you submitted has been mishandled by GNATS and I'll investigate. I will be adding some text to the submission guidelines deprecating the use of HTML to submit PRs later today. Thanks for your patience and understanding. Mark Linimon bugmeister@FreeBSD.org From owner-freebsd-bugs@FreeBSD.ORG Sun Oct 16 20:31:01 2005 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 044FB16A420; Sun, 16 Oct 2005 20:31:01 +0000 (GMT) (envelope-from matteo@freebsd.org) Received: from vsmtp4.tin.it (vsmtp4.tin.it [212.216.176.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9693543D48; Sun, 16 Oct 2005 20:31:00 +0000 (GMT) (envelope-from matteo@freebsd.org) Received: from kaiser.sig11.org (82.52.118.13) by vsmtp4.tin.it (7.2.060.1) id 434F87BB0010EF02; Sun, 16 Oct 2005 22:30:56 +0200 Received: by kaiser.sig11.org (Postfix, from userid 1000) id BE2EE6389; Sun, 16 Oct 2005 22:30:58 +0200 (CEST) Date: Sun, 16 Oct 2005 22:30:58 +0200 From: Matteo Riondato To: linimon@FreeBSD.org Message-ID: <20051016203058.GA32292@kaiser.sig11.org> Mail-Followup-To: Matteo Riondato , linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org References: <20051016192322.GC13833@soaustin.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051016192322.GC13833@soaustin.net> User-Agent: Mutt/1.4.2.1i Cc: freebsd-ports-bugs@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: HEADSUP: changes to GNATS spam filtering 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, 16 Oct 2005 20:31:01 -0000 Great job, Mark! Thank you! -- Matteo Riondato FreeBSD Volunteer (http://freebsd.org) G.U.F.I. Staff Member (http://www.gufi.org) FreeSBIE Developer (http://www.freesbie.org) From owner-freebsd-bugs@FreeBSD.ORG Sun Oct 16 20:40:19 2005 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 AA0C916A420 for ; Sun, 16 Oct 2005 20:40:19 +0000 (GMT) (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 9EBEA43D48 for ; Sun, 16 Oct 2005 20:40: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.3/8.13.3) with ESMTP id j9GKeHeh000539 for ; Sun, 16 Oct 2005 20:40:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9GKeHu0000533; Sun, 16 Oct 2005 20:40:17 GMT (envelope-from gnats) Resent-Date: Sun, 16 Oct 2005 20:40:17 GMT Resent-Message-Id: <200510162040.j9GKeHu0000533@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, M Joonas Pihlaja Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5676616A41F for ; Sun, 16 Oct 2005 20:39:56 +0000 (GMT) (envelope-from joonas@3jane.math.ualberta.ca) Received: from 3jane.math.ualberta.ca (3jane.math.ualberta.ca [129.128.206.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id D31B743D46 for ; Sun, 16 Oct 2005 20:39:55 +0000 (GMT) (envelope-from joonas@3jane.math.ualberta.ca) Received: from 3jane.math.ualberta.ca (localhost.math.ualberta.ca [127.0.0.1]) by 3jane.math.ualberta.ca (8.13.3/8.13.1) with ESMTP id j9GKdt3j001310; Sun, 16 Oct 2005 14:39:55 -0600 (MDT) (envelope-from joonas@3jane.math.ualberta.ca) Received: (from joonas@localhost) by 3jane.math.ualberta.ca (8.13.3/8.13.1/Submit) id j9GKdtEB001309; Sun, 16 Oct 2005 14:39:55 -0600 (MDT) (envelope-from joonas) Message-Id: <200510162039.j9GKdtEB001309@3jane.math.ualberta.ca> Date: Sun, 16 Oct 2005 14:39:55 -0600 (MDT) From: joonas To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Machine Owner Subject: misc/87544: mmaping large files on a gbde filesystem deadlocks the system X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: M Joonas Pihlaja List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Oct 2005 20:40:19 -0000 >Number: 87544 >Category: misc >Synopsis: mmaping large files on a gbde filesystem deadlocks the system >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Oct 16 20:40:16 GMT 2005 >Closed-Date: >Last-Modified: >Originator: joonas >Release: FreeBSD 5.4-RC3 amd64 >Organization: Helsinki University >Environment: System: FreeBSD 3jane.math.ualberta.ca 5.4-RC3 FreeBSD 5.4-RC3 #1: Wed Sep 14 13:20:57 MDT 2005 bvowk@3jane.math.ualberta.ca:/usr/obj/usr/src/sys/SMP amd64 Hi, It appears that large file i/o using mmap on files residing in an encrypted filesystem may deadlock the kernel. The problem is repeatable using the python program below, a test of a large 2D byte array class using mmap backed files. Machine details: 3jane: ~ $ uname -a FreeBSD 3jane.math.ualberta.ca 5.4-RC3 FreeBSD 5.4-RC3 #1: Wed Sep 14 13:20:57 MDT 2005 bvowk@3jane.math.ualberta.ca:/usr/obj/usr/src/sys/SMP amd64 3jane: ~ $ python Python 2.4 (#2, Feb 9 2005, 09:38:26) [GCC 3.4.2 [FreeBSD] 20040728] on freebsd5 Type "help", "copyright", "credits" or "license" for more information. >Description: The python program does this: write an ~1GB file, mmap it into memory using MAP_SHARED and PROT_READ|PROT_WRITE, write a byte to every 80000'th byte in the file, unmap file; rinse & repeat five more times. Sometime after writing out the first file it seems like the system deadlocks. Namely, system cpu usage is up at 75%, 25% idle, with no i/o happening at all. The system won't come out of deadlock, won't respond to ssh, but must be manually rebooted. My sysadmin said he could type on the console, but the system didn't respond. >How-To-Repeat: Cut & paste the following program into tmp.py and run "python tmp.py" in a directory on an encrypted filesystem. Open another window, go to the directory, and repeatedly do ls -lrt. At some point the system will hang. On a gbde file system io stops completely. When run on a non-gbde file system the the disks churn like mad, and even though repeated ls -lrt hang also then, it also unhangs after a while and the program completes successfully. ---START--- import sys import mmap import os # python is choking at mmap indices ~ 220M. MAXCHUNKSIZE = 1024*1024*1024L WANTCHUNKSIZE = MAXCHUNKSIZE class charary: def __init__(self, basename, width, height, initval='\000'): self.width = width self.height = height self.basename = basename self.initval = initval totbytes = int(width)*1L*int(height) maxchunksize = WANTCHUNKSIZE self.rows_per_chunk = (maxchunksize + width - 1) / width while self.rows_per_chunk*width > MAXCHUNKSIZE: self.rows_per_chunk += -1 self.chunksize = self.rows_per_chunk * width self.nchunks = (totbytes + self.chunksize-1) / self.chunksize assert self.rows_per_chunk > 0 self.curchix = None; self.curmap = None def initfile(self, fd, size): i=0 len = 16384 block = self.initval * len os.lseek(fd, 0, 0) while i + len < size: os.write(fd, block) i += len while i < size: os.write(fd, self.initval) i += 1 os.lseek(fd, 0, 0) def mapchunk(self, chix): if chix <> self.curchix: if self.curmap <> None: self.curmap.close() self.curmap = None filename = "%s%03d" % (self.basename, chix) filesize = self.chunksize if chix == self.nchunks - 1: filesize = (self.height % self.rows_per_chunk)*self.width fd = os.open(filename, os.O_RDWR | os.O_CREAT) sbuf = os.fstat(fd) if sbuf.st_size < filesize: self.initfile(fd, filesize) self.curchix = chix self.curmap = mmap.mmap(fd, filesize, mmap.MAP_SHARED) return self.curmap def get(self,x,y): chix = y / self.rows_per_chunk c = self.mapchunk(chix) y = y % self.rows_per_chunk return c[x + self.width*y] def set(self,x,y,val): chix = y / self.rows_per_chunk c = self.mapchunk(chix) y = y % self.rows_per_chunk c[x + self.width*y] = val def close(self): if self.curchix <> None: self.curmap.close() self.curchix = None self.curmap = None n=80000 a = charary("./ary", n, n) for i in xrange(n): a.get(10, i) a.set(10,i,'A') ---END--- Best Regards, Joonas >Fix: >Release-Note: >Audit-Trail: >Unformatted: >>> 3jane: ~ $ dmesg Copyright (c) 1992-2005 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 5.4-RC3 #1: Wed Sep 14 13:20:57 MDT 2005 bvowk@3jane.math.ualberta.ca:/usr/obj/usr/src/sys/SMP Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: AMD Opteron(tm) Processor 248 (2191.53-MHz K8-class CPU) Origin = "AuthenticAMD" Id = 0xf5a Stepping = 10 Features=0x78bfbff AMD Features=0xe0500800 real memory = 2147418112 (2047 MB) avail memory = 2061656064 (1966 MB) ACPI APIC Table: FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 1 MADT: Forcing active-low polarity and level trigger for SCI ioapic0 irqs 0-23 on motherboard acpi0: on motherboard acpi0: Power Button (fixed) Timecounter "ACPI-safe" frequency 3579545 Hz quality 1000 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x5008-0x500b on acpi0 cpu0: on acpi0 acpi_throttle0: on cpu0 cpu1: on acpi0 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 agp0: mem 0xf0000000-0xf7ffffff at device 0.0 on pci0 pcib1: at device 1.0 on pci0 pci2: on pcib1 pci2: at device 0.0 (no driver attached) pci2: at device 0.1 (no driver attached) pcib2: at device 6.0 on pci0 pci1: on pcib2 ohci0: mem 0xff4fd000-0xff4fdfff irq 19 at device 0.0 on pci1 usb0: OHCI version 1.0, legacy support usb0: SMM does not respond, resetting usb0: on ohci0 usb0: USB revision 1.0 uhub0: AMD OHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 3 ports with 3 removable, self powered ohci1: mem 0xff4fe000-0xff4fefff irq 19 at device 0.1 on pci1 usb1: OHCI version 1.0, legacy support usb1: SMM does not respond, resetting usb1: on ohci1 usb1: USB revision 1.0 uhub1: AMD OHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub1: 3 ports with 3 removable, self powered em0: port 0x8c00-0x8c3f mem 0xff4a0000-0xff4 bffff,0xff4c0000-0xff4dffff irq 18 at device 3.0 on pci1 em0: Ethernet address: 00:e0:81:2c:0e:4e em0: Speed:N/A Duplex:N/A atapci0: port 0x9c00-0x9c0f,0xa000-0xa003,0xa400-0xa407,0xa800-0xa803,0 xac00-0xac07 mem 0xff4ffc00-0xff4fffff irq 19 at device 5.0 on pci1 ata2: channel #0 on atapci0 ata3: channel #1 on atapci0 ata4: channel #2 on atapci0 ata5: channel #3 on atapci0 pci1: at device 10.0 (no driver attached) uhci0: port 0x9400-0x941f irq 17 at device 11.0 on pci1 usb2: on uhci0 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 uhci1: port 0x9800-0x981f irq 18 at device 11.1 on pci1 usb3: on uhci1 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 0xff4ff800-0xff4ff8ff irq 19 at device 11.2 on pci1 usb4: EHCI version 1.0 usb4: companion controllers, 2 ports each: 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: 4 ports with 4 removable, self powered isab0: at device 7.0 on pci0 isa0: on isab0 atapci1: port 0xffa0-0xffaf,0x376,0x170-0x177,0x3f6,0x1f0-0x1f7 at devi ce 7.1 on pci0 ata0: channel #0 on atapci1 ata1: channel #1 on atapci1 pci0: at device 7.2 (no driver attached) pci0: at device 7.3 (no driver attached) pci0: at device 7.5 (no driver attached) acpi_button0: on acpi0 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 sio1: configured irq 3 not in bitmap of probed irqs 0 sio1: port may not be enabled sio1: <16550A-compatible COM port> port 0x2f8-0x2ff irq 3 on acpi0 sio1: type 16550A fdc0: port 0x3f7,0x3f0-0x3f5 irq 6 drq 2 on acpi0 ppc0: port 0x378-0x37f irq 7 on acpi0 ppc0: Generic chipset (NIBBLE-only) in COMPATIBLE mode ppbus0: on ppc0 plip0: on ppbus0 lpt0: on ppbus0 lpt0: Interrupt-driven port ppi0: on ppbus0 orm0: at iomem 0xd0000-0xd47ff,0xc0000-0xcffff on isa0 atkbdc0: at port 0x64,0x60 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 ums0: Logitech Trackball, rev 1.10/2.20, addr 2, iclass 3/1 ums0: 3 buttons and Z dir. uhub5: PI Engineering Kinesis Keyboard Hub, class 9/0, rev 1.10/3.20, addr 2 uhub5: 4 ports with 2 removable, bus powered ukbd0: P.I. Engineering product 0x0007, rev 1.10/3.20, addr 3, iclass 3/1 kbd0 at ukbd0 uhid0: P.I. Engineering product 0x0007, rev 1.10/3.20, addr 3, iclass 3/1 ums1: Microsoft Microsoft Wheel Mouse Optical\M-., rev 1.10/1.21, addr 2, iclass 3/1 ums1: 3 buttons and Z dir. Timecounters tick every 1.000 msec em0: Link is up 1000 Mbps Full Duplex ad0: 114473MB [232581/16/63] at ata0-master UDMA100 acd0: DVDR at ata1-slave PIO4 ad4: 114473MB [232581/16/63] at ata2-master SATA150 ad6: 114473MB [232581/16/63] at ata3-master SATA150 ar0: 228942MB [29186/255/63] status: READY subdisks: disk0 READY on ad4 at ata2-master disk1 READY on ad6 at ata3-master SMP: AP CPU #1 Launched! Mounting root from ufs:/dev/ad0s1a WARNING: / was not properly dismounted WARNING: /usr was not properly dismounted WARNING: /var was not properly dismounted WARNING: /mysql was not properly dismounted em0: Link is up 1000 Mbps Full Duplex Accounting enabled Accounting suspended drm0: port 0xb800-0xb8ff mem 0xff5f0000-0xff5fffff,0xe0000000-0xe7ffffff irq 16 at device 0.0 on pci2 info: [drm] AGP at 0xf0000000 128MB info: [drm] Initialized radeon 1.11.0 20020828 on minor 0 info: [drm] Loading R200 Microcode From owner-freebsd-bugs@FreeBSD.ORG Sun Oct 16 21:00:35 2005 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 6715B16A421 for ; Sun, 16 Oct 2005 21:00:35 +0000 (GMT) (envelope-from itetcu@apropo.ro) Received: from relay.rdsnet.ro (gimli.rdsnet.ro [193.231.236.70]) by mx1.FreeBSD.org (Postfix) with SMTP id 73E0743D49 for ; Sun, 16 Oct 2005 21:00:32 +0000 (GMT) (envelope-from itetcu@apropo.ro) Received: (qmail 25425 invoked from network); 16 Oct 2005 21:00:30 -0000 Received: from unknown (HELO smtp.rdsnet.ro) (62.231.74.130) by smtp1-133.rdsnet.ro with SMTP; 16 Oct 2005 21:00:30 -0000 Received: (qmail 24551 invoked by uid 89); 16 Oct 2005 21:00:29 -0000 Received: from unknown (HELO buh.cameradicommercio.ro) (82.76.1.117) by 0 with SMTP; 16 Oct 2005 21:00:29 -0000 Received: from buh.cameradicommercio.ro (localhost [127.0.0.1]) by buh.cameradicommercio.ro (Postfix) with ESMTP id B63A3612B; Mon, 17 Oct 2005 00:00:17 +0300 (EEST) Received: from it.buh.cameradicommercio.ro (it.buh.cameradicommercio.ro [192.168.0.10]) by buh.cameradicommercio.ro (Postfix) with ESMTP; Mon, 17 Oct 2005 00:00:17 +0300 (EEST) Received: from it.buh.cameradicommercio.ro (localhost.buh.tecnik93.com [127.0.0.1]) by it.buh.cameradicommercio.ro (Postfix) with ESMTP id 3D523382; Mon, 17 Oct 2005 00:00:17 +0300 (EEST) Date: Mon, 17 Oct 2005 00:00:13 +0300 From: Ion-Mihai Tetcu To: linimon@FreeBSD.org Message-ID: <20051017000013.6c4fe9ba@it.buh.cameradicommercio.ro> In-Reply-To: <20051016192322.GC13833@soaustin.net> References: <20051016192322.GC13833@soaustin.net> X-Mailer: Sylpheed-Claws 1.9.15 (GTK+ 2.6.10; i386-portbld-freebsd6.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AV-Checked: on buh by ClamAV using ClamSMTP Cc: linimon@lonesome.com, freebsd-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: HEADSUP: changes to GNATS spam filtering 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, 16 Oct 2005 21:00:35 -0000 On Sun, 16 Oct 2005 14:23:22 -0500 linimon@lonesome.com (Mark Linimon) wrote: > One of the tasks that I've been performing for quite some time is to > go into the GNATS database and close spam PRs. These generally wind > up in the 'pending' state. On any given day there can be 5-10 of > these, and sometimes even more. It's getting really boring to go > clean these up. > > It turns out that spamassassin is set up as a first line of defense > but the rules have not been tweaked for ages. If you want to give dspam a run (instead or with spamassasin) please let me know, I'm willing to help with the setup or do all the work, whatever you choose. -- IOnut Unregistered ;) FreeBSD "user" From owner-freebsd-bugs@FreeBSD.ORG Mon Oct 17 00:50:16 2005 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 AA64B16A41F for ; Mon, 17 Oct 2005 00:50:16 +0000 (GMT) (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 7623D43D48 for ; Mon, 17 Oct 2005 00:50: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.3/8.13.3) with ESMTP id j9H0oGjR031618 for ; Mon, 17 Oct 2005 00:50:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9H0oGQW031617; Mon, 17 Oct 2005 00:50:16 GMT (envelope-from gnats) Date: Mon, 17 Oct 2005 00:50:16 GMT Message-Id: <200510170050.j9H0oGQW031617@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Bruce Walker Cc: Subject: Re: kern/87521: using ipfilter "auth" keyword leads to kernel fault X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Bruce Walker List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Oct 2005 00:50:16 -0000 The following reply was made to PR kern/87521; it has been noted by GNATS. From: Bruce Walker To: bug-followup@FreeBSD.org, bmw@borderware.com Cc: Subject: Re: kern/87521: using ipfilter "auth" keyword leads to kernel fault Date: Sun, 16 Oct 2005 20:47:11 -0400 This is a multi-part message in MIME format. --------------060001040709020907010606 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit I have verified that this same setup works in FreeBSD 4.11. (With small adjustments in ipf.rules for interface name [rl0 instead of re0], and in rc.local for enabling bridging.) --------------060001040709020907010606 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit I have verified that this same setup works in FreeBSD 4.11.  (With small adjustments in ipf.rules for interface name [rl0 instead of re0], and in rc.local for enabling bridging.)


--------------060001040709020907010606-- From owner-freebsd-bugs@FreeBSD.ORG Mon Oct 17 11:00:30 2005 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 CD4FC16A41F for ; Mon, 17 Oct 2005 11:00:30 +0000 (GMT) (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 84A1643D49 for ; Mon, 17 Oct 2005 11:00:30 +0000 (GMT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j9HB0Uv3021253 for ; Mon, 17 Oct 2005 11:00:30 GMT (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9HB0T6V021247 for freebsd-bugs@freebsd.org; Mon, 17 Oct 2005 11:00:29 GMT (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 17 Oct 2005 11:00:29 GMT Message-Id: <200510171100.j9HB0T6V021247@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: FreeBSD bugs list Subject: open PR's (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, 17 Oct 2005 11:00:30 -0000 Current FreeBSD problem reports Critical problems Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2005/10/17] pending/87559gnats-admin Returned mail: see transcript for details 1 problem total. Non-critical problems From owner-freebsd-bugs@FreeBSD.ORG Mon Oct 17 11:00:38 2005 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 9860116A41F for ; Mon, 17 Oct 2005 11:00:38 +0000 (GMT) (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 37D4A43D49 for ; Mon, 17 Oct 2005 11:00:38 +0000 (GMT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j9HB0cMG021267 for ; Mon, 17 Oct 2005 11:00:38 GMT (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9HB0UWV021258 for freebsd-bugs@freebsd.org; Mon, 17 Oct 2005 11:00:30 GMT (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 17 Oct 2005 11:00:30 GMT Message-Id: <200510171100.j9HB0UWV021258@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: FreeBSD bugs list 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, 17 Oct 2005 11:00:38 -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. 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 Submitted Tracker Resp. Description ------------------------------------------------------------------------------- a [2001/05/10] kern/27250 bp [unionfs] [patch] unionfs filesystem pani o [2002/06/08] kern/39043 Corrupted files on a FAT32 partition (wit o [2002/08/16] kern/41723 [2TB] on 1TB fs, copying files to filesys o [2002/10/25] bin/44471 qa [sysinstall] 4.6 install writes MBR even o [2003/02/16] bin/48341 qa [sysinstall] sysinstall deletes mbr altho o [2003/03/23] kern/50201 [if_twe] 3ware RAID 5 resulting in data c o [2003/06/28] kern/53874 emulation /usr/ports/emulators/linux_base isn't wor o [2003/11/10] kern/59103 Serious data corruption reading compact f o [2003/12/12] kern/60175 panic: 5.2-RC: disk errors cause panic in o [2003/12/17] kern/60313 data destruction: lseek() misalignment si o [2004/02/16] i386/62902 i386 Data Corruption on Dell PE 600SC (Server o [2004/04/28] i386/66039 i386 panic: system panic with file system corr o [2004/05/04] bin/66261 fsck cannot recover filesystem corruption o [2004/05/11] kern/66553 scottl SEBSD kernel compilation errors o [2004/05/27] i386/67260 i386 [boot] stack overflow after boot menu whe o [2004/07/07] kern/68757 kan rapid file creation on snapshotted filesy o [2004/08/06] kern/70096 [patch] full msdos file system causes cor o [2004/08/23] kern/70881 5.3 beta1 kernel.generic missing from /bo o [2004/09/05] i386/71395 i386 Data corrupted on Serverworks CG-SL chips o [2004/09/09] i386/71538 i386 [install] multi-homed install trashes exi o [2004/09/16] kern/71800 5.3-RELEASE crash (infinite IRQ list dump o [2004/10/21] kern/72979 unkillable process(es) stuck in `STOP' st o [2004/10/22] bin/73019 fsck_ufs: cannot alloc 607016868 bytes fo o [2004/10/27] amd64/73211 amd64 FAST_IPSEC broken on amd64 o [2004/10/30] kern/73313 simokawa Maxtor Onetouch drivers hang or corrupt d o [2004/11/19] kern/74137 FreeBSD 5.3 BTX loader stack overflows an o [2004/12/14] amd64/75043 le Vinum panic on booting from mirrored vinu o [2004/12/20] alpha/75317 alpha ATA DMA broken on PCalpha o [2005/01/05] kern/75844 phk gbde causes disk write errors and subsequ o [2005/01/18] i386/76397 i386 ata raid crashes in g_down (heavy load) o [2005/01/26] threads/76690threads fork hang in child for (-lc_r & -lthr) o [2005/02/07] kern/77234 [patch] corrupted data is read from UDF f o [2005/03/14] i386/78837 i386 Partition Table Corruption in 5.3 o [2005/05/11] threads/80887threads ULE with SMP broke libpthread/libthr on 5 o [2005/07/15] kern/83529 partition table corruption using wdc/wd d o [2005/07/24] i386/83974 sos [ata] FreeBSD-6.0-BETA1 blows up with PCI o [2005/08/02] kern/84498 [hang] [unionfs] file system hangs when j o [2005/08/09] amd64/84693 amd64 Keyboard not recognized during first step o [2005/08/10] usb/84750 usb 6-BETA2 reboot/shutdown with root_fs on e o [2005/08/26] kern/85329 [vinum] vinum dumpconfig destroys openmas p [2005/08/29] kern/85440 [trap] filling up / crashes the system o [2005/09/19] i386/86317 i386 Kernel launch results in poweroff [HP zv5 o [2005/10/01] kern/86775 system reboot without syncing o [2005/10/04] i386/86880 i386 6.0-BETA? hangs or reboots whilst 5.4 is o [2005/10/06] kern/87010 pjd Reading kernel memory & pagefault under n o [2005/10/07] i386/87026 i386 Bootup hang on atkbdc on Compaq 1850R bet o [2005/10/07] kern/87094 5.4 system with SMP and IPFW crashes unde f [2005/10/08] ports/87113 dinoex OpenSSL-0.9.8 crashes OpenSSH-portable-4. o [2005/10/10] kern/87191 scottl [aac] [patch] aac(4) panics immediately w o [2005/10/15] amd64/87472 amd64 I downloaded 5.4 and went to install it, o [2005/10/16] ports/87518 edwin [fix] multimedia/pvr250: Does not build o o [2005/10/16] ports/87520 krion [fix] devel/sdl12: does not install on >= o [2005/10/16] ports/87525 ports-bugs [fix] misc/compat4x: amd64 unsupported 53 problems total. Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- a [1997/04/02] bin/3170 vi freaks and dump core if user doesn't e s [1997/10/01] bin/4672 rdist does not do hard links right when t a [1998/05/06] bin/6536 peter pppd doesn't restore drainwait for tty p [1998/09/30] gnu/8099 obrien [patch] some bugs in cpio o [1998/11/25] kern/8861 mdodd under heavy (multi interface) traffic ep0 f [1998/11/25] bin/8865 dwmalone syslogd hangs with serial console o [1999/02/15] kern/10107 interlock situation with exec_map and a p o [1999/03/30] kern/10870 eivind Kernel panic when writing to write-protec o [1999/09/11] bin/13691 fenner tcpslice cannot extract over 2GB part of s [1999/09/16] conf/13775 multi-user boot may hang in NIS environme f [1999/09/30] ports/14048 des [patch] doscmd -r doesn't work a [1999/11/04] kern/14712 iedowse [nfs] root has access to NFS mounted dire s [1999/11/17] bin/14946 mjacob rmt - remote magtape protocol o [2000/01/12] kern/16090 mdodd No buffer space available o [2000/02/21] conf/16879 tanimura [sound] csa: Sound drivers seem to be usi o [2000/02/24] bin/16948 qa [sysinstall] sysinstall/disklabel: bad pa o [2000/03/11] kern/17310 wpaul [patch] NIS host name resolving may loop o [2000/03/17] kern/17422 bde 4.0-STABLE: top: nlist failed s [2000/03/22] conf/17540 [nfs] NIS host lookups cause NFS mounts t o [2000/04/06] kern/17819 [unionfs] Build ports on nfs & union moun s [2000/05/22] bin/18742 mike times.allow field parsed incorrectly p [2000/05/29] kern/18874 [2TB] 32bit NFS servers export wrong nega o [2000/06/13] i386/19245 obrien -fexpensive-optimizations buggy (even wit s [2000/06/20] bin/19405 markm telnetd sends DO AUTHENTICATION even if a s [2000/07/08] bin/19773 markm [PATCH] telnet infinite loop depending on o [2000/07/13] gnu/19882 obrien ld does not detect all undefined symbols! o [2000/07/18] kern/20016 threads pthreads: Cannot set scheduling timer/Can o [2000/07/25] bin/20172 byacc 1.9 fails to generate $default tran o [2000/07/29] bin/20282 qa [sysinstall] sysinstall does not recover s [2000/08/10] bin/20521 mjacob /etc/rmt several problems o [2000/08/10] kern/20523 bde [patch] support for PCI multiport cards f o [2000/08/16] bin/20633 fdisk doesn't handle LBA correctly o [2000/08/23] kern/20804 deadlocking when using vnode disk file an o [2000/08/26] kern/20861 threads libc_r does not honor socket timeouts o [2000/08/29] bin/20912 marcel gdb does not recognise old executables. o [2000/08/31] kern/20958 mdodd ep0 lockup with ifconfig showing OACTIVE o [2000/09/07] bin/21089 vi silently corrupt open file on SIGINT w a [2000/09/16] kern/21304 mbr [if_dc] dc0 watchdog timeouts on NetGear o [2000/09/20] misc/21406 [boot] bootinst or booteasy overwrites se o [2000/09/21] kern/21461 imp ISA PnP resource allocator problem o [2000/09/22] kern/21463 emulation Linux compatability mode should not allow o [2000/09/29] kern/21642 Compaq Netelligent 10/100 card (TI Thunde a [2000/10/07] kern/21808 [patch] msdosfs incorrectly handles vnode o [2000/10/15] kern/21998 green [patch] ident only for outgoing connectio o [2000/10/20] kern/22142 cjc securelevel does not affect mount o [2000/10/25] bin/22291 [nfs] getcwd() fails on recently-modified o [2000/10/30] kern/22417 gibbs advansys wide scsi driver does not suppor o [2000/11/13] kern/22826 emulation Memory limits have no effect in linux com a [2000/11/14] bin/22846 bms Routed does not reflect preference of Int f [2000/11/18] i386/22944 tegge isa_dmainit fails on machines with 512MB o [2000/11/20] gnu/22972 obrien Internal Compiler Error o [2000/11/25] bin/23098 qa [patch] [sysinstall] if installing on a s o [2000/12/14] kern/23535 imp 4.x kernels seem to no longer support Ada o [2001/01/04] kern/24074 mdodd Properties of token-ring protocol must be o [2001/01/05] kern/24085 syncing on shutdown leaves filesystem dir o [2001/01/07] docs/24125 wes connect(2) can yield EWOULDBLOCK/EAGAIN o [2001/01/12] bin/24271 dumpon should check its argument more o [2001/01/19] bin/24461 Being able to increase the YP timeout wit o [2001/01/20] threads/24472threads libc_r does not honor SO_SNDTIMEO/SO_RCVT o [2001/01/25] kern/24629 harti ng_socket failes to declare connected dat o [2001/01/25] threads/24632threads libc_r delicate deviation from libc in ha o [2001/01/25] kern/24641 threads pthread_rwlock_rdlock can deadlock s [2001/01/30] kern/24740 cy filesystem corruption CFP1080 CAM SCSI ca o [2001/02/10] kern/24982 stack gap usage o [2001/02/11] i386/24997 i386 [patch] /boot/loader cannot handle extend o [2001/02/14] kern/25093 4.2-STABLE does not recognize PCNet-ISA+ o [2001/02/21] kern/25248 bde sys/user.h needs sys/param.h, but doesn't p [2001/03/03] kern/25511 rwatson ioctl(fd, FIONREAD, &c) on a FIFO (not PI o [2001/03/05] bin/25542 standards /bin/sh: null char in quoted string o [2001/03/13] i386/25781 i386 Statclocks cannot be disabled on ServerWo o [2001/03/16] bin/25851 qa [patch] security hole in anonymous FTP se o [2001/03/18] bin/25886 cgetset(3) doesn't get cleared when switc o [2001/03/20] kern/25950 obrien Bad drives on asr look zero-length and pa a [2001/03/22] kern/25986 andre Socket would hang at LAST_ACK forever. o [2001/03/24] kern/26048 obrien 4.3-RC: SMP and asr driver don't work to a [2001/03/27] kern/26142 [nfs] Unlink fails on NFS mounted filesys o [2001/03/28] kern/26171 emulation not work Linux-emulator, but hi is work i o [2001/04/03] kern/26316 Booting FreeBSD on VMware2 with 2 or 3 et a [2001/04/05] gnu/26362 "cvs server" doesn't honour the global -- o [2001/04/10] kern/26486 [patch] setnetgrent hangs when netgroup c o [2001/04/25] bin/26842 dd dump with h flag takes a very long time a [2001/04/26] bin/26869 vi(1) crashes in viewing a file with long o [2001/04/27] bin/26897 qa [sysinstall] 4.3R sysinstall fails to cre o [2001/05/03] kern/27059 scsi (symbios) SCSI subsystem hangs under heav f [2001/05/11] kern/27275 kernel bug ? (negative sbsize) o [2001/05/20] kern/27474 Interactive use of user PPP and ipfilter o [2001/05/24] docs/27605 doc Cross-document references () a [2001/06/05] kern/27893 sos can't burn audio cds on LG CD-RW CED-8083 o [2001/06/05] conf/27896 Error in /etc/exports invalidates entire o [2001/06/17] bin/28223 su doesn't look at login.conf all the tim o [2001/06/26] bin/28424 mtree fails to report directory hierarchy o [2001/06/29] kern/28508 scsi problems with backup to Tandberg SLR40 st o [2001/07/06] kern/28768 The system doesn't get connects on one of o [2001/07/07] bin/28798 mikeh mail(1) with a pager (more) requires fg/C o [2001/07/09] kern/28840 gibbs Possible interrupt masking trouble in sys f [2001/07/23] kern/29170 ru ARP request fails after "bad gateway valu o [2001/07/27] bin/29253 natd forgets about udp connections o [2001/08/02] bin/29375 qa [sysinstall] disk editor gets confused by o [2001/08/03] kern/29421 Update a file with mmap will cause mtime/ f [2001/08/11] kern/29626 ifconfig causes kernel panic in 4.4-PRERE o [2001/08/13] kern/29686 kevent EV_ADD EVFILT_WRITE does the wrong o [2001/08/15] bin/29725 dwmalone [PATCH] Fixed segmentation fault in simpl o [2001/08/17] bin/29808 ypserv dumps core in yp_find_db o [2001/08/20] bin/29903 ypbind loses connection to NIS master and o [2001/08/23] kern/29983 imp Problem with "TI PCI-1250 PCI-CardBus Bri o [2001/08/27] kern/30125 btx/bootloader dumps very often if serial f [2001/08/28] kern/30160 [panic] kernel panic when flash disk is r s [2001/08/29] i386/30206 mdodd [boot] PS/2 server 85 can't boot kern.flp o [2001/08/30] kern/30223 [patch] Using /usr/share/examples/kld/cde o [2001/09/04] bin/30310 top does not show CPU usage o [2001/09/06] conf/30399 Have Fortran use the CPUTYPE variable o [2001/09/10] kern/30482 calcru calls printf while holding a spin o [2001/09/15] kern/30592 roam [PATCH] panic: static sysctl oid too high o [2001/09/17] kern/30630 fenner Failure to check for existence of interfa o [2001/09/21] kern/30712 fatal kernel trap during ufs_rename o [2001/09/26] bin/30837 qa [sysinstall] sysinstall doesn't set the s o [2001/09/27] i386/30860 i386 [hang] While install after "Mounting root o [2001/09/27] bin/30869 dump(8) does not dump all files of a file s [2001/09/29] i386/30921 i386 [kbd] ACER mechanic ps/2 keyboard don´t w o [2001/10/01] kern/30948 ls'ing mounted brand new floppy locks up o [2001/10/01] kern/30958 rwatson QUOTA with 0 bytes in quota.user hangs up o [2001/10/01] kern/30971 peter [nfs] NFS client modification time resolu s [2001/10/04] kern/31047 Linux programs do not dump core in linux o [2001/10/07] kern/31102 wpaul lge + Pentium III data transmission probl o [2001/10/14] kern/31266 cjc System can be crashed with "ls -al /flopp o [2001/10/15] bin/31304 joe [patch] fix crunchgen to work with more c o [2001/10/18] bin/31363 qa [sysinstall] "partition editor" silently o [2001/10/30] conf/31631 "MAC address" can't be acquired properly. o [2001/11/04] kern/31746 failed connect(2) seems to cause problems o [2001/11/06] kern/31790 [nfs] problem with NFS and jail() o [2001/11/12] kern/31940 nge gigabit adapter link reset and slow t o [2001/11/14] i386/31979 i386 [kbd] Setup and boot locks Compaq Armada o [2001/11/19] kern/32098 [libc] semctl() does not propagate permis a [2001/11/19] kern/32118 mbr [if_dc] 21143 with dc driver will not sel o [2001/11/20] ports/32121 x11 XFree86-4-Server: xf86cfg 4.1.0 writes ba o [2001/11/26] bin/32295 threads pthread dont dequeue signals o [2001/11/28] kern/32353 if kern.maxproc > 512 sybase ASE 11.9.2( o [2001/11/29] bin/32374 vi -r doesn't work, file contained unexpe o [2001/12/08] bin/32619 des libfetch does not use RFC 1738's definito o [2001/12/10] kern/32668 peter [nfs] NFS directory removal problems mani o [2001/12/11] bin/32686 wosch locate command dumps a core file with bro o [2001/12/22] ports/33080 ume gkrellmvolume interferes with the ability a [2001/12/22] i386/33089 murray GENERIC bloat causes 'make world' to brea o [2001/12/24] kern/33138 [patch] pnp problem in 4.3, 4.4, 4.5 o [2001/12/30] kern/33344 davidxu memory leak in device resource config loa o [2001/12/31] bin/33370 qa [sysinstall] post-configuration issue o [2002/01/02] kern/33464 soft update inconsistencies after system s [2002/01/04] gnu/33551 cvs chokes on OpenBSD repositories o [2002/01/08] bin/33672 [patch] telnetd and mount_mfs signal hand o [2002/01/13] kern/33833 luigi Correct kernel config for 4.4-RELEASE is o [2002/01/16] kern/33940 [patch] quotactl allows compromise gid-qu o [2002/01/18] kern/34017 The siginfo_t passed to the signal handli o [2002/01/18] bin/34030 miibus.ko can be loaded into the kernel w s [2002/01/20] i386/34092 i386 [hang] reboot hangs the system (IBM PC Se o [2002/01/21] gnu/34128 sdiff "e" doesn't work with some editors o [2002/01/25] gnu/34246 joe CVS doesn't rebuild CVSROOT/options o [2002/01/25] bin/34270 man -k could be used to execute any comma o [2002/01/31] kern/34470 bde Modem gets sio1 interrupt-level buffer o o [2002/02/01] threads/34536threads accept() blocks other threads o [2002/02/03] kern/34568 [lpt] turning printer on and off hangs th o [2002/02/11] bin/34811 sh: "jobs" is not pipeable o [2002/02/11] kern/34842 [nis] [patch] VmWare port + NIS causes "b o [2002/02/18] i386/35078 i386 [patch] Uninitialized pointer dereference o [2002/02/22] bin/35214 obrien dump program hangs while exiting o [2002/02/26] i386/35350 i386 Can't boot on ASUS TXP4 f [2002/02/26] kern/35351 multimedia [sound] emu10k1: no posibility to record o [2002/02/28] kern/35396 poll(2) doesn't set POLLERR for failed co o [2002/02/28] kern/35399 poll(2) botches revents on dropped socket o [2002/02/28] kern/35429 select(2)/poll(2)/kevent(2) can't/don't n o [2002/03/01] kern/35442 [patch] Problem transmitting runts in if_ o [2002/03/03] kern/35506 jon [libc] innetgr() doesn't match wildcard f o [2002/03/03] kern/35511 [if_sis] sis(4) multicast filtering doesn f [2002/03/07] kern/35645 bms Layer 2 switching using default router of o [2002/03/08] kern/35669 [nfs] NFSROOT breaks without a gateway s [2002/03/08] docs/35678 doc docproj Makefiles for web are broken for o [2002/03/09] kern/35703 /proc/curproc/file returns unknown o [2002/03/14] gnu/35878 /usr/bin/strip resets ABI type to FreeBSD o [2002/03/15] bin/35925 qa [sysinstall] fixit floppy cannot be mount a [2002/03/16] bin/35985 qa [sysinstall] swap double mount o [2002/03/17] i386/36003 i386 Cyclades Cyclom YeP causes panics on Free p [2002/03/18] kern/36038 bp [smbfs] sendfile(2) on smbfs fails, expos o [2002/03/19] misc/36086 trhodes Kerberos Problem/Handbook wrong/Followup a [2002/03/19] bin/36110 dmesg output corrupt if /dev/console is b o [2002/03/20] kern/36147 bogus irq 7 message being issued o [2002/03/21] docs/36168 doc -pthread/_THREAD_SAFE docs missing in gcc o [2002/03/22] kern/36219 [patch] poll() behaves erratic on BPF fil o [2002/03/28] kern/36415 [bktr] [patch] driver incorrectly handles o [2002/03/29] kern/36504 [patch] crash/panic vm_object_allocate un o [2002/03/29] bin/36508 qa [sysinstall] installation floppy bug (4.5 o [2002/03/30] kern/36517 [if_sis] sis driver can't map ports/memor o [2002/03/31] kern/36566 [smbfs] System reboot with dead smb mount o [2002/04/05] kern/36784 Can't fcntl(fd, F_SETFL, ...) on a pseudo s [2002/04/07] ports/36846 ports-bugs fxtv 1.03 freezes the system when $LANG=d o [2002/04/08] bin/36867 [patch] games/fortune: add FORTUNE_PATH e o [2002/04/08] bin/36911 qa [sysinstall] installation floppies miss a o [2002/04/09] gnu/36926 send-pr destroys PR if emacs interrupt ch o [2002/04/10] i386/36943 i386 [smp] [hang] reboot hangs on Tyan Thunder o [2002/04/14] kern/37057 Problem with rlimits on filesystem mounte o [2002/04/15] kern/37109 Kernel refuses to assign unused IP to tun o [2002/04/19] kern/37261 luigi kernel is not linking without "device eth o [2002/04/22] kern/37326 [bktr] smbus/bktr crash when omitting "de o [2002/04/22] bin/37343 portmap TCP binds strangeness o [2002/04/25] kern/37436 [hang] accept dead loop when out of file o [2002/04/25] kern/37441 davidxu [patch] ISA PNP parse problem o [2002/04/27] kern/37502 [nfs] NFS client ignores mtime.tv_usec fo o [2002/04/28] i386/37523 davidxu [patch] lock for bios16 call and vm86call o [2002/04/30] kern/37589 imp Kernel panics upon resume from zzz on my o [2002/04/30] ports/37596 portmgr EMACS_PORT_NAME=xemacs21 forks make infin o [2002/05/02] kern/37675 le [vinum] Page fault when newfs'ing a vinum o [2002/05/03] bin/37710 qa [sysinstall] LAN interface in wrong state o [2002/05/13] ports/38018 java www/jakarta-tomcat4: make passing of JVM f [2002/05/13] ports/38020 java www/jakarta-tomcat4: stop tomcat via java o [2002/05/14] i386/38070 i386 [panic] 4.6-PRERELEASE panics on resume o o [2002/05/15] kern/38095 bp vlan not supported with fxp o [2002/05/24] i386/38484 i386 [hang] probe freeze while probing devices o [2002/05/24] kern/38495 bms soreceive fails to maintain invariant on o [2002/05/24] kern/38518 [boot] combination of pr-27087 and pr-369 s [2002/05/24] kern/38527 /dev/random does not obey O_NONBLOCK flag o [2002/05/25] kern/38549 threads the procces compiled whith pthread stoppe a [2002/05/25] kern/38554 bms changing interface ipaddress doesn't seem o [2002/05/26] bin/38582 qa [sysinstall] sysinstall sets newfs flag a a [2002/05/27] gnu/38594 kan Fortan program don't link post gcc-3.1 o [2002/05/27] bin/38609 qa [sysinstall] sysinstall should know the s o [2002/05/27] kern/38632 imp Loss of connection with wi cards o [2002/05/30] i386/38731 i386 Freebsd doesn't support ( pdc20276 / Raid o [2002/05/30] kern/38752 andre rn_walktree_from not halting at the right o [2002/06/03] kern/38872 [nfs] nfs code ignores possibility of MGE o [2002/06/04] i386/38894 i386 [patch] Dell PowerEdge 4600 PCI Bus scan o [2002/06/05] bin/38918 edquota breaks silently when quota-marked o [2002/06/07] kern/38983 Kernel fails to access disk o [2002/06/12] kern/39185 core dump binary in single user mode o [2002/06/13] kern/39233 bms NonConforming IPsec implementation from F o [2002/06/13] kern/39252 Syscons doesn't support 8-bit control cha o [2002/06/15] kern/39329 [mount] '..' at mountpoint is subject to o [2002/06/15] kern/39331 dwmalone namei cache unreliable for __getcwd() o [2002/06/17] kern/39388 scsi ncr/sym drivers fail with 53c810 and more s [2002/06/19] i386/39536 i386 FreeBSD default bootloader does not load o [2002/06/25] bin/39849 /sbin/restore fails to overwrite files wi o [2002/06/26] bin/39896 netmask 0xffffff00 no longer works in /et o [2002/06/27] threads/39922threads [PATCH?] Threaded applications executed w o [2002/06/27] kern/39928 imp wi0 timeouts and hangs the system while s a [2002/06/27] kern/39937 bms ipstealth issue a [2002/06/28] bin/39940 [patch] /usr/sbin/periodic sends thousand o [2002/06/29] kern/40001 le [vinum] vinum showing -2 drives after rem o [2002/06/30] i386/40044 i386 SMP kernel fails to boot on DELL 610 f [2002/07/02] kern/40122 multimedia [sound] Device pcm stopps booting Kernel f [2002/07/03] kern/40139 darrenr ipfilter issue o [2002/07/05] kern/40206 Can not assign alias to any POINTOPOINT i o [2002/07/05] bin/40215 wpaul [nis] NIS host search not terminate o [2002/07/05] i386/40219 i386 [apm] apm breaks removable media o [2002/07/06] bin/40260 qa [sysinstall] hang when detecting devices f [2002/07/06] kern/40274 [if_fxp] "fxp: device timeout" errors dur o [2002/07/06] bin/40278 mktime returns -1 for certain dates/timez o [2002/07/07] bin/40282 /bin/kill has bad error checking for comm o [2002/07/10] kern/40394 if_tap driver hard coded permission check o [2002/07/12] bin/40471 des chpass(1) -a option broken in CURRENT o [2002/07/19] kern/40787 kernel panic if PCMCIA CD-drive with moun o [2002/07/19] usb/40792 usb signals lead to data loss on device ugen o [2002/07/22] kern/40895 scsi wierd kernel / device driver bug s [2002/07/30] kern/41138 [if_vr] vr0 locks up on one hub, OK on an o [2002/07/31] kern/41216 [nfs] Get "NFS append race" error o [2002/08/01] conf/41242 periodic scripts make unwarranted assumpt o [2002/08/03] bin/41297 mp {t,}csh backquote/braces expansion bug o [2002/08/04] kern/41331 threads Pthread library open sets O_NONBLOCK flag o [2002/08/07] kern/41402 [panic] kernel panics in pmap_insert_entr o [2002/08/07] bin/41410 /bin/sh bug on expanding $? in here-docum o [2002/08/08] bin/41435 brooks dhclient writes lease file that it can't o [2002/08/13] kern/41632 luigi bridging when one interface has no carrie a [2002/08/14] bin/41647 bms ifconfig doesn't accept lladdr along with o [2002/08/16] kern/41720 if_nge_load=YES make system not bootable o [2002/08/17] kern/41740 le [vinum] page fault while rebuilding; inab o [2002/08/18] bin/41757 qa [sysinstall] sysinstall 4.6.x unstable s [2002/08/19] bin/41776 bms mrouted doesn't route multicast packets o [2002/08/19] conf/41777 /etc/periodic/daily/100.clean-disks remov o [2002/08/20] docs/41824 murray LANG is not documented in setlocale(3) o [2002/08/21] bin/41850 qa [sysinstall] sysinstall fails to create r o [2002/08/25] bin/42004 quota and rpc.statd are still IPv4 only, p [2002/08/26] kern/42030 bms panic when zebra works on detaching tun i o [2002/08/27] kern/42089 phk ntp_gettime returns time in wrong scale o [2002/08/27] bin/42093 ypbind hangs on NIC with the lowest scope o [2002/08/28] misc/42115 luigi PicoBSD: fix build script for 4.6-STABLE f [2002/08/29] kern/42173 multimedia [sound] Sony VAIO FXA 53 (or FXA 679 in M o [2002/08/30] i386/42198 pjd Kernel panics or system hangs up with big s [2002/08/30] kern/42216 rwatson simultaneous multiple server network fail o [2002/09/04] bin/42407 ppp(8) IPV6CP fails o [2002/09/07] i386/42539 i386 [panic] Fatal Trap 12 resulting from Conn o [2002/09/09] kern/42578 Using PCI serial cards (puc) in SMP machi p [2002/09/09] kern/42580 robert kernel crash when starting ISC 3.2 X11 bi o [2002/09/10] kern/42621 imp Dell Inspiron 5000e hangs when using Orin o [2002/09/11] kern/42652 [smbfs] error deleting r/o (by windows) f o [2002/09/11] bin/42658 markm recompile /usr/src/libexec/telnetd and lo o [2002/09/13] gnu/42726 cvsadm cvs -R pserver & val-tags: story continue o [2002/09/13] i386/42750 i386 Fdisk makes no difference between FAT32, o [2002/09/14] kern/42769 [boot] Boot stalls if the system has a se o [2002/09/15] kern/42801 [hang] FreeBSD freezes when opening cuaa0 a [2002/09/18] kern/42937 bms panic when ARP cache uses up all mbufs o [2002/09/20] kern/42983 imp wi0 sporadically freezes the system for 1 o [2002/09/21] i386/43151 i386 [panic] Panic 20 seconds after resume o [2002/09/22] bin/43223 getnetby{name|addr} broken for DNS lookup o [2002/09/24] bin/43337 des fetch: -s fails if -4 or possibly other o a [2002/09/25] i386/43366 bms Cannot format media in USB floppy devices o [2002/09/29] kern/43491 microuptime () went backwards o [2002/09/30] bin/43501 getpwnam, getpwuid fail when linking agai o [2002/10/02] kern/43576 imp Problem with wi driver and Lucent Orinoco o [2002/10/02] bin/43592 mktime rejects dates at the start of dayl a [2002/10/03] kern/43605 luigi enabling polling in the kernel causes pag o [2002/10/03] kern/43625 imp Wi(4) driver hangs after long data transf o [2002/10/04] bin/43674 [patch] login(1): able to bypass expired o [2002/10/05] kern/43713 during install, mounting root from ufs:/d o [2002/10/08] conf/43837 wollman PKST (pakistan daylight time) changed fro o [2002/10/11] java/43924 glewis writing from JAVA to a pipe sometimes han o [2002/10/12] kern/43954 [nfs] nfs-blocked process can't return or a [2002/10/14] kern/44030 VNode/Swap troubles o [2002/10/15] kern/44087 [crash] fatal kernel trap when ifconfig a o [2002/10/16] i386/44130 i386 Enabled apm hangs up FreeBSD kernel on i8 o [2002/10/16] kern/44150 Diskless kernel may crash, depends on the o [2002/10/18] kern/44202 [if_rp] -stable rp driver does not work w o [2002/10/18] kern/44218 Init dies during boot after upgrade from p [2002/10/21] kern/44336 [nfs] NFSv3 client broken - security prob o [2002/10/21] kern/44355 gnn After deletion of an IPv6 alias, the rout o [2002/10/23] kern/44417 luigi [bridge] [patch] ipfw layer2 rules are no s [2002/10/27] bin/44518 yar ftpd does not show OPIE OTP challenge o [2002/10/27] docs/44519 obrien ftpd.conf(5) contains references to ftpd( o [2002/10/28] gnu/44564 peter [PATCH] Aborted cvs session causes an end o [2002/10/28] kern/44578 [nis] getnetgrent fails to read NIS netgr o [2002/10/30] kern/44744 [patch] [vn] VN devices can hang system F o [2002/11/01] bin/44808 [PATCH] opiepasswd makes bad seed for exi o [2002/11/04] i386/44867 i386 [hang] Frequent hard hangs on ASUS P4T-E/ o [2002/11/07] kern/45023 emulation flexlm does not run with linux-base-7, st o [2002/11/09] gnu/45168 Buffer overflow in /usr/bin/dialog o [2002/11/13] bin/45272 dump/restore problem f [2002/11/15] docs/45303 remko Bug in PDF DocBook rendering o [2002/11/15] kern/45322 Panic on resume (zone: entry not free) o [2002/11/17] kern/45373 mckusick softupdate / fs damaged after loss of pow o [2002/11/18] kern/45403 imp Cannot install -CURRENT via pccard networ o [2002/11/19] bin/45478 stefanf /bin/sh coredump o [2002/11/20] i386/45525 imp Dell Inspiron 7000 does not recognize PC- f [2002/11/20] bin/45529 johan hexdump core-dumps with certain args [PAT o [2002/11/21] kern/45558 [msdosfs] mdconfig and msdosfs make fs wr o [2002/11/21] bin/45565 qa [sysinstall] write error, filesystem full o [2002/11/21] kern/45568 gibbs ahc(A19160) pci parity error p [2002/11/25] kern/45733 bms file descriptor flags and socket flags ou o [2002/11/27] i386/45773 i386 [if_bge] Softboot causes autoconf failure o [2002/11/27] kern/45777 crashdump issue with too-small dumpdev o [2002/12/02] kern/45913 imp WaveLan driver problems with latest -CURR o [2002/12/04] bin/45990 dwmalone top dumps core if specific errors in pass o [2002/12/04] bin/45995 markm Telnet fails to properly handle SIGPIPE o o [2002/12/05] kern/46017 [smbfs] smb mounts break /etc/periodic/we o [2002/12/06] kern/46036 inaccurate timeouts in select(),nanosleep o [2002/12/10] usb/46176 usb [panic] umass causes kernel panic if devi o [2002/12/11] i386/46194 i386 [install] 5.0-RC1 kern floppy load fails o [2002/12/13] kern/46239 standards posix semaphore implementation errors o [2002/12/18] bin/46352 Open file descriptors and signal handling o [2002/12/19] i386/46371 usb USB controller cannot be initialized on I o [2002/12/23] i386/46484 i386 [if_bge] [panic] System panics upon confi p [2002/12/27] kern/46557 pjd ipfw pipe show fails with lots of queues a [2002/12/31] kern/46647 silby Failure to initialize MII on 3Com NIC res o [2003/01/01] bin/46670 qa [sysinstall] 5.0-RC2 install leaves CD dr o [2003/01/01] bin/46676 ru [PATCH] bsd.dep.mk restricts domain of ta o [2003/01/02] kern/46694 imp Getting DUP packets when in Promiscous mo o [2003/01/08] i386/46865 i386 [panic] kernel panic on SuperMicro 6012-8 o [2003/01/08] bin/46866 NIS-based getpwent() falsely returns NULL o [2003/01/17] i386/47167 i386 [panic] 5.0 RC 3 (and 2) has 1 second upt o [2003/01/20] i386/47236 i386 Console missing during bootup on Sony Pic o [2003/01/21] kern/47286 device probing not verbose when using boo o [2003/01/22] kern/47359 dd [snp] [panic] panic after kldunload snp o [2003/01/23] bin/47384 qa [sysinstall] sysinstall ignores intended o [2003/01/24] i386/47449 i386 [boot] Thinkpad 755CD floppy boot fails o [2003/01/27] kern/47544 scottl iir does not detect direct access drives o [2003/01/29] kern/47628 trhodes [msdosfs] [patch] msdosfs file corruption o [2003/01/29] kern/47647 [crash] init died with signal 6 [4.7] s [2003/02/02] kern/47813 pseudo-device gre doesn't appear to work o [2003/02/05] kern/47937 hw.ncpu and kern.smp.cpus duplicate same s [2003/02/05] kern/47939 [bktr] 5.0-Current freezes when bktr devi o [2003/02/05] kern/47951 [hang] rtld in ld.so will livelock in som o [2003/02/05] alpha/47952 alpha DEFPA causes machine check with V5.0-rele o [2003/02/07] kern/48033 [ffs] FFS superblock flags are being igno o [2003/02/07] kern/48062 mckusick mount -o snapshot doesn't work on +100GB o [2003/02/08] kern/48100 Fatal panic in vm_map_lookup_entry ... [S o [2003/02/09] kern/48117 SMP machine hang during boot related to i o [2003/02/11] kern/48166 panic: pmap_new_proc: u_map allocation fa o [2003/02/11] bin/48183 marcel [patch] gdb on a corefile from a threaded o [2003/02/14] bin/48271 bug with find's -delete option s [2003/02/14] kern/48279 [bktr] Brooktre878 may cause freeze o [2003/02/16] conf/48325 /etc/periodic/security/100.chksetuid does o [2003/02/17] kern/48393 mckusick [ufs] ufs2 snapshot code bugs p [2003/02/18] bin/48424 Integer overflow in cksum(1) and sum(1) f o [2003/02/18] kern/48425 Tape drive EOT handling problems in 4.7 o [2003/02/19] misc/48461 murray $EDITOR on the fixit CD is wrong. o [2003/02/26] i386/48691 i386 [panic] kernel panics on ASUS A7N266-VM M o [2003/02/27] bin/48730 sos burncd does not handle signals and causes o [2003/02/27] kern/48741 darrenr ipnat corrupts packets on gre interface w o [2003/02/27] i386/48752 i386 [hang] freeze when installing 5.0 Release o [2003/02/27] kern/48758 [modules] kldunload if_{nic} can cause ke o [2003/03/02] threads/48856threads Setting SIGCHLD to SIG_IGN still leaves z o [2003/03/03] bin/48865 Dumps made on FreeBSD 5.0-RELEASE are unr o [2003/03/03] conf/48881 [PATCH] The influence of /etc/start_ifnam o [2003/03/07] kern/48996 Fatal trap 12 with incoming traffic from o [2003/03/09] kern/49040 problem mounting root; ffs_mountroot can' o [2003/03/10] threads/49087threads Signals lost in programs linked with libc f [2003/03/13] bin/49984 des openSSH crashes while password based auth o [2003/04/03] kern/50574 mbr [if_dc] dc driver incorrectly detects ADM o [2003/04/11] kern/50827 [PATCH] no sane record locking on *nix. s [2003/04/12] kern/50856 [mfs] panic if mounting /tmp as mfs with o [2003/04/13] i386/50887 i386 MBR on kern.flp fails Compaq MBR validati p [2003/04/17] conf/51085 ache FreeBSD is missing ja_JP.eucJP locale. o [2003/04/18] www/51135 www Problems with the mailing-lists search in o [2003/04/20] bin/51171 /bin/sh has only 32-bit arithmetics that o [2003/04/21] standards/51209standards [PATCH] add a64l()/l64a/l64a_r functions o [2003/04/22] kern/51274 ipfw ipfw2 create dynamic rules with parent nu f [2003/04/23] kern/51308 multimedia [sound] Creative SB32 doesn't work under o [2003/04/23] kern/51332 mjacob QUIRK: BNCHMARK DLT1 requires SA_QUIRK_1F f [2003/04/24] kern/51338 multimedia [sound] [hang] system hangs randomly beca f [2003/04/24] kern/51341 ipfw ipfw rule 'deny icmp from any to any icmp o [2003/04/24] kern/51352 panic: malloc(M_WAITOK) in interrupt cont o [2003/04/29] kern/51583 [nullfs] [patch] allow to work with devic o [2003/04/30] bin/51628 [nis] ypmatch doesn't match keys in legac o [2003/05/02] kern/51685 [hang] Unbounded inode allocation causes o [2003/05/04] kern/51742 [panic] ffs_vfree: freeing free inode o [2003/05/06] bin/51827 getaddrinfo() is broken with numeric serv f [2003/05/06] bin/51892 des can't ssh after su to different local use o [2003/05/08] kern/51982 sio1: interrupt-level buffer overflows s [2003/05/11] ports/52079 ports-bugs vmware3 hangs when nmdm(4) is used as COM s [2003/05/12] kern/52110 green [unionfs] FS corruption when using unionf o [2003/05/12] i386/52128 i386 Unable to floppy install on Toshiba Libre o [2003/05/16] bin/52343 NIS login problem on the server o [2003/05/19] bin/52433 lines in /etc/group longer than 1024 char o [2003/05/19] kern/52445 [mfs] panic when mounting floppy on MFS f o [2003/05/22] i386/52556 i386 [if_sk] Syskonnect SK9843SX, sk driver, M o [2003/05/22] i386/52561 i386 5.1-BETA install fails on Dell PowerEdge o [2003/05/22] i386/52581 i386 Boot loaders reading more than one sector o [2003/05/22] kern/52585 bms Kernel panic with ipfw2 and syncookies o [2003/05/24] i386/52638 i386 SCSI U320 on SMP server won't run faster o [2003/05/28] bin/52743 /etc/ppp/ppp.linkup instability issues s [2003/05/28] kern/52745 [unionfs] Fatal trap 12: page fault while o [2003/05/31] kern/52818 vm_fault() calls vput() on shared-locked o [2003/06/03] kern/52916 le [vinum] vinum causes panic after start/st p [2003/06/04] kern/52935 bms occasional panic in ip_input with IPSEC o [2003/06/04] kern/52936 [nfs] Huge writes to nfs exported FAT fil o [2003/06/04] kern/52943 [hang] reproducable system stuck just bre o [2003/06/06] i386/52975 i386 CPUTYPE=k7 results in non-functional /boo o [2003/06/10] kern/53137 [panic] background fscking causing ffs_va o [2003/06/11] i386/53200 i386 [boot] 5.1-RC1 SMP kernel boot gags at "A o [2003/06/16] i386/53382 i386 Repetable panics in ffs_vget() on Prolian f [2003/06/18] kern/53433 heavy i/o on GBDE partition on SMP locks o [2003/06/18] bin/53434 pw disallow a password including space. o [2003/06/18] kern/53447 bde poll(2) semantics differ from susV3/POSIX a [2003/06/20] kern/53566 mbr [panic] IBM Eserver (245 || 345) + ServeR o [2003/06/22] bin/53606 roberto ntpdate seems to hang system o [2003/06/23] i386/53620 i386 [install] Kernel panics / reboots during o [2003/06/27] bin/53839 qa [sysinstall] disklabel editor fails on po f [2003/06/30] kern/53920 andre sluggish TCP connection o [2003/06/30] kern/53927 imp wi0: device timeout problem with PRISM 2. o [2003/06/30] kern/53940 imp Some WiFi devices cannot connect to hosta o [2003/07/02] i386/54033 i386 Disk lockup. o [2003/07/04] bin/54097 Non-local yppasswd -d broken in 5.1-CURRE o [2003/07/07] kern/54189 [dns] resolver should resolve hostnames w s [2003/07/08] kern/54211 rwatson Seeing other uid with kern.file sysctl. o [2003/07/10] kern/54309 silby TCP Packet of 64K-1 crashes FreeBSD4.8 o [2003/07/11] bin/54401 [patch] pppstats prints 0 for absolute va o [2003/07/12] standards/54410standards one-true-awk not POSIX compliant (no exte f [2003/07/13] ports/54424 daichi portupgrade ignores ALT_PKGDEP o [2003/07/13] bin/54446 pkg_delete doesn't honour symlinks, portu o [2003/07/14] java/54463 glewis Apparent bug in jdk13 o [2003/07/15] i386/54501 i386 Promise Ultra133 TX2 does not work proper s [2003/07/16] kern/54534 [unionfs] unionfs && mfs|md crashing mach f [2003/07/16] i386/54549 i386 [panic] panic on install on Dell 600sc f [2003/07/21] kern/54705 multimedia [sound] codec timeout during read of regi o [2003/07/22] i386/54756 acpi ACPI suspend/resume problem on CF-W2 lapt p [2003/07/28] ports/54970 trevor emulators/linux_base Port Makefile "dange o [2003/07/28] conf/54971 mtm /etc/rc.d/mountcritermote requires ldconf p [2003/07/29] kern/55018 andre [patch] Digiboard PC/Xem fails to initial o [2003/07/29] kern/55028 The broken FAT12 filesystem causes system o [2003/08/02] kern/55175 alfred LOR in select and poll f [2003/08/05] gnu/55278 Externs on implicit declarations o [2003/08/05] kern/55297 [vfs] [panic] kernel panic after running o [2003/08/07] bin/55346 /bin/sh eats memory and CPU infinitely o [2003/08/07] bin/55349 mbr Amd mixes up symlinks in it's virtual fil o [2003/08/08] bin/55366 le [vinum] [patch] vinum makes /dev/vinum wi o [2003/08/08] kern/55379 [panic] kernel crashes randomly o [2003/08/10] bin/55448 dbm_nextkey() misbehaves after dbm_store( o [2003/08/11] bin/55457 marcel GDB gets confused debugging libc_r thread a [2003/08/13] kern/55542 andre [patch] discard oversize frame (ether typ o [2003/08/13] i386/55555 i386 system freezes with access to /dev/ums0 o [2003/08/13] i386/55561 i386 SMbus and I2C don't attach when loaded as o [2003/08/15] i386/55603 i386 unable to reboot when system runs from My o [2003/08/15] i386/55615 i386 machine freezes - goes on after key press o [2003/08/16] kern/55617 [smbfs] Accessing an nsmb-mounted drive v o [2003/08/17] i386/55661 acpi ACPI suspend/resume problem on ARMADA M70 f [2003/08/20] kern/55727 glebius [if_rl] rl(4) not working in recent 4.8-S o [2003/08/20] kern/55822 acpi No ACPI power off with SMP kernel o [2003/08/21] bin/55829 __stderrp not defined in libc.so.3 (compa a [2003/08/24] i386/55930 i386 partly configured serial port freezes sys o [2003/08/24] kern/55934 le [vinum] [workaround] kernel panics while o [2003/08/25] bin/55956 passwd chat script not backward compatibl o [2003/08/25] bin/55965 sshd: problems with HostBasedAuthenticati o [2003/08/25] kern/55975 thomas ATAPICAM- READ_6(0x08) fails for ATAPI ta o [2003/08/26] kern/56008 scottl ps shows L flag erroneously with certain o [2003/08/27] kern/56024 acpi ACPI suspend drains battery while in S3 o [2003/08/27] kern/56031 luigi ipfw hangs on every invocation o [2003/08/29] bin/56147 FreeBSD/NetBSD /bin/sh mishandles positio f [2003/08/31] kern/56233 bms IPsec tunnel (ESP) over IPv6: MTU computa o [2003/09/02] kern/56339 select() call (poll() too) hangs, yet cal a [2003/09/03] ports/56363 perky The graphics/py-opengl port is broken o [2003/09/03] i386/56372 acpi acpi don't work on TYAN tiger100 M/B a [2003/09/03] kern/56381 das [unionfs] panic: page fault in fifo_close f [2003/09/04] docs/56456 blackend Initial import of the ro_RO.ISO889-2 doc/ s [2003/09/04] kern/56461 [rpc] FreeBSD client rpc.lockd incompatib p [2003/09/05] bin/56500 roam rpc.lockd needs to use reserved ports o [2003/09/06] kern/56513 [panic] panic in ugen w/ moused -p /dev/u p [2003/09/08] bin/56606 [2TB] df cannot handle 2TB NFS volumes o [2003/09/14] kern/56873 qa [boot] system hangs on boot at Buslogic d o [2003/09/17] i386/56937 i386 panic: system panic during high network l o [2003/09/20] i386/57043 i386 [if_ar] [hang] ar driver with 2 port PCI o [2003/09/22] usb/57085 sanpei [umass] umass0 problems, with Sony Vio/US a [2003/09/22] kern/57100 bms [bridge] disable hardware checksums when s [2003/09/24] kern/57174 sos 4.9-PRERELEASE panic: ata_dmasetup: trans o [2003/09/24] kern/57192 emulation linux-ibm-java1.4 freeze o [2003/09/24] kern/57195 [mfs] mount_mfs -i 512 => panic? o [2003/09/25] kern/57206 [backtrace] softdep_lock locks against it o [2003/09/26] bin/57255 usb usbd and multi-function devices a [2003/09/29] kern/57344 bms KMEM exhaustion from cloned routes o [2003/09/29] kern/57350 [panic] using old monocrome printer port s [2003/09/30] kern/57398 scsi Current fails to install on mly(4) based o [2003/10/01] kern/57453 [patch] if_kue hangs boot after warm boot o [2003/10/01] bin/57456 Telnet encryption gets out of sync o [2003/10/01] bin/57466 dialog(1) does not read stdin, breaks sub a [2003/10/01] kern/57479 bms FreeBSD Not in compliance with RFC 1122, p [2003/10/01] i386/57480 i386 Removing very large files using rm doesn' p [2003/10/02] bin/57484 bms routed not ignoring cloned routes f [2003/10/02] kern/57487 multimedia [sound] [patch] Sound stops working on my o [2003/10/04] bin/57554 sh(1) incorrect handling of quoted parame o [2003/10/05] kern/57603 [bktr] bktr driver: freeze on SMP machine o [2003/10/06] kern/57631 jhb [patch] boot failing for ALi chipsets o [2003/10/06] kern/57673 [disklabel] Odd/dangerous disklabel behav o [2003/10/07] kern/57722 [kern_resource.c] [patch] uidinfo list co o [2003/10/08] kern/57760 bms IPsec policy on inbound trafic is not enf o [2003/10/09] kern/57790 cdparanoia triggers kernel panic o [2003/10/09] i386/57818 i386 4.9-RC panics when kernel is built with a o [2003/10/10] kern/57832 scottl softdep_deallocate_dependencies: dangling o [2003/10/10] bin/57833 gad [PATCH] bin/ps cannot change title for ke o [2003/10/13] kern/57961 le [vinum] kmem_malloc(65536): kmem_map too o [2003/10/14] kern/57985 rwatson [patch] Missing splx in ether_output_fram o [2003/10/16] i386/58139 i386 [panic] -CURRENT panics on Thinkpad A31p o [2003/10/17] kern/58154 mckusick Snapshots prevent disk sync on shutdown o [2003/10/17] kern/58169 panic: vnode_pager_getpages: unexpected m o [2003/10/22] kern/58391 le [vinum] Trap 12 with heavy disk load on i o [2003/10/23] i386/58458 i386 ATAPI-CDROM DMA Support on ALi Aladdin V o [2003/10/24] conf/58504 /etc/periodic/daily/100.clean-disks trave o [2003/10/26] i386/58580 i386 After sysinstall, F2 fails; wrong device o [2003/10/26] kern/58581 [hang] System call gettimeofday hang 5.x o [2003/10/28] ports/58655 obrien A replacement patch is necessary for deve o [2003/10/29] bin/58687 deischen gethostbyname leaks kqueue file descripto o [2003/10/30] i386/58718 i386 need to remove battery before booting lap o [2003/10/31] kern/58752 le [vinum] vinum panics on create/resetconfi o [2003/10/31] kern/58787 peter [panic] pmap_enter: attemped pmap_enter o o [2003/11/02] i386/58826 i386 reboot on an IBM PC Server 315 merely hal o [2003/11/02] kern/58831 panic: vinvalbuf: flush failed o [2003/11/02] conf/58832 /etc/rc.d/ipsec starts not in time f [2003/11/03] kern/58870 bms page fault in kernel mode with ifconfig a f [2003/11/03] kern/58888 [if_xl] 4.9-RELEASE installation fails (x o [2003/11/04] kern/58930 [backtrace] Page fault when unplugging Al o [2003/11/05] kern/58941 rwatson acl under ufs2 doesn't handle disk corrup o [2003/11/05] bin/58951 [sysinstall] some problems with 4.9-RELEA o [2003/11/05] kern/58953 [puc] [patch] detect NetMOS-based six ser o [2003/11/09] bin/59095 kientzle tar(1) process hangs in endless loop o [2003/11/10] alpha/59116 alpha [ntfs] mount_ntfs of a Windows 2000-forma f [2003/11/11] kern/59172 bms Zebra interface route causes kernel panic o [2003/11/11] kern/59183 imp wi problems with wi_cmd o [2003/11/11] kern/59185 [panic] 4.9-RELEASE kernel panic (page fa o [2003/11/11] i386/59192 i386 ATA drive not spotted with SCSI drive o [2003/11/12] kern/59203 imp Panic with wi and newcard a [2003/11/12] kern/59211 [nwfs] System crashes when moving files f o [2003/11/13] i386/59248 i386 [panic] 4.9-RELEASE, ACPI Panic with Dell o [2003/11/13] i386/59251 i386 Failure of 4.8-RELEASE/4.9-RELEASE/5.1-RE o [2003/11/13] i386/59260 i386 [panic] Panic by integer divide fault in o [2003/11/15] kern/59296 Serial Line Noise Causes System Hang in L o [2003/11/15] kern/59303 le [vinum] vinum crashes kernel if concurren f [2003/11/22] kern/59594 [hang] I/O operations freeze system when f [2003/11/24] bin/59638 des passwd(1) does not use PAM to change the o [2003/11/24] kern/59652 cannot redirect kernel output to serial c a [2003/11/24] ports/59657 trevor emulators/linux_base-8 cpio for install w o [2003/11/25] i386/59683 i386 panic: signal 12 4.9-STABLE - frequent cr o [2003/11/26] i386/59701 i386 System hungup, after resume from suspend. o [2003/11/26] amd64/59714 amd64 device timeout and ad0: WARNING - WRITE_D o [2003/11/26] i386/59719 i386 [crash] 4.9 Crashes on SuperMicro with SM o [2003/11/27] kern/59728 mjacob Qlogic adapter DMA setup failure with PAE o [2003/11/28] bin/59777 ftpd(8)/FreeBSD 5: potential username enu o [2003/12/01] kern/59878 le [vinum] vinum panics 5.1 system s [2003/12/02] misc/59890 bugmeister send-pr database is spam harvested o [2003/12/02] i386/59895 i386 [hang] system hangs from disk IO errors [ f [2003/12/02] i386/59897 i386 [hang] problems with swap-pager with grea f [2003/12/02] i386/59898 i386 [boot] pxe boot: BTX halted o [2003/12/03] kern/59912 bms mremap() implementation lacking o [2003/12/04] kern/59945 [nullfs] [patch] nullfs bug: reboot after o [2003/12/04] i386/59959 i386 machine can not reboot itself with Mylex o [2003/12/05] gnu/59971 peter assertion "strncmp (repository, current_p o [2003/12/08] i386/60050 i386 Toshiba/3Com 3CXM056-BNW: Open Causes Int s [2003/12/09] ports/60083 phantom Unsafe use of getaddrinfo in jvm 1.4.2-p5 f [2003/12/11] usb/60131 usb [usb] Page fault on disconnect of USB dev o [2003/12/11] kern/60154 ipfw ipfw core (crash) o [2003/12/11] ports/60161 emulation Linux emulator (linux_base-8-8.0_3) doesn o [2003/12/14] i386/60226 i386 [ichsmb] [patch] ichsmb driver doesn't de o [2003/12/14] kern/60235 phk some /dev-entries missing for newly auto- o [2003/12/15] ports/60245 knu new lang/ruby16-shim-ruby18 bug in includ a [2003/12/15] kern/60247 le mutex problems in geom_io s [2003/12/15] usb/60276 usb [usb] Kernel panic when plugging in USB ( o [2003/12/17] i386/60328 i386 [panic] installing 5.1, 5.2RC and 5-CURRE o [2003/12/17] i386/60344 i386 [boot] Intel ICH5 SATA RAID boot problems o [2003/12/18] bin/60349 scottl [sysinstall] 5.2-RC1 cannot do NFS instal o [2003/12/19] bin/60385 vmstat/iostat/top all fail to report CPU o [2003/12/21] bin/60477 deischen [libc] [patch] need thread safe gethosten o [2003/12/21] bin/60478 deischen [libc] getaddrinfo not thread safe o [2003/12/23] kern/60526 Post-PAE stable SMP machine freezes o [2003/12/26] kern/60598 scsi wire down of scsi devices conflicts with o [2003/12/27] i386/60603 i386 dd causes error when copying cd from ATA o [2003/12/27] i386/60633 i386 [hang] SIS motherboard with the SIS 5591 o [2003/12/27] kern/60641 scsi [sym] Sporadic SCSI bus resets with 53C81 o [2003/12/28] i386/60646 i386 [hang] VIA C3 system hangs on reboot o [2003/12/29] docs/60679 doc pthreads documentation does not describe o [2003/12/29] i386/60681 i386 wicontrol -L critical crash (sigbus) o [2003/12/29] kern/60685 Intel 82559 NICs don't work in 4.9 o [2003/12/29] i386/60690 i386 atapicd driver causes spontaneous uncondi p [2004/01/03] kern/60856 bms [patch] panic: at tcp_output(), with TCPD o [2004/01/04] i386/60887 i386 can't boot when fbsd exists with other op o [2004/01/08] i386/61063 i386 [ata] ata hangs in smp system o [2004/01/09] kern/61108 kensmith Port linux_base-8-8.0_3: bash ls -l cause o [2004/01/09] kern/61129 thomas atapicam / UDMA cdrom loop o [2004/01/10] bin/61152 qa [sysinstall] installer refuses to mount U a [2004/01/10] kern/61165 scsi [panic] kernel page fault after calling c o [2004/01/12] i386/61253 i386 [panic] page fault on installation freebs o [2004/01/13] i386/61303 i386 5.2-REL hangs during boot with 3-port pyr o [2004/01/13] i386/61326 i386 Reboot while booting from 5.2-RELEASE CD o [2004/01/14] i386/61342 i386 [hang] CD-based installation crashes [4.9 o [2004/01/14] bin/61355 login(1) does not restore terminal owners f [2004/01/14] kern/61358 phk boot freezes while ATA GEOM slice detecti o [2004/01/15] kern/61390 [hang] Machine freeze when creating gif i o [2004/01/16] kern/61404 andre RFC1323 timestamps with HZ > 1000 f [2004/01/16] java/61407 phantom jdk14 port aborts making html32dtd o [2004/01/17] bin/61498 obrien [patch] Please MFC flex patch for gcc 3.x o [2004/01/18] kern/61544 ip6fw breakage on (at least) sparc64 o [2004/01/19] bin/61587 qa [patch] [sysinstall] installation problem o [2004/01/20] docs/61605 doc Improve documentation for i386 disk geome o [2004/01/20] usb/61627 usb [usb] [patch] New USB printer not support o [2004/01/20] i386/61646 i386 [workaround] Strange irq20 weirdness caus o [2004/01/21] bin/61658 qa [sysinstall] 5.2R error "Add of package q o [2004/01/21] kern/61669 [if_twe] writing to 3ware escalade spends f [2004/01/21] kern/61686 FreeBSD 5.2-RELEASE crashes when ACPI is f [2004/01/22] bin/61701 Segmentation fault on OPIE when sequence o [2004/01/22] i386/61709 i386 [panic] 5.2-REL i386 Crashes hard; panics o [2004/01/22] bin/61716 mckusick newfs: code and manpage are out of sync o [2004/01/22] kern/61733 imp panic: resource_list_release: resource en o [2004/01/22] kern/61746 [boot] system locks up on boot if both ap o [2004/01/23] kern/61774 [nis] nis security issue o [2004/01/24] bin/61811 qa [sysinstall] 5.2 release no resolv.conf c p [2004/01/24] i386/61852 alc i386 pmap SMP race condition can cause lo o [2004/01/25] i386/61890 qa [fdisk] FDisk uses incorrect calculations o [2004/01/26] bin/61937 qa [sysinstall] cannot install 5.2-REL via s o [2004/01/26] alpha/61940 alpha Can't disklabel new disk from FreeBSD/alp a [2004/01/26] kern/61960 sos [Patch] BigDrive support for PC-98 archit o [2004/01/26] i386/61970 i386 [panic] on boot, 5.1/5.2 (but not 5.0), S o [2004/01/27] alpha/61973 alpha Machine Check on boot-up of AlphaServer 2 o [2004/01/28] bin/62040 pkg_add(1) won't run because the ELF dyna o [2004/01/29] bin/62058 burncd doesn't work with Creative RW8438E f [2004/01/30] usb/62088 usb [usb] Logitech Cordless/Optical Mouse not o [2004/01/30] kern/62091 [hang] Random Lockups on Boot (Timecounte o [2004/02/01] ports/62213 trevor Cannot install any emulators/linux_base o [2004/02/01] kern/62216 perl syswrite not writing the buffer unde o [2004/02/01] ports/62217 knu dns/idnkit: runidn does nothing o [2004/02/01] kern/62228 le [vinum] Kernel improperly identifies part o [2004/02/02] bin/62255 peter 2003-12-18: Stable CVS Version 1.11.11 Re a [2004/02/02] kern/62278 iedowse [nfs] NFS server may not set eof flag whe o [2004/02/02] i386/62280 i386 [if_em] em0 broken after resume in 5.2-CU o [2004/02/02] kern/62284 panic: GENERIC panics on FreeBSD 5.X imme o [2004/02/03] amd64/62295 obrien ipsec failure on 5.2.1-RC amd64 o [2004/02/03] kern/62309 usb panic: ugen driver o [2004/02/05] bin/62367 qa [sysinstall] 5.2.1-RC installation proble o [2004/02/05] kern/62374 darrenr panic: free: multiple frees o [2004/02/05] bin/62375 qa [sysinstall] sysinstall core dump o [2004/02/06] conf/62417 luigi diskless op script failed o [2004/02/06] kern/62438 [patch] viapm patch for VT8235 o [2004/02/07] kern/62468 panic: system crashes when serial getty e o [2004/02/08] kern/62502 [modules] panic under double loading vinu f [2004/02/08] kern/62519 multimedia [sound] Intel ICH4 (82801DB) sound card d o [2004/02/09] i386/62565 i386 device.hints are not honored in 5.2.1-RC o [2004/02/10] kern/62658 [boot] loader/kernel answer to `boot -a' o [2004/02/12] amd64/62753 obrien txp(4) panics on amd4 o [2004/02/13] kern/62762 trhodes [msdosfs] Fsync for msdos fs does not syn o [2004/02/13] i386/62807 i386 4.9 SMP does not work with Compaq Smart o [2004/02/14] kern/62824 [panic] softdep_setup_inomapdep: found in o [2004/02/14] bin/62833 qa [sysinstall] can't install: integer divid o [2004/02/15] kern/62864 cognet Machine not reboot. o [2004/02/15] i386/62888 i386 ad4: WARNING - WRITE_DMA interrupt was se a [2004/02/16] kern/62906 peadar [patch] AGP misconfigures i845G chipset, o [2004/02/16] gnu/62937 Compilation of base src Perl with static o [2004/02/18] kern/63040 panic: kernel panic (sf_buff_alloc) o [2004/02/22] kern/63204 multimedia [sound] /dev/mixer broken with ESS Maestr o [2004/02/24] i386/63305 i386 reading udf filesystem on dvd+rw leads to o [2004/02/25] kern/63343 [boot] manual root filesystem specificati o [2004/02/25] kern/63360 [panic] page fault in ath kernel module i o [2004/02/26] bin/63391 Burncd DAO fails on some CD recorders o [2004/02/27] i386/63430 i386 [ata] TIMEOUT - ATA READ o [2004/02/27] kern/63431 [rtc] motherboard going to suspend mode s o [2004/02/27] i386/63441 i386 [panic] fatal trap 12 in pmap.c [4.9 with o [2004/02/27] i386/63449 i386 [boot] FreeBSD 5.2 and 5.2.1 releases won o [2004/02/27] i386/63467 i386 [ata] Sil 3114: RAID not detected using S o [2004/02/28] bin/63489 top, finger segfault when using NIS group o [2004/02/29] bin/63535 getpwent segfaults when NIS groups used b o [2004/02/29] kern/63557 thomas ATAPICAM broken in 5.2-CURRENT (REQUEST_S f [2004/03/01] usb/63621 usb [usb] USB MemoryStick Reader stalls/crash o [2004/03/02] kern/63629 thomas mounting atapicam volume through cd0c cau p [2004/03/02] kern/63662 [nullfs] using read-only NULLFS leads to o [2004/03/03] ports/63670 perl lang/perl5.8: 'Unable to read from thread o [2004/03/03] i386/63678 i386 5.2.1 installation hangs on t30 o [2004/03/03] kern/63724 ipfw IPFW2 Queues dont t work o [2004/03/04] i386/63731 i386 [boot] PATA to SATA converter on Promise o [2004/03/06] i386/63828 i386 [hang] when installing Release 5.2.1 (i38 o [2004/03/06] www/63854 www PR-web page loses text o [2004/03/07] i386/63871 i386 [panic] kernel panic in swi8 after 1 hour o [2004/03/09] i386/63992 i386 [hang] XFree86 4.3 hangs on IBM ThinkPad o [2004/03/09] i386/64002 acpi acpi problem p [2004/03/11] kern/64091 peadar [nfs] nfs data corruption at end of file o [2004/03/12] i386/64158 i386 5.2.1-RELEASE CD won't boot on acer Trave p [2004/03/12] kern/64169 linux binaries dump core on exit o [2004/03/13] ports/64191 ume security/cyrus-sasl2 Makefile doesn't obe o [2004/03/13] kern/64196 [patch] remove the arbitrary MAXSHELLCMDL f [2004/03/14] kern/64250 panic: 5.2.1 kernel panics on ifconfig wh s [2004/03/15] kern/64313 threads FreeBSD (OpenBSD) pthread implicit set/un o [2004/03/17] kern/64363 [panic] ffs_blkfree: freeing free block [ o [2004/03/18] kern/64406 panic: ffs_clusteralloc: map mismatch o [2004/03/19] bin/64445 peter "ypwhich -m" map enumeration is broken o [2004/03/19] i386/64450 i386 Lucent Technologies WaveLAN/IEEE (PCI) fr p [2004/03/22] kern/64573 alc mmap with PROT_NONE, but still could be r f [2004/03/22] kern/64594 glebius [if_rl] 5.2-CURRENT: driver 'rl' (RealTek o [2004/03/25] i386/64680 i386 5.2.1 pci-cfgintr steals serial mouse irq o [2004/03/25] i386/64716 i386 [nis] mv crashes FreeBSD 5.2.1-p3 o [2004/03/25] bin/64720 tail will not ctrl c o [2004/03/25] i386/64727 i386 [boot] cannot find disk on asus p4s533mx o [2004/03/26] bin/64738 [sendmail] SO_REUSEADDR doesn't seem to w a [2004/03/27] kern/64816 peadar [nfs] mmap and/or ftruncate does not work o [2004/03/28] kern/64826 [panic] with IPv6 on 4-STABLE after FreeB f [2004/03/28] kern/64831 tackerman [hang] Multiple em devices force system l o [2004/03/29] kern/64903 [modules] panic: multiple kldload of a mo o [2004/03/31] ports/64963 tobez Perl 5.8: make package deletes installed o [2004/03/31] bin/64990 /bin/sh unable to change directory but cu o [2004/04/02] java/65054 glewis Diablo 1.3.1 JVM runs out of file descrip o [2004/04/02] i386/65072 i386 hang on reboot not syncing drives on ibm o [2004/04/03] ports/65128 cy security/aide port fails with SIGBUS ever o [2004/04/03] i386/65137 i386 [boot] 5.2.1 Intall Boot from floppies pa f [2004/04/05] kern/65212 [hang] running startx hangs the system (a o [2004/04/05] bin/65223 fsck of 5.2 makes UFS1 inconsistent for 4 o [2004/04/07] kern/65282 [panic] Trap 12 kernel panic upon boot du o [2004/04/07] kern/65300 [udf] Can't use sendfile(2) to download f o [2004/04/11] kern/65428 panic: uscanner(4)-related repeatable ker o [2004/04/12] i386/65457 i386 BTX Halted when trying boot after success o [2004/04/14] i386/65523 i386 [patch] PXE loader malfunction in multipl o [2004/04/14] bin/65546 qa [sysinstall] 4.10-BETA fails to install f o [2004/04/16] kern/65616 bms IPSEC can't detunnel GRE packets after re o [2004/04/16] gnu/65641 Use of llabs() in C++ fails as ambiguous o [2004/04/17] i386/65648 imp cardbus("TI1131") won't work on Dell Lati o [2004/04/17] kern/65658 panic: kernel panic on i386 5.2.1 release o [2004/04/18] kern/65702 panic: kernel panic on i386 5.2.1 with nv o [2004/04/19] bin/65774 qa [sysinstall] cannot run repair disk when o [2004/04/19] i386/65775 i386 [panic] Transmeta crusoe without longrun s [2004/04/20] kern/65817 [if_sk] [panic] kernel panic with GENERIC f [2004/04/22] gnu/65869 cvs generates invalid cvs command lines o [2004/04/22] kern/65901 [smbfs] smbfs fails fsx write/truncate-do a [2004/04/23] ports/65906 phantom Compile of JDK-1.4 under FBSD-5.2.1 fails o [2004/04/23] kern/65920 [nwfs] Mounted Netware filesystem behaves o [2004/04/26] kern/66004 [panic] kernel panic on access to /dev/ul o [2004/04/27] kern/66025 panic: kernel panic in pagedaemon with vm o [2004/04/27] kern/66029 [patch] MD5 alignment problem on a TriMed o [2004/04/27] bin/66036 restore crashes (reproducable, core file s [2004/04/29] kern/66066 [unionfs] panic: ufs_direnter: compact2 o [2004/04/29] i386/66087 i386 [install] hang at PCI config [5.2.1] o [2004/04/30] bin/66103 macro HISADDR is not sticky in filters o [2004/05/01] i386/66133 i386 [boot] nvidia motherboard installer locks o [2004/05/01] java/66151 java JBuilderX (sun jvm 1.4.1 builtin) crashes o [2004/05/01] kern/66152 [unionfs] laying unionfs over another uni o [2004/05/02] kern/66162 phk gbde destroy error o [2004/05/04] bin/66242 endless loop in sh(1) o [2004/05/05] kern/66270 mckusick [hang] dump causes machine freeze o [2004/05/05] kern/66290 imp pccard initialization fails with "bad Vcc o [2004/05/06] i386/66306 i386 pnpbios_identify() queries for more devic p [2004/05/07] kern/66348 rik [if_cx] FR mode of cx (Cronyx Sigma) does o [2004/05/07] i386/66350 qa [sysinstall] sysinstall creates a partiti o [2004/05/07] i386/66368 i386 [install] 4.9 install fails with MODE_SEN o [2004/05/11] bin/66523 atacontrol allows to detach a channel in o [2004/05/13] kern/66611 [nfs] Crashing NFS servers (with workarou a [2004/05/14] kern/66634 tackerman hard lock with em driver o [2004/05/18] kern/66786 [nfs] panic: exporting msdosfs causes nfs o [2004/05/18] conf/66791 Old dev.db leads to the wrong program beh o [2004/05/18] kern/66829 [unionfs] mounting fdesc union on /dev pa o [2004/05/18] bin/66830 chsh/ypchsh do not change user informatio o [2004/05/19] kern/66848 imp cardbus power support breaks cardbus supp o [2004/05/19] i386/66876 i386 [patch] Cannot extract tar(1) multi-volum o [2004/05/20] bin/66950 qa [sysinstall] upgrading to 4.10-RC3: packa o [2004/05/20] kern/66960 [patch] filesystems not unmounted during o [2004/05/21] bin/66984 qa [2TB] [patch] teach sysinstall about larg o [2004/05/22] i386/67047 i386 [mpt] mpt driver does not recognize messa o [2004/05/22] i386/67050 imp CardBus (PCI ?) resource allocation probl o [2004/05/25] bin/67167 FreeBSDs ftpd has problems under -CURRENT o [2004/05/27] i386/67273 acpi [hang] system hangs with acpi and Xfree o [2004/05/28] kern/67301 panic: uftdi, RTS and system panic o [2004/05/29] kern/67326 [msdosfs] crash after attempt to mount wr o [2004/05/29] conf/67328 Usermode PPP hangs on boot when NIS confi o [2004/06/01] i386/67469 i386 src/lib/msun/i387/s_tan.S gives incorrect p [2004/06/03] kern/67546 [2TB] Coredumps > 2Gb do not work (on 64b o [2004/06/06] ports/67625 trevor Linux_base fails to install f [2004/06/06] alpha/67626 alpha X crashes an alpha machine, resulting reb o [2004/06/07] i386/67688 i386 5.2.1 initial floppy boot fails with Fata p [2004/06/09] i386/67760 jhb [PATCH] Getting AGP/DRM working for VIA K f [2004/06/09] kern/67769 Fxtv 1.03 cause the Desk top (KDE) to Fre o [2004/06/10] kern/67794 panic: ffs panic during high filesystem a o [2004/06/11] i386/67833 i386 [boot] 4.10 does not boot after enabling o [2004/06/14] kern/67919 imagemagicks convert image to movie conve a [2004/06/15] i386/67955 i386 [panic] -current on T40p kernel trap 12 i o [2004/06/16] bin/67995 Morse plays beeps 10 times faster than it p [2004/06/16] kern/68013 jeff tp->snd_wl1 & snd_wl2 are not updated in o [2004/06/17] bin/68047 [sysinstall] unattended install of FreeBS o [2004/06/18] kern/68076 [modules] Page fault when the sequence "k o [2004/06/19] i386/68103 i386 [panic] ASUS P4P8X mb at ffs/ffs_softdep. o [2004/06/20] kern/68131 emulation java/linux-ibm-jdk14: linux ibm jdk 1.4.1 o [2004/06/20] i386/68149 i386 FreeBSD 4.10 installation blocking on ASU o [2004/06/24] ports/68260 markm [PATCH] Removal of -lcompat from freebsd- o [2004/06/24] i386/68277 i386 [kbd] Compact Evo N610c (Laptop): Using e o [2004/06/25] kern/68324 panic: Duplicate free of item 0xc3121908 o [2004/06/25] kern/68325 panic: _mtx_lock_sleep: recursed on non-r o [2004/06/26] kern/68351 [if_bge] bge0 watchdog timeout on 5.2.1 a o [2004/06/26] ports/68396 sumikawa Racoon racoon-20040617a Interoperability o [2004/06/27] i386/68411 i386 VMware Virtual Machine - Network Fails Du o [2004/06/28] i386/68438 i386 bootloader cannot read from icp vortex ar o [2004/06/28] kern/68442 [panic] acquiring duplicate lock of same o [2004/06/29] i386/68486 i386 logo screensaver kills compaq ML370 conso o [2004/07/01] kern/68546 [ata] system seems to hang during stress o [2004/07/01] i386/68554 i386 [hang] system freeze on Compaq Evo 600c [ o [2004/07/02] kern/68576 rwatson UFS2 snapshot files can be mounted read-w o [2004/07/06] bin/68727 marcel gdb coredumps after recent CURRENT upgrad o [2004/07/10] kern/68889 rwatson [panic] m_copym, length > size of mbuf ch o [2004/07/10] i386/68899 i386 Problems reading and writing DVD-RAM disc o [2004/07/13] kern/68978 [crash] firewire crashes with failing har o [2004/07/13] kern/68987 panic: kmem_malloc(163840): kmem_map too o [2004/07/13] usb/69006 usb [patch] Apple Cinema Display hangs USB po o [2004/07/13] kern/69019 [if_wi] wlan stalling after 2-3 hrs of mo o [2004/07/14] i386/69049 i386 [install] error "anic: page fault" o [2004/07/14] kern/69058 panic: kernel reads unmapped memory while o [2004/07/14] kern/69066 panic: nmdm page fault when slattach on a o [2004/07/15] kern/69092 [if_rl] kernel: rl0: watchdog timeout o [2004/07/15] kern/69100 [nwfs] panic: 5.2.1p9 kernel panics when o [2004/07/16] kern/69141 panic: softdep_lock [5.2.1-RELEASE, SMP] o [2004/07/16] kern/69158 [if_an] Cisco MPI350 wireless card proble o [2004/07/18] i386/69218 simokawa [boot] failure: 4.10-BETA and later do no o [2004/07/19] i386/69260 i386 [install] Problem starting the installati o [2004/07/19] i386/69281 i386 init dies when MAXSSIZ, MAXDSIZ, and DFLD a [2004/07/20] ports/69322 vs ghostscript-afpl (8.14_5.1) fails if I tr o [2004/07/26] kern/69607 [crash] system crashes in if_tap module [ o [2004/07/26] kern/69612 [panic] 4.10-STABLE crashes everyday: pag o [2004/07/26] kern/69629 [panic] Assertion td->td_turnstile o [2004/07/27] kern/69663 ddb's panic comand can not dump o [2004/07/28] amd64/69704 amd64 ext2/ext3 unstable in amd64 o [2004/07/28] amd64/69707 amd64 IPC32 dont work OK in amd64 FreeBSD o [2004/07/28] bin/69723 sysinstall: allow to continue from packag o [2004/08/03] bin/69942 [sysinstall] sysinstall changes /etc/rc.c p [2004/08/03] kern/69953 anholt VIA agp: System reboots on startx with DR o [2004/08/05] i386/70028 i386 umass isuue in the boot prcess on SONY La o [2004/08/11] ports/70309 sumikawa [patch] racoon disrupt manually-keyed IPS o [2004/08/11] i386/70330 marcel Re-Open 33262? - gdb does not handle pend o [2004/08/12] kern/70360 [if_twe] Random lock-ups with 3ware RAID o [2004/08/13] i386/70386 i386 IBM x345 Freezes Randomly o [2004/08/15] i386/70482 i386 Array adapter problems o [2004/08/16] i386/70525 i386 [boot] boot0cfg: -o packet not effective o [2004/08/16] i386/70531 i386 [patch] boot0 hides Lilo in extended slic o [2004/08/17] kern/70587 [patch] NULL pointer dereference in vm_pa o [2004/08/18] bin/70600 [fsck] fsck throws files away when it can o [2004/08/18] docs/70616 brd [patch] incompleteness and error in su(1) o [2004/08/19] kern/70649 [rtc] system clock slows down when heavil o [2004/08/19] kern/70663 [ipx] Freebsd 4.10 ncplogin + Netware 4.1 f [2004/08/20] ports/70695 hrs teTeX (port source print/teTeX) ends with o [2004/08/20] i386/70747 i386 ddos attack causes box to crash on kernel o [2004/08/21] kern/70753 [boot] Device for firewire hard disk not o [2004/08/21] bin/70803 truss wedges if child exits at the wrong o [2004/08/22] kern/70809 [panic] ufs_direnter: compact1 o [2004/08/25] i386/70925 i386 [hang] 5.3Beta1 acpi-pci driver failure, f [2004/08/25] kern/70931 [panic] page fault at end of boot on Athl o [2004/08/26] conf/70973 [patch] script 800.loginfail does not rep o [2004/08/26] bin/70974 [rpc] SIGSEGV in rpc.lockd o [2004/08/26] threads/70975threads unexpected and unreliable behaviour when o [2004/08/26] i386/71000 i386 [boot] BTX halted when booting from CD on o [2004/08/27] i386/71035 i386 [kbd] SMP boot hangs in bus_space_write_1 o [2004/08/27] i386/71048 i386 [hang] ASUS TUV4X hangs when SONY CRX140E o [2004/08/28] i386/71087 i386 [hang] 5.3-beta(2-5) fail to install on e o [2004/08/29] kern/71109 alc [patch] Possible race conditions in pmap. o [2004/08/30] kern/71131 [panic] profile.sh causes bfe to panic o [2004/08/30] i386/71144 i386 FBSD5.3b2 doesn't boot on a Compaq Armada o [2004/08/30] bin/71147 sshd(8) will allow to log into a locked a o [2004/08/30] usb/71155 usb [usb] misbehaving usb-printer hangs proce o [2004/08/30] i386/71158 i386 pci bus number 3 devices are missing on l o [2004/08/30] gnu/71160 marcel gdb gets confused about active frame o [2004/08/31] i386/71190 i386 Dead thinkpad R31 after installing 5.2.1 o [2004/08/31] kern/71198 Lack of PUC device in GENERIC kernel caus f [2004/08/31] i386/71208 i386 Intel EtherExpress not working o [2004/09/02] bin/71290 [PATCH] passwd cannot change passwords ot o [2004/09/02] kern/71310 jeff [panic] kernel crash on rtprio pid priori o [2004/09/03] bin/71323 qa [sysinstall] FTP download from floppy boo p [2004/09/05] kern/71388 rwatson [panic] due mac_policy_list_conditional_b o [2004/09/05] kern/71391 [nfs] [panic] md via NFS file + mount -t o [2004/09/05] i386/71392 i386 5.3-Beta[2-5] crash after final sync when o [2004/09/05] kern/71394 [boot] unable to mount troot device in bo o [2004/09/05] kern/71402 rwatson panic with lomac o [2004/09/06] kern/71421 [hang] [sched_ule] filesystem operations o [2004/09/06] i386/71428 i386 DMA does not work on VIA 82C586 [4.10] o [2004/09/07] i386/71470 i386 [hang] Asus P4P800-E Promise 20378 RAID 1 o [2004/09/07] amd64/71471 amd64 Can not install 5.3beta3/amd64 on IBM eSe o [2004/09/08] kern/71478 [nis] NIS/NFS: res_mkquery failed [4.2] p [2004/09/10] kern/71547 anholt R200 (8500) hang on startx (nforce2) a [2004/09/10] kern/71568 brooks [kbd] [patch] unable to install FreeBSD u o [2004/09/11] bin/71594 [patch] pkg_install (sign) - variables ma o [2004/09/11] bin/71602 [PATCH] uninitialized "len" used instead o [2004/09/11] bin/71603 "systat -v" enters infinite loop p [2004/09/12] kern/71638 anholt Radeon 9200 SE with Xorg 6.7 and DRI 5.0. o [2004/09/12] i386/71641 i386 5.3-BETA3: wi0 hangs during kernel load f [2004/09/12] amd64/71644 amd64 [panic] amd64 5.3-BETA4 crash when heavy o [2004/09/12] bin/71651 [PATCH] cron may attept to close unopened o [2004/09/12] kern/71677 rwatson MAC Biba / IPFW panic f [2004/09/13] kern/71695 brooks [hang] ifconfig hanging box o [2004/09/14] sparc64/71729sparc64 printf in kernel thread causes panic on S o [2004/09/15] kern/71771 [if_amr] Hang during heavy load with amr o [2004/09/15] kern/71778 scsi 5.3 BETA3 doesnt see Adaptec 2015S FW Rev o [2004/09/16] kern/71785 anholt panics in X (Xorg and XFree86) with ATI c a [2004/09/16] bin/71786 [patch] adduser breaks if /sbin/nologin i f [2004/09/16] kern/71791 [panic] Fatal trap 12: page fault while i o [2004/09/16] kern/71792 [patch] Wrong/missing 'goto' target label o [2004/09/17] kern/71827 jeff [ule] [panic] Running java applications c o [2004/09/19] kern/71918 4.5 disklabel gets damaged when mounted b o [2004/09/22] kern/71999 recurring panic in 4.10: ata_dmasetup: tr o [2004/09/22] i386/72004 i386 [boot] FreeBSD 5.2.1 install hangs with e o [2004/09/22] kern/72007 [panic] clist reservation botch [4.10] o [2004/09/23] kern/72022 packet loss on loopback interface [5.3-BE o [2004/09/23] kern/72041 [hang] Deadlock when disk is destroyed wh o [2004/09/24] i386/72065 i386 4.x and 5.2.1 doesn't recognize PCnet/ISA o [2004/09/27] ports/72122 mharo sudo 1.6.8p1 with pam-krb5 authentication o [2004/09/27] kern/72130 Promise Fastrack sx4000 boot problem o [2004/09/28] ports/72149 nectar [PATCH] heimdal with LDAP backend - bad s o [2004/09/28] java/72151 phantom JVM crash on 5.2.1-R o [2004/09/29] kern/72163 ACPI Panics on boot with 5.3-BETA-3 and u o [2004/09/30] gnu/72200 bzXgrep fails to detect that its matcher o [2004/09/30] kern/72208 panic: bio_completed can't be greater tha o [2004/09/30] kern/72210 andre ipnat problem with IP Fastforward enable o [2004/09/30] kern/72211 Cannot boot 5.3-BETA6 with both SCSI and o [2004/09/30] i386/72215 i386 with acpi enabled network card will not w o [2004/10/03] kern/72278 Installworld crashes machine [5.3-BETA7] o [2004/10/03] docs/72285 doc GCC manuals are out of sync o [2004/10/04] kern/72305 boot hangs after discovering disks when a o [2004/10/04] i386/72334 i386 7) i386|[boot] FreeBSD 5.3 Beta6 and Beta o [2004/10/05] i386/72343 i386 Suspend resets system on Inspiron 5160. o [2004/10/05] threads/72353threads Assertion fails in /usr/src/lib/libpthrea o [2004/10/06] bin/72370 obrien awk in -current dumps core p [2004/10/06] kern/72372 anholt radeon 9200se atlantis dri hangs X (nforc o [2004/10/06] i386/72376 i386 acpi is mutually exclusive with snd_mss o o [2004/10/06] i386/72378 i386 [if_skc] NFS hangs in 5.3-BETA7 [3Com gbi o [2004/10/06] kern/72396 [patch] Incorrect network accounting with o [2004/10/07] i386/72416 i386 FreeBSD 5.3-BETA7: The alternate systemcl o [2004/10/07] kern/72424 panic: ffs_blkfree: freeing free block in o [2004/10/07] threads/72429threads threads blocked in stdio (fgets, etc) are f [2004/10/08] kern/72439 multimedia [sound] Sound not functioning for VIA_823 o [2004/10/08] i386/72441 i386 HP Proliant DL380 hangs on reboot with 5. o [2004/10/09] i386/72456 i386 5.xx Releases Do Not Identify ATA when 4. o [2004/10/09] usb/72466 brooks [kbd] USB keyboard does not respond in si o [2004/10/10] kern/72490 Panic mounting cdrom with RWCombo Abort trap (core dumped) o [2004/11/04] kern/73538 [if_bge] problem with the Broadcom BCM578 o [2004/11/05] bin/73559 sos [burncd] failure closing/fixating DVD-+R/ o [2004/11/06] bin/73617 qa [sysinstall] fdisk editor unmarks active o [2004/11/07] amd64/73650 amd64 5.3-release panics on boot o [2004/11/08] i386/73658 i386 [if_ed] ed(4) can't get correct MAC addre o [2004/11/08] i386/73666 i386 5.3 UDMA error WD1600 can't partition dri o [2004/11/08] kern/73673 ifconfig tun0 destroy report: ifconfig: S o [2004/11/09] i386/73706 jhb ATA_IDENTIFY timed out under FreeBSD 5.3 o [2004/11/09] kern/73719 rwatson Page fault in bpf_mtap () o [2004/11/09] kern/73740 [Panic] & [nfs(?)] 5-3-R#3 panic when acc o [2004/11/09] kern/73744 printing via cups causes "Interrupt storm o [2004/11/10] amd64/73775 amd64 Kernel panic (trap 12) when booting with o [2004/11/11] ports/73797 portmgr Be causious compiling with -O2 (use -fno- o [2004/11/11] kern/73830 le kernel panic when raid5 member disk is re o [2004/11/12] kern/73850 thomas atapicam and Zip drive causes reboots upo o [2004/11/12] kern/73871 Intersil Prism wireless wi0 locks up, "bu o [2004/11/13] kern/73910 ipfw [ipfw] serious bug on forwarding of packe o [2004/11/14] i386/73934 i386 fdisk sees disk as empty f [2004/11/16] kern/73987 multimedia [sound] Nforce2 MB sound problem o [2004/11/16] i386/74008 i386 IBM eServer x225 cannot boot any v5.x - e o [2004/11/16] kern/74012 FreeBSD 4.10 stops responding while playi o [2004/11/16] amd64/74014 amd64 5.3-RELEASE-AMD64 freezes on boot during o [2004/11/16] misc/74019 Not NOMAN requires NO_CXX in make.conf o [2004/11/17] bin/74043 [PATCH] sh trap builtin does not properly o [2004/11/17] i386/74044 i386 ServerWorks OSB4 SMBus interface does not o [2004/11/18] i386/74074 i386 hw.ata.wc=0 / but write cache still enabl o [2004/11/19] kern/74104 ipfw ipfw2/1 conflict not detected or reported p [2004/11/19] kern/74105 rwatson IPX protocol support doesn't work o [2004/11/19] i386/74124 i386 ata0 failure on HP(Vectra) VL6/350 [intro o [2004/11/19] bin/74127 [patch] patch(1) may misapply hunks with o [2004/11/19] kern/74136 FreeBSD 5.3 does not see RAID 1 drive onl o [2004/11/20] kern/74171 [serial] Fatal trap 12: page fault while o [2004/11/21] i386/74217 i386 init died [Presario 2500] o [2004/11/22] kern/74230 periodic Fatal trap 12: page fault while o [2004/11/22] kern/74238 firewire [firewire] fw_rcv: unknown response; fire s [2004/11/22] kern/74242 rwatson Write to fifo with no reader fails in 6.0 p [2004/11/22] bin/74255 des sshd produces Zombies with UsePam and Pri f [2004/11/22] ports/74265 x11 XFree86 Version 4.4.0 with KDE 3.1 freeze o [2004/11/22] kern/74272 Interrupt storm detected on "irc10:atapci o [2004/11/24] kern/74309 xterm -C and rxvt -C do not grab /dev/con o [2004/11/24] kern/74319 system reboots after few hours [5.3] [smp o [2004/11/25] kern/74386 phk [patch] Killing watchdogd does not shutdo a [2004/11/26] kern/74432 Yamaha DS-1E produces "kernel: Danger! pc o [2004/11/29] kern/74495 wi wlan driver device freeze (5.3-STABLE) o [2004/11/29] ports/74518 openoffice openoffice-1.1 build failure on 4-stable: o [2004/11/29] gnu/74531 gcc doesn't link correctly if -pg specifi o [2004/12/01] i386/74576 i386 FAILURE - ATA_IDENTIFY no interrupt o [2004/12/01] i386/74601 i386 Cardbus fails after busdma_machdep.c upda o [2004/12/02] i386/74605 i386 5.3 networking impossibly slow on 32M p15 o [2004/12/02] kern/74607 scsi FreeBSD 5.3 install CD crashes on SCSI de o [2004/12/02] conf/74610 Hostname resolution failure causes firewa o [2004/12/02] kern/74627 scsi [ahc] [hang] Adaptec 2940U2W Can't boot 5 f [2004/12/03] kern/74635 yar [panic] vlan over fxp driver IP assignmen o [2004/12/04] kern/74690 [patch] support for SanDisk 8-in-1 in uma s [2004/12/05] kern/74708 UMAPFS kernel panic o [2004/12/05] amd64/74747 amd64 System panic on shutdown when process wil o [2004/12/06] ports/74760 java java/javavmwrapper messes up amavisd-new o [2004/12/06] kern/74771 mounting write-protected umass device as o [2004/12/06] kern/74778 ipsec passthrough / nat-t crash freebsd f o [2004/12/06] bin/74779 Background-fsck checks one filesystem twi o [2004/12/07] bin/74801 cpio -p --sparse creates truncated files o [2004/12/07] kern/74809 [panic] [modules] smbfs panic o [2004/12/07] i386/74816 i386 OS crash with kernel trap 12 in different o [2004/12/08] kern/74852 page fault: after a few days init causes s [2004/12/08] ports/74857 ports-bugs clamav socket problem a [2004/12/08] ports/74866 portmgr Update Mk/bsd.port.mk to support python p o [2004/12/08] kern/74877 Panic after halting the system - vrele: n o [2004/12/10] kern/74915 le vinum: kernel panic with dumpconfig while o [2004/12/10] kern/74923 [ipx] [panic] kernel panic with ncplist o a [2004/12/10] bin/74926 dds look(1) will silently ignore input from n p [2004/12/10] bin/74929 des DES/BLF login.conf classes not working wi o [2004/12/11] kern/74935 andre [patch] TCP simultaneous open fails. o [2004/12/12] kern/74968 cdparanoia torture wedges CD-drive and PA o [2004/12/12] kern/74976 5.3-STABLE: vn_finished_write triggered p o [2004/12/12] i386/74988 i386 dma errors with large maxtor hard drives p [2004/12/13] kern/75014 rwatson When close ipx socket kernel panic o [2004/12/14] i386/75041 i386 [if_sk] sk driver gets "Corrupt MAC on in o [2004/12/14] ports/75048 seanc www/mod_backhand nsswitch problem : nss_d o [2004/12/15] kern/75099 OpenOffice makes the system freeze o [2004/12/15] kern/75122 silby [PATCH] Incorrect inflight bandwidth calc o [2004/12/16] kern/75157 Cannot print to /dev/lpt0 with HP Laserje f [2004/12/16] kern/75159 rodrigc (SC|VGA)_NO_FONT_LOADING in kernel config o [2004/12/18] amd64/75209 amd64 5.3-Release panics on attempted boot from o [2004/12/18] kern/75233 breaking fdformat /dev/fd0 resets device o [2004/12/19] kern/75249 [boot] 5.x install CD hangs on VirtualPC o [2004/12/19] kern/75250 gibbs timedout_scbs is not initialized with LIS o [2004/12/19] bin/75258 [patch] dd(1) has not async signal safe i o [2004/12/19] threads/75273threads FBSD 5.3 libpthread (KSE) bug o [2004/12/20] ports/75315 obrien the shells/bash2 port is broken on -CURRE o [2004/12/21] kern/75368 [panic] initiate_write_inodeblock_ufs2() o [2004/12/21] threads/75374threads pthread_kill() ignores SA_SIGINFO flag o [2004/12/22] kern/75407 an0: no carrier after short time o [2004/12/23] amd64/75417 amd64 ACPI: SATA Hard-disk o [2004/12/25] kern/75482 simokawa [patch] bug in fwohci_pci.c causes cdrom f [2004/12/25] kern/75483 ipfw ipfw count does not count o [2004/12/26] kern/75510 panic: kmem_malloc(4096): kmem_map too sm o [2004/12/27] i386/75531 i386 Various DMA errors result in system panic o [2004/12/27] kern/75541 [sysv] [patch] Forgotten tunables for sys p [2004/12/27] kern/75542 rwatson Inconsistent naming of a tunable and weir p [2004/12/30] ports/75645 trevor Fix errors in emulators/linux_base-8 for o [2004/12/30] usb/75648 usb [panic] panic while loading usb.ko on 4.1 o [2004/12/31] kern/75687 multimedia [patch] [sound] No sound on PC which is i o [2005/01/01] usb/75705 usb [panic] da0 attach / Optio S4 (with backt o [2005/01/01] docs/75711 keramida opendir manpage o [2005/01/03] kern/75733 harti ATM driver problem. o [2005/01/03] kern/75755 kmem_malloc(45056): kmem_map too small: 3 o [2005/01/03] kern/75773 [panic] sysctl -a panic o [2005/01/04] kern/75780 [backtrace] [5.3R panic] panic: vm_page_f o [2005/01/04] kern/75794 tackerman em driver alignment problems o [2005/01/04] usb/75797 usb 5.3-STABLE(2005 1/4) detect USB headset, o [2005/01/04] kern/75823 wi0 interface self-destructs after a coup o [2005/01/05] kern/75850 Reboot hangs when swap resides on disks t o [2005/01/06] kern/75875 acd0: FAILURE - READ_BIG ILLEGAL REQUEST o [2005/01/06] i386/75887 i386 [pcvt] with vt0.disabled=0 and PCVT in ke o [2005/01/08] bin/75931 Got "bus error" on running certain apps o [2005/01/09] kern/75978 Linksys WPC11 ver 3 wifi card locks up 5 p [2005/01/09] bin/75980 expand(1) breaks tab columns in Japanese o [2005/01/10] kern/76023 [panic] xmms causes panic f [2005/01/10] ports/76029 mita misc/mgp-mode.el is already included in m o [2005/01/11] kern/76080 [panic] "bio_completed .. greater than bi o [2005/01/12] kern/76126 [patch] [nfs] 4.11 client will send a NFS o [2005/01/12] bin/76134 fetch(1) doesn't like 401 errors with -A o [2005/01/12] amd64/76136 amd64 system halts before reboot f [2005/01/12] ports/76174 cy problem with ftp/sftp o [2005/01/13] usb/76204 usb panic while using usb attached modem o [2005/01/13] kern/76207 [patch] Null pointer dereference in xl_de o [2005/01/14] kern/76237 le vinum panics on ufs_baddir, possible link o [2005/01/17] amd64/76336 amd64 racoon/setkey -D cases instant "Fatal Tra o [2005/01/17] i386/76372 i386 cannot burn iso image disk2 of any releas o [2005/01/18] usb/76395 usb USB printer does not work, usbdevs says " o [2005/01/18] kern/76398 stdio can lose data in the presence of si o [2005/01/18] kern/76410 [patch] Null pointer dereference in net/b o [2005/01/19] kern/76464 mlaier PF, set loginterface & non existing inter o [2005/01/20] i386/76487 i386 Compiled GENERIC kernel (and non-GENERIC) o [2005/01/20] kern/76504 silby Keep-alives doesn't work on half-closed s o [2005/01/21] kern/76525 select() hangs on EOF from named pipe (FI o [2005/01/21] kern/76538 nfs-write on gbde partition stalls and co o [2005/01/21] usb/76554 usb Panram "yoyo" USB MP3 player causes panic o [2005/01/22] bin/76578 uniq truncates long lines to LINE_MAX o [2005/01/23] bin/76588 OpenSSL fails on loading keyfiles from BI o [2005/01/24] java/76631 java any port linux-*-jdk12 will core dump if o [2005/01/24] ports/76633 kwm Totem will not play DVDs o [2005/01/25] ports/76644 emulation FreeBSD 5.3 will freeze or crash when run o [2005/01/25] kern/76663 panic with FAST_IPSEC and IPv6 o [2005/01/25] i386/76666 i386 Booting and Sound are mutually exclusive o [2005/01/25] kern/76672 Problem with cardbus and vlans o [2005/01/25] usb/76684 usb Toshiba PDR-M4 camera connected via USB h o [2005/01/26] threads/76694threads fork cause hang in dup()/close() function o [2005/01/27] i386/76737 i386 CardBus problem (cbb1: Could not map regi o [2005/01/28] kern/76792 le vinum not working with aac disk devices f [2005/01/30] ports/76838 edwin multimedia/pvr250 problems in 4.x with co o [2005/01/30] kern/76848 [if_amr] amr hangs p [2005/01/31] kern/76890 glebius [patch] em driver does not send routing m o [2005/01/31] kern/76893 Fatal divide in booting processes with Bu o [2005/01/31] i386/76925 i386 standard pci-ide, install - "NO DISKS FOU o [2005/02/01] kern/76937 Page fault while in kernel mode under hea o [2005/02/01] i386/76944 i386 [busdma] [patch] i386 bus_dmamap_create() o [2005/02/01] i386/76948 i386 [if_rl] Slow network with rl0 o [2005/02/01] kern/76968 Failing to boot into machine o [2005/02/02] amd64/77011 amd64 consisten 5.3-p5 make crash on installwor o [2005/02/02] kern/77026 umount-ing non-existent device panics sys p [2005/02/03] bin/77067 stefanf /bin/sh premature termination when 'set - o [2005/02/04] amd64/77101 amd64 Please include ULi M1689 LAN, SATA, and A o [2005/02/05] ports/77115 phantom jdk15 and amd64, ${ARCH} bug o [2005/02/06] i386/77154 i386 5.3 refuses to boot when IDE channel2 is o [2005/02/06] kern/77181 [patch] [newfs] newfs -g largevalue, mkdi o [2005/02/06] usb/77184 usb kernel panic on USB device disconnect o [2005/02/07] kern/77195 darrenr [patch] Ipfilter ioctl SIOCGNATL does not o [2005/02/09] kern/77289 system hangs while trying to unmount prev o [2005/02/09] usb/77294 usb ucom + ulpcom panic o [2005/02/09] i386/77325 dfr valgrind hangs at program completion, see o [2005/02/10] i386/77335 i386 Can not initial Ethernet Broadcom UDI PXE o [2005/02/10] kern/77337 Samba3+FAT32->Reboot o [2005/02/10] conf/77340 rc awk used in /etc/rc.d/nsswitch when not a p [2005/02/11] conf/77384 brooks /etc/rc.d/var uses commands from /usr/bin o [2005/02/12] sparc64/77417sparc64 [panic] with high usage of cpu when lan u o [2005/02/13] kern/77432 [PATCH] It is not possible to load nfs4cl o [2005/02/13] kern/77439 WAG511 NETGEAR pccard does not attach (De o [2005/02/13] i386/77443 i386 Can't access floppy - "/dev/fd0: Input/ou o [2005/02/13] bin/77455 [natd] fatal trap 19 in natd o [2005/02/13] kern/77463 [PATCH] Local DoS from user-space in NFS o [2005/02/14] kern/77493 [named pipes] freebsd 5.3 + bash process o [2005/02/14] i386/77529 i386 installation of freebsd 5.3 in laptop an o [2005/02/15] ports/77574 nectar net/nss_ldap locks out when cd'ing to see o [2005/02/16] kern/77588 [if_em] PREEMPTION problems in combinatio o [2005/02/16] usb/77604 usb Sluggish Logitch LX700 USB Mouse o [2005/02/17] amd64/77629 amd64 aMule hardlocks AMD64 system o [2005/02/17] kern/77631 [if_sis] sis network driver broken in 5.3 o [2005/02/17] i386/77643 sos SATA PCI controllers fail with WRITE_DMA o [2005/02/17] bin/77651 init can loose shutdown related signals o [2005/02/17] ports/77656 phantom java/jdk15 - (AMD64) install problem. o [2005/02/18] kern/77665 rwatson multicast sockets + interface removal = p o [2005/02/18] kern/77684 tx(4) driver causes machine to lockup o [2005/02/19] i386/77710 emulation Linux page fault sigcontext information i o [2005/02/20] kern/77753 DVD-writer fails to fixate DVD f [2005/02/20] usb/77799 usb [panic] on attach of a mp3 player to USB f [2005/02/20] kern/77805 Boot hangs with ACPI enabled o [2005/02/21] i386/77825 i386 [if_dc] dc driver pagefaults on bootup o [2005/02/21] ports/77873 portmgr New variable: USE_BSD_MK o [2005/02/22] conf/77932 [patch] pf and ipfw periodic scripts not o [2005/02/22] i386/77935 i386 Can't boot with 5.x CD or floppy o [2005/02/23] usb/77940 usb [patch] [panic] insertion of usb keyboard o [2005/02/23] amd64/77949 amd64 Pb boot FreeBSD 64 o [2005/02/23] ports/77954 trevor emulators/linux_base for amd64 fails to i o [2005/02/23] kern/77982 [if_lnc] [patch] lnc0 can NOT be detected o [2005/02/25] docs/78062 doc Sample Echo Pseudo-Device Driver for Free o [2005/02/25] i386/78075 i386 filesystem corruption p [2005/02/25] bin/78085 robert id command inconsistency f [2005/02/25] ports/78086 bms multimedia/dirac: install failure (patch o [2005/02/25] bin/78087 groups program inconsistency o [2005/02/27] docs/78154 doc [PATCH] Make en_US FreeBSD Handbook more o [2005/02/27] gnu/78161 [patch] typo in gzexe o [2005/02/28] kern/78179 bus_dmamem_alloc() with BUS_DMA_NOWAIT ca o [2005/02/28] kern/78216 WRITE_DMA UDMA ICRC errors while copying o [2005/03/01] i386/78218 usb kue not detected on Sony PCG-F370 VAIO o [2005/03/01] i386/78219 i386 Netgear FA-410TX is incorrectly detected o [2005/03/01] kern/78227 Destroying a network interface leaks kern f [2005/03/01] ports/78245 linimon make no longer working in /usr/ports o [2005/03/02] i386/78301 i386 Fatal trap 12 o [2005/03/03] i386/78339 i386 BTX loader crashes on boot on HP Proliant o [2005/03/03] docs/78357 doc getaddrinfo()'s AI_ADDRCONFIG not documen o [2005/03/03] kern/78382 wpaul [if_ndis] dhclient on ndis0 causes kernel o [2005/03/04] kern/78384 [panic] Reproducible panic with port iplo o [2005/03/04] amd64/78406 amd64 [panic]AMD64 w/ SCSI: issue 'rm -r /usr/p o [2005/03/04] ports/78428 openoffice Openoffice-1.1.4 stops compiling -> dmake o [2005/03/05] kern/78434 [patch] vfs_mount: -current does not cdbo p [2005/03/06] kern/78478 rwatson writing to closed socket does not generat o [2005/03/07] i386/78517 i386 WRITE_DMA and READ_DMA timeouts with ATI o [2005/03/07] amd64/78558 amd64 installation o [2005/03/08] bin/78570 "wicontrol -i wi0 -C" outputs garbage o [2005/03/10] i386/78657 i386 [if_xe] [hang] error installing 5.3-RELEA o [2005/03/10] threads/78660threads Java hangs unkillably in STOP state after o [2005/03/10] i386/78666 i386 ata0-master: FAILURE ATA-IDENTIFY timed o o [2005/03/13] conf/78762 [patch] /etc/rc.d/ipfw should excecute $f o [2005/03/13] kern/78791 xl input errors and speed problem o [2005/03/14] kern/78801 mux ping: sendto: No buffer space available o [2005/03/14] amd64/78848 amd64 [if_sis] sis driver on FreeBSD 5.x does n f [2005/03/15] kern/78868 gibbs [scsi] Adaptec 29160 fails with IBM LTO-2 o [2005/03/16] i386/78929 i386 atapicam prevents boot, system hangs o [2005/03/16] i386/78930 i386 SuperMicro web server with 5.3-RELEASE ke o [2005/03/17] kern/78946 vm_pageout_flush: partially invalid page o [2005/03/17] kern/78953 bp [smbfs] smbfs getdirentries() failure cau o [2005/03/17] kern/78956 Only one write operation attempted on RAI o [2005/03/17] bin/78964 qa [sysinstall] can not write labels to hdd o [2005/03/17] kern/78968 FreeBSD freezes on mbufs exhaustion (netw o [2005/03/18] kern/78987 scottl [patch] udf fs: readdir returns error whe o [2005/03/18] usb/78989 usb please add USB keyboard support to instal o [2005/03/19] ports/79014 nork building www/linuxpluginwrapper fails. o [2005/03/19] kern/79025 [patch] && in /usr/src/etc/Makefile needs o [2005/03/21] i386/79073 i386 System panic and hang after creating a la o [2005/03/21] i386/79080 acpi acpi thermal changes freezes HP nx6110 o [2005/03/21] i386/79081 acpi ACPI suspend/resume not working on HP nx6 o [2005/03/22] usb/79140 usb WD Firewire/USB Combo hangs under load on o [2005/03/22] i386/79141 i386 5.4Beta1 does not recognize my intel grap o [2005/03/23] kern/79148 DHClient / Ethernet Card not communicatin o [2005/03/23] kern/79160 xl_detach cause panic o [2005/03/23] kern/79168 Problems running two firewire disks on on o [2005/03/23] i386/79169 i386 freeze with striped USB Drives under high o [2005/03/24] kern/79208 [nfs] Deadlock or starvation doing heavy o [2005/03/24] kern/79214 [nfs] iozone hurts tcp-based NFS o [2005/03/25] ports/79231 x11 XORG / FBSD5.4 stuck at 640x480 on HP XE2 o [2005/03/26] kern/79255 Fixating CDRW with burncd(8) hangs system o [2005/03/26] kern/79262 [if_dc] Adaptec ANA-6922 not fully suppor o [2005/03/26] bin/79263 find -exec {} + fails with -or and ! o [2005/03/27] i386/79268 i386 5.3-RELEASE won't boot on Compaq Armada 4 o [2005/03/27] usb/79269 usb USB ohci da0 plug/unplug causes crashes a o [2005/03/27] usb/79287 usb UHCI hang after interrupt transfer o [2005/03/28] kern/79295 umount oddity with NFS (fwe) over VIA Fir o [2005/03/28] kern/79323 [if_wi] authmod setup with ifconfig on dl o [2005/03/29] kern/79324 [if_bge] Broadcom bge chip initialization p [2005/03/29] kern/79332 [patch] "ffs_mountroot: can't find rootvp o [2005/03/29] kern/79333 pjd GEOM MIRROR mount root problem o [2005/03/29] kern/79334 [ata] ATA_IDENTIFY timed out for 5.3 and o [2005/03/29] kern/79336 [nfs] NFS client doesn't detect file upda o [2005/03/29] kern/79339 [patch] Kernel time code sync with improv o [2005/03/30] bin/79376 moused causes random mouse events with a o [2005/03/31] ports/79386 kwm patch multimedia/gstreamer-plugins: wrong o [2005/03/31] ports/79397 clement news/inn fails to build nnrpd under RELEA o [2005/03/31] i386/79409 i386 [ataidle?] Come back from idle make the s o [2005/04/02] usb/79436 usb Panic: ohci_abort_xfer: not in process co o [2005/04/02] kern/79493 [PATCH] [if_tun] Reproducible if_tun pani o [2005/04/04] usb/79524 usb printing to Minolta PagePro 1[23]xxW via o [2005/04/05] kern/79546 glebius dummynet & ipfw tee: kernel may hang (end o [2005/04/07] kern/79621 qa [sysinstall] sysinstall does not create a o [2005/04/07] usb/79622 imp USB devices can be freed twice o [2005/04/07] usb/79656 usb [usb] RHSC interrupts lost o [2005/04/07] docs/79658 doc Freebsd Handbook incorrect about ATAPI CD o [2005/04/08] kern/79660 ATAPI CD driver /dev/acd0tNN fails if dev o [2005/04/08] kern/79665 [panic] "unmount: dangling vnode" on amd o [2005/04/08] threads/79683threads svctcp_create() fails if multiple threads o [2005/04/08] i386/79686 i386 Spurious notebook disk errors from ATA dr o [2005/04/08] kern/79693 jhb SMP: msleep and sleepq_broadcast race o [2005/04/08] kern/79700 [nfs] suspending nfs file access hangs ot o [2005/04/09] kern/79703 [hang] RocketRaid 1820A has problems with o [2005/04/09] usb/79722 usb [usb] wrong alignments in ehci.h o [2005/04/09] i386/79729 i386 umass, da0 not detected by devfs for o [2005/04/09] i386/79730 i386 SLIM DRIVE COMBO fails with READ_BIG erro o [2005/04/11] i386/79779 i386 If system memory is above 4GB, one parts o [2005/04/11] kern/79783 ata: hw.ata.atapi_dma=1 reduces HDD writi o [2005/04/11] i386/79784 i386 [if_bfe] Broadcom BCM4401 : no carrier o [2005/04/11] kern/79785 realtek NIC will crash a heavy BSD system f [2005/04/11] i386/79797 i386 [panic] pmap_dev: Coud't alloc kernel vir o [2005/04/12] i386/79807 i386 Lock Up on Old Acer P1 Comp o [2005/04/12] amd64/79813 amd64 Will not install/run on amd64 nForce 4 pl o [2005/04/12] i386/79833 i386 BTX crashes on boot when using Promise TX o [2005/04/13] docs/79857 doc manpage about ntp is wrong o [2005/04/14] kern/79895 darrenr 5.4-RC2 breaks ipfilter NAT when using ne o [2005/04/14] kern/79905 multimedia [sound] sis7018 sound module problem o [2005/04/14] bin/79910 qa [sysinstall] Cannot escape from failed po o [2005/04/14] kern/79912 multimedia [sound] sound broken for 2 VIA chipsets: o [2005/04/14] kern/79940 [panic] 5.3 with kernel debug causes pani o [2005/04/14] ports/79941 openoffice Openoffice 1.1.4_1 binary packages (i386) o [2005/04/14] i386/79943 i386 Very High interupt rate on PCM o [2005/04/16] kern/79988 darrenr [trap] page faults while in kernel mode o [2005/04/16] kern/79989 [panic] nfs_inactive() / sched_switch() p o [2005/04/16] kern/80005 [if_re] re(4) network interface _very_ un p [2005/04/17] kern/80035 glebius netgraph is causing crash (free()->panic) o [2005/04/17] usb/80040 usb [hang] Use of sound mixer causes system f f [2005/04/17] kern/80041 multimedia [sound] snd_via8233 does not support VIA8 o [2005/04/17] kern/80042 FreeBSD 5.4 RC2: Promise PDC20265 on A7V o [2005/04/18] bin/80074 [openssl] Bug in OpenSSL's sk_insert() ca o [2005/04/19] kern/80088 [smbfs] Incorrect file time setting on NT o [2005/04/19] amd64/80114 amd64 kldload snd_ich causes interrupt storm wh o [2005/04/20] kern/80136 [md] [crash] mdconfig can reboot the syst o [2005/04/20] kern/80166 ups [panic] Debugger SMP race panic o [2005/04/22] ports/80245 vs net-mgmt/zabbix: Error in Zabbix rc.d fil o [2005/04/22] usb/80260 usb Travan USB tape drive fails to write o [2005/04/22] kern/80266 rwatson [patch] IPX routing doesn't work o [2005/04/22] i386/80268 i386 [crash] System with Transmeta Efficeon cp o [2005/04/25] kern/80321 ups serial db problems o [2005/04/25] kern/80322 TCP socket support broken on a busy port p [2005/04/25] bin/80346 stefanf [PATCH] Misuse of el_init() can lead mult s [2005/04/26] kern/80354 andre [crash] Path MTU discovery ICMP NATD BSD o [2005/04/26] usb/80361 usb mounting of usb-stick fails o [2005/04/26] usb/80373 usb usb keyboard does not respond o [2005/04/26] kern/80381 5.4 RC3 can't allocate ps/2 irq, no psm, o [2005/04/27] bin/80389 kuriyama rpc.lockd brokenness f [2005/04/27] sparc64/80410sparc64 netgraph is causing crash with mpd on spa o [2005/04/28] i386/80426 i386 5.4-RC3 still panic when boot on ASUS P2B o [2005/04/28] i386/80433 i386 write failure on transfer! o [2005/04/28] threads/80435threads panic on high loads o [2005/04/30] kern/80469 [smbfs] mount_smbfs causes freebsd to reb o [2005/04/30] ports/80491 doceng Dependency error between packages prebuil o [2005/05/01] ports/80514 ports-bugs emulators/vmware3: vmmon_smp.ko does not o [2005/05/01] kern/80519 [ntfs] Write capability for ntfs filesyst f [2005/05/02] kern/80539 bug /dev/bpf (/usr/ports/net-mg o [2005/05/03] kern/80572 [bridge] bridge/ipfw works intermittantly o [2005/05/04] usb/80628 usb recent USB MFCs cause panics o [2005/05/05] ports/80633 delphij mail/spamd: problems with rcNG (if spamd o [2005/05/05] ports/80679 emulation emulators/linux_base-8: Use ${MACHINE_ARC o [2005/05/06] usb/80685 usb panic in usb_cold_explore() at begining o [2005/05/06] amd64/80691 amd64 amd64 kernel hangs on load o [2005/05/06] kern/80694 [kbd] [patch] atkbd looped on Acer Travel o [2005/05/06] kern/80714 drop/boot to single user hangs on 5.4-REL o [2005/05/07] kern/80739 Strange panic (keyboard related?) on 5.4 o [2005/05/08] kern/80742 [PATCH] Local DoS in sys/compat/pecoff (+ o [2005/05/08] kern/80784 mux fxp gives device timeouts o [2005/05/08] bin/80798 mount_portal pipe leaves file descriptors o [2005/05/09] usb/80829 usb possible panic when loading USB-modules o [2005/05/09] ports/80837 emulation x11-toolkits/linux-gtk: cannot install by o [2005/05/10] docs/80843 doc [patch] Suggested doc fix for psm0 / hand o [2005/05/10] kern/80853 [patch] [if_ed] add support for Compex RL o [2005/05/10] usb/80862 usb USB locking issues o [2005/05/10] ports/80869 girgen postgresql80-* does not handle Kerberos c o [2005/05/11] sparc64/80890sparc64 [panic] kmem_malloc(73728): kmem_map too f [2005/05/11] ports/80892 daichi portupgrade ignores configfile o [2005/05/11] bin/80913 ipfw /sbin/ipfw2 silently discards MAC addr ar o [2005/05/12] ports/80926 emulation running $PREFIX/etc/rc.d/vmware.sh return o [2005/05/12] kern/80932 tackerman [patch] Degraded performance of em driver o [2005/05/12] kern/80938 gmirror: DEVFS Overflow table f [2005/05/13] kern/80969 glebius [panic] Repeatable double fault panic aft o [2005/05/13] kern/80980 [patch] problem in "sys/i386/include/bus. o [2005/05/13] i386/80989 i386 Cannot install 5.4-RELEASE both in my sys o [2005/05/14] kern/81000 [apic] Via 8235 sound card worked great w o [2005/05/14] kern/81019 RealTek 8169S32 behaves erratically o [2005/05/14] amd64/81037 amd64 SATA problem o [2005/05/16] kern/81095 IPsec connection stops working if associa p [2005/05/16] i386/81111 i386 /boot/loader causes reboot due to CFLAGS+ o [2005/05/17] kern/81146 multimedia [sound] Sound isn't working AT ALL for Si o [2005/05/17] kern/81147 tackerman em0 reinitialization while adding aliases o [2005/05/18] kern/81180 bktr(4) driver cannot capture both audio o [2005/05/18] kern/81202 glebius nmap scan causes box to get immediately r o [2005/05/18] kern/81207 [if_ndis] NDIS wrapper doesn't probe my c o [2005/05/18] i386/81215 i386 X Freeze on Dell Inspiron 9100 with Radeo p [2005/05/19] bin/81231 des Patch pam_ssh to reject keys with no pass o [2005/05/19] kern/81232 [panic] vrele: negative ref o [2005/05/19] i386/81235 i386 /sys/i386/conf/GENERIC needs "options ASR o [2005/05/19] threads/81258threads Thread specific data is sometimes assigne o [2005/05/19] amd64/81272 amd64 JDK 1.5 port doesn't build. o [2005/05/19] kern/81282 le Check parity with gvinum causes panic o [2005/05/20] kern/81301 problems with new "contigmalloc" routine o [2005/05/20] usb/81308 usb Polling a ugen(4) control endpoint causes o [2005/05/20] i386/81311 i386 [smp] [hang] Athlon MP SMP + 3ware + em0 o [2005/05/20] kern/81322 [if_lnc] [hang] lnc driver causes lockups o [2005/05/20] kern/81324 darrenr [panic] "Duplicate free of item %p from z o [2005/05/20] amd64/81325 amd64 KLD if_ath.ko: depends on ath_hal - not a o [2005/05/23] bin/81389 brian ( usermode ppp ) LCP Negotiation Never Fi o [2005/05/23] bin/81390 ( usermode ppp ) LCP Negotiation Never Fi o [2005/05/24] bin/81429 [patch] Error in /etc/rc.subr: jail+devfs p [2005/05/24] ports/81440 cy Major improvements to x11-wm/fvwm2-devel o [2005/05/25] ports/81464 knu ruby-1.8.2_3 stack handling broken due to o [2005/05/26] usb/81524 usb panic: usb_cold_explore: busses to explor o [2005/05/27] kern/81539 The fxtv program freezes systems o [2005/05/27] kern/81545 PPTP mpd-link stops to send and/or receiv o [2005/05/28] amd64/81602 amd64 SATA crashes with parallel pcm access o [2005/05/28] kern/81606 darrenr ipnat fails to start after upgrade to REL o [2005/05/29] ports/81631 ports-bugs new port: german/tvbrowser o [2005/05/30] kern/81644 [modules] if_vge does not work properly w o [2005/05/31] gnu/81689 Unable to connect via SSH using protocol f [2005/05/31] i386/81694 i386 boot loader doesn't work after the world o [2005/06/01] kern/81770 [nfs] Always "NFS append race" at every N f [2005/06/01] usb/81774 usb 2nd generation iPod mini cannot be mounte o [2005/06/02] kern/81807 Silo overflows with serial multiport card o [2005/06/03] ports/81821 kwm port multimedia/gstreamer-plugins build b o [2005/06/04] conf/81882 [patch] missing terminal definition for w o [2005/06/04] kern/81887 scsi Adaptec SCSI 2130S aac0: GetDeviceProbeIn o [2005/06/04] i386/81903 i386 Installer hangs on all menu entries on To s [2005/06/06] ports/81940 gerald wine produces err:heap:HEAP_CreateSystemH o [2005/06/06] kern/81943 des [patch] _assert_sbuf_integrity causes pan p [2005/06/07] kern/81978 yar [ PATCH ] if_vlan didn't pass the ALLMULT o [2005/06/07] bin/81997 ntpd fails to bind to IP-address o [2005/06/08] i386/82029 i386 Boot Loader installation on MegaRAID cont p [2005/06/08] bin/82030 simon [sysinstall] Choosing an alternate defaul o [2005/06/08] kern/82043 multimedia [sound] snd_emu10k1 - mixer does not work o [2005/06/09] conf/82059 [patch] /etc/rc.d/localpkg: partially sor o [2005/06/09] kern/82064 anholt DRM not working with SMP o [2005/06/09] amd64/82071 amd64 incorrect -march's parameter to build 32b o [2005/06/10] ports/82097 lev subversion name resolution failure o [2005/06/11] kern/82143 kqueue on FreeBSD 4.11 fails to report UD f [2005/06/13] java/82183 java Cannot install Java 1.5, lots of missing o [2005/06/13] usb/82198 usb Panic on attaching of ONKI N-338 USB MP3 o [2005/06/13] bin/82207 tcpslice(1) incorrectly handles dates whe o [2005/06/14] kern/82219 [panic] in dumping if watchdog enabled. o [2005/06/14] kern/82227 [digi] Xem: chained concentrators not rec o [2005/06/14] ports/82241 anders minicom port references old serial port n a [2005/06/15] bin/82263 compat 4x broken after last update o [2005/06/15] kern/82271 pf [pf] cbq scheduler cause bad latency o [2005/06/15] usb/82272 usb Can not recognize Casio camera EX-Z40 as o [2005/06/15] i386/82285 i386 [race] kernel panic during reboot o [2005/06/15] docs/82296 doc ttys(5) man page misleads about use for n o [2005/06/16] conf/82314 brooks [patch] /etc/rc.d/netif does not build th o [2005/06/17] usb/82350 usb [usb] null pointer dereference in USB sta o [2005/06/19] amd64/82425 amd64 fxp0: device timeout, fxp interface dies o [2005/06/20] kern/82442 [panic] Fatal trap 12 in em driver on 4.1 o [2005/06/21] kern/82464 Sony Ericsson GC75 GPRS MODEM not recogni o [2005/06/21] kern/82468 Using 64MB tcp send/recv buffers, traffic o [2005/06/21] kern/82482 [patch] hptmv ( Highpoint RocketRaid 1820 o [2005/06/21] kern/82491 [patch] bootpd shouldn't ignore requests o [2005/06/21] kern/82497 if_vge (via Gigabit Ethernet) on AMD64 on f [2005/06/21] ports/82498 ports-bugs xemacs spews 'X Error of failed..." whene o [2005/06/22] usb/82520 usb Reboot when USL101 connected o [2005/06/22] conf/82526 [patch] /etc/rc.d/ntpd is being started t o [2005/06/23] amd64/82555 amd64 Kernel Panic - after i connect to my "amd o [2005/06/23] sparc64/82569sparc64 USB mass storage plug/unplug causes syste o [2005/06/25] ports/82641 sobomax Remove or mark BROKEN misc/zaptel on 4.x o [2005/06/25] kern/82649 [panic] some request to DVDROM causes ker o [2005/06/25] standards/82654standards C99 long double math functions are missin o [2005/06/26] usb/82660 usb EHCI: I/O stuck in state 'physrd'/panic o [2005/06/26] bin/82667 burncd doesn't abort on error conditions o [2005/06/26] kern/82668 ATA timeouts on 5.4-stable o [2005/06/28] bin/82720 <[patch] Incorrect help output from growf o [2005/06/28] kern/82727 firewire [modules] kernel module if_fwip fails to o [2005/06/28] kern/82755 [panic] during periodic ncvs.sh script at o [2005/06/29] ports/82759 delphij Source navigator installs in wrong direct o [2005/06/29] ports/82771 ale Setting "BUILD_OPTIMIZED=yes" breaks port o [2005/06/30] kern/82805 [panic] sched_switch ched_4bsd.c:865 / nf o [2005/06/30] kern/82806 darrenr ipnat doesn't handle out of order fragmen f [2005/06/30] ports/82824 daichi sysutils/portupgrade fails to build due t o [2005/07/01] kern/82846 phk Kernel crash in 5.4 with SMP,PAE o [2005/07/01] ports/82856 ports-bugs vmware3 port fails to compile on FreeBSD o [2005/07/02] kern/82881 ng_fec(4) causes kernel panic after inter o [2005/07/03] kern/82919 [bridge] [patch] Bridge configuration upd f [2005/07/04] www/82961 remko CSR's listing is way out of date o [2005/07/04] bin/82975 route change does not parse classfull net o [2005/07/05] amd64/83005 amd64 Memory Occupied during installation of th o [2005/07/05] kern/83017 [modules] snd_ich freezes system when bei f [2005/07/07] i386/83078 i386 Need to develop the network driver for Bo o [2005/07/07] bin/83080 DHCP configuration fails while installing p [2005/07/07] bin/83085 des [patch] double free() in openpam o [2005/07/07] kern/83098 'vrele: negative ref cnt' in shutdown wit o [2005/07/07] kern/83107 delphij [patch] libc uuid_compare() doesn't work o [2005/07/07] bin/83114 DHCP configuration fails while installing o [2005/07/09] ports/83183 olgeni webmin/perl coredumps o [2005/07/09] bin/83195 nvi loses edited file on network disconne o [2005/07/10] i386/83214 i386 FreeBSD 5.4 cannot install on IC35L120AVV o [2005/07/10] ports/83223 tobez lang/perl5.8: perl-after-upgrade do nothi o [2005/07/11] ports/83252 openoffice Openoffice-1.1.4 build failure: Died at . o [2005/07/11] kern/83254 [digi] driver can't init Digiboard PC/4e o [2005/07/11] misc/83289 I get an error while trying to update (ma o [2005/07/11] kern/83297 Possible issue with FreeBSD 5.4 jailing a o [2005/07/12] kern/83319 Systencrash on Heavy HardDisk Load. o [2005/07/12] bin/83336 [ PATCH ] libc's parse_ncp() don't check o [2005/07/12] bin/83338 [ PATCH ] libc's getent() don't check for o [2005/07/12] bin/83340 [ PATCH ] setnetgrent() and supporting fu o [2005/07/12] bin/83344 [ PATCH ] Improper handling of malloc fai o [2005/07/12] bin/83347 [ PATCH ] improper handling of malloc fai o [2005/07/12] bin/83348 [ PATCH ] Improper handling of malloc fai o [2005/07/12] bin/83349 [ PATCH ] improper handling o malloc's fa o [2005/07/12] bin/83359 [ PATCH ] improper handling of malloc fai p [2005/07/13] bin/83363 stefanf [ PATCH ] Improper handling of malloc's f o [2005/07/13] bin/83364 [ PATCH ] improper handling of malloc fai o [2005/07/13] kern/83368 [ipx] [patch] incorrect handling of mallo o [2005/07/13] bin/83369 [ PATCH ] incorrect handling of malloc fa o [2005/07/13] kern/83375 phk Fatal trap 12 cloning a pty o [2005/07/13] kern/83384 failure of non-essential IDE partitions c o [2005/07/13] kern/83406 [smp] em/bge drivers: severe performance o [2005/07/14] bin/83426 [ PATCH ] improper handling of malloc fai o [2005/07/14] kern/83429 [if_ath] ath(4) does not work with the D- f [2005/07/14] ports/83434 java tomcat ports give the wrong ownership to o [2005/07/14] bin/83464 [patch] [geom] Unhandled malloc failures o [2005/07/14] kern/83477 [if_ndis] [patch] NDIS compat code makes o [2005/07/15] kern/83499 fragmented packets does not pass through f [2005/07/15] conf/83500 linimon Errors reading radiusd.conf o [2005/07/15] ports/83514 portmgr fix typo in bsd.port.mk: s/RC_ORDER/USE_R f [2005/07/15] kern/83521 pjd GEOM_STRIPE Error On Boot o [2005/07/16] kern/83552 [panic] Fatal trap 19 on ti0 when SMP is o [2005/07/16] bin/83558 usr.sbin/kernbb doesn't compile during bu o [2005/07/16] usb/83563 usb Page Fault while detaching Mpman Usb devi o [2005/07/16] i386/83574 i386 installation failure o [2005/07/17] kern/83586 [if_ndis] [panic] ndis panic with Intel P f [2005/07/18] kern/83671 Can't get comconsole to work properly on o [2005/07/18] usb/83677 usb [usb] usb controller not detected o [2005/07/18] bin/83696 Maximum members in group seems broken o [2005/07/19] i386/83735 i386 network card (realtek 8139) and sound car o [2005/07/19] usb/83756 usb Microsoft Intellimouse Explorer 4.0A does o [2005/07/20] kern/83761 [panic] vm-related panic: blst_radix_free o [2005/07/20] ports/83767 tobez lang/perl5.8: Perl5.8.7 coredumps on Text o [2005/07/20] docs/83771 doc handbook/raid.html and atacontrol o [2005/07/21] i386/83826 i386 can't install any version on Toshiba Satt f [2005/07/21] kern/83885 gnn [panic] Kernel panic when received ICMP T o [2005/07/22] bin/83914 popen() doesn't work in static threaded p o [2005/07/22] i386/83925 i386 can't boot Dell Latitude D610 after BOIS s [2005/07/22] ports/83929 trevor www/linux-mozilla - PATCH - update port, o [2005/07/22] kern/83930 sam crypto_q_mtx recursion when unloading hif o [2005/07/23] usb/83942 usb [patch] QUIRK: Langel USB flash mp3 playe o [2005/07/23] kern/83943 [panic] FreeBSD 6.0-BETA1 with nve o [2005/07/23] conf/83969 [patch] /etc/rc.d/cleartmp pollutes non-r o [2005/07/24] usb/83977 usb [ucom] [panic] ucom1: open bulk out error o [2005/07/24] kern/83999 [patch] [panic] panic in fw_bus_explore d o [2005/07/24] i386/84008 i386 /dev/X? should be /dev/ad1s* o [2005/07/24] kern/84015 [hang] Nforce3-250Gb freezes on FreeBSD-6 o [2005/07/25] amd64/84027 amd64 if_nve gets stuck o [2005/07/25] kern/84052 [modules] [hang] 5.4-STABLE - kldunload s o [2005/07/25] i386/84088 i386 Panic with nforce2 platform on FreeBSD 6. o [2005/07/26] kern/84102 gnn FreeBSD 6.0 BETA 1 install Panic's in VMW o [2005/07/26] kern/84107 [panic] [unionfs] unionfs related panic o [2005/07/26] kern/84133 [panic] amd64, while making ports (trace o [2005/07/26] kern/84135 pjd [panic] ggatec destroy panics BETA-1 o [2005/07/27] ports/84160 mharo [patch] ftp/proftpd - module mod_ldap - t p [2005/07/27] kern/84163 6.0-BETA1 mlx driver don't find any drive o [2005/07/28] kern/84202 [patch] Holtek HT80232 PCI NIC recognitio o [2005/07/28] ports/84207 novel [ patch ] security/gnutls: update to 1.2. o [2005/07/28] bin/84217 brian "enable proxy" is ignored in ppp.conf p [2005/07/28] conf/84221 Wrong permissions on /etc/opiekeys o [2005/07/29] usb/84295 usb Install FreeBSD with usb keyboard need st o [2005/07/29] i386/84303 i386 boot sometimes stops at "uhci0: 3.5GB o [2005/08/05] kern/84568 sos Sysinstall ata related panic under 6.0-BE o [2005/08/05] conf/84574 /etc/rc.d/[cleanvar, cleartmp, abi, power o [2005/08/05] kern/84584 if_re spend to much time in interrupt han o [2005/08/05] kern/84589 [2TB] 5.4-STABLE unresponsive during back o [2005/08/07] kern/84637 pjd [patch] GEOM LABEL sometimes doesn't reco o [2005/08/07] ports/84644 phantom Java port lies about what files to fetch o [2005/08/07] kern/84649 [patch] kernel panic after inserting MP3- o [2005/08/07] kern/84656 [panic] when kern.maxdsiz is => hw.physme o [2005/08/08] bin/84668 qa [sysinstall] ssh and sysinstall problem o [2005/08/08] kern/84673 [nfs] NFS client problem "Stale NFS file p [2005/08/08] kern/84684 truckman [PATCH] Kernel panic in kern_proc.c o [2005/08/09] i386/84717 i386 [hang] 5.4-rel booting locks-up on Superm p [2005/08/10] bin/84740 tjr regcomp("\254") fails s [2005/08/10] threads/84778threads libpthread busy loop/hang with Java when o [2005/08/11] kern/84799 [fdc] [patch] can't read beyond track 0 o f [2005/08/11] kern/84801 mlaier kernel hangs with pf and route-to o [2005/08/11] bin/84816 patch(1) inserts a line in the wrong plac o [2005/08/11] kern/84818 atapi cd: hangup with motor switched on a o [2005/08/11] ports/84820 x11 x11-servers/xorg-server fails to start w/ o [2005/08/12] amd64/84832 amd64 Installation crashes just at boot AMD64/ f [2005/08/12] i386/84838 i386 freebsd restarts o [2005/08/13] kern/84861 still can't get working ipw(4) with adhoc p [2005/08/14] kern/84908 [reboot] filesystem full and reboot (cras o [2005/08/14] amd64/84930 amd64 [msdosfs] something wrong with msdosfs on o [2005/08/15] usb/84936 usb install - usb keyboard not recognized o [2005/08/15] i386/84943 i386 "Invalid Partition Table" Intel ICH6 SATA o [2005/08/15] kern/84953 [nfs] NFS locking issue in RELENG_6/i386/ o [2005/08/15] kern/84954 imp [CARDBUS] cbb alloc res fail (with hw.car o [2005/08/15] kern/84964 nfs4 mount doesn't handle NFS4ERR_GRACE o [2005/08/15] kern/84965 [nfs] nfs4 mount generates NFS4ERR_BAD_SE o [2005/08/15] kern/84968 [nfs] programs on nfs4 mounts won't execu o [2005/08/16] ports/84974 kwm Update port gnome x11/workrave from 1.6 t o [2005/08/16] kern/85005 Network interrupt after shutdown method h o [2005/08/17] kern/85042 mount_smbfs: can't get handle to requeste o [2005/08/18] i386/85072 i386 [psm] ps/2 Mouse detection failure on com o [2005/08/18] amd64/85081 amd64 TeamSpeak o [2005/08/19] i386/85101 i386 [libm] nearbyint always returns nan o [2005/08/19] bin/85115 byacc generates uncompileable file o [2005/08/19] kern/85123 Improper serialization in iir_ioctl() all o [2005/08/19] kern/85137 [patch] pseudofs: a panic due to sleep wi f [2005/08/20] ports/85155 cy security/tripwire clobbers config files o o [2005/08/20] threads/85160threads [patch] libobjc + libpthread/libthr crash f [2005/08/22] ports/85200 ports-bugs mail/postfix: db write part of /etc/spwd. o [2005/08/22] bin/85206 rcNG local package initialization is non- o [2005/08/23] kern/85258 mux changing promisc mode on nic can lead to o [2005/08/24] kern/85266 xe driver does not recognise Xircom XE200 o [2005/08/26] kern/85320 possible depletion of kernel stack in ip_ o [2005/08/26] kern/85326 [panic] saving a file via samba to an ove o [2005/08/27] alpha/85346 alpha PREEMPTION causes unstability in Alpha400 f [2005/08/27] ports/85361 markus k3b returns /usr/local/bin/growisofs: no o [2005/08/28] kern/85366 [ PATCH ] MSDOSFS doesn't mark volume "cl a [2005/08/28] ports/85369 lawrance port comms/hylafax will not send e-mail n o [2005/08/28] ports/85401 lev subversion port does not build on system o [2005/08/28] i386/85402 i386 FreeBSD 6.0 Betas hang after an uncertain o [2005/08/29] amd64/85431 amd64 AMD64 has short but temporary freezes (ha o [2005/08/29] ports/85433 edwin [patch] multimedia/pvr250: does not build o [2005/08/29] kern/85434 fwip (IP over firewire) doesn't work with o [2005/08/29] kern/85444 IPv6 crash, possibly related to destroyin o [2005/08/29] i386/85450 i386 panic: subdisk6 detached (appears to be a o [2005/08/29] amd64/85451 amd64 6.0-BETA3 lockups on AMD64 o [2005/08/29] i386/85454 i386 Panic while booting: No virtual memory fo o [2005/08/30] kern/85464 Cannot unmount file-backed disk imported o [2005/08/30] ports/85470 x11 82845GV video mode switching with Xorg o [2005/08/30] ports/85490 portmgr [PATCH] If WANT_LINT is set, port buildin o [2005/08/30] kern/85493 imp [if_ed] [patch] OLDCARD can't probe ed dr o [2005/08/31] misc/85510 Make Release Failure o [2005/08/31] ports/85514 vsevolod mutt-ng-20050825 does not install with ol o [2005/09/01] conf/85558 initdiskless should not generate memory d o [2005/09/01] ports/85561 clement www/apache2 build failed o [2005/09/01] kern/85583 Send errors ("device timeout") with nVidi o [2005/09/01] kern/85603 FS corruption and 'uncorrectable' DMA err o [2005/09/03] bin/85696 xargs -E doesn't work o [2005/09/05] kern/85728 [trap] Crashes on 6.0 when copying data b o [2005/09/05] ports/85730 danfe nvidia-driver eats the /usr/X11R6/lib/mod o [2005/09/05] ports/85735 x11 Force imake respect CC/CXX o [2005/09/05] kern/85751 [devfs] [panic] panic in devfs_setattr() o [2005/09/05] ports/85756 roam Linker error when upgrading port security o [2005/09/05] kern/85768 gibbs aic79xx driver timeouts with U160 target o [2005/09/05] ia64/85772 ia64 gpt (geom_) needs to adopt g_ctl s [2005/09/06] ports/85779 edwin fmsx 3.0 is unstable (reboting, freezing o [2005/09/06] kern/85791 kernel panic, page fault in kernel mode o [2005/09/06] bin/85796 des pam doesn't work correctly after Upgrade o [2005/09/06] kern/85804 panic after chown -R from chrooted shell o [2005/09/06] kern/85809 panic: mutex "ipf state entry" already in o [2005/09/06] bin/85810 nslookup/dig Hang and processes cannot be o [2005/09/06] kern/85813 timeout waiting for read DRQTrying to mou o [2005/09/06] usb/85814 usb Microsoft Wireless Mouse doesnt work o [2005/09/06] kern/85816 maxproc=1 in login.conf causes kernel pan o [2005/09/07] bin/85830 des [patch] pam_exec incorrectly works with v s [2005/09/07] ports/85850 cperciva portsnap extract silently deletes Makefil o [2005/09/08] i386/85866 bootloader freezes on Pentium2/3 o [2005/09/08] docs/85867 doc dumpon.8 is missing crucial information o [2005/09/09] kern/85893 [panic] while trying to mount audio CD o [2005/09/09] kern/85894 nfs_timer / nfs_socket.c:1146 panic o [2005/09/09] ports/85905 perky mod_python3 pthread_attr_destroy failure p [2005/09/09] kern/85907 glebius netgraph: "ngctl list" timeout o [2005/09/09] kern/85911 Flash Mp3 player o [2005/09/10] kern/85931 panic: "vm_fault: fault on nofault entry" o [2005/09/10] i386/85938 i386 Install fails, unable to write partitions o [2005/09/10] i386/85944 i386 FreeBSD restarts after showing "Welcome t o [2005/09/11] kern/85975 devfs does not create entries when remova o [2005/09/11] kern/85993 [panic] emulators/kqemu panics 6.0-BETA4 o [2005/09/12] threads/86004threads libthr broken on amd64 o [2005/09/12] bin/86012 kpasswd(1) fails if one of the KDC are un o [2005/09/12] usb/86031 usb need support usb nic rt2500 in my 5.4 STA o [2005/09/13] kern/86055 FreeBSD 6.0 beta4 install panic:bio alrea o [2005/09/13] kern/86065 [kqueue] system reboot without sync (and o [2005/09/13] kern/86067 jeff [sched_ule] 6.0-BETA4 hangs while trying o [2005/09/13] i386/86072 pf Packet Filter rule not working properly ( o [2005/09/13] amd64/86080 amd64 [radeon] [hang] radeon DRI causes system o [2005/09/14] kern/86103 Bug: Illegal NAT Traversal in IPFilter o [2005/09/14] kern/86107 panic: unrhdr has N allocations, NULL der o [2005/09/14] ports/86139 sergei Shared object "libzsh-4.2.5.so" not found o [2005/09/15] ports/86163 lioux net/azureus doesn't run o [2005/09/16] ports/86197 vsevolod ejabberd and nullmail both want gid 522 o [2005/09/16] amd64/86199 amd64 Missed AMD64 motherboard o [2005/09/16] amd64/86229 amd64 Missing recvmsg syscall in freebsd32 API o [2005/09/17] conf/86249 rcNG can not stop daemon which has a long o [2005/09/17] kern/86261 brian 'out of buffer space' after many PPPoE re o [2005/09/18] kern/86306 [if_em] [patch] if_em.c locks up while tr o [2005/09/18] ports/86310 portmgr all-depends-list target of bsd.port.mk is o [2005/09/18] i386/86312 i386 5.4-STABLE ATA Timeout WRITE_DMA f [2005/09/19] ports/86318 ports-bugs graphics/xfig 3.2.4_1 takes over cpu afte o [2005/09/19] i386/86325 i386 [install] unable to install FreeBSD on IB o [2005/09/19] kern/86330 [ipv6] [panic] panic in ESP code o [2005/09/20] kern/86361 [bridge] bridge(4) does not work with VLA o [2005/09/20] i386/86364 i386 ATA woes, SATA controller: failed writes, o [2005/09/20] i386/86380 i386 i386_set_ioperm doesn't take effect immed o [2005/09/20] ports/86383 openoffice Can't compile openoffice.org-1.1 o [2005/09/21] kern/86411 scottl [if_amr] Very low performance of amr(4) u o [2005/09/21] ports/86416 clement apache <=2.0.54. mod_ldap can't work with s [2005/09/21] kern/86417 sos [ata] Panic when doing massive i/o operat o [2005/09/21] ports/86421 clement Apache-2.0.54_4 PHP popen hangs o [2005/09/21] kern/86423 truckman backgroud fsck leaves incorrect free bloc o [2005/09/21] kern/86427 LOR / Deadlock with FASTIPSEC and nat o [2005/09/22] bin/86456 arp(8) program hangs o [2005/09/23] amd64/86503 amd64 [atapicam] [panic] k3b crash the system l o [2005/09/23] bin/86514 awk -vVAR=val doesn't work without space o [2005/09/24] i386/86518 i386 sysinstall Main Menu navigation f [2005/09/24] kern/86525 FreeBSD 6.0BETA5 hangs after boot up syst f [2005/09/24] ports/86531 dougb xscreensaver kill xorg 6.8.2 o [2005/09/24] docs/86532 doc [patch] wpa_supplicant.conf man page shou o [2005/09/24] ports/86535 des usermin/perl coredumps o [2005/09/25] kern/86550 csjp kernel (w/ UFS_EXTATTR* and UFS_ACL) pani s [2005/09/26] kern/86596 [unionfs] unionfs -b brokes file modes o [2005/09/26] i386/86598 nectar Bug in OpenSSL Padlock Engine (simple pat o [2005/09/26] i386/86612 i386 SCSI DAT Drive Issue o [2005/09/27] kern/86619 linux emulator interacts oddly with cp f [2005/09/27] ports/86642 ports-bugs portupgrade doesn't add MAKE_ARGS to inst o [2005/09/27] i386/86651 i386 FAILURE ATA-IDENTIFY o [2005/09/28] i386/86667 i386 GNOME Battery Applet causing keyboard to f [2005/09/28] ports/86687 tobez Perl ithreads coredump o [2005/09/28] bin/86690 kientzle bsdtar sparse file problems o [2005/09/29] java/86700 java SIGSEGV in native jdk15 f [2005/09/29] ports/86718 ume cyrus-sasl2 2.1.21 will not build with op f [2005/09/30] kern/86746 cognet watch/snp don't work in 6.0 o [2005/09/30] kern/86747 snd_ich and snd_driver .ko's strogly load o [2005/09/30] ports/86753 lev subversion fails to build with -DWITHOUT_ o [2005/09/30] kern/86763 [ucom] kernel: ucom0: ucomwritecb: IOERRO o [2005/09/30] usb/86767 usb [usb] bogus "slice starts beyond end of t o [2005/10/01] kern/86779 taskqueue_enqueue_fast uses spinlock on s o [2005/10/01] i386/86806 i386 Couldn't alloc kernel virtual memory o [2005/10/03] kern/86848 [pf][multicast] destroying active syncdev o [2005/10/04] ports/86882 clsung www/snownews - PATCH - port misses to ins o [2005/10/05] i386/86920 i386 ifconfig: SIOCS80211: Invalid argument o [2005/10/05] kern/86944 [nfs] [patch] When I use FreeBSD with NFS f [2005/10/06] ports/86962 ports-bugs p5-DBI-Shell missing dbish from pkg-plist o [2005/10/06] ports/86963 apache mod_auth_kerb defaults to installing MIT o [2005/10/06] kern/87014 rwatson BPF_MTAP/bpf_mtap are not threadsafe and o [2005/10/07] i386/87031 i386 Promise TX2000 boot problem o [2005/10/07] i386/87085 i386 Will not install on Microtel system o [2005/10/08] usb/87099 usb panic: ohci_add_done: addr 0x000d1bf0 not o [2005/10/08] kern/87107 Boot process will not complete with IPSEC o [2005/10/08] amd64/87112 amd64 Boot problems on a 16 processor AMD64 com o [2005/10/08] kern/87114 [if_xl] xl0 : watchdog timeout on 6.0 BET o [2005/10/08] i386/87122 i386 Installer of 6.0-BETA5 can't find HDD par o [2005/10/09] i386/87155 i386 Kernel Panic: Can't Alloc Virtual Memory o [2005/10/09] amd64/87156 amd64 First Installation: Kernel crashes o [2005/10/09] ports/87157 mat www/p5-CGI-Minimal - PATCH to update the o [2005/10/09] ports/87171 x11 Don't build low-quality Korean bitmap fon o [2005/10/10] kern/87194 fxp(4) promiscuous mode seems to corrupt p [2005/10/10] bin/87221 brooks cron(8) cannot send mail when world is bu o [2005/10/10] i386/87223 i386 The moving cursor of the mouse at a login o [2005/10/11] kern/87248 [if_iwi] Data-corruption while using WEP o [2005/10/11] kern/87255 [mfs] [panic] large malloc-backed mfs cra o [2005/10/11] amd64/87258 amd64 [smp] [boot] cannot boot with SMP and Are o [2005/10/12] amd64/87305 amd64 [smp] Dual Opteron / FreeBSD 5 & 6 / powe p [2005/10/12] kern/87306 maxim IP_PORTRANGE_HIGH causes bad UDP checksum o [2005/10/12] amd64/87316 amd64 "vge0 attach returned 6" on FreeBSD 6.0-R a [2005/10/12] amd64/87328 amd64 [btx] BTX halted error f [2005/10/12] www/87336 www Problems with Web Site o [2005/10/12] amd64/87348 amd64 amd64+smp+startkde always crashing o [2005/10/13] docs/87355 doc [patch] there is a critical typo that wil o [2005/10/13] i386/87356 i386 6.0 RC1 cannot see 250GB drive o [2005/10/13] kern/87363 viapm(4) breaks PCI-ISA bridge --> no sc( o [2005/10/13] i386/87364 scottl aac controller stopped working between BE o [2005/10/13] kern/87368 fat32 driver bug o [2005/10/13] kern/87371 multimedia [sound] [panic] Force unload snd_es137x c a [2005/10/13] ports/87374 nobutaka incorrect use of WITH_THEORA vs. WITH_LIB o [2005/10/13] ports/87397 portmgr incorrect use of PAPERSIZE make variable a [2005/10/13] ports/87398 ahze WITH_OGG vs. WITH_LIBOGG in some ports o [2005/10/13] ports/87404 nork Adobe Reader no longer works with linuxpl o [2005/10/13] kern/87413 6.0-RC1: "ifconfig iwi0 mode 11g up" free p [2005/10/14] kern/87418 glebius [if_em] [patch] The em driver sometimes s o [2005/10/14] kern/87421 KERNEL PANIC: ng_ether +ng_eiface + if_br o [2005/10/14] ports/87433 lioux Can't compile /usr/ports/net/mldonkey-dev a [2005/10/14] amd64/87436 amd64 gui does not start on the ATI RS480 M2-IL o [2005/10/14] bin/87465 [dhclient] [patch] dhclient not properly o [2005/10/14] ports/87466 gnome Plantage avec Mozilla 1.7.X depuis la ver o [2005/10/16] ports/87505 ale converters/php5-recode extension makes ap o [2005/10/16] kern/87506 [PATCH] Fix alias support on vr interface o [2005/10/16] amd64/87514 amd64 6.0-CURRENT freezes machine using >4GB on o [2005/10/16] usb/87519 usb cannot install on USB-only system o [2005/10/16] kern/87521 using ipfilter "auth" keyword leads to ke o [2005/10/16] ports/87523 trevor [patch] www/linux-mozilla: added support f [2005/10/16] ports/87530 ports-bugs [fix] games/HeroesOfMightAndMagic: amd64 o [2005/10/16] kern/87544 mmaping large files on a gbde filesystem o [2005/10/16] ports/87546 emulation [fix] emulators/rtc: broken if sizeof(int o [2005/10/17] ports/87558 ports-bugs Zope Update to version 2.7.8 o [2005/10/17] usb/87565 usb [PATCH] Support for Vodaphone 3G/UMTS car 1827 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- a [1996/07/07] bin/1375 eivind Extraneous warning from mv(1) [PATCH] s [1996/10/14] kern/1791 tegge syslimits.h does not allow overriding def s [1996/11/23] bin/2090 clients may bind to FreeBSD ypserv refusi s [1996/12/02] bin/2137 tegge vm statistics are bad s [1996/12/27] kern/2298 [sio] [patch] support for DSR/DCD swappin s [1996/12/30] kern/2325 quota.user enlarged, no boot on 2.2-BETA a [1997/02/02] bin/2641 wpaul login_access.c doesn't work with NIS by d o [1997/02/19] kern/2768 ktrace(1) -i dumps corrupted trace data o [1997/03/11] bin/2934 sh(1) has problems with $ENV o [1997/07/02] kern/4012 [nfs] 2.2-RELEASE/Digital UNIX NFSv3 0 le o [1997/07/18] bin/4116 Kerberized login as .root fails to s [1997/07/26] bin/4172 des suggest reconnection option added to fetc s [1997/07/28] kern/4184 [PATCH] minor nits in sys/netatalk o [1997/07/30] kern/4194 kernel pci driver for Digital 21041 Ether o [1997/08/29] kern/4413 No way to unmount a floppy that goes bad o [1997/08/29] bin/4419 man can display the same man page twice o [1997/08/30] bin/4420 imp find -exedir doesn't chdir for first entr p [1997/09/03] bin/4459 bde No prototype for moncontrol(3) and monsta o [1997/09/25] bin/4629 grog calendar doesn't print all dates sometime o [1997/09/28] bin/4646 qa [sysinstall] can't fixit with an NFS-moun o [1997/10/16] kern/4782 Under certain conditions, several krsh's o [1997/11/13] bin/5031 gad lpr does not remove original file if -s i s [1997/11/28] bin/5173 [PATCH] restore ought to deal with root s s [1997/12/15] bin/5296 slattach fails creating pidfile with ioct o [1997/12/22] kern/5362 [mount] mount incorrectly reports / as an o [1998/01/12] bin/5483 Login(1) clears utmp entry o [1998/01/27] kern/5577 bde Unnecessary disk I/O and noatime ffs fixe o [1998/01/27] kern/5587 des session id gets dropped o [1998/01/31] bin/5609 gad lpd cannot send long files to HP's JetDir o [1998/02/11] bin/5712 mikeh /bin/chio code cleaup and option added o [1998/02/14] bin/5745 nik [PATCH] Add /usr/local/share/mk to defaul o [1998/02/28] kern/5877 kbyanc sb_cc counts control data as well as data p [1998/03/31] kern/6184 No error if resulting file pos in lseek i o [1998/04/19] conf/6346 joe Kernel version strings need to relate to s [1998/05/17] kern/6668 babkin [PATCH] new driver: Virtual Ethernet driv s [1998/05/29] bin/6785 place for all the default dump flags a [1998/07/01] bin/7136 markm kerberized telnetd doesn't use gettytab % s [1998/07/10] bin/7232 qa [sysinstall] suggestion for FreeBSD insta o [1998/07/12] kern/7264 gibbs Buslogic BT 950 scsi card not detected o [1998/07/13] bin/7265 A warning flag is added to ln(1). o [1998/07/15] bin/7287 Incorrect domain name for MAP_UPDATE in m a [1998/07/20] bin/7324 mtm Suggestions for minor modifications to ad s [1998/08/10] kern/7556 sl_compress_init() will fail if called an s [1998/08/13] conf/7606 [PATCH] NIS Makefile.dist: NOPUSH replace s [1998/08/23] kern/7722 Changes to acct format s [1998/09/09] bin/7868 [almost patch]Morse Code Fixups o [1998/09/18] bin/7973 gad lpd: Bad control file owner in case of re o [1998/10/03] bin/8133 markm [patch] bug in telnetd (Kerberos IV) a [1998/10/28] bin/8479 dd Final \'s in /etc/exports did not work in f [1998/10/30] kern/8498 dwmalone Race condition between unp_gc() and accep o [1998/11/27] bin/8867 qa [sysinstall] [patch] /stand/sysinstall co a [1998/12/18] bin/9123 pax can't read tar archives that contain s [1998/12/29] bin/9233 gmp's mpq_add and mpq_sub are buggy o [1999/01/19] kern/9570 dfr ed(4) irq config enhancement o [1999/01/22] kern/9619 Restarting mountd kills existing mounts o [1999/01/25] kern/9679 fix for uninterruptible open in portal fi f [1999/01/29] bin/9770 jmallett An openpty(3) auxiliary program o [1999/02/02] bin/9868 Patch to add "date -a" o [1999/02/02] kern/9869 When using macros out of function, they s s [1999/02/06] kern/9927 gibbs the ahc driver doesn't correctly grok swi o [1999/02/11] bin/10030 markm Kerberized telnet fails to encrypt when a o [1999/03/02] bin/10358 yar ftp(1) has problems with long pathnames o [1999/03/16] bin/10611 timed enhancement o [1999/03/19] gnu/10670 peter cvs doesn't allow digits in local keyword o [1999/03/19] kern/10673 wpaul Non-ASCII chars on serial console with Re a [1999/03/24] kern/10778 ru "ipforward_rt" is not cleared when routin a [1999/04/08] kern/11024 mtm getpwnam(3) uses incorrect #define to lim o [1999/04/11] bin/11085 Per-host configuration for syslog.conf f [1999/04/13] bin/11114 harti make(1) does not work as documented with o [1999/04/16] i386/11165 emulation IBCS2 don't work correctly with PID_MAX 9 o [1999/04/23] bin/11294 direct logging to other hosts (no local s o [1999/05/19] kern/11789 obrien ELF machine definition missing for ARM o [1999/06/03] kern/12014 alfred Fix SysV Semaphore handling o [1999/06/07] kern/12071 fanf [PATCH] large scale IP aliasing o [1999/06/08] i386/12088 imp ed(4) has minor problem with memory alloc o [1999/06/21] bin/12324 qa [sysinstall] fdisk partition editor is mi o [1999/07/07] kern/12543 dg [PATCH] cumulative error counters for fxp o [1999/07/07] bin/12545 peter kldload(8) should be more sensitive to er o [1999/07/25] bin/12801 nvi infinite recursion with options "left f [1999/08/06] i386/12993 gibbs "ahc0: Data Parity Error Detected during o [1999/08/09] bin/13042 make(1) doesn't handle wildcards in subdi o [1999/08/12] bin/13108 authunix_create_default includes egid twi a [1999/08/13] bin/13128 cy pkg_delete doesn't handle absolute pathna o [1999/08/14] kern/13141 se [scsi] Multiple LUN support in NCR driver o [1999/08/21] bin/13309 billf Fixes to nos-tun o [1999/08/23] kern/13326 additional timeval interfaces for tags o [2000/07/20] bin/20054 yar ftpd: rotating _PATH_FTPDSTATFILE losts x o [2000/07/30] kern/20297 multimedia [sound] [patch] Joystick is not enabled w s [2000/08/01] kern/20333 des [libpam] ftp login fails on unix password o [2000/08/03] kern/20389 ken "device pass" required for CD ripping o [2000/08/04] bin/20391 jhb [sysinstall] sysinstall should check debu o [2000/08/04] kern/20410 sio support for high speed NS16550A, ST16 o [2000/08/09] bin/20501 mjacob extra flag to dump to offline autoloaders o [2000/08/10] kern/20529 wpaul gigabit cards fail to link o [2000/08/21] bin/20742 ps Weird problem with 'more' on 4-1-STABLE o [2000/08/23] bin/20799 peter top's problem o [2000/08/27] bin/20881 There's no reason not to build DNSsec-DSA o [2000/08/27] bin/20889 dwmalone syslogd.c still uses depreciated domain A o [2000/08/28] bin/20908 qa [sysinstall] /stand/sysinstall too limite o [2000/08/30] bin/20944 natd enhancements, default config file an o [2000/09/03] bin/21008 gad Fix for lpr's handling of lots of jobs in o [2000/09/04] docs/21024 bde pow() ERANGE bug f [2000/09/05] i386/21042 mdodd [kbd] Keyboard driver problems with PS/2 f [2000/09/06] bin/21080 mjacob dump doesn't use eject tape device correc o [2000/09/12] kern/21222 [nfs] wrong behavior of concurrent mmap() o [2000/09/16] bin/21312 more incorrectly redraws screen on xterm o [2000/09/16] bin/21315 Shells often behave oddly when executing s [2000/09/19] kern/21384 greid [sound] pcm driver has static in recorded o [2000/09/24] bin/21519 standards sys/dir.h should be deprecated some more f [2000/09/26] bin/21570 dougb [PATCH] Add -r option to /usr/bin/mail, q s [2000/09/30] bin/21659 Berkeley db library is statically compile o [2000/10/01] i386/21672 obrien AMD Duron Rev. A0 reports incorrect L2 ca o [2000/10/01] conf/21675 Better and more disktab entries for MO dr o [2000/10/04] bin/21751 ken libcam's cam_real_open_device() may lose o [2000/10/05] kern/21768 rwatson shouldn't trailing '/' on regular file sy a [2000/10/07] kern/21807 [patch] Make System attribute correspond o [2000/10/09] kern/21859 fanf Allow the syncer to be slowed down o [2000/10/15] conf/21994 qa [sysinstall] Config of Anonftp (at instal s [2000/10/17] bin/22034 nfsstat lacks useful features found in So o [2000/10/21] bin/22182 vi options noprint/print/octal broken o [2000/10/21] kern/22190 threads A threaded read(2) from a socketpair(2) f p [2000/10/21] bin/22198 bms inet_ntop may set errno to ENOSPC and nee o [2000/10/26] conf/22308 [nfs] mounting NFS during boot blocks if o [2000/10/31] bin/22442 greid [PATCH] Increase speed of split(1) o [2000/11/10] bin/22730 fenner tcpslice doesn't handle long file offsets o [2000/11/17] misc/22914 [bootinst] bootinst messages are not upda o [2000/11/24] conf/23063 bms [PATCH] for static ARP tables in rc.netwo o [2000/11/24] bin/23082 dwmalone ntpd has only one reference-clock parser p [2000/11/28] kern/23148 getopt(3) works non-intuitively? p [2000/11/29] bin/23178 'talk' not doing right thing o [2000/11/29] bin/23180 Certain KOI8 characters are treated as "w a [2000/12/04] bin/23254 fenner yacc accepts bad grammer p [2000/12/05] kern/23304 kbyanc POSIX clock_gettime, clock_getres return o [2000/12/06] kern/23314 scsi aic driver fails to detect Adaptec 1520B a [2000/12/09] bin/23402 qa [sysinstall] upgrade ought to check parti o [2000/12/14] kern/23546 tanimura [PATCH] csa DMA-interrupt problem o [2000/12/15] kern/23561 emulation Linux compatibility mode does not support o [2000/12/15] bin/23562 markm [patch] telnetd doesn't show message in f o [2000/12/19] bin/23635 mike [PATCH] whois enhancement - smarter whois o [2000/12/25] ports/23822 trevor mtree entries for German X11 man pages a [2000/12/28] bin/23912 underflow of cnt in vs_paint() by O_NUMBE o [2001/01/04] bin/24066 marcel gdb can't detach from programs linked wit o [2001/01/16] bin/24390 standards Replacing old dir-symlinks when using /bi o [2001/01/18] bin/24435 qa [libdisk] changing slice type causes Auto o [2001/01/20] bin/24485 [PATCH] to make cron(8) handle clock jump o [2001/01/21] bin/24513 peter new options for pppd p [2001/01/21] conf/24515 dougb Fix for find(1) warning in /etc/rc o [2001/01/22] kern/24528 Bad tracking of Modem status s [2001/01/24] standards/24590standards timezone function not compatible witn Sin o [2001/01/24] bin/24592 cjc dmesg.boot Gets Overwritten without Reboo o [2001/01/31] bin/24757 yar ftpd not RFC compliant o [2001/02/02] docs/24786 doc missing FILES descriptions in sa(4) o [2001/02/05] kern/24882 ktrace not syncing .out file before panic o [2001/02/06] bin/24907 qa [sysinstall] Options screen at MenuMedia o [2001/02/08] bin/24953 green adduser ignores passwd_format in login.co o [2001/02/08] kern/24959 andre proper TCP_NOPUSH/TCP_CORK compatibility o [2001/02/09] i386/24963 i386 [perfmon] perfmon(4) doesn't work on SMP o [2001/02/11] bin/25013 mv(1) cannot move unresolvable symlinks a o [2001/02/11] bin/25015 cp: options -i and -f do not work as docu o [2001/02/11] kern/25018 lstat(2) returns bogus permissions on sym o [2001/02/15] kern/25109 Fujitsu MO device MCC3064AP could't be c o [2001/02/20] bin/25218 mailwrapper(1) invokes sendmail when reso f [2001/02/22] bin/25278 bs accepts -s -c but not -sc o [2001/02/22] alpha/25284 alpha PC164 won't reboot with graphics console f [2001/02/26] kern/25386 multimedia [sound] Incorrect mixer registers (line & o [2001/02/28] kern/25445 kernel statistics are displayed in wrong o [2001/03/01] bin/25477 billf pam_radius fix to allow null passwords fo s [2001/03/02] ports/25490 wosch [PATCH] fix various bugs in stat(1) p [2001/03/02] kern/25499 [kbd] [patch] buffer paste functionality s [2001/03/08] bin/25598 yar patch to let ftpd output message when cha o [2001/03/12] kern/25733 mismatch between error reporting in smbus o [2001/03/12] bin/25736 ac -d option probrem with overdays logon f [2001/03/13] kern/25777 atime not updated on exec o [2001/03/15] conf/25829 IPSec config in rc.network doesn't allow o [2001/03/17] kern/25866 more than 256 ptys, up to 1302 ptys. f [2001/03/22] docs/26003 rwatson getgroups(2) lists NGROUPS_MAX but not sy o [2001/03/22] bin/26005 delphij MIME quoted-printable encoding added to v a [2001/03/29] ports/26192 sem apel appeared both in xemacs/site-package o [2001/04/01] kern/26261 [sio] silo overflow problem in sio driver o [2001/04/02] docs/26286 doc *printf(3) etc should gain format string o [2001/04/03] kern/26323 [patch] Quota system creates zero-length a [2001/04/04] kern/26348 [pcvt] scon -s, page fault in HP mode f [2001/04/09] kern/26454 multimedia [sound] mixer volume settings on Maestro- a [2001/04/13] kern/26534 ipfw Add an option to ipfw to log gid/uid of w o [2001/04/13] kern/26547 ambrisko [if_lnc] problem with shared memory mode o [2001/04/14] kern/26562 [lpt] [patch] /dev/lpt0 returns EBUSY whe o [2001/04/15] kern/26584 kernel boot messages aren't logged correc o [2001/04/16] kern/26618 iedowse unmount(2) can't unmount a filesystem who p [2001/04/17] kern/26646 ache srand() provides only 8-bit table o [2001/04/18] conf/26658 grog update to src/usr.bin/calendar/calendars/ o [2001/04/18] kern/26686 Freeze at boot from 4.3-RC4 floopies - US o [2001/04/19] bin/26695 change request: kill(1)/killall(1) -l out o [2001/04/23] kern/26787 dd sysctl change request s [2001/04/23] bin/26803 des Fix fetch to allow FTP puts in '-o' & all o [2001/04/24] i386/26812 peter old bootstrap /sys/i386/boot/... still in o [2001/04/26] docs/26879 darrenr [ipf] mkfilter not installed, yet referre o [2001/04/28] bin/26919 qa [sysinstall] fdisk should ONLY set one bo o [2001/05/01] kern/27008 kernel function sysbeep(xxx, 0) does prod f [2001/05/07] bin/27188 jon fix of rsh non-interactive mode behaviour o [2001/05/08] bin/27216 qa [sysinstall] can not get to shell prompt o [2001/05/09] kern/27232 [nfs] On NFSv3 mounted filesystems, stat o [2001/05/10] bin/27258 getty didn't check if if= isn't empty o [2001/05/11] kern/27269 Cannot mount linux extended (logical) par o [2001/05/12] bin/27281 vidcontrol(1) does not have error codes o [2001/05/13] i386/27306 marcel hw watchpoints work unreliable under gdb o [2001/05/14] bin/27319 obrien df displays amd pid processes o [2001/05/17] kern/27403 lpt driver doesn't handle flags anymore o [2001/05/18] kern/27429 'dependant' is a misspelling o [2001/05/21] bin/27483 qa [sysinstall] [patch] make sysinstall ask o [2001/05/23] kern/27571 bp [unionfs] Changing policy of shadowing fi o [2001/05/26] kern/27660 Kernel does not return error if adding du o [2001/05/27] bin/27687 fsck wrapper is not properly passing opti o [2001/06/02] bin/27829 pax's uid/gid cache is read-only a [2001/06/02] docs/27833 cjc No man page for locate.rc o [2001/06/02] kern/27835 execve() doesn't conform to execve(2) spe s [2001/06/03] docs/27843 doc [PATCH] make.conf WITH_* variables aren't o [2001/06/04] bin/27872 qa [sysinstall] "Load Config" hangs Compaq D s [2001/06/07] ports/27936 mi Update /usr/ports/deskutils/xmdiary 3.0.1 o [2001/06/08] bin/27972 losing information with talk a [2001/06/11] bin/28081 qa [sysinstall] /stand/sysinstall errs out i f [2001/06/14] ports/28155 portmgr [patch] DESTDIR is used incorrectly in bs a [2001/06/16] gnu/28189 [PATCH] fix for detecting empty CVS commi f [2001/06/16] kern/28206 bp [nullfs] [patch] umapfs/umap_vfsops.c sho o [2001/06/17] conf/28236 [PATCH] iso-8859-1_to_cp437.scm doesn't c o [2001/06/18] misc/28255 small picobsd documentation still references ol s [2001/06/18] kern/28260 standards UIO_MAXIOV needs to be made public o [2001/06/22] bin/28333 rtprio/idprio setuid problems o [2001/06/23] bin/28364 lex(1) generated files fail to compile cl o [2001/06/30] docs/28555 trhodes [PATCH] style(9) isn't explicit about boo o [2001/07/02] bin/28620 ru xinstall has no way to pass options to st s [2001/07/03] ports/28678 wosch portcheckout doesn't allow flexible build o [2001/07/07] bin/28789 /usr/bin/last does not filter for uucp co o [2001/07/11] kern/28888 mbr Acer 8000 NIC not detected correctly o [2001/07/14] bin/28972 dwmalone gamma returns same result as lgamma f [2001/07/14] i386/28975 mjacob [rp] RocketPort problems o [2001/07/18] bin/29062 markm krb4 and krb5 multiply defined version sy f [2001/07/18] kern/29067 multimedia [sound] Yamaha OPL3Sa2 pcm/pnp stops play o [2001/07/21] bin/29119 menu of fdisk editor in 4.3R does not lis f [2001/07/23] kern/29169 mjacob FC loop that 'goes away' never times out o [2001/07/26] docs/29245 doc top(1) manpage doesn't understand SMP s [2001/07/29] bin/29292 sos The functional addtion to burncd(8) f [2001/07/29] alpha/29299 alpha FreeBSD 4.3 Alpha + Tekram SCSI adapter p f [2001/07/30] kern/29312 multimedia [sound] Using mixer on pcm misbehaves wit f [2001/07/30] kern/29318 mjacob [scsi] Exabyte 8200 needs SA_QUIRK_1FM an o [2001/08/01] kern/29355 mux [patch] lchflags support o [2001/08/01] bin/29363 gad [PATCH] newsyslog can support time as ext o [2001/08/04] kern/29423 [PATCH] kernel security hooks implementat o [2001/08/07] bin/29516 markm telnet from an non FreeBSD host still use f [2001/08/08] kern/29538 joerg Mounting /dev/fd0 never completes o [2001/08/09] bin/29581 nectar proposed gethostbyXXXX_r() implementation o [2001/08/14] kern/29698 emulation linux ipcs doesn'work o [2001/08/15] kern/29727 scsi [if_amr] [patch] amr_enquiry3 structure i o [2001/08/20] bin/29893 qa [sysinstall] suggestions for 4.4 sysinsta o [2001/08/20] bin/29897 des pam_unix patch, which uses loginclass pas a [2001/08/23] docs/30008 doc This document should be translated, comme o [2001/08/24] kern/30052 mbr [if_dc] dc driver queues outgoing pkts in o [2001/08/29] kern/30186 getaddrinfo does not handle incorrect ser o [2001/09/03] i386/30276 i386 CPUTYPE=486 built on a CPUTYPE=p3 WORLD b o [2001/09/04] conf/30301 Default printcap "mx" config too small o [2001/09/04] bin/30321 strftime(3) '%s' format does not work pro s [2001/09/05] ports/30331 portmgr [patch] Conflict between bsd.port.mk MAKE o [2001/09/05] bin/30360 vmstat returns impossible data o [2001/09/07] kern/30412 [patch] rtdl/dlopen() fails to merge comm s [2001/09/07] kern/30422 [patch] add WDT hardware watchdog driver o [2001/09/07] bin/30424 Generalization of vipw to lock pwdb while o [2001/09/09] docs/30442 trhodes remove broken referemce to gettime(9) fro o [2001/09/09] threads/30464threads pthread mutex attributes -- pshared o [2001/09/12] bin/30517 qa [sysinstall] using sysinstall with instal o [2001/09/13] bin/30542 [PATCH] add -q option to shut up killall o [2001/09/15] conf/30590 /etc/hosts.equiv and ~/.rhosts interactio p [2001/09/16] kern/30608 kern.ps_showallproc=0 doesn't limit queri o [2001/09/18] bin/30654 gad Added ability for newsyslog to archive lo f [2001/09/19] bin/30661 alfred FreeBSD-current fails to do partial NFS f a [2001/09/22] bin/30737 qa sysinstall leaks file descriptors on rest o [2001/09/24] ports/30777 portmgr add a 'make pkg-plist' make target in por o [2001/09/25] bin/30812 giant termcap database update o [2001/09/25] bin/30819 /bin/mv results in warnings when /bin/cp o [2001/09/26] bin/30854 bootpd/bootpgw change - skip ARP modifica p [2001/09/27] kern/30857 [patch] intr_machdep.c allows access out o [2001/09/27] bin/30863 bootpd/dovend.c Win95 compatibility impro o [2001/09/30] conf/30929 usb [patch] use usbd to initialize USB ADSL m o [2001/09/30] conf/30938 Improving behavior of /etc/periodic/daily o [2001/10/04] bin/31034 dwmalone regularly add original address logging fo o [2001/10/04] kern/31048 des linprocfs:/proc/meminfo cannot handle mul o [2001/10/07] docs/31109 doc replace gif images w/ png ones due to pat o [2001/10/10] bin/31199 tunefs error is incorrect when enabling s o [2001/10/10] bin/31201 [patch] add free_space(chunk) to libdisk o [2001/10/18] i386/31353 i386 [apm] [patch] 'shutdown -p' does not work o [2001/10/19] kern/31380 [nfs] NFS rootfs mount failure message to o [2001/10/20] bin/31387 When getuid()=0, mailwrapper should drop f [2001/10/21] kern/31398 multimedia [sound] newpcm does not play back the tai o [2001/10/22] i386/31427 davidxu [patch] minor incorrect code in sys/i386/ o [2001/10/22] bin/31432 umount(8) and unmount(2) don't corespond o [2001/10/23] kern/31456 [if_pcn] [patch] register number definiti f [2001/10/25] kern/31490 [panic] [patch] Panic in sysctl_sysctl_ne f [2001/10/27] kern/31521 multimedia [sound] pcm0 plays too fast on Intel 8280 o [2001/10/29] bin/31588 change request to allow mount(1) to set t o [2001/10/30] kern/31624 writev may return undocumented ECONNRESET o [2001/10/30] kern/31647 socket calls can return undocumented EINV s [2001/11/01] kern/31686 bms Problem with the timestamp option when fl o [2001/11/02] kern/31708 VM system / fsync / flushing delayed inde o [2001/11/05] gnu/31772 New option in dialog(1) o [2001/11/10] kern/31890 [syscons] [patch] new syscons font o [2001/11/11] bin/31906 No method available to unwind atexit(3) s o [2001/11/12] bin/31933 pw can interpret numeric name as userid d o [2001/11/14] kern/31981 [libc] [patch] (mis)feature in getnetent o [2001/11/14] bin/31985 New /etc/remote flag for tip to append LF o [2001/11/14] bin/31987 patch to allow dump(1) to notify operator o [2001/11/15] docs/32020 trhodes loader.8 manpage missing tunables o [2001/11/19] conf/32108 Proposed Firewall (IPv4) configuration sc p [2001/11/20] standards/32126standards getopt(3) not Unix-98 conformant f [2001/11/20] bin/32144 qa [sysinstall] unattended install with sysi o [2001/11/26] bin/32288 qa [sysinstall] After install: /etc/rc compl a [2001/11/29] bin/32375 qa [sysinstall] sysinstall doesn't respect U a [2001/11/30] bin/32411 shutdown's absolute-time handling could b o [2001/12/03] kern/32480 [syscons] Missing graphic characters in s o [2001/12/04] bin/32501 trhodes quot(8) is stupid regarding the filesyste o [2001/12/09] usb/32652 usb [patch] A new ioctl to uscanner s [2001/12/09] usb/32653 usb Added patches to improve USB scanner supp o [2001/12/10] kern/32659 VM and VNODE leak with vm.swap_idle_enabl o [2001/12/10] gnu/32661 dd send-pr uses $LOGNAME for From and Reply o [2001/12/10] bin/32667 systat waste too much time reading input o [2001/12/10] bin/32680 [PATCH] Allows users to start jail(1) by o [2001/12/13] bin/32808 dwmalone [PATCH] tcpd.h lacks prototype for hosts_ o [2001/12/13] kern/32812 [bktr] bktr driver missing tuner for eepr o [2001/12/14] bin/32828 w incorrectly handles stale utmp slots wi o [2001/12/21] bin/33066 rwatson sysinstall does not write to new disks as s [2001/12/24] bin/33133 keyinit outputs wrong next login password o [2001/12/26] bin/33182 marcel gdb seg faults when given handle SIGALRM o [2001/12/26] kern/33203 [nfs] "got bad cookie" errors on NFS clie o [2002/01/05] docs/33589 doc Patch to doc.docbook.mk to post process . a [2002/01/07] bin/33661 PAP AuthAck/AuthNak parsing problem in pp o [2002/01/09] docs/33724 doc [patch] fix Handbook error about Advanced o [2002/01/10] bin/33774 Patch for killall(1) o [2002/01/11] bin/33778 joe crunchgen enhancements o [2002/01/12] bin/33809 mux mount_nfs has trouble with embedded ':' o [2002/01/13] bin/33834 strptime(3) is misleading o [2002/01/14] docs/33852 doc split(1) man page implies that input file o [2002/01/14] docs/33877 doc Documented behaviour of SF_flags for non- o [2002/01/16] bin/33941 /usr/sbin/dev_mkdb dumps core a [2002/01/16] kern/33963 bde Messages at the serial IO port device pro o [2002/01/16] kern/33965 [kbd] [patch] programmable keys of the ke a [2002/01/17] bin/34010 [patch] keyinit takes passwords less than o [2002/01/22] bin/34146 newfs defaults and vfs.usermount=1 tug at s [2002/01/22] bin/34171 yar ftpd indiscrete about unprivileged user a f [2002/01/23] kern/34195 iedowse setting the action for SIGCHLD to SIG_IGN o [2002/01/23] bin/34199 dwmalone [PATCH] top(1) RES/rss display incorrect o [2002/01/24] docs/34239 trhodes tunefs(8) man page doesn't describe argum o [2002/01/26] bin/34309 gad lpd does not garantie that controlfiles b o [2002/01/29] bin/34394 peter tgetent returns wrong value in libtermcap o [2002/01/29] bin/34412 tftp will still try and receive traffic e o [2002/01/31] bin/34497 grog calendar(1) does not understand calendars s [2002/01/31] bin/34498 Error in vi manpage. o [2002/02/01] bin/34519 pkg_check(8) does not return exit code >0 o [2002/02/05] bin/34628 [pkg_install] pkg-routines ignore the rec o [2002/02/06] kern/34665 darrenr ipfilter rcmd proxy "hangs". o [2002/02/07] gnu/34709 marcel [patch] Inaccurate GDB documentation o [2002/02/08] bin/34728 DHCP hostname set as Hexadecimal string o [2002/02/09] bin/34759 Phantasia does not accept [enter] key o [2002/02/10] bin/34788 dwmalone dmesg(1) issues with console output o [2002/02/11] bin/34832 /usr/share/man/cat3/setkey.3.gz linked to p [2002/02/12] bin/34874 bms Netstat output to small o [2002/02/12] kern/34880 luigi Impossibility of grouping IP into a pipe a [2002/02/16] docs/35011 doc There are no commands called "diskless" o f [2002/02/17] bin/35018 brian enhancing daily/460.status-mail-rejects s [2002/02/18] bin/35070 math(3) references section "3m", etc. o [2002/02/19] bin/35109 [PATCH] games/morse: add ability to decod o [2002/02/19] bin/35113 grdc enhancement: countdown timer mode o [2002/02/22] docs/35222 doc mailing list archive URL regexp suboptima o [2002/02/23] kern/35234 scsi World access to /dev/pass? (for scanner) o [2002/02/24] conf/35262 [patch] generation of boot block for head o [2002/02/25] kern/35289 [bktr] [patch] Brooktree device doesnt pr o [2002/02/25] kern/35324 Plug and Play probe fails to configure Di s [2002/02/26] bin/35333 send-pr(1) vim syntax highlighting suppor o [2002/02/27] kern/35377 process gets unkillable (-9) in "ttywai" o [2002/02/28] bin/35400 qa [sysinstall] sysinstall could improve man o [2002/03/01] bin/35451 PATCH: pkg_add -r able to save local copy o [2002/03/04] misc/35542 bde BDECFLAGS needs -U__STRICT_ANSI__ o [2002/03/04] conf/35545 [patch] enhanced periodic scripts: 100.cl o [2002/03/05] bin/35568 make declares target out of date, but $? o [2002/03/06] docs/35608 doc mt(1) page uses "setmark" without explana o [2002/03/06] docs/35609 doc mt(1) page needs explanation of "long era o [2002/03/06] docs/35612 doc ps(1) page "state" description doesn't me o [2002/03/07] kern/35635 [patch] missing dep in libiconv prevents o [2002/03/07] docs/35642 doc lo(4) page maybe should document optional o [2002/03/07] docs/35644 doc lo(4) page presumes familiarity with prin o [2002/03/07] docs/35646 doc cp(1) page needs a "Bugs" section. o [2002/03/07] www/35647 www www; combine query-by-number and multi-fi o [2002/03/07] docs/35652 trhodes bsd.README seriously obsolete o [2002/03/08] docs/35686 doc blackhole(4) page seems to contradict its o [2002/03/08] docs/35687 doc /etc/nsmb.conf missing mention of readers o [2002/03/09] docs/35696 trhodes mount_smbfs(8) references a nonexistent n o [2002/03/09] www/35711 bugmeister the "gnats page" should move to its own s o [2002/03/09] bin/35717 which(1) returns wrong exit status for m o [2002/03/10] docs/35732 doc adduser(8) page has obsolete reference an o [2002/03/11] ports/35767 portmgr make_index script does not deal with syml o [2002/03/11] bin/35769 w does not correctly interpret X sessions o [2002/03/11] kern/35774 [logwtmp] Suboptimal auditing possibiliti o [2002/03/13] kern/35846 imp timeout in wi_cmd 11, machine hangs for a o [2002/03/14] bin/35886 [patch] Enhancement: custom time format f p [2002/03/14] bin/35894 [patch] popen.c in cron won't build witho o [2002/03/16] docs/35943 doc at(1) config files are misplaced in /var/ o [2002/03/16] docs/35953 doc hosts.equiv(5) manual is confusing or wro s [2002/03/19] standards/36076standards Implementation of POSIX fuser command o [2002/03/20] bin/36118 qa [sysinstall] 4.5 Upgrade says it won't to o [2002/03/20] kern/36143 [patch] Dynamic (non linear) mouse accele o [2002/03/21] kern/36170 an(4) does an_init() even if interface is o [2002/03/24] bin/36262 [PATCH] Fixed rusers idle-time reporting o [2002/03/27] bin/36374 Patch (against core dumps) and improvemet o [2002/03/27] bin/36385 luigi crunchgen does not handle Makefiles with o [2002/03/27] conf/36392 [feature request] cron starts before vi r o [2002/03/28] kern/36425 [patch] bump up SYS_NMLN in sys/utsname.h o [2002/03/28] docs/36432 doc Proposal for doc/share/mk: make folded bo o [2002/03/29] docs/36449 doc symlink(7) manual doesn't mention trailin a [2002/03/29] kern/36451 [bktr] [patch] Japan IF frequency is inco s [2002/03/29] gnu/36460 cu(1) program does not work very well. f [2002/03/29] bin/36477 gshapiro mailwrapper doesn't handle rmail calls o [2002/03/29] bin/36501 grog /usr/bin/calendar can't handle recurring o [2002/03/30] bin/36553 gad Two new features in newsyslog(8) o [2002/03/31] bin/36556 [patch] regular expressions for tcpwrappe o [2002/04/01] bin/36626 login_cap(3) incorrectly claims that all o [2002/04/02] bin/36646 dwmalone [patch] top(1) does not work correctly in o [2002/04/04] docs/36724 darrenr ipnat(5) manpage grammar is incomplete an o [2002/04/04] bin/36740 make ps obey locale (particularly for tim o [2002/04/04] bin/36757 which(1) ought to append @ if result is s o [2002/04/05] bin/36786 make ps use 24-hour time by default s [2002/04/08] java/36901 glewis WITHOUT_X11 Knob for port java/jdk13 o [2002/04/08] bin/36902 [patch] proposed new format code %N for s o [2002/04/09] kern/36916 qa [libdisk] DOS active partition flag lost o [2002/04/10] kern/36952 ldd comand of linux does not work o [2002/04/10] bin/36960 grog calendar doesn't effect -t option. o [2002/04/11] kern/36983 CD9660 unicode to utf-8 [hack] o [2002/04/12] bin/37013 ls directory name output trailing slash d o [2002/04/14] bin/37074 bp [PATCH] Typographical error in output of o [2002/04/15] bin/37083 small improvement to talk(1): add clocks o [2002/04/15] bin/37096 Fixes to fsdb command-line handling [patc o [2002/04/16] bin/37160 qa [sysinstall] coredumps when trying to loa o [2002/04/23] kern/37380 jhb [patch] boot0 partition list is outdated o [2002/04/23] conf/37387 grog bsdmainutils/calendar Hungarian addon fil o [2002/04/24] bin/37424 nfsstat reports negative values o [2002/04/25] bin/37434 mbr dhclient(1) generates pointless log messa o [2002/04/25] bin/37437 Add HTTP-style support to {vis,unvis}(1). o [2002/04/25] bin/37442 [PATCH] sleep.c to support time multiplie p [2002/04/25] bin/37448 obrien [PATCH] ldd/rtld support for more informa o [2002/04/29] kern/37554 jmg [PATCH] Make ELF shared libraries immutab o [2002/04/29] kern/37555 [patch] vnode flags appear to be changed o [2002/04/29] conf/37569 [PATCH] Extend fstab(5) format to allow f o [2002/04/30] kern/37600 multimedia [sound] [partial patch] t4dwave drive doe f [2002/05/02] kern/37657 multimedia [sound] /dev/dsp and /dev/audio skip the o [2002/05/02] bin/37672 pw(8) prints warnings after successful NI o [2002/05/02] threads/37676threads libc_r: msgsnd(), msgrcv(), pread(), pwri o [2002/05/03] docs/37719 kensmith Detail VOP_ naming in a relevant man-page o [2002/05/04] bin/37733 su(1) does not behave the way it is descr s [2002/05/07] docs/37843 doc manual for pthread_setschedparam is wrong o [2002/05/07] bin/37844 [PATCH] make knob to not install progs wi o [2002/05/09] gnu/37910 PATCH: make send-pr(1) respect &'s in /et o [2002/05/13] alpha/38031 alpha osf1.ko not loaded during boot-time of li s [2002/05/13] ports/38034 ports-bugs compaq-cc (under linux-emu) installes man o [2002/05/14] bin/38055 qa [sysinstall] Groups (creation) item shoul o [2002/05/14] bin/38056 qa [sysinstall] User (creation)'s "Member gr o [2002/05/14] bin/38057 qa [sysinstall] "install" document doesn't d o [2002/05/14] docs/38061 ume Typos in man pages for faith & faithd o [2002/05/16] bin/38156 quotacheck chokes on user -2 o [2002/05/17] bin/38168 installing curses programs and terminfo d o [2002/05/18] bin/38256 linking pax to pax_{cpio|tar} o [2002/05/20] kern/38347 [patch] new library function abs2rel and o [2002/05/22] kern/38429 [PATCH] getgpid and getsid work for proce o [2002/05/23] kern/38445 suggestion: centralize ptrace() permissio o [2002/05/24] bin/38478 qa [sysinstall] In Choose Distributions scre o [2002/05/24] bin/38480 qa [sysinstall] sysinstall should prompt for s [2002/05/24] www/38500 www gnats web form is overenthusiastic about o [2002/05/24] conf/38524 cons25 doesn't support F-keys beyond 12 o [2002/05/25] docs/38540 blackend sysinstall application name should be Sys o [2002/05/25] docs/38556 remko EPS file of beastie, as addition to exist o [2002/05/26] bin/38583 qa [sysinstall] sysinstall installs crypto s o [2002/05/27] ports/38593 portmgr Third level ports o [2002/05/27] bin/38610 qa [sysinstall] should be able to mount ISO o [2002/05/27] docs/38620 doc Committers Guide and CVS o [2002/05/27] kern/38626 luigi dummynet/traffic shaper: RED: max_th and o [2002/05/30] bin/38727 [patch] mptable(1) should complain about f [2002/05/30] kern/38730 philip Memorex scrollpro mouse is not fully func o [2002/05/30] kern/38749 kientzle Diskless booting fails with some DHCP ser o [2002/05/31] docs/38772 doc firewall_type feature not mentioned on Ha o [2002/06/02] kern/38826 [bootmgr] RFE: BootMgr should provide mor o [2002/06/02] kern/38828 scsi [feature request] DPT PM2012B/90 doesn't o [2002/06/03] bin/38854 qa [sysinstall] resetting during setup cause o [2002/06/06] misc/38937 delay between tracks in digital audio dum o [2002/06/06] bin/38940 Change: an option to *stat to allow supre o [2002/06/07] docs/38982 doc developers-hanbook/Jail fix o [2002/06/08] kern/39047 IPSEC Compression (IPCOMP) broken in tunn o [2002/06/12] kern/39201 emulation ptrace(2) and rfork(RFLINUXTHPN) confuse o [2002/06/14] standards/39256standards snprintf/vsnprintf aren't POSIX-conforman o [2002/06/14] conf/39306 The /etc/rc file should know if is runnin p [2002/06/15] conf/39347 brooks use of /usr/bin/* utils in /etc/rc.diskle o [2002/06/15] docs/39348 doc kenv fetch of hostname requires dhcp/boot o [2002/06/16] bin/39360 qa [sysinstall] if linux emu is added as a d o [2002/06/17] kern/39425 [amd] Auto mounted directory was not foun o [2002/06/17] bin/39439 tcopy will not duplicate tapes with block o [2002/06/18] bin/39463 mtm [PATCH] Add several options to fingerd o [2002/06/18] conf/39466 /etc/security: find -xdev hangs on dead N f [2002/06/19] conf/39505 automate BUILDNAME variable for releases o [2002/06/19] kern/39527 dwmalone getcwd() and unreadable parent directory o [2002/06/19] docs/39530 doc access(2) man page has unnecessarily broa o [2002/06/20] bin/39574 qa [sysinstall] error mounting /dev/acd0c on s [2002/06/20] conf/39580 insecure default settings f [2002/06/22] ports/39660 portmgr [patch] add ${PKGNAMEPREFIX} to (DOCS|EXA o [2002/06/23] kern/39681 [patch] add hidden kernel boot tunables t o [2002/06/25] docs/39824 doc Various tweaks for doc/en_US.ISO8859-1/bo o [2002/06/26] bin/39864 robert hostname instead of IP in w(1) -n output o [2002/06/26] bin/39893 setusercontext library call differs umask o [2002/06/27] bin/39905 johan cleaning sbin/restore code from warnings o [2002/06/29] conf/39976 vi recovery halting boot process o [2002/06/29] kern/40017 [patch] allows config(8) to specify confi o [2002/06/29] kern/40021 [patch] use ld(1) to build kernel with li p [2002/07/01] gnu/40057 bugmeister send-pr -a flag does not work with -f o [2002/07/02] bin/40127 [PATCH] Add functions for PID-file handli o [2002/07/03] kern/40132 multimedia [sound] [patch] enabling the joystick int f [2002/07/06] bin/40273 dougb some more fortunes o [2002/07/07] conf/40298 [patch] /etc/rc: using swapfile as /tmp o [2002/07/09] kern/40369 [patch] rman_reserve_resource - when "cou o [2002/07/09] bin/40391 imp [sysinstall] sysinstall with PCCARD<->ISA o [2002/07/10] docs/40423 doc Keyboard(4)'s definition of parameters to o [2002/07/13] kern/40516 [if_ti] [patch] ti driver has no baudrate f [2002/07/13] bin/40538 dougb mergemaster fixes and enhancements o [2002/07/14] conf/40548 list of /etc/defaults/make.conf undocumme p [2002/07/14] kern/40563 bms gif driver can clobber route/arp table o [2002/07/14] bin/40572 vipw prints silly message if $EDITOR fail o [2002/07/15] bin/40597 add /sbin/fdisk ability of showing extend s [2002/07/16] threads/40671threads pthread_cancel doesn't remove thread from o [2002/07/19] conf/40777 disktab does not support 2.88MB floppies o [2002/07/21] docs/40851 doc [PATCH] "mergemaster -p" in UPDATING's "C o [2002/07/23] kern/40919 usage of ucred->cr_uid in sys/netinet/in_ o [2002/07/23] kern/40926 qa [boot] After Upgrading or Clean Installin f [2002/07/23] kern/40927 multimedia [sound] Acer Labs M5451 dies with pcm:pla o [2002/07/24] usb/40948 usb [usb] USB HP CDW8200 does not work o [2002/07/24] i386/40958 i386 [apm] apm on Acer TravelMate 351 could no o [2002/07/25] bin/40980 du(1)'s -h and -k options interact confus o [2002/07/27] bin/41060 ready to import gzip 1.3.3 o [2002/07/28] docs/41089 doc pax -B option does not mention interactio o [2002/07/30] bin/41159 new sed -c option to allow ; as a separat o [2002/07/30] misc/41179 LD_LIBRARY_PATH security checks o [2002/07/31] bin/41190 in sed, report the { linenum instead of E o [2002/07/31] bin/41213 top(1) blocks if NIS-related entries in p o [2002/07/31] kern/41215 [kbd] console revert back to kbd0 (AT) af o [2002/08/01] bin/41238 qa [sysinstall] problems with FreeBSD instal o [2002/08/02] docs/41270 doc confusing directions for kernelconfig cha o [2002/08/02] bin/41271 Non-suid-crontab. o [2002/08/04] bin/41307 libalias: logging of links lifecycle (add o [2002/08/04] www/41312 cvsadm RCS IDs are off-by-one in the NetBSD cvsw o [2002/08/06] i386/41364 imp pccard: NewMedia "Bus Toaster" SCSI card o [2002/08/07] usb/41415 usb [usb] [patch] Some USB scanners cannot ta o [2002/08/10] bin/41526 symlinked mount points get mounted more t o [2002/08/11] kern/41543 emulation Easier wine/w23 support f [2002/08/11] bin/41556 obrien [PATCH] wtmp patch for lukemftpd o [2002/08/12] bin/41566 obrien file(1) out of date o [2002/08/12] i386/41569 silo overflow p [2002/08/12] standards/41576standards POSIX compliance of ln(1) a [2002/08/12] bin/41583 assorted mtree bugs (+fixes) o [2002/08/15] bin/41674 ken iostat column formatting overlaps f [2002/08/17] kern/41743 multimedia [sound] No sound from SiS630s controller o [2002/08/17] bin/41744 qa [sysinstall] cannot stop comat22 from bei o [2002/08/20] docs/41807 doc natd -punch_fw "bug" o [2002/08/20] bin/41817 pw groupshow doesn't include the login gr o [2002/08/20] docs/41820 doc Device driver confusion in Handbook (2.3) o [2002/08/21] conf/41855 brooks improvment of /etc/rc.diskless2 script o [2002/08/21] i386/41856 i386 VESA splash screen problems on ThinkPad 2 o [2002/08/22] docs/41879 hrs cleanup to DOCROOT/share/sgml/freebsd.dsl o [2002/08/23] docs/41919 blackend MINI kernel for bootfloppy (Handbook p.34 o [2002/08/23] kern/41930 declaration clash for ffs() and ${CXX} o [2002/08/23] bin/41947 hexdump(1) unprintable ASCII enhancement o [2002/08/23] bin/41949 qa [sysinstall] sysinstall sorts /etc/rc.con o [2002/08/26] bin/42018 krion pkg_info with PKG_PATH searches through t o [2002/08/26] bin/42022 qa [sysinstall] non-interactive mode prompts a [2002/08/27] docs/42058 doc Documentation: Installing Oracle 8i onto o [2002/08/27] kern/42065 [patch] kern.ps_showallprocs has no effec o [2002/08/27] bin/42084 luigi [netstat] PicoBSD's 'netstat -i' reports o [2002/08/29] bin/42162 qa [sysinstall] installation crashes, md0c f o [2002/08/30] docs/42182 trhodes Making Dedicated Mode disks doc out of da o [2002/08/30] bin/42217 libdisk segfaults with 1024 bytes/sector o [2002/09/01] kern/42274 [patch] Convert defined variable into tun o [2002/09/02] bin/42336 [PATCH] ISO-fication of /usr/src/contrib/ o [2002/09/03] bin/42386 cleaning code from warnings in libkvm o [2002/09/03] bin/42387 cleaning code of librpcsvc from warnings p [2002/09/04] kern/42404 emulation TIOCSCTTY not implemented in linuxulator o [2002/09/04] kern/42422 dbm_delete returns -1 instead of 1 when t o [2002/09/04] kern/42429 [patch] hash_action called with HASH_DELE o [2002/09/05] kern/42442 problem in idlequeue/debugging mode ? o [2002/09/06] kern/42461 mdodd if_wi_pci.c,if_wi_pccard.c lack device_re s [2002/09/06] kern/42466 emulation linux: 'ipc' typ=258 not implemented o [2002/09/06] bin/42468 mount_smbfs incorrectly handled configura o [2002/09/06] bin/42469 After mounting by mount_smbfs directories f [2002/09/08] kern/42564 multimedia [sound] record bug with emu10k1 driver f [2002/09/10] kern/42638 multimedia [sound] CS4326/4327 (MSS) buggy output pl o [2002/09/11] bin/42663 pw(1): pw useradd assigns unique UID's to o [2002/09/13] kern/42728 small many problems in src/usr.sbin/ppp/* afte o [2002/09/14] i386/42766 i386 [vm] [patch] proposal to perform reboot v o [2002/09/15] bin/42803 tconv, tic, captoinfo binaries missing fr o [2002/09/18] bin/42934 qa [sysinstall] installation procedure on in o [2002/09/19] kern/42956 libc bug: dlclose gives "invalid shared o o [2002/09/19] bin/42974 [patch] ISO 8601 date format option p [2002/09/20] bin/43139 bms /sbin/route -host option doesn't always s o [2002/09/21] kern/43154 [patch] tunwrite() does not allocate clus o [2002/09/22] i386/43262 i386 [hang] command 'shutdown -r' (also reboot o [2002/09/25] kern/43355 idad driver will work if logical drives d o [2002/09/25] bin/43367 incorrect report from 'who' after 'shutdo o [2002/09/25] bin/43368 krion pkg_create fails if target directory does o [2002/09/25] bin/43372 Broken struct ufs_args in ufsmount.h o [2002/09/27] bin/43434 New option to 'dmesg' which allow to disp o [2002/09/29] docs/43470 blackend Solid State / x109 article out of date. o [2002/09/29] kern/43474 [nfs] [patch] dhcp.* values not set in ke o [2002/09/29] bin/43497 mount -t nfs -> crunchgen incompatible o [2002/09/30] conf/43500 rc.syscons "allscreens" improvements o [2002/09/30] i386/43539 i386 [fdc] Cannot mout floppy on Compaq Prolia o [2002/10/02] kern/43577 [PATCH] New kernel option SHUTDOWN_BEEP o [2002/10/02] bin/43582 passwd(1) fails on nonexistent users o [2002/10/03] kern/43611 [patch] static-ize some symbols in sys/cr o [2002/10/03] kern/43616 [patch] static-ize some functions in sys/ o [2002/10/04] docs/43651 doc stab(5) incorrectly states to include jus o [2002/10/05] kern/43716 [patch] puc driver does not recognize Lav s [2002/10/07] ports/43771 ports-bugs LaTeX ports mixed between print and textp o [2002/10/08] bin/43819 changed truss output for utrace calls o [2002/10/08] docs/43823 doc [PATCH] update to environ(7) manpage o [2002/10/08] misc/43825 qa please remove object files in source (src o [2002/10/09] bin/43857 [patch] conflicting types in /usr/src/usr o [2002/10/09] docs/43861 doc non-trivial typo in wicontrol man page o [2002/10/11] kern/43905 [patch] kqueues: EV_SET(kevp++, ...) is n o [2002/10/11] kern/43916 [hang] Olicom OC-2220 (PC-card) hangs on o [2002/10/11] docs/43941 doc Rationale for Upgrade Sequence o [2002/10/14] docs/44034 trhodes Multiple sysctl variables are not documen o [2002/10/14] misc/44058 /dev/ch* is created without group write p o [2002/10/15] docs/44074 doc ln(1) manual clarifications [patch] o [2002/10/15] kern/44098 RealTec-based NIC initialization problem o [2002/10/15] bin/44122 tun0 gets a second ip adress after a disc o [2002/10/17] conf/44170 Add ability to run multiple pppoed(8) on a [2002/10/17] www/44181 garys www "Release Information" organization o [2002/10/18] bin/44212 Unify 'recursive' options -r and -R f [2002/10/19] i386/44262 tanimura Problems with nrp driver o [2002/10/19] kern/44267 [patch] One more modem PNP id for /usr/sr o [2002/10/19] conf/44286 roberto /etc/defaults/rc.conf uses the obsolete n o [2002/10/20] kern/44293 thomas Unable to access audio CD under Linux emu o [2002/10/22] kern/44365 [patch] introduce ulong and unchar types o [2002/10/22] kern/44372 roberto some kernel options prevent NTP clock syn o [2002/10/23] standards/44425standards getcwd() succeeds even if current dir has o [2002/10/26] kern/44497 NIC Lags? o [2002/10/26] kern/44500 [if_bge] [patch] bge(4): add AC1001 Gigab o [2002/10/29] kern/44580 [nfs] NFS updates file access time when f o [2002/10/29] kern/44587 scsi dev/dpt/dpt.h is missing defines required o [2002/10/29] docs/44594 doc Handbook doesn't mention drivers.flp for f [2002/10/30] conf/44717 dougb update login.conf and unify login capabil o [2002/11/04] bin/44894 markm telnet(1): as a local non-root user and r o [2002/11/05] bin/44915 qa [sysinstall] 'choose installation media' o [2002/11/06] gnu/44984 Send-pr can use environmental variable $F o [2002/11/06] docs/45011 trhodes style(9): '->' and '.' don't require spac o [2002/11/07] kern/45026 [nis] Can't set next password change date o [2002/11/08] gnu/45137 peter [PATCH] CVS 1.11.2 cannot reuse log messa o [2002/11/09] www/45169 linimon suggested update for ports index page on o [2002/11/10] bin/45193 [PATCH] truss can't truss itself o [2002/11/11] ports/45216 joerg devel/bcc port is incomplete o [2002/11/11] conf/45222 daily rejected mail hosts report too long o [2002/11/12] conf/45226 mtm Fix for rc.network, ppp-user annoyance o [2002/11/12] bin/45229 restore(8) -i: ls reports mising files as o [2002/11/13] bin/45254 qa [patch] [sysinstall] sysinstall installs f [2002/11/14] ports/45289 hrs ja-dvi2ps-3.2 does not handle \special co o [2002/11/14] kern/45293 kevent denies to observe /dev/tty o [2002/11/16] bin/45333 [PATCH] New option -r for chown and chgrp o [2002/11/18] ports/45414 portmgr make update in /usr/ports missing default o [2002/11/19] bin/45486 Support for human readble (-h/-H) output s [2002/11/21] bin/45547 sos a patch to make burncd handle .wav files. a [2002/11/22] bin/45584 read builtin function of sh does not read o [2002/11/23] bin/45608 qa [sysinstall] install should config all et s [2002/11/23] ports/45613 portmgr make update doesn't o [2002/11/24] kern/45684 systat -vmstat reports "alternate system o [2002/11/25] bin/45701 markm spelling error in rogue o [2002/11/25] conf/45704 [PATCH] request to change cp866b font to o [2002/11/25] bin/45729 make rbootd transfere the default file if o [2002/11/27] kern/45793 [patch] invalid media subtype aliases in o [2002/11/28] bin/45830 nectar [kerberos] KDC has problems when listenin p [2002/11/30] conf/45874 ache [PATCH] FreeBSD does not know about ca_ES o [2002/12/01] bin/45896 dwmalone setnetgrent() should return error code o [2002/12/02] docs/45940 doc burncd missing info o [2002/12/07] conf/46062 kris Remove skel from BSD.root.dist. o [2002/12/09] i386/46113 i386 [bus] [patch] busspace bugs in parameter o [2002/12/09] standards/46119standards Priority problems for SCHED_OTHER using p o [2002/12/10] kern/46159 ipfw ipfw dynamic rules lifetime feature o [2002/12/10] bin/46163 gad lpc problem. Only root can modify despit o [2002/12/11] docs/46196 doc Missing return value in (set_)menu_format o [2002/12/13] bin/46235 rwatson [sysinstall] NTP servers for Finland requ o [2002/12/16] docs/46291 doc correlation between HZ kernel config para o [2002/12/16] docs/46295 doc please add information to Nvi recovery em o [2002/12/17] bin/46328 gad patch for lpd o [2002/12/19] kern/46368 [patch] MAXDEP in isa/pnpparse.c is too s s [2002/12/19] bin/46382 ps(1) could use a "repeat" mode o [2002/12/20] conf/46409 Certain periodic scripts check broken NFS o [2002/12/21] standards/46441standards /bin/sh does not do parameter expansion i o [2002/12/22] conf/46453 [INTERNATIONALIZATION] cons25l2, ISO8859- o [2002/12/31] conf/46645 [PATCH] rc.shutdown state table saving ha a [2003/01/03] docs/46709 peter tables in terminfo.5 are broken o [2003/01/03] kern/46734 [patch] joystick driver doesn't allow for s [2003/01/04] conf/46746 No way to set link addresses through rc.c o [2003/01/04] bin/46758 moused enhancements o [2003/01/09] bin/46888 gad Add script run hook to newsyslog(8) o [2003/01/09] bin/46905 qa [sysinstall] FreeBSD 5.x cannot be instal s [2003/01/10] conf/46913 darrenr ipf denied packets of security run output o [2003/01/10] bin/46925 sysctl -a goes into an infinite loop... o [2003/01/11] kern/46973 [patch] syscons virtual terminals switchi s [2003/01/13] ports/47018 sf Teach ftp/wget new very useful feature - o [2003/01/19] bin/47204 qa [sysinstall] base + XFree86 install fails o [2003/01/19] i386/47223 i386 [pcvt] [PATCH] pcvt(4), ESC sequences do o [2003/01/20] bin/47235 top reports inaccurate cpu usage f [2003/01/20] kern/47243 multimedia [sound] Onboard CMedia CMI8738 playback n o [2003/01/21] kern/47311 mdodd [PATCH] Kernel support for NVIDIA nForce2 o [2003/01/21] bin/47314 qa [sysinstall] wish: install should not req p [2003/01/22] kern/47349 emulation Fake a sound ioctl (plus linux hook) o [2003/01/22] bin/47350 rc.network supports only one ppp profile f [2003/01/22] kern/47352 multimedia [sound] pcm/ac'97, dsp device busy o [2003/01/22] i386/47376 i386 [pcvt] [PATCH], pcvt(4), COLOR_KERNEL_FG, o [2003/01/23] bin/47387 [PATCH] gprof -K still requires "a.out" a f [2003/01/25] kern/47452 le [vinum] df(1) reports filesystem empty wh o [2003/01/27] bin/47540 Make natd configurable in running state w o [2003/01/27] conf/47566 le [vinum] [patch] add vinum status verifica o [2003/01/28] docs/47575 doc Clarify requirements for IPFW2 in STABLE o [2003/01/28] bin/47576 [PATCH] factor(6)ing of negative numbers o [2003/01/28] docs/47594 doc [PATCH] passwd(5) incorrectly states allo o [2003/01/28] bin/47596 daily security run complains if timezone o [2003/02/02] bin/47815 stty -all should work. o [2003/02/02] docs/47818 doc ln(1) manpage is confusing o [2003/02/04] bin/47908 qa [sysinstall] /stand/sysinstall can't disp o [2003/02/06] docs/47991 trhodes Handbook section on upgrading kernel says o [2003/02/08] docs/48101 doc There's no documentation on the fixit dis o [2003/02/09] conf/48105 /etc/disktab has incomplete duplication o o [2003/02/09] misc/48110 change CVSROOT/log_accum.pl to not send m o [2003/02/10] conf/48133 /etc/rc: improved vi recovery notificatio o [2003/02/11] kern/48172 ipfw ipfw does not log size and flags o [2003/02/12] conf/48195 /var/db/mounttab error on diskless boot o [2003/02/14] ports/48281 obrien Patch editors/vim to use fetch instead of o [2003/02/15] bin/48309 pppoe connections fail to establish if th o [2003/02/16] kern/48338 multimedia [sound] pcm audio driver hogs /dev/dsp?.? o [2003/02/16] bin/48342 usb [PATCH] usbd dynamic device list. o [2003/02/18] bin/48443 mtm /usr/sbin/periodic executes too many file o [2003/02/18] conf/48444 [patch] count connection attempts instead o [2003/02/19] kern/48471 pjd [patch] private IPC for every jail o [2003/02/22] conf/48566 [PATCH] /etc/defaults/make.conf stales af o [2003/02/23] kern/48599 [PATCH] syscons cut-n-paste logic is brok o [2003/02/23] bin/48603 Getopt is broken. Patch included. o [2003/02/24] gnu/48638 [PATCH] some bug fixs in libdialog o [2003/02/25] alpha/48676 alpha Changing the baud rate of serial consoles o [2003/03/02] kern/48837 mbr [if_dc] dc cannot handle DC21142/3 PCI/Ca o [2003/03/03] conf/48870 [PATCH] rc.network: allow to cancel inter o [2003/03/03] kern/48894 [nfs] Suggested improvements to the NFS r s [2003/03/06] bin/48962 des [PATCH] modify /usr/bin/fetch to allow ba o [2003/03/06] kern/48976 [modules] nwfs.ko oddity o [2003/03/06] docs/48980 doc [PATCH] nsgmls -s errors and sect. 3.2.1 o [2003/03/06] bin/48989 qa [sysinstall] Sysinstall's partition edit o [2003/03/07] i386/49023 gad [patch] to LPD (printjob.c) to pass sourc o [2003/03/08] kern/49039 add support for RS485 hardware where dire o [2003/03/10] kern/49086 ipfw [patch] Make ipfw2 log to different syslo f [2003/03/12] ports/49955 portmgr [PATCH] bsd.port.mk: add target to automa p [2003/03/12] kern/49957 naddy CRC32 generator should be the common rout o [2003/03/18] misc/50106 Make 'make release' more flexible behind o [2003/03/19] bin/50118 grog calendar(1) dumps core if there is ./cale p [2003/03/21] conf/50160 ache sl_SI.ISO8859-2 collation sequence is wro o [2003/03/23] docs/50211 doc [PATCH] Fix textfile creation p [2003/03/24] docs/50248 ceri New FreeBSD books o [2003/03/25] bin/50300 Make the loader's use of terminal-control o [2003/03/26] bin/50310 [libalias] [patch] natd / libalias fix to p [2003/03/27] bin/50328 kris ctm_smail doesn't handle large deltas wel o [2003/03/27] bin/50331 Changing uid with pw causes duplicate use o [2003/03/27] bin/50365 [PATCH] rc.sysctl cannot handle values co o [2003/04/01] kern/50526 [patch] update to #! line termination o [2003/04/03] bin/50569 /bin/sh doesn't handles ${HOME}/.profile o [2003/04/03] docs/50573 doc return values for res_query/res_search/re o [2003/04/06] bin/50656 /bin/cp - wrong error on copying of multi o [2003/04/07] docs/50677 doc [PATCH] update doc/en_US.ISO8859-1/books/ o [2003/04/07] kern/50687 ioctl(.., CDIOCCAPABILITY, ...) always re p [2003/04/08] docs/50735 brueffer Small diff to the developers handbook & o o [2003/04/09] bin/50749 ipfw ipfw2 incorrectly parses ports and port r o [2003/04/10] docs/50773 jmg NFS problems by jumbo frames to mention i o [2003/04/12] alpha/50868 alpha fd0 floppy device is not mapped into /dev p [2003/04/14] bin/50924 "vmstat -f" says "unimplemented" but data s [2003/04/14] i386/50929 i386 AMD K6-2+ processor is identified incorre o [2003/04/14] bin/50949 BUG: mtree doesn't honor the -P when chec o [2003/04/14] conf/50956 daily_status_disks_df_flags in /etc/defau o [2003/04/15] bin/50971 du(1) doesn't understand UF_NODUMP flag o [2003/04/15] bin/50988 [Patch] find -size -- express argument in o [2003/04/15] kern/51009 [patch] buggy aue driver fixed. o [2003/04/16] bin/51070 add -p option to pom [PATCH] p [2003/04/17] kern/51082 bms FEATURE: More descriptive message on drop o [2003/04/18] kern/51120 MSGBUF_SIZE doesn't work in makefiles a [2003/04/18] docs/51133 murray RSH environmental variable not described s [2003/04/18] bin/51137 [patch] config(8) should check if a sched o [2003/04/18] kern/51145 multimedia [sound] Audio Slows during Heavy I/O o [2003/04/19] bin/51148 Control the cache size for pwd_mkdb to sp f [2003/04/19] ports/51152 portmgr [patch] bsd.port.mk: generic SHEBANG_FILE o [2003/04/21] bin/51205 dwmalone openssl in base system is not compiled th o [2003/04/22] bin/51296 grog calendar wrong for dates based on day+-nu o [2003/04/27] docs/51480 dds Multiple undefined references in the Free o [2003/04/28] bin/51488 Compat patch: more(1) allowed filename to p [2003/04/28] conf/51504 ache New file: src/share/mklocale/zh_CN.GBK.sr f [2003/05/01] ports/51663 roam [PATCH] mail/vpopmail fix for using vmodu p [2003/05/03] conf/51729 ache A patch that can make freebsd support zh_ o [2003/05/06] docs/51875 doc [patch] atkbd(4) adjustment o [2003/05/06] docs/51891 doc DIAGNOSTICS in ed driver manpage don't ma o [2003/05/07] conf/51920 Collation for no_NO.ISO8859-1 o [2003/05/07] docs/51921 doc ls(1) manpage lacks some information abou o [2003/05/08] ports/51947 mharo Analog port does not include anlgform.htm o [2003/05/08] kern/51958 usb [usb] [patch] update for urio driver o [2003/05/10] kern/52026 usb [usb] feature request: umass driver suppo o [2003/05/11] docs/52071 doc [PATCH] Add more information about soft u o [2003/05/12] ports/52106 ports-bugs New port: java/javaws: Java Web Start 1.2 o [2003/05/13] bin/52190 dwmalone [Patch] decode more syscalls in truss o [2003/05/14] misc/52255 small picobsd build script fails under FreeBSD o [2003/05/14] misc/52256 small picobsd build script does not read in use o [2003/05/15] kern/52258 imp pccard non-functional, repeated "card ins o [2003/05/15] bin/52271 qa [sysinstall] sysinstall panics in machine o [2003/05/19] i386/52427 i386 DVD replay under MSI "655 MAX" mobo inter o [2003/05/19] docs/52448 simon [patch] Misc man page reference fixes o [2003/05/20] bin/52469 ppp: Multiple devices using UDP don't wor o [2003/05/21] bin/52517 murray New functionality for /usr/bin/Mail f [2003/05/23] bin/52601 mbr [PATCH] rpc.yppasswdd fails if master.pas o [2003/05/23] kern/52623 [if_ex] [patch] IRQ error in driver for t o [2003/05/26] ports/52706 portmgr [patch] bsd.port.mk issues warning if a s o [2003/05/27] kern/52725 [PATCH] installincludes for kmods f [2003/05/28] bin/52746 tcsh fails to handle large arguements o [2003/05/28] kern/52752 [PATCH] SMBus controller on ICH4 not reco o [2003/05/28] kern/52764 Impossible to build kernel with COPTFLAGS s [2003/05/28] ports/52765 portmgr [PATCH] Uncompressing manual pages may fa o [2003/05/29] bin/52782 user ppp dumps core when doing pppctl "sh s [2003/05/31] bin/52826 krion Feature Request: Adding Timestamps to pkg o [2003/06/01] i386/52835 pdeuskar [if_em] em driver does not work with mobi o [2003/06/03] bin/52907 phk [PATCH] more malloc options for debugging s [2003/06/03] ports/52917 portmgr [PATCH] bsd.port.mk: update default value p [2003/06/05] kern/52960 jmg [kbd] kbdcontrol macros don't work when l o [2003/06/05] kern/52971 bad macro LIST_HEAD in /usr/include/sys/q o [2003/06/06] kern/52980 mbr [if_dc] [patch] dc driver fails to init I o [2003/06/08] usb/53025 usb [PATCH] ugen does not allow O_NONBLOCK fo o [2003/06/10] bin/53131 qa [sysinstall] "ALL" could not turn check B o [2003/06/13] kern/53265 imp Make Sierra A555 work in FreeBSD o [2003/06/13] docs/53271 hmp the bus_dma man page fails to document al o [2003/06/13] bin/53288 tail will sometimes display more lines th o [2003/06/15] bin/53341 qa [sysinstall] [patch] dump frequency in sy p [2003/06/16] bin/53377 [PATCH] su does not return exit status of o [2003/06/16] kern/53383 [bktr] [patch] adding Terratec TValue to o [2003/06/17] kern/53417 multimedia [sound] Bad Recordings on AC97 onboard au o [2003/06/19] bin/53475 cp(1) copies files in reverse order to de o [2003/06/19] kern/53506 [partial patch] support gzipped modules o [2003/06/19] bin/53520 su to another user does not update utmp o [2003/06/20] bin/53560 logging domain names in wtmp is retarded o [2003/06/21] docs/53575 doc Change to Handbook Section 20.9 o [2003/06/21] docs/53596 doc Updates to mt manual page o [2003/06/24] www/53676 simon [patch] Don't make people contact doc@ fo o [2003/06/24] standards/53682le [PATCH] add fuser(1) utility o [2003/06/25] docs/53732 doc quota output and man page do not document o [2003/06/26] docs/53751 hmp bus_dma(9) incorrectly documents BUS_DMA_ a [2003/06/28] bin/53870 das C++ undeclares standard math functions li o [2003/06/29] bin/53899 mktime gives wrong result in Central time p [2003/07/01] conf/53944 [PATCH] ARMSCII-8 (Armenian) LOCALE and C o [2003/07/01] kern/53987 [smbfs] smbfs can't access to files with o [2003/07/02] docs/54009 trhodes Clarify the location of the splash image o [2003/07/02] bin/54026 bms [patch] Add support for non-standard port o [2003/07/03] kern/54049 multimedia [sound] Sound driver reports device busy o [2003/07/03] kern/54078 multimedia [sound] Sound Plays ~10% Slow [4.8] o [2003/07/06] bin/54141 wrong behavour of cu(1) o [2003/07/07] conf/54170 error from weekly periodic script 330.cat s [2003/07/07] bin/54185 rwatson UFS2 filesystem ACL flag not enforced o [2003/07/08] kern/54220 [PATCH] /usr/src/Makefile has wrong instr o [2003/07/09] bin/54274 udp-proxy support is not implemented in l o [2003/07/11] bin/54365 [PATCH] add -u option to install(1) for S o [2003/07/11] kern/54383 net [nfs] [patch] NFS root configurations wit o [2003/07/13] kern/54439 Protecting sysctls variables by given mut o [2003/07/13] docs/54451 doc [patch] i386_{get|set}_ldt manual page is o [2003/07/14] docs/54461 kensmith Possible addition to Handbook o [2003/07/17] bin/54594 Apply regexps to the entire variable -- a o [2003/07/18] kern/54604 pjd Made 'ps -e' procfs-independent [PATCH]. o [2003/07/21] bin/54683 sh, redundant history o [2003/07/22] docs/54752 hmp bus_dma explained in ISA section in Handb o [2003/07/23] bin/54784 find -ls wastes space o [2003/07/25] standards/54833standards [pcvt] more pcvt deficits o [2003/07/25] standards/54839standards [pcvt] pcvt deficits s [2003/07/26] bin/54878 incorrect divisor in /usr/bin/jot -r o [2003/07/26] docs/54879 doc man 1 jot, -r description o [2003/07/26] kern/54884 mckusick FreeBSD -stable and -current free space h o [2003/07/27] bin/54891 libalias/natd and exporting connection-in o [2003/07/27] bin/54897 [PATCH] -y flag for mount_mfs f [2003/07/28] kern/54981 sanpei QUIRK: Add support for Lexar 256MB USB dr o [2003/07/29] conf/55015 [patch] 700.kernelmsg: Security check out o [2003/07/30] kern/55031 getgrent() failure with large groups o [2003/07/31] standards/55112standards glob.h, glob_t's gl_pathc should be "size o [2003/08/01] kern/55163 [jail] [patch] hide kld system details fr o [2003/08/03] bin/55215 le [PATCH] add wu-ftpd style xferlog format o [2003/08/08] misc/55387 [patch] users LD_LIBRARY_PATH can interfe o [2003/08/08] gnu/55394 marcel GDB on FreeBSD 4.8: Deprecated bfd_read. o [2003/08/08] kern/55395 matk ICH sampling rate changes after resume fr o [2003/08/11] conf/55470 [PATCH] new pccard.conf entry (I-O DATA W o [2003/08/12] docs/55482 doc DUMP has access to block devices in a JAI a [2003/08/13] ports/55515 portmgr [patch] extract perl stuff from bsd.port. o [2003/08/13] bin/55539 [patch] Parse fstab(5) with spaces in pat o [2003/08/13] bin/55546 [cdcontrol] cdcontrol play tr m:s.f inter o [2003/08/17] ports/55669 nobutaka emacs20 and emacs21 override each other a o [2003/08/20] kern/55793 [if_dc] Flaky behavior of if_dc when init o [2003/08/20] kern/55802 Make kernel.GENERIC suitable for diskless o [2003/08/21] kern/55835 emulation Linux IPC emulation missing SETALL syscal o [2003/08/21] i386/55838 i386 [kbd] [patch] Dual characters from keyboa o [2003/08/21] ports/55841 portmgr [patch] Mk/bsd.port.mk: add routines to u o [2003/08/22] docs/55883 kensmith [patch] handbook advanced-networking/chap p [2003/08/23] conf/55895 [patch]fix short weekday names in zh_CN.* o [2003/08/24] conf/55916 Change to /etc/rc.network & /etc/defaults o [2003/08/24] kern/55917 tun# devices cannot be created in 4.8-STA p [2003/08/24] docs/55925 roam mt, mtio, tcopy man pages refers to *rsa o [2003/08/24] gnu/55936 send-pr does not set mail envelope from o [2003/08/26] kern/55984 ipfw [patch] time based firewalling support fo o [2003/08/26] bin/56012 [patch] MAKEDEV does not allow creation o o [2003/08/28] usb/56095 usb [patch] QUIRK: Apacer Pen Drive fails to o [2003/08/30] kern/56165 bms if_baudrate is not correct for rl, xl, dc o [2003/08/31] kern/56245 [bktr] Distorted and choppy video with bk o [2003/08/31] bin/56249 obrien lukemftpd has two bugs (motd, munged utmp o [2003/08/31] kern/56250 ums doesn't work with MCT based PS/2 conv f [2003/09/02] ports/56301 daichi portupgrade: -O ineffective o [2003/09/04] bin/56447 Extend mt command for AIT-2 tape drives o [2003/09/04] kern/56451 /compat/linux/proc/cpuinfo gives wrong CP o [2003/09/05] standards/56476standards cd9660 unicode support simple hack o [2003/09/07] gnu/56554 re add Cc: maintainer feature to send-pr o [2003/09/07] bin/56558 [PATCH] locate(1) cannot be safely used w o [2003/09/09] kern/56632 MTIO incorrect mt_fileno status after MTE o [2003/09/09] bin/56648 le [PATCH] enable rcorder(8) to use a direct o [2003/09/10] kern/56664 bad file# in MTIO status buffer after MTE o [2003/09/11] kern/56720 [libc] feature request: UNICODE support i o [2003/09/12] conf/56736 mtm [PATCH] rcNG: enable packages to particip f [2003/09/16] ports/56928 java jce-aba port should install to $JAVA_HOME o [2003/09/16] conf/56934 rc.firewall rules for natd expect an inte o [2003/09/16] docs/56936 hmp [patch] articles/java-tomcat: add applica o [2003/09/17] conf/56940 pccard.conf entry for PCET10-CL causes sy o [2003/09/17] bin/56952 re [sysinstall] floppy install error s [2003/09/18] ports/56980 portmgr unprivileged user, extracting of tarballs a [2003/09/18] docs/56981 peter man terminfo(5) from libncurses does not o [2003/09/19] bin/57018 le [PATCH] convert growfs to use libufs(3) o [2003/09/19] bin/57024 a new option for xargs(1) -- only treat \ o [2003/09/19] bin/57026 [PATCH] Therer is no way to know the labe o [2003/09/20] kern/57036 No media detected by 3c905b-tx on 4.9-rel o [2003/09/20] bin/57045 trpt(8) option -t was disabled on -curren o [2003/09/21] bin/57054 let test(1) compare the mtime of a file t o [2003/09/22] bin/57088 [PATCH] for a possible fd leak in libcam. o [2003/09/22] bin/57089 "w" does not honor the -n option o [2003/09/24] docs/57153 doc S_IRWXU missing in fstat(2) man page? o [2003/09/26] kern/57230 [patch] psm(4) incorrectly identifies an o [2003/09/26] amd64/57250 obrien Broken PTRACE_GETFPREGS and PTRACE_SETFPR o [2003/09/26] ports/57259 portmgr [patch] Building a port as root using an o [2003/09/27] standards/57295harti make's handling of MAKEFLAGS is not POSIX o [2003/09/27] docs/57298 blackend [patch] add using compact flash cards inf o [2003/09/30] docs/57388 doc INSTALL.TXT enhancement: mention ok promp s [2003/09/30] bin/57407 bms [patch] Better NTP support for dhclient(8 o [2003/10/01] misc/57464 [boot] loader(8) seems to confuse files [ o [2003/10/01] kern/57469 scsi [patch] Quirk for Conner CP3500 o [2003/10/02] ports/57498 portmgr HEIMDAL_HOME should be defined in src or s [2003/10/02] ports/57502 ports-bugs ports that define USE_* too late o [2003/10/02] conf/57517 add parameter for /etc/periodic/daily/210 o [2003/10/03] kern/57522 [PATCH] New PID allocater algorithm from p [2003/10/03] docs/57541 trhodes Some suggestions for the Basics chapter o o [2003/10/04] docs/57569 doc error on gensetdefs(8) man page p [2003/10/06] bin/57630 lptcontrol gives "device busy" if device o [2003/10/06] bin/57641 dd [patch] missing option in mdmfs (mount_mf a [2003/10/07] kern/57696 [nfs] NFS client readdir terminates prema o [2003/10/07] bin/57715 [patch] tcopy enhancement o [2003/10/08] conf/57748 [patch] rc.network doesn't allow for -a i a [2003/10/12] standards/57911tjr fnmatch ("[[:alpha:]]","x", FNM_PATHNAME) o [2003/10/13] docs/57926 doc amd.conf.5 poorly format as it has both m o [2003/10/13] docs/57974 doc man page apropos for select macros (FD_SE o [2003/10/13] kern/57976 simple kernel DDB enhancement o [2003/10/13] docs/57978 doc Type miss of GPIB in Hardware Notes o [2003/10/14] bin/58008 qa [patch] [sysinstall] sysinstall postfix i o [2003/10/14] bin/58012 Multihomed tftpd enhancement o [2003/10/16] docs/58111 doc Handbook 12.4.3 Rebuilding ATA RAID1 Arra o [2003/10/18] docs/58202 kensmith handbook doesn't mention kldload'ness of o [2003/10/18] bin/58206 [Patch] 460.status-mail-rejects incompati o [2003/10/20] bin/58293 vi replace with CR (ASCII 13) doesn't wor o [2003/10/22] kern/58373 mckusick [ufs] ufs inconsistency between 4.9-RC an o [2003/10/22] bin/58390 bsdlabel fails to display an error messag o [2003/10/24] bin/58483 [PATCH] allows type special or node relat o [2003/10/24] kern/58497 sysctl knob to return current process' ji f [2003/10/25] kern/58529 dwmalone [patch] RDWR bpf in pcap. o [2003/10/26] ports/58545 joerg devel/avr-gcc: fix libintl and libiconv d o [2003/10/26] conf/58557 Summer/Winter-time change causes daily cr o [2003/10/26] gnu/58583 kan gcc.1, cpp.1 and gcov.1 manpages are outd o [2003/10/27] conf/58595 Default NTP configuration o [2003/10/28] docs/58615 doc update for Vinum chapter of Handbook: des o [2003/10/28] gnu/58656 marcel gdb not ready for prime time o [2003/10/29] standards/58676standards grantpt(3) alters storage used by ptsname o [2003/10/29] conf/58680 dougb [PATCH] RCNG: shouldn't ldconfig be start o [2003/10/29] bin/58696 /sbin/natd feature request & possible pat o [2003/10/30] docs/58710 doc killpg(2) contains an error regarding sen o [2003/10/31] i386/58784 i386 ATA DMA fails and vx0 creates panic o [2003/11/01] kern/58803 [patch] kern.argmax isn't changeable even o [2003/11/04] conf/58939 [patch] dumb little hack for /etc/rc.fire o [2003/11/05] kern/58967 Kernel kills processes in spite of cputim o [2003/11/05] bin/58970 truss coredumps for the no significant re o [2003/11/07] docs/59044 doc doc.docbook.mk does not properly handle a o [2003/11/09] kern/59067 [patch] PS/2 mouse unstable o [2003/11/11] usb/59169 usb [patch] ulpt is missing read operation o [2003/11/12] bin/59207 uustat list limit of 201 jobs o [2003/11/12] kern/59208 matk [sound] [patch] reduce pops and crackles o [2003/11/12] bin/59220 obrien systat(1) device select (:only) broken o [2003/11/13] docs/59240 blackend handbook update: linux MATLAB s [2003/11/13] ports/59254 ports-bugs ports that write something after bsd.port o [2003/11/14] kern/59289 [bktr] [patch] ioctl METEORGBRIG in bktr_ f [2003/11/14] ports/59292 hrs dvips one line paper sizes broken? o [2003/11/15] www/59307 remko [patch] xml/xsl'ify & update publications o [2003/11/19] kern/59456 fdescfs stat / compress creates only empt o [2003/11/19] docs/59477 doc Outdated Info Documents at http://docs.fr o [2003/11/20] bin/59530 strange bug in /bin/sh o [2003/11/21] bin/59551 marcel Problem with GDB on latest -CURRENT f [2003/11/21] ports/59553 hrs teTeX installs texdoctk without depending o [2003/11/21] bin/59564 Added an option (-S) to from command to a o [2003/11/23] conf/59600 [PATCH] Improved us.emacs.kbd mapping o [2003/11/23] kern/59624 [PATCH] HightPoint HPT371 support for Fre o [2003/11/26] kern/59698 [kbd] [patch] Rework of ukbd HID to AT co o [2003/11/26] bin/59708 [patch] add sSMTP support for Mail select o [2003/11/27] bin/59730 isdnd crashes with signal 11 if cannot cr o [2003/11/27] kern/59732 jhb acpi causes boot to hang o [2003/11/27] docs/59735 kensmith Adding a reference to Icelandic Rsync o [2003/11/27] docs/59736 kensmith Updating size of archives o [2003/11/27] kern/59739 rmdir(2) and mkdir(2) both return EISDIR o [2003/11/28] bin/59772 ftpd(8)/FreeBSD 5: support for tcp_wrappe o [2003/11/28] bin/59774 ftpd(8)/FreeBSD 5: syslog facility may be o [2003/11/28] bin/59775 ftpd(8)/FreeBSD 5: incorrect reply for "u p [2003/11/29] conf/59799 New locale: zh_HK.Big5HKSCS s [2003/11/29] ports/59802 linimon [patch] make devel/py-ncurses depend on d o [2003/11/29] i386/59806 tackerman [patch] Suspend/resume breaks em0 o [2003/11/30] kern/59814 FreeBSD mknod refuses to create pipes and o [2003/11/30] docs/59835 doc ipfw(8) man page does not warn about acce f [2003/11/30] i386/59854 anholt System panics when AMD 762 AGP is loaded o [2003/12/02] kern/59896 trm driver is not in GENERIC o [2003/12/02] docs/59900 kuriyama out of date README.txt and .message files o [2003/12/02] kern/59903 [patch] "pci_find_device" returns [only/a o [2003/12/03] bin/59922 Toshiba Portege hangs with Eicon DIVA T/A o [2003/12/09] kern/60089 scottl UDF filesystem appends garbage to files o [2003/12/10] conf/60106 /etc/hosts mentions AfriNIC which does no o [2003/12/12] kern/60174 marcel debugging a kernel module in load/attach o [2003/12/12] kern/60183 sobomax [patch] No WCCPv2 support in gre o [2003/12/15] usb/60248 usb [patch] Problem with USB printer HP Laser a [2003/12/16] kern/60293 bms FreeBSD arp poison patch o [2003/12/16] kern/60307 [patch] wrong product id in pccarddevs fo o [2003/12/17] i386/60319 i386 [hang] read error 34/0 during installatio o [2003/12/18] bin/60350 qa [sysinstall] in Choose Distributions scre o [2003/12/18] misc/60352 [PATCH] buildworld fails in sysinstall if o [2003/12/21] kern/60448 PF_KEY protocol does not have a correspon f [2003/12/21] ports/60472 lawrance [New Port] devel/doxymacs Doxymacs is Dox o [2003/12/22] misc/60503 [modules] small error in modules installa o [2003/12/22] bin/60510 [PATCH] change to less for compressed fil o [2003/12/23] docs/60529 doc resolver(5) man page is badly out of date o [2003/12/24] docs/60544 doc getenv(3) manpage doesn't state the retur o [2003/12/25] kern/60550 silby [PATCH] hitting process limits produces s f [2003/12/25] ports/60558 portmgr [PATCH] bsd.port.mk: automatically verify o [2003/12/26] kern/60599 multimedia [sound] [partial patch] No sound for ATI o [2003/12/27] bin/60632 UI bug in partition label screen in sysin o [2003/12/27] bin/60636 Enhancement to adduser script. o [2003/12/28] bin/60662 qa [sysinstall] 5.2 Anonymous FTP server out o [2003/12/29] conf/60677 [patch] No reaction of volume controy key o [2003/12/29] kern/60697 [patch] pseudo-tty hack versus telnet rac f [2003/12/29] kern/60699 DVD Multidrive udma mode autosensed wrong o [2003/12/29] i386/60702 i386 can't boot 5.2-RC2 iso's to install o [2003/12/30] kern/60719 ipfw [ipfw] Headerless fragments generate cryp o [2003/12/30] kern/60737 multimedia [sound] Sound card Turtle Beach Santa Cru o [2003/12/31] kern/60761 multimedia [sound] pcm performance on emu10k1 driver o [2004/01/02] bin/60834 [ftp] ftpd send_data()+oldway: anonymous o [2004/01/03] kern/60874 [feature request] auto-assign devfs rules o [2004/01/04] kern/60892 [patch] added -p option to kldxref to all o [2004/01/06] i386/60963 i386 [PATCH] Win32 Applications abort on PECOF o [2004/01/06] kern/60982 [PATCH] ID for VIA 686A Power Management o [2004/01/07] i386/61005 i386 [boot] The Boot Manager in FreeBSD 5.2RC o [2004/01/08] docs/61070 doc handbook: Installation docs misleading: o [2004/01/09] kern/61109 [if_bge] bge on TYAN AMD762-based Thunder o [2004/01/11] amd64/61209 amd64 ppc0: cannot reserve I/O port range o [2004/01/12] bin/61234 usb [usb] [patch] usbhidaction doesn't suppor o [2004/01/12] bin/61239 [patch] bootp enhancement, places the dhc o [2004/01/12] kern/61261 obrien generated header, emu10k1-alsa%diked.h no o [2004/01/12] bin/61264 qa [sysinstall] unable To Use VT100 Terminal o [2004/01/13] conf/61289 /etc/pccard_ether: please use ifn value o o [2004/01/13] kern/61300 [patch] Enabling HomePNA PHY on aue(4) fo o [2004/01/13] docs/61301 doc [patch] Manpage patch for aue(4) to enabl o [2004/01/13] i386/61308 i386 Maxproc Limits counts Zombie Processes wh o [2004/01/13] misc/61322 bsd.dep.mk disallows shell generated flag o [2004/01/14] i386/61348 i386 Adaptec 1460D PCI SCSI Card does not work o [2004/01/16] bin/61405 cperciva A faster ffs(3) o [2004/01/16] kern/61415 [net80211] [patch] disable broadcast ssid o [2004/01/16] kern/61438 qa [sysinstall] 5.2 nfs tasks running by def o [2004/01/16] i386/61442 i386 Highpoint RocketRAID 1520 uses only UDMA2 s [2004/01/17] ports/61471 ports-bugs Suggested mini-patch to ports/graphics/sa o [2004/01/17] i386/61481 i386 [patch] a mechanism to wire io-channel-ch o [2004/01/17] kern/61497 ups [patch] __elfN(map_insert) bug o [2004/01/17] bin/61502 dwmalone Incorrect ip6fw output when adding rules o [2004/01/18] kern/61503 [smbfs] mount_smbfs does not work as non- o [2004/01/18] conf/61504 mtm [patch] New RC script: accf_http o [2004/01/18] i386/61545 i386 5.2 release cannot see NIC on Dell 1750 o [2004/01/19] i386/61579 i386 [hang] sis 645dx is not working (but on t o [2004/01/20] i386/61603 i386 [sysinstall] wrong geometry guessed s [2004/01/20] kern/61622 Intel Pro/100 Intelligent Server Adapter o [2004/01/20] conf/61641 grog Martin Luther King, Jr. Day missing from o [2004/01/21] bin/61666 peter [patch] mount_nfs parsing bug, segmentati o [2004/01/21] docs/61667 doc Obsolete documentation on FreeBSD PnP f [2004/01/21] kern/61677 Unable to open CDROM tray if boot_cdrom i o [2004/01/21] bin/61690 fsdb seqfaults in cmd. parsing routine a [2004/01/22] kern/61744 andre [patch] TCP hangs onto mbufs with no tcp o [2004/01/24] bin/61808 [PATCH] Update RPC prgs to allow binding s [2004/01/24] kern/61810 mounts done within a chroot show up wrong o [2004/01/24] www/61824 www Misleading documentation on FreeBSD insta f [2004/01/24] i386/61843 i386 Intel PRO/100 VE adapter is not recognize o [2004/01/24] conf/61847 Additions to file /usr/share/misc/pci_ven o [2004/01/25] i386/61858 bms bus_dmamap_sync with BUS_DMASYNC_POSTREAD o [2004/01/25] docs/61859 doc Incorrect informaiton about trace command o [2004/01/25] kern/61909 5.2-Current fails to notice change of CD o [2004/01/26] bin/61971 k5init --renewable fails o [2004/01/27] bin/61975 ume [PATCH] sync src/usr.sbin/traceroute6.c w o [2004/01/27] bin/61978 [PATCH] sync src/usr.sbin/setkey/token.l a [2004/01/27] ports/61998 roam PostgreSQL support for mail/vpopmail 5.3. o [2004/01/27] i386/62003 i386 [patch] make /boot/loader "reboot" code s o [2004/01/28] kern/62042 luigi ipfw can't no more reject icmp (icmptypes o [2004/01/29] bin/62077 Make it possible to abbreviate device nam o [2004/01/30] kern/62098 [pccard] [patch] Bad CISTPL_VERS_1 and cl o [2004/01/30] kern/62102 alc obreak update f [2004/01/31] bin/62139 User cannot login through telnet or ssh b o [2004/02/01] bin/62207 ppp crashes with option 'nat punch_fw' wh o [2004/02/02] kern/62257 card reader UCR-61S2B is only half-suppor o [2004/02/03] i386/62288 i386 reopened raid disks on a running system o [2004/02/03] bin/62300 gcc/config/freebsd-spec.h 1.6 is incomple o [2004/02/04] kern/62323 [kbd] Logitech Cordless MX Duo Keyboard/M o [2004/02/04] i386/62324 i386 [if_bge] Onboard Broadcom BCM5705 control o [2004/02/04] kern/62333 [if_dc] syslog: kernel: dc0: discard over o [2004/02/04] bin/62334 vipw doesn't see changes if re-edit for t o [2004/02/05] docs/62402 doc easily circumventable Blade150 problem o [2004/02/06] docs/62412 doc one of the diskless boot methods describe o [2004/02/08] bin/62513 Errant /usr/bin/krb5-config on 4-STABLE p [2004/02/08] gnu/62555 readline 4.3 should be patched o [2004/02/10] ports/62657 portmgr Port linux-jpeg have decreaseed version n o [2004/02/11] bin/62702 qa [sysinstall] backup of /etc and /root dur o [2004/02/11] bin/62711 qa [sysinstall] installation: "Insert Next C o [2004/02/12] docs/62719 doc cross-reference pccardd and devd o [2004/02/12] docs/62724 doc host(1) manpage does not include informat o [2004/02/12] kern/62742 [hang] system "hangs" for a some time whi o [2004/02/12] kern/62746 tjr [smbfs] SMBFS and vfs.usermount. User can f [2004/02/13] ports/62761 portmgr patch for phasing out distinfo files o [2004/02/13] bin/62766 ``systat -vm'' does not work on diskless f [2004/02/14] ports/62829 portmgr Mk file bsd.linux.rpm.mk supporting Linux o [2004/02/14] java/62837 phantom linux-sun-jdk14 executables hang with COM s [2004/02/14] standards/62858standards malloc(0) not C99 compliant o [2004/02/15] kern/62862 multimedia [sound] [patch] fix pcm vchans related cr o [2004/02/15] bin/62885 des pam_radius doesn't maintain multiple stat o [2004/02/15] kern/62890 ups proc pointer set by fork1 can be stale in o [2004/02/17] bin/62965 krion pkg_add -r fails if fetching multiple pac o [2004/02/17] i386/62977 i386 Mouse daemon during install/setup f [2004/02/18] ports/62990 daichi portupgrade fails to use package even wit o [2004/02/18] misc/62994 Terminal locks up o [2004/02/18] ports/63018 obrien editors/vim: dependency to ruby/python is o [2004/02/19] bin/63064 strptime fails on %z o [2004/02/19] docs/63084 des Several Man-pages reference non-existant o [2004/02/20] kern/63096 rwatson [patch] MAC entry point for route manipul o [2004/02/20] ports/63108 obrien amd64/bento-fix: devel/gdb52 and devel/gd o [2004/02/21] amd64/63188 amd64 ti(4) broken on amd64 o [2004/02/22] bin/63197 tftp Bus error, core dumped o [2004/02/22] docs/63215 doc Wrong prototypes in mi_switch(9) (ref doc o [2004/02/22] ports/63216 portmgr 'BROKEN' or 'IGNORED' ports exit their "m s [2004/02/22] ports/63238 thierry New port: french/firefox-flp - Mozilla / o [2004/02/24] bin/63319 burncd fixate error o [2004/02/26] bin/63413 dbm_delete return value incorrect o [2004/02/29] conf/63527 AM/PM date format should be localized. o [2004/02/29] www/63551 ceri Lack of DTD in cgi scripts o [2004/02/29] www/63552 remko Validation errors due to CAPs in attribut o [2004/03/01] docs/63570 ceri Language cleanup for the Handbook's DNS s o [2004/03/01] bin/63608 Add a -c option to time(1) to display csh o [2004/03/02] i386/63628 bms [patch] i386 master boot record to allow o [2004/03/02] bin/63659 /usr/sbin/pw does not honor symlinks in s s [2004/03/03] ports/63716 portmgr [patch] Mk/bsd.port.mk: move sysctl to ${ o [2004/03/04] kern/63746 vmnet0 makes vmnet4096 o [2004/03/04] kern/63768 Must access /dev/acd0c before using /dev/ o [2004/03/05] i386/63815 i386 boot loader waste a lot of time (10 min) o [2004/03/06] usb/63837 usb [patch] USB: hid_is_collection() only loo o [2004/03/07] kern/63863 glebius [patch] implement NGM_ELECTROCUTE s [2004/03/07] kern/63897 makeoptions CONF_CFLAGS are ignored when f [2004/03/09] kern/63982 tackerman em0 hardware checksum offloading causes b o [2004/03/10] bin/64036 Linux application Sophos Mailmonitor not o [2004/03/10] kern/64040 multimedia [sound] crackling sound on 5.2.1-RELEASE o [2004/03/11] kern/64090 glebius remove confusing EDQUOT from routing API o [2004/03/11] kern/64114 [PATCH] bad vertical refresh for console o [2004/03/12] bin/64153 mdmfs features via fstab o [2004/03/12] kern/64178 jmg [kqueue] [patch] kqueue does not work wit o [2004/03/13] bin/64198 init(8) may keep zombies o [2004/03/15] ports/64304 portmgr geography category o [2004/03/16] bin/64327 [PATCH] make(1): document surprising beha o [2004/03/17] kern/64365 acpi ACPI problems o [2004/03/17] conf/64381 qa lo0 not up and no IPs assigned after inst p [2004/03/19] bin/64464 rwatson pam_krb5 module ignores no_ccache option o [2004/03/19] bin/64476 dougb [PATCH] mergemaster: support for keeping p [2004/03/20] ports/64490 obrien link error in manpage of editors/vim o [2004/03/20] kern/64522 3COM 3C920B onboard Asus P4R800-VM not su o [2004/03/22] kern/64556 [if_sis] if_sis short cable fix problems o [2004/03/22] kern/64588 [patch] Extend joystick driver architectu o [2004/03/23] i386/64626 i386 AP initialization problem on GIGABYTE GA- s [2004/03/24] bin/64664 bms Reboot command needs to protect itself fr o [2004/03/26] kern/64772 Mouse Movement Problem o [2004/03/26] kern/64788 nsswitch with ldap and starting ppp on bo o [2004/03/27] docs/64807 doc Handbook section on NAT incomplete o [2004/03/27] bin/64811 systat can't display big numbers in some o [2004/03/29] kern/64875 standards [patch] add a system call: fdatasync() o [2004/03/29] i386/64878 tackerman Intel 82547 CSA Driver forces system lock o [2004/03/30] bin/64921 vmstat -i is not reporting IRQ usage on a o [2004/03/30] ports/64930 kris ports/Tools/portbuild/scripts/makeworld d o [2004/03/31] kern/64971 A squid process larger than 3G f [2004/03/31] usb/64997 sanpei QUIRK: Getting a Philips USB mp3 player t o [2004/04/01] bin/65045 ftp doesn't remember binary mode if setti o [2004/04/02] docs/65065 doc improper language ntpd man pages o [2004/04/03] i386/65124 i386 Unable to disable TERM_EMU cleanly o [2004/04/05] kern/65206 adding floppy drive seems to force PIO mo o [2004/04/05] bin/65228 [Patch]Allow rup to parse hostnames from o [2004/04/06] bin/65258 save /etc/rc.firewall from changing for s o [2004/04/07] kern/65278 ups [patch] sio: kgdb debugger port initializ o [2004/04/07] bin/65299 vi temp path contains double / o [2004/04/08] bin/65306 obrien [patch] Portability fixes for FreeBSD bui f [2004/04/09] ports/65344 portmgr USE_ macros for graphics libraries o [2004/04/09] kern/65355 [patch] TC1000 serial ports need enabling o [2004/04/10] ports/65408 trevor patch to shorten 133 DESCR files o [2004/04/10] ports/65409 trevor big whitespace cleanup o [2004/04/11] usb/65436 usb QUIRK: [patch] to add support for PNY Att o [2004/04/12] kern/65448 jhb _mtx_unlock_sleep() race condition if ADA o [2004/04/13] docs/65477 doc Installation Instruction fail to mention o [2004/04/13] bin/65483 vi -r crashes o [2004/04/14] i386/65528 i386 [psm] mouse cursor disapears on moving o [2004/04/14] docs/65530 doc minor improvement to getgrent.3 p [2004/04/15] bin/65557 des passwd uses passwd_format of default logi s [2004/04/15] ports/65587 ports-bugs Update emulators/linux-winetools to 1.30 o [2004/04/16] kern/65627 [patch] store P3 serial number in sysctl o [2004/04/17] bin/65649 gad Add `-u name' option to env(1) o [2004/04/18] bin/65707 scp does not deal with local file copies o [2004/04/19] kern/65769 usb [usb] Call to tcflush(x, TCIFLUSH) stops s [2004/04/20] ports/65794 joe net/ripetools is obsolete o [2004/04/20] bin/65803 gad bin/ps enhancements (posix syntax, and mo s [2004/04/20] ports/65804 portmgr [PATCH] bsd.port.mk is gratuitously slow o [2004/04/20] ports/65828 trevor big whitespace cleanup (see ports/65409) o [2004/04/20] ports/65829 trevor big whitespace cleanup (see ports/65409) a [2004/04/22] docs/65895 murray incorrect "omshell" link in "dhclient" ma f [2004/04/23] ports/65915 portmgr [PATCH] bsd.port.mk: handle interactive c o [2004/04/25] bin/65973 Problem logging in to the NIS slave and N o [2004/04/27] ports/66032 portmgr [PATCH] bsd.port.mk: clean room installat o [2004/04/28] ports/66042 lawrance new port: www/suexec13 (standalone suexec o [2004/04/29] kern/66079 bms route change default causes panic in cert o [2004/04/29] bin/66095 template_user is broken in pam_radius o [2004/04/30] ports/66109 portmgr [PATCH] bsd.port.mk: inconsistent use of o [2004/04/30] ports/66110 portmgr [PATCH] bsd.port.mk: MLINKS error detecti o [2004/05/03] kern/66185 [if_twe] twe driver generates gratuitous o [2004/05/03] kern/66225 [patch] extend ng_eiface(4) control messa f [2004/05/04] ports/66246 lawrance new ports: textproc/docbook-utils, textpr o [2004/05/04] docs/66264 doc [patch] libexec/rtld/rtld.1 typo fixes no o [2004/05/04] docs/66265 doc [patch] Document what -f and LD_TRACE_LOA o [2004/05/04] kern/66268 glebius [PATCH] Socket buffer resource limit (RLI o [2004/05/05] gnu/66279 less(1) -- add support for stty(1) erase2 p [2004/05/05] docs/66289 brueffer [patch] lib/libc/gen/ualarm.3 refers to n o [2004/05/05] docs/66296 doc [patch] contrib/amd/amq/amq.8 uses log_op p [2004/05/06] bin/66311 fenner TCPDUMP ISAKMP payload handling denial-of o [2004/05/07] ports/66342 portmgr [PATCH] fix ECHO_MSG breakage in java por o [2004/05/07] docs/66343 doc unlisted supported card on man page for w o [2004/05/07] standards/66357standards make POSIX conformance problem ('sh -e' & o [2004/05/08] ports/66389 portmgr [PATCH] bsd.port.mk: follow MOVED ports o [2004/05/09] kern/66422 multimedia [sound] [patch] no sound on modern Sony V o [2004/05/10] bin/66445 Add options to last(1) to ignore ftp logi f [2004/05/10] ports/66476 adamw [NEW PORT] misc/gaim-talkfilters: A neat o [2004/05/10] alpha/66478 alpha unexpected machine check: panic for 4.9, o [2004/05/10] ports/66480 openoffice editors/openoffice-1.1 port uses root's $ o [2004/05/10] docs/66483 doc [patch] share/man/man4/csa.4 grammar nits p [2004/05/10] bin/66492 cpio -o -Hustar creates broken timestamps o [2004/05/11] docs/66505 trhodes escaping '~' and '$' characters in login. o [2004/05/11] standards/66531standards _gettemp uses a far smaller set of filena f [2004/05/11] kern/66547 usb [usb] Palm Tungsten T USB does not initia o [2004/05/12] kern/66564 [if_xl] 3c920-MV00 PHY detection problem s [2004/05/12] ports/66566 portmgr [PATCH] bsd.port.mk: fix build when /usr/ o [2004/05/12] kern/66589 processes get stuck in "inode" state when o [2004/05/13] bin/66594 marcel gdb dumps core o [2004/05/14] kern/66642 multimedia [sound] pcm0: play: 0: play interrupt tim o [2004/05/16] bin/66677 mv incorrectly copies somedir/.. to ./.. o [2004/05/17] conf/66726 /etc/periodic/security/ 800.loginfail scr o [2004/05/17] bin/66763 mdmfs: sync arguments with those of newfs o [2004/05/17] docs/66768 doc 4_RELENG share/man/man4/ng_one2many.4 MFC o [2004/05/17] docs/66770 doc [patch] share/man/man4/ng_pppoe.4 tyops, o [2004/05/17] docs/66771 imp [patch] usr.sbin/pccard/pccardc/pccardc.8 o [2004/05/17] docs/66775 roam Clarification to committer's guide that p s [2004/05/18] ports/66808 ade bsd.port.mk: bsd.autotools.mk appears too o [2004/05/19] ports/66892 portmgr possible bug in philosophy of ports/MOVED o [2004/05/19] bin/66893 [patch] LINUX NIS clients connecting to F o [2004/05/20] bin/66941 [patch] gcc2.95 (FreeBSD-specific): fix u o [2004/05/21] kern/66981 Can't read audio CDs with a samsung sw-25 o [2004/05/21] bin/66988 [Patch] apm.c check validation of the ret f [2004/05/21] i386/66997 yar [if_bge] Problem with Broadcom BCM5705M a o [2004/05/21] i386/67011 mdodd [vpd] [patch] MFC of vpd driver for IBM x o [2004/05/22] bin/67041 "fortune -m" peeks in "fortune" file only o [2004/05/22] i386/67055 i386 [psm] Mouse (wheel) detection problem on o [2004/05/23] docs/67078 doc [patch] MFC of a rtld(1) man page is inco o [2004/05/24] bin/67142 rpc.yppasswdd incorrectly throws errors a o [2004/05/25] bin/67172 w,finger display the remote host incorrec s [2004/05/25] ports/67192 ports-bugs mod_perl-related regressions in the newes o [2004/05/26] bin/67231 [patch] pam_krb5 doesn't honor default fl o [2004/05/27] kern/67242 tackerman [PATCH] dev/em/if_em.c isn't ctags compat o [2004/05/28] bin/67307 ready to import bootstrap_cmds/decomment o [2004/05/28] bin/67308 ready to import bootstrap_cmds/relpath fr o [2004/05/28] kern/67309 acpi zzz reboot computer (ACPI S3) a [2004/05/29] bin/67317 bms patch to nfsd.c to make it slightly more o [2004/05/29] bin/67334 mount_cd9660 gives dscheck: negative b_bl o [2004/05/30] i386/67383 i386 [patch] do a better job disassembling cod f [2004/06/01] ports/67436 portmgr patch for bsd.port.mk: GNU_CONFIGURE_PREF o [2004/06/01] ports/67437 portmgr patch for bsd.port.mk: NO_BUILD and PKGNA o [2004/06/02] misc/67502 cvsadm cvs-all commit message did not include al s [2004/06/03] ports/67531 portmgr New spanish virtual category p [2004/06/03] conf/67549 No Cents for es_ES monetdef (Euro) o [2004/06/03] bin/67550 Add BLK_SIZE option to tftpd server o [2004/06/04] www/67554 www man-cgi visual glitch on 3-word titles f [2004/06/04] ports/67562 portmgr patch for bsd.port.mk - USE_BDB, WANT_BDB o [2004/06/04] gnu/67565 SIGPIPE processing in cvs 1.11.5 may lead o [2004/06/04] i386/67578 i386 [kbd] Keyboard error IBM xSeries 335 o [2004/06/04] kern/67580 request to add hints for boot failures f [2004/06/06] kern/67627 phk [panic] gbde kernel panic o [2004/06/07] www/67651 hrs Update early-adopter post-4.10 o [2004/06/07] bin/67687 iostat does not provide read vs. write st s [2004/06/08] kern/67706 [unionfs] cvs update over a union mount s o [2004/06/08] bin/67723 FreeBSD 5.x restore cannot handle other p o [2004/06/09] i386/67763 i386 [patch] PCMCIA: MELCO manufacturer code s o [2004/06/10] i386/67773 i386 5.x series - md5 on dev no longer works e f [2004/06/10] docs/67806 doc [patch] Let 5.x users know how to boot in s [2004/06/11] ports/67815 ports-bugs graphics/ImageMagick no longer recognizes o [2004/06/11] i386/67818 bz [if_sk] driver watchdog timeout issue on o [2004/06/11] kern/67830 [patch] CPU affinity problem with forked s [2004/06/11] ports/67832 jdp Change request: net/cvsup (STATIC -> WANT o [2004/06/13] docs/67893 doc boot.8's -m description is insufficient. o [2004/06/13] alpha/67903 alpha hw.chipset.memory: 1099511627776 - thats o [2004/06/14] bin/67943 find(1) fails when current directory is n o [2004/06/16] bin/68014 stty -pendin does not turn off pendin mod o [2004/06/16] bin/68016 Bug in visual bell on console (kbdcontrol o [2004/06/17] bin/68062 standalone repeat(1) command o [2004/06/18] kern/68081 [patch] sys/time.h (lint fix) o [2004/06/19] conf/68108 [patch] Adding mac-address /conf selector o [2004/06/19] kern/68110 hsu [PATCH] RFC 3522 for -HEAD o [2004/06/19] i386/68117 i386 serious network collisions after NIC "med o [2004/06/19] kern/68122 multimedia [sound] Device busy (/dev/dsp)- insane, n o [2004/06/20] bin/68134 rwatson 'invalid hostname' displayed in w/who out o [2004/06/20] i386/68140 i386 Problem with Sony AIT ATAPI Tape dirve a [2004/06/22] kern/68189 luigi arp -a discloses non-jail interfaces with o [2004/06/22] kern/68192 Cannot use quotas on jailed systems p [2004/06/22] docs/68201 keramida [patch] pthread_atfork(3) man page o [2004/06/23] usb/68232 usb [patch] ugen(4) isochronous handling corr o [2004/06/25] kern/68311 [patch] it is impossible to override defa o [2004/06/25] bin/68312 be able to create fdisk partions using si o [2004/06/25] kern/68315 [patch] atacontrol addspare for 4.x o [2004/06/25] kern/68317 [patch] on soft (clean) reboots clean dme o [2004/06/25] bin/68328 enable configuration of extra listen sock s [2004/06/25] ports/68337 portmgr patch so that README.html files in ports s [2004/06/25] ports/68346 portmgr Nested port install requires user interve o [2004/06/27] usb/68412 usb [usb] [patch] QUIRK: Philips KEY013 USB M o [2004/06/27] kern/68435 wpaul xl driver in freebsd 5.x only works if pr o [2004/06/28] bin/68437 conscontrol DEVDIR -> _PATH_DEV fix and m o [2004/06/28] docs/68453 doc [patch] rc.subr.8 o [2004/06/28] kern/68458 Burning DVD causes lots of FAILURE - READ o [2004/06/28] kern/68459 [vfs] [patch] Patches to mknod(2) behave o [2004/06/30] kern/68514 [if_re] Realtek driver halts on oversized o [2004/06/30] kern/68515 multimedia [sound] sound card noise (ES1938, 5.0) o [2004/06/30] i386/68518 i386 Hangs while loading 82443BX agp during bo p [2004/06/30] conf/68524 Including the Basque in the system o [2004/06/30] conf/68525 rc Loader's verbose boot mode has rc.d/local o [2004/06/30] bin/68527 Resizing 'top' running in a terminal to o o [2004/07/01] bin/68552 tip(1) does not set noncanonical mode inp o [2004/07/02] bin/68586 dwmalone [patch] allow syslogd to forward to non-d o [2004/07/02] docs/68606 doc Porter's Handbook: document how to write o [2004/07/03] kern/68623 [patch] sf(4) (Adaptec StarFire) multiple o [2004/07/04] kern/68665 multimedia [sound] pcm doesn't detect Realtek ac97 o o [2004/07/05] kern/68690 write(2) returns wrong value when EFAULT p [2004/07/05] bin/68691 dwmalone syslogd - correct program name handling s [2004/07/05] kern/68692 andre [patch] Move ARP out of routing table o [2004/07/06] kern/68719 [patch] [msdosfs] poor performance with m o [2004/07/07] conf/68745 rc /etc/rc.d/devfs runs after ntpd so links o [2004/07/07] i386/68754 i386 [hang] SMP reset bug (Tyan Thunder100, 44 o [2004/07/07] kern/68765 [mmap] a little data can be stored beyond o [2004/07/08] bin/68797 cut(1) patches to fflush after each write o [2004/07/09] bin/68840 [PATCH] Add Solaris-style -x flag to iost o [2004/07/09] docs/68843 doc Dates on rc.subr(8) & rc(8) are whack. o [2004/07/09] docs/68845 doc The .At macro produces unexpected results o [2004/07/09] bin/68848 [patch] find(1) shows pathname as optiona a [2004/07/11] bin/68904 krion pkg_install fixes (_PATH_*, sprintf -> sn o [2004/07/11] misc/68905 core dump ownership issue o [2004/07/11] conf/68916 Named starts PRIOR to ldconfig o [2004/07/13] bin/68981 unlogic jot behaviour. o [2004/07/13] kern/68991 le [vinum] vinum doesn't care which type a p o [2004/07/13] bin/69010 [patch] Portability fixes for FreeBSD bui o [2004/07/13] threads/69020threads pthreads library leaks _gc_mutex o [2004/07/14] kern/69064 [patch] No multiple ip4/6's could assigne o [2004/07/15] bin/69083 [patch] basic modelines for contrib/nvi o [2004/07/17] bin/69164 marcel GDB/amd64: coredump while debugging a cor o [2004/07/17] ports/69191 roam SRV patch for dnbs/djbdns o [2004/07/18] i386/69257 i386 [patch] in_cksum_hdr is non-functional wi o [2004/07/19] bin/69268 wpaul [ndiscvt] [patch] Fix ndiscvt to warn you a [2004/07/19] kern/69283 multimedia [sound] Via 8233 driver records at half s o [2004/07/19] ports/69288 mharo [PATCH] security/sudo: Fix deinstall o [2004/07/19] ports/69309 ale mysql database backup script for periodic p [2004/07/20] kern/69356 glebius LOR in rtsock.c/route.c o [2004/07/21] bin/69362 mbr amd (automounter) does not properly detec o [2004/07/21] docs/69383 keramida disklabel = bsdlabel in 5.X or later o [2004/07/22] bin/69398 [patch] cleartext display of password in o [2004/07/22] kern/69448 socket.h: cmsghdr macros don't work with s [2004/07/23] ports/69475 ports-bugs xemacs invalidly calls xargs (witj unexis o [2004/07/23] kern/69502 kldload will load modules that are in the f [2004/07/24] ports/69537 daichi Portupgrade cannot be run by cron properl o [2004/07/27] kern/69650 [patch] make getserv* functions work with o [2004/07/28] amd64/69705 amd64 IPC problem (msq_queues) o [2004/07/28] amd64/69709 amd64 ACPI enabled then floppy don't work (5.2. o [2004/07/28] i386/69722 i386 wi0: init failed o [2004/07/29] kern/69730 [puc] [patch] puc driver doesn't support o [2004/07/29] i386/69750 acpi Boot without ACPI failed on ASUS L5 o [2004/07/30] kern/69825 [libc] 1st group supplied to setgroups() o [2004/07/30] kern/69826 [libc] 16th group has no effect when acce o [2004/08/01] docs/69861 doc [patch] usr.bin/csplit/csplit.1 does not o [2004/08/01] bin/69875 `mlxcontrol status ' hangs wit o [2004/08/03] kern/69963 ipfw ipfw: install_state warning about already o [2004/08/03] ports/69965 portmgr check for moved ports in "make deinstall- o [2004/08/04] bin/69986 [patch] sysinstall: No job control in fix o [2004/08/04] kern/69989 killing process that uses snp + unloading o [2004/08/04] bin/70002 qa [sysinstall] fails to locate FTP dirs if o [2004/08/05] conf/70048 magic(5) file has a typo at second test f o [2004/08/08] bin/70182 [patch] fortune -e implementation bug o [2004/08/09] docs/70217 doc Suggested rewrite of docproj/sgml.sgml o [2004/08/10] bin/70245 re Change to src/release/Makefile to aid doc o [2004/08/10] conf/70252 add System Administrator Appreciation Day o [2004/08/10] bin/70283 mtm adduser aborts in batch mode with comment o [2004/08/11] java/70292 java jdk14 compile problem o [2004/08/11] bin/70297 request to make amd timeouts per-mount lo a [2004/08/11] ports/70300 sergei devel/porttools does not use EMAIL from ~ o [2004/08/12] bin/70335 inconsistent syslog behavior when max chi o [2004/08/12] bin/70336 telnetd always exits with value 1 o [2004/08/12] bin/70355 [patch] dhclient-script is chatty with RE f [2004/08/12] kern/70362 sanpei QUIRK: [patch] LaCie 160GB USB drive f [2004/08/12] ports/70365 daichi sysutils/portupgrade incorrectly give inf o [2004/08/13] ports/70400 jedgar databases/p5-Mysql is incompatible with d o [2004/08/13] kern/70401 darrenr [modules] Could not load ipl.ko when no I o [2004/08/15] bin/70476 sbin/reboot change, -p behavior default f o [2004/08/15] amd64/70500 amd64 [if_bge] bge driver for 3Com 3C996B on am o [2004/08/16] bin/70511 When fread()ing with buffering turned off o [2004/08/16] usb/70523 usb [usb] [patch] umct sending/receiving wron o [2004/08/16] bin/70528 No libffi on amd64, either with native co o [2004/08/16] bin/70536 reboot -dp tries to dump when powering of o [2004/08/16] docs/70555 doc [patch] changes to freebsd-glossary o [2004/08/17] docs/70583 ceri [PATCH] Update freebsd-glossary o [2004/08/18] kern/70608 [irq] ethernet-error (card uses duplicate o [2004/08/18] i386/70610 i386 [spkr] [patch] spkr(4): hardcoded assumpt o [2004/08/19] docs/70652 hmp New man page: portindex(5) o [2004/08/20] docs/70697 doc pcm(4) is out of date o [2004/08/20] kern/70708 [nfs] gcore/procfs not finding /proc/pid/ o [2004/08/20] conf/70715 Lack of year in dates in auth.log can cau o [2004/08/21] bin/70756 [PATCH] indent mishandles code that is pr o [2004/08/21] bin/70795 [PATCH] misc nanobsd fixes and improvemen o [2004/08/21] kern/70798 Compatibility: Sun/Solaris has an fcntl() o [2004/08/22] i386/70810 i386 [patch] Enable SMBus device on Asus P4B s o [2004/08/22] standards/70813standards [PATCH] ls not Posix compliant o [2004/08/22] ports/70831 tobez make perl5.8 port SU_CMD aware o [2004/08/22] i386/70832 i386 [if_re] serious problems with RealTek NIC f [2004/08/22] kern/70835 sanpei QUIRK: [patch] scsi_da does not recognize s [2004/08/23] kern/70852 multimedia [sound] via82xx PCM driver does not enabl o [2004/08/23] kern/70880 peter [nfs] 5.3 beta1 nfs problem o [2004/08/24] ports/70900 edwin [patch] devel/sdl12 inconsistency between o [2004/08/24] kern/70904 darrenr ipfilter ipnat problem with h323 proxy su o [2004/08/25] i386/70926 i386 [boot] 5.3Beta-1 bootstrap error: "atapci o [2004/08/25] usb/70942 usb [usb] Genius Wireless USB mouse: moused d o [2004/08/26] docs/70985 standards [patch] sh(1): incomplete documentation o o [2004/08/27] kern/71045 [dhcp] DHCP-Request is sets other device' o [2004/08/29] bin/71098 CVS keywords are not expanded with CVS 1. p [2004/08/30] kern/71142 delphij [patch] add vesa [1024x768] mode support o [2004/08/31] kern/71184 andre tcp-sessions hangs on FIN_WAIT_2 state o [2004/08/31] gnu/71210 Update to GNU sdiff: add user-preference o [2004/09/01] kern/71219 /proc/*/map dont tell file offset o [2004/09/01] conf/71254 ncurses: xterm vs. cons* termtypes or sc( o [2004/09/01] kern/71258 [patch] anonymous mmappings not always pa o [2004/09/02] kern/71280 aue0 device (linksys usb100tx) doesn't wo p [2004/09/02] kern/71317 sanpei [sound] [patch] Add nForce2 sound support o [2004/09/03] kern/71334 [ PATCH ] mem_range_attr_{set|get} are no o [2004/09/04] kern/71366 ipfw "ipfw fwd" sometimes rewrites destination o [2004/09/05] conf/71386 loader.conf: hint.apic.0.disabled="YES" d o [2004/09/06] usb/71416 usb [usb] Cryptoflex e-gate USB token (ugen0) o [2004/09/06] usb/71417 usb [usb] Cryptoflex e-gate USB token (ugen0) o [2004/09/06] kern/71422 rwatson LOR in sys/net/bpf o [2004/09/07] kern/71450 [if_de] MAC address change on 21040 "Tuli o [2004/09/07] usb/71455 usb [usb] Slow USB umass performance of 5.3 o [2004/09/07] kern/71469 default route to internet magically disap o [2004/09/07] kern/71474 route lookup does not skip interfaces mar p [2004/09/08] conf/71488 brooks [patch] create spooldirs for lpd (in a di o [2004/09/08] ports/71489 sem [PATCH] www/slash: initial support for mo o [2004/09/08] ports/71498 tobez update port: databases/p5-GDBM: update an o [2004/09/09] ports/71512 james vncserver problems on amd64 and x.org o [2004/09/09] bin/71513 [PATCH] allow -user/group +/-id construct o [2004/09/09] kern/71532 Multiple SCSI-Busses are seen differently p [2004/09/09] ports/71544 arved devel/tvision might need these extra patc o [2004/09/10] conf/71549 /etc/termcap missing passthrough printing o [2004/09/10] docs/71555 doc how to run matlab on 5.2 o [2004/09/11] i386/71586 i386 FreeBSD 5.3-BETA3 #3 hang during boot on o [2004/09/11] kern/71605 usb [usb] [patch] umass doesn't recognize mul o [2004/09/11] kern/71608 XIRCOM REM56-100 Ethernet 10/100 can't co o [2004/09/12] bin/71613 [PATCH] cleanup of the usr.sbin/tracerout o [2004/09/12] bin/71616 [PATCH] cleanup of the usr.sbin/yp_mkdb c o [2004/09/12] bin/71617 [PATCH] cleanup of the usr.sbin/ypserv co o [2004/09/12] bin/71618 [PATCH] cleanup of the usr.sbin/timed cod o [2004/09/12] bin/71619 [PATCH] cleanup of the usr.sbin/tcpdump c o [2004/09/12] bin/71620 [PATCH] cleanup of the usr.sbin/sysinstal o [2004/09/12] bin/71621 [PATCH] cleanup of the usr.sbin/sliplogin o [2004/09/12] bin/71622 [PATCH] cleanup of the usr.sbin/sicontrol o [2004/09/12] bin/71623 [pcvt] [patch] cleanup of the usr.sbin/pc o [2004/09/12] bin/71624 [PATCH] cleanup of the usr.sbin/rtadvd co o [2004/09/12] bin/71625 [PATCH] cleanup of the usr.sbin/rpc.ypupd o [2004/09/12] bin/71626 [PATCH] cleanup of the usr.sbin/rpc.statd o [2004/09/12] bin/71628 [PATCH] cleanup of the usr.sbin/rpcbind c o [2004/09/12] bin/71629 [PATCH] cleanup of the usr.sbin/pppstats o [2004/09/12] bin/71630 [PATCH] cleanup of the usr.sbin/pppd code o [2004/09/12] bin/71631 [PATCH] cleanup of the usr.sbin/pppctl co o [2004/09/12] bin/71632 [PATCH] cleanup of the usr.sbin/ndp code o [2004/09/12] bin/71633 [PATCH] cleanup of the usr.sbin/mrouted c o [2004/09/12] bin/71659 [PATCH] cleanup of the usr.sbin/mount_por o [2004/09/12] bin/71660 [PATCH] cleanup of the usr.sbin/kgmon cod o [2004/09/12] bin/71661 [PATCH] cleanup of the usr.sbin/keyserv c o [2004/09/12] bin/71663 [PATCH] cleanup of the usr.sbin/i4b code o [2004/09/12] bin/71664 [PATCH] cleanup of the usr.sbin/fwcontrol o [2004/09/12] bin/71665 [PATCH] cleanup of the usr.sbin/dconschat a [2004/09/12] bin/71666 delphij [PATCH] cleanup of the usr.sbin/btxld cod o [2004/09/12] bin/71667 [PATCH] cleanup of the usr.sbin/bootparam o [2004/09/12] bin/71669 [PATCH] cleanup of the usr.sbin/atm code o [2004/09/12] bin/71671 [PATCH] cleanup of the usr.sbin/apmd code o [2004/09/12] kern/71683 [nis] NIS/NFS problem [4.8] o [2004/09/13] docs/71690 doc [patch] inaccurate information in systat( s [2004/09/13] ports/71693 thierry [NEW PORT] x11-clocks/9clock: This is a s o [2004/09/13] kern/71708 [PATCH] MAKEDEV create n+1 bpf devices o [2004/09/13] kern/71711 [PATCH] generate a single bpf timestamp f p [2004/09/14] kern/71726 sanpei [sound] [patch] nForce3 250(CK8S) audio s o [2004/09/15] bin/71749 [PATCH] truss -f causes circular wait whe f [2004/09/15] conf/71757 brooks no /etc/rc.d/diskless script in FreeBSD 5 o [2004/09/15] conf/71767 [patch] French translations for keyboards s [2004/09/15] bin/71773 des [patch] genericize.pl -c misses some comm o [2004/09/15] kern/71774 [ntfs] NTFS cannot "see" files on a WinXP o [2004/09/16] docs/71782 doc mount_nfs man page is a bit out of date o [2004/09/16] bin/71801 [patch] Add ncurses utility programs: inf o [2004/09/17] kern/71809 wifi hostap mode speed problem [6-CURRENT o [2004/09/17] kern/71813 I get a geometry error on my wd 200gb hd f [2004/09/17] kern/71818 sanpei QUIRK: support for DMR1000 USP flash pen/ o [2004/09/17] kern/71833 multiple process disc access / injustice s [2004/09/18] bin/71855 [patch] making kdump WARNS=6 clean o [2004/09/20] i386/71924 i386 timeouts with ata+hpt366 controller on BE o [2004/09/20] bin/71928 Disk quota doesn't work with numeric logi o [2004/09/20] conf/71952 missing past participles in /usr/share/di f [2004/09/21] ports/71953 thierry New port: x11-themes/kde-splash-freebsd: s [2004/09/21] kern/71965 andre TCP MSS issue in combination with ipfw fw o [2004/09/21] threads/71966threads Mlnet Core Dumped : Fatal error '_pq_inse f [2004/09/21] docs/71980 doc Handbook says that no other software is k o [2004/09/22] conf/71994 [patch] Login shell may unnecessarily pri s [2004/09/22] ports/71997 lawrance New port:math/webwork used to create prob o [2004/09/22] standards/72006standards floating point formating in non-C locales s [2004/09/22] ports/72016 joe Setiathome doesn't run on my second proce o [2004/09/24] ports/72067 obrien [PATCH] editors/vim: i18n and extra suppo o [2004/09/25] conf/72076 [patch] German locales use old %d.%m.%y d o [2004/09/27] bin/72124 [patch] rm -P can't unlink u-w files o [2004/09/27] conf/72135 [patch] ipsec belongs to /etc/rc.d/NETWOR o [2004/09/29] bin/72173 csplit(1) ver 1.9 wrong behaviour with ne o [2004/09/29] i386/72179 i386 [acpi] [patch] Inconsistent apm(8) output f [2004/09/30] bin/72193 pjd sysinstall crash with geom_raid3.ko o [2004/09/30] kern/72194 stack backtrace after wakeup from sleepin s [2004/09/30] ports/72202 simon portaudit warns about the CVS server vuln o [2004/09/30] kern/72217 [patch] Bug in calculation of the paramet o [2004/09/30] kern/72218 multimedia [sound] audio recording broken with emu10 o [2004/09/30] conf/72219 Sysinstall doesn't enable 3rd party MTA i o [2004/10/01] kern/72221 multimedia [sound] emu10k1 stereo channels are rever a [2004/10/01] kern/72224 anholt umass devices broken by DRM (AGP issue?) o [2004/10/01] bin/72232 qa [sysinstall] Installer installs gui-enabl p [2004/10/01] kern/72238 rwatson [patch] mac_seeotheruids restricts root o [2004/10/02] kern/72263 gifconfig output corruption o [2004/10/03] conf/72277 [patch] update for /usr/share/skel o [2004/10/04] kern/72293 de(4) NIC performance degradation with de o [2004/10/04] kern/72296 bfe0: discard oversize frame (ether type f [2004/10/04] ports/72336 sergei add RCng to mail/maildrop o [2004/10/04] kern/72338 calcru: runtime wen backwards from ... o [2004/10/04] ports/72339 marius security/ssh2 port startup script needs t p [2004/10/05] i386/72340 des [PATCH] add Pentium M, P3 M, P4 M support o [2004/10/05] usb/72344 usb [patch] [usb] QUIRK: Dane-Elec zMate 512 o [2004/10/05] kern/72352 [PATCH] Support for VScom PCI-100L is mis o [2004/10/05] bin/72355 Can't run "strings" on a (disk) device, e o [2004/10/05] bin/72357 [patch] WARNS?=5 cleanup for src/tools/to o [2004/10/06] i386/72380 usb [usb] USB does not work [dual Celeron Abi o [2004/10/06] bin/72381 [patch] ifconfig lladdr does not set inte o [2004/10/06] docs/72383 doc manpage for awk(1) is terribly small and o [2004/10/06] ports/72398 jmz emulators/mtools man pages are too funky o [2004/10/07] ports/72417 sobomax [patch] enable options for net/ser f [2004/10/07] ports/72421 thierry new port: py-Levenshtein o [2004/10/07] kern/72433 [if_amr] [patch] AMR raid, amrreg.h struc o [2004/10/08] kern/72440 [patch] Not increment ifp->if_snd.ifq_dro o [2004/10/09] conf/72465 [patch] United States International keybo o [2004/10/09] kern/72468 OS does not know how to handle broadcast. f [2004/10/10] bin/72485 krion pkg_add -r unnecessarily downloads packag o [2004/10/11] kern/72498 Libc timestamp code on jailed SMP machine o [2004/10/11] bin/72501 cperciva script(1) loops after EOF is read p [2004/10/11] conf/72505 brian [patch] Fix rc.d/ppp-user to make use of o [2004/10/11] bin/72517 Minor Bug in /etc/login.access o [2004/10/12] kern/72560 jeff [patch] small cleanup of SCHED_ULE o [2004/10/12] kern/72585 [patch] [syscons] iso05-8x16.fnt lacks le o [2004/10/12] bin/72588 [patch] iostat tty stats field concatenat a [2004/10/13] kern/72639 5.3-BETA7 kernel config option ALT_BREAK_ o [2004/10/13] kern/72659 jeff [patch] little bug in sched_ule interract o [2004/10/14] bin/72674 [patch] make /usr/bin/whois use SK-NIC's o [2004/10/15] kern/72728 brooks [patch] keyboard debug and reboot qualifi o [2004/10/15] usb/72732 usb [patch] Kyocera 7135 quirk. o [2004/10/15] usb/72733 usb Kyocera 7135 Palm OS connection problem. o [2004/10/15] misc/72741 qa ssh broken on fixit cd (missing /dev/rand o [2004/10/17] bin/72787 gtar in base system doesn't seem to honor o [2004/10/17] kern/72793 [patch] wicontrol prints out non-printabl a [2004/10/18] bin/72814 bms [patch] libpcap opens bpf as O_RDONLY - d o [2004/10/19] ports/72865 emulation emulators/vmware3 crashes on 5.3-STABLE o [2004/10/19] bin/72875 des Some utilities used in debugging do not f o [2004/10/19] bin/72881 yppush pushes map to local server o [2004/10/19] kern/72887 multimedia [sound] emu10k1: sound lag o [2004/10/20] conf/72901 [PATCH]: Prevent printing when doing an s o [2004/10/20] kern/72920 emulation linux emulation : path "prefixing" is not f [2004/10/20] kern/72933 yar [patch] promisc mode on vlan interface do s [2004/10/21] ports/72956 ports-bugs x11/dgs incorrectly marked as IGNORE a [2004/10/21] conf/72978 [patch] add danish syscons keymap with ac o [2004/10/22] kern/72987 ipfw/dummynet pipe/queue 'queue [BYTES]KB o [2004/10/22] kern/72995 multimedia [sound] Intel ICH2 (82801BA) - sound near o [2004/10/22] kern/72997 [if_sk] Network performance down [6-CURRE o [2004/10/22] sparc64/72998sparc64 [patch] set_mcontext() change syscalls pa o [2004/10/22] ports/73009 x11 5.3-RC1 ports refer to XF86Config - shoul o [2004/10/23] kern/73034 libalias does not handle lowercase port/e o [2004/10/23] kern/73051 tun0: Warning: ff02:5::/32: Change route o [2004/10/23] usb/73056 usb [usb] Sun Microsystems Type 6 USB mouse n o [2004/10/24] ports/73061 clsung Update port: devel/p5-Glib2 (enable threa o [2004/10/25] kern/73098 multimedia [sound] Scan rate of sound card shifts wh p [2004/10/25] bin/73110 rwatson [patch] ffsinfo conversion from atol() to p [2004/10/25] bin/73112 rwatson [patch] change atol() to strtol() in bads o [2004/10/26] kern/73145 severe network slowdown with DEC 21140 ne o [2004/10/27] kern/73195 bad PATH, missing HOME and TERM env var o o [2004/10/29] kern/73276 ipfw ipfw2 vulnerability (parser error) o [2004/10/29] ports/73285 billf net-mgmt/flow-tools port improvements o [2004/10/29] kern/73294 [hang] hangs in default mode when AcceleP o [2004/10/30] i386/73308 i386 unable to install on AMD 2500+,NF2,GF MX4 o [2004/10/30] bin/73327 [PATCH] iostat - extended mode display o [2004/10/30] kern/73328 top shows NICE as -111 on processes start o [2004/10/31] bin/73337 nsswitch: potential invalid free o [2004/11/01] kern/73375 [panic] vinvalbuf: dirty bufs during umas o [2004/11/01] kern/73388 brooks [usb] usb-keyboard stops working o [2004/11/02] bin/73411 [patch] FTPD could set attributes to 0600 o [2004/11/03] ports/73448 nectar [PATCH] nss_ldap - getpwnam does not retu o [2004/11/03] kern/73492 [feature request] Reliable Temporary File o [2004/11/03] kern/73496 [feature request] A more flexible version o [2004/11/04] kern/73514 mount_ntfs: can't access to a large file o [2004/11/04] kern/73517 pfil_hooks (ipfw,pf etc) and ipsec proces o [2004/11/05] www/73549 www Mail list archive navigation difficulty s [2004/11/05] www/73551 remko List archive 'quoted-printable' corruptio o [2004/11/05] usb/73553 brooks [usb] Microsoft USB Internet Keyboard not o [2004/11/06] docs/73583 doc [patch] add missing instructions to ndis( o [2004/11/06] ports/73609 lawrance New port: x11-toolkits/wxhaskell o [2004/11/07] docs/73638 doc ipfw(8): Clarify syntax for use of tables o [2004/11/07] kern/73646 I/O performance: with/without MEMIO optio o [2004/11/07] conf/73653 Proposal of changes to the GENERIC kernel o [2004/11/08] kern/73663 emulation [ibcs2] module_register_init: MOD_LOAD (i o [2004/11/08] kern/73675 atapicam causes interrupt storm o [2004/11/08] conf/73677 [patch] add support for powernow states t o [2004/11/08] docs/73679 doc FreeBSD 5.3 Release notes mention new nat o [2004/11/08] kern/73686 [panic] problems mounting a pen drive for o [2004/11/09] i386/73742 i386 5.3 rel i386 disk2 image not copying s [2004/11/09] ports/73743 x11 XOrg/XFree xauth add/startx problem o [2004/11/10] kern/73777 emulation [patch] linux emulation: root dir special o [2004/11/10] conf/73786 added WARNING in spanish to stable-supfil o [2004/11/11] conf/73799 Move the last stuff out of usbd.conf o [2004/11/11] i386/73822 acpi [request] add thermal support to ACPI o [2004/11/11] kern/73823 acpi acpi / power-on by timer support o [2004/11/11] conf/73834 Bad dependencies for /etc/rc.d/savecore f [2004/11/12] misc/73847 error in CD volume label - 5.3 cd 1 o [2004/11/12] kern/73865 [patch] NOINET6=yes in /etc/make.conf ign o [2004/11/12] bin/73884 Add NetBSD's rawrite32 to install tools o [2004/11/13] conf/73909 [patch] rc.d/sshd does not work with port o [2004/11/14] i386/73921 i386 [patch] [sysctl] sysctlbyname for machdep o [2004/11/14] conf/73929 [patch] /etc/rc.d/named will not work wit o [2004/11/15] kern/73961 floppy disk drive performance problem [ne o [2004/11/15] kern/73978 emulation [ibcs2] an error message appears during l o [2004/11/16] bin/73988 isdn ISDN - first dial attempt fails o [2004/11/16] conf/74004 [PATCH] add fam support to inetd.conf o [2004/11/16] conf/74005 [PATCH] aditional support for /etc/rc.ini o [2004/11/16] conf/74006 dougb [PATCH] /etc/rc.d/named minor fixes o [2004/11/17] kern/74030 acpi Unplugging AC causes battery % to stay lo o [2004/11/17] kern/74037 ppc(4) cannot find parallel port. o [2004/11/18] bin/74062 ifconfig(8) does not display tunnel endpo o [2004/11/18] kern/74066 acd driver fault: READ_BIG timeout o [2004/11/18] kern/74091 [patch] PCMCIA: MELCO Manufacturer code s o [2004/11/20] bin/74140 [ntpdate] ntpdate does not try all IPs fo o [2004/11/20] i386/74153 i386 [pst] FreeBSD 5.3 cannot boot ftom pst o [2004/11/20] kern/74159 [patch] fix warnings concerned with heade o [2004/11/20] bin/74178 [patch] grdc(6) - scrolling does not work o [2004/11/21] threads/74180threads KSE problem. Applications those riched ma o [2004/11/21] i386/74191 multimedia Notebook PC2001 Compliant AC97 audio work o [2004/11/21] usb/74211 usb USB flash drive causes CAM status 0x4 on o [2004/11/21] conf/74213 [PATCH] Connect src/etc/periodic/security o [2004/11/21] kern/74215 acpi [request] add ACPI headers to /usr/includ o [2004/11/21] i386/74216 i386 system halts o [2004/11/21] i386/74218 i386 boot floppy (2nd time) read error o [2004/11/22] conf/74228 dougb periodic 470.status-named doesn't work wi o [2004/11/23] kern/74281 Digiboard PCI Xem (64-ports) detection/in o [2004/11/24] kern/74314 DNS resolver broken under certain jail co o [2004/11/24] i386/74327 i386 [patch] [pmap] mlock() causes physical me f [2004/11/24] ports/74344 java [proposal] tomcat41ctl: support for passi o [2004/11/25] kern/74352 PXEBoot problems using md as root device o [2004/11/25] usb/74358 usb [umass] unplugging at boot time an umass o [2004/11/25] bin/74360 [ndiscvt] [patch] ndiscvt(8) generates a a [2004/11/25] bin/74387 linprocfs can be mounted on top of itself o [2004/11/26] misc/74396 [patch] "make release" fails if the cdrto o [2004/11/26] bin/74404 sh does not handle signals to subshells p o [2004/11/26] bin/74406 qa [sysinstall] sysinstall accepts but disca s [2004/11/26] ports/74416 fenner update for rtpmon o [2004/11/27] bin/74450 [patch] enable libalias/natd to create sk o [2004/11/27] usb/74453 usb Q-lity CD-RW USB ECW-043 (ScanLogic SL11R o [2004/11/27] i386/74454 i386 [PATCH] [bsd.cpu.mk] Adding VIA Eden fami o [2004/11/28] docs/74477 doc [patch] Correct several links in the cont o [2004/11/29] conf/74498 [patch] new CIS id for Intersil WiFi, pcc o [2004/11/29] bin/74500 [PATCH] allow chflags to set flags on sym o [2004/11/29] bin/74506 [patch] bad top command display o [2004/11/29] bin/74509 [PATCH] ifconfig allows setting 33-byte S o [2004/11/29] ports/74537 obrien editors/vim issue: report invalid size of o [2004/11/30] kern/74549 [patch] [modules] Allow third party KLDs o [2004/11/30] usb/74557 usb imation 500mb usb key can only be written o [2004/11/30] bin/74567 [patch] [2TB] du doesn't handle sizes >1T o [2004/12/01] misc/74577 [patch] decorating space in Beastie menu o [2004/12/02] amd64/74608 amd64 [mpt] [hang] mpt hangs 5 minutes when boo o [2004/12/02] usb/74609 usb [patch] [usb] allowing cdma modems to wor o [2004/12/02] docs/74612 doc [patch] updates to the glossary o [2004/12/03] i386/74650 i386 System Reboot with umount command o [2004/12/03] gnu/74654 libsupc++.a lacks necessary functions o [2004/12/03] kern/74658 ATAPI CD not recognized after booting Fre o [2004/12/05] docs/74724 ceri handbook network-inetd webpage o [2004/12/05] ports/74740 danfe Update port: x11-wm/wampager - Update to o [2004/12/05] bin/74743 [patch] wctype.c declares static array on o [2004/12/06] ports/74752 simon make takes a little while before anything o [2004/12/06] kern/74777 [request] Bootup "beep" in 5.3 should be o [2004/12/06] kern/74786 Smartlink Modem causes interrupt storm on o [2004/12/07] i386/74803 i386 regression: lost 3Com509B in 5.X o [2004/12/07] amd64/74811 amd64 df, nfs mount, negative Avail -> 32/64-bi o [2004/12/07] conf/74817 [patch] Fixed automatic configuration of o [2004/12/07] kern/74827 Problem writing data to floppies [5.3-spe o [2004/12/08] usb/74849 usb [usb] [patch] Samsung SPH-i500 does not a o [2004/12/08] kern/74868 [acpi] ACPI enabled in 5.3 Release make K o [2004/12/09] usb/74880 usb [usb] [patch] Samsung N400 cellphone/acm s [2004/12/09] ports/74882 hq [New port] java/httpunit: web test framew o [2004/12/09] docs/74889 wosch S_ISREG etc marcos missing from stat man f [2004/12/09] kern/74893 multimedia [patch] [sound] Channels of USB audio can o [2004/12/09] ports/74907 apache [PATCH] www/mod_perl: cleanups o [2004/12/10] ports/74913 pat I can't see anything in X11 applications o [2004/12/10] ports/74919 ale [PATCH] lang/php4: Add hardened-php.org p o [2004/12/10] kern/74920 [if_ep] [panic] 3Com 3C509-Combo Etherlin o [2004/12/12] i386/74966 i386 Realtek driver seems to misinterpret some o [2004/12/12] kern/74971 le [vinum] vinum creates (shows) incorrect v o [2004/12/12] kern/74977 firewire [modules] dcons.ko requires KDB support o [2004/12/12] kern/74986 tackerman sysctlize a parameter of if_em's interrup o [2004/12/12] usb/74989 usb (regression) Lost USB support between 5.2 o [2004/12/13] kern/75008 [patch] [psm] ALPS GlidePoint not recogni o [2004/12/13] ports/75015 amd64 cvsup on amd64 coredumps with either runs o [2004/12/14] docs/75068 doc login.conf(5) manual page says nothing ab o [2004/12/15] i386/75090 i386 READ_BIG errors with Sony CRX1611 o [2004/12/15] kern/75121 Wrong behaviour of IFF_LINK2 bit in 6in6 o [2004/12/15] ports/75130 danfe [NEW PORT] www/mono-xsp: A light-weight w o [2004/12/15] kern/75132 jhb [Patch] add support for the Davicom 56PDV o [2004/12/15] conf/75137 jhb add snd_* modules support to /etc/rc.d/mi o [2004/12/16] ports/75143 java There is no way to specify jvm parameters o [2004/12/17] bin/75175 jot duplicates numbers in simple invocati o [2004/12/17] bin/75177 philip Bug selecting psm operation level in mous o [2004/12/17] i386/75185 i386 ACPI doesn't power off Tyan S2460 o [2004/12/18] kern/75211 le [vinum] vinum writes several errors to st o [2004/12/19] kern/75254 [patch] [if_wi] PRISM3-based adapter ZCOM p [2004/12/19] kern/75277 rwatson netstat -m 'mbufs in use' output appears o [2004/12/20] kern/75298 [PATCH] add missing device id for pccard o [2004/12/20] kern/75312 [if_rl] RealTek RTL8281BL not detected o [2004/12/20] kern/75316 multimedia [patch] [sound] Enable to select a record o [2004/12/21] bin/75362 contrib/smbfs mount_smbfs No buffer space o [2004/12/21] ports/75369 lawrance new port net/p5-Perlbal o [2004/12/22] bin/75378 login(1): login/wtmp/utmp not updating pr o [2004/12/22] kern/75380 [nfs] can not open("..") from top-level d o [2004/12/22] i386/75387 i386 Future support of Promise SATAII150 TX4 w o [2004/12/23] i386/75420 i386 CMD 648 PCI not work s [2004/12/24] ports/75464 portmgr bsd.port.mk install default configuration o [2004/12/26] conf/75502 [patch] Fix LC_NUMERIC and LC_MONETARY fo o [2004/12/27] docs/75545 trhodes typos in man3 manual pages, form_field_op o [2004/12/28] bin/75570 chflags nosappnd directory doesn't work o [2004/12/28] docs/75577 doc typos in man3 manual pages, login_class.3 o [2004/12/28] usb/75578 usb [patch] QUIRK: PNY USB flash key o [2004/12/28] kern/75582 [patch] [if_dc] Add support for Linksys P o [2004/12/28] i386/75583 i386 Installation fails o [2004/12/28] bin/75585 [unionfs] mount -p on unionfs results in o [2004/12/29] i386/75589 i386 O2Micro pccard1 slot not functioning whil o [2004/12/29] bin/75632 le gvinum commands not consistent with vinum p [2004/12/29] kern/75634 glebius The proxy arp wrong functionality o [2004/12/30] ports/75643 danfe New Port: x11/PyPanel (A lightweight tran o [2004/12/30] gnu/75662 less -f behavior contradicts man page o [2005/01/01] misc/75702 dwmalone -O5 flag breaks some compiles in /usr/src o [2005/01/01] kern/75710 [if_cue] cue0 device configuration causes o [2005/01/03] bin/75742 krion [patch] pkg_add does not honour prefix fo o [2005/01/03] kern/75764 [patch?] "umass0: Phase Error" - no devic o [2005/01/03] bin/75766 [patch] nfsd loops with TCP + multiple -h o [2005/01/03] bin/75767 WANTED: "fdclose" function in libc o [2005/01/04] i386/75776 i386 NO ps/2 keyboard using USB keyboard under o [2005/01/04] usb/75800 usb ucom1: init failed STALLED error in time o [2005/01/05] www/75830 www ports.cgi used ports/INDEX from CVS o [2005/01/05] bin/75842 /sbin/mount: valid, but double, fstab mou o [2005/01/05] bin/75855 getpwent functions on 5.3 with large pass o [2005/01/05] docs/75865 doc comments on "backup-basics" in handbook o [2005/01/06] kern/75873 Usability problem with non-RFC-compliant o [2005/01/06] i386/75881 i386 ACPI suspend/resume doesn't work on ASUS o [2005/01/06] ports/75883 demon mrtg + ucd-snmp give wrong results o [2005/01/06] bin/75884 m4(1): syscmd's output is out of sync wit o [2005/01/06] kern/75894 multimedia [sound] AD1981 not probing (shuttle ST62K o [2005/01/06] i386/75898 i386 Exception and reboot: Loader and kernel u f [2005/01/07] ports/75916 thierry New port: net/decv o [2005/01/07] usb/75928 usb Cytronix SmartMedia card (SMC) reader has o [2005/01/08] bin/75934 [PATCH] missing blowfish functionality in f [2005/01/08] ports/75939 nork sysutils/smartmontools: smartd can not fo o [2005/01/08] kern/75969 multimedia [patch] [sound] Support for Sigmatel STAC o [2005/01/08] kern/75970 [patch] support for Sandisk Cruzer Micro o [2005/01/09] docs/75995 doc hcreate documentation(?) bug o [2005/01/09] kern/76002 [Patch] for PixelView PlayTv Pro Rev f [2005/01/10] ports/76021 daichi portupgrade: package delete can remove ne o [2005/01/10] sparc64/76052marius Incorrect panic strings in sparc64 files o [2005/01/10] gnu/76069 FreeBSD's definition of offsetof isn't go o [2005/01/11] kern/76081 [patch] [if_rl] Add support for CardBUS N o [2005/01/11] bin/76089 The "-n" option in /usr/bin/w is broken o [2005/01/11] docs/76094 doc Incorrect statement about partition d p [2005/01/11] ports/76116 ports-bugs PORT UPDATE: graphics/lcms (with PATCH) o [2005/01/12] conf/76124 [patch] Mistake in /usr/share/misc/pci_ve o [2005/01/12] kern/76144 poll doesn't set POLLHUP when FIFO is clo o [2005/01/12] bin/76169 [PATCH] Add PAM support to cvs pserver o [2005/01/12] kern/76178 Problem with ahd and large SCSI Raid syst o [2005/01/13] kern/76225 [patch] WITHOUT_MODULES option for sys/mo o [2005/01/13] conf/76226 Default local.9600 gettytab initially use f [2005/01/13] ports/76227 ports-bugs RLE support for graphics/fbm s [2005/01/14] ports/76247 grog net/arla port update o [2005/01/14] ports/76257 danfe nvidia_driver breaks xorg-clients build o [2005/01/15] conf/76298 fstab doesn't pass mntops properly o [2005/01/17] docs/76333 doc EOF indicator can be cleared by not only o [2005/01/17] ports/76358 vs xlockmore PAM support o [2005/01/17] bin/76362 sys directory link points to wrong locati o [2005/01/17] ports/76365 ports-bugs NEW PORT net/xdb_auth_cpile A user auth/c o [2005/01/18] bin/76401 sysinstall to set "host name" for dhclien o [2005/01/18] kern/76432 gnn [patch] [net/route.h] recursive locking i o [2005/01/19] usb/76461 usb disklabel of umass(4)-CAM(4)-da(4) not us o [2005/01/20] kern/76485 sched_getparam returns weird priority num s [2005/01/20] conf/76491 Addition into /etc/security few new funct o [2005/01/20] bin/76494 [patch] passwd(1) does not indicate a suc p [2005/01/20] bin/76497 tcpdump dumps core on ppp ipv6cp packets o [2005/01/20] conf/76509 [patch] New locale uk_UA.CP1251 support o [2005/01/20] threads/76513threads libpthread is not working o [2005/01/20] docs/76515 doc missleading use of make -j flag in handbo o [2005/01/21] kern/76520 [patch] Add new kernel-side libiconv conv o [2005/01/21] kern/76539 [patch] ipnat + dummynet on output on sam o [2005/01/21] kern/76551 re0: watchdog timeout o [2005/01/23] www/76586 re [patch] minor updates to en/releng/index. o [2005/01/23] i386/76587 i386 ps2 mouse weird... o [2005/01/23] bin/76590 adding -mapall in nfs exports requires re o [2005/01/23] kern/76611 isdn [patch] i4b itjc bad enums for PIB cycle o [2005/01/24] conf/76626 [patch] 460.status-mail-rejects shows des o [2005/01/25] i386/76653 i386 Problem with Asahi Optical usb device (Pe o [2005/01/25] kern/76678 rwatson [patch] Allow pam_krb5 to authenticate no o [2005/01/26] ports/76695 trevor RPM complaints on installation of linux_b o [2005/01/26] bin/76697 newsyslog keeps one more archive files th o [2005/01/26] kern/76710 [mii] [patch] rgephy does not deal with s o [2005/01/26] bin/76711 parse error in rm.c:check() while parsing o [2005/01/27] usb/76732 usb Mouse problems with USB KVM Switch o [2005/01/27] bin/76736 dwmalone syslogd pipelines losing messages s [2005/01/27] ports/76748 haskell New port: devel/hs-plugins. Loading Haske o [2005/01/27] bin/76752 /usr/bin/login o [2005/01/27] bin/76756 des function pw_equal in pw_util.c does not t o [2005/01/29] kern/76818 rwatson ACL modifications touch file's mtime o [2005/01/30] kern/76857 Samsung mouse misbehaviour o [2005/01/31] ports/76915 portmgr [patch] Handle port deinstall scripts whe o [2005/01/31] kern/76918 multimedia [sound] ATI AD1981 AC'97 Audio Controller p [2005/02/01] threads/76938delphij include/unistd.h: ttyname_r prototype mis o [2005/02/01] kern/76950 ACPI wrongly blacklisted on Micron Client o [2005/02/01] kern/76966 udp/520 reply packets when routed is not o [2005/02/01] kern/76971 ipfw ipfw antispoof incorrectly blocks broadca o [2005/02/01] kern/76972 64-bit integer overflow computing user cp o [2005/02/02] ports/76986 ports-bugs New port: print/pmx a pre-processor of Mu o [2005/02/02] bin/77001 sysinstall binary upgrade clobbers /etc/l o [2005/02/02] bin/77031 [patch] comm(1) unable to handle lines gr o [2005/02/03] bin/77082 krion src/usr.sbin/pkg_install - Add 3 new macr o [2005/02/04] docs/77087 doc The bootvinum script given in the handboo o [2005/02/04] bin/77089 /sbin/natd: natd ignores -u with passive o [2005/02/04] kern/77091 Keyboard quits working under X with MAXCO o [2005/02/06] kern/77156 FreeBSD does not redirect packets on prop o [2005/02/07] conf/77197 [patch] calendar.judaic is out of date o [2005/02/07] bin/77212 krion src/usr.sbin/pkg_install - make directory o [2005/02/07] kern/77239 [if_xl] 3Com 3CXFEM656C does not seem to o [2005/02/08] ports/77246 portmgr update "make index" target to use "make f o [2005/02/08] kern/77253 emulation [linprocfs] meminfo in linprocfs returns o [2005/02/08] bin/77259 stefanf /bin/sh: shell command "command -v cmd" d o [2005/02/08] bin/77260 df behaviour has changed between 4.x and o [2005/02/08] bin/77261 login doesn't chdir into a group-protecte o [2005/02/08] kern/77273 darrenr ipfilter breaks ipv6 statefull filtering o [2005/02/10] kern/77341 problems with IPV6 impementation o [2005/02/10] kern/77353 [patch] grow SysV IPC kernel limits o [2005/02/10] kern/77355 [patch] Detect i*86 subarches for uname s [2005/02/10] ports/77359 thierry New port: graphics/gephex Software-based o [2005/02/10] kern/77365 [patch] amdpm driver has wrong PCI device o [2005/02/11] kern/77377 Slow downloading from FreeBSD server with p [2005/02/11] conf/77386 brooks let /etc/rc.d/var create spool dirs for l o [2005/02/13] bin/77445 [ntpd] too many recvbufs(40) when ntpd st s [2005/02/13] ports/77453 ports-bugs [request] new port: print/ghostpcl o [2005/02/14] ports/77471 ports-bugs New port: Device driver for Voicetronix O o [2005/02/14] i386/77477 i386 AHA-1542CP SCSI failed to probe f [2005/02/14] ports/77495 niels new port: security/sav o [2005/02/15] kern/77537 Conditional breakpoints hang on SMP machi o [2005/02/15] kern/77541 [patch] [if_em] if_oerrors book keeping e o [2005/02/15] bin/77554 type mismatch in IPv6 firewall rule parse o [2005/02/16] ports/77584 ports-bugs New ports: games/sear, games/sear-media. o [2005/02/18] kern/77662 diskless hostname set via DHCP only if AC o [2005/02/18] conf/77663 Suggestion: add /etc/rc.d/addnetswap afte o [2005/02/21] ports/77820 portmgr bsd.port.mk 1.508 and PORTDOCS globbing b o [2005/02/21] kern/77826 [ext2fs] ext2fs usb filesystem will not m o [2005/02/21] bin/77835 stefanf [patch] libc file res_debug.c needs const o [2005/02/21] bin/77841 [patch] cast away const in getpublickey() o [2005/02/21] ports/77857 kwm [PATCH] net/gnomemeeting: correctly deter o [2005/02/21] ports/77876 portmgr Ensure uniqueness of (DOCS|EXAMPLES|DATA) o [2005/02/22] kern/77902 [nfs] NFS client should use VA_UTIMES_NUL o [2005/02/22] kern/77904 [nfs] NFS server should set VA_UTIMES_NUL o [2005/02/22] kern/77913 [PATCH] Add the APDL-325 WLAN pccard to w o [2005/02/22] bin/77918 ceri quota does not exit with a status != 0, i o [2005/02/23] kern/77958 [smbfs] can't delete read-only files via o [2005/02/24] ports/78012 ports-bugs [NEW PORT] net/abills: Billing system fro o [2005/02/24] bin/78021 sem_open(3) doesn't mention fnctl.h inclu o [2005/02/24] docs/78041 doc docs for md need further explanation of t o [2005/02/25] kern/78057 ad0: FAILURE - READ_DMA status=51 error=4 o [2005/02/25] kern/78070 [if_bge] [patch] Potential null pointer d o [2005/02/25] kern/78072 [Patch] Potential memory leak in lge(4) o [2005/02/25] kern/78090 ipf filtering on bridged packets doesn't o [2005/02/26] kern/78114 phk [PATCH] Solaris/x86 label structures for o [2005/02/26] bin/78131 geom gbde "destroy" not working. o [2005/02/27] docs/78138 doc Error in pre-installation section of inst o [2005/02/27] bin/78170 [patch] Fix signal handler in bootpd a [2005/02/28] docs/78174 markus Update for Bluetooth-related manpages o [2005/03/01] ports/78234 olgeni x11/eterm invalids compose character defi o [2005/03/01] ports/78235 ale lang/php4 segfaults with both xslt and Ze o [2005/03/01] docs/78240 doc Replace with around a # o [2005/03/02] docs/78275 doc Keyword size needs to be changed to lengt f [2005/03/02] ports/78293 edwin Proposition for the review of multimedia/ o [2005/03/02] bin/78304 Signal handler abuse in comsat(8) o [2005/03/03] ports/78337 ale Feature Request: cpdf for lang/php5-exten o [2005/03/03] kern/78342 jeff top -S shows potentially incorrect CPU us o [2005/03/03] usb/78371 usb Philips Wearable Audio Player (128) fails o [2005/03/04] kern/78388 vr network drivers cause watchdog timeout o [2005/03/04] conf/78419 /etc/termcap is a symbolic link o [2005/03/04] bin/78424 Internal IPs on router, natd/libalias bre o [2005/03/05] docs/78440 phantom POSIX semaphores don't work by default in o [2005/03/05] kern/78444 jeff [sched_ule] doesn't keep track of the sle o [2005/03/05] kern/78464 des Rename /proc/mtab to /proc/mounts f [2005/03/06] ports/78473 danfe New port: graphics/opencv (Open Source Co o [2005/03/06] kern/78474 [patch] swapped out procs not brought in o [2005/03/06] docs/78479 doc SO_NOSIGPIPE socket option undocumented o [2005/03/06] docs/78480 doc Networked printer setup unnecessarily com o [2005/03/06] ports/78490 portmgr Update port: Mk/bsd.port.mk add PORTEXAMP o [2005/03/07] docs/78520 doc error in man(5) lpd.conf, lpd.perms pages o [2005/03/07] kern/78526 problem with ST380011A Segate and FreeBSD o [2005/03/07] bin/78529 'df' shows wrong info about hard drive af o [2005/03/07] standards/78537phk times(2) not functioning per the Posix sp o [2005/03/07] usb/78543 usb [patch] Support for Trip-Lite USB 2 Seria o [2005/03/07] ports/78554 portmgr [patch] bsd.port.mk: allow install port w o [2005/03/07] bin/78562 Add numerical sorting option to join(1) o [2005/03/07] i386/78569 i386 seg fault compiling after install on AMD o [2005/03/08] ports/78596 portmgr bsd.port.mk does not match tradition or P o [2005/03/09] bin/78646 [patch] libmap should canonicalize pathna o [2005/03/10] kern/78673 [patch] [nfs] nfs client open resets attr o [2005/03/11] ports/78712 perky [Update Ports] Rename ja-pycodec to ja-py o [2005/03/12] bin/78728 ntpd -- noisy when IPv4 or IPv6 interface o [2005/03/12] kern/78756 phantom [patch] src/lib/libc/nls/fr_FR.ISO8859-1. o [2005/03/13] kern/78758 sos [patch] Add support for re-sizing ATA dis o [2005/03/13] bin/78759 patch: verbosity for bin/chflags a [2005/03/13] ports/78760 lioux [PATCH] multimedia/kmplayer: Make TV view o [2005/03/13] bin/78763 pjd [PATCH] Added jail support to ps o [2005/03/13] bin/78768 pjd [Patch] Added jail support to top o [2005/03/13] bin/78785 [patch] ipfw verbosity locks machine if / o [2005/03/13] kern/78787 sysconf(_SC_CLK_TCK) may return incorrect o [2005/03/14] kern/78812 [workaround] logitech cordless mouse with o [2005/03/14] ports/78830 ports-bugs New port: print/latex-auto-greek Auto-swi o [2005/03/15] kern/78849 phk Problems with GBDE encrypted partitions o [2005/03/15] kern/78884 [patch] [nfs] nfs client cache negative l o [2005/03/15] ports/78898 ports-bugs new ports chinese/lumaqq: General QQ-like o [2005/03/16] conf/78906 [patch] Allow mixer_enable="NO" in rc.con o [2005/03/16] docs/78915 doc rfork()'s RFTHREAD is not documented o [2005/03/17] amd64/78954 amd64 kerberos 5 failed to build o [2005/03/17] kern/78957 time counter per process stops (syscall: o [2005/03/18] usb/78984 usb Creative MUVO umass failure f [2005/03/18] ports/78990 ache [update] {news,chinese}/tin: integrate pa o [2005/03/19] bin/79008 add option for pom(6) to specify EPOCH o [2005/03/19] ports/79009 emulation [patch] Some linux ports are incorrectly o [2005/03/19] ports/79010 portmgr [patch] bsd.port.mk - all-depends-tree ta o [2005/03/19] ports/79021 ports-bugs New port: linux_base-fedora o [2005/03/20] kern/79035 le [vinum] gvinum unable to create a striped o [2005/03/20] bin/79048 phk realloc() copies data even when the size o [2005/03/20] ports/79049 ports-bugs New port net-mgmt/netdump-server:RedHat s o [2005/03/20] standards/79055standards Add an IFS regression test for shells o [2005/03/20] standards/79056standards regex(3) regression tests o [2005/03/20] kern/79058 [panic] floppy umount crash on accidental p [2005/03/20] bin/79063 tjr grep(1) - strange behaviour (most likely o [2005/03/21] kern/79066 bktr eating about 10% CPU load once it wa o [2005/03/21] standards/79067standards /bin/sh should be more intelligent about o [2005/03/21] ports/79069 grog "make install" in instant-workstation fai o [2005/03/21] i386/79091 i386 [patch] Small optimization for i386/suppo o [2005/03/21] ports/79093 mi net/rdist6 ignore ssh transport o [2005/03/22] bin/79109 devfs.conf not honored at boot o [2005/03/22] kern/79117 isdn iavc(4) for AVM B1 PCI does not attach a [2005/03/22] ports/79123 portmgr [patch] bsd.port.mk - add SHA256 support o [2005/03/22] i386/79136 i386 disk controller not detected o [2005/03/22] kern/79138 rwatson close while sending on connected UNIX-dom o [2005/03/22] kern/79139 [patch] Support for more PCIe chipsets o [2005/03/22] i386/79143 i386 Broadcom NIC driver do not work for IPMI o [2005/03/23] docs/79156 doc buffersize knob for sound(4) is a tunable o [2005/03/23] usb/79164 usb [usb] [patch] QUIRK: Qware BeatZkey! Pro o [2005/03/24] conf/79196 [PATCH] configurable dummynet loading fr o [2005/03/25] bin/79228 [ PATCH ] extend /sbin/arp to be able to o [2005/03/25] bin/79232 WARNS6 clean libexec/comsat o [2005/03/25] ports/79235 ports-bugs [maintainer update] sysutils/dtc: v0.17.0 o [2005/03/26] kern/79251 geom [2TB] newfs fails on 2.6TB gbde device o [2005/03/26] kern/79266 [patch] RELENG_4 pci CONF1_ENABLE_MSK dep o [2005/03/27] i386/79272 i386 "ata" detects and enables UDMA66 or UDMA1 o [2005/03/27] i386/79274 i386 Autoconfigure fails for O2Micro OZ6812/68 o [2005/03/28] bin/79296 "umount -a -t msdos" not work o [2005/03/28] i386/79317 i386 Freebsd Erasing NVRAM o [2005/03/30] i386/79350 i386 "ata" unrequested increase in xDMAx speed a [2005/03/30] ports/79351 lofi Character passing error in security/pinen o [2005/03/30] kern/79352 [feature request] double tagged q-in-q ne o [2005/03/30] ports/79382 ume package information for cyrus-sasl2-sasla o [2005/03/31] ports/79398 portmgr [patch] bsd.port.mk: add USE_MAKESELF kno o [2005/03/31] conf/79415 Fix "Mothers Day" in calendar.french. o [2005/03/31] kern/79416 darrenr ipf in 4.11 breaks POLA p [2005/04/01] bin/79418 stefanf [patch] libedit sync from netbsd cvs o [2005/04/01] kern/79427 multimedia [sound] No sound on Compaq Armada 100S la o [2005/04/02] kern/79441 problem writing on mounted msdos-fs at /m o [2005/04/03] kern/79498 multimedia [sound] sndfile-play (and many other play o [2005/04/03] ports/79509 portmgr add .desktop file facilities to bsd.port. o [2005/04/04] ports/79536 pat sysutils/wmmemload install problem from t o [2005/04/04] ports/79540 pat sysutils/wmcpuload feature o [2005/04/05] bin/79570 Dynamic OpenSSL engine load disabled o [2005/04/05] kern/79575 [md] [patch] Fixes order of disks in 'mdc o [2005/04/06] bin/79607 obrien grok and default to bzip2-compressed manu o [2005/04/07] ports/79611 ale Port build failure in mail/php4-imap 4.3. o [2005/04/07] kern/79635 82545GM reports the EEPROM Checksum Is No a [2005/04/07] ports/79637 cjh [PATCH] print/magicfilter: update to 2.3. s [2005/04/07] ports/79639 thierry biology/deft: patch for compilation on Fr o [2005/04/07] kern/79649 [patch] quirk: Gembird MP3 player o [2005/04/07] ports/79651 clement [patch] mail/ssmtp: add per-user smtp aut o [2005/04/07] ports/79655 emulation linux_base-8 fails to install as non-root o [2005/04/08] ports/79661 des emulators/doscmd outdated man info o [2005/04/08] kern/79678 multimedia [sound] sound works except recording from o [2005/04/08] bin/79690 [patch] mdmfs does not accept numeric uid o [2005/04/08] ports/79694 kuriyama net-mgmt/net-snmp: net-snmp-5-2-1.1 witho o [2005/04/08] kern/79698 des [PATCH] [ichwd] ICH watchdog driver broke o [2005/04/08] conf/79701 [PATCH] wcwidth(3) returns wrong value ab o [2005/04/09] kern/79705 mac_seeotheruids not blocking root o [2005/04/09] bin/79714 marcel kgdb user I/O nits o [2005/04/09] conf/79715 MNT_NODEV should be removed from sys/moun o [2005/04/09] usb/79723 usb [usb] prepare for high speed isochronous o [2005/04/09] usb/79725 usb [patch] [usb] USB device speed is not dou o [2005/04/12] i386/79840 i386 Partitioning and formating a new disk fai f [2005/04/13] ports/79862 daichi portupgrade-20041226_2 has faulty IGNORE o [2005/04/13] threads/79887threads [patch] freopen() isn't thread-safe o [2005/04/14] i386/79890 i386 burncd fails on a Pioneer DVD drive o [2005/04/14] usb/79893 usb New usbdevs/umass quirks derived from Lin o [2005/04/14] bin/79903 Request to add a new tool: getent(1). o [2005/04/15] kern/79944 virtual floppy controller of Virtual PC d o [2005/04/15] bin/79965 top messes up narrow terminals while disp p [2005/04/16] kern/79998 yar [if_sk] [patch] Give sk(4) VLAN MTU capab o [2005/04/16] usb/80010 usb Add support for the AEI USB to LAN adapte o [2005/04/17] kern/80031 [Patch] Remove insque/remque from kernel o [2005/04/17] ports/80043 ports-bugs New port: devel/metaEnv CWI MetaEnvironme o [2005/04/18] kern/80048 [patch] support for HP ML110 G2 SATA RAID p [2005/04/18] bin/80058 adduser -f exits silently if file has emp o [2005/04/18] docs/80070 doc [patch] Wrong dbm_close return value desc o [2005/04/18] i386/80081 i386 [if_ndis] Problem loading a NDIS kernel m o [2005/04/19] i386/80092 i386 PC Cards do not work at all on laptop Com o [2005/04/19] i386/80095 i386 ld-elf.so.1 crashes with executables prod o [2005/04/19] bin/80097 df reports incorrect stats with gmirror o [2005/04/19] ports/80111 ume patch to make WITH_KERBEROS4 working for o [2005/04/19] bin/80117 [patch] [sysinstall] smbfs install option o [2005/04/20] ports/80132 portmgr [PATCH] bsd.port.mk -- Add support for -j o [2005/04/20] kern/80147 multimedia [patch] [panic] with the vibra16x when tr o [2005/04/20] kern/80149 multimedia problems with an soundblaster-8 (original o [2005/04/20] kern/80151 multimedia [patch] [sound] Missing ESS ES1688 PCI-ID o [2005/04/20] kern/80152 multimedia [patch] [sound] SIMPLEX flag is not set p o [2005/04/20] conf/80158 request configuration option for specifin o [2005/04/20] docs/80159 doc [patch] rtld(1) mentions "%m" but it's no o [2005/04/21] bin/80176 des fetch does not always work with https wit o [2005/04/21] docs/80186 imp [patch] Footnote is wrong in the /usr/src o [2005/04/22] ports/80227 sobomax net/ser does not have an rc script. It sh o [2005/04/22] kern/80234 multimedia [patch] [sound] add entry for Analog Devi o [2005/04/22] bin/80236 [atacontrol] atacontrol outputs minimal u o [2005/04/22] bin/80242 [patch] jail(8) should be able to set ker o [2005/04/22] bin/80256 /rescue/vi doesn't work without terminal o [2005/04/22] bin/80258 [PATCH] Comment why some Binaries are sta o [2005/04/22] kern/80265 D-Link NIC with VIA Rhine II has no carr o [2005/04/23] kern/80269 [PATCH] libtacplus tac_get_av_value will f [2005/04/23] ports/80274 ports-bugs GDB console problem (ddd-3.3.10 with Free o [2005/04/23] kern/80283 [reboot] SMP problem a [2005/04/23] standards/80293standards sysconf() does not support well-defined u p [2005/04/25] bin/80348 rs(1) handles command line arguments impr o [2005/04/27] usb/80383 usb [PATCH] Add quirk for uhid to ignore cert s [2005/04/27] kern/80396 anholt i915 AGP not supported o [2005/04/27] bin/80411 [patch] bin/df/df.c sign errors in calls o [2005/04/27] usb/80420 usb atapicam stops iPod functionality o [2005/04/27] bin/80421 [PATCH] whois(1) should query AfriNIC ser f [2005/04/29] ports/80461 thierry The print/pdfjam port requires bash but i o [2005/04/29] kern/80465 multimedia [sound] pcm0:record:0: record interrupt t f [2005/04/30] ports/80484 thierry New port: security/synscan flexible, scri o [2005/04/30] kern/80487 [patch] quirk: United MP 5512 Portable MP o [2005/05/01] conf/80504 [patch] de_DE.ISO8859-1 libc message cata f [2005/05/01] ports/80515 ports-bugs emulators/vmware3: /usr/local/etc/rc.d/vm o [2005/05/02] bin/80530 man(1) should become Unicode aware o [2005/05/02] bin/80534 feature request: enumeration of filesyste o [2005/05/02] ports/80536 jmz textproc/ispell: ispell/spell seg faults o [2005/05/03] kern/80580 [panic] 4.11 router panic in lockmgr: loc o [2005/05/04] bin/80610 [patch] netstat, lost data due lu format o [2005/05/04] bin/80620 des [patch] fetch -U does not work o [2005/05/04] kern/80626 Out of memory ? then dead o [2005/05/04] ports/80629 ports-bugs tuxracer segfaults on amd64 o [2005/05/05] kern/80632 multimedia pcm driver missing support for CMI8738 au o [2005/05/05] kern/80642 ipfw [patch] IPFW small patch - new RULE OPTIO o [2005/05/06] bin/80687 [patch] Missing NULL termination after st s [2005/05/06] ports/80690 pav [UPDATE] editors/joe: update 2.8_5 to 2.9 f [2005/05/06] ports/80705 gnome [PATCH] converters/libiconv: includes a p o [2005/05/07] bin/80732 [PATCH]: getty(8) and telnetd(8) ignore t o [2005/05/08] usb/80773 usb "usbd_get_string()" could have taken a le o [2005/05/08] usb/80774 usb have "usbd_find_desc" in line with the ot o [2005/05/08] kern/80775 sysctl_handle_string should have a timeou o [2005/05/08] usb/80776 usb [if_udav] UDAV device driver shouldn't us o [2005/05/08] usb/80777 usb usb_rem_task() should wait for callback t o [2005/05/09] bin/80812 [ new util ] request to add new util: get o [2005/05/09] kern/80815 acpi ACPI(pci_link) problem in 5.4-STABLE: TIM o [2005/05/09] kern/80824 multimedia [sound] kldunload can't unload sound.ko o [2005/05/10] kern/80844 [patch] Increase compatibility of psm dri o [2005/05/10] usb/80854 usb suggestion for new iface-no-probe mechani o [2005/05/10] bin/80868 /bin/sh gives wrong line number of unterm o [2005/05/11] docs/80871 doc terminfo(5) man page source corrupted o [2005/05/11] ports/80888 portmgr enhance ports/Makefile to do human langua o [2005/05/11] conf/80907 tmpmfs default change o [2005/05/12] bin/80924 fsck should show CTIME. o [2005/05/12] usb/80935 usb uvisor.c is not work with CLIE TH55. o [2005/05/12] ports/80943 ale [mnogosearch 3] lang/php4: update PHP for o [2005/05/12] ports/80944 lawrance [NEW PORT] www/mnogosearch-php: Mnogosear o [2005/05/12] ports/80946 ale [mnogosearch part 2] www/php4-mnogosearch o [2005/05/13] ports/80968 ijliao [NEW PORT] cad/gplcver: A Verilog HDL sim o [2005/05/13] ports/80979 x11 x11/xorg-clients: when hostname is not co o [2005/05/13] threads/80992threads abort() sometimes not caught by gdb depen o [2005/05/14] kern/80999 [hang] artswrapper freezes system with 0.98, re o [2005/07/24] ports/83986 ports-bugs New port www/p5-Apache2-DebugFilter o [2005/07/24] ports/83987 ports-bugs New port www/p5-Apache2-Filter-HTTPHeader o [2005/07/24] misc/83991 cannot buildworld for RELENG_6 on machine o [2005/07/24] kern/83995 CFLAGS & COPTFLAGS ambiguous behaviour o [2005/07/24] kern/84020 Couldn't load graphical screensaver modul o [2005/07/24] docs/84021 doc Missing manpage on RELENG_6 o [2005/07/25] conf/84030 [patch] /etc/rc.d/power_profile is not a o [2005/07/25] kern/84040 [mpt] 6.0-BETA1 mpt driver not working un o [2005/07/25] bin/84041 [PATCH] fix for wall(1) error message o [2005/07/25] bin/84050 tcpdump is dumping hex instead of text du f [2005/07/25] ports/84053 portmgr mail/qmail: Big patch to prevent stale de s [2005/07/25] bin/84084 qa [sysinstall] FreeBSD 4.11-R won't install p [2005/07/26] docs/84101 garys mt(1) manpage has erroneous synopsis, etc f [2005/07/26] ports/84140 ports-bugs www/flashplugin-mozilla causes www/firefo s [2005/07/26] ports/84143 skv Update www/p5-Apache-Peek 1.02 -> 1.04, r o [2005/07/27] docs/84154 doc Handbook somewhat off in use of /boot/ker o [2005/07/27] bin/84162 (t)csh: builtins commands with redirectio o [2005/07/27] conf/84172 loader.conf(5) is missing an entry for "d f [2005/07/28] ports/84197 ports-bugs games/quake2forge cannot be built without o [2005/07/28] kern/84199 dlinfo in libexec/elf-rtld/rtld.c does no o [2005/07/28] bin/84208 qa [sysinstall] "Leave the MBR untouched" op o [2005/07/28] ports/84212 cy misc/screen port can't talk to TTYs o [2005/07/28] kern/84215 [jail] [patch] wildcard ip (INADDR_ANY) s o [2005/07/28] kern/84219 [patch] [ncurses] ncurses.h wchar_t confl o [2005/07/28] kern/84225 gnn losing default route changing netmask on o [2005/07/28] ports/84255 tobez [patch] lang/perl5.8 (5.8.7) and freebsd. p [2005/07/29] docs/84264 keramida [patch] ata(4) manpage disagrees with tun o [2005/07/29] docs/84265 doc [patch] chmod(1) manpage omits implicatio p [2005/07/29] docs/84266 garys security(8) manpage should have init(8)'s o [2005/07/29] docs/84267 doc chflags(1) manual doesn't say it's affect o [2005/07/29] docs/84268 doc chmod(1) manpage's BUGS entry is either w o [2005/07/29] docs/84271 ceri compress(1) doesn't warn about nasty link p [2005/07/29] docs/84273 keramida disktab(5) manual has bad SEE ALSO o [2005/07/29] bin/84298 [patch] allow mount(8) to recognize relat o [2005/07/29] ports/84299 knu A (possible) bug in ports/Mk/bsd.ruby.mk o [2005/07/29] kern/84311 multimedia [sound] 82801FB/FR/FW/FRW Intel High Defi o [2005/07/29] docs/84317 doc fdp-primer doesn't show class=USERNAME di o [2005/07/30] ports/84329 ports-bugs New port: x11-fonts/proggy_fonts a monosp s [2005/07/30] ports/84340 ports-bugs Request port update: /devel/fnccheck 1.2 o [2005/07/30] ports/84342 ports-bugs New port: security/klamav f [2005/07/31] ports/84369 thierry update x11-toolkits/iwidgets o [2005/07/31] ports/84376 ports-bugs [Update Port] x11-themes/kde-style-comix o [2005/07/31] kern/84386 Feature Request: PPPoA Authentication bui o [2005/07/31] docs/84408 doc dump(8) manpage doesn't require an option o [2005/07/31] docs/84409 doc vinum-object-naming.html -v/-U typo o [2005/08/01] ports/84414 danfe [NEW PORT] x11-fm/tdfsb - A 3D Filesystem o [2005/08/01] ports/84465 tobez Update port: mail/p5-Mail-Box v2.042 => v o [2005/08/02] docs/84467 doc bsdlabel(8) manpage uses archaic "pack" i o [2005/08/02] kern/84471 multimedia [sound][patch] no sound ICH4 (Analog Devi o [2005/08/02] ports/84489 portmgr Depreciated MACHINE_ARCH being used in bs o [2005/08/02] bin/84494 rpcbind TCP cannot be told to bind to a s o [2005/08/02] ports/84501 ports-bugs update lang/oo2c p [2005/08/03] kern/84503 Deadlock when filesystem is full o [2005/08/03] kern/84507 multimedia [sound] fm801: Not every card supports va s [2005/08/03] docs/84519 doc [patch] mdoc(7) manpage needs more about o [2005/08/03] bin/84520 whatis(1) program burps on /bin/[ o [2005/08/03] ports/84521 ports-bugs New port: sysutils/nctop f [2005/08/03] ports/84530 ports-bugs [New Port] net-mgmt/ourmon: Network Monit o [2005/08/04] docs/84538 doc sk(4) driver supports Marvell 88E800x chi o [2005/08/04] docs/84549 doc [patch] errno(2) manpage uses "<...>" for s [2005/08/04] docs/84550 doc mdoc(7) manpage erroneously requires SYNO o [2005/08/04] i386/84555 i386 boot2 unable to load kernel directly. o [2005/08/04] ports/84561 ports-bugs [new port] audio/xmms2 o [2005/08/05] bin/84569 rm -W sometime does not work o [2005/08/05] ports/84580 olgeni [patch] lang/erlang-doc: Correct checksum o [2005/08/05] conf/84581 [patch] Teach config(8) to look for kerne o [2005/08/06] usb/84608 usb Sony digital camera DSC-P100, rev 2.00/5. o [2005/08/06] ports/84614 ports-bugs New port: java/eclipse-javasvn o [2005/08/06] docs/84620 doc [patch] xargs(1) manpage has "utility" an o [2005/08/06] ports/84625 ports-bugs New port: lang/twelf A meta-logical frame o [2005/08/07] kern/84634 fjoe [patch] Utility to control GEOM uzip clas o [2005/08/07] docs/84645 doc intro(6) manpage should always be install o [2005/08/07] docs/84646 doc terminfo(5) manpage confuses man program. o [2005/08/07] ports/84650 ale customizable pid filename for databases/m o [2005/08/07] amd64/84652 amd64 kbdmap -r dumps core f [2005/08/08] bin/84667 qa [sysinstall] annoying installation proble o [2005/08/08] docs/84670 doc [patch] tput(1) manpage missing ENVIRONME o [2005/08/08] misc/84674 Installer trying to install bad package t o [2005/08/09] ports/84701 tmclaugh [NEW PORT] audio/cowbell: elegant id3 edi o [2005/08/09] bin/84705 fdisk(8) program warning about sector num o [2005/08/09] ports/84709 ade Update port: devel/bison to version 2.0 o [2005/08/09] ports/84711 az rcNG script for net-mgmt/arpwatch f [2005/08/09] ports/84718 girgen [PATCH] databases/postgresql74-server: Ad o [2005/08/10] ports/84741 ports-bugs Make ports/cad/tkgate use Tcl/Tk 8.4 o [2005/08/10] ports/84742 phantom make ports/java/jdk14 use dynamic Motif l o [2005/08/10] conf/84752 [patch] 100.clean-disks cleans file syste o [2005/08/10] kern/84761 shutdown() of non-connected socket should o [2005/08/10] docs/84764 doc [patch] hosts.equiv(5) manpage should SEE f [2005/08/10] ports/84775 sem new port: databases/kmysqladmin o [2005/08/11] docs/84790 doc Error in SYSCALL_MODULE(9) manual page o [2005/08/11] kern/84797 [patch] State engine in the libutils prop o [2005/08/11] conf/84800 obrien [patch] setting CPUTYPE=nocona on an Inte o [2005/08/11] docs/84806 doc mdoc(7) manpage has section ordering prob o [2005/08/11] docs/84807 jcamou [patch] sh(1) manpage built-in list omits s [2005/08/11] ports/84819 barner [MAINTAINER] math/coq: enable on ia64 o [2005/08/11] kern/84823 [PATCH] bpf in non-blocking mode is broke o [2005/08/12] misc/84833 netchild include make.conf NO_* targets into delet o [2005/08/12] docs/84849 doc [patch] fdisk(8) manpage doesn't warn fdi o [2005/08/12] ports/84853 danfe [New port] games/quake3 o [2005/08/13] ports/84869 ports-bugs New port: textproc/regex-coach f [2005/08/13] ports/84876 trevor [NEW PORT] print/acroread7-esp: The Acrob o [2005/08/13] ports/84886 hrs [NEW PORT] japanese/acroread7-jpn: The Ac o [2005/08/14] bin/84911 [ndiscvt] [patch] ndisgen can't cope with o [2005/08/14] docs/84913 doc bsdlabel(8) manpage seems wrong about fsi o [2005/08/14] kern/84920 math programs reporting incorrect values s [2005/08/14] ports/84921 ports-bugs [UPDATE] games/fargoal: update port and a o [2005/08/15] docs/84955 doc [patch] mdoc(7) manpage should mention mi o [2005/08/15] docs/84956 doc [patch] intro(5) manpage doesn't mention o [2005/08/15] kern/84957 fire_saver.ko causes high CPU usage by sw o [2005/08/15] docs/84961 doc [patch] Sync NDIS documentation with real o [2005/08/15] ports/84969 danfe Update port: x11/nvidia-driver (do not in f [2005/08/16] ports/84975 vs New Port: devel/uppaal o [2005/08/16] gnu/84976 System ncruses does not have wide charact o [2005/08/16] kern/84981 [PATCH] header protection for devel/bison20 o [2005/09/17] amd64/86244 amd64 dfi nf4 ulta-d o [2005/09/17] conf/86252 [PATCH] /etc/rc.d/sendmail wants to build o [2005/09/17] ports/86281 portmgr Additional commentary for describes targe o [2005/09/18] ports/86283 perky devel/newt build WITH_PYTHON fails on amd o [2005/09/18] kern/86290 jeff minor optimizations + cleanup to vrele us o [2005/09/18] usb/86298 usb Known good USB mouse won't work with corr o [2005/09/18] ports/86309 ade Mk/bsd.autotools.mk: split run-autotools: o [2005/09/19] kern/86319 support a "noac" NFS mount flag to turn o o [2005/09/19] ports/86334 pat x11-clocks/wmclockmon :: bug in internet o [2005/09/19] kern/86336 rwatson LOR in kern/uipc_usrreq.c and kern/kern_d o [2005/09/19] docs/86342 doc bikeshed entry of Handbook is wrong o [2005/09/20] bin/86355 stefanf [patch] Update apps that use libedit to u f [2005/09/20] ports/86357 pav Modify port: www/skytemplate f [2005/09/20] ports/86358 ports-bugs update www/py-beautifulsoup to 2.1.1 o [2005/09/20] ports/86384 mnag openssh-portable GSSAPI key-exchange patc o [2005/09/20] ports/86385 bms sysutils/aaccli has wrong pkg-descr o [2005/09/21] bin/86388 [patch] periodic(8) daily should backup b o [2005/09/21] ports/86394 ports-bugs [NEW PORT] graphics/crystalspace: Crystal f [2005/09/21] ports/86401 barner new ports multimedia/zapping o [2005/09/21] ports/86402 clement [patch] Correction to prevent multiple st o [2005/09/21] bin/86405 /usr/bin/more segmentation fault o [2005/09/21] bin/86408 /usr/bin/ftp segmentation fault o [2005/09/21] misc/86412 can not link shared libs to libstdc++ and o [2005/09/21] kern/86429 [if_tap] [patch] if_tap doesn't filter fr o [2005/09/21] usb/86438 usb Fix for non-working iPod over USB is in N o [2005/09/22] ports/86439 barner [NEW PORT] games/doom-data - Doom data fi f [2005/09/22] ports/86440 barner [UPDATE] games/deng: integrate with "doom o [2005/09/22] ports/86441 barner [NEW PORT] games/doom-hacx - A full TC us o [2005/09/22] ports/86442 barner [NEW PORT] games/doom-hr - Hell Revealed o [2005/09/22] ports/86443 barner [NEW PORT] games/doom-hr2 - Hell Revealed o [2005/09/22] ports/86444 barner [NEW PORT] games/doom-wolfendoom - Wolfen o [2005/09/22] ports/86445 jmz [UPDATE] games/doom: integrate with "doom f [2005/09/22] ports/86446 barner [UPDATE] games/doomlegacy: integrate with f [2005/09/22] ports/86447 barner [UPDATE] games/prboom: integrate with "do f [2005/09/22] ports/86448 barner [UPDATE] games/vavoom: integrate with "do f [2005/09/22] ports/86451 vsevolod Update port: www/plone (upgrade to the la o [2005/09/22] bin/86453 kientzle [patch] libarchive memory leak with bad f o [2005/09/22] bin/86454 qa [sysinstall] sysinstall terminates with s o [2005/09/22] ports/86459 bms Update net-mgmt/snmptt to 1.0 f [2005/09/22] ports/86461 pav [NEW PORT] textproc/sdcv: A text-based ut o [2005/09/22] ports/86462 ports-bugs [NEW PORT] chinese/sdcv-dict-zh_TW: Engli o [2005/09/22] ports/86465 mnag add MIT kerberos option to mail/postfix f [2005/09/22] ports/86475 ports-bugs New Ports: devel/sfslite-noopt and devel/ f [2005/09/23] ports/86481 ports-bugs [PATCH] www/awstats: Respect user's PREFI f [2005/09/23] standards/86484rwatson [PATCH] mkfifo(1) uses wrong permissions o [2005/09/23] bin/86485 [PATCH] hexdump -s speedup on /dev f [2005/09/23] ports/86486 vs Update devel/tclreadline port for newer v o [2005/09/23] ports/86490 sf [patch] new port archivers/p7zip 4.27 f [2005/09/23] ports/86491 arved Kaffeine fails to compile o [2005/09/23] ports/86512 gerald [new port] lang/gcc401 o [2005/09/24] ports/86521 nectar [PATCH] japanese/ja-im-ja: [fix build on o [2005/09/24] ports/86528 mikeh Update comms/lirc to 0.7.2 o [2005/09/24] i386/86536 multimedia /dev/mixer has no devices (still) o [2005/09/25] ports/86543 hrs [New Port] devel/plan9port o [2005/09/25] kern/86557 multimedia [sound] Sound Card Volume isn't adjustabl f [2005/09/25] i386/86563 i386 System doesn't reboot on "shutdown -r now o [2005/09/26] ports/86572 kuriyama net-snmp doesn't know how to fill in hrSW o [2005/09/26] ports/86580 ale [new] databases/php5-oci8: Oracle OCI8 sh o [2005/09/26] bin/86587 rm -r /PATH fails with lots of small file o [2005/09/26] ports/86594 markp [update] sysutils/ndir 0.8.8 o [2005/09/26] bin/86600 qa [sysinstall] Sysinstall boot manager scre o [2005/09/26] ports/86601 anders [NEW PORT] www/thttpd-st: Tiny/turbo/thro o [2005/09/26] ports/86602 ale [NEW PORT] irc/php4-ircg: The ircg (IRC g p [2005/09/26] conf/86606 brooks Unneeded message from /etc/rc.d/localpkg o [2005/09/26] ports/86608 ale lang/php5: Enhancement to allow dynamic o p [2005/09/27] kern/86618 jhb [if_nge] [panic] panic with ifconfig nge o [2005/09/27] ports/86625 girgen Repo copy of postgresql80-server -> postg p [2005/09/27] gnu/86627 brooks src/contrib/bc / option -h / contains typ o [2005/09/27] ports/86629 lev Cannot build subversion WITH_JAVA o [2005/09/27] ports/86634 jylefort New port: net-mgmt/torrus The Data Series o [2005/09/27] bin/86635 [patch] pfctl: allow new page character ( f [2005/09/27] ports/86637 edwin New port: java/subclipse o [2005/09/27] bin/86647 natd(8) copy to limied buffer size withou o [2005/09/27] docs/86650 remko [patch] correct various issues in the han o [2005/09/27] kern/86655 [msdosfs] [patch] msdosfs incorrectly han o [2005/09/28] usb/86657 usb [PATCH] change to USB keyboard option in o [2005/09/28] bin/86665 qa [sysinstall] sysinstall binary upgrade cl f [2005/09/28] i386/86666 kernel trap 18 with interrupts disabled o [2005/09/28] conf/86668 gshapiro sendmail rc.d sequence wrong o [2005/09/28] ports/86671 x11 xorg does not recognize newer ATI chipset s [2005/09/28] ports/86682 pav Powerdns port does not honor openldap ver f [2005/09/28] ports/86684 thierry [PATCH] pear-PEAR/Makefile.common trimmin o [2005/09/29] bin/86693 [patch] inconsistency between getusershel o [2005/09/29] bin/86710 [patch] update bin/ls to have option to c f [2005/09/29] ports/86715 ports-bugs drupal missing dependency o [2005/09/29] docs/86733 doc [patch] Add using kldload as an alternati o [2005/09/30] ports/86741 nork NULL pointer dereference in graphics/xpdf o [2005/09/30] bin/86742 kientzle [libarchive] [patch] Add archive_open_ to o [2005/09/30] ports/86748 roam Update port: security/stunnel to 4.12 a [2005/09/30] kern/86752 mlaier pf does not use default timeouts when rel a [2005/09/30] conf/86759 [ssh] unable to initialise sftp with ssh; o [2005/09/30] bin/86765 bsdlabel assing wrong fs type. f [2005/09/30] ports/86766 ports-bugs [NEW PORT] games/ksudoku: 2D/3D Sudoku ga o [2005/10/01] ports/86776 portmgr [patch] bsd.port.mk - fetch-list doesn't o [2005/10/01] ports/86785 scrappy patch: converters/p5-Convert-ASN1 - updat o [2005/10/01] ports/86789 tobez update: devel/p5-Algorithm-Diff - update o [2005/10/01] ports/86794 mat update: devel/p5-DateTime-Event-ICal - up o [2005/10/01] ports/86796 mat update: devel/p5-Devel-Cover - update to o [2005/10/01] ports/86800 hq New port: java/jakarta-commons-chain "Cha o [2005/10/01] java/86804 java [PATCH] Install a desktop icon for the ja o [2005/10/01] i386/86820 i386 ISO Install Disk hangs after acd0: f [2005/10/02] ports/86834 vsevolod [PATCH]: Add DRUPDIR to www/drupal o [2005/10/02] ports/86838 sobomax Spelling error on misc/zaptel/pkg-message o [2005/10/02] ports/86839 mnag Update port: sysutils/pcfclock revised to o [2005/10/02] ports/86843 ports-bugs [NEW PORT] graphics/crystalentitylayer: C f [2005/10/03] ports/86852 pav update cvs2svn to version 1.3.0 o [2005/10/03] bin/86859 qa [sysinstall] Installer should ask about L o [2005/10/03] ports/86860 hq [patch] Align java/eclipse invocation wit o [2005/10/03] kern/86871 allocation logic for PCBs in TIME_WAIT st o [2005/10/03] bin/86873 file(1) does not recognize 5.x filesystem o [2005/10/03] docs/86876 doc Opera is now ad-free for everybody, refle o [2005/10/04] www/86888 pav new motherboard for the amd64 f [2005/10/04] ports/86899 ahze multimedia/mjpegtools - lavplay/glav clai f [2005/10/04] ports/86901 ehaupt [patch] Update port net/spread to version f [2005/10/04] ports/86913 ports-bugs japanese/eb: Apply official patch o [2005/10/05] bin/86940 des src/usr.bin/fetch - fix mirror mode (-m) o [2005/10/05] ports/86946 olgeni [PATCH] www/sitecopy: update to 0.16.1 f [2005/10/05] ports/86947 tobez ports:pari update (2.1.6 -> 2.1.7) o [2005/10/05] ports/86948 tobez ports:pari-devel update (2.2.9.alpha -> 2 o [2005/10/05] kern/86957 [ipfw] [patch] ipfw mac logging o [2005/10/06] kern/86965 [ntfs] NTFS driver returns incorrect 'num o [2005/10/06] kern/86966 LG GCC-4242N CD-RW write failure o [2005/10/06] conf/86973 Daily periodic mail rejects out of contro o [2005/10/06] ports/86990 fjoe [UPDATE] databases/pgadmin3 o [2005/10/06] ports/86992 obrien update editors/vim to 6.3.90 o [2005/10/06] ports/86997 ports-bugs New port: games/oolite - clone of Elite s o [2005/10/06] www/87002 remko adding our company on Commercial vendors o [2005/10/07] bin/87022 telnet hang in ptcout o [2005/10/07] www/87025 www Website inconsistency: missing platforms o [2005/10/07] i386/87030 i386 FreeBSD ÎÅ ÏÂÎÁÒÕÖÉ×ÁÅÔ DWL-G520 (PCI). ð o [2005/10/07] kern/87032 ipfw [PATCH] ipfw ioctl interface implementati f [2005/10/07] ports/87037 tobez [MAINTAINER] www/p5-W3C-LogValidator: upd o [2005/10/07] docs/87073 linimon New article: Maintaining and contributing o [2005/10/07] kern/87074 pf does not log dropped packets when max- o [2005/10/07] i386/87077 i386 Ethernet Mac address o [2005/10/07] ports/87092 obrien [UPDATE] editors/vim: notify the user abo o [2005/10/07] www/87093 bugmeister reporting bugs - filter some by adding li o [2005/10/08] ports/87110 fjoe Port upgrade: x11-toolkits/wxgtk26 to 2.6 o [2005/10/08] www/87119 hrs [patch] encode copyright and such symboli o [2005/10/08] ports/87120 lev [PATCH] Add libiconv support to devel/min o [2005/10/08] ports/87128 ports-bugs New port: activeheart: nice KDE Window de f [2005/10/08] ports/87129 edwin new port www/raqdevil o [2005/10/08] ports/87133 ports-bugs New port databases/p5-DBIx-DWIW A DBI wra f [2005/10/08] ports/87137 ehaupt [port update] net/cryptcat o [2005/10/09] www/87144 www New site has "Submit Bug" link under "Sec p [2005/10/09] docs/87147 jhb [patch] src/share/man/man9/microtime.9 hi o [2005/10/09] ports/87151 nobutaka Update port: editors/emacs Fix package bu o [2005/10/09] www/87152 www Missing Link o [2005/10/09] www/87153 www Missing Links in Table www/german o [2005/10/09] ports/87160 x11 [UPDATE] xorg-server: nv GeForce screento f [2005/10/09] ports/87167 barner New port: sysutils/fusefs o [2005/10/09] ports/87168 barner New port: sysutils/sshfs f [2005/10/09] ports/87173 ehaupt IPv6 support for multimedia/beep-media-pl p [2005/10/09] docs/87176 jhb o [2005/10/09] ports/87180 ports-bugs [UPDATE] games/quake2forge: integrate wit o [2005/10/09] ports/87181 danfe [UPDATE] games/quake2lnx: integrate with o [2005/10/10] docs/87186 doc Handbook recommends outdated make op. f [2005/10/10] ports/87187 dougb Window Maker Preferences Program (WPrefs. o [2005/10/10] conf/87196 human readable disk free in daily output o [2005/10/10] ports/87204 tjr [UPDATE PATCH] net/coda6_server & depende o [2005/10/10] i386/87208 i386 /dev/cuad[0/1] bad file descriptor error o [2005/10/10] ports/87214 portmgr Fix warning issued during make index a [2005/10/10] ports/87217 sem math/asir2000 update o [2005/10/10] i386/87222 i386 The moving cursor of the mouse at a login o [2005/10/10] usb/87224 usb Cannot mount USB Zip750 o [2005/10/10] www/87226 remko Nettix Peru o [2005/10/10] bin/87230 [PATCH] -G is ignored when adduser get ac o [2005/10/10] ports/87232 portmgr [MAINTAINER UPDATE] games/ctetris to 0.41 o [2005/10/11] ports/87234 portmgr [patch] bsd.port.mk: add patch-dos2unix t f [2005/10/11] ports/87239 ports-bugs Update port: audio/jack update to current o [2005/10/11] ports/87240 edwin [REPOCOPY] games/kxl -> devel/kxl o [2005/10/11] ports/87245 nork DarwinStreamingServer port fails on amd64 o [2005/10/11] ports/87270 billf [PATCH] irc/bnc: update to 2.9.4 f [2005/10/11] ports/87273 marcus Add check for quotes around COMMENT to de f [2005/10/11] ports/87275 sem [maintainer-update] new version of math/j f [2005/10/11] ports/87286 ports-bugs Update port: www/zope-cmfphoto update to o [2005/10/11] ports/87295 billf [PATCH] irc/bnc: update to 2.9.4 p [2005/10/12] docs/87302 delphij [PATCH] Mention the fact that hptmv(4) wo f [2005/10/12] ports/87304 sem New port: devel/raknet networking library o [2005/10/12] www/87307 remko Typo fixes for www/share/sgml/usergroups. a [2005/10/12] ports/87312 obrien Update misc/figlet to 2.2.2 o [2005/10/12] ports/87314 perky New port: lang/python-mode.el emacs lisp o [2005/10/12] ports/87318 portmgr [patch] bsd.port.mk - add support for PER o [2005/10/12] i386/87329 i386 Can't find mathlib when installing mawk1. o [2005/10/12] ports/87332 sem [UPDATE] lang/ruby: Update to 1.8.3; taki o [2005/10/12] ports/87337 ports-bugs [NEW PORT] devel/SPE: Stani's Python Edit f [2005/10/12] ports/87339 ports-bugs Enable IPv6 support for multimedia/beep- o [2005/10/12] ports/87340 ports-bugs New port: games/tmw A free open source 2D o [2005/10/12] kern/87350 Reproducible 6.0-RC1 kernel panic o [2005/10/13] docs/87351 doc Jail building instructions don't work as o [2005/10/13] bin/87352 [PATCH] Add line edit and history support o [2005/10/13] i386/87359 i386 /usr/src/crypto/openssh does not honour N o [2005/10/13] ports/87365 sem [PATCH] devel/ruby18-freebase: [repocopy o [2005/10/13] ports/87366 sem [PATCH] devel/ruby18-freeride: [Fix fetch f [2005/10/13] ports/87372 ports-bugs [www/phpbb] phpBB broken due to passing f o [2005/10/13] ports/87393 roam Update port: ftp/curl to 7.15.0 o [2005/10/13] usb/87395 usb [PATCH] Adding support for Canon CanoScan o [2005/10/13] ports/87396 portmgr Fix bsd.port.mk variable quoting issues f [2005/10/13] ports/87401 ports-bugs [UPDATE]: security/amap: up to version 5. f [2005/10/13] ports/87405 ports-bugs [PATCH] audio/libid3tag: update to 0.15.1 f [2005/10/13] ports/87415 ports-bugs [PATCH] audio/gtkpod: update to 0.94.0 f [2005/10/13] ports/87416 ports-bugs [PATCH] adapt lang/sbcl to PREFIX other t o [2005/10/14] ports/87420 portmgr Update Mk/bsd.port.mk implementing WITH_O a [2005/10/14] ports/87424 krion xterm-205 stops showing window dimensions f [2005/10/14] ports/87434 mnag www/sarg: new feature o [2005/10/14] docs/87445 trhodes comments for improvement of handbook/kern o [2005/10/14] kern/87455 harti bsnmp doesn't show correct status for ifO o [2005/10/14] ports/87458 jylefort [NEW PORT] games/bos - Battle of Survival f [2005/10/14] ports/87463 edwin [UPDATE] devel/rubygem-rake 0.5.4 --> 0.6 o [2005/10/14] docs/87464 jcamou [patch] Incorrect statement for loading l o [2005/10/14] ports/87468 nobutaka The editors/emacs port is outdated o [2005/10/15] www/87470 remko Request to add link o [2005/10/15] ports/87476 perky [PATCH] Mk/bsd.python.mk: allow to choose o [2005/10/15] ports/87484 nobutaka [patch] devel/boehm-gc does not compile o o [2005/10/15] ports/87489 markus Setting WITH_/WITHOUT_ variables results o [2005/10/15] ports/87491 ports-bugs New Port: databases/p5-exception-class-db o [2005/10/15] ports/87498 marcus Additional quoting checks for portlint o [2005/10/15] docs/87500 doc [patch] redo www/en/ports/index.html layo o [2005/10/16] ports/87501 hq Update port: net/limewire Fixed and updat o [2005/10/16] i386/87507 i386 installation of 6.0 RC1 failed to create o [2005/10/16] ports/87508 anders option request for mail/imap-uw o [2005/10/16] ports/87511 markp [patch] Update graphics/ppmcaption to 1.1 f [2005/10/16] ports/87512 ports-bugs [patch] devel/distcc daemon cannot create o [2005/10/16] kern/87515 Splash screen fails to load on boot o [2005/10/16] ports/87522 ports-bugs [NEW PORT] www/joomla: Content Management o [2005/10/16] www/87524 remko Would like to be added to your list of In o [2005/10/16] ports/87528 x11 Missing koi8-r encoding for xorg-fonts-en o [2005/10/16] bin/87529 "pw lock", "pw unlock" should support the o [2005/10/16] ports/87531 ehaupt Update port: audio/solfege to 3.0.3 o [2005/10/16] ports/87533 garga Update port: cad/xcircuit to 3.3.38 o [2005/10/16] ports/87534 garga Update port: games/rtb to 1.0.8 o [2005/10/16] ports/87535 garga Update port: games/xabacus to 7.1.5 o [2005/10/16] ports/87536 garga Update port: graphics/flphoto to 1.2 o [2005/10/16] ports/87538 garga Update port: textproc/dictfmt to 1.10.2 o [2005/10/16] ports/87540 garga Update port: x11/wdm o [2005/10/16] ports/87541 ports-bugs Port audio/emu10kx: change location of sn o [2005/10/16] ports/87542 lioux bug in limiting upload traffic in net/py- f [2005/10/16] ports/87545 jylefort [NEW PORT] x11/alltray: Dock any applicat o [2005/10/16] ports/87547 ports-bugs [maintainer-update] databases/pecl-PDO_OC o [2005/10/16] docs/87548 doc LIST_*, TAILQ_* man pages include memory o [2005/10/17] ports/87550 sobomax Update port: misc/zaptel to build on 4.x o [2005/10/17] ports/87553 ports-bugs New Port: www/tablix Free software for so o [2005/10/17] ports/87555 ports-bugs [MAINTAINER-UPDATE] mail/dspam-devel o [2005/10/17] ports/87556 ports-bugs [patch] net/libnss-mysql cannot find mysq o [2005/10/17] ports/87557 mnag Update port: databases/sqlite2 (fix build o [2005/10/17] ports/87560 ports-bugs Update port: net/sulci (to 0.5.a.20050918 o [2005/10/17] ports/87561 ports-bugs Maintainer update: comms/efax-gtk 3.0.6 o [2005/10/17] ports/87562 ume cyrus-sasl2 make package fails o [2005/10/17] ports/87563 ports-bugs [MAINTAINER UPDATE] graphics/png2ico - re o [2005/10/17] ports/87564 ports-bugs Port upgrade: gtkextra-0.99.17_1 2999 problems total. From owner-freebsd-bugs@FreeBSD.ORG Mon Oct 17 11:48:06 2005 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 38F5016A41F; Mon, 17 Oct 2005 11:48:06 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1FCA43D4C; Mon, 17 Oct 2005 11:48:05 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from freefall.freebsd.org (glebius@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j9HBm54s033659; Mon, 17 Oct 2005 11:48:05 GMT (envelope-from glebius@freefall.freebsd.org) Received: (from glebius@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9HBm5lD033655; Mon, 17 Oct 2005 11:48:05 GMT (envelope-from glebius) Date: Mon, 17 Oct 2005 11:48:05 GMT From: Gleb Smirnoff Message-Id: <200510171148.j9HBm5lD033655@freefall.freebsd.org> To: glebius@FreeBSD.org, freebsd-bugs@FreeBSD.org, jhb@FreeBSD.org Cc: Subject: Re: kern/87363: viapm(4) breaks PCI-ISA bridge --> no sc(4) --> console freezes 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, 17 Oct 2005 11:48:06 -0000 Synopsis: viapm(4) breaks PCI-ISA bridge --> no sc(4) --> console freezes Responsible-Changed-From-To: freebsd-bugs->jhb Responsible-Changed-By: glebius Responsible-Changed-When: Mon Oct 17 11:47:40 GMT 2005 Responsible-Changed-Why: John has a WIP patch for this. http://www.freebsd.org/cgi/query-pr.cgi?pr=87363 From owner-freebsd-bugs@FreeBSD.ORG Mon Oct 17 14:52:59 2005 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 54DB516A41F; Mon, 17 Oct 2005 14:52:59 +0000 (GMT) (envelope-from rodrigc@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A03A743D75; Mon, 17 Oct 2005 14:52:58 +0000 (GMT) (envelope-from rodrigc@FreeBSD.org) Received: from freefall.freebsd.org (rodrigc@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j9HEqwxR061274; Mon, 17 Oct 2005 14:52:58 GMT (envelope-from rodrigc@freefall.freebsd.org) Received: (from rodrigc@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9HEqwmQ061270; Mon, 17 Oct 2005 14:52:58 GMT (envelope-from rodrigc) Date: Mon, 17 Oct 2005 14:52:58 GMT From: Craig Rodrigues Message-Id: <200510171452.j9HEqwmQ061270@freefall.freebsd.org> To: hk@alogis.com, rodrigc@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: bin/67334: mount_cd9660 gives dscheck: negative b_blkno, Invalid argument 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, 17 Oct 2005 14:52:59 -0000 Synopsis: mount_cd9660 gives dscheck: negative b_blkno, Invalid argument State-Changed-From-To: open->feedback State-Changed-By: rodrigc State-Changed-When: Mon Oct 17 14:52:06 GMT 2005 State-Changed-Why: What DVD did you use to replicate this problem? The URL you posted in this PR doesn't work any more. Does mount_udf allow you to mount the DVD? http://www.freebsd.org/cgi/query-pr.cgi?pr=67334 From owner-freebsd-bugs@FreeBSD.ORG Mon Oct 17 14:57:44 2005 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 BFB0316A420; Mon, 17 Oct 2005 14:57:44 +0000 (GMT) (envelope-from rodrigc@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F58543D46; Mon, 17 Oct 2005 14:57:44 +0000 (GMT) (envelope-from rodrigc@FreeBSD.org) Received: from freefall.freebsd.org (rodrigc@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j9HEviKL061390; Mon, 17 Oct 2005 14:57:44 GMT (envelope-from rodrigc@freefall.freebsd.org) Received: (from rodrigc@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9HEviUc061386; Mon, 17 Oct 2005 14:57:44 GMT (envelope-from rodrigc) Date: Mon, 17 Oct 2005 14:57:44 GMT From: Craig Rodrigues Message-Id: <200510171457.j9HEviUc061386@freefall.freebsd.org> To: hsw@acm.org, rodrigc@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: kern/36983: CD9660 unicode to utf-8 [hack] 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, 17 Oct 2005 14:57:45 -0000 Synopsis: CD9660 unicode to utf-8 [hack] State-Changed-From-To: open->feedback State-Changed-By: rodrigc State-Changed-When: Mon Oct 17 14:55:21 GMT 2005 State-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=36983 From owner-freebsd-bugs@FreeBSD.ORG Mon Oct 17 14:59:13 2005 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 BD55116A420; Mon, 17 Oct 2005 14:59:13 +0000 (GMT) (envelope-from rodrigc@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C79C43D48; Mon, 17 Oct 2005 14:59:13 +0000 (GMT) (envelope-from rodrigc@FreeBSD.org) Received: from freefall.freebsd.org (rodrigc@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j9HExDJ9061452; Mon, 17 Oct 2005 14:59:13 GMT (envelope-from rodrigc@freefall.freebsd.org) Received: (from rodrigc@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9HExDcc061448; Mon, 17 Oct 2005 14:59:13 GMT (envelope-from rodrigc) Date: Mon, 17 Oct 2005 14:59:13 GMT From: Craig Rodrigues Message-Id: <200510171459.j9HExDcc061448@freefall.freebsd.org> To: hsw@acm.org, rodrigc@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: kern/36983: CD9660 unicode to utf-8 [hack] 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, 17 Oct 2005 14:59:13 -0000 Synopsis: CD9660 unicode to utf-8 [hack] State-Changed-From-To: feedback->closed State-Changed-By: rodrigc State-Changed-When: Mon Oct 17 14:58:31 GMT 2005 State-Changed-Why: In 2003, the following flag was added to mount_cd9660 (in FreeBSD 5.x and higher): -C charset Specify local charset to convert Unicode file names when using Joliet extensions. http://www.freebsd.org/cgi/query-pr.cgi?pr=36983 From owner-freebsd-bugs@FreeBSD.ORG Mon Oct 17 15:30:16 2005 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 1001816A41F for ; Mon, 17 Oct 2005 15:30:16 +0000 (GMT) (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 F36E843D58 for ; Mon, 17 Oct 2005 15:30:11 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j9HFUBjD067128 for ; Mon, 17 Oct 2005 15:30:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9HFUBpT067127; Mon, 17 Oct 2005 15:30:11 GMT (envelope-from gnats) Resent-Date: Mon, 17 Oct 2005 15:30:11 GMT Resent-Message-Id: <200510171530.j9HFUBpT067127@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, Vladimir Kotal Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3FCA416A41F for ; Mon, 17 Oct 2005 15:29:10 +0000 (GMT) (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 0C87D43D48 for ; Mon, 17 Oct 2005 15:29:10 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j9HFT9kW028638 for ; Mon, 17 Oct 2005 15:29:09 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j9HFT9Ae028637; Mon, 17 Oct 2005 15:29:09 GMT (envelope-from nobody) Message-Id: <200510171529.j9HFT9Ae028637@www.freebsd.org> Date: Mon, 17 Oct 2005 15:29:09 GMT From: Vladimir Kotal To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: misc/87574: ifconfig create does not print device name to STDOUT when creation was successfull 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, 17 Oct 2005 15:30:16 -0000 >Number: 87574 >Category: misc >Synopsis: ifconfig create does not print device name to STDOUT when creation was successfull >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 Oct 17 15:30:11 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Vladimir Kotal >Release: 4.11-RELEASE >Organization: >Environment: FreeBSD 4.11-RELEASE FreeBSD 4.11-RELEASE #0: Fri Jan 21 17:21:22 GMT 2005 root@perseus.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: in ifconfig(8) man page it is stated that 'If creation of an arbitrary device is successful, the new device name is printed to standard output.' This does not correspond with actual behavior of ifconfig: root@# ifconfig gif4 create root@# ifconfig gif4 gif4: flags=8010 mtu 1280 root@# >How-To-Repeat: Try to create gif (and maybe other clone-ized) interface on FreeBSD 4.x and watch for successfull creation of the device followed by its name printed out to stdout. >Fix: either fix the man page or apply following patch: http://techie.devnull.cz/public/patches/ifconfig.c-create.patch >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Mon Oct 17 19:02:40 2005 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 B536916A420; Mon, 17 Oct 2005 19:02:40 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D31B43D53; Mon, 17 Oct 2005 19:02:40 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from freefall.freebsd.org (jhb@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j9HJ2ejC097328; Mon, 17 Oct 2005 19:02:40 GMT (envelope-from jhb@freefall.freebsd.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9HJ2eKo097324; Mon, 17 Oct 2005 19:02:40 GMT (envelope-from jhb) Date: Mon, 17 Oct 2005 19:02:40 GMT From: John Baldwin Message-Id: <200510171902.j9HJ2eKo097324@freefall.freebsd.org> To: pol@iib.ru, jhb@FreeBSD.org, freebsd-bugs@FreeBSD.org, jhb@FreeBSD.org Cc: Subject: Re: conf/82430: [patch] error with find "[procname]" in function check_process and check_pidfile of rc.subr 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, 17 Oct 2005 19:02:40 -0000 Synopsis: [patch] error with find "[procname]" in function check_process and check_pidfile of rc.subr State-Changed-From-To: open->patched State-Changed-By: jhb State-Changed-When: Mon Oct 17 19:02:04 GMT 2005 State-Changed-Why: Fix committed to HEAD and will be MFC'd to RELENG_6 after 6.0 is released. Responsible-Changed-From-To: freebsd-bugs->jhb Responsible-Changed-By: jhb Responsible-Changed-When: Mon Oct 17 19:02:04 GMT 2005 Responsible-Changed-Why: Fix committed to HEAD and will be MFC'd to RELENG_6 after 6.0 is released. http://www.freebsd.org/cgi/query-pr.cgi?pr=82430 From owner-freebsd-bugs@FreeBSD.ORG Mon Oct 17 20:30:16 2005 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 28D6D16A41F for ; Mon, 17 Oct 2005 20:30:16 +0000 (GMT) (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 A3E4643D55 for ; Mon, 17 Oct 2005 20:30: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.3/8.13.3) with ESMTP id j9HKUEOY012041 for ; Mon, 17 Oct 2005 20:30:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9HKUEYl012038; Mon, 17 Oct 2005 20:30:14 GMT (envelope-from gnats) Resent-Date: Mon, 17 Oct 2005 20:30:14 GMT Resent-Message-Id: <200510172030.j9HKUEYl012038@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, Jeffrey Doolittle Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2FB9316A41F for ; Mon, 17 Oct 2005 20:29:49 +0000 (GMT) (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 F1D4143D46 for ; Mon, 17 Oct 2005 20:29: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 j9HKTmpX018875 for ; Mon, 17 Oct 2005 20:29:48 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j9HKTmaS018874; Mon, 17 Oct 2005 20:29:48 GMT (envelope-from nobody) Message-Id: <200510172029.j9HKTmaS018874@www.freebsd.org> Date: Mon, 17 Oct 2005 20:29:48 GMT From: Jeffrey Doolittle To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: kern/87585: Loss of SATA support w/SIS 180 RAID controller 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, 17 Oct 2005 20:30:16 -0000 >Number: 87585 >Category: kern >Synopsis: Loss of SATA support w/SIS 180 RAID controller >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Oct 17 20:30:14 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Jeffrey Doolittle >Release: 6.0-RC1 >Organization: N/A >Environment: FreeBSD mercury.kingsquarry.net 6.0-RC1 FreeBSD 6.0-RC1 #0: Sat Oct 15 13:32:44 EDT 2005 root@mercury.kingsquarry.net:/usr/obj/usr/src/sys/GENERIC i386 >Description: FreeBSD v5.2 - 5.4-STABLE successfully supported the SIS 180 RAID controller (JBOD, RAID-0, & RAID-1). The current release candidate does recognize the controller but no longer registers the AR0 device. I replaced the RAID-0 configuration with JBOD to use gmirror but learned the SATA drives aren't even visable. I've posted three eMail to CURRENT (two with sos on copy) w/o a response so I've opted to file a bug report. >How-To-Repeat: Simply install and boot 6.0-RC1 on a ASUS P4R800-V Deluxe motherboard. >Fix: Unknown >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Mon Oct 17 21:10:29 2005 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 C149D16A46F for ; Mon, 17 Oct 2005 21:10:29 +0000 (GMT) (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 344E643D6E for ; Mon, 17 Oct 2005 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.3/8.13.3) with ESMTP id j9HLAQJp019751 for ; Mon, 17 Oct 2005 21:10:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9HLAQMe019750; Mon, 17 Oct 2005 21:10:26 GMT (envelope-from gnats) Date: Mon, 17 Oct 2005 21:10:26 GMT Message-Id: <200510172110.j9HLAQMe019750@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Mikhail Teterin Cc: Subject: Re: kern/77365: [patch] amdpm driver has wrong PCI device ID for 8111 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Mikhail Teterin List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Oct 2005 21:10:30 -0000 The following reply was made to PR kern/77365; it has been noted by GNATS. From: Mikhail Teterin To: "Mark Gooderum" Cc: bug-followup@freebsd.org Subject: Re: kern/77365: [patch] amdpm driver has wrong PCI device ID for 8111 Date: Mon, 17 Oct 2005 17:00:27 -0400 > What motherboard do you have and what slave addresses are you probing? I'm using IWill's DK8X motherboard and am simply trying to use the `chm' program, which is installed by the sysutils/consolehm port: pci0: at device 7.2 (no driver attached) amdpm0: port 0x50e0-0x50ff at device 7.3 on pci0 smbus0: on amdpm0 smb0: on smbus0 The program (mostly) works in the /dev/io-mode (chm -I), but the /dev/smb0 mode is producing 'EINV' errors only. -mi From owner-freebsd-bugs@FreeBSD.ORG Mon Oct 17 21:10:30 2005 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 CCB1E16A473 for ; Mon, 17 Oct 2005 21:10:29 +0000 (GMT) (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 A8EED43D73 for ; Mon, 17 Oct 2005 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.3/8.13.3) with ESMTP id j9HLAQWN019772 for ; Mon, 17 Oct 2005 21:10:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9HLAQsR019771; Mon, 17 Oct 2005 21:10:26 GMT (envelope-from gnats) Resent-Date: Mon, 17 Oct 2005 21:10:26 GMT Resent-Message-Id: <200510172110.j9HLAQsR019771@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, Greg Lewis Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 900FB16A41F for ; Mon, 17 Oct 2005 21:06:04 +0000 (GMT) (envelope-from glewis@misty.eyesbeyond.com) Received: from misty.eyesbeyond.com (glewis.dsl.xmission.com [166.70.56.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BF6543D46 for ; Mon, 17 Oct 2005 21:06:03 +0000 (GMT) (envelope-from glewis@misty.eyesbeyond.com) Received: from misty.eyesbeyond.com (localhost.eyesbeyond.com [127.0.0.1]) by misty.eyesbeyond.com (8.13.3/8.13.3) with ESMTP id j9HL622Z004864 for ; Mon, 17 Oct 2005 15:06:02 -0600 (MDT) (envelope-from glewis@misty.eyesbeyond.com) Received: (from glewis@localhost) by misty.eyesbeyond.com (8.13.3/8.13.3/Submit) id j9HL6236004863; Mon, 17 Oct 2005 15:06:02 -0600 (MDT) (envelope-from glewis) Message-Id: <200510172106.j9HL6236004863@misty.eyesbeyond.com> Date: Mon, 17 Oct 2005 15:06:02 -0600 (MDT) From: Greg Lewis To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: kern/87586: Unable to use networked swap in 6.0-RC1 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Greg Lewis List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Oct 2005 21:10:30 -0000 >Number: 87586 >Category: kern >Synopsis: Unable to use networked swap in 6.0-RC1 >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Oct 17 21:10:26 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Greg Lewis >Release: FreeBSD 6.0-RC1 sparc64 >Organization: FreeBSD Project >Environment: FreeBSD 6.0-RC1/sparc64 >Description: I tested 6.0-RC1 on my sparc64 machine (Ultra 10) yesterday. The machine is set up to boot in a diskless configuration and also uses a networked swap file (it only has 128M of RAM). As soon as the machine tries to use the swap file it panics. The panic message (from memory) was: panic: trap: fast mmu data miss This is different than the panic message I received with 6.0-BETA1. Unfortunately I've not been able to get a trace yet as the GENERIC kernel doesn't appear to have KDB etc. in it for RC1. I tried to build a kernel with it in, but unfortunately linking the kernel requires swap space. I've also seen this with 6.0-BETA1/alpha, so I don't believe this is MD. The panic message was different however, but that may be due to RC1 being compiled without WITNESS etc. compared to BETA1. Complete details of the original panic with BETA1 were posted to freebsd-sparc64 and freebsd-current. See: http://docs.freebsd.org/cgi/getmsg.cgi?fetch=605990+0+archive/2005/freebsd-current/20050724.freebsd-current Note that this appears to be a regression from 5.4 which allows me to swap to a networked swap file without any problems. >How-To-Repeat: Try to use a networked swap file. >Fix: I haven't had the time to investigate a fix. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Mon Oct 17 21:40:26 2005 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 9104916A423 for ; Mon, 17 Oct 2005 21:40:26 +0000 (GMT) (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 5A1E943D49 for ; Mon, 17 Oct 2005 21: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.3/8.13.3) with ESMTP id j9HLeLD3022144 for ; Mon, 17 Oct 2005 21:40:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9HLeLgJ022143; Mon, 17 Oct 2005 21:40:21 GMT (envelope-from gnats) Date: Mon, 17 Oct 2005 21:40:21 GMT Message-Id: <200510172140.j9HLeLgJ022143@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Brooks Davis Cc: Subject: Re: misc/87574: ifconfig create does not print device name to STDOUT when creation was successfull 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: Mon, 17 Oct 2005 21:40:26 -0000 The following reply was made to PR kern/87574; it has been noted by GNATS. From: Brooks Davis To: Vladimir Kotal Cc: freebsd-gnats-submit@freebsd.org Subject: Re: misc/87574: ifconfig create does not print device name to STDOUT when creation was successfull Date: Mon, 17 Oct 2005 14:30:03 -0700 The manpage is correct, if perhaps poorly worded. You have to read the sentence before the one you quoted. The key word is arbitrary. ifconfig prints the name of the create interface if and only if it differs from the name given: [2:25pm] brooks@varan (~): uname -v FreeBSD 4.11-STABLE #7: Tue Mar 1 11:47:43 PST 2005 [2:26pm] brooks@varan (~): sudo ifconfig gif create Password: gif0 [2:26pm] brooks@varan (~): sudo ifconfig gif1 create [2:26pm] brooks@varan (~): This is the most useful behavior because if gives you the interface name on stdout (and thus requires you do deal with it) if and only if you didn't already know it. -- Brooks From owner-freebsd-bugs@FreeBSD.ORG Mon Oct 17 21:54:14 2005 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 DCB5616A420; Mon, 17 Oct 2005 21:54:14 +0000 (GMT) (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 E585F43D4C; Mon, 17 Oct 2005 21:54:13 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from freefall.freebsd.org (brooks@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j9HLsDTj022441; Mon, 17 Oct 2005 21:54:13 GMT (envelope-from brooks@freefall.freebsd.org) Received: (from brooks@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9HLsDSB022437; Mon, 17 Oct 2005 21:54:13 GMT (envelope-from brooks) Date: Mon, 17 Oct 2005 21:54:13 GMT From: Brooks Davis Message-Id: <200510172154.j9HLsDSB022437@freefall.freebsd.org> To: vlada@devnull.cz, brooks@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: kern/87574: ifconfig create does not print device name to STDOUT when creation was successfull 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, 17 Oct 2005 21:54:15 -0000 Synopsis: ifconfig create does not print device name to STDOUT when creation was successfull State-Changed-From-To: open->closed State-Changed-By: brooks State-Changed-When: Mon Oct 17 21:53:35 GMT 2005 State-Changed-Why: Manpage correctly docuements current behavior. http://www.freebsd.org/cgi/query-pr.cgi?pr=87574 From owner-freebsd-bugs@FreeBSD.ORG Tue Oct 18 01:40:17 2005 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 8693D16A41F for ; Tue, 18 Oct 2005 01:40:17 +0000 (GMT) (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 0322643D48 for ; Tue, 18 Oct 2005 01:40: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.3/8.13.3) with ESMTP id j9I1eGfw058557 for ; Tue, 18 Oct 2005 01:40:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9I1eGJE058556; Tue, 18 Oct 2005 01:40:16 GMT (envelope-from gnats) Resent-Date: Tue, 18 Oct 2005 01:40:16 GMT Resent-Message-Id: <200510180140.j9I1eGJE058556@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Alex Goncharov Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB77A16A41F for ; Tue, 18 Oct 2005 01:30:42 +0000 (GMT) (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 A91C843D45 for ; Tue, 18 Oct 2005 01:30:42 +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 j9I1Ugbv003656 for ; Tue, 18 Oct 2005 01:30:42 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j9I1UgN3003654; Tue, 18 Oct 2005 01:30:42 GMT (envelope-from nobody) Message-Id: <200510180130.j9I1UgN3003654@www.freebsd.org> Date: Tue, 18 Oct 2005 01:30:42 GMT From: Alex Goncharov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: kern/87596: OS crash on a Firefox link click (FreeBSD 6.0-RC1, kernel with options) 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, 18 Oct 2005 01:40:17 -0000 >Number: 87596 >Category: kern >Synopsis: OS crash on a Firefox link click (FreeBSD 6.0-RC1, kernel with options) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 18 01:40:16 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Alex Goncharov >Release: FreeBSD 6.0-RC1 >Organization: Self >Environment: FreeBSD fasolt 6.0-RC1 FreeBSD 6.0-RC1 #0: Sat Oct 15 20:17:27 EDT 2005 algo@fasolt:/usr/obj/usr/src/sys/2005-10-15 i386 >Description: Clicked on a link in Firefox -- the X session got frozen. Tried to switch to the first and second virtual consoles -- no effect. Hit Ctrl-Alt-BS and Ctrl-Alt-Delete. Ultimately, the box went down and rebooted, with a system core dump saved. /var/crash/info.0 contents: Dump header from device /dev/ad0s1b Architecture: i386 Architecture Version: 33554432 Dump Length: 536412160B (511 MB) Blocksize: 512 Dumptime: Mon Oct 17 21:15:20 2005 Hostname: fasolt Magic: FreeBSD Kernel Dump Version String: FreeBSD 6.0-RC1 #0: Sat Oct 15 20:17:27 EDT 2005 algo@fasolt:/usr/obj/usr/src/sys/2005-10-15 Panic String: page fault Dump Parity: 3663723571 Bounds: 0 Dump Status: good >How-To-Repeat: N/A -- I can send you vmcore.0 etc >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Tue Oct 18 08:00:28 2005 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 09D2C16A41F for ; Tue, 18 Oct 2005 08:00:27 +0000 (GMT) (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 71D6943D48 for ; Tue, 18 Oct 2005 08:00: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.3/8.13.3) with ESMTP id j9I80R1u010227 for ; Tue, 18 Oct 2005 08:00:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9I80RuM010226; Tue, 18 Oct 2005 08:00:27 GMT (envelope-from gnats) Resent-Date: Tue, 18 Oct 2005 08:00:27 GMT Resent-Message-Id: <200510180800.j9I80RuM010226@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, Pietro Cerutti Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A334416A41F for ; Tue, 18 Oct 2005 07:50:45 +0000 (GMT) (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 9C5BC43D69 for ; Tue, 18 Oct 2005 07:50:38 +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 j9I7ocGG060540 for ; Tue, 18 Oct 2005 07:50:38 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j9I7ob2w060536; Tue, 18 Oct 2005 07:50:37 GMT (envelope-from nobody) Message-Id: <200510180750.j9I7ob2w060536@www.freebsd.org> Date: Tue, 18 Oct 2005 07:50:37 GMT From: Pietro Cerutti To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: kern/87603: kernel panics while kld-loading if_ndis 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, 18 Oct 2005 08:00:28 -0000 >Number: 87603 >Category: kern >Synopsis: kernel panics while kld-loading if_ndis >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 18 08:00:26 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Pietro Cerutti >Release: FreeBSD-5.4-RELEASE >Organization: - >Environment: FreeBSD gahr 5.4-RELEASE FreeBSD 5.4-RELEASE #8: Thu Sep 1 23:21:31 CEST 2005 piter@laptop-bienne.no-ip.org:/usr/obj/usr/src/sys/GAHR-20050830 i386 >Description: kldload-ing if_ndis results in: Fatal trap 18: integer divide fault while in kernel mode instruction pointer = 0x8:0xc052c60a stack pointer = 0x10:0xd53fbae4 frame pointer = 0x10:0xd53fbaf4 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 = 523 (kldload) trap number = 18 panic: integer divide fault Uptime: 32s Cannot dump. No dump device defined. Automatic reboot in 15 seconds - press a key on the console to abort --> Press a key on the console to reboot, --> or switch off the system now. Rebooting... >How-To-Repeat: try to load if_ndis. Some infos: # grep ndis /var/run/dmesg.boot ndis0: mem 0x90000000-0x90000fff irq 5 at device 2.0 on pci2 ndis0: NDIS API version: 5.1 ndis0: NDIS ERROR: c000138d (unknown error) ndis0: NDIS NUMERRORS: 2 ndis0: argptr: 0 ndis0: argptr: 0 >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Tue Oct 18 11:21:00 2005 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 364AC16A422; Tue, 18 Oct 2005 11:21:00 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53FD243D48; Tue, 18 Oct 2005 11:20:56 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from freefall.freebsd.org (glebius@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j9IBKuxR040567; Tue, 18 Oct 2005 11:20:56 GMT (envelope-from glebius@freefall.freebsd.org) Received: (from glebius@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9IBKutg040563; Tue, 18 Oct 2005 11:20:56 GMT (envelope-from glebius) Date: Tue, 18 Oct 2005 11:20:56 GMT From: Gleb Smirnoff Message-Id: <200510181120.j9IBKutg040563@freefall.freebsd.org> To: goncharov.alex@gmail.com, glebius@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: kern/87596: [panic] OS crash on a Firefox link click (FreeBSD 6.0-RC1, kernel with options) 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, 18 Oct 2005 11:21:00 -0000 Synopsis: [panic] OS crash on a Firefox link click (FreeBSD 6.0-RC1, kernel with options) State-Changed-From-To: open->feedback State-Changed-By: glebius State-Changed-When: Tue Oct 18 11:20:29 GMT 2005 State-Changed-Why: Please obtain kernel stack backtrace from your core, like it is described here: http://www.freebsd.org/doc/en/books/developers-handbook/kerneldebug-gdb.html http://www.freebsd.org/cgi/query-pr.cgi?pr=87596 From owner-freebsd-bugs@FreeBSD.ORG Tue Oct 18 11:30:15 2005 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 B83C116A41F for ; Tue, 18 Oct 2005 11:30:15 +0000 (GMT) (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 6BEF743D49 for ; Tue, 18 Oct 2005 11:30:15 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j9IBUF8k041096 for ; Tue, 18 Oct 2005 11:30:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9IBUFsW041095; Tue, 18 Oct 2005 11:30:15 GMT (envelope-from gnats) Date: Tue, 18 Oct 2005 11:30:15 GMT Message-Id: <200510181130.j9IBUFsW041095@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Gleb Smirnoff Cc: Subject: Re: misc/87421: KERNEL PANIC: ng_ether +ng_eiface + if_bridge X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Gleb Smirnoff List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Oct 2005 11:30:15 -0000 The following reply was made to PR kern/87421; it has been noted by GNATS. From: Gleb Smirnoff To: Chris Dionissopoulos Cc: thompsa@FreeBSD.org, freebsd-gnats-submit@FreeBSD.org Subject: Re: misc/87421: KERNEL PANIC: ng_ether +ng_eiface + if_bridge Date: Tue, 18 Oct 2005 15:26:02 +0400 Chris, a few questions: On Fri, Oct 14, 2005 at 05:29:26AM +0000, Chris Dionissopoulos wrote: C> FreeBSD mail.local 6.0-BETA5 FreeBSD 6.0-BETA5 #4: Fri Sep 30 19:10:42 EEST 2005 root@mail.local:/usr/obj/usr/src/sys/MAIL i386 C> >Description: C> I get a kernel panic when i'm using if_bridge bridge0 interface with 2 virtuals (ng_eiface) and one physical (xl0). C> The panic message is: C> sbflush_locked: cc 0 || mb 0xc1aa2400 || mbcnt 512 Can you please obtain a backtrace, like desribed here: http://www.freebsd.org/doc/en/books/developers-handbook/kerneldebug-gdb.html C> >How-To-Repeat: C> kldload ng_ether C> kldload ng_eiface C> C> #create a bridge & 2 virtuals C> ifconfig bridge0 create C> ngctl mkpeer . eiface hook ether C> ngctl mkpeer . eiface hook ether C> # give them some settings C> ifconfig ngeth0 ether 01:02:03:04:05:00 C> ifconfig ngeth0 192.168.1.2/24 C> ifconfig ngeth1 ether 01:02:03:04:05:01 C> ifconfig ngeth1 192.168.3.2/24 C> ifconfig bridge0 addm ngeth0 addm ngeth1 addm xl0 C> ifconfig bridge0 up C> C> # Count traffic using ipfw C> ipfw add 1 count ip from any to any in recv ngeth0 C> ipfw add 1 count ip from any to any out xmit ngeth0 C> ipfw add 2 count ip from any to any in recv ngeth1 C> ipfw add 2 count ip from any to any out xmit ngeth1 C> ipfw add 3 count ip from any to any in recv bridge0 C> ipfw add 4 count ip from any to any out xmit bridge0 C> C> and wait a few seconds for kernel to panic. C> C> Traffic flows via physical(xl0) when i shoot these commands. It looks like your ngeth interfaces aren't connected to any graph. Is that true? Is it essential that ng_ether node is loaded? You don't use it in your example. Actually, a bug in interoperation between ng_ether and if_bridge has been fixed in CURRENT. It is not yet merged to RELENG_6. However, your panic looks different. That's why I am asking about backtrace. -- Totus tuus, Glebius. GLEBIUS-RIPN GLEB-RIPE From owner-freebsd-bugs@FreeBSD.ORG Tue Oct 18 11:42:14 2005 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 D7CC016A41F; Tue, 18 Oct 2005 11:42:14 +0000 (GMT) (envelope-from philip@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96A2443D46; Tue, 18 Oct 2005 11:42:14 +0000 (GMT) (envelope-from philip@FreeBSD.org) Received: from freefall.freebsd.org (philip@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j9IBgEhq043740; Tue, 18 Oct 2005 11:42:14 GMT (envelope-from philip@freefall.freebsd.org) Received: (from philip@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9IBgEsi043736; Tue, 18 Oct 2005 11:42:14 GMT (envelope-from philip) Date: Tue, 18 Oct 2005 11:42:14 GMT From: Philip Paeps Message-Id: <200510181142.j9IBgEsi043736@freefall.freebsd.org> To: philip@FreeBSD.org, freebsd-bugs@FreeBSD.org, philip@FreeBSD.org Cc: Subject: Re: kern/84411: [PATCH] psm drivers adds bad buttons for Synaptics touchpad 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, 18 Oct 2005 11:42:15 -0000 Synopsis: [PATCH] psm drivers adds bad buttons for Synaptics touchpad Responsible-Changed-From-To: freebsd-bugs->philip Responsible-Changed-By: philip Responsible-Changed-When: Tue Oct 18 11:41:42 GMT 2005 Responsible-Changed-Why: I'll take care of this. http://www.freebsd.org/cgi/query-pr.cgi?pr=84411 From owner-freebsd-bugs@FreeBSD.ORG Tue Oct 18 12:00:27 2005 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 9732A16A41F for ; Tue, 18 Oct 2005 12:00:27 +0000 (GMT) (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 37C4E43D45 for ; Tue, 18 Oct 2005 12:00: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.3/8.13.3) with ESMTP id j9IC0RwL044737 for ; Tue, 18 Oct 2005 12:00:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9IC0Q0F044736; Tue, 18 Oct 2005 12:00:26 GMT (envelope-from gnats) Date: Tue, 18 Oct 2005 12:00:26 GMT Message-Id: <200510181200.j9IC0Q0F044736@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Chris Dionissopoulos Cc: Subject: Re: misc/87421: KERNEL PANIC: ng_ether +ng_eiface + if_bridge X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Chris Dionissopoulos List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Oct 2005 12:00:27 -0000 The following reply was made to PR kern/87421; it has been noted by GNATS. From: Chris Dionissopoulos To: Gleb Smirnoff Cc: thompsa@FreeBSD.org, freebsd-gnats-submit@FreeBSD.org Subject: Re: misc/87421: KERNEL PANIC: ng_ether +ng_eiface + if_bridge Date: Tue, 18 Oct 2005 14:57:22 +0300 Gleb Smirnoff wrote: > Chris, > > a few questions: > >On Fri, Oct 14, 2005 at 05:29:26AM +0000, Chris Dionissopoulos wrote: >C> FreeBSD mail.local 6.0-BETA5 FreeBSD 6.0-BETA5 #4: Fri Sep 30 19:10:42 EEST 2005 root@mail.local:/usr/obj/usr/src/sys/MAIL i386 >C> >Description: >C> I get a kernel panic when i'm using if_bridge bridge0 interface with 2 virtuals (ng_eiface) and one physical (xl0). >C> The panic message is: >C> sbflush_locked: cc 0 || mb 0xc1aa2400 || mbcnt 512 > >Can you please obtain a backtrace, like desribed here: > > http://www.freebsd.org/doc/en/books/developers-handbook/kerneldebug-gdb.html > > I 'll try to reproduce/trace vmcore as soon as possible. (Now I'm using ng_bridge in this box[6-RC1 today], seems stable enough) >It looks like your ngeth interfaces aren't connected to any graph. Is that >true? > > yes. ng_ether interfaces defined for application usage* only. (* to make pf able to distinguish traffic based on mac-addr, for multi path routing purposes) >Is it essential that ng_ether node is loaded? You don't use it in your >example. > > yes.I need to enable/disable "setautosrc" option on demand which only ng_ether(4) provides. >Actually, a bug in interoperation between ng_ether and if_bridge has been >fixed in CURRENT. It is not yet merged to RELENG_6. However, your panic >looks different. That's why I am asking about backtrace. > > > IIRC i had (same?) panics a year ago using ng_eiface+ng_ether+{ng_bridge|ng_onemany} in a releng_5 (the same box). Keep in mind that when i 'm creating/altering netgraph nodes at the same time i have ~500 connections and some daemons running (samba,isc-dhcp on physical, apache,mysql). Thanks, Chris. ____________________________________________________________________ http://www.freemail.gr - äùñåÜí õðçñåóßá çëåêôñïíéêïý ôá÷õäñïìåßïõ. http://www.freemail.gr - free email service for the Greek-speaking. From owner-freebsd-bugs@FreeBSD.ORG Tue Oct 18 12:10:30 2005 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 02A2A16A421 for ; Tue, 18 Oct 2005 12:10:30 +0000 (GMT) (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 0065943D5C for ; Tue, 18 Oct 2005 12: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.3/8.13.3) with ESMTP id j9ICAHLq050174 for ; Tue, 18 Oct 2005 12:10:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9ICAH4C050173; Tue, 18 Oct 2005 12:10:17 GMT (envelope-from gnats) Resent-Date: Tue, 18 Oct 2005 12:10:17 GMT Resent-Message-Id: <200510181210.j9ICAH4C050173@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, Marcin Koziej Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CDFF616A41F for ; Tue, 18 Oct 2005 12:05:21 +0000 (GMT) (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 476DF43D48 for ; Tue, 18 Oct 2005 12:05:21 +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 j9IC5KvE051919 for ; Tue, 18 Oct 2005 12:05:20 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j9IC5Kwi051914; Tue, 18 Oct 2005 12:05:20 GMT (envelope-from nobody) Message-Id: <200510181205.j9IC5Kwi051914@www.freebsd.org> Date: Tue, 18 Oct 2005 12:05:20 GMT From: Marcin Koziej To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: kern/87615: Linux binaries need execution of shared libraries (ld.so) under linux emulation 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, 18 Oct 2005 12:10:30 -0000 >Number: 87615 >Category: kern >Synopsis: Linux binaries need execution of shared libraries (ld.so) under linux emulation >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: Tue Oct 18 12:10:17 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Marcin Koziej >Release: 6.0-RC1 >Organization: >Environment: FreeBSD carnivore 6.0-RC1 FreeBSD 6.0-RC1 #0: Wed Oct 12 12:03:21 CEST 2005 creep@carnivore:/home/src/sys/i386/compile/AVI i386 >Description: Under linux, libraries can be run as executables. It is used particuralry with dynamic linker /lib/ld-linux.so.2 (symlink to /lib/ld-2.y.z.so) which is run by ldd, or can be run with an executable as an argument to alternate it's interpreter. It is also linked to normal executables and has e_type = ET_DYN and e_itent[EI_OSABI]=0. FreeBSD will not allow running libraries which results with: /lib/ld-linux.so.2: cannot execute binary file errors. ( http://docs.freebsd.org/cgi/getmsg.cgi?fetch=23819+0+archive/2001/freebsd-emulation/20010520.freebsd-emulation http://lists.freebsd.org/pipermail/freebsd-questions/2004-April/045349.html ) >How-To-Repeat: Run a library uner linux emulation. In linux running /lib/libc.so.6 gives GNU C Library stable release version 2.3.2, by Roland McGrath et al. Copyright (C) 2003 Free Software Foundation, Inc. This is free software;(...) Report bugs using the `glibcbug' script to . and /lib/ld-linux.so Usage: ld.so [OPTION]... EXECUTABLE-FILE [ARGS-FOR-PROGRAM...] You have invoked `ld.so', the helper program for shared library executables. (....) Under FreeBSD linux emulation: zsh: exec format error: /compat/linux/lib/libc.so.6 or sh: /lib/ld-linux.so.2: cannot execute binary file (message depends on shell) meaning execve returned ENOEXEC. >Fix: The ultimate solution would be to allow execution of shared libraries under linux emulation. The hacks/workarounds do not fix the problem entirely. Changing the e_type to ET_EXEC and e_ident[EI_OSABI] to ELFOSABI_LINUX allows one to execute ld-linux.so, but it breaks linking against ld-linux.so. A workaround can be to make executable copy of ld-linux.so and point ldd to that copy, but this hack is hard to use when one tries to build glibc, because makefiles repeatedly link and execute new ld.so, there is no global variable to specify a different RTLD and sometimes the name ld.so is hardcoded in Makefiles. This can also be true for other applications using ld.so as executable. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Tue Oct 18 14:20:17 2005 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 DB57116A41F for ; Tue, 18 Oct 2005 14:20:17 +0000 (GMT) (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 17C7A43D49 for ; Tue, 18 Oct 2005 14:20:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j9IEKGgv069697 for ; Tue, 18 Oct 2005 14:20:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9IEKGX0069696; Tue, 18 Oct 2005 14:20:16 GMT (envelope-from gnats) Date: Tue, 18 Oct 2005 14:20:16 GMT Message-Id: <200510181420.j9IEKGX0069696@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Brian Candler Cc: Subject: Re: kern/72468: OS does not know how to handle broadcast... X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Brian Candler List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Oct 2005 14:20:18 -0000 The following reply was made to PR kern/72468; it has been noted by GNATS. From: Brian Candler To: bug-followup@FreeBSD.org, knatte@disney.mine.nu Cc: Subject: Re: kern/72468: OS does not know how to handle broadcast... Date: Tue, 18 Oct 2005 15:11:57 +0100 You can replicate this easily with 'ping 255.255.255.255' and 'tcpdump -i fxp0 -n -e'. tcpdump shows packets being encapsulated to the default router's MAC address rather than ff:ff:ff:ff:ff:ff I see this with both fxp0 and vr0, so I don't think it's driver-specific. This appears to be a regression from FreeBSD 4.x. See also http://lists.freebsd.org/pipermail/freebsd-net/2005-October/008626.html From owner-freebsd-bugs@FreeBSD.ORG Tue Oct 18 17:11:57 2005 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 A8B9016A423; Tue, 18 Oct 2005 17:11:57 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66D9243D45; Tue, 18 Oct 2005 17:11:57 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from freefall.freebsd.org (andre@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j9IHBvwp003833; Tue, 18 Oct 2005 17:11:57 GMT (envelope-from andre@freefall.freebsd.org) Received: (from andre@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9IHBvbO003829; Tue, 18 Oct 2005 17:11:57 GMT (envelope-from andre) Date: Tue, 18 Oct 2005 17:11:57 GMT From: Andre Oppermann Message-Id: <200510181711.j9IHBvbO003829@freefall.freebsd.org> To: andre@FreeBSD.org, freebsd-bugs@FreeBSD.org, andre@FreeBSD.org Cc: Subject: Re: kern/72468: OS does not know how to handle broadcast... 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, 18 Oct 2005 17:11:57 -0000 Synopsis: OS does not know how to handle broadcast... Responsible-Changed-From-To: freebsd-bugs->andre Responsible-Changed-By: andre Responsible-Changed-When: Tue Oct 18 17:11:29 GMT 2005 Responsible-Changed-Why: Take over. http://www.freebsd.org/cgi/query-pr.cgi?pr=72468 From owner-freebsd-bugs@FreeBSD.ORG Wed Oct 19 01:48:38 2005 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 2A08216A420 for ; Wed, 19 Oct 2005 01:48:38 +0000 (GMT) (envelope-from goncharov.alex@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C6DF43D45 for ; Wed, 19 Oct 2005 01:48:37 +0000 (GMT) (envelope-from goncharov.alex@gmail.com) Received: by wproxy.gmail.com with SMTP id 71so178289wra for ; Tue, 18 Oct 2005 18:48:36 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=TnXJny6FtZditKqkvnqNFsfV/mllUduLFaYP0VC63c9AAPNQ85DWhNRvJ4JGFg+WwjDT7HKQeyuVFJSgQByFOotlo2pt452ICSnJotTz0XeZVyoqK3WSKNdK1Ct+cMM0I17JAynbJ5FwDJUvrkexmPeXD3NlLNB7RcKFGx83ils= Received: by 10.54.67.6 with SMTP id p6mr29224wra; Tue, 18 Oct 2005 18:48:36 -0700 (PDT) Received: by 10.54.84.19 with HTTP; Tue, 18 Oct 2005 18:48:36 -0700 (PDT) Message-ID: Date: Tue, 18 Oct 2005 21:48:36 -0400 From: Alex Goncharov To: Gleb Smirnoff In-Reply-To: <200510181120.j9IBKutg040563@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <200510181120.j9IBKutg040563@freefall.freebsd.org> Cc: freebsd-bugs@freebsd.org Subject: Re: kern/87596: [panic] OS crash on a Firefox link click (FreeBSD 6.0-RC1, kernel with options) 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, 19 Oct 2005 01:48:38 -0000 Let me know if more information is desirable -- thanks! (I am assuming that cc:ing freebsd-bugs@freebsd.org is a good idea -- let me know if I this is not so.) --------------------------------------------------------------------- kgdb kernel.debug /var/crash/vmcore.0 [GDB will not be able to debug user-mode threads: /usr/lib/libthread_db.so: Undefined symbol "ps_pglobal_lookup"] GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you ar= e welcome to change it and/or distribute copies of it under certain condition= s. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-marcel-freebsd". Unread portion of the kernel message buffer: Fatal trap 12: page fault while in kernel mode fault virtual address =3D 0x1c fault code =3D supervisor read, page not present instruction pointer =3D 0x20:0xc063711f stack pointer =3D 0x28:0xdaa64c1c frame pointer =3D 0x28:0xdaa64c24 code segment =3D base 0x0, limit 0xfffff, type 0x1b =3D DPL 0, pres 1, def32 1, gran 1 processor eflags =3D interrupt enabled, resume, IOPL =3D 0 current process =3D 712 (firefox-bin) trap number =3D 12 panic: page fault Uptime: 10h18m38s Dumping 511 MB (2 chunks) chunk 0: 1MB (159 pages) ... ok chunk 1: 511MB (130800 pages) 495 479 463 447 431 (CTRL-C to abort)=20 (CTRL-C to abort) (CTRL-C to abort) 415 399 383 367 351 335 319 303 287 271 255 239 223 207 191 175 159 (CTRL-C to abort) 143 (CTRL-C to abort) (CTRL-C to abort) (CTRL-C to abort) (CTRL-C to abort)=20 (CTRL-C to abort) 127 (CTRL-C to abort) 111 95 (CTRL-C to abort)=20 (CTRL-C to abort) (CTRL-C to abort) 79 63 47 31 15 #0 doadump () at pcpu.h:165 165 __asm __volatile("movl %%fs:0,%0" : "=3Dr" (td)); (kgdb) bt #0 doadump () at pcpu.h:165 #1 0xc0637ffa in boot (howto=3D260) at /usr/src/sys/kern/kern_shutdown.c:3= 99 #2 0xc0638290 in panic (fmt=3D0xc084e142 "%s") at /usr/src/sys/kern/kern_shutdown.c:555 #3 0xc08077f0 in trap_fatal (frame=3D0xdaa64bdc, eva=3D28) at /usr/src/sys/i386/i386/trap.c:831 #4 0xc080755b in trap_pfault (frame=3D0xdaa64bdc, usermode=3D0, eva=3D28) at /usr/src/sys/i386/i386/trap.c:742 #5 0xc0807199 in trap (frame=3D {tf_fs =3D -1037959160, tf_es =3D -626655192, tf_ds =3D -1067188184, tf_edi =3D -1037895808, tf_esi =3D 0, tf_ebp =3D -626635740, tf_isp =3D -626635768, tf_ebx =3D 0, tf_edx =3D -1047044096, tf_ecx =3D -1037895808, tf_eax =3D 0, tf_trapno =3D 12, tf_err =3D 0, tf_eip =3D -1067224801, tf_cs= =3D 32, tf_eflags =3D 66178, tf_esp =3D -1040612096, tf_ss =3D 0}) at /usr/src/sys/i386/i386/trap.c:432 #6 0xc07f699a in calltrap () at /usr/src/sys/i386/i386/exception.s:139 #7 0xc063711f in uihold (uip=3D0x0) at pcpu.h:165 #8 0xc0634ebd in crcopy (dest=3D0xc1f98500, src=3D0xc1f98500) at /usr/src/sys/kern/kern_prot.c:1930 #9 0xc0634efc in crdup (cr=3D0xc1f98500) at /usr/src/sys/kern/kern_prot.c:= 1949 #10 0xc0693c87 in kern_access (td=3D0xc222f780, path=3D0x0, pathseg=3DUIO_USERSPACE, flags=3D0) at /usr/src/sys/kern/vfs_syscalls.c:1874 #11 0xc0693c69 in access (td=3D0xc222f780, uap=3D0x0) at /usr/src/sys/kern/vfs_syscalls.c:1856 #12 0xc0807b07 in syscall (frame=3D {tf_fs =3D 134611003, tf_es =3D 134676539, tf_ds =3D -1078001605, tf_edi =3D 142274816, tf_esi =3D 150592228, tf_ebp =3D -1077944312, tf_isp = =3D -626635420, tf_ebx =3D 672962600, tf_edx =3D 142274816, tf_ecx =3D 155745584, tf_eax =3D 33, tf_trapno =3D 22, tf_err =3D 2, tf_eip =3D 679314647, tf_cs =3D 51, tf_eflags =3D 658, tf_esp =3D -1077944340, tf_ss = =3D 59}) at /usr/src/sys/i386/i386/trap.c:976 #13 0xc07f69ef in Xint0x80_syscall () at /usr/src/sys/i386/i386/exception.s= :200 #14 0x00000033 in ?? () Previous frame inner to this frame (corrupt stack?) ---------------------------------------------------------------------------= ------- On 10/18/05, Gleb Smirnoff wrote: > Synopsis: [panic] OS crash on a Firefox link click (FreeBSD 6.0-RC1, kern= el with options) > > State-Changed-From-To: open->feedback > State-Changed-By: glebius > State-Changed-When: Tue Oct 18 11:20:29 GMT 2005 > State-Changed-Why: > Please obtain kernel stack backtrace from your core, like it > is described here: > > http://www.freebsd.org/doc/en/books/developers-handbook/kerneldebug-gdb= .html > > http://www.freebsd.org/cgi/query-pr.cgi?pr=3D87596 > -- -- Alex -- goncharov.alex@gmail.com --- From owner-freebsd-bugs@FreeBSD.ORG Wed Oct 19 06:10:18 2005 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 CCB4116A41F for ; Wed, 19 Oct 2005 06:10:18 +0000 (GMT) (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 15C7F43D45 for ; Wed, 19 Oct 2005 06:10: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.3/8.13.3) with ESMTP id j9J6AFjU019089 for ; Wed, 19 Oct 2005 06:10:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9J6AFCm019084; Wed, 19 Oct 2005 06:10:15 GMT (envelope-from gnats) Resent-Date: Wed, 19 Oct 2005 06:10:15 GMT Resent-Message-Id: <200510190610.j9J6AFCm019084@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, Hans Korpershoek Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D79A16A41F for ; Wed, 19 Oct 2005 06:03:47 +0000 (GMT) (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 DF57F43D46 for ; Wed, 19 Oct 2005 06:03: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 j9J63ko5041392 for ; Wed, 19 Oct 2005 06:03:46 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j9J63kh5041391; Wed, 19 Oct 2005 06:03:46 GMT (envelope-from nobody) Message-Id: <200510190603.j9J63kh5041391@www.freebsd.org> Date: Wed, 19 Oct 2005 06:03:46 GMT From: Hans Korpershoek To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: misc/87648: Logitech USB-optical mouse problem. X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2005 06:10:18 -0000 >Number: 87648 >Category: misc >Synopsis: Logitech USB-optical mouse problem. >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: Wed Oct 19 06:10:15 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Hans Korpershoek >Release: 5.4 stable >Organization: >Environment: >Description: I have made a clean install on my Dell 4550 computer with FreeBSD 5.4. During the standard instalation (recomended for beginners, like me)i have noticed that my optical USB mouse is not functioning. I have tried all the available serial ports available and i also used the autodetect function, which is mentioned in the configuration menu. But no results. I have tried freeBSD 5.4 before on an other system with a wheelmouse with no problems. Can you give me a instruction to solve my problem, because i like to have a desktopenvironment installed like kde and gnome. By the way: on the same Dell 4550 system, i have used PCBSD, with no mouseproblems. But i like to have FreeBSD more, cause i want to learn about Unix and i like to choose between KDE, Gnome and so on. >How-To-Repeat: During installationprocess >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Wed Oct 19 06:32:33 2005 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 012A616A41F; Wed, 19 Oct 2005 06:32:33 +0000 (GMT) (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 B2AA143D45; Wed, 19 Oct 2005 06:32:32 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j9J6WWTA021072; Wed, 19 Oct 2005 06:32:32 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9J6WW9S021068; Wed, 19 Oct 2005 06:32:32 GMT (envelope-from linimon) Date: Wed, 19 Oct 2005 06:32:32 GMT From: Mark Linimon Message-Id: <200510190632.j9J6WW9S021068@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-usb@FreeBSD.org Cc: Subject: Re: usb/87648: [mouse] Logitech USB-optical mouse problem. X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2005 06:32:33 -0000 Old Synopsis: Logitech USB-optical mouse problem. New Synopsis: [mouse] Logitech USB-optical mouse problem. Responsible-Changed-From-To: freebsd-bugs->freebsd-usb Responsible-Changed-By: linimon Responsible-Changed-When: Wed Oct 19 06:32:11 GMT 2005 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=87648 From owner-freebsd-bugs@FreeBSD.ORG Wed Oct 19 07:00:34 2005 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 F422216A420 for ; Wed, 19 Oct 2005 07:00:33 +0000 (GMT) (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 B788D43D48 for ; Wed, 19 Oct 2005 07:00:33 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j9J70XQw022347 for ; Wed, 19 Oct 2005 07:00:33 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9J70X3s022346; Wed, 19 Oct 2005 07:00:33 GMT (envelope-from gnats) Date: Wed, 19 Oct 2005 07:00:33 GMT Message-Id: <200510190700.j9J70X3s022346@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Gleb Smirnoff Cc: Subject: Re: kern/87596: [panic] OS crash on a Firefox link click (FreeBSD 6.0-RC1, kernel with options) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Gleb Smirnoff List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2005 07:00:34 -0000 The following reply was made to PR kern/87596; it has been noted by GNATS. From: Gleb Smirnoff To: bug-followup@FreeBSD.org Cc: Subject: Re: kern/87596: [panic] OS crash on a Firefox link click (FreeBSD 6.0-RC1, kernel with options) Date: Wed, 19 Oct 2005 10:54:47 +0400 Audit-Trail .= ----- Forwarded message from Alex Goncharov ----- kgdb kernel.debug /var/crash/vmcore.0 [GDB will not be able to debug user-mode threads: /usr/lib/libthread_db.so: Undefined symbol "ps_pglobal_lookup"] GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-marcel-freebsd". Unread portion of the kernel message buffer: Fatal trap 12: page fault while in kernel mode fault virtual address = 0x1c fault code = supervisor read, page not present instruction pointer = 0x20:0xc063711f stack pointer = 0x28:0xdaa64c1c frame pointer = 0x28:0xdaa64c24 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 = 712 (firefox-bin) trap number = 12 panic: page fault Uptime: 10h18m38s Dumping 511 MB (2 chunks) chunk 0: 1MB (159 pages) ... ok chunk 1: 511MB (130800 pages) 495 479 463 447 431 (CTRL-C to abort) (CTRL-C to abort) (CTRL-C to abort) 415 399 383 367 351 335 319 303 287 271 255 239 223 207 191 175 159 (CTRL-C to abort) 143 (CTRL-C to abort) (CTRL-C to abort) (CTRL-C to abort) (CTRL-C to abort) (CTRL-C to abort) 127 (CTRL-C to abort) 111 95 (CTRL-C to abort) (CTRL-C to abort) (CTRL-C to abort) 79 63 47 31 15 #0 doadump () at pcpu.h:165 165 __asm __volatile("movl %%fs:0,%0" : "=r" (td)); (kgdb) bt #0 doadump () at pcpu.h:165 #1 0xc0637ffa in boot (howto=260) at /usr/src/sys/kern/kern_shutdown.c:399 #2 0xc0638290 in panic (fmt=0xc084e142 "%s") at /usr/src/sys/kern/kern_shutdown.c:555 #3 0xc08077f0 in trap_fatal (frame=0xdaa64bdc, eva=28) at /usr/src/sys/i386/i386/trap.c:831 #4 0xc080755b in trap_pfault (frame=0xdaa64bdc, usermode=0, eva=28) at /usr/src/sys/i386/i386/trap.c:742 #5 0xc0807199 in trap (frame= {tf_fs = -1037959160, tf_es = -626655192, tf_ds = -1067188184, tf_edi = -1037895808, tf_esi = 0, tf_ebp = -626635740, tf_isp = -626635768, tf_ebx = 0, tf_edx = -1047044096, tf_ecx = -1037895808, tf_eax = 0, tf_trapno = 12, tf_err = 0, tf_eip = -1067224801, tf_cs = 32, tf_eflags = 66178, tf_esp = -1040612096, tf_ss = 0}) at /usr/src/sys/i386/i386/trap.c:432 #6 0xc07f699a in calltrap () at /usr/src/sys/i386/i386/exception.s:139 #7 0xc063711f in uihold (uip=0x0) at pcpu.h:165 #8 0xc0634ebd in crcopy (dest=0xc1f98500, src=0xc1f98500) at /usr/src/sys/kern/kern_prot.c:1930 #9 0xc0634efc in crdup (cr=0xc1f98500) at /usr/src/sys/kern/kern_prot.c:1949 #10 0xc0693c87 in kern_access (td=0xc222f780, path=0x0, pathseg=UIO_USERSPACE, flags=0) at /usr/src/sys/kern/vfs_syscalls.c:1874 #11 0xc0693c69 in access (td=0xc222f780, uap=0x0) at /usr/src/sys/kern/vfs_syscalls.c:1856 #12 0xc0807b07 in syscall (frame= {tf_fs = 134611003, tf_es = 134676539, tf_ds = -1078001605, tf_edi = 142274816, tf_esi = 150592228, tf_ebp = -1077944312, tf_isp = -626635420, tf_ebx = 672962600, tf_edx = 142274816, tf_ecx = 155745584, tf_eax = 33, tf_trapno = 22, tf_err = 2, tf_eip = 679314647, tf_cs = 51, tf_eflags = 658, tf_esp = -1077944340, tf_ss = 59}) at /usr/src/sys/i386/i386/trap.c:976 #13 0xc07f69ef in Xint0x80_syscall () at /usr/src/sys/i386/i386/exception.s:200 #14 0x00000033 in ?? () Previous frame inner to this frame (corrupt stack?) ----- End forwarded message ----- From owner-freebsd-bugs@FreeBSD.ORG Wed Oct 19 08:50:15 2005 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 BB94916A421 for ; Wed, 19 Oct 2005 08:50:15 +0000 (GMT) (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 3E4E043D48 for ; Wed, 19 Oct 2005 08:50:15 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j9J8oFAs043365 for ; Wed, 19 Oct 2005 08:50:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9J8oFwK043364; Wed, 19 Oct 2005 08:50:15 GMT (envelope-from gnats) Resent-Date: Wed, 19 Oct 2005 08:50:15 GMT Resent-Message-Id: <200510190850.j9J8oFwK043364@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 Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C7D0D16A41F for ; Wed, 19 Oct 2005 08:47:45 +0000 (GMT) (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 63DA943D62 for ; Wed, 19 Oct 2005 08:47: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 j9J8ljcp003097 for ; Wed, 19 Oct 2005 08:47:45 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j9J8ljFh003096; Wed, 19 Oct 2005 08:47:45 GMT (envelope-from nobody) Message-Id: <200510190847.j9J8ljFh003096@www.freebsd.org> Date: Wed, 19 Oct 2005 08:47:45 GMT From: Rob To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: misc/87651: fsck (on superblock error) tells wrong man page reference 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, 19 Oct 2005 08:50:15 -0000 >Number: 87651 >Category: misc >Synopsis: fsck (on superblock error) tells wrong man page reference >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 Oct 19 08:50:14 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Rob >Release: 5-Stable >Organization: >Environment: FreeBSD surf3 5.4-STABLE FreeBSD 5.4-STABLE #0: Fri Oct 14 17:11:00 KST 2005 rob@surf3:/usr/obj/usr/src/sys/MYKERNEL i386 >Description: When fsck encounters a superblock error, it says: ---------------------------------------- SEARCH FOR ALTERNATE SUPER-BLOCK FAILED. YOU MUST USE THE -b OPTION TO FSCK TO SPECIFY THE LOCATION OF AN ALTERNATE SUPER-BLOCK TO SUPPLY NEEDED INFORMATION; SEE fsck(8). ---------------------------------------- But referring to "fsck(8)" is wrong (there is no -b option !!). Instead this should be changed into "fsck_ffs(8)". >How-To-Repeat: -0- >Fix: In src/sbin/fsck_ffs/setup.c , line 197 change SEE fsck(8) into SEE fsck_ffs(8) >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Wed Oct 19 09:30:24 2005 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 97BC216A423 for ; Wed, 19 Oct 2005 09:30:24 +0000 (GMT) (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 0012543D46 for ; Wed, 19 Oct 2005 09:30: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.3/8.13.3) with ESMTP id j9J9UNZQ050071 for ; Wed, 19 Oct 2005 09:30:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9J9UNG0050070; Wed, 19 Oct 2005 09:30:23 GMT (envelope-from gnats) Resent-Date: Wed, 19 Oct 2005 09:30:23 GMT Resent-Message-Id: <200510190930.j9J9UNG0050070@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, Alessandro Dellavedova Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E205916A41F for ; Wed, 19 Oct 2005 09:28:02 +0000 (GMT) (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 7717943D45 for ; Wed, 19 Oct 2005 09:28: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 j9J9S2QD035431 for ; Wed, 19 Oct 2005 09:28:02 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j9J9S2NP035419; Wed, 19 Oct 2005 09:28:02 GMT (envelope-from nobody) Message-Id: <200510190928.j9J9S2NP035419@www.freebsd.org> Date: Wed, 19 Oct 2005 09:28:02 GMT From: Alessandro Dellavedova To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: misc/87653: DRM: ATI Radeon Mobile X600SE not detected by kernel 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, 19 Oct 2005 09:30:24 -0000 >Number: 87653 >Category: misc >Synopsis: DRM: ATI Radeon Mobile X600SE not detected by kernel >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: Wed Oct 19 09:30:23 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Alessandro Dellavedova >Release: FreeBSD 6.0RC1 >Organization: European Institute of Oncology >Environment: FreeBSD blackhole 6.0-RC1 FreeBSD 6.0-RC1 #3: Tue Oct 18 11:41:31 CEST 2005 root@:/usr/obj/usr/src/sys/SLAYTANIC i386 >Description: I have a Toshiba Satellite M50-106 with an ATI Radeon Mobile X600SE card, it's simply not detected by kernel, I enclose dmesg: Copyright (c) 1992-2005 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.0-RC1 #3: Tue Oct 18 11:41:31 CEST 2005 root@:/usr/obj/usr/src/sys/SLAYTANIC ACPI APIC Table: Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: Intel(R) Pentium(R) M processor 1.60GHz (1596.01-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x6d8 Stepping = 8 Features=0xafe9fbff Features2=0x180 AMD Features=0x100000 real memory = 535691264 (510 MB) avail memory = 514871296 (491 MB) ioapic0: Changing APIC ID to 1 ioapic0 irqs 0-23 on motherboard npx0: [FAST] npx0: on motherboard npx0: INT 16 interface acpi0: on motherboard acpi_bus_number: can't get _ADR acpi_bus_number: can't get _ADR acpi0: Power Button (fixed) acpi_bus_number: can't get _ADR acpi_bus_number: can't get _ADR pci_link0: irq 10 on acpi0 pci_link1: irq 10 on acpi0 pci_link2: irq 11 on acpi0 pci_link3: irq 11 on acpi0 pci_link4: irq 11 on acpi0 pci_link5: irq 0 on acpi0 pci_link6: irq 11 on acpi0 pci_link7: irq 11 on acpi0 acpi_ec0: port 0x62,0x66 on acpi0 Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x1008-0x100b on acpi0 cpu0: on acpi0 acpi_perf0: on cpu0 acpi_perf0: failed in PERF_STATUS attach device_attach: acpi_perf0 attach returned 6 acpi_perf0: on cpu0 acpi_perf0: failed in PERF_STATUS attach device_attach: acpi_perf0 attach returned 6 acpi_lid0: on acpi0 acpi_button0: on acpi0 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 pcib1: irq 16 at device 1.0 on pci0 pci1: on pcib1 pci1: at device 0.0 (no driver attached) pcib2: irq 17 at device 28.0 on pci0 pci2: on pcib2 pci2: at device 0.0 (no driver attached) uhci0: port 0x1800-0x181f irq 23 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 0x1820-0x183f 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 0x1840-0x185f 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 0x1860-0x187f 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 0xc0000000-0xc00003ff 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 pcib3: at device 30.0 on pci0 pci6: on pcib3 iwi0: mem 0xc8004000-0xc8004fff irq 22 at device 2.0 on pci6 iwi0: Ethernet address: 00:12:f0:47:fb:b0 cbb0: mem 0xc8005000-0xc8005fff irq 16 at device 4.0 on pci6 cardbus0: on cbb0 pccard0: <16-bit PCCard bus> on cbb0 fwohci0: <1394 Open Host Controller Interface> mem 0xc8006000-0xc80067ff,0xc8000000-0xc8003fff irq 16 at device 4.1 on pci6 fwohci0: OHCI version 1.10 (ROM=0) fwohci0: No. of Isochronous channels is 4. fwohci0: EUI64 00:02:3f:55:75:40:2a:66 fwohci0: Phy 1394a available S400, 2 ports. fwohci0: Link S400, max_rec 2048 bytes. firewire0: on fwohci0 sbp0: on firewire0 fwe0: on firewire0 if_fwe0: Fake Ethernet address: 02:02:3f:40:2a:66 fwe0: Ethernet address: 02:02:3f:40:2a:66 fwe0: if_start running deferred for Giant 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) pcm0: port 0x1c00-0x1cff,0x1880-0x18bf mem 0xc0000800-0xc00009ff,0xc0000400-0xc00004ff irq 17 at device 30.2 on pci0 pcm0: [GIANT-LOCKED] pcm0: pci0: at device 30.3 (no driver attached) isab0: at device 31.0 on pci0 isa0: on isab0 atapci0: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0x18f0-0x18ff at device 31.2 on pci0 atapci0: failed to enable memory mapping! ata0: on atapci0 ata1: on atapci0 pci0: at device 31.3 (no driver attached) acpi_acad0: on acpi0 battery0: on acpi0 atkbdc0: port 0x60,0x64 irq 1 on acpi0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] psm0: irq 12 on atkbdc0 psm0: [GIANT-LOCKED] psm0: model GlidePoint, device ID 0 pmtimer0 on isa0 orm0: at iomem 0xc0000-0xcffff,0xd0000-0xd0fff,0xdc000-0xdffff on isa0 ppc0: parallel port not found. sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sio0: configured irq 4 not in bitmap of probed irqs 0 sio0: port may not be enabled sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 8250 or not responding 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 Timecounter "TSC" frequency 1596007116 Hz quality 800 Timecounters tick every 1.000 msec ipfw2 (+ipv6) initialized, divert loadable, rule-based forwarding disabled, default to deny, logging disabled ad0: 57043MB at ata0-master UDMA100 acd0: DVDR at ata1-master UDMA33 Trying to mount root from ufs:/dev/ad0s2a Here output of pciconf -lv: none2@pci1:0:0: class=0x030000 card=0xff051179 chip=0x54621002 rev=0x00 hdr=0x00 vendor = 'ATI Technologies Inc' class = display subclass = VGA Here the modules loaded in the kernel: Id Refs Address Size Name 1 13 0xc0400000 431b28 kernel 2 1 0xc0832000 57c8 snd_ich.ko 3 2 0xc0838000 1d908 sound.ko 4 1 0xc0856000 a30c if_iwi.ko 5 1 0xc0861000 1c530 radeon.ko 6 2 0xc087e000 eeec drm.ko 7 16 0xc088d000 568bc acpi.ko Useful links: http://ubuntuforums.org/showthread.php?t=52373&page=2&pp=10 Reports about a mismatched PCI id. >How-To-Repeat: >Fix: No fix >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Wed Oct 19 11:19:17 2005 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 4BFF016A420; Wed, 19 Oct 2005 11:19:17 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC0CC43D53; Wed, 19 Oct 2005 11:19:16 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j9JBJG5N067995; Wed, 19 Oct 2005 11:19:16 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9JBJGcG067991; Wed, 19 Oct 2005 11:19:16 GMT (envelope-from pav) Date: Wed, 19 Oct 2005 11:19:16 GMT From: Pav Lucistnik Message-Id: <200510191119.j9JBJGcG067991@freefall.freebsd.org> To: db@TruNet.dk, pav@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: kern/65658: panic: kernel panic on i386 5.2.1 release 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, 19 Oct 2005 11:19:17 -0000 Synopsis: panic: kernel panic on i386 5.2.1 release State-Changed-From-To: open->closed State-Changed-By: pav State-Changed-When: Wed Oct 19 11:18:58 GMT 2005 State-Changed-Why: Submitter: If you want to please also close 65658 and 65702. I don't think anyone cares and I suspect my harddisk (I had at the time) for causing these faults. http://www.freebsd.org/cgi/query-pr.cgi?pr=65658 From owner-freebsd-bugs@FreeBSD.ORG Wed Oct 19 11:19:59 2005 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 B024216A421; Wed, 19 Oct 2005 11:19:59 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 668FB43D53; Wed, 19 Oct 2005 11:19:59 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j9JBJxFI068070; Wed, 19 Oct 2005 11:19:59 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9JBJxeT068066; Wed, 19 Oct 2005 11:19:59 GMT (envelope-from pav) Date: Wed, 19 Oct 2005 11:19:59 GMT From: Pav Lucistnik Message-Id: <200510191119.j9JBJxeT068066@freefall.freebsd.org> To: db@TruNet.dk, pav@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: kern/65702: panic: kernel panic on i386 5.2.1 with nvidia.ko 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, 19 Oct 2005 11:19:59 -0000 Synopsis: panic: kernel panic on i386 5.2.1 with nvidia.ko State-Changed-From-To: open->closed State-Changed-By: pav State-Changed-When: Wed Oct 19 11:19:47 GMT 2005 State-Changed-Why: Submitter: If you want to please also close 65658 and 65702. I don't think anyone cares and I suspect my harddisk (I had at the time) for causing these faults. http://www.freebsd.org/cgi/query-pr.cgi?pr=65702 From owner-freebsd-bugs@FreeBSD.ORG Wed Oct 19 12:10:18 2005 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 BFE6616A41F for ; Wed, 19 Oct 2005 12:10:18 +0000 (GMT) (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 8DEC843D48 for ; Wed, 19 Oct 2005 12:10: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.3/8.13.3) with ESMTP id j9JCAIpk076230 for ; Wed, 19 Oct 2005 12:10:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9JCAHJE076229; Wed, 19 Oct 2005 12:10:17 GMT (envelope-from gnats) Date: Wed, 19 Oct 2005 12:10:17 GMT Message-Id: <200510191210.j9JCAHJE076229@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: asym@rfnj.org Cc: Subject: Re: bin/74140: [ntpdate] ntpdate does not try all IPs for a host X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: asym@rfnj.org List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2005 12:10:18 -0000 The following reply was made to PR bin/74140; it has been noted by GNATS. From: asym@rfnj.org To: bug-followup@FreeBSD.org, antiduh@csh.rit.edu Cc: Subject: Re: bin/74140: [ntpdate] ntpdate does not try all IPs for a host Date: Wed, 19 Oct 2005 08:07:08 -0400 (EDT) An update/addendum to this PR, that perhaps goes without saying, is that this problem exists also if the ntp server does respond on all addresses, but the client that ntpdate is running on doesn't have the proper connectivity. In my particular case (5.4-STABLE) ntpdate tries to connect to the valid IPv6 address and fails becaus the client itself doesn't have proper ipv6 connectivity. -- Wrap my soul in bandages / I'm tired of this war / go ahead and cut me / I can't feel it any more From owner-freebsd-bugs@FreeBSD.ORG Wed Oct 19 12:30:23 2005 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 EA90716A41F for ; Wed, 19 Oct 2005 12:30:22 +0000 (GMT) (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 0002843D53 for ; Wed, 19 Oct 2005 12:30:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j9JCUJbm077596 for ; Wed, 19 Oct 2005 12:30:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9JCUJZg077589; Wed, 19 Oct 2005 12:30:19 GMT (envelope-from gnats) Date: Wed, 19 Oct 2005 12:30:19 GMT Message-Id: <200510191230.j9JCUJZg077589@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Alex Goncharov Cc: Subject: Re: kern/87596: [panic] OS crash on a Firefox link click (FreeBSD 6.0-RC1, kernel with options) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Alex Goncharov List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2005 12:30:23 -0000 The following reply was made to PR kern/87596; it has been noted by GNATS. From: Alex Goncharov To: bug-followup@FreeBSD.org, goncharov.alex@gmail.com Cc: Subject: Re: kern/87596: [panic] OS crash on a Firefox link click (FreeBSD 6.0-RC1, kernel with options) Date: Wed, 19 Oct 2005 08:29:10 -0400 One more system crash this past night, with no user activity on the system. The backtrace follows: ------------------------------------------------------------------- kgdb kernel.debug /var/crash/vmcore.1 [GDB will not be able to debug user-mode threads: /usr/lib/libthread_db.so: Undefined symbol "ps_pglobal_lookup"] GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-marcel-freebsd". Unread portion of the kernel message buffer: panic: clist reservation botch Uptime: 1d4h8m34s Dumping 511 MB (2 chunks) chunk 0: 1MB (159 pages) ... ok chunk 1: 511MB (130800 pages) 495 479 463 447 431 415 399 383 367 351 335 319 303 287 271 255 239 223 207 191 175 159 143 127 111 95 79 63 47 31 15 #0 doadump () at pcpu.h:165 165 __asm __volatile("movl %%fs:0,%0" : "=r" (td)); (kgdb) bt #0 doadump () at pcpu.h:165 #1 0xc0637ffa in boot (howto=260) at /usr/src/sys/kern/kern_shutdown.c:399 #2 0xc0638290 in panic (fmt=0xc086a79b "clist reservation botch") at /usr/src/sys/kern/kern_shutdown.c:555 #3 0xc066b900 in cblock_free_cblocks (number=77) at /usr/src/sys/kern/tty_subr.c:104 #4 0xc066b954 in clist_free_cblocks (clistp=0xc1b12800) at /usr/src/sys/kern/tty_subr.c:209 #5 0xc0664470 in tty_close (tp=0xc1b12800) at /usr/src/sys/kern/tty.c:327 #6 0xc066ad07 in ptsclose (dev=0x0, flag=3, mode=8192, td=0xc1f19780) at /usr/src/sys/kern/tty_pty.c:203 #7 0xc060fb67 in giant_close (dev=0xc2013200, fflag=3, devtype=8192, td=0xc1f19780) at /usr/src/sys/kern/kern_conf.c:267 #8 0xc05ed897 in devfs_close (ap=0xda9fdab8) at /usr/src/sys/fs/devfs/devfs_vnops.c:287 #9 0xc0816b10 in VOP_CLOSE_APV (vop=0x0, a=0x0) at vnode_if.c:426 #10 0xc06990c6 in vn_close (vp=0xc2408880, flags=3, file_cred=0x0, td=0xc1f19780) at vnode_if.h:227 #11 0xc0699f06 in vn_closefile (fp=0xc1f86a20, td=0xc1f19780) at /usr/src/sys/kern/vfs_vnops.c:864 #12 0xc05ed8bf in devfs_close_f (fp=0xc1f86a20, td=0xc1f19780) at /usr/src/sys/fs/devfs/devfs_vnops.c:297 #13 0xc06198a8 in fdrop_locked (fp=0xc1f86a20, td=0xc1f19780) at file.h:289 #14 0xc06197f9 in fdrop (fp=0xc1f86a20, td=0xc1f19780) at /usr/src/sys/kern/kern_descrip.c:2101 #15 0xc0617e27 in closef (fp=0xc1f86a20, td=0xc1f19780) at /usr/src/sys/kern/kern_descrip.c:1921 #16 0xc0616dd3 in fdfree (td=0xc1f19780) at /usr/src/sys/kern/kern_descrip.c:1622 #17 0xc0620139 in exit1 (td=0xc1f19780, rv=0) at /usr/src/sys/kern/kern_exit.c:237 #18 0xc061fc64 in sys_exit (td=0xc1f19780, uap=0x0) at /usr/src/sys/kern/kern_exit.c:94 #19 0xc0807b07 in syscall (frame= {tf_fs = 59, tf_es = 59, tf_ds = 59, tf_edi = 671507080, tf_esi = -1077940988, tf_ebp = -1077941208, tf_isp = -627057308, tf_ebx = 3, tf_edx = 0, tf_ecx = 0, tf_eax = 1, tf_trapno = 0, tf_err = 2, tf_eip = 672257075, tf_cs = 51, tf_eflags = 662, tf_esp = -1077941332, tf_ss = 59}) at /usr/src/sys/i386/i386/trap.c:976 #20 0xc07f69ef in Xint0x80_syscall () at /usr/src/sys/i386/i386/exception.s:200 #21 0x00000033 in ?? () Previous frame inner to this frame (corrupt stack?) (kgdb) -------------------------------------------------------------------------- # ls -l /var/crash/vmcore.1 -rw------- 1 root wheel 536412160 Oct 19 01:30 /var/crash/vmcore.1 From owner-freebsd-bugs@FreeBSD.ORG Wed Oct 19 12:30:25 2005 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 3364F16A41F for ; Wed, 19 Oct 2005 12:30:25 +0000 (GMT) (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 DBE7243D78 for ; Wed, 19 Oct 2005 12:30:15 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j9JCUFIg077517 for ; Wed, 19 Oct 2005 12:30:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9JCUF48077516; Wed, 19 Oct 2005 12:30:15 GMT (envelope-from gnats) Resent-Date: Wed, 19 Oct 2005 12:30:15 GMT Resent-Message-Id: <200510191230.j9JCUF48077516@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, Niall Murphy Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E234616A420 for ; Wed, 19 Oct 2005 12:20:05 +0000 (GMT) (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 608F343D49 for ; Wed, 19 Oct 2005 12:20:05 +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 j9JCK4ca005688 for ; Wed, 19 Oct 2005 12:20:04 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j9JCK4wD005687; Wed, 19 Oct 2005 12:20:04 GMT (envelope-from nobody) Message-Id: <200510191220.j9JCK4wD005687@www.freebsd.org> Date: Wed, 19 Oct 2005 12:20:04 GMT From: Niall Murphy To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: kern/87658: IO::AIO test suite loops infinitely on 5.4-RELEASE-p5 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, 19 Oct 2005 12:30:25 -0000 >Number: 87658 >Category: kern >Synopsis: IO::AIO test suite loops infinitely on 5.4-RELEASE-p5 >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 Oct 19 12:30:15 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Niall Murphy >Release: 5.4-RELEASE-p5 >Organization: Amazon.COM >Environment: FreeBSD leonidas.avernus.net 5.4-RELEASE-p5 FreeBSD 5.4-RELEASE-p5 #1: Fri Jul 22 15:02:14 UTC 2005 niallm@leonidas.avernus.net:/usr/obj/usr/src/sys/LEONIDAS i386 >Description: Something is wrong somewhere either in the AIO implementation in FreeBSD, threading in FreeBSD, or some expectation in how IO::AIO expects the above to work. Running the test suite, and specifically test number 2, stat, causes an infinite loop. >How-To-Repeat: Download IO::AIO 1.6x from CPAN. (It's probably sufficient to do perl -eshell -MCPAN install IO::AIO.) Run the test suite with 'make test', and then watch the suite hang at t/01_stat....... Pressing ctrl-T gives the following: load: 1.51 cmd: perl5.8.6 75059 [runnable] 0.84u 0.07s 2% 2900k load: 1.51 cmd: perl5.8.6 75059 [runnable] 2.00u 0.16s 6% 2900k load: 1.58 cmd: perl5.8.6 75059 [runnable] 2.71u 3.34s 20% 2880k load: 1.62 cmd: perl5.8.6 75059 [runnable] 3.20u 6.06s 28% 2880k If you ctrl-C out, the test perl process continues running: niallm@leonidas IO-AIO-1.61 $ ps auxww|grep -i perl root 74237 53.6 0.6 3676 2916 p6 R 12:09PM 15:01.65 /usr/bin/perl -w t/01_stat.t (perl5.8.6) niallm 75059 47.5 0.6 3672 2896 p6 R 12:25PM 0:11.92 /usr/bin/perl -w t/01_stat.t (perl5.8.6) ktracing the processes gives: leonidas# ktrace -p 74237 leonidas# kdump 74237 perl5.8.6 PSIG SIGSEGV SIG_DFL 74237 perl5.8.6 PSIG SIGSEGV SIG_DFL 74237 perl5.8.6 PSIG SIGSEGV SIG_DFL 74237 perl5.8.6 PSIG SIGSEGV SIG_DFL 74237 perl5.8.6 PSIG SIGSEGV SIG_DFL 74237 perl5.8.6 PSIG SIGSEGV SIG_DFL 74237 perl5.8.6 PSIG SIGSEGV SIG_DFL 74237 perl5.8.6 PSIG SIGSEGV SIG_DFL [repeat until dead] >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Wed Oct 19 12:41:50 2005 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 3510C16A422 for ; Wed, 19 Oct 2005 12:41:49 +0000 (GMT) (envelope-from apivovarov@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CABF43D48 for ; Wed, 19 Oct 2005 12:41:38 +0000 (GMT) (envelope-from apivovarov@gmail.com) Received: by zproxy.gmail.com with SMTP id 40so49864nzk for ; Wed, 19 Oct 2005 05:41:37 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=foA4FUzhqixYTBD63ynK53k+OyghtakxE4n2ee4yw8PpW4e09ObHdjJwBXn9fXRbTDbTkxaBHS54uKQL8kwvIp5qWa76slcWDN8MoQKgjnd/+/bKxErBoBY9nwa8JM+8sj1/iY9p/+brYGqZNf1/TovMifDcrXnS4cIWcxjVO7A= Received: by 10.36.50.19 with SMTP id x19mr547696nzx; Wed, 19 Oct 2005 05:41:37 -0700 (PDT) Received: by 10.36.118.6 with HTTP; Wed, 19 Oct 2005 05:41:36 -0700 (PDT) Message-ID: <426b510c0510190541o96d29e8o50bfe6bbd25d2393@mail.gmail.com> Date: Wed, 19 Oct 2005 16:41:37 +0400 From: Alex Pivovarov To: freebsd-bugs@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: Computer reboots after printing CUPS test 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: Wed, 19 Oct 2005 12:41:51 -0000 After printing CUPS test page from "lynx localhost:631" I get an error described below and my computer halts. I get this error quite regulary after printing smth through CUPS (not always but aprox. 50/50). ---------------------------------------------------------- Fatal trap 12: page fault while in kernel mode fault virtual adress=09=3D 0x0 fault code=09=09=3D supervisor write, page not present instruction pointer=09=3D 0x8:0xc05b5df9 stack pointer=09=09=3D 0x10:0xe33a5c9c frame pointer=09=09=3D 0x10:0xe33a5c9c code segment=09=09=3D base 0x0, limit 0xfffff, type 0x1b =09=09=09=3D DPL 0, pres 1, def32 1, gran 1 processor eflags=09=3D interrupt enabled, resume, IOPL =3D 0 current process=09=09=3D 28 (swi5: clock sio) trap number=09=09=3D 12 panic: page fault Uptime: 1m5s ----------------------------------------------------------------- or this one ----------------------------------------------------------------- Fatal trap 12: page fault while in kernel mode fault virtual adress=09=3D 0x0 fault code=09=09=3D supervisor write, page not present instruction pointer=09=3D 0x8:0xc05b5df9 stack pointer=09=09=3D 0x10:0xe4de6c9c frame pointer=09=09=3D 0x10:0xe4de6c9c code segment=09=09=3D base 0x0, limit 0xfffff, type 0x1b =09=09=09=3D DPL 0, pres 1, def32 1, gran 1 processor eflags=09=3D interrupt enabled, resume, IOPL =3D 0 current process=09=09=3D 36 (swi5: clock sio) trap number=09=09=3D 12 panic: page fault Uptime: 2m59s ------------------------------------------------------------------ My configuration: soft: FreeBSD 5.4-RELEASE #2 Kernel: GENERIC cups-1.1.23.0 cups-base-1.1.23.0_4 cups-lpr-1.1.23.0 cups-pstoraster-8.15 ghostscript-gnu-7.07_13 ghostview-1.5 gsfonts-8.11_2 hardware: CPU: AMD Athlon(tm) XP 1800+ (1531.03-MHz 686-class CPU) (not overclocked) Chipset: nVidia nForce 2 RAM: 512MB DDR400 (checked by memtest86 v.3.2 - no errors) Printer: HP LaserJet 1010 USB I also try it on Intel Celeron 2600MHz + SIS 645 and get the same error. May be it will be helpful - I get very similar error on NETBSD 2.0.2 Generic Kernel ------------------------------------------------------ kernel: page fault trap, code =3D 0 netbsd: usbd_setup_xfer+0x9: movl %edx,0(%eax) ------------------------------------------------------ or this one ------------------------------------------------------ uvm_fault(0xcbe9f974, 0, 0, 2) -> 0xe kernel: page fault trap, code =3D 0 stopped in pid 563.1 (cupsd) at netbsd: usbd_setup_xfer+0x9: movl %edx,0(%e= ax) ------------------------------------------------------ or another one ------------------------------------------------------ vm_fault(0xcc2c0004, 0, 0, 10->0xe kernel: page fault trap, code =3D 0 stopped in pid 605.1(usb) at NetBSD: usb_transfer_complete+0x16f: movl 0x48(%eax),%eax ------------------------------------------------------ P.S. Under Debian 3.1, Suse 9.3, Windows 2003 - the printer works fine for a long time and under a heavy load on this computer. From owner-freebsd-bugs@FreeBSD.ORG Wed Oct 19 18:20:24 2005 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 5900F16A41F for ; Wed, 19 Oct 2005 18:20:24 +0000 (GMT) (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 1F5A143D5A for ; Wed, 19 Oct 2005 18: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.3/8.13.3) with ESMTP id j9JIKOmo051883 for ; Wed, 19 Oct 2005 18:20:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9JIKNPO051882; Wed, 19 Oct 2005 18:20:24 GMT (envelope-from gnats) Date: Wed, 19 Oct 2005 18:20:24 GMT Message-Id: <200510191820.j9JIKNPO051882@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Florent Thoumie Cc: Subject: Re: kern/86596: [unionfs] unionfs -b brokes file modes X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Florent Thoumie List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2005 18:20:24 -0000 The following reply was made to PR kern/86596; it has been noted by GNATS. From: Florent Thoumie To: bug-followup@FreeBSD.org, marck@freebsd.org Cc: Subject: Re: kern/86596: [unionfs] unionfs -b brokes file modes Date: Wed, 19 Oct 2005 20:12:30 +0200 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig3EF4DA03C32AE21F8B79E677 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit This is the normal behavior as documented in mount_unionfs(8), though I agree this might not be the most logical behavior. There is an (old) patch in kern/27571 that address this "issue". -- Florent Thoumie flz@FreeBSD.org FreeBSD committer --------------enig3EF4DA03C32AE21F8B79E677 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (Darwin) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFDVoyVMxEkbVFH3PQRAr0TAJ99LdpNQEhzeSgylqjMnjs9zpySoQCfSULS PV/N/qD3SicT/gcEYRfKrFA= =NnPE -----END PGP SIGNATURE----- --------------enig3EF4DA03C32AE21F8B79E677-- From owner-freebsd-bugs@FreeBSD.ORG Wed Oct 19 18:40:26 2005 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 ADDBE16A420 for ; Wed, 19 Oct 2005 18:40:26 +0000 (GMT) (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 6BD5743D6E for ; Wed, 19 Oct 2005 18: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.3/8.13.3) with ESMTP id j9JIeKMe054398 for ; Wed, 19 Oct 2005 18:40:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9JIeK4X054397; Wed, 19 Oct 2005 18:40:20 GMT (envelope-from gnats) Date: Wed, 19 Oct 2005 18:40:20 GMT Message-Id: <200510191840.j9JIeK4X054397@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Florent Thoumie Cc: Subject: Re: kern/86596: [unionfs] unionfs -b brokes file modes X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Florent Thoumie List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2005 18:40:26 -0000 The following reply was made to PR kern/86596; it has been noted by GNATS. From: Florent Thoumie To: bug-followup@FreeBSD.org, marck@freebsd.org Cc: Subject: Re: kern/86596: [unionfs] unionfs -b brokes file modes Date: Wed, 19 Oct 2005 20:38:40 +0200 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig62DD25E7F353318A007212BD Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Actually, it's best described here : http://lists.freebsd.org/pipermail/freebsd-fs/2005-July/001177.html -- Florent Thoumie flz@FreeBSD.org FreeBSD committer --------------enig62DD25E7F353318A007212BD Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (Darwin) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFDVpK7MxEkbVFH3PQRAlA/AJ9IggmlLAPv65Fz++7iyrP+lgJWjwCeLr3f XkQNOUTle8V4/vOe+ak/D5M= =cIo/ -----END PGP SIGNATURE----- --------------enig62DD25E7F353318A007212BD-- From owner-freebsd-bugs@FreeBSD.ORG Wed Oct 19 19:10:24 2005 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 D31D916A4A9 for ; Wed, 19 Oct 2005 19:10:24 +0000 (GMT) (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 04BE743D7B for ; Wed, 19 Oct 2005 19:10:15 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j9JJAE78059948 for ; Wed, 19 Oct 2005 19:10:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9JJAE4b059947; Wed, 19 Oct 2005 19:10:14 GMT (envelope-from gnats) Resent-Date: Wed, 19 Oct 2005 19:10:14 GMT Resent-Message-Id: <200510191910.j9JJAE4b059947@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, Alan Amesbury Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 428DF16A41F for ; Wed, 19 Oct 2005 19:06:35 +0000 (GMT) (envelope-from amesbury@paulaner.oitsec.umn.edu) Received: from mail.oitsec.umn.edu (mail.oitsec.umn.edu [128.101.238.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC5BD43D62 for ; Wed, 19 Oct 2005 19:06:34 +0000 (GMT) (envelope-from amesbury@paulaner.oitsec.umn.edu) Received: from localhost (localhost [127.0.0.1]) by mail.oitsec.umn.edu (Postfix) with ESMTP id 0D9A01CC01A for ; Wed, 19 Oct 2005 14:06:34 -0500 (CDT) Received: from mail.oitsec.umn.edu ([127.0.0.1]) by localhost (mail.oitsec.umn.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 79676-03 for ; Wed, 19 Oct 2005 14:06:33 -0500 (CDT) Received: from paulaner.oitsec.umn.edu (paulaner.oitsec.umn.edu [160.94.247.212]) by mail.oitsec.umn.edu (Postfix) with ESMTP id E22F41CC017 for ; Wed, 19 Oct 2005 14:06:32 -0500 (CDT) Received: by paulaner.oitsec.umn.edu (Postfix, from userid 1169) id 7D5056D425; Wed, 19 Oct 2005 14:06:32 -0500 (CDT) Message-Id: <20051019190632.7D5056D425@paulaner.oitsec.umn.edu> Date: Wed, 19 Oct 2005 14:06:32 -0500 (CDT) From: Alan Amesbury To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: misc/87679: Typographical error in comments in i8259.h X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Alan Amesbury List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2005 19:10:25 -0000 >Number: 87679 >Category: misc >Synopsis: Typographical error in comments in i8259.h >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Oct 19 19:10:14 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Alan Amesbury >Release: FreeBSD 5.3-RELEASE-p20 i386 >Organization: University of Minnesota >Environment: System: FreeBSD paulaner.oitsec.umn.edu 5.3-RELEASE-p20 FreeBSD 5.3-RELEASE-p20 #7: Wed Jul 27 14:12:47 CDT 2005 root@paulaner.oitsec.umn.edu:/usr/obj/usr/src/sys/OITSEC-5_3-S i386 >Description: There are some minor typographical errors in sys/dev/ic/i8259.h, specifically in the one with CVS tag $FreeBSD: src/sys/dev/ic/i8259.h,v 1.1 2004/01/06 18:59:37 jhb Exp $ >How-To-Repeat: >Fix: --- sys/dev/ic/i8259.h.ORIG Wed Oct 19 13:57:56 2005 +++ sys/dev/ic/i8259.h Wed Oct 19 13:58:44 2005 @@ -27,7 +27,7 @@ */ /* - * Register defintions for the i8259A programmable interrupt cnotroller. + * Register definitions for the i8259A programmable interrupt controller. */ #ifndef _DEV_IC_I8259_H_ >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Thu Oct 20 01:50:20 2005 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 0E47A16A425 for ; Thu, 20 Oct 2005 01:50:20 +0000 (GMT) (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 9436E43D66 for ; Thu, 20 Oct 2005 01:50:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j9K1oJnj014045 for ; Thu, 20 Oct 2005 01:50:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9K1oJdX014044; Thu, 20 Oct 2005 01:50:19 GMT (envelope-from gnats) Date: Thu, 20 Oct 2005 01:50:19 GMT Message-Id: <200510200150.j9K1oJdX014044@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Rob Lahaye Cc: Subject: Re: bin/87651: [patch] fsck(8) (on superblock error) tells wrong man page reference X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Rob Lahaye List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Oct 2005 01:50:20 -0000 The following reply was made to PR bin/87651; it has been noted by GNATS. From: Rob Lahaye To: bug-followup@FreeBSD.org, spamrefuse@yahoo.com Cc: Subject: Re: bin/87651: [patch] fsck(8) (on superblock error) tells wrong man page reference Date: Thu, 20 Oct 2005 10:40:03 +0900 > When fsck encounters a superblock error, it > says: > ---------------------------------------- > SEARCH FOR ALTERNATE SUPER-BLOCK FAILED. > YOU MUST USE THE -b OPTION TO FSCK TO SPECIFY > THE LOCATION OF AN ALTERNATE SUPER-BLOCK TO > SUPPLY NEEDED INFORMATION; SEE fsck(8). > ---------------------------------------- > > But referring to "fsck(8)" is wrong (there > is no -b option !!). > Instead this should be changed into > "fsck_ffs(8)". Also change YOU MUST USE THE -b OPTION TO FSCK TO SPECIFY into YOU MUST USE THE -b OPTION TO FSCK_FFS TO SPECIFY R. From owner-freebsd-bugs@FreeBSD.ORG Thu Oct 20 06:05:40 2005 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 4D74F16A41F for ; Thu, 20 Oct 2005 06:05:40 +0000 (GMT) (envelope-from apivovarov@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id D38E143D5A for ; Thu, 20 Oct 2005 06:05:39 +0000 (GMT) (envelope-from apivovarov@gmail.com) Received: by zproxy.gmail.com with SMTP id 40so30702nzk for ; Wed, 19 Oct 2005 23:05:39 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=VyTLMjqB3hdy2mo3LLT/ld7dltBpttafHVMVtOzh0VLZtXKf+ubrqSbBLowEgKFy9jrMz9sf6cxSWFFNn5u9obJeo3afLPKCm0cGxgxotKH+uN57GG+eAEm0G4SkFHUqFn8r9gH9xwyyRziCt3m+EC7X9R3rfBJ62Imh5nxVcwM= Received: by 10.36.224.74 with SMTP id w74mr1513712nzg; Wed, 19 Oct 2005 23:05:39 -0700 (PDT) Received: by 10.36.118.6 with HTTP; Wed, 19 Oct 2005 23:05:39 -0700 (PDT) Message-ID: <426b510c0510192305j10a603e7h3d1fafdb798e23ba@mail.gmail.com> Date: Thu, 20 Oct 2005 10:05:39 +0400 From: Alex Pivovarov To: freebsd-bugs@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: Backtrace (Computer reboots after printing CUPS test page on HP LaserJet 1010 USB) 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, 20 Oct 2005 06:05:40 -0000 #Description After printing CUPS test page from "lynx localhost:631" I get an error described below and my computer halts. I get this error quite regulary after printing smth through CUPS (not always but aprox. 50/50). ---------------------------------------------------------------------------= ------ #uname st1# uname -a FreeBSD st1.fqdn 5.4-RELEASE FreeBSD 5.4-RELEASE #0: Wed Oct 19 20:52:56 MSD 2005 root@st1.fqdn:/usr/src/sys/i386/compile/st1deb=20 i386 ---------------------------------------------------------------------------= ------ #backtrace st1# kgdb kernel.debug.4 vmcore.4 [GDB will not be able to debug user-mode threads: /usr/lib/libthread_db.so: Undefined symbol "ps_pglobal_lookup"] GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you ar= e welcome to change it and/or distribute copies of it under certain condition= s. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-marcel-freebsd". #0 doadump () at pcpu.h:159 159=09pcpu.h: No such file or directory. =09in pcpu.h (kgdb) where #0 doadump () at pcpu.h:159 #1 0xc0501662 in boot (howto=3D260) at ../../../kern/kern_shutdown.c:410 #2 0xc0501928 in panic (fmt=3D0xc067a977 "from debugger") at ../../../kern/kern_shutdown.c:566 #3 0xc045fd91 in db_panic (addr=3D-1068810355, have_addr=3D0, count=3D-1, modif=3D0xd5221acc "") at ../../../ddb/db_command.c:435 #4 0xc045fd28 in db_command (last_cmdp=3D0xc06d3584, cmd_table=3D0x0, aux_cmd_tablep=3D0xc06a2c34, aux_cmd_tablep_end=3D0xc06a2c38) at ../../../ddb/db_command.c:349 #5 0xc045fdf0 in db_command_loop () at ../../../ddb/db_command.c:455 #6 0xc0461985 in db_trap (type=3D12, code=3D0) at ../../../ddb/db_main.c:2= 21 #7 0xc0518cca in kdb_trap (type=3D12, code=3D0, tf=3D0xd5221c5c) at ../../../kern/subr_kdb.c:468 #8 0xc0653fc9 in trap_fatal (frame=3D0xd5221c5c, eva=3D0) at ../../../i386/i386/trap.c:812 #9 0xc0653d4f in trap_pfault (frame=3D0xd5221c5c, usermode=3D0, eva=3D0) at ../../../i386/i386/trap.c:735 #10 0xc065396d in trap (frame=3D {tf_fs =3D 24, tf_es =3D 16, tf_ds =3D 16, tf_edi =3D -1068836304, tf_esi =3D -1050102144, tf_ebp =3D -719184740, tf_isp =3D -719184760, tf_eb= x =3D -1050102144, tf_edx =3D 0, tf_ecx =3D -1050102096, tf_eax =3D 0, tf_tra= pno =3D 12, tf_err =3D 2, tf_eip =3D -1068810355, tf_cs =3D 8, tf_eflags =3D 66= 118, tf_esp =3D -719184696, tf_ss =3D -1068836258}) at ../../../i386/i386/trap.c:425 #11 0xc064416a in calltrap () at ../../../i386/i386/exception.s:140 #12 0x00000018 in ?? () #13 0x00000010 in ?? () #14 0x00000010 in ?? () #15 0xc04ada30 in ulpt_read_cb () at ../../../dev/usb/ulpt.c:822 #16 0xc04ada5e in ulpt_tick (xsc=3D0x10246) at ../../../dev/usb/ulpt.c:835 #17 0xc050d4de in softclock (dummy=3D0x0) at ../../../kern/kern_timeout.c:2= 79 #18 0xc04ed98d in ithread_loop (arg=3D0xc15de280) at ../../../kern/kern_intr.c:547 #19 0xc04ecc20 in fork_exit (callout=3D0xc04ed83c , arg=3D0xc15de280, frame=3D0xd5221d48) at ../../../kern/kern_fork.c:791 #20 0xc06441cc in fork_trampoline () at ../../../i386/i386/exception.s:209 (kgdb) Quit #Fatal trap ---------------------------------------------------------- Fatal trap 12: page fault while in kernel mode fault virtual adress =3D 0x0 fault code =3D supervisor write, page not present instruction pointer =3D 0x8:0xc05b5df9 stack pointer =3D 0x10:0xe33a5c9c frame pointer =3D 0x10:0xe33a5c9c code segment =3D base 0x0, limit 0xfffff, type 0x1b =3D DPL 0, pres 1, def32 1, gran 1 processor eflags =3D interrupt enabled, resume, IOPL =3D 0 current process =3D 28 (swi5: clock sio) trap number =3D 12 panic: page fault Uptime: 1m5s ----------------------------------------------------------------- or this one ----------------------------------------------------------------- Fatal trap 12: page fault while in kernel mode fault virtual adress =3D 0x0 fault code =3D supervisor write, page not present instruction pointer =3D 0x8:0xc05b5df9 stack pointer =3D 0x10:0xe4de6c9c frame pointer =3D 0x10:0xe4de6c9c code segment =3D base 0x0, limit 0xfffff, type 0x1b =3D DPL 0, pres 1, def32 1, gran 1 processor eflags =3D interrupt enabled, resume, IOPL =3D 0 current process =3D 36 (swi5: clock sio) trap number =3D 12 panic: page fault Uptime: 2m59s ------------------------------------------------------------------ #Comp configuration: soft: FreeBSD 5.4-RELEASE #2 Kernel: GENERIC cups-1.1.23.0 cups-base-1.1.23.0_4 cups-lpr-1.1.23.0 cups-pstoraster-8.15 ghostscript-gnu-7.07_13 ghostview-1.5 gsfonts-8.11_2 hardware: CPU: AMD Athlon(tm) XP 1800+ (1531.03-MHz 686-class CPU) (not overclocked) Chipset: nVidia nForce 2 RAM: 512MB DDR400 (checked by memtest86 v.3.2 - no errors) Printer: HP LaserJet 1010 USB From owner-freebsd-bugs@FreeBSD.ORG Thu Oct 20 08:10:09 2005 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 148E316A41F for ; Thu, 20 Oct 2005 08:10:09 +0000 (GMT) (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 7F77843D69 for ; Thu, 20 Oct 2005 08:10: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.3/8.13.3) with ESMTP id j9K8A8hM069968 for ; Thu, 20 Oct 2005 08:10:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9K8A8O8069967; Thu, 20 Oct 2005 08:10:08 GMT (envelope-from gnats) Resent-Date: Thu, 20 Oct 2005 08:10:08 GMT Resent-Message-Id: <200510200810.j9K8A8O8069967@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, Rajkumar S Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 25AC616A41F for ; Thu, 20 Oct 2005 08:05:51 +0000 (GMT) (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 E112843D6A for ; Thu, 20 Oct 2005 08:05:50 +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 j9K85oMM047017 for ; Thu, 20 Oct 2005 08:05:50 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j9K85ovU047016; Thu, 20 Oct 2005 08:05:50 GMT (envelope-from nobody) Message-Id: <200510200805.j9K85ovU047016@www.freebsd.org> Date: Thu, 20 Oct 2005 08:05:50 GMT From: Rajkumar S To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: misc/87707: pthread error when linking with clamav lib 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, 20 Oct 2005 08:10:09 -0000 >Number: 87707 >Category: misc >Synopsis: pthread error when linking with clamav lib >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Oct 20 08:10:07 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Rajkumar S >Release: FreeBSD 5.4-RELEASE #0 >Organization: Linuxense Information Systems >Environment: FreeBSD daemon.linuxense.com 5.4-RELEASE FreeBSD 5.4-RELEASE #0: Sun May 8 10:21:06 UTC 2005 root@harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: I am trying to build havp (http://www.server-side.de/) and it requires clamav, So I installed clamav, but when linking, I get this error: /bin/sh ../libtool --silent --mode=link --tag=CXX c++ -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wwrite-strings -O2 -O -pipe -fno-exceptions -fno-check-new -o havp -L/usr/local/lib filehandler.o helper.o proxyhandler.o logfile.o clamlibscanner.o scannerfilehandler.o genericscanner.o connectiontoserver.o connectiontobrowser.o httphandler.o sockethandler.o havp.o -lclamav /usr/local/lib/libclamav.so: undefined reference to `pthread_create' /usr/local/lib/libclamav.so: undefined reference to `pthread_join' I added devel/pth and compiled clamav, but the error persists. >How-To-Repeat: 1. Download Havp Version 0.64 from http://www.server-side.de/download.htm 2. Download the freebsd patch 3. Untar havp 4. cd into the havp directory 5. patch patch -p1 < ../havp-free.diff 6. run ./configure --with-extra-includes=/usr/local/include/ --with-extra-libs=/usr/local/lib 7. run make >Fix: I added a --disable-pthread and compiled clamav and it's gone >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Thu Oct 20 13:50:17 2005 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 D60E316A41F for ; Thu, 20 Oct 2005 13:50:17 +0000 (GMT) (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 2EB7243D66 for ; Thu, 20 Oct 2005 13:50: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.3/8.13.3) with ESMTP id j9KDoHut014820 for ; Thu, 20 Oct 2005 13:50:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9KDoG8n014819; Thu, 20 Oct 2005 13:50:16 GMT (envelope-from gnats) Resent-Date: Thu, 20 Oct 2005 13:50:16 GMT Resent-Message-Id: <200510201350.j9KDoG8n014819@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, Rocco Rutte Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C44B416A41F for ; Thu, 20 Oct 2005 13:45:56 +0000 (GMT) (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 7A82743D62 for ; Thu, 20 Oct 2005 13:45: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 j9KDjtZd067937 for ; Thu, 20 Oct 2005 13:45:56 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j9KDjt12067932; Thu, 20 Oct 2005 13:45:55 GMT (envelope-from nobody) Message-Id: <200510201345.j9KDjt12067932@www.freebsd.org> Date: Thu, 20 Oct 2005 13:45:55 GMT From: Rocco Rutte To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: bin/87724: cal(1)/ncal(1) not multibyte aware 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, 20 Oct 2005 13:50:17 -0000 >Number: 87724 >Category: bin >Synopsis: cal(1)/ncal(1) not multibyte aware >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 Oct 20 13:50:16 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Rocco Rutte >Release: 5.4-STABLE >Organization: Berlin University of Technology >Environment: FreeBSD klaus.daprodeges.fqdn.th-h.de 5.4-STABLE FreeBSD 5.4-STABLE #11: Sat Oct 15 11:13:45 UTC 2005 root@klaus.daprodeges.fqdn.th-h.de:/usr/obj/usr/src/sys/klaus i386 >Description: cal(1)/ncal(1) (at least?) are not multibyte aware. They use %.2s as format to trim strings for output. That may destroy correct multibyte sequences and display garbage. >How-To-Repeat: $ LC_ALL=hu_HU.UTF-8 cal >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Thu Oct 20 14:20:13 2005 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 0928016A41F for ; Thu, 20 Oct 2005 14:20:13 +0000 (GMT) (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 DCD9443D64 for ; Thu, 20 Oct 2005 14:20:11 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j9KEKBdg020885 for ; Thu, 20 Oct 2005 14:20:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9KEKBvp020884; Thu, 20 Oct 2005 14:20:11 GMT (envelope-from gnats) Resent-Date: Thu, 20 Oct 2005 14:20:11 GMT Resent-Message-Id: <200510201420.j9KEKBvp020884@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, Mark Andrews Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F231C16A41F for ; Thu, 20 Oct 2005 14:19:14 +0000 (GMT) (envelope-from Mark_Andrews@isc.org) Received: from farside.isc.org (farside.isc.org [204.152.187.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id AFB9C43D5A for ; Thu, 20 Oct 2005 14:19:14 +0000 (GMT) (envelope-from Mark_Andrews@isc.org) Received: from drugs.dv.isc.org (localhost [IPv6:::1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by farside.isc.org (Postfix) with ESMTP id 386E4677FD for ; Thu, 20 Oct 2005 14:19:14 +0000 (UTC) (envelope-from marka@isc.org) Received: from drugs.dv.isc.org (localhost [127.0.0.1]) by drugs.dv.isc.org (8.13.4/8.13.1) with ESMTP id j9KEJBrD033935 for ; Fri, 21 Oct 2005 00:19:11 +1000 (EST) (envelope-from marka@drugs.dv.isc.org) Received: (from marka@localhost) by drugs.dv.isc.org (8.13.4/8.13.1/Submit) id j9KEJAkX033934; Fri, 21 Oct 2005 00:19:10 +1000 (EST) (envelope-from marka) Message-Id: <200510201419.j9KEJAkX033934@drugs.dv.isc.org> Date: Fri, 21 Oct 2005 00:19:10 +1000 (EST) From: Mark Andrews To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: bin/87726: gssapi.h is not c++ aware X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Mark Andrews List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Oct 2005 14:20:13 -0000 >Number: 87726 >Category: bin >Synopsis: gssapi.h is not c++ aware >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 Oct 20 14:20:11 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Mark Andrews >Release: FreeBSD 4.11-STABLE i386 >Organization: ISC >Environment: System: FreeBSD drugs.dv.isc.org 4.11-STABLE FreeBSD 4.11-STABLE #26: Wed Oct 12 20:11:22 EST 2005 marka@drugs.dv.isc.org:/usr/obj/usr/src/sys/DRUGS i386 >Description: gssapi.h is not c++ aware. It it missing __BEGIN_DECLS and __END_DECLS around the function prototypes preventing successful linkage for libgssapi from c++ applications. >How-To-Repeat: >Fix: Add __BEGIN_DECLS and __END_DECLS appropriately. Define them if necessary. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Thu Oct 20 14:40:16 2005 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 81F5416A41F for ; Thu, 20 Oct 2005 14:40:16 +0000 (GMT) (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 D77DF43D66 for ; Thu, 20 Oct 2005 14:40:15 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j9KEeF2V022833 for ; Thu, 20 Oct 2005 14:40:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9KEeFwW022832; Thu, 20 Oct 2005 14:40:15 GMT (envelope-from gnats) Resent-Date: Thu, 20 Oct 2005 14:40:15 GMT Resent-Message-Id: <200510201440.j9KEeFwW022832@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 DA18A16A422 for ; Thu, 20 Oct 2005 14:34:51 +0000 (GMT) (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 5D19443D78 for ; Thu, 20 Oct 2005 14:34: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 j9KEYj7X004037 for ; Thu, 20 Oct 2005 14:34:46 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j9KEYjb7004035; Thu, 20 Oct 2005 14:34:45 GMT (envelope-from nobody) Message-Id: <200510201434.j9KEYjb7004035@www.freebsd.org> Date: Thu, 20 Oct 2005 14:34:45 GMT From: Kyryll A Mirnenko To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: misc/87727: 6.0-RC1 coredumps 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, 20 Oct 2005 14:40:16 -0000 >Number: 87727 >Category: misc >Synopsis: 6.0-RC1 coredumps >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 Oct 20 14:40:15 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Kyryll A Mirnenko >Release: RELENG_6 >Organization: >Environment: FreeBSD bt.matrix.local 6.0-RC1 FreeBSD 6.0-RC1 #0: Wed Oct 19 14:40:42 EEST 2005 root@bt.matrix.local:/usr/src/sys/i386/compile/MY-O0 i386 >Description: Yesterday RELENG_6 kernel coredumps: Fatal trap 12: page fault while in kernel mode fault virtual address = 0x24 fault code = supervisor read, page not present instruction pointer = 0x20:0xc0600b45 stack pointer = 0x28:0xcb5c5c0c frame pointer = 0x28:0xcb5c5c24 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = resume, IOPL = 0 current process = 35 (swi4: clock sio) trap number = 12 panic: page fault Uptime: 2m3s Dumping 253 MB (2 chunks) w/ backtrace: (kgdb) backtrace #0 0xc05ceaf9 in doadump () #1 0xc05cf239 in boot () #2 0xc05cf5be in panic () #3 0xc089902d in trap_fatal () #4 0xc0898419 in trap () #5 0xc088089a in calltrap () #6 0xc0600b45 in propagate_priority () #7 0xc06016ad in turnstile_wait () #8 0xc05c0c40 in _mtx_lock_sleep () #9 0xc05e1f0b in softclock () #10 0xc05b1383 in ithread_loop () #11 0xc05afe4f in fork_exit () #12 0xc08808fc in fork_trampoline () kernel is -O0 -g, here's the full config: machine i386 device apic cpu I686_CPU options NO_F00F_HACK options PERFMON options DEVICE_POLLING device speaker device apm_saver device isa options AUTO_EOI_1 device eisa device mca device pci device npx device apm device pmtimer options PMAP_SHPGPERPROC=300 options COMPAT_AOUT options COMPAT_LINUX options LINPROCFS options FB_INSTALL_CDEV ident MY-O0 maxusers 15 makeoptions CONF_CFLAGS="-g -O0 -fno-builtin" options MAXDSIZ=(1024UL*1024*1024) options MAXSSIZ=(128UL*1024*1024) options DFLDSIZ=(512UL*1024*1024) options GEOM_BDE options GEOM_BSD options GEOM_MBR options GEOM_VOL options SCHED_4BSD options COMPAT_43 options COMPAT_FREEBSD4 options SYSVSHM options SYSVSEM options SYSVMSG options INET options INET6 options IPSEC options IPSEC_ESP options NETSMB options NETSMBCRYPTO options LIBMCHAIN options NETGRAPH options NETGRAPH_ASYNC options NETGRAPH_BPF options NETGRAPH_ECHO options NETGRAPH_GIF options NETGRAPH_GIF_DEMUX options NETGRAPH_HOLE options NETGRAPH_IFACE options NETGRAPH_IP_INPUT options NETGRAPH_KSOCKET options NETGRAPH_L2TP options NETGRAPH_LMI options NETGRAPH_MPPC_ENCRYPTION options NETGRAPH_ONE2MANY options NETGRAPH_PPP options NETGRAPH_PPTPGRE options NETGRAPH_RFC1490 options NETGRAPH_SOCKET options NETGRAPH_SPLIT options NETGRAPH_TEE options NETGRAPH_TTY options NETGRAPH_UI options NETGRAPH_VJC device ether device loop device bpf device tun device sl device gre device ppp options PPP_BSDCOMP options PPP_DEFLATE options PPP_FILTER device gif options XBONEHACK device faith device stf options IPFIREWALL options IPFIREWALL_VERBOSE options IPFIREWALL_VERBOSE_LIMIT=100 options IPFIREWALL_DEFAULT_TO_ACCEPT options IPFIREWALL_FORWARD options IPFIREWALL_FORWARD_EXTENDED options IPV6FIREWALL options IPV6FIREWALL_VERBOSE options IPV6FIREWALL_VERBOSE_LIMIT=100 options IPV6FIREWALL_DEFAULT_TO_ACCEPT options IPDIVERT options DUMMYNET options ZERO_COPY_SOCKETS options FFS options NFSCLIENT options CD9660 options FDESCFS options MSDOSFS options NFSSERVER options NTFS options PROCFS options PSEUDOFS options SMBFS options UNIONFS options SOFTUPDATES options UFS_DIRHASH options QUOTA options EXT2FS options VFS_AIO device random options CD9660_ICONV options MSDOSFS_ICONV options NTFS_ICONV options _KPOSIX_PRIORITY_SCHEDULING options HZ=100 device pty device md device snp options LIBICONV device atkbdc device atkbd options KBD_INSTALL_CDEV device vga device splash device blank_saver device sc options MAXCONS=5 options SC_ALT_MOUSE_IMAGE options SC_HISTORY_SIZE=500 options SC_MOUSE_CHAR=0x3 options SC_CUT_SPACES2TABS options SC_TWOBUTTON_MOUSE device ata device atadisk device atapicd device atapicam options ATA_STATIC_ID device fdc device sio device puc options PUC_FASTINTR device smbus device iicbus device iicbb device viapm device smb options PPC_PROBE_CHIPSET device ppc device ppbus device lpt device ppi device usb device ugen device scbus device da device umass device ums device uscanner device ucom options SEMMAP=45 options SEMMNI=15 options SEMMNS=90 options SEMMNU=45 options SEMMSL=90 options SEMOPM=150 options SEMUME=15 options SHMALL=1536 options SHMMAXPGS=1536 options SHMMAX=(SHMMAXPGS*PAGE_SIZE+1) options SHMMIN=2 options SHMMNI=48 options SHMSEG=12 options PANIC_REBOOT_WAIT_TIME=-1 options DIRECTIO options SHOW_BUSYBUFS options PREEMPTION options NETGRAPH_BLUETOOTH options NETGRAPH_DEVICE options NETGRAPH_IPFW options NETGRAPH_NAT device pf device pflog device pfsync device mem device sound device snd_ich device io options TCP_DROP_SYNFIN device ohci device uhci device ehci device pass device cd option LIBALIAS option REISERFS option NSWBUF_MIN=120 device psm device miibus device fxp device agp Here's dmesg: Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 6.0-RC1 #0: Wed Oct 19 14:40:42 EEST 2005 root@bt.matrix.local:/usr/src/sys/i386/compile/MY-O0 WARNING: debug.mpsafenet forced to 0 as ipsec requires Giant WARNING: MPSAFE network stack disabled, expect reduced performance. ACPI APIC Table: Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: Intel(R) Celeron(R) CPU 2.00GHz (1999.94-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0xf29 Stepping = 9 Features=0xbfebfbff Features2=0x4400> real memory = 266600448 (254 MB) avail memory = 251629568 (239 MB) ioapic0 irqs 0-23 on motherboard netsmb_dev: loaded npx0: [FAST] npx0: on motherboard npx0: INT 16 interface acpi0: on motherboard acpi0: Power Button (fixed) pci_link0: irq 11 on acpi0 pci_link1: irq 3 on acpi0 pci_link2: irq 9 on acpi0 pci_link3: irq 5 on acpi0 pci_link4: irq 11 on acpi0 pci_link5: irq 0 on acpi0 pci_link6: irq 0 on acpi0 pci_link7: irq 10 on acpi0 Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x408-0x40b on acpi0 cpu0: on acpi0 acpi_throttle0: on cpu0 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 agp0: mem 0xf0000000-0xf7ffffff,0xffa80000-0xffafffff irq 16 at device 2.0 on pci0 agp0: detected 892k stolen memory agp0: aperture size is 128M uhci0: port 0xe800-0xe81f 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 0xe880-0xe89f 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 0xec00-0xec1f 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 ehci0: mem 0xffa7fc00-0xffa7ffff irq 23 at device 29.7 on pci0 ehci0: [GIANT-LOCKED] usb3: EHCI version 1.0 usb3: companion controllers, 2 ports each: usb0 usb1 usb2 usb3: on ehci0 usb3: USB revision 2.0 uhub3: Intel EHCI root hub, class 9/0, rev 2.00/1.00, addr 1 uhub3: 6 ports with 6 removable, self powered pcib1: at device 30.0 on pci0 pci1: on pcib1 fxp0: port 0xdc00-0xdc3f mem 0xff8ff000-0xff8fffff irq 20 at device 8.0 on pci1 miibus0: on fxp0 inphy0: on miibus0 inphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto fxp0: Ethernet address: 00:11:11:2c:69:a4 fxp0: [GIANT-LOCKED] isab0: at device 31.0 on pci0 isa0: on isab0 atapci0: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xffa0-0xffaf at device 31.1 on pci0 ata0: on atapci0 ata1: on atapci0 pci0: at device 31.3 (no driver attached) pcm0: port 0xe400-0xe4ff,0xe080-0xe0bf mem 0xffa7f800-0xffa7f9ff,0xffa7f400-0xffa7f4ff irq 17 at device 31.5 on pci0 pcm0: [GIANT-LOCKED] pcm0: acpi_button0: on acpi0 speaker0: port 0x61 on acpi0 fdc0: port 0x3f0-0x3f1,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 ppc0: port 0x378-0x37f irq 7 on acpi0 ppc0: Generic chipset (EPP/NIBBLE) in COMPATIBLE mode ppbus0: on ppc0 lpt0: on ppbus0 lpt0: Interrupt-driven port ppi0: on ppbus0 atkbdc0: port 0x60,0x64 irq 1 on acpi0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] psm0: irq 12 on atkbdc0 psm0: [GIANT-LOCKED] psm0: model IntelliMouse, device ID 3 pmtimer0 on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <5 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 fb0 at vga0 Timecounter "TSC" frequency 1999944776 Hz quality 800 Timecounters tick every 10.000 msec WARNING: apm_saver module requires apm enabled IPv6 packet filtering initialized, default to accept, logging limited to 100 packets/entry IPsec: Initialized Security Association Processing. ipfw2 (+ipv6) initialized, divert loadable, rule-based forwarding enabled, default to accept, logging limited to 100 packets/entry by default ad0: DMA limited to UDMA33, controller found non-ATA66 cable ad0: 38166MB at ata0-master UDMA33 Trying to mount root from ufs:/dev/ad0s2a >How-To-Repeat: the kernel configuration described was tested to fail on 2 different machines, the one's description comes above. Seems nothing hw-specific >Fix: none so far >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Thu Oct 20 14:47:05 2005 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 0351116A41F; Thu, 20 Oct 2005 14:47:05 +0000 (GMT) (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 8BDEF43D64; Thu, 20 Oct 2005 14:47: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.3/8.13.3) with ESMTP id j9KEl4vF023044; Thu, 20 Oct 2005 14:47:04 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9KEl4Nb023040; Thu, 20 Oct 2005 14:47:04 GMT (envelope-from linimon) Date: Thu, 20 Oct 2005 14:47:04 GMT From: Mark Linimon Message-Id: <200510201447.j9KEl4Nb023040@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/87707: security/clamav: pthread error when linking with clamav lib 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, 20 Oct 2005 14:47:05 -0000 Old Synopsis: pthread error when linking with clamav lib New Synopsis: security/clamav: pthread error when linking with clamav lib Responsible-Changed-From-To: freebsd-bugs->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Thu Oct 20 14:45:28 GMT 2005 Responsible-Changed-Why: Make this a ports PR. To submitter: don't forget to Cc: the port maintainer when submitting PRs. http://www.freebsd.org/cgi/query-pr.cgi?pr=87707 From owner-freebsd-bugs@FreeBSD.ORG Thu Oct 20 15:00:34 2005 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 9EE9A16A41F for ; Thu, 20 Oct 2005 15:00:34 +0000 (GMT) (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 210E443D66 for ; Thu, 20 Oct 2005 15:00:33 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j9KF0X9l023489 for ; Thu, 20 Oct 2005 15:00:33 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9KF0XPr023488; Thu, 20 Oct 2005 15:00:33 GMT (envelope-from gnats) Resent-Date: Thu, 20 Oct 2005 15:00:33 GMT Resent-Message-Id: <200510201500.j9KF0XPr023488@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, Mark Andrews Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 68ACB16A420 for ; Thu, 20 Oct 2005 14:56:38 +0000 (GMT) (envelope-from Mark_Andrews@isc.org) Received: from farside.isc.org (farside.isc.org [204.152.187.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id A0F0643D5A for ; Thu, 20 Oct 2005 14:56:37 +0000 (GMT) (envelope-from Mark_Andrews@isc.org) Received: from drugs.dv.isc.org (localhost [IPv6:::1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by farside.isc.org (Postfix) with ESMTP id 7A00D677FD for ; Thu, 20 Oct 2005 14:56:35 +0000 (UTC) (envelope-from marka@isc.org) Received: from drugs.dv.isc.org (localhost [127.0.0.1]) by drugs.dv.isc.org (8.13.4/8.13.1) with ESMTP id j9KEuVSu034268 for ; Fri, 21 Oct 2005 00:56:31 +1000 (EST) (envelope-from marka@drugs.dv.isc.org) Received: (from marka@localhost) by drugs.dv.isc.org (8.13.4/8.13.1/Submit) id j9KEuVgc034267; Fri, 21 Oct 2005 00:56:31 +1000 (EST) (envelope-from marka) Message-Id: <200510201456.j9KEuVgc034267@drugs.dv.isc.org> Date: Fri, 21 Oct 2005 00:56:31 +1000 (EST) From: Mark Andrews To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: bin/87728: mozilla: libnegotiateauth.so broken X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Mark Andrews List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Oct 2005 15:00:34 -0000 >Number: 87728 >Category: bin >Synopsis: mozilla: libnegotiateauth.so broken >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 Oct 20 15:00:32 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Mark Andrews >Release: FreeBSD 4.11-STABLE i386 >Organization: ISC >Environment: System: FreeBSD drugs.dv.isc.org 4.11-STABLE FreeBSD 4.11-STABLE #26: Wed Oct 12 20:11:22 EST 2005 marka@drugs.dv.isc.org:/usr/obj/usr/src/sys/DRUGS i386 ORBit-0.5.17_2 High-performance CORBA ORB with support for the C language OpenSP-1.5_6 This package is a collection of SGML/XML tools called OpenS aalib-1.4.r5_1 An ascii art library acroread7-7.0.1 View, distribute and print PDF documents adns-1.1 Easy to use, asynchronous-capable DNS client library and ut amspsfnt-1.0_3 AMSFonts PostScript Fonts (Adobe Type 1 format) atk-1.9.1 A GNOME accessibility toolkit (ATK) autoconf-2.13.000227_5 Automatically configure source code on many Un*x platforms autoconf-2.53_3 Automatically configure source code on many Un*x platforms autoconf-2.59_2 Automatically configure source code on many Un*x platforms automake-1.4.6_2 GNU Standards-compliant Makefile generator (1.4) automake-1.9.6 GNU Standards-compliant Makefile generator (1.9) bash-2.05b.007_4 The GNU Bourne Again Shell bison-1.75_2,1 A parser generator from FSF, (mostly) compatible with Yacc bitstream-vera-1.10_1 Bitstream Vera TrueType font collection boehm-gc-6.5 Garbage collection and memory leak detection for C and C++ bonobo-1.0.22_1 The component and compound document system for GNOME british-ispell-3.1_1 An interactive spelling checker for multiple languages ca-roots-1.0_1 A list of SSL CA root certificates cdrtools-2.01_1 CD/CD-R[W] and ISO-9660 image creation and extraction tools cmpsfont-1.0_4 Computer Modern PostScript Fonts (Adobe Type 1 format) cvs-1.12.11 CVS version 1.12 cvsup-without-gui-16.1h_2 General network file distribution system optimized for CVS db2latex-0.8p1 DocBook to LaTeX XSL stylesheets db3-3.3.11_2,1 The Berkeley DB package, revision 3.3 desktop-file-utils-0.10_2 A couple of command line utilities for working with desktop djbfft-0.76_2 An extremely fast library for floating-point convolution docbook-1.3 Meta-port for the different versions of the DocBook DTD docbook-241_2 V2.4.1 of the DocBook DTD, designed for technical documenta docbook-3.0_2 V3.0 of the DocBook DTD, designed for technical documentati docbook-3.1_2 V3.1 of the DocBook DTD, designed for technical documentati docbook-4.0_2 V4.0 of the DocBook DTD, designed for technical documentati docbook-4.1_2 V4.1 of the DocBook DTD, designed for technical documentati docbook-sk-4.1.2_3 XML version of the DocBook DTD version controlled for Scrol docbook-xml-4.2_1 XML version of the DocBook DTD docbook-xsl-1.69.1 XSL DocBook stylesheets dri-6.2.1,2 OpenGL hardware acceleration drivers for the DRI drm-kmod-0.9.6 A FreeBSD kernel modules for 3d acceleration with the DRI dsssl-docbook-modular-1.79,1 DSSSL stylesheets for the DocBook DTD by Norman Walsh dtd-catalogs-1.2 SGML DTDs catalogs dvipsk-tetex-5.95a_1 Convert a TeX DVI file to PostScript esound-0.2.36 A sound library for enlightenment package ethereal-0.10.12 A powerful network analyzer/capture tool expat-1.95.8_3 XML 1.0 parser written in C ezm3-1.2 Easier, more portable Modula-3 distribution for building CV fetchmail-6.2.5.2 Batch mail retrieval utility for IMAP/POP2/POP3/APOP/KPOP/E fontconfig-2.2.3,1 An XML-based font configuration API for X Windows freetype2-2.1.10_1 A free and portable TrueType font rendering engine fvwm-2.5.13_1 Popular virtual window manager for X gcc-3.3.6,1 GNU Compiler Collection 3.3 gconf-1.0.9_7 A configuration database system for GNOME gd-2.0.33_1,1 A graphics library for fast creation of images gdbm-1.8.3_1 The GNU database manager gdk-pixbuf-0.22.0_3 A graphic library for GTK+ gdkxft-1.5_2 An anti-aliased font support for gtk+ getopt-1.1.3_1 A getopt(1) replacement that supports GNU-style long option gettext-0.14.5 GNU gettext package ghostscript-gnu-7.07_13 GNU Postscript interpreter glib-1.2.10_11 Some useful routines of C programming (previous stable vers glib-2.6.6 Some useful routines of C programming (current stable versi gmake-3.80_2 GNU version of 'make' utility gnomecanvas-0.22.0_3 A graphics library for GNOME gnomedb-0.2.96_2 Provide uniform access to data sources for the GNOME enviro gnomehier-2.0_7 A utility port that creates the GNOME directory tree gnomelibs-1.4.2_3 Libraries for GNOME, a GNU desktop environment gnomeprint-0.37_1 Gnome print support library gphoto2-2.1.6 A command-line frontend to libgphoto2 gsfonts-8.11_2 Fonts used by GNU Ghostscript (or X) gtk-1.2.10_13 Gimp Toolkit for X11 GUI (previous stable version) gtk-2.6.10_1 Gimp Toolkit for X11 GUI (current stable version) guile-1.6.5 GNU Ubiquitous Intelligent Language for Extension healthd-0.7.9 A daemon to monitor vital motherboard parameters help2man-1.35.1 Automatically generating simple manual pages from program o hicolor-icon-theme-0.5 A high-color icon theme shell from the FreeDesktop project html-4.01_2 All W3C published SGML DTDs for HTML html2text-1.3.2a Converts HTML documents into plain text idnkit-1.0_1 A library to handle internationalized domain names imake-6.8.2 Imake and other utilities from X.Org imlib-1.9.15_2 A graphic library for enlightenment package intltool-0.34.1 Tools to internationalize various kinds of data files isc-dhcp3-server-3.0.3 The ISC Dynamic Host Configuration Protocol server iso12083-1993_2 SGML DTDs from the The Electronic Publishing Special Intere iso8879-1986_2 Character entity sets from ISO 8879:1986 (SGML) ispell-3.2.06_13 An interactive spelling checker for multiple languages jpeg-6b_3 IJG's jpeg compression utilities kphone-4.2 A voice over internet phone krb5-1.4.1_1 An authentication system developed at MIT, successor to Ker ladspa-1.12_1 "Linux Audio Developer's Simple Plugin API" lame-3.96.1 ISO code based fast MP3 encoder kit lcms-1.14,1 Light Color Management System -- a color management library libIDL-0.8.6 A library for creating trees of CORBA Interface Definition libXft-2.1.7 A client-sided font API for X applications liba52-0.7.4_1 A free library for decoding ATSC A/52 streams, aka AC-3 libaudiofile-0.2.6 A sound library for SGI audio file libdvdcss-1.2.8_1 Portable abstraction library for DVD decryption libdvdread-0.9.4_1 This is needed by ogle, which is a DVD player that supports libexif-0.6.12_1 Library to read digital camera file meta-data libflash-0.4.13 GPL Flash (TM) Library libgda-0.2.96_2 Provides uniform access to different kinds of data sources libglade-0.17_3 GNOME glade library libglade2-2.5.1_2 GNOME glade library libglut-6.0.1 A graphics library similar to SGI's OpenGL libgnugetopt-1.2 GNU getopt library libgphoto2-2.1.6_1 A universal digital camera picture control tool libiconv-1.9.2_1 A character set conversion library libid3tag-0.15.0b_2 ID3 tags library (part of MAD project) libltdl-1.5.20 System independent dlopen wrapper libmad-0.15.1b_1 Libmad library (part of MAD project) libmikmod-esound-3.1.11 MikMod Sound Library libmng-1.0.8 Multiple-image Network Graphics (MNG) reference library libogg-1.1.2_1,3 Ogg bitstream library libsidplay-1.36.59 A Commodore SID-chip emulator library to play SID music fil libsndfile-1.0.11 Reading and writing files containing sampled sound (like WA libtool-1.3.5_2 Generic shared library support script (1.3) libtool-1.5.20 Generic shared library support script (1.5) libungif-4.1.3 Tools and library routines for working with GIF images libusb-0.1.10a Library giving userland programs access to USB devices libvorbis-1.1.1,3 Audio compression codec library libwww-5.4.0_1 The W3C Reference Library libxml-1.8.17_3 Xml parser library for GNOME libxml2-2.6.22 XML parser library for GNOME libxslt-1.1.15 The XSLT C library for GNOME linux-XFree86-libs-4.3.99.902_3 XFree86 libraries, Linux binary linux-atk-1.2.0_3 Accessibility Toolkit, Linux/i386 binary linux-expat-1.95.5_3 Linux/i386 binary port of Expat XML-parsing library linux-flashplugin-6.0r79_3 The official Macromedia Flash Player for Linux Mozilla and linux-flashplugin-7.0r25_2 The official Macromedia Flash Player for Linux Mozilla and linux-fontconfig-2.1_3 Linux/i386 binary of Fontconfig linux-glib2-2.2.1_3 Version 2.X Linux/i386 binary port of GLib linux-gtk2-2.2.1_5 GTK+ library, version 2.X, Linux binary linux-jpeg-6b.15_4 RPM of the JPEG lib linux-pango-1.2.1_3 Linux pango binary linux-png-1.2.7_6 RPM of the PNG lib linux-realplayer-10.0.5 Linux RealPlayer 10 from RealNetworks linux-tiff-3.6.1_3 TIFF library, Linux/i386 binary linux_base-8-8.0_6 Base set of packages needed in Linux mode (only for i386) linuxdoc-1.1_1 The Linuxdoc SGML DTD linuxpluginwrapper-20050910 A wrapper allowing use of linux-plugins with native applica lsof-4.76 Lists information about open files (similar to fstat(1)) ltmdm-1.4_14 Driver for the Lucent LT Winmodem chipset lynx-ssl-2.8.5 A non-graphical, text-based World-Wide Web client with SSL m4-1.4.3 GNU m4 mad-0.15.0b The "meta-port" for the MAD sound playback system madplay-esound-0.15.0b_2 Madplay MP3 player (part of MAD project) metamail-2.7_3 Implementation of MIME, the Multipurpose Internet Mail Exte mkcatalog-1.1 A maintainance utility for sgml catalog files mozilla-1.7.12,2 The open source, standards compliant web browser mplayer-fonts-0.50 A font pack for the mplayer OSD and SUB mplayer-gtk-esound-0.99.7_5 High performance media player/encoder supporting many forma mplayer-skins-1.1.1_2 Skins for MPlayer's Graphical User Interface (GUI) mplayerplug-in-3.11_1 A Mozilla plugin for the MPlayer media player mtools-3.9.8_4 A collection of tools for manipulating MSDOS files nas-1.7 Network Audio System nasm-0.98.39,1 General-purpose multi-platform x86 assembler net-snmp-5.2.1.2 An extendable SNMP implementation nmap-3.93 Port scanning utility for large networks nmh-1.0.4_4 A cleaned up MH mailer suite nspr-4.6_1 A platform-neutral API for system level and libc like funct oaf-0.6.10_2 Object Activation Framework for GNOME ogle-0.9.2_2 Open DVD player that supports DVD menus ogle-gui-0.9.2_4 An add-on graphical user interface for Ogle open-motif-2.2.3_2 Motif X11 Toolkit (industry standard GUI (IEEE 1295)) openjade-1.3.2_6 Object-oriented SGML/XML parser toolkit and DSSSL engine openssh-gssapi-4.2.0.0,1 The portable version of OpenBSD's OpenSSH p5-Digest-1.11 Modules that calculate message digests p5-Digest-HMAC-1.01 Perl5 interface to HMAC Message-Digest Algorithms p5-Digest-SHA1-2.10 Perl interface to the SHA-1 Algorithm p5-HTML-Parser-3.45 Perl5 module for parsing HTML documents p5-HTML-Tagset-3.04 Some useful data table in parsing HTML p5-IO-Socket-SSL-0.97 Perl5 interface to SSL sockets p5-IO-stringy-2.110 Perl5 module for using IO handles with non-file objects p5-MIME-Base64-3.05 Perl5 module for Base64 and Quoted-Printable encodings p5-Mail-SpamAssassin-3.1.0 A highly efficient mail filter for identifying spam p5-Mail-Tools-1.67 Perl5 modules for dealing with Internet e-mail messages p5-Net-DNS-0.53 Perl5 interface to the DNS resolver, and dynamic updates p5-Net-IP-1.23 Perl extension for manipulating IPv4/IPv6 addresses p5-Net-SSLeay-1.25 Perl5 interface to SSL p5-OLE-Storage_Lite-0.14 Perl module for OLE document interface p5-PathTools-3.11 A Perl module for portably manipulating file specifications p5-Pod-Parser-1.33 Modules to work with POD (Plain Old Documentation) p5-Scalar-List-Utils-1.17,1 Perl subroutines that would be nice to have in the perl cor p5-Spreadsheet-ParseExcel-0.2603 Get information from Excel file p5-Time-HiRes-1.74,1 A perl5 module implementing High resolution time, sleep, an p5-URI-1.35 Perl5 interface to Uniform Resource Identifier (URI) refere p5-XML-LibXML-1.58_1 Interface to Gnome libxml2 library p5-XML-LibXML-Common-0.13 Routines and Constants common for XML::LibXML and XML::GDOM p5-XML-LibXSLT-1.58 Perl interface to the GNOME XSLT library p5-XML-NamespaceSupport-1.09_1 A simple generic namespace support class p5-XML-Parser-2.34_1 Perl extension interface to James Clark's XML parser, expat p5-XML-SAX-0.12 Simple API for XML p5-gettext-1.03 Message handling functions p5-type1inst-0.6.1_2 A script that helps install Postscript fonts in X Window Sy pango-1.8.2 An open-source framework for the layout and rendering of i1 pcre-6.4 Perl Compatible Regular Expressions library perl-5.8.7 Practical Extraction and Report Language pgp-5.0i_1 Public-Key encryption for the masses pkg_install-devel-20040811 Development version of the FreeBSD 5.x package tools pkgconfig-0.17.2 A utility to retrieve information about installed libraries png-1.2.8_2 Library for manipulating PNG images popt-1.7 A getopt(3) like library with a number of enhancements, fro portaudit-0.5.10 Checks installed ports against a list of security vulnerabi portupgrade-20041226_7 FreeBSD ports/packages administration and management tool s psi-0.9.3_3 A Qt-based Jabber client pstree-2.27 List processes as a tree python-2.4.1_3 An interpreted object-oriented programming language qca-1.0 Straightforward and cross-platform crypto API qca-tls-1.0_1 SSL/TLS plugin for Qt qmake-3.3.4 The build utility of the Qt project qt-3.3.4 Multiplatform C++ application framework racoon-20050510a KAME racoon IKE daemon razor-agents-2.72_1 A distributed, collaborative, spam detection and filtering rc_subr-1.31_1 Common startup and shutdown subroutines used by scripts rpm-3.0.6_10 The Red Hat Package Manager rpm2cpio-1.2_2 Convert .rpm files for extraction with /usr/bin/cpio, needs ruby-1.8.2_4 An object-oriented interpreted scripting language ruby18-bdb1-0.2.2 Ruby interface to Berkeley DB revision 1.8x with full featu scrollkeeper-0.3.14_1,1 An Open Document Cataloging Project sdl-1.2.9,2 Cross-platform multi-media development API sdocbook-xml-4.1.2.5_2 "Simplified" DocBook XML DTD shared-mime-info-0.16_1 A MIME type database from the FreeDesktop project smpeg-0.4.4_3 A free MPEG1 video player library with sound support smpeg-xmms-0.3.5_2 A mpeg video plugin for XMMS svgalib-1.4.3_5 A low level console graphics library t1lib-5.1.0,1 A Type 1 Rasterizer Library for UNIX/X11 tcl-8.3.5_5 Tool Command Language teTeX-3.0 A meta port for teTeX suite teTeX-base-3.0_4 Thomas Esser's distribution of TeX & friends (binaries) teTeX-texmf-3.0_3 Thomas Esser's distribution of TeX & friends (texmf tree) tex-texmflocal-1.9 Meta-port that creates a site-local $TEXMF directory texi2html-1.76_1,1 Texinfo to HTML converter tidy-20000804_2 Fixes and tidies up HTML files tiff-3.7.4 Tools and library routines for working with TIFF images tk-8.3.5_5 Graphical toolkit for TCL trn-4.0.b76_1 Version 4.0 of the threaded readnews newsreader unzip-5.52_2 List, test and extract compressed files in a ZIP archive urwfonts-1.0 Another font package for X valgrind-352_4 A (memory) debugging and profiling tool w3m-0.5.1_1 A pager/text-based WWW browser wdiff-0.5_3 Display word differences between text files win32-codecs-3.1.0.p5_1,1 Huge compilation of Win32 binary codecs, including MPEG-4(D wmbattery-1.21 Window Maker dockapp that displays info about your battery wmhm-1.46 WindowMaker dockable hardware monitor for FreeBSD wmwave-0.4_2 Display 802.11 status in the WindowMaker Dock xautolock-1.15 Used to activate xlock after a user defined time of inactiv xbatt-1.2.1 Laptop battery status display for X11 xdvik-tetex-22.84.10 DVI Previewer(kpathsearch) for X xfce-3.8.18_3 CDE like desktop with GTK xloadimage-4.1.14.2 X11 Image Loading Utility xlockmore-5.19 Like XLock session locker/screen saver, but just more xml2rfc-1.30 A tool to create RFCs and related documents from XML, as pe xmlcatmgr-2.2 SGML and XML catalog manager xmlindent-0.2.17 XML stream reformatter xmlto-0.0.18 Front-end to an XSL toolchain xmms-a52dec-1.0_1 A52 (aka AC3) decoder plugin for XMMS xmms-alarm-0.3.7 Alarm timer plugin for the X Multimedia System xmms-blursk-1.3_1 A XMMS plugin inspired by "Blur Scope" xmms-bonk-0.12_1 XMMS input plugin to play bonk files xmms-crossfade-0.3.8 XMMS Output plugin for crossfading between songs xmms-crystality-0.92_2 Realtime XMMS plugin for remastering mp3 sound xmms-esound-1.2.10_4 X Multimedia System --- An audio player with a Winamp GUI xmms-fc-0.5.4 A XMMS future composer input plugin xmms-finespectrum-1.0.1.a_1 Fine grain Spectrum analyzers for XMMS xmms-goom-1.8.1_1 A cool XMMS visualization xmms-infinity-0.2_2 A XMMS plug-in which generate full-screen interactive light xmms-jess-2.9.1_2 A XMMS visualization plugin that uses SDL xmms-ladspa-1.0 "XMMS Plugin that provides LADSPA Plugins to XMMS" xmms-liveice-1.0.0_1 Use XMMS for streaming audio to Icecast servers xmms-mad-0.1.1_2 A XMMS input plugin that uses libmad xmms-musepack-1.8.0_1 XMMS input plugin for playing MPC Musepack (.mpc, .mp+) fil xmms-osssurround-0.1_1 OSSSuround adds Surround Sound capabilities to XMMS xmms-paranormal-0.2.0_2 An adaptation of the "OpenGL Spectrum Analyzer" from XMMS xmms-pipe-0.5.4_1 Controls XMMS with a named pipe xmms-quix3dn-4.4.1_1 A 3D-sound effect plugin for XMMS xmms-shn-2.4.0 XMMS plugin to allow playing shorten-compressed audio xmms-sid-0.7.4_1 XMMS input plugin to play SID files xmms-sndfile-1.2 XMMS plugin to allow playing libsndfile supported files xmms-sndstretch-0.7_1 Plugin for xmms to change the pitch and/or speed xmms-tfmx-0.5 XMMS Input plugin for playing TFMX tunes xmms-volnorm-0.8.1_1 Volume Normalizer plugin for XMMS xorg-6.8.2 X.Org distribution metaport xorg-clients-6.8.2 X client programs and related files from X.Org xorg-documents-6.8.2 Documentation of X11 protocol and libraries from X.Org xorg-fonts-100dpi-6.8.2 X.Org 100dpi bitmap fonts xorg-fonts-75dpi-6.8.2 X.Org 75dpi bitmap fonts xorg-fonts-cyrillic-6.8.2 X.Org Cyrillic bitmap fonts xorg-fonts-encodings-6.8.2 X.Org font encoding files xorg-fonts-miscbitmaps-6.8.2 X.Org miscellaneous bitmap fonts xorg-fonts-truetype-6.8.2 X.Org TrueType fonts xorg-fonts-type1-6.8.2 X.Org Type1 fonts xorg-fontserver-6.8.2 X font server from X.Org xorg-libraries-6.8.2 X11 libraries and headers from X.Org xorg-manpages-6.8.2 X.Org library manual pages xorg-nestserver-6.8.2 Nesting X server from X.Org xorg-printserver-6.8.2_2 X Print server from X.Org xorg-server-6.8.2_6 X.Org X server and related programs xorg-vfbserver-6.8.2 X virtual framebuffer server from X.Org xpdf-3.00_7 Display PDF files, and convert them to other formats xterm-205 Terminal emulator for the X Window System xv-3.10a_5 An X11 program that displays images of various formats zip-2.3_2 Create/update ZIP files compatible with pkzip >Description: The patch for extensions/negotiateauth/Makefile.in incorrectly defines EXTRA_DSO_LDOPTS after ifneq (,$(GSSAPI_LIBS)) which attempts to add the GSSAPI_LIBS. >How-To-Repeat: Fix www/mozilla to use ${KRB5_HOME} and attempt to build libnegotiateauth.so using krb5-1.4.1_1. (need to move /usr/include/gssapi.h sideways if it exists so that configure detects krb5 and not the heimdal code). Note the undefined references to the gssapi code. >Fix: Remove the final definition of EXTRA_DSO_LDOPTS and move $(MOZ_COMPONENT_LIBS) back where it initially was. Also a -R${KRB5_HOME}/lib needs to be added. Not included here as it should be added to GSSAPI_LIBS. [I'm doing a test build against the heimdal code. It needs the same changes as well as changes to /usr/include/gssapi.h http://www.freebsd.org/cgi/query-pr.cgi?pr=87726 to get it to link.] EXTRA_DSO_LDOPTS = \ $(MOZ_COMPONENT_LIBS) \ $(NULL) ifneq (,$(GSSAPI_LIBS)) LOCAL_INCLUDES = -DUSE_GSSAPI $(GSSAPI_INCLUDES) EXTRA_DSO_LDOPTS += $(GSSAPI_LIBS) CPPSRCS += nsNegotiateAuthGSSAPI.cpp # Do not set EXPORT_LIBRARY as we do not want negotiateauth in the static # libs list #EXPORT_LIBRARY = 1 # make sure this component is never statically linked into the main # application. this is necessary since we don't want to force users # to install GSSAPI libraries in order to use the rest of mozilla ;-) FORCE_SHARED_LIB = 1 endif ldd on the resulting library should look like similar to this. % ldd /usr/X11R6/lib/mozilla/components/libnegotiateauth.so /usr/X11R6/lib/mozilla/components/libnegotiateauth.so: libxpcom.so => not found (0x0) libiconv.so.3 => /usr/local/lib/libiconv.so.3 (0x28114000) libplds4.so => /usr/local/lib/libplds4.so (0x28201000) libplc4.so => /usr/local/lib/libplc4.so (0x28228000) libnspr4.so => /usr/local/lib/libnspr4.so (0x28251000) libgssapi_krb5.so => /usr/local/krb5/lib/libgssapi_krb5.so (0x28282000) libstdc++.so.3 => /usr/lib/libstdc++.so.3 (0x2829f000) libm.so.2 => /usr/lib/libm.so.2 (0x282e4000) libkrb5.so => /usr/local/krb5/lib/libkrb5.so (0x282ff000) libk5crypto.so => /usr/local/krb5/lib/libk5crypto.so (0x28376000) libcom_err.so => /usr/local/krb5/lib/libcom_err.so (0x2839b000) libkrb5support.so => /usr/local/krb5/lib/libkrb5support.so (0x283a0000) % >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Thu Oct 20 15:20:24 2005 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 7763D16A422 for ; Thu, 20 Oct 2005 15:20:24 +0000 (GMT) (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 4FD9043D7B for ; Thu, 20 Oct 2005 15:20:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j9KFKJMe029086 for ; Thu, 20 Oct 2005 15:20:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9KFKJJ9029085; Thu, 20 Oct 2005 15:20:19 GMT (envelope-from gnats) Resent-Date: Thu, 20 Oct 2005 15:20:19 GMT Resent-Message-Id: <200510201520.j9KFKJJ9029085@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, Bradley T Hughes Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 329E616A420 for ; Thu, 20 Oct 2005 15:19:58 +0000 (GMT) (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 771C143D6A for ; Thu, 20 Oct 2005 15:19:57 +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 j9KFJvxL050380 for ; Thu, 20 Oct 2005 15:19:57 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j9KFJvd5050379; Thu, 20 Oct 2005 15:19:57 GMT (envelope-from nobody) Message-Id: <200510201519.j9KFJvd5050379@www.freebsd.org> Date: Thu, 20 Oct 2005 15:19:57 GMT From: Bradley T Hughes To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: bin/87729: most calls to malloc(3) generate warnings in valgrind 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, 20 Oct 2005 15:20:24 -0000 >Number: 87729 >Category: bin >Synopsis: most calls to malloc(3) generate warnings in valgrind >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Oct 20 15:20:18 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Bradley T Hughes >Release: 6.0-RC1 >Organization: Trolltech AS >Environment: FreeBSD reticent.troll.no 6.0-RC1 FreeBSD 6.0-RC1 #28: Mon Oct 17 08:46:08 CEST 2005 root@reticent.troll.no:/usr/obj/usr/src/sys/RETICENT i386 >Description: When using valgrind from ports to debug a program, most calls to malloc(3) generate a warning about a comparison depending on uninitialized values. >How-To-Repeat: Run valgrind on /bin/ls >Fix: Apply the attached patch to src/lib/libc/stdlib/malloc.c, it makes sure that all bits in the pginfo.bits bitfield are initialized. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Thu Oct 20 15:24:21 2005 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 19E9B16A41F; Thu, 20 Oct 2005 15:24:21 +0000 (GMT) (envelope-from bhughes@trolltech.com) Received: from esparsett.troll.no (esparsett.troll.no [80.232.37.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D67C43D9A; Thu, 20 Oct 2005 15:24:16 +0000 (GMT) (envelope-from bhughes@trolltech.com) Received: from esparsett.troll.no (localhost [127.0.0.1]) by localhost (Postfix) with SMTP id 6E54AB4F; Thu, 20 Oct 2005 17:24:15 +0200 (CEST) Received: from [80.232.37.28] (reticent.troll.no [80.232.37.28]) by esparsett.troll.no (Postfix) with ESMTP id 5A0ECAC2; Thu, 20 Oct 2005 17:24:15 +0200 (CEST) Message-ID: <4357B69F.7050108@trolltech.com> Date: Thu, 20 Oct 2005 17:24:15 +0200 From: Bradley T Hughes Organization: Trolltech AS User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050908) X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-bugs@FreeBSD.org References: <200510201520.j9KFKIZQ029076@freefall.freebsd.org> In-Reply-To: <200510201520.j9KFKIZQ029076@freefall.freebsd.org> Content-Type: multipart/mixed; boundary="------------070208000107050800030908" Cc: Subject: Re: bin/87729: most calls to malloc(3) generate warnings in valgrind 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, 20 Oct 2005 15:24:21 -0000 This is a multi-part message in MIME format. --------------070208000107050800030908 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit FreeBSD-gnats-submit@FreeBSD.org wrote: > Thank you very much for your problem report. > It has the internal identification `bin/87729'. > 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=87729 > > >>Category: bin >>Responsible: freebsd-bugs >>Synopsis: most calls to malloc(3) generate warnings in valgrind >>Arrival-Date: Thu Oct 20 15:20:18 GMT 2005 Here is the patch that I couldn't attach when using the web form. -- Bradley T. Hughes - bhughes at trolltech.com Trolltech AS - Waldemar Thranes gt. 98 N-0175 Oslo, Norway --------------070208000107050800030908 Content-Type: text/plain; name="malloc.c.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="malloc.c.diff" --- malloc.c Wed Oct 19 13:30:01 2005 +++ malloc.c~ Wed Oct 19 13:29:01 2005 @@ -635,8 +635,11 @@ for(;k-i >= MALLOC_BITS; i += MALLOC_BITS) bp->bits[i / MALLOC_BITS] = ~0; - for(; i < k; i++) - bp->bits[i/MALLOC_BITS] |= 1<<(i%MALLOC_BITS); + if (i < k) { + bp->bits[i/MALLOC_BITS] = 0; + for(; i < k; i++) + bp->bits[i/MALLOC_BITS] |= 1<<(i%MALLOC_BITS); + } if (bp == bp->page) { /* Mark the ones we stole for ourselves */ --------------070208000107050800030908-- From owner-freebsd-bugs@FreeBSD.ORG Thu Oct 20 15:30:21 2005 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 D20E316A41F for ; Thu, 20 Oct 2005 15:30:21 +0000 (GMT) (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 35C7F43D5A for ; Thu, 20 Oct 2005 15: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.3/8.13.3) with ESMTP id j9KFULlA029784 for ; Thu, 20 Oct 2005 15:30:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9KFUKT7029783; Thu, 20 Oct 2005 15:30:21 GMT (envelope-from gnats) Date: Thu, 20 Oct 2005 15:30:21 GMT Message-Id: <200510201530.j9KFUKT7029783@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Bradley T Hughes Cc: Subject: Re: bin/87729: most calls to malloc(3) generate warnings in valgrind X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Bradley T Hughes List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Oct 2005 15:30:22 -0000 The following reply was made to PR bin/87729; it has been noted by GNATS. From: Bradley T Hughes To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: bin/87729: most calls to malloc(3) generate warnings in valgrind Date: Thu, 20 Oct 2005 17:24:15 +0200 This is a multi-part message in MIME format. --------------070208000107050800030908 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit FreeBSD-gnats-submit@FreeBSD.org wrote: > Thank you very much for your problem report. > It has the internal identification `bin/87729'. > 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=87729 > > >>Category: bin >>Responsible: freebsd-bugs >>Synopsis: most calls to malloc(3) generate warnings in valgrind >>Arrival-Date: Thu Oct 20 15:20:18 GMT 2005 Here is the patch that I couldn't attach when using the web form. -- Bradley T. Hughes - bhughes at trolltech.com Trolltech AS - Waldemar Thranes gt. 98 N-0175 Oslo, Norway --------------070208000107050800030908 Content-Type: text/plain; name="malloc.c.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="malloc.c.diff" --- malloc.c Wed Oct 19 13:30:01 2005 +++ malloc.c~ Wed Oct 19 13:29:01 2005 @@ -635,8 +635,11 @@ for(;k-i >= MALLOC_BITS; i += MALLOC_BITS) bp->bits[i / MALLOC_BITS] = ~0; - for(; i < k; i++) - bp->bits[i/MALLOC_BITS] |= 1<<(i%MALLOC_BITS); + if (i < k) { + bp->bits[i/MALLOC_BITS] = 0; + for(; i < k; i++) + bp->bits[i/MALLOC_BITS] |= 1<<(i%MALLOC_BITS); + } if (bp == bp->page) { /* Mark the ones we stole for ourselves */ --------------070208000107050800030908-- From owner-freebsd-bugs@FreeBSD.ORG Thu Oct 20 16:30:19 2005 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 0B27D16A41F for ; Thu, 20 Oct 2005 16:30:19 +0000 (GMT) (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 63AEE43D66 for ; Thu, 20 Oct 2005 16:30:18 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j9KGUIHY039099 for ; Thu, 20 Oct 2005 16:30:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9KGUI4T039098; Thu, 20 Oct 2005 16:30:18 GMT (envelope-from gnats) Resent-Date: Thu, 20 Oct 2005 16:30:18 GMT Resent-Message-Id: <200510201630.j9KGUI4T039098@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 5660916A41F for ; Thu, 20 Oct 2005 16:24:03 +0000 (GMT) (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 2627043D62 for ; Thu, 20 Oct 2005 16:24:03 +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 j9KGO0Qe071727 for ; Thu, 20 Oct 2005 16:24:00 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j9KGO0mx071726; Thu, 20 Oct 2005 16:24:00 GMT (envelope-from nobody) Message-Id: <200510201624.j9KGO0mx071726@www.freebsd.org> Date: Thu, 20 Oct 2005 16:24:00 GMT From: Václav Haisman To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: misc/87731: /usr/local/lib/php/20020429/domxml.so references unknown symbol which prevents it from being loaded/used 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, 20 Oct 2005 16:30:19 -0000 >Number: 87731 >Category: misc >Synopsis: /usr/local/lib/php/20020429/domxml.so references unknown symbol which prevents it from being loaded/used >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Oct 20 16:30:17 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Václav Haisman >Release: 4.11 >Organization: SU SH >Environment: FreeBSD logout 4.11-STABLE FreeBSD 4.11-STABLE #0: Wed Sep 14 22:19:57 CEST 2005 root@logout:/usr/obj/usr/src/sys/logout-ipv6 i386 >Description: root@logout:::/usr/ports/www/horde> apachectl startssl Processing config directory: /usr/local/etc/horde Processing config file: /usr/local/etc/horde/httpd.conf.horde PHP Warning: Unknown(): Unable to load dynamic library '/usr/local/lib/php/20020429/domxml.so' - /usr/local/lib/libxml2.so.5: Undefined symbol "pthread_equal" in Unknown on line 0 >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Thu Oct 20 17:01:24 2005 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 8D39916A422; Thu, 20 Oct 2005 17:01:24 +0000 (GMT) (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 4824543D5A; Thu, 20 Oct 2005 17:01:24 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j9KH1O7D043017; Thu, 20 Oct 2005 17:01:24 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9KH1On8043013; Thu, 20 Oct 2005 17:01:24 GMT (envelope-from linimon) Date: Thu, 20 Oct 2005 17:01:24 GMT From: Mark Linimon Message-Id: <200510201701.j9KH1On8043013@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, ale@FreeBSD.org Cc: Subject: Re: ports/87731: /usr/local/lib/php/20020429/domxml.so references unknown symbol which prevents it from being loaded/used 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, 20 Oct 2005 17:01:24 -0000 Synopsis: /usr/local/lib/php/20020429/domxml.so references unknown symbol which prevents it from being loaded/used Responsible-Changed-From-To: freebsd-bugs->ale Responsible-Changed-By: linimon Responsible-Changed-When: Thu Oct 20 17:00:16 GMT 2005 Responsible-Changed-Why: Ports bug. It sounds like it's in one of the php4 ports, so over to their common maintainer. Note to submitter: you haven't really given us much information to work on here, such as which ports you have installed. http://www.freebsd.org/cgi/query-pr.cgi?pr=87731 From owner-freebsd-bugs@FreeBSD.ORG Thu Oct 20 19:40:12 2005 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 630F316A41F for ; Thu, 20 Oct 2005 19:40:12 +0000 (GMT) (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 A35C443D66 for ; Thu, 20 Oct 2005 19:40:11 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j9KJeBpA067755 for ; Thu, 20 Oct 2005 19:40:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9KJeBs2067754; Thu, 20 Oct 2005 19:40:11 GMT (envelope-from gnats) Resent-Date: Thu, 20 Oct 2005 19:40:11 GMT Resent-Message-Id: <200510201940.j9KJeBs2067754@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, djuvec Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 229F816A41F for ; Thu, 20 Oct 2005 19:33:20 +0000 (GMT) (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 D422C43D62 for ; Thu, 20 Oct 2005 19:33: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 j9KJXJjM042101 for ; Thu, 20 Oct 2005 19:33:19 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j9KJXJPd042100; Thu, 20 Oct 2005 19:33:19 GMT (envelope-from nobody) Message-Id: <200510201933.j9KJXJPd042100@www.freebsd.org> Date: Thu, 20 Oct 2005 19:33:19 GMT From: djuvec To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: misc/87750: btx halted error while installation 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, 20 Oct 2005 19:40:12 -0000 >Number: 87750 >Category: misc >Synopsis: btx halted error while installation >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Oct 20 19:40:10 GMT 2005 >Closed-Date: >Last-Modified: >Originator: djuvec >Release: 5.4 >Organization: >Environment: ? >Description: After booting from CD the boot prompt appears. Then after pressing a number key for booting somthing is loaded from CD, then the CPU registers are dumped and BTX halted appears. The eip value is always the same, independent which number key is pressed. >How-To-Repeat: Insert the CD, reset the computer and boot from CD. >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Thu Oct 20 19:42:04 2005 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 EF33A16A41F for ; Thu, 20 Oct 2005 19:42:04 +0000 (GMT) (envelope-from mathieu_prevot@yahoo.fr) Received: from relay-cv.club-internet.fr (relay-cv.club-internet.fr [194.158.96.103]) by mx1.FreeBSD.org (Postfix) with ESMTP id 84A9E43D62 for ; Thu, 20 Oct 2005 19:42:04 +0000 (GMT) (envelope-from mathieu_prevot@yahoo.fr) Received: from [192.168.0.3] (l07v-213-44-91-206.d4.club-internet.fr [213.44.91.206]) by relay-cv.club-internet.fr (Postfix) with ESMTP id 4926F25619 for ; Thu, 20 Oct 2005 21:42:03 +0200 (CEST) Mime-Version: 1.0 (Apple Message framework v734) Content-Transfer-Encoding: 7bit Message-Id: <79782BAC-1F05-465E-8312-B1B3CAE00DD0@yahoo.fr> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: freebsd-bugs@freebsd.org From: Mathieu Prevot Date: Thu, 20 Oct 2005 21:41:49 +0200 X-Mailer: Apple Mail (2.734) Subject: ACPI errors on amd64 (sempron) 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, 20 Oct 2005 19:42:05 -0000 It is probably known but it occurs in 6.0RC1-AMD64-GENERIC Copyright (c) 1992-2005 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.0-RC1 #0: Sun Oct 9 20:36:12 UTC 2005 root@rat.samsco.home:/usr/obj/usr/src/sys/GENERIC ACPI APIC Table: Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: AMD Sempron(tm) Processor 2600+ (1607.40-MHz K8-class CPU) Origin = "AuthenticAMD" Id = 0x20fc2 Stepping = 2 Features=0x78bfbff Features2=0x1 AMD Features=0xe2500800,LM,3DNow+,3DNow> real memory = 469696512 (447 MB) avail memory = 441864192 (421 MB) ioapic0 irqs 0-23 on motherboard acpi0: on motherboard acpi0: Power Button (fixed) ACPI-0501: *** Error: Handler for [SystemMemory] returned AE_AML_ALIGNMENT ACPI-1304: *** Error: Method execution failed [\\_SB_.MEM_._CRS] (Node 0xffffff00000908c0), AE_AML_ALIGNMENT ACPI-0239: *** Error: Method execution failed [\\_SB_.MEM_._CRS] (Node 0xffffff00000908c0), AE_AML_ALIGNMENT can't fetch resources for \\_SB_.MEM_ - AE_AML_ALIGNMENT ACPI-0501: *** Error: Handler for [SystemMemory] returned AE_AML_ALIGNMENT ACPI-1304: *** Error: Method execution failed [\\_SB_.PCI0._CRS] (Node 0xffffff00000905c0), AE_AML_ALIGNMENT ACPI-0239: *** Error: Method execution failed [\\_SB_.PCI0._CRS] (Node 0xffffff00000905c0), AE_AML_ALIGNMENT can't fetch resources for \\_SB_.PCI0 - AE_AML_ALIGNMENT pci_link0: irq 11 on acpi0 pci_link1: irq 5 on acpi0 pci_link2: irq 10 on acpi0 pci_link3: on acpi0 pci_link4: on acpi0 pci_link5: on acpi0 pci_link6: on acpi0 pci_link7: on acpi0 pci_link8: irq 0 on acpi0 pci_link9: irq 0 on acpi0 pci_link10: irq 0 on acpi0 pci_link11: irq 0 on acpi0 Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x4008-0x400b on acpi0 cpu0: on acpi0 acpi_button0: on acpi0 pcib0: on acpi0 pci_link9: BIOS IRQ 11 for -2145774744.16.INTA is invalid pci_link9: BIOS IRQ 5 for -2145774744.16.INTB is invalid pci_link9: BIOS IRQ 10 for -2145774744.16.INTC is invalid pci_link10: BIOS IRQ 10 for -2145774744.17.INTC is invalid pci_link11: BIOS IRQ 11 for -2145774744.18.INTA is invalid pci0: on pcib0 agp0: mem 0xe0000000-0xe3ffffff at device 0.0 on pci0 pcib1: at device 1.0 on pci0 pci1: on pcib1 pci1: at device 0.0 (no driver attached) atapci0: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xd000-0xd00f at device 15.0 on pci0 ata0: on atapci0 ata1: on atapci0 uhci0: port 0xd400-0xd41f 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 0xd800-0xd81f 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 0xdc00-0xdc1f 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 0xe000-0xe01f 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 0xea000000-0xea0000ff 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 pci0: at device 17.5 (no driver attached) vr0: port 0xe800-0xe8ff mem 0xea001000-0xea0010ff irq 23 at device 18.0 on pci0 miibus0: on vr0 ukphy0: on miibus0 ukphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto vr0: Ethernet address: 00:14:85:51:39:80 atkbdc0: port 0x60,0x64 irq 1 on acpi0 atkbd0: flags 0x1 irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] orm0: at iomem 0xcc000-0xd3fff on isa0 ppc0: cannot reserve I/O port range sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sio0: configured irq 4 not in bitmap of probed irqs 0 sio0: port may not be enabled sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 8250 or not responding 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/20.00, addr 2, iclass 3/1 ums0: 3 buttons and Z dir. Timecounter "TSC" frequency 1607402061 Hz quality 800 Timecounters tick every 1.000 msec ad0: 152626MB at ata0-master UDMA100 acd0: DVDR at ata1-master UDMA33 acd1: CDRW at ata1-slave UDMA33 Trying to mount root from ufs:/dev/ad0s1a umass0: LEXAR MEDIA JUMPDRIVE SPORT, rev 2.00/20.00, addr 2 da0 at umass-sim0 bus 0 target 0 lun 0 da0: Removable Direct Access SCSI-0 device da0: 40.000MB/s transfers da0: 989MB (2026592 512 byte sectors: 64H 32S/T 989C) From owner-freebsd-bugs@FreeBSD.ORG Thu Oct 20 21:00:34 2005 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 AF4A016A41F for ; Thu, 20 Oct 2005 21:00:34 +0000 (GMT) (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 7A21243D62 for ; Thu, 20 Oct 2005 21:00:34 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j9KL0YHG076582 for ; Thu, 20 Oct 2005 21:00:34 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9KL0YBk076581; Thu, 20 Oct 2005 21:00:34 GMT (envelope-from gnats) Date: Thu, 20 Oct 2005 21:00:34 GMT Message-Id: <200510202100.j9KL0YBk076581@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: John Baldwin Cc: Subject: Re: kern/87506: [PATCH] Fix alias support on vr interfaces X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: John Baldwin List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Oct 2005 21:00:34 -0000 The following reply was made to PR kern/87506; it has been noted by GNATS. From: John Baldwin To: bug-followup@freebsd.org, marcus@freebsd.org Cc: Subject: Re: kern/87506: [PATCH] Fix alias support on vr interfaces Date: Thu, 20 Oct 2005 16:53:31 -0400 I've reproduced the same behavior on an rl(4) interface on my laptop, but it only occurs if rl0 uses DHCP (and thus dhclient). If I statically configure rl0 then I can add aliases no problem. Perhaps when an alias is added and the chip is reset, dhclient thinks that the link has reset and tears down the lease or something. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-freebsd-bugs@FreeBSD.ORG Thu Oct 20 21:00:36 2005 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 70EBA16A420 for ; Thu, 20 Oct 2005 21:00:36 +0000 (GMT) (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 5033343D69 for ; Thu, 20 Oct 2005 21:00:35 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j9KL0ZJL076608 for ; Thu, 20 Oct 2005 21:00:35 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9KL0Zkr076607; Thu, 20 Oct 2005 21:00:35 GMT (envelope-from gnats) Resent-Date: Thu, 20 Oct 2005 21:00:35 GMT Resent-Message-Id: <200510202100.j9KL0Zkr076607@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, Paulo Fragoso Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E92F16A41F for ; Thu, 20 Oct 2005 20:56:44 +0000 (GMT) (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 5CE0543D5A for ; Thu, 20 Oct 2005 20:56: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 j9KKuhNO010087 for ; Thu, 20 Oct 2005 20:56:44 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j9KKuhMd010076; Thu, 20 Oct 2005 20:56:43 GMT (envelope-from nobody) Message-Id: <200510202056.j9KKuhMd010076@www.freebsd.org> Date: Thu, 20 Oct 2005 20:56:43 GMT From: Paulo Fragoso To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: kern/87758: Reboot problem with atheros wireless card (DWL-G520) 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, 20 Oct 2005 21:00:36 -0000 >Number: 87758 >Category: kern >Synopsis: Reboot problem with atheros wireless card (DWL-G520) >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Oct 20 21:00:34 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Paulo Fragoso >Release: FreeBSD 6.0-RC1 i386 >Organization: Nlink ISP >Environment: FreeBSD bmarx2-brd.nlink.com.br 6.0-RC1 FreeBSD 6.0-RC1 #0: Tue Oct 18 11:42:09 GMT+3 2005 root@teste.nlink.com.br:/usr/src/sys/i386/compile/KERNEL1 i386 >Description: When using a wireless client running FreeBSD 6.0-RC1 and wireless card D-Link DWL-520 with ahteros chipset, this system freezes after reboot command. Only after turn off by power button we can use again this machine. This is critical because FreeBSD 6.0 has focus target to wireless devices. There isn't problem if ath0 interface wasn't configure. >How-To-Repeat: Using a wireless card D-Link DWL-520, modify /boot/loader.conf: wlan_wep_load="YES" if_ath_load="YES" ath_hal_load="YES" ath_rate_load="YES" and configure ath0 interface to associate with some AP, example /etc/start_if.ath0: ifconfig ath0 inet A.B.C.D netmask 255.255.255.192 ssid 'SOMENETWORK' \ wepmode on wepkey 0x2020202020 weptxkey 1 media DS/2Mbps mode 11b All is working but after run "reboot" command this system freezes after sync disks and print uptime. We have tested with 03 different motherboards, one running Celeron and others AMD processors. There isn't problem using same hardware and not configure ath0 interface. This problem appear only after stablish some wireless connection using ath0 internface >Fix: I don't know. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Thu Oct 20 21:10:14 2005 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 5C77316A41F for ; Thu, 20 Oct 2005 21:10:14 +0000 (GMT) (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 249DE43D5A for ; Thu, 20 Oct 2005 21:10: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.3/8.13.3) with ESMTP id j9KLAE7s081799 for ; Thu, 20 Oct 2005 21:10:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9KLADhB081798; Thu, 20 Oct 2005 21:10:13 GMT (envelope-from gnats) Date: Thu, 20 Oct 2005 21:10:13 GMT Message-Id: <200510202110.j9KLADhB081798@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Joe Marcus Clarke Cc: Subject: Re: kern/87506: [PATCH] Fix alias support on vr interfaces X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Joe Marcus Clarke List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Oct 2005 21:10:14 -0000 The following reply was made to PR kern/87506; it has been noted by GNATS. From: Joe Marcus Clarke To: John Baldwin Cc: bug-followup@FreeBSD.org Subject: Re: kern/87506: [PATCH] Fix alias support on vr interfaces Date: Thu, 20 Oct 2005 17:05:11 -0400 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 John Baldwin wrote: | I've reproduced the same behavior on an rl(4) interface on my laptop, but it | only occurs if rl0 uses DHCP (and thus dhclient). If I statically configure | rl0 then I can add aliases no problem. Perhaps when an alias is added and | the chip is reset, dhclient thinks that the link has reset and tears down the | lease or something. | Does the vr patch fix this problem with rl (with the proper modifications, of course)? Joe - -- Joe Marcus Clarke FreeBSD GNOME Team :: gnome@FreeBSD.org FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (Darwin) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFDWAaHb2iPiv4Uz4cRArULAKCUWYNY2NjJ+9kwWO4PwukcWRwhggCfYIYq V92Ksk6CkGYbIzn9NP0yM9Y= =/mPW -----END PGP SIGNATURE----- From owner-freebsd-bugs@FreeBSD.ORG Fri Oct 21 13:00:24 2005 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 E1EB316A41F for ; Fri, 21 Oct 2005 13:00:24 +0000 (GMT) (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 5A9FA43D45 for ; Fri, 21 Oct 2005 13:00: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.3/8.13.3) with ESMTP id j9LD0OJK012591 for ; Fri, 21 Oct 2005 13:00:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9LD0O2m012588; Fri, 21 Oct 2005 13:00:24 GMT (envelope-from gnats) Resent-Date: Fri, 21 Oct 2005 13:00:24 GMT Resent-Message-Id: <200510211300.j9LD0O2m012588@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, "José M. Fandiño" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8493216A41F for ; Fri, 21 Oct 2005 12:55:40 +0000 (GMT) (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 2921543DA1 for ; Fri, 21 Oct 2005 12:55:40 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j9LCtdvS058769 for ; Fri, 21 Oct 2005 12:55:39 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j9LCtde2058768; Fri, 21 Oct 2005 12:55:39 GMT (envelope-from nobody) Message-Id: <200510211255.j9LCtde2058768@www.freebsd.org> Date: Fri, 21 Oct 2005 12:55:39 GMT From: "José M. Fandiño" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: kern/87782: snd_t4dwave and pcm0:record:0: record interrupt timeout, channel dead 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, 21 Oct 2005 13:00:25 -0000 >Number: 87782 >Category: kern >Synopsis: snd_t4dwave and pcm0:record:0: record interrupt timeout, channel dead >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 Oct 21 13:00:23 GMT 2005 >Closed-Date: >Last-Modified: >Originator: José M. Fandiño >Release: FreeBSD 5-stable >Organization: particular >Environment: FreeBSD 5.4-STABLE #0: Mon Oct 10 14:37:58 CEST 2005 with GENERIC kernel >Description: Each time I use the snd_t4dwave for recording I get the following error: pcm0:record:0: record interrupt timeout, channel dead pcm0: port 0x1800-0x18ff mem 0xe0000000-0xe0000fff irq 11 at device 6.0 on pci0 pcm0: >How-To-Repeat: dd if=/dev/audio of=foo pcm0:record:0: record interrupt timeout, channel dead 0+0 records in 0+0 records out 0 bytes transferred in 0.999230 secs (0 bytes/sec) >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Fri Oct 21 13:20:17 2005 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 6C0DE16A41F for ; Fri, 21 Oct 2005 13:20:17 +0000 (GMT) (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 5245443D4C for ; Fri, 21 Oct 2005 13: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.3/8.13.3) with ESMTP id j9LDKGcR017977 for ; Fri, 21 Oct 2005 13:20:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9LDKGDv017976; Fri, 21 Oct 2005 13:20:16 GMT (envelope-from gnats) Resent-Date: Fri, 21 Oct 2005 13:20:16 GMT Resent-Message-Id: <200510211320.j9LDKGDv017976@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, Mats Palmgren Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2FFF816A41F for ; Fri, 21 Oct 2005 13:14:07 +0000 (GMT) (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 F307243D45 for ; Fri, 21 Oct 2005 13:14: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 j9LDE6fj062917 for ; Fri, 21 Oct 2005 13:14:06 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j9LDE6hk062916; Fri, 21 Oct 2005 13:14:06 GMT (envelope-from nobody) Message-Id: <200510211314.j9LDE6hk062916@www.freebsd.org> Date: Fri, 21 Oct 2005 13:14:06 GMT From: Mats Palmgren To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: misc/87783: netstat: "pfkey" support is not compiled in unless INET6 is defined (typo) 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, 21 Oct 2005 13:20:17 -0000 >Number: 87783 >Category: misc >Synopsis: netstat: "pfkey" support is not compiled in unless INET6 is defined (typo) >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 Oct 21 13:20:15 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Mats Palmgren >Release: >Organization: >Environment: >Description: Build FreeBSD with IPSEC enabled, INET6 disabled the run: netstat -f pfkey -s expected result: pfkey related counters printed actual result: no output >How-To-Repeat: >Fix: Index: main.c =================================================================== RCS file: /cvs/freebsd/src/usr.bin/netstat/main.c,v retrieving revision 1.78 diff -u -r1.78 main.c --- main.c 27 Sep 2005 18:10:30 -0000 1.78 +++ main.c 21 Oct 2005 12:55:20 -0000 @@ -324,10 +324,10 @@ else if (strcmp(optarg, "inet6") == 0) af = AF_INET6; #endif /*INET6*/ -#ifdef INET6 +#ifdef IPSEC else if (strcmp(optarg, "pfkey") == 0) af = PF_KEY; -#endif /*INET6*/ +#endif /*IPSEC*/ else if (strcmp(optarg, "unix") == 0) af = AF_UNIX; else if (strcmp(optarg, "atalk") == 0) >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Fri Oct 21 16:36:01 2005 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 F361316A41F; Fri, 21 Oct 2005 16:36:00 +0000 (GMT) (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 AE9DF43D45; Fri, 21 Oct 2005 16:36: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.3/8.13.3) with ESMTP id j9LGa0XN047337; Fri, 21 Oct 2005 16:36:00 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9LGa0HY047333; Fri, 21 Oct 2005 16:36:00 GMT (envelope-from linimon) Date: Fri, 21 Oct 2005 16:36:00 GMT From: Mark Linimon Message-Id: <200510211636.j9LGa0HY047333@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-multimedia@FreeBSD.org Cc: Subject: Re: kern/87782: [sound] snd_t4dwave and pcm0:record:0: record interrupt timeout, channel dead 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, 21 Oct 2005 16:36:01 -0000 Old Synopsis: snd_t4dwave and pcm0:record:0: record interrupt timeout, channel dead New Synopsis: [sound] snd_t4dwave and pcm0:record:0: record interrupt timeout, channel dead Responsible-Changed-From-To: freebsd-bugs->freebsd-multimedia Responsible-Changed-By: linimon Responsible-Changed-When: Fri Oct 21 16:35:38 GMT 2005 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=87782 From owner-freebsd-bugs@FreeBSD.ORG Fri Oct 21 16:40:16 2005 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 AF43B16A41F for ; Fri, 21 Oct 2005 16:40:16 +0000 (GMT) (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 85F8F43D48 for ; Fri, 21 Oct 2005 16:40:15 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j9LGeFuR048383 for ; Fri, 21 Oct 2005 16:40:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9LGeFE5048382; Fri, 21 Oct 2005 16:40:15 GMT (envelope-from gnats) Resent-Date: Fri, 21 Oct 2005 16:40:15 GMT Resent-Message-Id: <200510211640.j9LGeFE5048382@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, Kerry Throw Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ADD7416A41F for ; Fri, 21 Oct 2005 16:31:38 +0000 (GMT) (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 7FD8E43D45 for ; Fri, 21 Oct 2005 16:31:38 +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 j9LGVY9X088266 for ; Fri, 21 Oct 2005 16:31:34 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j9LGVYql088265; Fri, 21 Oct 2005 16:31:34 GMT (envelope-from nobody) Message-Id: <200510211631.j9LGVYql088265@www.freebsd.org> Date: Fri, 21 Oct 2005 16:31:34 GMT From: Kerry Throw To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: kern/87791: Kernel crash when running df 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, 21 Oct 2005 16:40:16 -0000 >Number: 87791 >Category: kern >Synopsis: Kernel crash when running df >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 Oct 21 16:40:15 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Kerry Throw >Release: 6.0-RC1 >Organization: CCRS >Environment: FreeBSD-RC1 #0: Sun Oct 9 20;32:57 UTC 2005 root@x64.samson.home:/usr/obj/usr/src/sys/GENERIC i386 >Description: Fatal Trap 12: page fault while in kernel mode fault virtual address = 0x0 fault code = supervisor read, page not present instruction pointer = 0x20:0xc05ff472 stack pointer = 0x28:0xd1737654 frame pointer = 0x28:0xd1737668 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 = 5619 (df) trap number = 12 panic:page fault uptime: 20h28m31s A crash dump is also availabe. >How-To-Repeat: Unable to repeat so far. >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Fri Oct 21 16:40:16 2005 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 D1BF716A420 for ; Fri, 21 Oct 2005 16:40:16 +0000 (GMT) (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 CB0D743D49 for ; Fri, 21 Oct 2005 16:40:15 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j9LGeFt1048426 for ; Fri, 21 Oct 2005 16:40:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9LGeFq7048423; Fri, 21 Oct 2005 16:40:15 GMT (envelope-from gnats) Resent-Date: Fri, 21 Oct 2005 16:40:15 GMT Resent-Message-Id: <200510211640.j9LGeFq7048423@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, Andre Albsmeier Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9AAC916A41F for ; Fri, 21 Oct 2005 16:32:52 +0000 (GMT) (envelope-from Andre.Albsmeier@siemens.com) Received: from thoth.sbs.de (thoth.sbs.de [192.35.17.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C69343D5F for ; Fri, 21 Oct 2005 16:32:46 +0000 (GMT) (envelope-from Andre.Albsmeier@siemens.com) Received: from mail3.siemens.de (localhost [127.0.0.1]) by thoth.sbs.de (8.12.6/8.12.6) with ESMTP id j9LGWjOH028281 for ; Fri, 21 Oct 2005 18:32:45 +0200 Received: from ims.mchp.siemens.de (ims.mchp.siemens.de [139.25.31.39]) by mail3.siemens.de (8.12.6/8.12.6) with ESMTP id j9LGWieL031781 for ; Fri, 21 Oct 2005 18:32:44 +0200 Received: from mail-ct.mchp.siemens.de (mail-ct.mchp.siemens.de [139.25.31.51]) by ims.mchp.siemens.de with ESMTP id j9LGWiJQ005266 for ; Fri, 21 Oct 2005 18:32:44 +0200 (MEST) Received: from curry.mchp.siemens.de (curry [139.25.40.130]) by mail-ct.mchp.siemens.de (8.12.11/8.12.11) with ESMTP id j9LGWioS012900 for ; Fri, 21 Oct 2005 18:32:44 +0200 (MEST) Received: (from localhost) by curry.mchp.siemens.de (8.13.4/8.13.4) id j9LGWhc9063475 for FreeBSD-gnats-submit@freebsd.org; Fri, 21 Oct 2005 18:32:43 +0200 (CEST) Message-Id: <200510211632.j9LGWhA3013446@curry.mchp.siemens.de> Date: Fri, 21 Oct 2005 18:32:43 +0200 (CEST) From: Andre Albsmeier To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: bin/87792: very bad performance of cp(1) via NFS, possibly mmap() problem X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2005 16:40:17 -0000 >Number: 87792 >Category: bin >Synopsis: very bad performance of cp(1) via NFS, possibly mmap() problem >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 Oct 21 16:40:15 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Andre Albsmeier >Release: FreeBSD 5.4-STABLE i386 >Organization: >Environment: Two machines, a local one which copies files to a remote machine via NFS using cp. Both machines use FreeBSD 5.4-STABLE. >Description: cp uses mmap() to copy files < 8MB. When files are copied from the local host to a remote box via NFS data is transferred very slowly. For bigger files, cp uses read() and write() alternately which performs very well. >How-To-Repeat: I have two files, one is 6MB in size and the other one is 12MB. I copy them from the local box to an NFS mounted directory named /scratch: andre@bali:/tmp>time cp 12mb /scratch cp 12mb /scratch 0.00s user 0.12s system 10% cpu 1.142 total andre@bali:/tmp>time cp 6mb /scratch cp 6mb /scratch 0.00s user 0.13s system 0% cpu 14.274 total The 12MB filecopy performs quite well as I would expect it from a 100MBit network. The 6mb filecopy I won't comment on :-). (This is an extreme case, other client-server combinations are faster. The "fastest" one I found was 4 seconds which is still bad for a 6MB file). In the mmap() case, the whole source file is mmap'ed and one write() call is used which tries to write the whole file all at once. I have modified copy_file() in utils.c in a way that instead of one "big" write(), several small ones are being made (this is no fix, just for demonstration): --- utils.c.ORI Thu Aug 19 07:04:27 2004 +++ utils.c Fri Oct 21 18:19:59 2005 @@ -140,7 +140,11 @@ wtotal = 0; for (bufp = p, wresid = fs->st_size; ; bufp += wcount, wresid -= (size_t)wcount) { +#if 0 wcount = write(to_fd, bufp, wresid); +#else + wcount = write(to_fd, bufp, wresid > 65536 ? 65536 : wresid ); +#endif wtotal += wcount; if (info) { info = 0; 65536 is just a value for playing; almost everything below 1M and not ridiculous small will do it: andre@bali:/tmp>time cp 6mb /scratch cp 6mb /scratch 0.00s user 0.05s system 8% cpu 0.618 total >Fix: I have no idea. FreeBSD-4 uses the same mmap() thingy in utils.c and here performance is ok so I assume the problem is somewhere else than in the cp sources. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Fri Oct 21 17:10:17 2005 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 2044816A41F for ; Fri, 21 Oct 2005 17:10:17 +0000 (GMT) (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 10AD443D4C for ; Fri, 21 Oct 2005 17:10: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.3/8.13.3) with ESMTP id j9LHAFsv054629 for ; Fri, 21 Oct 2005 17:10:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9LHAF3B054628; Fri, 21 Oct 2005 17:10:15 GMT (envelope-from gnats) Resent-Date: Fri, 21 Oct 2005 17:10:15 GMT Resent-Message-Id: <200510211710.j9LHAF3B054628@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, Kerry Throw Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 58AAF16A41F for ; Fri, 21 Oct 2005 17:00:46 +0000 (GMT) (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 27EC843D48 for ; Fri, 21 Oct 2005 17:00: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 j9LH0j5K000143 for ; Fri, 21 Oct 2005 17:00:46 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j9LH0jcm000139; Fri, 21 Oct 2005 17:00:45 GMT (envelope-from nobody) Message-Id: <200510211700.j9LH0jcm000139@www.freebsd.org> Date: Fri, 21 Oct 2005 17:00:45 GMT From: Kerry Throw To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: kern/87793: unable to tear down bridge (if_bridge) 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, 21 Oct 2005 17:10:17 -0000 >Number: 87793 >Category: kern >Synopsis: unable to tear down bridge (if_bridge) >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 Oct 21 17:10:15 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Kerry Throw >Release: 6.0-RC1 >Organization: CCRS >Environment: FreeBSD 6.0-RC1 #0 Generic i386 >Description: if_bridge is configured to load in loader.conf bridge0 created in rc.conf: cloned_interfaces="bridge0" ifconfig_bridge0="addm xl0 addm bge0 up" ifconfig bridge0 deletem xl0 or once rules are loaded into pf, the bridge cannot be torn down. Even if the rules have been flushed and pf unloaded and all the interfaces are down ifconfig bridge0 deletem bge0 hangs and is not killable. When trying to unload if_bridge I get the following: xl0: refusing to decrement non-positive refcount0for interface flags 256 >How-To-Repeat: reboot and try again. >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Fri Oct 21 18:40:22 2005 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 5164416A41F for ; Fri, 21 Oct 2005 18:40:22 +0000 (GMT) (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 6A11643D45 for ; Fri, 21 Oct 2005 18: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.3/8.13.3) with ESMTP id j9LIeLGi069949 for ; Fri, 21 Oct 2005 18:40:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9LIeLVt069948; Fri, 21 Oct 2005 18:40:21 GMT (envelope-from gnats) Date: Fri, 21 Oct 2005 18:40:21 GMT Message-Id: <200510211840.j9LIeLVt069948@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Chris Dionissopoulos Cc: Subject: Re: misc/87421: KERNEL PANIC: ng_ether +ng_eiface + if_bridge X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Chris Dionissopoulos List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2005 18:40:22 -0000 The following reply was made to PR kern/87421; it has been noted by GNATS. From: Chris Dionissopoulos To: Gleb Smirnoff Cc: thompsa@FreeBSD.org, freebsd-gnats-submit@FreeBSD.org Subject: Re: misc/87421: KERNEL PANIC: ng_ether +ng_eiface + if_bridge Date: Fri, 21 Oct 2005 21:31:23 +0300 More information. reproduce script: ~~~~~~~~~~~ #!/bin/sh kldload ng_ether kldload if_bridge ifconfig bridge0 create ngctl mkpeer . eiface hook ether ngctl mkpeer . eiface hook ether ifconfig ngeth0 ether 01:02:03:04:05:00 ifconfig ngeth0 192.168.1.2/24 ifconfig ngeth1 ether 01:02:03:04:05:01 ifconfig ngeth1 192.168.3.2/24 ifconfig bridge0 addm ngeth0 addm ngeth1 addm xl0 ifconfig bridge0 up ipfw add 1 count ip from any to any in recv ngeth0 ipfw add 1 count ip from any to any out xmit ngeth0 ipfw add 2 count ip from any to any in recv ngeth1 ipfw add 2 count ip from any to any out xmit ngeth1 ipfw add 3 count ip from any to any in recv bridge0 ipfw add 4 count ip from any to any out xmit bridge0 my panic: ~~~~~~ mail#kgdb kernel.debug /var/crash/vmcore.1 [GDB will not be able to debug user-mode threads: /usr/lib/libthread_db.so: Undefined symbol "ps_pglobal_lookup"] GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-marcel-freebsd". Unread portion of the kernel message buffer: Fatal trap 12: page fault while in kernel mode fault virtual address = 0xdeadc0de fault code = supervisor read, page not present instruction pointer = 0x20:0xc0576278 stack pointer = 0x28:0xd4490a98 frame pointer = 0x28:0xd4490aa0 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 = 16 (irq5: xl0) panic: from debugger Uptime: 4m21s Dumping 511 MB (2 chunks) chunk 0: 1MB (160 pages) ... ok chunk 1: 511MB (130796 pages) 495 479 463 447 431 415 399 383 367 351 335 319 303 287 271 255 239 223 207 191 175 159 143 127 111 95 79 63 47 31 15 #0 doadump () at pcpu.h:165 165 __asm __volatile("movl %%fs:0,%0" : "=r" (td)); (kgdb) list *0xc0576278 0xc0576278 is in m_tag_delete_chain (/usr/src/sys/kern/uipc_mbuf2.c:357). 352 else 353 p = SLIST_FIRST(&m->m_pkthdr.tags); 354 if (p == NULL) 355 return; 356 while ((q = SLIST_NEXT(p, m_tag_link)) != NULL) 357 m_tag_delete(m, q); 358 m_tag_delete(m, p); 359 } 360 361 /* (kgdb) backtrace #0 doadump () at pcpu.h:165 #1 0xc053e3d8 in boot (howto=260) at /usr/src/sys/kern/kern_shutdown.c:399 #2 0xc053e683 in panic (fmt=0xc06e038a "from debugger") at /usr/src/sys/kern/kern_shutdown.c:555 #3 0xc0478251 in db_panic (addr=-1068014984, have_addr=0, count=-1, modif=0xd44908c0 "") at /usr/src/sys/ddb/db_command.c:437 #4 0xc04781e8 in db_command (last_cmdp=0xc07547a4, cmd_table=0x0, aux_cmd_tablep=0xc071b9ac, aux_cmd_tablep_end=0xc071b9b0) at /usr/src/sys/ddb/db_command.c:350 #5 0xc04782b0 in db_command_loop () at /usr/src/sys/ddb/db_command.c:457 #6 0xc0479ea5 in db_trap (type=12, code=0) at /usr/src/sys/ddb/db_main.c:221 #7 0xc05565e3 in kdb_trap (type=12, code=0, tf=0xd4490a58) at /usr/src/sys/kern/subr_kdb.c:473 #8 0xc06b4bc4 in trap_fatal (frame=0xd4490a58, eva=3735929054) at /usr/src/sys/i386/i386/trap.c:822 #9 0xc06b4933 in trap_pfault (frame=0xd4490a58, usermode=0, eva=3735929054) at /usr/src/sys/i386/i386/trap.c:742 #10 0xc06b459d in trap (frame= {tf_fs = 8, tf_es = 40, tf_ds = 40, tf_edi = -1056645504, tf_esi = -1045823488, tf_ebp = -733410656, tf_isp = -733410684, tf_ebx = -559038242, tf_edx = -1045823488, tf_ecx = 0, tf_eax = 0, tf_trapno = 12, tf_err = 0, tf_eip = -1068014984, tf_cs = 32, tf_eflags = 66182, tf_esp = -1045823488, tf_ss = 0}) at /usr/src/sys/i386/i386/trap.c:432 #11 0xc06a7a9a in calltrap () at /usr/src/sys/i386/i386/exception.s:139 #12 0xc0576278 in m_tag_delete_chain (m=0xc1aa0000, t=0x0) at /usr/src/sys/kern/uipc_mbuf2.c:354 #13 0xc0534d95 in mb_dtor_mbuf (mem=0xc1aa0000, size=256, arg=0x0) at /usr/src/sys/kern/kern_mbuf.c:244 #14 0xc066bf58 in uma_zfree_arg (zone=0xc104de80, item=0xc1aa0000, udata=0x0) at /usr/src/sys/vm/uma_core.c:2279 #15 0xc05742b6 in m_freem (mb=0xc1aa0000) at uma.h:303 #16 0xc05c8c92 in ng_free_item (item=0xc22d5270) at /usr/src/sys/netgraph/ng_base.c:2922 #17 0xc05c9312 in ng_address_hook (here=0x0, item=0xc22d5270, hook=0x0, retaddr=0) at /usr/src/sys/netgraph/ng_base.c:3400 #18 0xc22d7db7 in ?? () #19 0x00000000 in ?? () #20 0xc22d5270 in ?? () #21 0x00000000 in ?? () #22 0x00000000 in ?? () #23 0xc1a9e50c in ?? () #24 0xdeadc0de in ?? () #25 0xc22d52a0 in ?? () #26 0x00000000 in ?? () #27 0x00000000 in ?? () #28 0xd4490b70 in ?? () #29 0xc05c803f in ng_apply_item (node=0xc217b700, item=0xc1a9e400) at /usr/src/sys/netgraph/ng_base.c:2410 Previous frame identical to this frame (corrupt stack?) my box: ~~~~~ uname -a FreeBSD mail 6.0-RC1 FreeBSD 6.0-RC1 #0: Thu Oct 20 06:32:05 EEST 2005 root@mail:/usr/obj/usr/src/sys/DMAIL i386 Copyright (c) 1992-2005 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.0-RC1 #0: Thu Oct 20 06:32:05 EEST 2005 root@mail:/usr/obj/usr/src/sys/DMAIL WARNING: WITNESS option enabled, expect reduced performance. Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: AMD Athlon(tm) Processor (804.11-MHz 686-class CPU) Origin = "AuthenticAMD" Id = 0x642 Stepping = 2 Features=0x183f9ff AMD Features=0xc0440800,MMX+,3DNow+,3DNow> real memory = 536788992 (511 MB) avail memory = 515973120 (492 MB) acpi0: on motherboard acpi0: Power Button (fixed) pci_link0: irq 11 on acpi0 pci_link1: irq 10 on acpi0 pci_link2: irq 5 on acpi0 pci_link3: irq 9 on acpi0 Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000 acpi_timer0: <24-bit timer at 3.579545MHz> port 0xe408-0xe40b on acpi0 cpu0: on acpi0 acpi_throttle0: on cpu0 acpi_button0: on acpi0 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 agp0: mem 0xe7000000-0xe7ffffff at device 0.0 on pci0 pcib1: at device 1.0 on pci0 pci1: on pcib1 pci1: at device 0.0 (no driver attached) isab0: at device 4.0 on pci0 isa0: on isab0 atapci0: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xb800-0xb80f at device 4.1 on pci0 ata0: on atapci0 ata1: on atapci0 uhci0: port 0xb400-0xb41f irq 9 at device 4.2 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 0xb000-0xb01f irq 9 at device 4.3 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 pci0: at device 4.4 (no driver attached) xl0: <3Com 3c905-TX Fast Etherlink XL> port 0x9400-0x943f irq 5 at device 10.0 on pci0 miibus0: on xl0 nsphy0: on miibus0 nsphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto xl0: Ethernet address: 00:60:08:e8:58:9e re0: port 0x9000-0x90ff mem 0xdf800000-0xdf8000ff irq 9 at device 13.0 on pci0 miibus1: on re0 rgephy0: on miibus1 rgephy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseTX, 1000baseTX-FDX, auto re0: Ethernet address: 00:0e:2e:03:35:23 atapci1: port 0x8800-0x8807,0x8400-0x8403,0x8000-0x8007,0x7800-0x7803,0x7400-0x743f mem 0xdf000000-0xdf01ffff irq 10 at device 17.0 on pci0 ata2: on atapci1 ata3: on atapci1 fdc0: port 0x3f2-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/8 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 sio1: <16550A-compatible COM port> port 0x2f8-0x2ff irq 3 on acpi0 sio1: type 16550A atkbdc0: port 0x60,0x64 irq 1 on acpi0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] npx0: [FAST] npx0: on motherboard npx0: INT 16 interface pmtimer0 on isa0 orm0: at iomem 0xc0000-0xc9fff 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 Timecounter "TSC" frequency 804114652 Hz quality 800 Timecounters tick every 1.000 msec ad0: 39216MB at ata0-master UDMA100 acd0: CDRW at ata1-master PIO4 Trying to mount root from ufs:/dev/ad0s1a mail# pciconf -lv agp0@pci0:0:0: class=0x060000 card=0x80421043 chip=0x03051106 rev=0x03 hdr=0x00 vendor = 'VIA Technologies Inc' device = 'VT8363/5 KT133/KM133 System Controller' class = bridge subclass = HOST-PCI pcib1@pci0:1:0: class=0x060400 card=0x00000080 chip=0x83051106 rev=0x00 hdr=0x01 vendor = 'VIA Technologies Inc' device = 'VT8363/5 Apollo KT133/KM133 PCI to AGP Bridge' class = bridge subclass = PCI-PCI isab0@pci0:4:0: class=0x060100 card=0x80421043 chip=0x06861106 rev=0x40 hdr=0x00 vendor = 'VIA Technologies Inc' device = 'VT82C686/A/B "Super South" PCI to ISA Bridge' class = bridge subclass = PCI-ISA atapci0@pci0:4:1: class=0x01018a card=0x00000000 chip=0x05711106 rev=0x06 hdr=0x00 vendor = 'VIA Technologies Inc' device = 'VT82xxxx EIDE Controller (All VIA Chipsets)' class = mass storage subclass = ATA uhci0@pci0:4:2: class=0x0c0300 card=0x12340925 chip=0x30381106 rev=0x16 hdr=0x00 vendor = 'VIA Technologies Inc' device = 'VT82xxxxx UHCI USB 1.1 Controller (All VIA Chipsets)' class = serial bus subclass = USB uhci1@pci0:4:3: class=0x0c0300 card=0x12340925 chip=0x30381106 rev=0x16 hdr=0x00 vendor = 'VIA Technologies Inc' device = 'VT82xxxxx UHCI USB 1.1 Controller (All VIA Chipsets)' class = serial bus subclass = USB none0@pci0:4:4: class=0x068000 card=0x80421043 chip=0x30571106 rev=0x40 hdr=0x00 vendor = 'VIA Technologies Inc' device = 'VT82C686A/B ACPI Power Management Controller' class = bridge xl0@pci0:10:0: class=0x020000 card=0x00000000 chip=0x905010b7 rev=0x00 hdr=0x00 vendor = '3COM Corp, Networking Division' device = '3C905-TX Fast Etherlink XL PCI 10/100' class = network subclass = ethernet re0@pci0:13:0: class=0x020000 card=0x816910ec chip=0x816910ec rev=0x10 hdr=0x00 vendor = 'Realtek Semiconductor' device = 'RTL8169 Gigabit Ethernet Adapter' class = network subclass = ethernet atapci1@pci0:17:0: class=0x018000 card=0x4d33105a chip=0x0d30105a rev=0x02 hdr=0x00 vendor = 'Promise Technology Inc' device = 'PDC20265R Promise Ultra100 (tm) IDE Controller (PDC20265)' class = mass storage none1@pci1:0:0: class=0x030000 card=0x003a121a chip=0x0005121a rev=0x01 hdr=0x00 vendor = '3dfx Interactive Inc' device = 'Voodoo3 All Voodoo3 chips, 3000' class = display subclass = VGA kernelconf: ~~~~~~~ machine i386 #cpu I486_CPU #cpu I586_CPU cpu I686_CPU ident MAIL # To statically compile in device wiring instead of /boot/device.hints #hints "GENERIC.hints" # Default places to look for devices. makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols options SCHED_ULE # ULE scheduler #options SCHED_4BSD # 4BSD scheduler options PREEMPTION # Enable kernel thread preemption options INET # InterNETworking options INET6 # IPv6 communications protocols options FFS # Berkeley Fast Filesystem options SOFTUPDATES # Enable FFS soft updates support options QUOTA options UFS_ACL # Support for access control lists options UFS_DIRHASH # Improve performance on big directories options MD_ROOT # MD is a potential root device options NFSCLIENT # Network Filesystem Client options NFSSERVER # Network Filesystem Server options NFS_ROOT # NFS usable as /, requires NFSCLIENT options MSDOSFS # MSDOS Filesystem options CD9660 # ISO 9660 Filesystem options PROCFS # Process filesystem (requires PSEUDOFS) options PSEUDOFS # Pseudo-filesystem framework options GEOM_GPT # GUID Partition Tables. options COMPAT_43 # Compatible with BSD 4.3 [KEEP THIS!] options COMPAT_FREEBSD4 # Compatible with FreeBSD4 options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI options KTRACE # ktrace(1) support options SYSVSHM # SYSV-style shared memory options SYSVMSG # SYSV-style message queues options SYSVSEM # SYSV-style semaphores options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions options KBD_INSTALL_CDEV # install a CDEV entry in /dev options AHC_REG_PRETTY_PRINT # Print register bitfields in debug # output. Adds ~128k to driver. options AHD_REG_PRETTY_PRINT # Print register bitfields in debug # output. Adds ~215k to driver. options ADAPTIVE_GIANT # Giant mutex is adaptive. # Debugging for use in -current options KDB # Enable kernel debugger support. options DDB # Support DDB. options GDB # Support remote GDB. options INVARIANTS # Enable calls of extra sanity checking options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS options WITNESS # Enable checks to detect deadlocks and cycles options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed #rebelos speaking: options DEVICE_POLLING #options IPFIREWALL options IPFIREWALL_DEFAULT_TO_ACCEPT options IPFIREWALL_FORWARD #options IPDIVERT #options DUMMYNET options IPFIREWALL_VERBOSE options IPFIREWALL_VERBOSE_LIMIT options ALTQ options ALTQ_CBQ # Class Bases Queueing options ALTQ_RED # Random Early Drop options ALTQ_RIO # RED In/Out options ALTQ_HFSC # Hierarchical Packet Scheduler options ALTQ_CDNR # Traffic conditioner options ALTQ_PRIQ # Priority Queueing #options ALTQ_NOPCC # Required for SMP build #options ALTQ_DEBUG options NETGRAPH #options NETGRAPH_MPPC_COMPRESSION #options NETGRAPH_MPPC_ENCRYPTION #options IPSEC #options IPSEC_ESP #options IPSEC_DEBUG #options IPSEC_FILTERGIF #options FAST_IPSEC options HZ=1000 # To make an SMP kernel, the next two lines are needed #options SMP # Symmetric MultiProcessor Kernel #device apic # I/O APIC device acpi # Bus support. Do not remove isa, even if you have no isa slots device isa device eisa device pci # Floppy drives device fdc # ATA and ATAPI devices device ata device atadisk # ATA disk drives device ataraid # ATA RAID drives device atapicd # ATAPI CDROM drives device atapifd # ATAPI floppy drives device atapist # ATAPI tape drives options ATA_STATIC_ID # Static device numbering # SCSI Controllers #device ahb # EISA AHA1742 family #device ahc # AHA2940 and onboard AIC7xxx devices #device ahd # AHA39320/29320 and onboard AIC79xx devices #device amd # AMD 53C974 (Tekram DC-390(T)) #device isp # Qlogic family ##device ispfw # Firmware for QLogic HBAs- normally a module #device mpt # LSI-Logic MPT-Fusion ##device ncr # NCR/Symbios Logic #device sym # NCR/Symbios Logic (newer chipsets + those of `ncr') #device trm # Tekram DC395U/UW/F DC315U adapters #device adv # Advansys SCSI adapters #device adw # Advansys wide SCSI adapters #device aha # Adaptec 154x SCSI adapters #device aic # Adaptec 15[012]x SCSI adapters, AIC-6[23]60. #device bt # Buslogic/Mylex MultiMaster SCSI adapters #device ncv # NCR 53C500 #device nsp # Workbit Ninja SCSI-3 #device stg # TMC 18C30/18C50 # SCSI peripherals device scbus # SCSI bus (required for SCSI) device ch # SCSI media changers device da # Direct Access (disks) device sa # Sequential Access (tape etc) device cd # CD device pass # Passthrough device (direct SCSI access) device ses # SCSI Environmental Services (and SAF-TE) # RAID controllers interfaced to the SCSI subsystem #device amr # AMI MegaRAID #device arcmsr # Areca SATA II RAID #device asr # DPT SmartRAID V, VI and Adaptec SCSI RAID #device ciss # Compaq Smart RAID 5* #device dpt # DPT Smartcache III, IV - See NOTES for options #device hptmv # Highpoint RocketRAID 182x #device iir # Intel Integrated RAID #device ips # IBM (Adaptec) ServeRAID #device mly # Mylex AcceleRAID/eXtremeRAID #device twa # 3ware 9000 series PATA/SATA RAID # RAID controllers #device aac # Adaptec FSA RAID #device aacp # SCSI passthrough for aac (requires CAM) #device ida # Compaq Smart RAID #device mlx # Mylex DAC960 family #device pst # Promise Supertrak SX6000 #device twe # 3ware ATA RAID # atkbdc0 controls both the keyboard and the PS/2 mouse device atkbdc # AT keyboard controller device atkbd # AT keyboard device psm # PS/2 mouse device vga # VGA video card driver device splash # Splash screen and screen saver support # syscons is the default console driver, resembling an SCO console device sc # Enable this for the pcvt (VT220 compatible) console driver #device vt #options XSERVER # support for X server on a vt console #options FAT_CURSOR # start with block cursor device agp # support several AGP chipsets # Floating point support - do not disable. device npx # Power management support (see NOTES for more options) #device apm # Add suspend/resume support for the i8254. device pmtimer # PCCARD (PCMCIA) support # PCMCIA and cardbus bridge support device cbb # cardbus (yenta) bridge device pccard # PC Card (16-bit) bus device cardbus # CardBus (32-bit) bus # Serial (COM) ports device sio # 8250, 16[45]50 based serial ports # Parallel port device ppc device ppbus # Parallel port bus (required) device lpt # Printer device plip # TCP/IP over parallel device ppi # Parallel port interface device #device vpo # Requires scbus and da # If you've got a "dumb" serial or parallel PCI card that is # supported by the puc(4) glue driver, uncomment the following # line to enable it (connects to the sio and/or ppc drivers): #device puc # PCI Ethernet NICs. #device de # DEC/Intel DC21x4x (``Tulip'') #device em # Intel PRO/1000 adapter Gigabit Ethernet Card #device ixgb # Intel PRO/10GbE Ethernet Card #device txp # 3Com 3cR990 (``Typhoon'') #device vx # 3Com 3c590, 3c595 (``Vortex'') # PCI Ethernet NICs that use the common MII bus controller code. # NOTE: Be sure to keep the 'device miibus' line in order to use these NICs! device miibus # MII bus support #device bfe # Broadcom BCM440x 10/100 Ethernet #device bge # Broadcom BCM570xx Gigabit Ethernet #device dc # DEC/Intel 21143 and various workalikes #device fxp # Intel EtherExpress PRO/100B (82557, 82558) #device lge # Level 1 LXT1001 gigabit Ethernet #device nge # NatSemi DP83820 gigabit Ethernet #device nve # nVidia nForce MCP on-board Ethernet Networking #device pcn # AMD Am79C97x PCI 10/100(precedence over 'lnc') device re # RealTek 8139C+/8169/8169S/8110S device rl # RealTek 8129/8139 #device sf # Adaptec AIC-6915 (``Starfire'') #device sis # Silicon Integrated Systems SiS 900/SiS 7016 #device sk # SysKonnect SK-984x & SK-982x gigabit Ethernet #device ste # Sundance ST201 (D-Link DFE-550TX) #device ti # Alteon Networks Tigon I/II gigabit Ethernet #device tl # Texas Instruments ThunderLAN #device tx # SMC EtherPower II (83c170 ``EPIC'') #device vge # VIA VT612x gigabit Ethernet #device vr # VIA Rhine, Rhine II #device wb # Winbond W89C840F device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'') # ISA Ethernet NICs. pccard NICs included. #device cs # Crystal Semiconductor CS89x0 NIC # 'device ed' requires 'device miibus' #device ed # NE[12]000, SMC Ultra, 3c503, DS8390 cards #device ex # Intel EtherExpress Pro/10 and Pro/10+ #device ep # Etherlink III based cards #device fe # Fujitsu MB8696x based cards #device ie # EtherExpress 8/16, 3C507, StarLAN 10 etc. device lnc # NE2100, NE32-VL Lance Ethernet cards #device sn # SMC's 9000 series of Ethernet chips #device xe # Xircom pccard Ethernet # ISA devices that use the old ISA shims #device le # Wireless NIC cards device wlan # 802.11 support #device an # Aironet 4500/4800 802.11 wireless NICs. #device awi # BayStack 660 and others #device ral # Ralink Technology RT2500 wireless NICs. #device wi # WaveLAN/Intersil/Symbol 802.11 wireless NICs. #device wl # Older non 802.11 Wavelan wireless NIC. # Pseudo devices. device loop # Network loopback device mem # Memory and kernel memory devices device io # I/O device device random # Entropy device device ether # Ethernet support device sl # Kernel SLIP device ppp # Kernel PPP device tun # Packet tunnel. device pty # Pseudo-ttys (telnet etc) device md # Memory "disks" device gif # IPv6 and IPv4 tunneling device faith # IPv6-to-IPv4 relaying (translation) # The `bpf' device enables the Berkeley Packet Filter. # Be aware of the administrative consequences of enabling this! # Note that 'bpf' is required for DHCP. device bpf # Berkeley packet filter # USB support device uhci # UHCI PCI->USB interface device ohci # OHCI PCI->USB interface device ehci # EHCI PCI->USB interface (USB 2.0) device usb # USB Bus (required) #device udbp # USB Double Bulk Pipe devices device ugen # Generic device uhid # "Human Interface Devices" #device ukbd # Keyboard #device ulpt # Printer device umass # Disks/Mass storage - Requires scbus and da #device ums # Mouse #device ural # Ralink Technology RT2500USB wireless NICs #device urio # Diamond Rio 500 MP3 player #device uscanner # Scanners # USB Ethernet, requires miibus #device aue # ADMtek USB Ethernet #device axe # ASIX Electronics USB Ethernet #device cdce # Generic USB over Ethernet #device cue # CATC USB Ethernet #device kue # Kawasaki LSI USB Ethernet #device rue # RealTek RTL8150 USB Ethernet # FireWire support #device firewire # FireWire bus code #device sbp # SCSI over FireWire (Requires scbus and da) #device fwe # Ethernet over FireWire (non-standard!) mail# kldstat (before running script ) Id Refs Address Size Name 1 12 0xc0400000 475528 kernel 2 1 0xc1c77000 6000 linprocfs.ko 3 1 0xc1c7d000 16000 linux.ko 4 1 0xc1d0e000 30000 pf.ko 5 1 0xc1ec1000 c000 ipfw.ko 6 1 0xc1ed9000 2000 blank_saver.ko TIA, Chris. ____________________________________________________________________ http://www.freemail.gr - äùñåÜí õðçñåóßá çëåêôñïíéêïý ôá÷õäñïìåßïõ. http://www.freemail.gr - free email service for the Greek-speaking. From owner-freebsd-bugs@FreeBSD.ORG Fri Oct 21 19:50:17 2005 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 6A13516A41F for ; Fri, 21 Oct 2005 19:50:17 +0000 (GMT) (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 35AEA43D45 for ; Fri, 21 Oct 2005 19:50: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.3/8.13.3) with ESMTP id j9LJoHtH080473 for ; Fri, 21 Oct 2005 19:50:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9LJoHjU080472; Fri, 21 Oct 2005 19:50:17 GMT (envelope-from gnats) Date: Fri, 21 Oct 2005 19:50:17 GMT Message-Id: <200510211950.j9LJoHjU080472@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: John Baldwin Cc: Subject: Re: kern/87506: [PATCH] Fix alias support on vr interfaces X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: John Baldwin List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2005 19:50:17 -0000 The following reply was made to PR kern/87506; it has been noted by GNATS. From: John Baldwin To: Joe Marcus Clarke Cc: bug-followup@freebsd.org Subject: Re: kern/87506: [PATCH] Fix alias support on vr interfaces Date: Fri, 21 Oct 2005 15:38:50 -0400 On Thursday 20 October 2005 05:05 pm, Joe Marcus Clarke wrote: > John Baldwin wrote: > | I've reproduced the same behavior on an rl(4) interface on my laptop, > > but it > > | only occurs if rl0 uses DHCP (and thus dhclient). If I statically > > configure > > | rl0 then I can add aliases no problem. Perhaps when an alias is added > > and > > | the chip is reset, dhclient thinks that the link has reset and tears > > down the > > | lease or something. > > Does the vr patch fix this problem with rl (with the proper > modifications, of course)? It might, but it would break some other things. Some chips reprogram their RX filters via foo_init(), so bypassing foo_init() in those drivers would mean that they wouldn't actually receive traffic for the aliased addresses. The bug is nto in the drivers, but somewhere else in the system and needs to be addressed there. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-freebsd-bugs@FreeBSD.ORG Fri Oct 21 20:30:13 2005 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 7AE1016A41F for ; Fri, 21 Oct 2005 20:30:13 +0000 (GMT) (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 419F943D46 for ; Fri, 21 Oct 2005 20:30: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.3/8.13.3) with ESMTP id j9LKUCbd087142 for ; Fri, 21 Oct 2005 20:30:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9LKUCmV087141; Fri, 21 Oct 2005 20:30:12 GMT (envelope-from gnats) Date: Fri, 21 Oct 2005 20:30:12 GMT Message-Id: <200510212030.j9LKUCmV087141@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Andrew Thompson Cc: Subject: Re: misc/87421: KERNEL PANIC: ng_ether +ng_eiface + if_bridge X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Andrew Thompson List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2005 20:30:13 -0000 The following reply was made to PR kern/87421; it has been noted by GNATS. From: Andrew Thompson To: Chris Dionissopoulos Cc: Gleb Smirnoff , freebsd-gnats-submit@FreeBSD.org Subject: Re: misc/87421: KERNEL PANIC: ng_ether +ng_eiface + if_bridge Date: Sat, 22 Oct 2005 09:26:11 +1300 On Fri, Oct 21, 2005 at 09:31:23PM +0300, Chris Dionissopoulos wrote: > More information. > > reproduce script: > ~~~~~~~~~~~ > #!/bin/sh > > kldload ng_ether > kldload if_bridge > > ifconfig bridge0 create > ngctl mkpeer . eiface hook ether > ngctl mkpeer . eiface hook ether > > ifconfig ngeth0 ether 01:02:03:04:05:00 > ifconfig ngeth0 192.168.1.2/24 > ifconfig ngeth1 ether 01:02:03:04:05:01 > ifconfig ngeth1 192.168.3.2/24 > ifconfig bridge0 addm ngeth0 addm ngeth1 addm xl0 > ifconfig bridge0 up > > ipfw add 1 count ip from any to any in recv ngeth0 > ipfw add 1 count ip from any to any out xmit ngeth0 > ipfw add 2 count ip from any to any in recv ngeth1 > ipfw add 2 count ip from any to any out xmit ngeth1 > ipfw add 3 count ip from any to any in recv bridge0 > ipfw add 4 count ip from any to any out xmit bridge0 > > > my panic: ... Thanks for the detailed report :) I havnt reproduced it yet on my RC1 box so im compiling with your kernel configuration to see if it makes a difference. cheers, Andrew From owner-freebsd-bugs@FreeBSD.ORG Fri Oct 21 20:33:27 2005 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 3A09216A41F; Fri, 21 Oct 2005 20:33:27 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E64143D53; Fri, 21 Oct 2005 20:33:26 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j9LKXQ6c088471; Fri, 21 Oct 2005 20:33:26 GMT (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9LKXQhR088467; Fri, 21 Oct 2005 20:33:26 GMT (envelope-from kris) Date: Fri, 21 Oct 2005 20:33:26 GMT From: Kris Kennaway Message-Id: <200510212033.j9LKXQhR088467@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, phk@FreeBSD.org Cc: Subject: Re: bin/87729: most calls to malloc(3) generate warnings in valgrind 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, 21 Oct 2005 20:33:27 -0000 Synopsis: most calls to malloc(3) generate warnings in valgrind Responsible-Changed-From-To: freebsd-bugs->phk Responsible-Changed-By: kris Responsible-Changed-When: Fri Oct 21 20:33:17 GMT 2005 Responsible-Changed-Why: Assign to malloc author http://www.freebsd.org/cgi/query-pr.cgi?pr=87729 From owner-freebsd-bugs@FreeBSD.ORG Fri Oct 21 20:35:45 2005 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 87E6F16A41F; Fri, 21 Oct 2005 20:35:45 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 458D343D6B; Fri, 21 Oct 2005 20:35:45 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j9LKZjTv088560; Fri, 21 Oct 2005 20:35:45 GMT (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9LKZjfm088556; Fri, 21 Oct 2005 20:35:45 GMT (envelope-from kris) Date: Fri, 21 Oct 2005 20:35:45 GMT From: Kris Kennaway Message-Id: <200510212035.j9LKZjfm088556@freefall.freebsd.org> To: kthrow1@ccrs.nrcan.gc.ca, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: kern/87791: Kernel crash when running df 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, 21 Oct 2005 20:35:45 -0000 Synopsis: Kernel crash when running df State-Changed-From-To: open->feedback State-Changed-By: kris State-Changed-When: Fri Oct 21 20:35:37 GMT 2005 State-Changed-Why: Debugging information requested http://www.freebsd.org/cgi/query-pr.cgi?pr=87791 From owner-freebsd-bugs@FreeBSD.ORG Fri Oct 21 20:40:14 2005 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 8693A16A426 for ; Fri, 21 Oct 2005 20:40:14 +0000 (GMT) (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 4D14343D45 for ; Fri, 21 Oct 2005 20:40: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.3/8.13.3) with ESMTP id j9LKeEwt088850 for ; Fri, 21 Oct 2005 20:40:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9LKeDse088849; Fri, 21 Oct 2005 20:40:13 GMT (envelope-from gnats) Date: Fri, 21 Oct 2005 20:40:13 GMT Message-Id: <200510212040.j9LKeDse088849@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Kris Kennaway Cc: Subject: Re: kern/87791: Kernel crash when running df 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: Fri, 21 Oct 2005 20:40:14 -0000 The following reply was made to PR kern/87791; it has been noted by GNATS. From: Kris Kennaway To: Kerry Throw Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: kern/87791: Kernel crash when running df Date: Fri, 21 Oct 2005 16:35:34 -0400 On Fri, Oct 21, 2005 at 04:31:34PM +0000, Kerry Throw wrote: > FreeBSD-RC1 #0: Sun Oct 9 20;32:57 UTC 2005 > root@x64.samson.home:/usr/obj/usr/src/sys/GENERIC > i386 > >Description: > Fatal Trap 12: page fault while in kernel mode > fault virtual address = 0x0 > fault code = supervisor read, page not present > instruction pointer = 0x20:0xc05ff472 > stack pointer = 0x28:0xd1737654 > frame pointer = 0x28:0xd1737668 > 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 = 5619 (df) > trap number = 12 > panic:page fault > uptime: 20h28m31s > > A crash dump is also availabe. Please follow the directions in the chapter on kernel debugging in the developers' handbook. Thanks, Kris From owner-freebsd-bugs@FreeBSD.ORG Sat Oct 22 00:10:23 2005 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 5CD1016A41F for ; Sat, 22 Oct 2005 00:10:23 +0000 (GMT) (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 EB18C43D5E for ; Sat, 22 Oct 2005 00:10:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j9M0AJ9U024157 for ; Sat, 22 Oct 2005 00:10:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9M0AJdn024156; Sat, 22 Oct 2005 00:10:19 GMT (envelope-from gnats) Resent-Date: Sat, 22 Oct 2005 00:10:19 GMT Resent-Message-Id: <200510220010.j9M0AJdn024156@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Chris Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C5A616A41F for ; Sat, 22 Oct 2005 00:04:50 +0000 (GMT) (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 3B56243D45 for ; Sat, 22 Oct 2005 00:04:50 +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 j9M04nmA045522 for ; Sat, 22 Oct 2005 00:04:49 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j9M04not045521; Sat, 22 Oct 2005 00:04:49 GMT (envelope-from nobody) Message-Id: <200510220004.j9M04not045521@www.freebsd.org> Date: Sat, 22 Oct 2005 00:04:49 GMT From: Chris To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: misc/87822: Unable to install 5.3, 5.4 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Oct 2005 00:10:23 -0000 >Number: 87822 >Category: misc >Synopsis: Unable to install 5.3, 5.4 >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 Oct 22 00:10:19 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Chris >Release: issue with 5.3, 5.4 >Organization: none >Environment: Unable to install, so cannot perform uname -a >Description: System Will not boot into install from freebsd 5.3 and 5.4 disc. System reboots almost as soon as freebsd attempts to load the install/ >How-To-Repeat: attempt to boot with cd in. >Fix: none known >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sat Oct 22 10:50:09 2005 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 03A6616A41F for ; Sat, 22 Oct 2005 10:50:08 +0000 (GMT) (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 6429743D46 for ; Sat, 22 Oct 2005 10:50: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.3/8.13.3) with ESMTP id j9MAo8w7014004 for ; Sat, 22 Oct 2005 10:50:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9MAo8dc014003; Sat, 22 Oct 2005 10:50:08 GMT (envelope-from gnats) Resent-Date: Sat, 22 Oct 2005 10:50:08 GMT Resent-Message-Id: <200510221050.j9MAo8dc014003@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Alex Masterov Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8CA6B16A41F for ; Sat, 22 Oct 2005 10:43:46 +0000 (GMT) (envelope-from alex@second.bit.ab.ru) Received: from prime.bit.ab.ru (prime.bit.ab.ru [212.94.100.160]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C02A43D45 for ; Sat, 22 Oct 2005 10:43:44 +0000 (GMT) (envelope-from alex@second.bit.ab.ru) Received: from home.bit.ab.ru (dialup6.bit.ab.ru [192.168.1.226]) by prime.bit.ab.ru (8.13.1/8.13.1) with ESMTP id j9MAheHv028768 for ; Sat, 22 Oct 2005 17:43:41 +0700 (OMSST) (envelope-from alex@second.bit.ab.ru) Received: from second.bit.ab.ru (localhost [127.0.0.1]) by home.bit.ab.ru (8.13.4/8.13.4) with ESMTP id j9MAjpIB001071 for ; Sat, 22 Oct 2005 17:45:51 +0700 (OMSST) (envelope-from alex@second.bit.ab.ru) Received: (from alex@localhost) by second.bit.ab.ru (8.13.4/8.13.4/Submit) id j9MAjotT001070; Sat, 22 Oct 2005 17:45:50 +0700 (OMSST) (envelope-from alex) Message-Id: <200510221045.j9MAjotT001070@second.bit.ab.ru> Date: Sat, 22 Oct 2005 17:45:50 +0700 (OMSST) From: Alex Masterov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: kern/87836: If using ATAPICAM with cd(dvd)rw without media, devfs.conf has no effect on cd0 and pass0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Alex Masterov List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Oct 2005 10:50:09 -0000 >Number: 87836 >Category: kern >Synopsis: If using ATAPICAM with cd(dvd)rw without media, devfs.conf has no effect on cd0 and pass0 >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 Oct 22 10:50:07 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Alex Masterov >Release: FreeBSD 6.0-RC1 i386 >Organization: >Environment: System: FreeBSD second.bit.ab.ru 6.0-RC1 FreeBSD 6.0-RC1 #0: Sat Oct 22 12:48:18 OMSST 2005 alex@home.bit.ab.ru:/usr/obj/usr/src/sys/FIRST i386 >Description: Settings in /dev/devfs.conf (perm, link, etc) may be ineffective with ATAPICAM-related devices (cd0, pass0, xpt0). If ATA CD/DVD drive has no media in system boot time, there is a pause before kernel creates cd0 devices with message: cd0 at ata1 bus 0 target 0 lun 0 cd0: <_NEC DVD_RW ND-3540A 1.01> Removable CD-ROM SCSI-0 device cd0: 33.000MB/s transfers cd0: Attempt to query device size failed: NOT READY, Medium not present Script /etc/rc.d/devfs is runned BEFORE devices cd0,pass0,etc are created and any paramters in /etc/devfs.conf does not applies to these devices. >How-To-Repeat: Compile FreeBSD kernel with device atapicam FreeBSD host must have CD/DVD Drive of course. Define any parameters in /etc/devfs.conf with device cd0 e.g.: perm 0660 cd0 Reboot FreeBSD (CD/DVD must NOT have media inserted in boot time) Check device permissions ls -l /dev/cd0 >Fix: Workaround: run /etc/rc.d/devfs start by hand after boot. Or insert "sleep 15" in the head of /etc/rc.d/devfs >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sat Oct 22 12:50:13 2005 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 5A88316A41F for ; Sat, 22 Oct 2005 12:50:13 +0000 (GMT) (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 ABCCB43D48 for ; Sat, 22 Oct 2005 12:50: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.3/8.13.3) with ESMTP id j9MCoCL4029536 for ; Sat, 22 Oct 2005 12:50:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9MCoCR4029535; Sat, 22 Oct 2005 12:50:12 GMT (envelope-from gnats) Resent-Date: Sat, 22 Oct 2005 12:50:12 GMT Resent-Message-Id: <200510221250.j9MCoCR4029535@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 10F2F16A41F for ; Sat, 22 Oct 2005 12:44:58 +0000 (GMT) (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 D378143D46 for ; Sat, 22 Oct 2005 12:44:57 +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 j9MCivJs045129 for ; Sat, 22 Oct 2005 12:44:57 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j9MCivrk045118; Sat, 22 Oct 2005 12:44:57 GMT (envelope-from nobody) Message-Id: <200510221244.j9MCivrk045118@www.freebsd.org> Date: Sat, 22 Oct 2005 12:44:57 GMT From: "Jukka A. Ukkonen" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: bin/87841: fetch should have options to set http "if-modified-since" 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, 22 Oct 2005 12:50:13 -0000 >Number: 87841 >Category: bin >Synopsis: fetch should have options to set http "if-modified-since" >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: Sat Oct 22 12:50:12 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Jukka A. Ukkonen >Release: 4.11-STABLE >Organization: provate citizen >Environment: FreeBSD mjolnir 4.11-STABLE FreeBSD 4.11-STABLE #0: Wed Sep 21 07:56:19 EET DST 2005 jau@mjolnir:/home/src/sys/compile/Mjolnir i386 >Description: Quite often there is a need to fetch a new copy of a file only when the source file to be copied over has changed since the local version was last updated. To avoid an unnecessary fetch over http(s) it would be useful to add two new command line options to fetch. - One to specify the time to use in the if-modified-since header of the request directly from the command line. - Another to specify a reference file whose modify time to use as the content of the if-modified-since request header. None of this of course would work for ftp, but for http and https it would be a major benefit to be able to avoid pointless downloads when the local data is already as fresh as the data that would be pulled in. When fetching with http or https over a long distance connection the amount of time saved could be huge. >How-To-Repeat: Just copy a few large files over a long distance connection using fetch when your local copy is already as fresh as the one you receive, and you should instantly understand why I am proposing this. >Fix: The only known fix is to add the if-modified-since header and ability to parse to the potential "not modified" response. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sat Oct 22 14:00:31 2005 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 11F7516A420 for ; Sat, 22 Oct 2005 14:00:31 +0000 (GMT) (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 6903043D49 for ; Sat, 22 Oct 2005 14:00: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.3/8.13.3) with ESMTP id j9ME0SWe037069 for ; Sat, 22 Oct 2005 14:00:28 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9ME0SjK037068; Sat, 22 Oct 2005 14:00:28 GMT (envelope-from gnats) Resent-Date: Sat, 22 Oct 2005 14:00:28 GMT Resent-Message-Id: <200510221400.j9ME0SjK037068@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, Richard Hirner Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0CD2F16A41F for ; Sat, 22 Oct 2005 13:58:39 +0000 (GMT) (envelope-from richard@lenin.adaxas.net) Received: from lenin.adaxas.net (83-64-231-2.klausgasse.xdsl-line.inode.at [83.64.231.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id D501F43D46 for ; Sat, 22 Oct 2005 13:58:37 +0000 (GMT) (envelope-from richard@lenin.adaxas.net) Received: from lenin.adaxas.net (localhost [127.0.0.1]) by lenin.adaxas.net (8.13.1/8.13.1) with ESMTP id j9MDwZ6T073513 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 22 Oct 2005 15:58:35 +0200 (CEST) (envelope-from richard@lenin.adaxas.net) Received: (from richard@localhost) by lenin.adaxas.net (8.13.1/8.13.1/Submit) id j9MDwYug073508; Sat, 22 Oct 2005 15:58:34 +0200 (CEST) (envelope-from richard) Message-Id: <200510221358.j9MDwYug073508@lenin.adaxas.net> Date: Sat, 22 Oct 2005 15:58:34 +0200 (CEST) From: Richard Hirner To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Richard Hirner , devvv@devvv.de Subject: bin/87843: FreeBSD specific gcc compiler error X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Richard Hirner List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Oct 2005 14:00:31 -0000 >Number: 87843 >Category: bin >Synopsis: FreeBSD specific gcc compiler error >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: Sat Oct 22 14:00:28 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Richard Hirner >Release: FreeBSD 5.3-RELEASE-p18 i386 >Organization: >Environment: System: FreeBSD lenin.adaxas.net 5.3-RELEASE-p18 FreeBSD 5.3-RELEASE-p18 #7: Mon Jul 11 15:26:16 CEST 2005 toor@lenin.adaxas.net:/usr/obj/usr/src/sys/DEVVV01 i386 >Description: Please note that I have reported this issue to gcc Bugzilla and they said it has to be a FreeBSD specific problem. See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24484 PROBLEM: Tried to compile libapreq2-2.06 from the FreeBSD ports collection. Failed with this message: --------------------------- cc -DHAVE_CONFIG_H -I. -I. -I../include -I/usr/local/include/apache2/modules/perl -I/usr/local/include/apache2 -I/usr/local/include -D_REENTRANT -D_THREAD_SAFE -O -pipe -march=athlon -c util.c -MT util.lo -MD -MP -MF .deps/util.TPlo -fPIC -DPIC -o .libs/util.o util.c: In function `apreq_atoi64f': util.c:52: error: unrecognizable insn: (insn 66 172 67 8 util.c:44 (set (reg/f:SI 75) (match_insn 677090144 ("C"))) -1 (nil) (nil)) util.c:52: internal compiler error: in extract_insn, at recog.c:2083 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. --------------------------- SYSTEM: FreeBSD 5.3-RELEASE-p18 (Mon Jul 11 15:26:16 CEST 2005) /usr/obj/usr/src/sys/DEVVV01 i386 GCC VERSION: #gcc -v Using built-in specs. Configured with: FreeBSD/i386 system compiler Thread model: posix gcc version 3.4.2 [FreeBSD] 20040728 COMMAND LINE: cc -DHAVE_CONFIG_H -I. -I. -I../include -I/usr/local/include/apache2/modules/perl -I/usr/local/include/apache2 -I/usr/local/include -D_REENTRANT -D_THREAD_SAFE -O -pipe -march=athlon -c util.c -MT util.lo -MD -MP -MF .deps/util.TPlo -fPIC -DPIC -o .libs/util.o Bug appears without -march and -O, too >How-To-Repeat: portinstall libapreq2-2.06 on systems with my configuration (see above) >Fix: ? >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sat Oct 22 15:20:50 2005 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 73EAB16A420; Sat, 22 Oct 2005 15:20:50 +0000 (GMT) (envelope-from rodrigc@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3057C43D45; Sat, 22 Oct 2005 15:20:50 +0000 (GMT) (envelope-from rodrigc@FreeBSD.org) Received: from freefall.freebsd.org (rodrigc@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j9MFKofi052328; Sat, 22 Oct 2005 15:20:50 GMT (envelope-from rodrigc@freefall.freebsd.org) Received: (from rodrigc@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9MFKnxd052324; Sat, 22 Oct 2005 15:20:49 GMT (envelope-from rodrigc) Date: Sat, 22 Oct 2005 15:20:49 GMT From: Craig Rodrigues Message-Id: <200510221520.j9MFKnxd052324@freefall.freebsd.org> To: richard@hirner.at, rodrigc@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: bin/87843: FreeBSD specific gcc compiler 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: Sat, 22 Oct 2005 15:20:50 -0000 Synopsis: FreeBSD specific gcc compiler error State-Changed-From-To: open->feedback State-Changed-By: rodrigc State-Changed-When: Sat Oct 22 15:18:17 GMT 2005 State-Changed-Why: I cannot repeat the problem on FreeBSD 6.0-RC1 with: gcc version 3.4.4 [FreeBSD] 20050518 You might want to try removing "-march=athlon" from your compile flags by commenting out the appropriate setting in /etc/make.conf http://www.freebsd.org/cgi/query-pr.cgi?pr=87843 From owner-freebsd-bugs@FreeBSD.ORG Sat Oct 22 15:50:17 2005 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 67D1E16A41F for ; Sat, 22 Oct 2005 15:50:17 +0000 (GMT) (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 C475A43D49 for ; Sat, 22 Oct 2005 15:50: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.3/8.13.3) with ESMTP id j9MFoGea064304 for ; Sat, 22 Oct 2005 15:50:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9MFoG3X064303; Sat, 22 Oct 2005 15:50:16 GMT (envelope-from gnats) Resent-Date: Sat, 22 Oct 2005 15:50:16 GMT Resent-Message-Id: <200510221550.j9MFoG3X064303@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, Frank Behrens Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7830A16A41F for ; Sat, 22 Oct 2005 15:43:36 +0000 (GMT) (envelope-from frank@pinky.sax.de) Received: from pinky.frank-behrens.de (pinky.frank-behrens.de [82.139.199.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42B7B43D68 for ; Sat, 22 Oct 2005 15:43:31 +0000 (GMT) (envelope-from frank@pinky.sax.de) Received: from moon.behrens (localhost [127.0.0.1]) by pinky.frank-behrens.de (8.13.4/8.13.4) with ESMTP/MSA id j9MFhT3h027157 for ; Sat, 22 Oct 2005 17:43:29 +0200 (CEST) (envelope-from frank@moon.behrens) Received: (from frank@localhost) by moon.behrens (8.13.4/8.13.4/Submit) id j9MFhTCt027156; Sat, 22 Oct 2005 17:43:29 +0200 (CEST) (envelope-from frank) Message-Id: <200510221543.j9MFhTCt027156@moon.behrens> Date: Sat, 22 Oct 2005 17:43:29 +0200 (CEST) From: Frank Behrens To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: kern/87845: sio(4) should on probe return BUS_PROBE_GENERIC to allow other drivers to attach [fix] X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Frank Behrens List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Oct 2005 15:50:17 -0000 >Number: 87845 >Category: kern >Synopsis: sio(4) should on probe return BUS_PROBE_GENERIC to allow other drivers to attach [fix] >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: Sat Oct 22 15:50:16 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Frank Behrens >Release: FreeBSD 6.0-BETA3-200508221325 i386 >Organization: >Environment: all FreeBSD 5.x/6.x/7.x >Description: For special communication protocols it is necessary to replace the sio(4) driver. But the sio driver returns on bus probe always BUS_PROBE_SPECIFIC, what indicates the highest priority and prohibits the attachment of other drivers. sio(4) should return BUS_PROBE_GENERIC on successful bus probe. This allows an attachment of a more specific driver. Other drivers (e.g. puc(4)i) do this already. The proposed behavior conforms to DEVICE_PROBE(9) and the comments in /usr/include/sys/bus.h: #define BUS_PROBE_SPECIFIC 0 /* Only I can use this device */ #define BUS_PROBE_GENERIC (-100) /* generic driver for dev */ The changed driver should be MFCed to RELENG_6. >How-To-Repeat: >Fix: --- sioprobe6_050828.patch begins here --- --- sys/dev/sio/sio.c.orig Thu Jul 21 15:21:20 2005 +++ sys/dev/sio/sio.c Tue Aug 23 17:38:58 2005 @@ -700,7 +700,7 @@ device_set_softc(dev, NULL); free(com, M_DEVBUF); } - return (result); + return (result==0? BUS_PROBE_DEFAULT : result); } /* @@ -777,7 +777,7 @@ device_set_softc(dev, NULL); free(com, M_DEVBUF); } - return (result); + return (result==0? BUS_PROBE_DEFAULT : result); } #ifdef COM_ESP --- sioprobe6_050828.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sat Oct 22 17:00:32 2005 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 2E75716A41F for ; Sat, 22 Oct 2005 17:00:32 +0000 (GMT) (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 EBF1F43D45 for ; Sat, 22 Oct 2005 17: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.3/8.13.3) with ESMTP id j9MH0Vm4072019 for ; Sat, 22 Oct 2005 17:00:31 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9MH0VDn072018; Sat, 22 Oct 2005 17:00:31 GMT (envelope-from gnats) Date: Sat, 22 Oct 2005 17:00:31 GMT Message-Id: <200510221700.j9MH0VDn072018@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Richard Hirner Cc: Subject: Re: bin/87843: FreeBSD specific gcc compiler error X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Richard Hirner List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Oct 2005 17:00:32 -0000 The following reply was made to PR bin/87843; it has been noted by GNATS. From: Richard Hirner To: bug-followup@FreeBSD.org, richard@hirner.at Cc: Subject: Re: bin/87843: FreeBSD specific gcc compiler error Date: Sat, 22 Oct 2005 18:53:58 +0200 As I wrote in the gcc bug report, the compilation failed even if I removed -march=athlon and -O when calling cc (i.e. the optimisation flags were set in make.conf, then it failed, then i called the command line which failed without -march -O and it failed again). Interestingly, I have now removed CPUTYPE=athlon and CFLAGS=-O -pipe from make.conf and I don't get the error. How can that be? I thought it would be enough if I removed the optimisation flags from the one cc call that failed. However, thank you for the hint, it works now. From owner-freebsd-bugs@FreeBSD.ORG Sat Oct 22 17:43:43 2005 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 90F3316A420; Sat, 22 Oct 2005 17:43:43 +0000 (GMT) (envelope-from mlaier@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B02F43D48; Sat, 22 Oct 2005 17:43:43 +0000 (GMT) (envelope-from mlaier@FreeBSD.org) Received: from freefall.freebsd.org (mlaier@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j9MHhheT079291; Sat, 22 Oct 2005 17:43:43 GMT (envelope-from mlaier@freefall.freebsd.org) Received: (from mlaier@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9MHhhSr079287; Sat, 22 Oct 2005 17:43:43 GMT (envelope-from mlaier) Date: Sat, 22 Oct 2005 17:43:43 GMT From: Max Laier Message-Id: <200510221743.j9MHhhSr079287@freefall.freebsd.org> To: mlaier@FreeBSD.org, freebsd-bugs@FreeBSD.org, mlaier@FreeBSD.org Cc: Subject: Re: bin/87783: [patch] netstat: "pfkey" support is not compiled in unless INET6 is defined (typo) 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, 22 Oct 2005 17:43:43 -0000 Synopsis: [patch] netstat: "pfkey" support is not compiled in unless INET6 is defined (typo) Responsible-Changed-From-To: freebsd-bugs->mlaier Responsible-Changed-By: mlaier Responsible-Changed-When: Sat Oct 22 17:43:06 GMT 2005 Responsible-Changed-Why: take over - triggered by "pf" via dolt http://www.freebsd.org/cgi/query-pr.cgi?pr=87783 From owner-freebsd-bugs@FreeBSD.ORG Sat Oct 22 21:12:14 2005 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 8D9D216A420 for ; Sat, 22 Oct 2005 21:12:14 +0000 (GMT) (envelope-from BenjaminDAdams@softhome.net) Received: from jive.SoftHome.net (jive.SoftHome.net [66.54.152.27]) by mx1.FreeBSD.org (Postfix) with SMTP id AACF743D46 for ; Sat, 22 Oct 2005 21:12:13 +0000 (GMT) (envelope-from BenjaminDAdams@softhome.net) Received: (qmail 25917 invoked by uid 417); 22 Oct 2005 21:12:13 -0000 Received: from shunt-smtp-out-0 (HELO softhome.net) (172.16.3.12) by shunt-smtp-out-0 with SMTP; 22 Oct 2005 21:12:13 -0000 Received: from [192.168.0.3] ([66.66.20.21]) (AUTH: PLAIN BenjaminDAdams@softhome.net) by softhome.net with esmtp; Sat, 22 Oct 2005 15:12:12 -0600 From: Benjamin D Adams To: bug-followup@FreeBSD.org, FreeBSD-Bugs@freebsd.org, FreeBSD-ppc@freebsd.org Date: Sat, 22 Oct 2005 17:13:48 -0500 Message-Id: <1130019228.6798.17.camel@Devel.FreeBSDWorld.NET> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit X-Mailer: Evolution 2.2.3 FreeBSD GNOME Team Port Cc: Subject: Re: powerpc/87775: FreeBSD 6.0 will not boot on iMac (5 flavours) 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, 22 Oct 2005 21:12:14 -0000 Old report: http://www.freebsd.org/cgi/query-pr.cgi?pr=87775 I know this was reported just yesterday. The fix says to try 6.0-RC1 Which is what I'm running Machine is: G5 iMac I get the same problem Description The system will not boot the kernel. When you boot it displays: KDB: debugger backends: ddb KDB: current backend: ddb (in old report it has the fatal kernel trap...I don't get that message just the above) How-To-Repeat Boot from the CD. Hit enter to boot immediately when prompted Will reply with more information, Just ask what else you need me to do and run. Thanks, Happy to help FreeBSD :) -- Benjamin D Adams -- http://www.FreeBSDWorld.NET