From owner-freebsd-bugs@FreeBSD.ORG Sun Jan 8 00:20:04 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 13AB016A41F for ; Sun, 8 Jan 2006 00:20:04 +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 5BC1B43D46 for ; Sun, 8 Jan 2006 00:20:03 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k080K3uw021870 for ; Sun, 8 Jan 2006 00:20:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k080K32F021865; Sun, 8 Jan 2006 00:20:03 GMT (envelope-from gnats) Resent-Date: Sun, 8 Jan 2006 00:20:03 GMT Resent-Message-Id: <200601080020.k080K32F021865@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, Carl Drougge Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E536E16A41F for ; Sun, 8 Jan 2006 00:15:06 +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 9240743D48 for ; Sun, 8 Jan 2006 00:15: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 k080F6Ru032530 for ; Sun, 8 Jan 2006 00:15:06 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k080F6Mr032529; Sun, 8 Jan 2006 00:15:06 GMT (envelope-from nobody) Message-Id: <200601080015.k080F6Mr032529@www.freebsd.org> Date: Sun, 8 Jan 2006 00:15:06 GMT From: Carl Drougge To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: kern/91488: [patch] cd9660 filesystem cannot handle files larger than 2GB X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 08 Jan 2006 00:20:04 -0000 >Number: 91488 >Category: kern >Synopsis: [patch] cd9660 filesystem cannot handle files larger than 2GB >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Jan 08 00:20:02 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Carl Drougge >Release: 6.0-RELEASE >Organization: >Environment: FreeBSD k6.lundagatan.com 6.0-RELEASE FreeBSD 6.0-RELEASE #1: Sun Jan 8 00:15:19 CET 2006 root@k6.lundagatan.com:/usr/src/sys/i386/compile/K6 i386 >Description: The cd9660 filesystem can not handle files of more than 2147483647 bytes, while the specification of the filesystem arguably allows for files up to 4294967295 bytes. (Specifically, the "32 bit quantity" is not specified as signed or unsigned. In my opinion, since negative file sizes are not meaningfull, it should be interpreted as unsigned.) >How-To-Repeat: Mount an iso9660 filesystem containing a file of more than 2147483647 bytes, and try to access this file. ls gives "ls: large_file: Value too large to be stored in data type", attempts to read the file return EOF at once. >Fix: I have not tested this patch much, but it seems to work. --- sys/isofs/cd9660/cd9660_node.h.org Wed Mar 16 09:09:52 2005 +++ sys/isofs/cd9660/cd9660_node.h Sun Jan 8 00:14:54 2006 @@ -69,7 +69,7 @@ ino_t i_ino; /* inode number of found directory */ long iso_extent; /* extent of file */ - long i_size; + u_long i_size; long iso_start; /* actual start of data of file (may be different */ /* from iso_extent, if file has extended attributes) */ ISO_RRIP_INODE inode; >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sun Jan 8 08:30:04 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DBF9C16A41F for ; Sun, 8 Jan 2006 08:30:04 +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 488D543D46 for ; Sun, 8 Jan 2006 08:30:04 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k088U4Ej049087 for ; Sun, 8 Jan 2006 08:30:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k088U3IB049086; Sun, 8 Jan 2006 08:30:03 GMT (envelope-from gnats) Resent-Date: Sun, 8 Jan 2006 08:30:03 GMT Resent-Message-Id: <200601080830.k088U3IB049086@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, David Yeske Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D99216A41F for ; Sun, 8 Jan 2006 08:26:26 +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 38F2C43D5E for ; Sun, 8 Jan 2006 08:26:24 +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 k088QOgl057095 for ; Sun, 8 Jan 2006 08:26:24 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k088QOvH057094; Sun, 8 Jan 2006 08:26:24 GMT (envelope-from nobody) Message-Id: <200601080826.k088QOvH057094@www.freebsd.org> Date: Sun, 8 Jan 2006 08:26:24 GMT From: David Yeske To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: misc/91498: CVSCMDARGS has incorrect syntax in src/release/Makefile X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 08 Jan 2006 08:30:05 -0000 >Number: 91498 >Category: misc >Synopsis: CVSCMDARGS has incorrect syntax in src/release/Makefile >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Jan 08 08:30:03 GMT 2006 >Closed-Date: >Last-Modified: >Originator: David Yeske >Release: HEAD >Organization: >Environment: FreeBSD shuttle 7.0-CURRENT FreeBSD 7.0-CURRENT #9: Tue Jan 3 23:19:32 EST 2006 root@shuttle:/usr/obj/usr/src/sys/SHUTTLE i386 >Description: CVSCMDARGS="-D '01/01/2002 00:00:00 UTC'" in src/release/Makefile has extra quotes which break make release for example cd /home/release.amd64/usr && cvs -R -d "/home/ncvs" co "-D '01/04/2006 00:00:00 UTC'" -P src cvs [checkout aborted]: Can't parse date/time: '01/04/2006 00:00:00 UTC' *** Error code 1 >How-To-Repeat: uncomment CVSCMDARGS in src/release/Makefile and set it to recent date, then run make release >Fix: http://futurebsd.sourceforge.net/freebsd/patch-src_release_Makefile >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sun Jan 8 12:50:05 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4044316A420 for ; Sun, 8 Jan 2006 12:50:05 +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 57B6A43D46 for ; Sun, 8 Jan 2006 12:50:03 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k08Co3PF067848 for ; Sun, 8 Jan 2006 12:50:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k08Co3kN067846; Sun, 8 Jan 2006 12:50:03 GMT (envelope-from gnats) Resent-Date: Sun, 8 Jan 2006 12:50:03 GMT Resent-Message-Id: <200601081250.k08Co3kN067846@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, Christer Solskogen Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8AED116A41F for ; Sun, 8 Jan 2006 12:42:11 +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 44C1243D46 for ; Sun, 8 Jan 2006 12:42:11 +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 k08Cg9Hc045516 for ; Sun, 8 Jan 2006 12:42:09 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k08Cg855045515; Sun, 8 Jan 2006 12:42:08 GMT (envelope-from nobody) Message-Id: <200601081242.k08Cg855045515@www.freebsd.org> Date: Sun, 8 Jan 2006 12:42:08 GMT From: Christer Solskogen To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: kern/91502: ICH7 - finds only 2 out of 4 drives X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 08 Jan 2006 12:50:05 -0000 >Number: 91502 >Category: kern >Synopsis: ICH7 - finds only 2 out of 4 drives >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Jan 08 12:50:02 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Christer Solskogen >Release: 6.0-RELEASE >Organization: >Environment: FreeBSD shine.carebears.net 6.0-RELEASE-p1 FreeBSD 6.0-RELEASE-p1 #0: Sat Jan 7 18:27:23 CET 2006 root@shine.carebears.net:/files3/build/obj/usr/src/sys/SHINE amd64 >Description: I got myself a mainboard with the ICH7 chipset. This chipset is supported in FreeBSD, but on my board it had a problem. It found only 2 of my four disks (ad0 and ad2) I tried updating to 6.0-stable (from 6.0-release) but the problem resist. I found a patch at bsdforums that did indeed work. >How-To-Repeat: Install FreeBSD on a ICH7 mainbord with 4 SATA. (atacontrol finds the controllers, but not drivers attached) >Fix: Taken from http://www.bsdforums.org/forums/showthread.php?threadid=37304 --- ata-chipset.c Thu Oct 13 10:07:46 2005 +++ ata-chipset-ich7.c Sun Dec 11 23:25:48 2005 @@ -1845,10 +1845,13 @@ struct ata_channel *ch = device_get_softc(dev); int mask, timeout; - /* ICH6 has 4 SATA ports as master/slave on 2 channels so deal with pairs */ + /* ICH6/7 has 4 SATA ports as master/slave on 2 channels so deal with pairs */ if (ctlr->chip->chipid == ATA_I82801FB_S1 || ctlr->chip->chipid == ATA_I82801FB_R1 || - ctlr->chip->chipid == ATA_I82801FB_M) { + ctlr->chip->chipid == ATA_I82801FB_M || + ctlr->chip->chipid == ATA_I82801GB_S1 || + ctlr->chip->chipid == ATA_I82801GB_R1 || + ctlr->chip->chipid == ATA_I82801GB_M) { mask = (0x0005 << ch->unit); } else { >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sun Jan 8 13:40:07 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3418016A420 for ; Sun, 8 Jan 2006 13:40:07 +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 E9A9B43D49 for ; Sun, 8 Jan 2006 13:40:03 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k08De36D073208 for ; Sun, 8 Jan 2006 13:40:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k08De3T3073207; Sun, 8 Jan 2006 13:40:03 GMT (envelope-from gnats) Resent-Date: Sun, 8 Jan 2006 13:40:03 GMT Resent-Message-Id: <200601081340.k08De3T3073207@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, Stefan Bethke Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 684F816A41F for ; Sun, 8 Jan 2006 13:39:41 +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 65B5243D7E for ; Sun, 8 Jan 2006 13:39:30 +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 k08DdRBl075273 for ; Sun, 8 Jan 2006 13:39:27 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k08DdRel075272; Sun, 8 Jan 2006 13:39:27 GMT (envelope-from nobody) Message-Id: <200601081339.k08DdRel075272@www.freebsd.org> Date: Sun, 8 Jan 2006 13:39:27 GMT From: Stefan Bethke To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: misc/91507: ndis(4) man page references non-existing ndisapi(9) man page X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jan 2006 13:40:07 -0000 >Number: 91507 >Category: misc >Synopsis: ndis(4) man page references non-existing ndisapi(9) man page >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Jan 08 13:40:03 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Stefan Bethke >Release: 6.0-STABLE >Organization: >Environment: >Description: ndis(4) references ndisapi(9): driver supplied with your network adapter. The ndis driver uses the ndisapi(9) kernel subsystem to relocate and link the Windows(R) binary so It appears there is no NDIS-related information in section 9. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sun Jan 8 14:05:20 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2FBE216A41F; Sun, 8 Jan 2006 14:05:20 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4C7B43D46; Sun, 8 Jan 2006 14:05:19 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from freefall.freebsd.org (netchild@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k08E5JFx074058; Sun, 8 Jan 2006 14:05:19 GMT (envelope-from netchild@freefall.freebsd.org) Received: (from netchild@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k08E5I5Y074054; Sun, 8 Jan 2006 14:05:18 GMT (envelope-from netchild) Date: Sun, 8 Jan 2006 14:05:18 GMT From: Alexander Leidinger Message-Id: <200601081405.k08E5I5Y074054@freefall.freebsd.org> To: eugen@grosbein.pp.ru, netchild@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: kern/65428: [uscanner] [panic] uscanner(4)-related repeatable kernel panic, 4.10-BETA X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 08 Jan 2006 14:05:20 -0000 Synopsis: [uscanner] [panic] uscanner(4)-related repeatable kernel panic, 4.10-BETA State-Changed-From-To: open->feedback State-Changed-By: netchild State-Changed-When: Sun Jan 8 14:04:47 UTC 2006 State-Changed-Why: Is this still a problem with a recent 5.x or 6.x version? http://www.freebsd.org/cgi/query-pr.cgi?pr=65428 From owner-freebsd-bugs@FreeBSD.ORG Sun Jan 8 14:46:36 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C781716A41F; Sun, 8 Jan 2006 14:46:36 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77BF043D46; Sun, 8 Jan 2006 14:46:36 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from freefall.freebsd.org (netchild@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k08Eka5j076429; Sun, 8 Jan 2006 14:46:36 GMT (envelope-from netchild@freefall.freebsd.org) Received: (from netchild@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k08EkawF076425; Sun, 8 Jan 2006 14:46:36 GMT (envelope-from netchild) Date: Sun, 8 Jan 2006 14:46:36 GMT From: Alexander Leidinger Message-Id: <200601081446.k08EkawF076425@freefall.freebsd.org> To: leres@ee.lbl.gov, netchild@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: kern/71708: [MAKEDEV] [PATCH] MAKEDEV create n+1 bpf devices X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jan 2006 14:46:36 -0000 Synopsis: [MAKEDEV] [PATCH] MAKEDEV create n+1 bpf devices State-Changed-From-To: suspended->closed State-Changed-By: netchild State-Changed-When: Sun Jan 8 14:41:52 UTC 2006 State-Changed-Why: All supported -stable and development branches use devfs now. So close this PR since it doesn't apply anymore and interested parties can have a look at closed PR's too. Closing this PR results in less PR's to look at when a committer is in a "lets fix a PR"-mood. Additionally, this isn't a problem. It may be an annoyance, but it doesn't justifies a PR someone has to look at periodically. http://www.freebsd.org/cgi/query-pr.cgi?pr=71708 From owner-freebsd-bugs@FreeBSD.ORG Sun Jan 8 15:42:52 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A132816A41F; Sun, 8 Jan 2006 15:42:52 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5260B43D45; Sun, 8 Jan 2006 15:42:52 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from freefall.freebsd.org (netchild@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k08Fgq7s079624; Sun, 8 Jan 2006 15:42:52 GMT (envelope-from netchild@freefall.freebsd.org) Received: (from netchild@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k08Fgq9b079620; Sun, 8 Jan 2006 15:42:52 GMT (envelope-from netchild) Date: Sun, 8 Jan 2006 15:42:52 GMT From: Alexander Leidinger Message-Id: <200601081542.k08Fgq9b079620@freefall.freebsd.org> To: grog@blackwater.lemis.com, netchild@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: kern/59103: Serious data corruption reading compact flash IDE drives X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 08 Jan 2006 15:42:52 -0000 Synopsis: Serious data corruption reading compact flash IDE drives State-Changed-From-To: open->feedback State-Changed-By: netchild State-Changed-When: Sun Jan 8 15:42:17 UTC 2006 State-Changed-Why: Is this still a problem with a recent -stable or -current? http://www.freebsd.org/cgi/query-pr.cgi?pr=59103 From owner-freebsd-bugs@FreeBSD.ORG Sun Jan 8 15:47:21 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D47C16A41F; Sun, 8 Jan 2006 15:47:21 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1CDA243D46; Sun, 8 Jan 2006 15:47:21 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from freefall.freebsd.org (netchild@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k08FlKwC079821; Sun, 8 Jan 2006 15:47:20 GMT (envelope-from netchild@freefall.freebsd.org) Received: (from netchild@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k08FlKsd079817; Sun, 8 Jan 2006 15:47:20 GMT (envelope-from netchild) Date: Sun, 8 Jan 2006 15:47:20 GMT From: Alexander Leidinger Message-Id: <200601081547.k08FlKsd079817@freefall.freebsd.org> To: sime@logos.hr, netchild@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: kern/60175: panic: 5.2-RC: disk errors cause panic in softupdates code X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 08 Jan 2006 15:47:21 -0000 Synopsis: panic: 5.2-RC: disk errors cause panic in softupdates code State-Changed-From-To: open->feedback State-Changed-By: netchild State-Changed-When: Sun Jan 8 15:44:05 UTC 2006 State-Changed-Why: Would you please open 3 different PR's for those 3 different problems and report back when you created them, so this PR can be closed? The second one may already be fixed in 6-stable and maybe 5-stable too. Would you please test before reporting this one? Regarding the third one: I don't know if it's fixed or not, so it would be nice if you could test it too. http://www.freebsd.org/cgi/query-pr.cgi?pr=60175 From owner-freebsd-bugs@FreeBSD.ORG Sun Jan 8 15:59:45 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D41216A41F; Sun, 8 Jan 2006 15:59:45 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9EE2343D48; Sun, 8 Jan 2006 15:59:44 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from freefall.freebsd.org (netchild@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k08FxiKS080154; Sun, 8 Jan 2006 15:59:44 GMT (envelope-from netchild@freefall.freebsd.org) Received: (from netchild@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k08FxiiS080150; Sun, 8 Jan 2006 15:59:44 GMT (envelope-from netchild) Date: Sun, 8 Jan 2006 15:59:44 GMT From: Alexander Leidinger Message-Id: <200601081559.k08FxiiS080150@freefall.freebsd.org> To: lserinol@yahoo.com, netchild@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: bin/66261: fsck cannot recover filesystem corruption X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 08 Jan 2006 15:59:45 -0000 Synopsis: fsck cannot recover filesystem corruption State-Changed-From-To: open->analyzed State-Changed-By: netchild State-Changed-When: Sun Jan 8 15:54:28 UTC 2006 State-Changed-Why: fsck is known to need a lot of memory for large filesystems. The only way to solve this is to add memory to the system (you don't have that much resources at the time a "foreground" fsck is running, for a bgfsck you can use swap). It is not known to me if a rewrite of fsck with low memory usage in mind can solve the issue or not (it may be the case that the memory usage is inherent in the way fsck works). http://www.freebsd.org/cgi/query-pr.cgi?pr=66261 From owner-freebsd-bugs@FreeBSD.ORG Sun Jan 8 16:15:21 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A4BB516A420; Sun, 8 Jan 2006 16:15:21 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E08C843D69; Sun, 8 Jan 2006 16:15:19 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from freefall.freebsd.org (netchild@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k08GFJ9C080863; Sun, 8 Jan 2006 16:15:19 GMT (envelope-from netchild@freefall.freebsd.org) Received: (from netchild@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k08GFJBS080859; Sun, 8 Jan 2006 16:15:19 GMT (envelope-from netchild) Date: Sun, 8 Jan 2006 16:15:19 GMT From: Alexander Leidinger Message-Id: <200601081615.k08GFJBS080859@freefall.freebsd.org> To: netchild@FreeBSD.org, freebsd-bugs@FreeBSD.org, re@FreeBSD.org Cc: Subject: Re: kern/70881: 5.3 beta1 kernel.generic missing from /boot/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: Sun, 08 Jan 2006 16:15:21 -0000 Synopsis: 5.3 beta1 kernel.generic missing from /boot/kernel/ Responsible-Changed-From-To: freebsd-bugs->re Responsible-Changed-By: netchild Responsible-Changed-When: Sun Jan 8 16:14:31 UTC 2006 Responsible-Changed-Why: Assign to the release engineering team. I think it's their final saying which matters. http://www.freebsd.org/cgi/query-pr.cgi?pr=70881 From owner-freebsd-bugs@FreeBSD.ORG Sun Jan 8 16:23:08 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2943416A420; Sun, 8 Jan 2006 16:23:08 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC6D943D45; Sun, 8 Jan 2006 16:23:07 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from freefall.freebsd.org (netchild@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k08GN7lD081263; Sun, 8 Jan 2006 16:23:07 GMT (envelope-from netchild@freefall.freebsd.org) Received: (from netchild@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k08GN7kS081259; Sun, 8 Jan 2006 16:23:07 GMT (envelope-from netchild) Date: Sun, 8 Jan 2006 16:23:07 GMT From: Alexander Leidinger Message-Id: <200601081623.k08GN7kS081259@freefall.freebsd.org> To: ksatechnologies@comcast.net, netchild@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: kern/74137: FreeBSD 5.3 BTX loader stack overflows and hangs X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jan 2006 16:23:08 -0000 Synopsis: FreeBSD 5.3 BTX loader stack overflows and hangs State-Changed-From-To: open->feedback State-Changed-By: netchild State-Changed-When: Sun Jan 8 16:22:52 UTC 2006 State-Changed-Why: Do you still see this problem with 6.0? http://www.freebsd.org/cgi/query-pr.cgi?pr=74137 From owner-freebsd-bugs@FreeBSD.ORG Sun Jan 8 16:26:56 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1ABB316A420; Sun, 8 Jan 2006 16:26:56 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE44943D45; Sun, 8 Jan 2006 16:26:55 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from freefall.freebsd.org (netchild@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k08GQtRY081338; Sun, 8 Jan 2006 16:26:55 GMT (envelope-from netchild@freefall.freebsd.org) Received: (from netchild@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k08GQsYG081334; Sun, 8 Jan 2006 16:26:54 GMT (envelope-from netchild) Date: Sun, 8 Jan 2006 16:26:54 GMT From: Alexander Leidinger Message-Id: <200601081626.k08GQsYG081334@freefall.freebsd.org> To: avg@icyb.net.ua, netchild@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: kern/77234: [udf] [patch] corrupted data is read from UDF filesystem if read starts at non-aligned offset X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 08 Jan 2006 16:26:56 -0000 Synopsis: [udf] [patch] corrupted data is read from UDF filesystem if read starts at non-aligned offset State-Changed-From-To: open->feedback State-Changed-By: netchild State-Changed-When: Sun Jan 8 16:25:15 UTC 2006 State-Changed-Why: Is this still a problem with a recent 6.x or -current? http://www.freebsd.org/cgi/query-pr.cgi?pr=77234 From owner-freebsd-bugs@FreeBSD.ORG Sun Jan 8 16:34:52 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B01D16A420; Sun, 8 Jan 2006 16:34:52 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7608B43D45; Sun, 8 Jan 2006 16:34:51 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from freefall.freebsd.org (netchild@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k08GYplm083006; Sun, 8 Jan 2006 16:34:51 GMT (envelope-from netchild@freefall.freebsd.org) Received: (from netchild@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k08GYotk083002; Sun, 8 Jan 2006 16:34:51 GMT (envelope-from netchild) Date: Sun, 8 Jan 2006 16:34:51 GMT From: Alexander Leidinger Message-Id: <200601081634.k08GYotk083002@freefall.freebsd.org> To: killing@multiplay.co.uk, netchild@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: kern/82482: [hptmv] [patch] hptmv(4) ( Highpoint RocketRaid 1820a ) corrupts fs on shutdown -p X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 08 Jan 2006 16:34:52 -0000 Synopsis: [hptmv] [patch] hptmv(4) ( Highpoint RocketRaid 1820a ) corrupts fs on shutdown -p State-Changed-From-To: open->closed State-Changed-By: netchild State-Changed-When: Sun Jan 8 16:33:34 UTC 2006 State-Changed-Why: Something like this is in 6-stable and -current. Maybe it entered the tree with an update by Highpoint. Thanks notifying the vendor. http://www.freebsd.org/cgi/query-pr.cgi?pr=82482 From owner-freebsd-bugs@FreeBSD.ORG Sun Jan 8 16:40:37 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F2BF16A420; Sun, 8 Jan 2006 16:40:37 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8888543D48; Sun, 8 Jan 2006 16:40:36 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from freefall.freebsd.org (netchild@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k08GeaXr083180; Sun, 8 Jan 2006 16:40:36 GMT (envelope-from netchild@freefall.freebsd.org) Received: (from netchild@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k08GeZGc083176; Sun, 8 Jan 2006 16:40:35 GMT (envelope-from netchild) Date: Sun, 8 Jan 2006 16:40:35 GMT From: Alexander Leidinger Message-Id: <200601081640.k08GeZGc083176@freefall.freebsd.org> To: matthias.andree@gmx.de, netchild@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: kern/60313: data destruction: lseek() misalignment silently ignored by some block devices X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jan 2006 16:40:37 -0000 Synopsis: data destruction: lseek() misalignment silently ignored by some block devices State-Changed-From-To: open->closed State-Changed-By: netchild State-Changed-When: Sun Jan 8 16:39:04 UTC 2006 State-Changed-Why: 5.x and 6.x come with GEOM, where -- according to phk -- this is handled correctly. >From phk: ---snip--- Notice however that lseek(2) does not in fact instigate any I/O request so it cannot possibly know if the address is properly aligned or not. Therefore lseek(2) will always succeed, even if the subsequent read/write will fail at that offset. ---snip--- http://www.freebsd.org/cgi/query-pr.cgi?pr=60313 From owner-freebsd-bugs@FreeBSD.ORG Sun Jan 8 16:51:12 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6BF5B16A41F; Sun, 8 Jan 2006 16:51:12 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 189FB43D45; Sun, 8 Jan 2006 16:51:12 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from freefall.freebsd.org (netchild@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k08GpBHi083490; Sun, 8 Jan 2006 16:51:11 GMT (envelope-from netchild@freefall.freebsd.org) Received: (from netchild@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k08GpBCf083486; Sun, 8 Jan 2006 16:51:11 GMT (envelope-from netchild) Date: Sun, 8 Jan 2006 16:51:11 GMT From: Alexander Leidinger Message-Id: <200601081651.k08GpBCf083486@freefall.freebsd.org> To: philip@freebsd.org, netchild@FreeBSD.org, freebsd-bugs@FreeBSD.org, sos@FreeBSD.org Cc: Subject: Re: kern/85603: [ata] FS corruption and 'uncorrectable' DMA errors on ATA disks after unclean shutdown X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jan 2006 16:51:12 -0000 Synopsis: [ata] FS corruption and 'uncorrectable' DMA errors on ATA disks after unclean shutdown State-Changed-From-To: open->analyzed State-Changed-By: netchild State-Changed-When: Sun Jan 8 16:44:05 UTC 2006 State-Changed-Why: Hand over to ATA maintainer, he already analyzed the problem and can decide if the PR should be closed or not. Responsible-Changed-From-To: freebsd-bugs->sos Responsible-Changed-By: netchild Responsible-Changed-When: Sun Jan 8 16:44:05 UTC 2006 Responsible-Changed-Why: Hand over to ATA maintainer, he already analyzed the problem and can decide if the PR should be closed or not. http://www.freebsd.org/cgi/query-pr.cgi?pr=85603 From owner-freebsd-bugs@FreeBSD.ORG Sun Jan 8 17:14:48 2006 Return-Path: X-Original-To: freebsd-bugs@FreeBSD.org Delivered-To: freebsd-bugs@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C06D916A41F; Sun, 8 Jan 2006 17:14:48 +0000 (GMT) (envelope-from avg@icyb.net.ua) Received: from relay2.sm.ukrtel.net (dr2.sm.ukrtel.net [213.179.236.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC27C43D46; Sun, 8 Jan 2006 17:14:47 +0000 (GMT) (envelope-from avg@icyb.net.ua) Received: from [213.179.237.41] (trost-dialup-2.sm.ukrtel.net [213.179.237.41] (may be forged)) by relay2.sm.ukrtel.net (8.13.4/8.13.1) with ESMTP id k08HBZ9x016831; Sun, 8 Jan 2006 19:11:36 +0200 (EET) (envelope-from avg@icyb.net.ua) Message-ID: <43C14883.3060209@icyb.net.ua> Date: Sun, 08 Jan 2006 19:14:43 +0200 From: Andriy Gapon User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050706) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Alexander Leidinger References: <200601081626.k08GQsYG081334@freefall.freebsd.org> In-Reply-To: <200601081626.k08GQsYG081334@freefall.freebsd.org> Content-Type: text/plain; charset=KOI8-U Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.87.1/1234/Fri Jan 6 15:54:31 2006 on relay2.sm.ukrtel.net X-Virus-Status: Clean Cc: freebsd-bugs@FreeBSD.org Subject: Re: kern/77234: [udf] [patch] corrupted data is read from UDF filesystem if read starts at non-aligned offset X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 08 Jan 2006 17:14:48 -0000 on 08/01/2006 18:26 Alexander Leidinger said the following: > State-Changed-Why: > Is this still a problem with a recent 6.x or -current? Yes, definitely. You can check what changes were made in this area since I submitted the latest version of the proposed patch http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/fs/udf/udf_vnops.c Or execute steps from How-To-Repeat section. -- Andriy Gapon From owner-freebsd-bugs@FreeBSD.ORG Sun Jan 8 17:51:20 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 81F0416A41F; Sun, 8 Jan 2006 17:51:20 +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 2BCBC43D49; Sun, 8 Jan 2006 17:51:20 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k08HpKHe088425; Sun, 8 Jan 2006 17:51:20 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k08HpKAW088421; Sun, 8 Jan 2006 17:51:20 GMT (envelope-from linimon) Date: Sun, 8 Jan 2006 17:51:20 GMT From: Mark Linimon Message-Id: <200601081751.k08HpKAW088421@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-doc@FreeBSD.org Cc: Subject: Re: docs/91507: ndis(4) man page references non-existing ndisapi(9) man page X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jan 2006 17:51:20 -0000 Synopsis: ndis(4) man page references non-existing ndisapi(9) man page Responsible-Changed-From-To: freebsd-bugs->freebsd-doc Responsible-Changed-By: linimon Responsible-Changed-When: Sun Jan 8 17:50:59 UTC 2006 Responsible-Changed-Why: docs PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=91507 From owner-freebsd-bugs@FreeBSD.ORG Sun Jan 8 17:54:19 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7597916A420; Sun, 8 Jan 2006 17:54:19 +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 289F643D46; Sun, 8 Jan 2006 17:54:19 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k08HsJfU088512; Sun, 8 Jan 2006 17:54:19 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k08HsI4A088508; Sun, 8 Jan 2006 17:54:18 GMT (envelope-from linimon) Date: Sun, 8 Jan 2006 17:54:18 GMT From: Mark Linimon Message-Id: <200601081754.k08HsI4A088508@freefall.freebsd.org> To: avg@icyb.net.ua, linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: kern/77234: [udf] [patch] corrupted data is read from UDF filesystem if read starts at non-aligned offset X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 08 Jan 2006 17:54:19 -0000 Synopsis: [udf] [patch] corrupted data is read from UDF filesystem if read starts at non-aligned offset State-Changed-From-To: feedback->open State-Changed-By: linimon State-Changed-When: Sun Jan 8 17:54:03 UTC 2006 State-Changed-Why: Feedback received. http://www.freebsd.org/cgi/query-pr.cgi?pr=77234 From owner-freebsd-bugs@FreeBSD.ORG Sun Jan 8 18:18:14 2006 Return-Path: X-Original-To: freebsd-bugs@FreeBSD.org Delivered-To: freebsd-bugs@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7EB6116A41F for ; Sun, 8 Jan 2006 18:18:14 +0000 (GMT) (envelope-from matthias.andree@gmx.de) Received: from mail.gmx.net (mail.gmx.de [213.165.64.21]) by mx1.FreeBSD.org (Postfix) with SMTP id 31E9E43D64 for ; Sun, 8 Jan 2006 18:18:06 +0000 (GMT) (envelope-from matthias.andree@gmx.de) Received: (qmail invoked by alias); 08 Jan 2006 18:18:05 -0000 Received: from p50913696.dip0.t-ipconnect.de (EHLO m2a2.dyndns.org) [80.145.54.150] by mail.gmx.net (mp038) with SMTP; 08 Jan 2006 19:18:05 +0100 X-Authenticated: #428038 Received: from localhost (localhost [127.0.0.1]) by merlin.emma.line.org (Postfix) with ESMTP id 1471C20118C; Sun, 8 Jan 2006 19:18:04 +0100 (CET) Received: from m2a2.dyndns.org ([127.0.0.1]) by localhost (m2a2.dyndns.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 01554-19; Sun, 8 Jan 2006 19:18:02 +0100 (CET) Received: by merlin.emma.line.org (Postfix, from userid 500) id F0DA92011A3; Sun, 8 Jan 2006 19:18:01 +0100 (CET) Date: Sun, 8 Jan 2006 19:18:01 +0100 From: Matthias Andree To: Alexander Leidinger Message-ID: <20060108181801.GA14246@merlin.emma.line.org> References: <200601081640.k08GeZGc083176@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200601081640.k08GeZGc083176@freefall.freebsd.org> X-PGP-Key: http://home.pages.de/~mandree/keys/GPGKEY.asc User-Agent: Mutt/1.5.11 X-Virus-Scanned: amavisd-new at emma.line.org X-Y-GMX-Trusted: 0 Cc: freebsd-bugs@FreeBSD.org, matthias.andree@gmx.de Subject: Re: kern/60313: data destruction: lseek() misalignment silently ignored by some block devices X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jan 2006 18:18:14 -0000 On Sun, 08 Jan 2006, Alexander Leidinger wrote: > State-Changed-From-To: open->closed > State-Changed-By: netchild > State-Changed-When: Sun Jan 8 16:39:04 UTC 2006 > State-Changed-Why: > 5.x and 6.x come with GEOM, where -- according to phk -- this is > handled correctly. Well, it appears fixed in 6-STABLE (I doesn't matter if write refuses or lseek, as long as no harm is done to the device), but how about FreeBSD 4? -- Matthias Andree From owner-freebsd-bugs@FreeBSD.ORG Sun Jan 8 18:39:16 2006 Return-Path: X-Original-To: freebsd-bugs@FreeBSD.org Delivered-To: freebsd-bugs@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F39516A41F for ; Sun, 8 Jan 2006 18:39:16 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from www.ebusiness-leidinger.de (jojo.ms-net.de [84.16.236.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43A1D43D60 for ; Sun, 8 Jan 2006 18:39:07 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from Andro-Beta.Leidinger.net (p54A5E9D2.dip.t-dialin.net [84.165.233.210]) (authenticated bits=0) by www.ebusiness-leidinger.de (8.13.1/8.13.1) with ESMTP id k08IYGdr036888; Sun, 8 Jan 2006 19:34:17 +0100 (CET) (envelope-from netchild@FreeBSD.org) Received: from Magellan.Leidinger.net (Magellan.Leidinger.net [192.168.1.1]) by Andro-Beta.Leidinger.net (8.13.3/8.13.3) with ESMTP id k08Id1fx071197; Sun, 8 Jan 2006 19:39:01 +0100 (CET) (envelope-from netchild@FreeBSD.org) Date: Sun, 8 Jan 2006 19:39:00 +0100 From: Alexander Leidinger To: Matthias Andree Message-ID: <20060108193900.4e1194ba@Magellan.Leidinger.net> In-Reply-To: <20060108181801.GA14246@merlin.emma.line.org> References: <200601081640.k08GeZGc083176@freefall.freebsd.org> <20060108181801.GA14246@merlin.emma.line.org> Organization: FreeBSD X-Mailer: Sylpheed-Claws 1.9.100 (GTK+ 2.8.9; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new Cc: freebsd-bugs@FreeBSD.org Subject: Re: kern/60313: data destruction: lseek() misalignment silently ignored by some block devices X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jan 2006 18:39:16 -0000 On Sun, 8 Jan 2006 19:18:01 +0100 Matthias Andree wrote: > On Sun, 08 Jan 2006, Alexander Leidinger wrote: > > > State-Changed-From-To: open->closed > > State-Changed-By: netchild > > State-Changed-When: Sun Jan 8 16:39:04 UTC 2006 > > State-Changed-Why: > > 5.x and 6.x come with GEOM, where -- according to phk -- this is > > handled correctly. > > Well, it appears fixed in 6-STABLE (I doesn't matter if write refuses or > lseek, as long as no harm is done to the device), but how about FreeBSD 4? RELENG_4_* will only see security or errata fixes, there will be no 4.12-release. So feel free to point out a security hole to the security team. Alternatively feel free to point out to the release engineering team how this bug is a major service-disrupting bug (e.g. by a huge amount of corresponding bug reports) as requested by by the errata policy (http://www.freebsd.org/releases/4.11R/errata_policy.html). Bye, Alexander. -- Loose bits sink chips. http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerprint = C518 BC70 E67F 143F BE91 3365 79E2 9C60 B006 3FE7 WL http://www.amazon.de/exec/obidos/registry/1FZ4DTHQE9PQ8/ref=wl_em_to/ From owner-freebsd-bugs@FreeBSD.ORG Sun Jan 8 23:40:04 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A8F1316A41F for ; Sun, 8 Jan 2006 23:40:04 +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 675C343D4C for ; Sun, 8 Jan 2006 23:40:03 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k08Ne3Sc023646 for ; Sun, 8 Jan 2006 23:40:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k08Ne3W4023645; Sun, 8 Jan 2006 23:40:03 GMT (envelope-from gnats) Resent-Date: Sun, 8 Jan 2006 23:40:03 GMT Resent-Message-Id: <200601082340.k08Ne3W4023645@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, Edwin Groothuis Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D1D716A41F for ; Sun, 8 Jan 2006 23:35:48 +0000 (GMT) (envelope-from edwin@mavetju.org) Received: from mail2out.barnet.com.au (mail2out.barnet.com.au [202.83.176.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7287A43D45 for ; Sun, 8 Jan 2006 23:35:46 +0000 (GMT) (envelope-from edwin@mavetju.org) Received: by mail2out.barnet.com.au (Postfix, from userid 27) id 61F597073C7; Mon, 9 Jan 2006 10:35:45 +1100 (EST) Received: from mail2-auth.barnet.com.au (mail2.barnet.com.au [202.83.176.13]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.barnet.com.au", Issuer "BarNet Root Certificate Authority" (verified OK)) by mail2.barnet.com.au (Postfix) with ESMTP id D9E057073B6 for ; Mon, 9 Jan 2006 10:35:44 +1100 (EST) Received: from k7.mavetju (edwin-3.int.barnet.com.au [10.10.12.2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mail2-auth.barnet.com.au (Postfix) with ESMTP id 2DC037073B1 for ; Mon, 9 Jan 2006 10:35:44 +1100 (EST) Received: by k7.mavetju (Postfix, from userid 1001) id 20791294; Mon, 9 Jan 2006 10:35:43 +1100 (EST) Message-Id: <20060108233543.20791294@k7.mavetju> Date: Mon, 9 Jan 2006 10:35:43 +1100 (EST) From: Edwin Groothuis To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: bin/91536: burncd -t feature strangeness X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Edwin Groothuis List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jan 2006 23:40:04 -0000 >Number: 91536 >Category: bin >Synopsis: burncd -t feature strangeness >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 Jan 08 23:40:02 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Edwin Groothuis >Release: FreeBSD 6.0-RELEASE i386 >Organization: - >Environment: System: FreeBSD k7.mavetju 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Thu Nov 3 09:36:13 UTC 2005 root@x64.samsco.home:/usr/obj/usr/src/sys/GENERIC i386 >Description: When trying to test-burn and really-burn a DVD, I got the following experience: [/home/ftp/pub] root@k7>burncd -t -f /dev/acd0 data dd.iso next writeable LBA 0 writing from file dd.iso size 7443022 KB written this track 7443022 KB (100%) total 7443022 KB [/home/ftp/pub] root@k7>burncd -f /dev/acd0 data dd.iso next writeable LBA 3721520 writing from file dd.iso size 7443022 KB Input/output error So the test run (-t) started at LBA 0, but the real run started at 3721520. The disc doesn't get recognized by a DVD player after this test, which makes me believe that the disk is written on during the test burn. The DVD burner is: >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Mon Jan 9 00:00:23 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6BEAC16A41F for ; Mon, 9 Jan 2006 00:00: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 EDCD343D46 for ; Mon, 9 Jan 2006 00:00:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k0900MnC024255 for ; Mon, 9 Jan 2006 00:00:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0900MlS024254; Mon, 9 Jan 2006 00:00:22 GMT (envelope-from gnats) Date: Mon, 9 Jan 2006 00:00:22 GMT Message-Id: <200601090000.k0900MlS024254@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: bin/91536: burncd -t feature strangeness X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Edwin Groothuis List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jan 2006 00:00:23 -0000 The following reply was made to PR bin/91536; it has been noted by GNATS. From: Edwin Groothuis To: FreeBSD Gnats Submit Cc: Subject: Re: bin/91536: burncd -t feature strangeness Date: Mon, 9 Jan 2006 10:52:56 +1100 On request of flz@ a couple of more tests: - When retrying the test now: [/home/ftp/pub] root@k7>burncd -t -f /dev/acd0 data dd.iso next writeable LBA 3721520 writing from file dd.iso size 7443022 KB - I didn't eject the disk between the test and the real run, but I tried it after the first real run failure. -- Edwin Groothuis | Personal website: http://www.mavetju.org edwin@mavetju.org | Weblog: http://weblog.barnet.com.au/edwin/ From owner-freebsd-bugs@FreeBSD.ORG Mon Jan 9 02:50:06 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7837716A41F for ; Mon, 9 Jan 2006 02:50:06 +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 0DFBE43D45 for ; Mon, 9 Jan 2006 02:50:06 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k092o5ML033185 for ; Mon, 9 Jan 2006 02:50:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k092o55P033184; Mon, 9 Jan 2006 02:50:05 GMT (envelope-from gnats) Date: Mon, 9 Jan 2006 02:50:05 GMT Message-Id: <200601090250.k092o55P033184@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: bin/91536: burncd -t feature strangeness X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Edwin Groothuis List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jan 2006 02:50:06 -0000 The following reply was made to PR bin/91536; it has been noted by GNATS. From: Edwin Groothuis To: FreeBSD Gnats Submit Cc: Subject: Re: bin/91536: burncd -t feature strangeness Date: Mon, 9 Jan 2006 13:42:02 +1100 It also happens with cdroms: /home/edwin/iso] root@k7>burncd -t -f /dev/acd0 6.0-RELEASE-i386-disc1.iso burncd: no data format selected [/home/edwin/iso] root@k7>burncd -t -f /dev/acd0 data 6.0-RELEASE-i386-disc1.iso next writeable LBA 0 writing from file 6.0-RELEASE-i386-disc1.iso size 564852 KB written this track 564852 KB (100%) total 564852 KB [/home/edwin/iso] root@k7>burncd -t -f /dev/acd0 data 6.0-RELEASE-i386-disc1.iso next writeable LBA 282578 writing from file 6.0-RELEASE-i386-disc1.iso size 564852 KB written this track 18976 KB (3%) total 18976 KB I've asked others to test if -t also plays with their burners. Edwin -- Edwin Groothuis | Personal website: http://www.mavetju.org edwin@mavetju.org | Weblog: http://weblog.barnet.com.au/edwin/ From owner-freebsd-bugs@FreeBSD.ORG Mon Jan 9 03:46:01 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B81A16A420; Mon, 9 Jan 2006 03:46:01 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B09E443D45; Mon, 9 Jan 2006 03:46:00 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k093k0d5036045; Mon, 9 Jan 2006 03:46:00 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k093k0tr036041; Mon, 9 Jan 2006 03:46:00 GMT (envelope-from edwin) Date: Mon, 9 Jan 2006 03:46:00 GMT From: Edwin Groothuis Message-Id: <200601090346.k093k0tr036041@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-bugs@FreeBSD.org, sos@FreeBSD.org Cc: Subject: Re: bin/91536: burncd(8): burncd -t feature strangeness X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 09 Jan 2006 03:46:01 -0000 Synopsis: burncd(8): burncd -t feature strangeness Responsible-Changed-From-To: freebsd-bugs->sos Responsible-Changed-By: edwin Responsible-Changed-When: Mon Jan 9 03:45:46 UTC 2006 Responsible-Changed-Why: Over to author of acd and burncd http://www.freebsd.org/cgi/query-pr.cgi?pr=91536 From owner-freebsd-bugs@FreeBSD.ORG Mon Jan 9 11:00:24 2006 Return-Path: X-Original-To: freebsd-bugs@freebsd.org Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D554916A41F for ; Mon, 9 Jan 2006 11:00:24 +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 8658F43D45 for ; Mon, 9 Jan 2006 11:00:24 +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.4/8.13.4) with ESMTP id k09B0OQM064973 for ; Mon, 9 Jan 2006 11:00:24 GMT (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k09B0NQe064967 for freebsd-bugs@freebsd.org; Mon, 9 Jan 2006 11:00:23 GMT (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 9 Jan 2006 11:00:23 GMT Message-Id: <200601091100.k09B0NQe064967@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, 09 Jan 2006 11:00:24 -0000 Current FreeBSD problem reports No matches to your query From owner-freebsd-bugs@FreeBSD.ORG Mon Jan 9 11:00:32 2006 Return-Path: X-Original-To: freebsd-bugs@freebsd.org Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 378D816A41F for ; Mon, 9 Jan 2006 11:00:32 +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 BDCD143D45 for ; Mon, 9 Jan 2006 11:00:31 +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.4/8.13.4) with ESMTP id k09B0VZV064984 for ; Mon, 9 Jan 2006 11:00:31 GMT (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k09B0OZ0064978 for freebsd-bugs@freebsd.org; Mon, 9 Jan 2006 11:00:24 GMT (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 9 Jan 2006 11:00:24 GMT Message-Id: <200601091100.k09B0OZ0064978@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, 09 Jan 2006 11:00:32 -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 a [2002/06/08] kern/39043 [smbfs] Corrupted files on a FAT32 partit 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 [twe] 3ware RAID 5 resulting in data corr f [2003/11/10] kern/59103 Serious data corruption reading compact f f [2003/12/12] kern/60175 panic: 5.2-RC: disk errors cause panic in f [2004/02/16] i386/62902 sos Data Corruption on Dell PE 600SC (Server o [2004/04/28] i386/66039 i386 [panic] system panic with file system cor a [2004/05/04] bin/66261 fsck cannot recover filesystem corruption o [2004/05/11] kern/66553 scottl SEBSD kernel compilation errors o [2004/07/07] kern/68757 kan rapid file creation on snapshotted filesy o [2004/08/06] kern/70096 [msdosfs] [patch] full msdos file system o [2004/08/23] kern/70881 re 5.3 beta1 kernel.generic missing from /bo f [2004/09/05] i386/71395 sos Data corrupted on Serverworks CG-SL chips o [2004/09/09] i386/71538 i386 [install] multi-homed install trashes exi o [2004/10/27] amd64/73211 bz FAST_IPSEC broken on amd64 o [2004/10/30] kern/73313 simokawa Maxtor Onetouch drivers hang or corrupt d f [2004/11/19] kern/74137 FreeBSD 5.3 BTX loader stack overflows an o [2004/12/20] alpha/75317 alpha [ata] [busdma] ATA DMA broken on PCalpha o [2005/01/05] kern/75844 phk gbde causes disk write errors and subsequ o [2005/01/26] threads/76690threads fork hang in child for (-lc_r & -lthr) o [2005/02/07] kern/77234 [udf] [patch] corrupted data is read from f [2005/03/14] i386/78837 i386 Partition Table Corruption in 5.3 o [2005/05/11] threads/80887jeff [sched_ule] ULE with SMP broke libpthread o [2005/08/02] kern/84498 [unionfs] [hang] 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 [hang] 6-BETA2 reboot/shutdown with root_ f [2005/08/26] kern/85329 [vinum] vinum dumpconfig destroys openmas p [2005/08/29] kern/85440 [trap] filling up / crashes the system a [2005/09/01] kern/85603 sos [ata] FS corruption and 'uncorrectable' D o [2005/09/19] i386/86317 i386 Kernel launch results in poweroff [HP zv5 f [2005/10/07] i386/87026 i386 [hang] Bootup hang on atkbdc on Compaq 18 o [2005/10/10] kern/87191 scottl [aac] [patch] aac(4) panics immediately w o [2005/11/09] kern/88715 [kbd] [hang] new kbd driver in FreeBSD 6. o [2005/11/10] i386/88802 i386 [if_iwi] [cardbus] CARDBUS related kernel o [2005/11/12] bin/88872 [2TB] Error 36 while sysinstall tries to o [2005/11/17] amd64/89202 amd64 [ufs] [panic] Kernel crash when accessing o [2005/12/04] kern/89926 damien [iwi] [panic] if_iwi : sleeping thread ow o [2005/12/16] kern/90512 [64-bit] Snapshot corruption after fs act o [2006/01/03] kern/91266 threads [threads] Trying sleep, but thread marked o [2006/01/03] i386/91282 i386 6.0R install CD crashes at eip=0x90db o [2006/01/05] i386/91364 i386 WF-511 RT2500 Card PCI and WEP o [2006/01/08] amd64/91492 amd64 BTX halted o [2006/01/08] usb/91519 usb fatal & reboot o [2006/01/08] ports/91526 ports-bugs [PATCH] Fix www/p5-Apache-DBI so that it f [2006/01/08] ports/91533 ports-bugs ports www/linux-firefox open file problem o [2006/01/09] www/91539 www FreeBSD web site renders very badly 49 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 pppd doesn't restore drainwait for tty 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] kern/16879 tanimura [snd_csa] csa sound drivers seem to be us o [2000/02/24] bin/16948 qa [sysinstall] sysinstall/disklabel: bad pa o [2000/03/11] kern/17310 [nis] [patch] NIS host name resolving may 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 [patch] times.allow field parsed incorrec 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/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 [ep] ep0 lockup with ifconfig showing OAC o [2000/09/07] bin/21089 vi silently corrupt open file on SIGINT w o [2000/09/20] kern/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 [msdosfs] [patch] msdosfs incorrectly han o [2000/10/15] kern/21998 green [socket] [patch] ident only for outgoing o [2000/10/20] kern/22142 cjc securelevel does not affect mount o [2000/10/25] bin/22291 [nfs] getcwd() fails on recently-modified s [2000/10/30] kern/22417 gibbs [adw] [patch] advansys wide scsi driver d a [2000/11/14] bin/22846 bms Routed does not reflect preference of Int s [2000/11/18] i386/22944 tegge [vm] [patch] isa_dmainit fails on machine o [2000/11/20] gnu/22972 obrien Internal Compiler Error o [2000/11/25] bin/23098 qa [sysinstall] [patch] if installing on a s 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 [patch] dumpon(8) should check its argume 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 o [2001/02/10] kern/24982 stack gap usage o [2001/02/11] i386/24997 i386 [biosdisk] [patch] /boot/loader cannot ha 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 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 ceri [patch] security hole in anonymous FTP se o [2001/03/18] kern/25886 [libc] cgetset(3) doesn't get cleared whe o [2001/03/20] kern/25950 obrien [asr] Bad drives on asr look zero-length a [2001/03/22] kern/25986 andre Socket would hang at LAST_ACK forever. o [2001/03/24] kern/26048 obrien [asr] 4.3-RC: SMP and asr driver don't w a [2001/03/27] kern/26142 [nfs] Unlink fails on NFS mounted filesys 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 [libc] [patch] setnetgrent hangs when net o [2001/04/25] bin/26842 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 [sym] SCSI subsystem hangs under heavy lo 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 [patch] Cross-document references ( 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 [nfs] NFS directory removal problems mani o [2001/12/11] bin/32686 wosch locate(1) dumps a core file with broken d 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 [isa] [patch] pnp problem in 4.3, 4.4, 4. 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 [ufs] [patch] quotactl allows compromise 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 [i386] [patch] Uninitialized pointer dere o [2002/02/22] bin/35214 obrien dump program hangs while exiting o [2002/02/26] i386/35350 i386 [boot] Can't boot on ASUS TXP4 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 [sis] [patch] Problem transmitting runts o [2002/03/03] kern/35506 jon [libc] innetgr() doesn't match wildcard f o [2002/03/03] kern/35511 [sis] sis(4) multicast filtering doesn't 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 [panic] Cyclades Cyclom YeP causes panics 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 [bpf] [patch] poll() behaves erratic on B o [2002/03/28] kern/36415 [bktr] [patch] driver incorrectly handles o [2002/03/29] kern/36504 [kernel] [patch] crash/panic vm_object_al o [2002/03/29] bin/36508 qa [sysinstall] installation floppy bug (4.5 o [2002/03/30] kern/36517 [sis] sis driver can't map ports/memory f 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 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 [isa] [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 [i386] [patch] lock for bios16 call and v 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/03] bin/37710 qa [sysinstall] LAN interface in wrong state f [2002/05/13] ports/38018 lawrance 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] 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/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] [patch] syscons doesn't support 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 [loader] FreeBSD default bootloader does 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 [threads] [patch] Threaded applications e o [2002/06/27] kern/39928 imp [wi] wi0 timeouts and hangs the system wh a [2002/06/27] kern/39937 bms ipstealth issue a [2002/06/28] bin/39940 [patch] /usr/sbin/periodic sends thousand o [2002/06/30] i386/40044 i386 SMP kernel fails to boot on DELL 610 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 [fxp] "fxp: device timeout" errors during 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] if_tap(4) driver hard coded perm 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 [vr] vr0 locks up on one hub, OK on anoth 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/13] kern/41632 luigi bridging when one interface has no carrie a [2002/08/14] bin/41647 bms ifconfig(8) doesn't accept lladdr along w o [2002/08/16] kern/41720 [nge] if_nge_load=YES make system not boo 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, 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] [patch] fix build script for 4. 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 [puc] [panic] using PCI serial cards (puc 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 s [2002/09/13] bin/42750 fdisk(8) does not distinguish between FAT 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] wi(4) driver hangs after long data t 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/16] i386/44130 i386 [apm] Enabled apm hangs up FreeBSD kernel o [2002/10/16] kern/44150 Diskless kernel may crash, depends on the o [2002/10/18] kern/44202 [rp] [patch] -stable rp driver does not 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 [vn] [patch] 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/ f [2002/11/07] kern/45023 emulation [linux] [patch] flexlm does not run with o [2002/11/09] gnu/45168 Buffer overflow in /usr/bin/dialog o [2002/11/13] bin/45272 dump/restore problem o [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/20] i386/45525 imp Dell Inspiron 7000 does not recognize PC- o [2002/11/20] bin/45529 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 s [2002/11/21] kern/45568 gibbs [ahc] ahc(A19160) pci parity error o [2002/11/27] i386/45773 i386 [bge] Softboot causes autoconf failure on 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 f [2002/12/23] kern/46484 [bge] [panic] System panics upon configur 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/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 [gre] pseudo-device gre(4) doesn't appear o [2003/02/05] kern/47937 hw.ncpu and kern.smp.cpus duplicate same 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 o [2003/04/03] kern/50574 mbr [dc] dc driver incorrectly detects ADMtek s [2003/04/11] kern/50827 [kernel] [patch] new feature: add sane re s [2003/04/12] kern/50856 [mfs] panic if mounting /tmp as mfs with 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 p [2003/04/21] standards/51209trhodes [libc] [patch] new feature: add a64l()/l6 o [2003/04/22] kern/51274 ipfw [ipfw] [patch] ipfw2 create dynamic rules o [2003/04/23] kern/51332 mjacob QUIRK: BNCHMARK DLT1 requires SA_QUIRK_1F f [2003/04/24] kern/51341 ipfw [ipfw] [patch] ipfw rule 'deny icmp from 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 o [2003/05/08] kern/51982 [sio] sio1: interrupt-level buffer overfl 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 [install] Unable to floppy install on Tos 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/52581 i386 [loader] boot loaders reading more than o o [2003/05/22] kern/52585 bms [netinet] [patch] Kernel panic with ipfw2 o [2003/05/24] kern/52638 scsi [panic] SCSI U320 on SMP server won't run 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/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/10] kern/53137 [panic] background fscking causing ffs_va 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 alfred poll(2) semantics differ from susV3/POSIX 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/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 o [2003/07/13] bin/54446 pkg_delete doesn't honour symlinks, portu o [2003/07/14] java/54463 glewis Apparent bug in jdk13 s [2003/07/16] kern/54534 [unionfs] unionfs && mfs|md crashing mach s [2003/07/16] i386/54549 i386 [panic] panic on install on Dell 600sc o [2003/07/22] i386/54756 acpi ACPI suspend/resume problem on CF-W2 lapt o [2003/07/28] conf/54971 mtm /etc/rc.d/mountcritermote requires ldconf p [2003/07/29] kern/55018 andre [digi] [patch] Digiboard PC/Xem fails to 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(8) mixes up symlinks in its virtual f 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 [de] [patch] discard oversize frame (ethe o [2003/08/13] usb/55555 usb [ums] system freezes with access to /dev/ o [2003/08/15] i386/55603 i386 [mly] unable to reboot when system runs f 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 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/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] 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 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 s [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] usb/56513 usb [ugen] [panic] panic in ugen w/ moused -p 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 [ar] [hang] ar driver with 2 port PCI car 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 f [2003/09/24] kern/57192 emulation [linux] [hang] linux-ibm-java1.4 freeze o [2003/09/24] kern/57195 [mfs] mount_mfs -i 512 => panic? o [2003/09/25] kern/57206 [panic] softdep_lock locks against itself 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 [mly] Current fails to install on mly(4) o [2003/10/01] kern/57453 [kue] [patch] if_kue hangs boot after war 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' 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 [agp] [patch] boot failing for ALi chipse o [2003/10/06] bin/57673 Odd/dangerous disklabel(8) behaviour on 5 o [2003/10/07] kern/57722 [kernel] [patch] uidinfo list corruption 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/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 f [2003/10/22] kern/58391 le [vinum] Trap 12 with heavy disk load on i 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/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/58787 [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/03] kern/58870 bms [gif] [panic] page fault in kernel mode w o [2003/11/04] kern/58930 [panic] Page fault when unplugging Alcate 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] wi problems with wi_cmd o [2003/11/11] kern/59185 [panic] 4.9-RELEASE kernel panic (page fa 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 f [2003/11/22] kern/59594 [hang] I/O operations freeze system when s [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 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/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/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 o [2003/12/11] kern/60154 maxim [ipfw] ipfw core (crash) 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- 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/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] kern/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/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 [patch] pthread(3): pthreads documentatio 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 [2004/01/04] i386/60887 i386 can't boot when fbsd exists with other op f [2004/01/08] i386/61063 sos [ata] ata hangs in smp system o [2004/01/09] kern/61129 thomas atapicam / UDMA cdrom loop o [2004/01/10] bin/61152 qa [sysinstall] installer refuses to mount U s [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 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 [sysinstall] [patch] installation problem o [2004/01/20] docs/61605 doc [feature request] Improve documentation f 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 [twe] writing to 3ware escalade spends 90 o [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 p [2004/01/24] i386/61852 alc i386 pmap SMP race condition can cause lo o [2004/01/25] bin/61890 qa [sysinstall] fdisk(8) uses incorrect calc 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 o [2004/01/26] kern/61960 sos [ata] [patch] BigDrive support for PC-98 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 o [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] kern/62216 perl syswrite not writing the buffer unde 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 [em] em0 broken after resume in 5.2-CURRE 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] usb/62309 usb [ugen] [panic] panic: ugen(4) 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/07] kern/62468 panic: system crashes when serial getty e o [2004/02/08] kern/62502 [modules] panic under double loading vinu 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] [panic] 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 [agp] [patch] AGP misconfigures i845G chi 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] 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/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 o [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 [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/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] kern/64196 [kernel] [patch] remove the arbitrary MAX 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 [rl] 5.2-CURRENT: driver 'rl' (RealTek 81 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(8): SO_REUSEADDR doesn't seem to 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 o [2004/03/29] kern/64903 [modules] panic: multiple kldload of a mo 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 a [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/65300 [udf] Can't use sendfile(2) to download f f [2004/04/11] kern/65428 [uscanner] [panic] uscanner(4)-related re o [2004/04/12] i386/65457 i386 BTX Halted when trying boot after success o [2004/04/14] i386/65523 i386 [loader] [patch] PXE loader malfunction i 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/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 [sk] [panic] kernel panic with GENERIC 5. o [2004/04/22] gnu/65869 cvs generates invalid cvs command lines o [2004/04/22] kern/65901 [smbfs] smbfs fails fsx write/truncate-do o [2004/04/23] kern/65920 [nwfs] Mounted Netware filesystem behaves o [2004/04/27] kern/66025 panic: kernel panic in pagedaemon with vm o [2004/04/27] kern/66029 [crypto] [patch] MD5 alignment problem on 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 o [2004/05/07] kern/66348 rik [cx] FR mode of cx (Cronyx Sigma) does no 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/13] kern/66611 [nfs] Crashing NFS servers (with workarou a [2004/05/14] kern/66634 tackerman [em] 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] kern/66876 [fdc] [patch] Cannot extract tar(1) multi o [2004/05/20] bin/66950 qa [sysinstall] upgrading to 4.10-RC3: packa o [2004/05/20] kern/66960 [fdc] [patch] filesystems not unmounted d 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 s [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 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 [patch] morse(6) plays beeps 10 times fas 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] 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 glebius [bge] bge0 watchdog timeout on 5.2.1 and 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] 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 [wi] wlan stalling after 2-3 hrs of moder o [2004/07/14] i386/69049 i386 [install] error "anic: page fault" o [2004/07/14] kern/69066 panic: nmdm page fault when slattach on a o [2004/07/15] kern/69092 [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 [an] Cisco MPI350 wireless card problems o [2004/07/18] i386/69218 simokawa [boot] failure: 4.10-BETA and later do no o [2004/07/19] i386/69281 i386 init dies when MAXSSIZ, MAXDSIZ, and DFLD o [2004/07/26] kern/69607 [if_tap] [crash] system crashes in if_tap 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 o [2004/08/05] i386/70028 i386 [umass] umass issue in the boot prcess on f [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 [twe] Random lock-ups with 3ware RAID 5 u 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 [boot0] [patch] boot0 hides Lilo in exten o [2004/08/17] kern/70587 [vm] [patch] NULL pointer dereference in o [2004/08/18] bin/70600 fsck(8) throws files away when it can't g 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 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 [pmap] [patch] Possible race conditions i 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 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 f [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] 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 jeff [sched_ule] [hang] filesystem operations o [2004/09/06] i386/71428 i386 DMA does not work on VIA 82C586 [4.10] f [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] 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 f [2004/09/12] i386/71641 i386 5.3-BETA3: wi0 hangs during kernel load o [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] [patch] MAC Biba / IPFW panic f [2004/09/13] kern/71695 brooks [gif] [hang] ifconfig(8) hanging box o [2004/09/14] sparc64/71729sparc64 printf in kernel thread causes panic on S o [2004/09/15] kern/71771 [amr] Hang during heavy load with amr rai 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 [vm] [patch] Wrong/missing 'goto' target o [2004/09/17] kern/71827 jeff [sched_ule] [panic] Running java applicat o [2004/09/19] kern/71918 4.5 disklabel gets damaged when mounted b 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 s [2004/09/23] kern/72041 [cam] [hang] Deadlock when disk is destro o [2004/09/24] i386/72065 i386 4.x and 5.2.1 doesn't recognize PCnet/ISA 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] 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 f [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] s [2004/10/03] docs/72285 doc gcc(1) manuals are out of sync o [2004/10/04] kern/72305 boot hangs after discovering disks when a 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 o [2004/10/06] i386/72376 i386 acpi is mutually exclusive with snd_mss o o [2004/10/06] kern/72396 [netinet] [patch] Incorrect network accou 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] i386/72441 remko HP Proliant DL380 hangs on reboot with 5. 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 [bge] problem with the Broadcom BCM5788 G o [2004/11/05] bin/73559 sos burncd(8) 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/73666 i386 5.3 UDMA error WD1600 can't partition dri 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 [nfs] [panic] 5-3-R#3 panic when accessin 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 f [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 [wi] Intersil Prism wireless wi0 locks up 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] i386/74044 i386 ServerWorks OSB4 SMBus interface does not o [2004/11/19] kern/74104 ipfw [ipfw] ipfw2/1 conflict not detected or r 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/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 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 [smp] system reboots after few hours (5.3 a [2004/11/26] kern/74432 Yamaha DS-1E produces "kernel: Danger! pc o [2004/11/29] kern/74495 [wi] wi(4) wlan driver device freeze (5.3 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] 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] usb/74690 usb [umass] [patch] support for SanDisk 8-in- s [2004/12/05] kern/74708 [umapfs] [panic] UMAPFS kernel panic o [2004/12/05] amd64/74747 amd64 System panic on shutdown when process wil o [2004/12/06] usb/74771 usb [umass] mounting write-protected umass de 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 [modules] [panic] smbfs panic if multiply 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 o [2004/12/08] kern/74877 Panic after halting the system - vrele: n 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 [netinet] [patch] TCP simultaneous open f o [2004/12/12] kern/74968 cdparanoia torture wedges CD-drive and PA o [2004/12/12] kern/74976 [vfs] [panic] 5.3-STABLE: vn_finished_wri o [2004/12/12] i386/74988 i386 dma errors with large maxtor hard drives 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 [netinet] [patch] Incorrect inflight band 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 s [2004/12/18] kern/75233 [fdc] breaking fdformat /dev/fd0 resets d o [2004/12/19] kern/75249 [boot] 5.x install CD hangs on VirtualPC 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 lawrance 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 [an] an(4): no carrier after short time o [2004/12/23] amd64/75417 amd64 ACPI: SATA Hard-disk o [2004/12/26] kern/75510 panic: kmem_malloc(4096): kmem_map too sm 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 o [2004/12/31] kern/75687 multimedia [sound] [patch] 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(3) missing ERRORS section 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 [panic] panic: vm_page_free: freeing wire o [2005/01/04] kern/75794 tackerman [em] em(4) 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 [wi] wi0 interface self-destructs after a 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/11] kern/76080 [ata] [panic] "bio_completed .. greater t o [2005/01/12] kern/76126 [nfs] [patch] 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 o [2005/01/13] usb/76204 usb panic while using usb attached modem f [2005/01/13] kern/76207 [xl] [patch] Null pointer dereference in 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 " s [2005/01/18] i386/76397 i386 [ata] ata raid crashes in g_down (heavy l o [2005/01/18] kern/76398 [libc] stdio can lose data in the presenc o [2005/01/18] kern/76410 [bpf] [patch] Null pointer dereference in 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 geom [gbde] nfs-write on gbde partition stalls 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 f [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 [hang] Toshiba PDR-M4 camera connected vi 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/30] kern/76848 [amr] amr hangs o [2005/01/31] kern/76893 [cam] [patch] Fatal divide in booting pro 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 [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 o [2005/02/04] amd64/77101 obrien feature request: please include ULi M1689 o [2005/02/06] kern/77181 [newfs] [patch] newfs -g largevalue, mkdi o [2005/02/06] usb/77184 usb kernel panic on USB device disconnect o [2005/02/07] kern/77195 darrenr [ipfilter] [patch] ipfilter ioctl SIOCGNA o [2005/02/09] kern/77289 system hangs while trying to unmount prev o [2005/02/09] usb/77294 usb ucom + ulpcom panic f [2005/02/09] ports/77325 barner devel/valgrind hangs at program completio 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 o [2005/02/12] sparc64/77417sparc64 [panic] with high usage of cpu when lan u o [2005/02/13] kern/77432 [nfs] [patch] It is not possible to load f [2005/02/13] kern/77439 [ath] WAG511 NETGEAR pccard does not atta o [2005/02/13] i386/77443 i386 [fdc] can't access floppy -- regression o o [2005/02/13] bin/77455 natd(8): fatal trap 19 in natd o [2005/02/13] kern/77463 [nfs] [patch] Local DoS from user-space i o [2005/02/14] kern/77493 [pipe] freebsd 5.3 + bash process substit o [2005/02/14] i386/77529 i386 installation of freebsd 5.3 in laptop an o [2005/02/15] kern/77537 [smp] [hang] Conditional breakpoints hang o [2005/02/15] ports/77574 nectar net/nss_ldap locks out when cd'ing to see o [2005/02/16] kern/77588 [em] PREEMPTION problems in combination w o [2005/02/16] usb/77604 usb Sluggish Logitch LX700 USB Mouse o [2005/02/17] kern/77631 [sis] sis network driver broken in 5.3 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/19] kern/77710 emulation [linux] Linux page fault sigcontext infor o [2005/02/20] kern/77753 DVD-writer fails to fixate DVD f [2005/02/20] kern/77805 Boot hangs with ACPI enabled o [2005/02/21] ports/77873 portmgr [patch] New variable: USE_BSD_MK o [2005/02/22] conf/77932 [patch] security.functions: pf and ipfw p f [2005/02/22] i386/77935 remko 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] kern/77982 [lnc] [patch] lnc0 can NOT be detected in o [2005/02/25] docs/78062 doc Sample Echo Pseudo-Device Driver for Free p [2005/02/25] bin/78085 robert id command inconsistency 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 [vm] [patch] bus_dmamem_alloc() with BUS_ o [2005/02/28] kern/78216 WRITE_DMA UDMA ICRC errors while copying o [2005/03/01] i386/78218 usb [kue] kue not detected on Sony PCG-F370 V o [2005/03/01] i386/78219 i386 Netgear FA-410TX is incorrectly detected o [2005/03/01] kern/78227 [netinet] [patch] Destroying a network in o [2005/03/03] i386/78339 i386 BTX loader crashes on boot on HP Proliant o [2005/03/03] docs/78357 doc getaddrinfo(3)'s AI_ADDRCONFIG not docume o [2005/03/03] kern/78382 wpaul [ndis] dhclient on ndis0 causes kernel pa 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.org-1.1.4 stops compiling -> d o [2005/03/05] kern/78434 [vfs] [patch] vfs_mount: -current does no 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(8): "wicontrol -i wi0 -C" outpu o [2005/03/10] i386/78657 i386 [xe] [hang] error installing 5.3-RELEASE o [2005/03/10] threads/78660threads Java hangs unkillably in STOP state after o [2005/03/13] conf/78762 ipfw [ipfw] [patch] /etc/rc.d/ipfw should exce f [2005/03/13] kern/78791 [xl] xl(4) 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 [sis] sis driver on FreeBSD 5.x does not o [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] vm_pageout_flush: partially invalid 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 [udf] [patch] udf fs: readdir returns err 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 [agp] 5.4Beta1 does not recognize my inte f [2005/03/23] kern/79148 DHClient / Ethernet Card not communicatin 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/26] kern/79255 Fixating CDRW with burncd(8) hangs system o [2005/03/26] kern/79262 [dc] Adaptec ANA-6922 not fully supported 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 s [2005/03/28] kern/79323 [wi] authmod setup with ifconfig on dlink o [2005/03/29] kern/79324 [bge] Broadcom bge chip initialization fa p [2005/03/29] kern/79332 [ata] [patch] "ffs_mountroot: can't find 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 s [2005/03/29] kern/79339 [kernel] [patch] Kernel time code sync wi f [2005/03/30] bin/79376 moused causes random mouse events with a o [2005/03/31] ports/79397 clement news/inn fails to build nnrpd under RELEA o [2005/03/31] i386/79409 i386 Coming back from idles make the server re o [2005/04/02] kern/79493 [if_tun] [patch] Reproducible if_tun pani o [2005/04/04] usb/79524 usb printing to Minolta PagePro 1[23]xxW via 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/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 writ o [2005/04/11] i386/79784 i386 [bfe] Broadcom BCM4401 : no carrier o [2005/04/11] kern/79785 realtek NIC will crash a heavy BSD system 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 ntp(8) manpage is wrong o [2005/04/14] kern/79895 darrenr [ipfilter] 5.4-RC2 breaks ipfilter NAT wh 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 f [2005/04/14] ports/79941 openoffice openoffice.org-1.1 1.1.4_1 binary package 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/80005 [re] re(4) network interface _very_ unpre o [2005/04/17] usb/80040 usb [hang] Use of sound mixer causes system f 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] usb/80260 usb Travan USB tape drive fails to write o [2005/04/22] kern/80266 rwatson [ipx] [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 [kgdb] serial db problems o [2005/04/25] kern/80322 TCP socket support broken on a busy port p [2005/04/25] kern/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 o [2005/04/27] sparc64/80410sparc64 [netgraph] netgraph is causing crash with o [2005/04/28] i386/80426 acpi [APIC] [panic] 5.4-RC3 still panic when b 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/05/01] kern/80519 [ntfs] Write capability for ntfs filesyst 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/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 [pecoff] [patch] Local DoS in sys/compat/ o [2005/05/08] kern/80784 mux [fxp] 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/10] docs/80843 doc [patch] psm(4): Suggested fix for psm0 / o [2005/05/10] kern/80853 [ed] [patch] add support for Compex RL200 o [2005/05/10] usb/80862 usb [patch] USB locking issues: missing some 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 [patch] /sbin/ipfw2 silently discards MAC o [2005/05/12] kern/80932 tackerman [em] [patch] Degraded performance of em d f [2005/05/13] kern/80969 glebius [panic] Repeatable double fault panic aft o [2005/05/13] kern/80980 [i386] [patch] problem in "sys/i386/inclu 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 [re] re(4) RealTek 8169S32 behaves errati 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 [em] [patch] em0 reinitialization while a o [2005/05/18] kern/81180 [bktr] bktr(4) driver cannot capture both 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 buil o [2005/05/18] i386/81215 i386 X Freeze on Dell Inspiron 9100 with Radeo 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] ports/81272 java JDK 1.5 port doesn't build. o [2005/05/20] kern/81301 problems with new "contigmalloc" routine o [2005/05/20] usb/81308 usb [ugen] [patch] polling a ugen(4) control o [2005/05/20] i386/81311 i386 [smp] [hang] Athlon MP SMP + 3ware + em0 o [2005/05/20] kern/81322 [lnc] [hang] lnc driver causes lockups o [2005/05/20] kern/81324 darrenr [panic] "Duplicate free of item %p from z 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] conf/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 ports-bugs 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/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/30] kern/81644 [vge] vge(4) does not work properly when o [2005/05/31] gnu/81689 Unable to connect via SSH using protocol o [2005/06/01] kern/81770 [nfs] Always "NFS append race" at every N o [2005/06/02] kern/81807 [sio] Silo overflows with serial multipor o [2005/06/04] conf/81882 [patch] missing terminal definition for w o [2005/06/04] kern/81887 scsi [aac] Adaptec SCSI 2130S aac0: GetDeviceP o [2005/06/04] i386/81903 i386 Installer hangs on all menu entries on To o [2005/06/06] kern/81943 des [kernel] [patch] _assert_sbuf_integrity c p [2005/06/07] kern/81978 yar [if_vlan] [patch] if_vlan didn't pass the 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] kern/82064 anholt [drm] DRM not working with SMP o [2005/06/09] amd64/82071 amd64 incorrect -march's parameter to build 32b 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 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/17] usb/82350 usb [usb] null pointer dereference in USB sta o [2005/06/19] amd64/82425 amd64 [fxp] fxp0: device timeout, fxp interface o [2005/06/20] kern/82442 [panic] Fatal trap 12 in em driver on 4.1 o [2005/06/21] kern/82464 [pccard] Sony Ericsson GC75 GPRS MODEM no o [2005/06/21] kern/82468 Using 64MB tcp send/recv buffers, traffic o [2005/06/21] kern/82491 [bootp] [patch] bootpd shouldn't ignore r o [2005/06/21] kern/82497 [vge] vge(4) on AMD64 only works when loa o [2005/06/22] usb/82520 usb Reboot when USL101 connected 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] 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 growfs 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 [nfs] [panic] sched_switch ched_4bsd.c:86 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/02] kern/82881 [netgraph] [panic] ng_fec(4) causes kerne o [2005/07/03] kern/82919 [bridge] [patch] Bridge configuration upd 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 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 [libc] [patch] libc uuid_compare() doesn' o [2005/07/09] ports/83183 olgeni webmin/perl coredumps o [2005/07/09] bin/83195 nvi loses edited file on network disconne f [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.org-1.1 1.1.4 build failure: D o [2005/07/11] kern/83254 [digi] driver can't init Digiboard PC/4e o [2005/07/11] kern/83297 [bpf] Possible issue with FreeBSD 5.4 jai o [2005/07/12] kern/83319 [panic] system crash on heavy hard disk l o [2005/07/12] bin/83336 [patch] libc's parse_ncp() don't check ma o [2005/07/12] bin/83338 [patch] libc's getent() don't check for m o [2005/07/12] bin/83340 [patch] setnetgrent() and supporting func o [2005/07/12] bin/83344 [patch] Improper handling of malloc failu o [2005/07/12] bin/83347 [patch] improper handling of malloc failu o [2005/07/12] bin/83348 [patch] Improper handling of malloc failu o [2005/07/12] bin/83349 [patch] improper handling o malloc's fail o [2005/07/12] bin/83359 [patch] improper handling of malloc failu p [2005/07/13] bin/83363 stefanf [patch] Improper handling of malloc's fai o [2005/07/13] bin/83364 [patch] improper handling of malloc failu o [2005/07/13] kern/83368 [ipx] [patch] incorrect handling of mallo o [2005/07/13] bin/83369 [patch] incorrect handling of malloc fail 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 [ath] ath(4) does not work with the D-Lin o [2005/07/14] ports/83434 hq www/jakarta-tomcat ports give the wrong o o [2005/07/14] kern/83464 [geom] [patch] Unhandled malloc failures o [2005/07/15] kern/83499 fragmented packets does not pass through o [2005/07/15] usb/83504 usb [usb] SpeedTouch USB stop working on rece 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 kernbb(8): usr.sbin/kernbb doesn't compil o [2005/07/16] usb/83563 usb [panic] Page Fault while detaching Mpman 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 often not detected ( o [2005/07/18] bin/83696 Maximum members in group seems broken o [2005/07/19] i386/83735 i386 [REALTEK]: network card (realtek 8139) an 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/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 [libc] popen() doesn't work in static thr o [2005/07/22] i386/83925 i386 [boot] can't boot Dell Latitude D610 afte 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/24] usb/83977 usb [ucom] [panic] ucom1: open bulk out error o [2005/07/24] i386/84008 i386 /dev/X? should be /dev/ad1s* o [2005/07/24] kern/84015 [agp] [hang] Nforce3-250Gb freezes on Fre o [2005/07/25] amd64/84027 obrien 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 [unionfs] [panic] 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 p [2005/07/27] kern/84163 [mlx] 6.0-BETA1 mlx driver don't find any o [2005/07/28] kern/84202 [ed] [patch] Holtek HT80232 PCI NIC recog 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] i386/84303 i386 boot sometimes stops at "uhci0: 3.5GB p [2005/08/05] conf/84574 dougb /etc/rc.d/[cleanvar, cleartmp, abi, power o [2005/08/05] kern/84584 [re] re(4) spends too much time in interr o [2005/08/05] kern/84589 [2TB] 5.4-STABLE unresponsive during back o [2005/08/07] kern/84637 pjd [geom] [patch] GEOM LABEL sometimes doesn o [2005/08/07] usb/84649 usb [quirk] [patch] kernel panic after insert 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 o [2005/08/09] i386/84717 i386 [hang] 5.4-rel booting locks-up on Superm p [2005/08/10] kern/84740 tjr [libc] regcomp("\254") fails o [2005/08/11] kern/84799 [fdc] [patch] can't read beyond track 0 o f [2005/08/11] kern/84801 mlaier [pf] 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/12] amd64/84832 amd64 Installation crashes just at boot AMD64/ o [2005/08/13] kern/84861 [ipw] [patch] still can't get working ipw o [2005/08/14] amd64/84930 amd64 [msdosfs] something wrong with msdosfs on o [2005/08/14] docs/84932 doc new document: printing with an Epson ALC- 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 [nfs] nfs4 mount doesn't handle NFS4ERR_G 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] kern/85005 Network interrupt after shutdown method h o [2005/08/17] kern/85042 [smbfs] mount_smbfs: can't get handle to o [2005/08/18] i386/85072 i386 [psm] ps/2 Mouse detection failure on com 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 [iir] Improper serialization in iir_ioctl o [2005/08/19] kern/85137 [pseudofs] [patch] panic due to sleep wit f [2005/08/20] ports/85155 cy security/tripwire clobbers config files o o [2005/08/20] threads/85160threads [libthr] [patch] libobjc + libpthread/lib o [2005/08/23] kern/85258 mux [fxp] changing promisc mode on nic can le o [2005/08/24] kern/85266 [xe] [patch] xe(4) driver does not recogn o [2005/08/26] kern/85320 [gre] [patch] possible depletion of kerne o [2005/08/26] kern/85326 [smbfs] [panic] saving a file via samba t o [2005/08/27] alpha/85346 alpha PREEMPTION causes unstability in Alpha400 o [2005/08/28] kern/85366 [msdosfs] [patch] MSDOSFS doesn't mark vo o [2005/08/29] amd64/85431 amd64 AMD64 has short but temporary freezes (ha o [2005/08/29] kern/85434 firewire [fwip] fwip (IP over firewire) doesn't wo 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 [hang] 6.0-BETA3 lockups on AMD64 (PREEMP 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] kern/85493 imp [ed] [patch] OLDCARD can't probe ed drive o [2005/08/31] ports/85514 vsevolod mutt-ng-20050825 does not install with ol o [2005/09/01] conf/85558 brooks initdiskless should not generate memory d o [2005/09/01] kern/85583 obrien [nve] [timeout] send errors ("device time 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] kern/85751 [devfs] [panic] panic in devfs_setattr() f [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] 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 f [2005/09/06] kern/85804 [panic] after chown -R from chrooted shel 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] 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 i386 [hang] bootloader freezes on Pentium2/3 p [2005/09/08] docs/85867 pav 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] [panic] nfs_timer / nfs_socket.c:11 o [2005/09/09] ports/85905 perky mod_python3 pthread_attr_destroy failure 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 s [2005/09/11] kern/85975 [cam] devfs does not create entries when o [2005/09/11] kern/85993 [panic] emulators/kqemu panics 6.0-BETA4 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 f [2005/09/13] kern/86072 pf [pf] Packet Filter rule not working prope o [2005/09/13] amd64/86080 amd64 [radeon] [hang] radeon DRI causes system o [2005/09/14] kern/86103 darrenr [ipfilter] Illegal NAT Traversal in IPFil o [2005/09/14] kern/86107 [procfs] [panic] unrhdr has N allocations o [2005/09/16] ports/86197 vsevolod ejabberd and nullmail both want gid 522 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 [em] [patch] if_em.c locks up while tryin a [2005/09/18] ports/86310 portmgr [patch] all-depends-list target of bsd.po f [2005/09/18] i386/86312 i386 5.4-STABLE ATA Timeout WRITE_DMA o [2005/09/19] i386/86325 i386 [install] unable to install FreeBSD on IB o [2005/09/19] kern/86330 [ipsec] [panic] panic in ESP code o [2005/09/20] kern/86361 thompsa [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 [amr] Very low performance of amr(4) unde f [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] bin/86518 qa sysinstall(8) Main Menu navigation f [2005/09/24] kern/86525 FreeBSD 6.0BETA5 hangs after boot up syst o [2005/09/24] ports/86535 des usermin/perl coredumps o [2005/09/25] kern/86550 csjp [panic] kernel (w/ UFS_EXTATTR* and UFS_A s [2005/09/26] kern/86596 [unionfs] unionfs -b brokes file modes o [2005/09/26] kern/86598 nectar [patch] Bug in OpenSSL Padlock Engine 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 daichi 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/30] kern/86746 cognet watch/snp don't work in 6.0 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/86775 system reboot without syncing 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] i386/86880 i386 [hang] 6.0 hangs or reboots whilst 5.4 is o [2005/10/05] i386/86920 i386 [ndis] ifconfig: SIOCS80211: Invalid argu o [2005/10/05] kern/86944 [nfs] [patch] When I use FreeBSD with NFS o [2005/10/06] kern/87010 pjd Reading kernel memory & pagefault under n o [2005/10/06] kern/87014 rwatson BPF_MTAP/bpf_mtap are not threadsafe and o [2005/10/07] i386/87085 i386 Will not install on Microtel system s [2005/10/07] kern/87094 5.4 system with SMP and IPFW crashes unde 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 p [2005/10/08] amd64/87112 peter Boot problems on a 16 processor AMD64 com p [2005/10/08] kern/87114 glebius [xl] xl0 : watchdog timeout on 6.0 (regre o [2005/10/08] i386/87122 i386 Installer of 6.0-BETA5 can't find HDD par o [2005/10/09] i386/87155 i386 [boot] [panic] Can't Alloc Virtual Memory o [2005/10/09] amd64/87156 amd64 First Installation: Kernel crashes o [2005/10/10] kern/87194 [fxp] fxp(4) promiscuous mode seems to co 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 [iwi] Data-corruption while using WEP on o [2005/10/11] kern/87255 [md] [panic] large malloc-backed mfs cras 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 o [2005/10/12] amd64/87316 amd64 [vge] "vge0 attach returned 6" on FreeBSD a [2005/10/12] amd64/87328 amd64 [boot] BTX halted error o [2005/10/12] amd64/87348 amd64 amd64+smp+startkde always crashing o [2005/10/13] i386/87356 i386 6.0 RC1 cannot see 250GB drive o [2005/10/13] i386/87364 scottl [aac] aac controller stopped working betw o [2005/10/13] kern/87368 [msdosfs] fat32 is very slow o [2005/10/13] ports/87397 edwin incorrect use of PAPERSIZE make variable o [2005/10/13] ports/87404 nork Adobe Reader no longer works with www/lin o [2005/10/13] kern/87413 damien [iwi] 6.0-RC1: "ifconfig iwi0 mode 11g up p [2005/10/14] kern/87418 glebius [em] [patch] The em driver sometimes stop o [2005/10/14] kern/87421 [netgraph] [panic]: ng_ether + ng_eiface o [2005/10/14] bin/87465 [patch] dhclient(8) not properly configur o [2005/10/15] amd64/87472 amd64 I downloaded 5.4 and went to install it, o [2005/10/16] ports/87505 ale converters/php5-recode extension makes ap o [2005/10/16] kern/87506 [vr] [patch] Fix alias support on vr inte o [2005/10/16] amd64/87514 amd64 6.0-CURRENT freezes machine using >4GB on o [2005/10/16] usb/87519 usb [kbd] cannot install on USB-only system o [2005/10/16] kern/87521 darrenr [ipfilter] [panic] using ipfilter "auth" o [2005/10/16] ports/87523 trevor [patch] www/linux-mozilla: added support o [2005/10/16] kern/87544 geom [gbde] mmaping large files on a gbde file o [2005/10/17] usb/87565 usb [PATCH] Support for Vodaphone 3G/UMTS car o [2005/10/17] i386/87568 acpi [ACPI] [REGRESSION] 6.0-STABLE needs ACPI o [2005/10/17] i386/87576 i386 no installation on Acer aspire 1304xc lap o [2005/10/17] kern/87586 [diskless] [panic] Unable to use networke f [2005/10/18] kern/87596 [panic] OS crash on a Firefox link click o [2005/10/18] i386/87598 i386 make release broken o [2005/10/18] i386/87630 i386 [ndis] No match for NdisIMGetCurrentPacke o [2005/10/18] ports/87631 sobomax zaptel modules loading crashes FreeBSD 6. o [2005/10/19] i386/87654 i386 Marvell Yukon 88E8036 NIC not detected by a [2005/10/19] kern/87658 IO::AIO test suite loops infinitely on 5. o [2005/10/19] amd64/87689 amd64 [powerd] [hang] powerd hangs SMP Opteron o [2005/10/20] kern/87727 [panic] 6.0-RC1 coredumps o [2005/10/20] bin/87729 phk most calls to malloc(3) generate warnings o [2005/10/20] amd64/87748 amd64 can't initialize X o [2005/10/20] i386/87750 i386 [boot] btx halted error while installatio o [2005/10/20] kern/87758 [ath] [hang] Reboot problem with atheros f [2005/10/21] kern/87791 Kernel crash when running df o [2005/10/21] bin/87792 [patch] very bad performance of cp(1) via f [2005/10/22] kern/87846 5.4 will NOT work with any other os on di o [2005/10/23] kern/87859 [smbfs] System reboot while umount smbfs. o [2005/10/23] kern/87861 [panic] "initiate_write_inodeblock_ufs2: o [2005/10/23] i386/87876 i386 Installation Problems for i368 Compaq R30 o [2005/10/23] i386/87877 i386 non-root mount operation fails o [2005/10/24] i386/87910 i386 mouse does not work in whole of monitor a o [2005/10/24] bin/87911 kientzle tar(1): internal error o [2005/10/25] kern/87967 [nfs] [panic] Page fault panic on NFS cli o [2005/10/25] amd64/87977 amd64 [busdma] [panic] amd64 busdma dflt_lock c s [2005/10/25] ports/87978 portmgr *_DEPENDS gets broken after changing (LOC o [2005/10/25] ports/87985 trevor print/acroread7 need to resetting its ARC o [2005/10/25] kern/87986 pjd [geom] [hang] gmirror and quota will hang o [2005/10/25] ports/87996 nork www/linuxpluginwrapper: Flash 7 kills epi f [2005/10/25] kern/88011 thompsa [bridge] bridge and if_bridge is broken b o [2005/10/26] kern/88045 obrien [nve] [patch] 6.0rc1: nve0: device timeou o [2005/10/26] kern/88047 [asr] [panic] 6.0-RC1 reboots with SMP an o [2005/10/27] i386/88082 i386 cts protection for ath0 causes panic o [2005/10/27] gnu/88087 c++filt(1) dumps core on a trivial string o [2005/10/28] ports/88115 x11 ivview (installed by inventor port) end i o [2005/10/28] i386/88124 i386 [hang] X -configure freezes 6.0rc1 o [2005/10/28] i386/88130 i386 [hang] Machine hands on dhcp o [2005/10/28] i386/88139 i386 [i386] feature request: 53C875 Chipset HP o [2005/10/30] kern/88213 [panic] Hang followed by Panic on 6.0-RC1 o [2005/10/30] bin/88215 [patch] syslogd(8) does not pass cleanly p [2005/10/30] kern/88249 dwhite getdents syscall fails for devfs on amd64 o [2005/10/31] kern/88266 [smbfs] smbfs does not implement UIO_NOCO o [2005/10/31] kern/88268 [bpf] yet another null pointer in bpf cod p [2005/10/31] sparc64/88279marius Hme driver. Failure to initialize onboard p [2005/10/31] conf/88293 brooks /etc/rc.initdiskless broken o [2005/10/31] amd64/88299 amd64 swapcontext fails with errno 0 p [2005/10/31] bin/88301 brooks [libutil] unable to rsh to 5.4-STABLE sys o [2005/11/01] i386/88315 i386 [sym] [hang] Symbios/LSI-HBA (SYM83C895) f [2005/11/02] ports/88406 rodrigc devel/apr-svn picks up e2fsprogs header a o [2005/11/03] usb/88445 usb [panic] computer reboots after printing C o [2005/11/03] i386/88459 i386 [panic] Fatal trap 19 (process: idle: cpu s [2005/11/03] ports/88462 ports-bugs math/GiNaC: ginsh crashes during startup o [2005/11/03] kern/88472 [panic] panic/reboot in 5.4-STABLE o [2005/11/04] kern/88487 [panic] softdep_setup_inomapdep: found in o [2005/11/04] kern/88496 [iwi] iwi0: fatal error - have to reboot o [2005/11/05] kern/88518 cannot mount root rw at boot o [2005/11/05] bin/88524 openssl can not work with smtp.gmail.com o [2005/11/05] ports/88535 phk emulators/hercules segfaults o [2005/11/06] kern/88555 [panic] ffs_blkfree: freeing free frag on o [2005/11/06] amd64/88568 amd64 [panic] 6.0-RELEASE install cd does not b o [2005/11/07] i386/88583 i386 i can't install freebsd in server ibm xse o [2005/11/07] i386/88610 i386 FreeBSD 6.0 bootonly crashes during boot o [2005/11/08] docs/88636 trhodes handbook instruction could shut down name f [2005/11/08] ports/88641 x11 x11/xproto: Xorg package fails to work o [2005/11/08] bin/88655 /bin/tcsh ls-F : Floating exception (core o [2005/11/08] kern/88657 [smbfs] windows client hang when browsing o [2005/11/08] kern/88659 ipfw [modules] ipfw and ip6fw do not work prop o [2005/11/08] kern/88664 ipfw [ipfw] ipfw stateful firewalling broken w o [2005/11/09] i386/88717 i386 freebsd 5.4 boots from lsi 53c1030 only i o [2005/11/09] kern/88718 [aac] [timeout] unable to install on RAID o [2005/11/09] usb/88743 usb [hang] USB makes kernel hang at boot (reg f [2005/11/09] amd64/88746 amd64 Buffer problem with SSH2 under amd64 arch o [2005/11/09] i386/88755 i386 [panic] FreeBSD R6.0 on ThinkPad R40 inst o [2005/11/10] amd64/88790 amd64 kernel panic on first boot (after the Fre o [2005/11/10] kern/88793 [wlan] wlan(4) broken, sends corrupted pa o [2005/11/10] ports/88805 phantom java/jdk15 Charset NullPointerException o [2005/11/10] i386/88808 i386 V6.0 crashing on install with ICH7 RAID 5 o [2005/11/10] bin/88813 stefanf [patch] cd builtin in sh(1) can cd to wro o [2005/11/11] kern/88823 [modules] atapicam - kernel trap 12 on lo o [2005/11/11] kern/88831 nextboot.conf not deleted o [2005/11/11] ports/88837 obrien net/rdesktop does not compile from ports o [2005/11/11] i386/88853 i386 [hang] SMP system FreeBSD 6.0-STABLE cras o [2005/11/11] kern/88856 [nfs] XDR/RPC breaks when sending msgs > o [2005/11/11] kern/88859 acpi ACPI broken on Compaq DL360 o [2005/11/12] bin/88873 [2TB] gpt create fails "bogus map" "unkno o [2005/11/12] kern/88882 [ndis] ndis IF tx/rx and other problems i o [2005/11/13] kern/88914 [hang] system freeze during file transfer o [2005/11/13] i386/88917 i386 ipw can not work in adhoc mode o [2005/11/13] i386/88929 i386 FreeBSD 6.0 install CD fails to find disk o [2005/11/13] kern/88937 [ndis] ifconfig ndis does not show the co o [2005/11/14] usb/88966 usb kldunload ucom.ko returns "Device busy" e o [2005/11/14] i386/89003 i386 LaCie Firewire drive not properly support o [2005/11/14] bin/89012 [libz] FreeBSD-6.0 is still using zlib-1. o [2005/11/15] kern/89069 [panic] kernel panic when putting load on o [2005/11/15] kern/89070 [panic] NULL m passed to m_copym() in ip_ s [2005/11/15] ports/89074 x11 Segmentation Violation during "make insta o [2005/11/15] bin/89090 [patch] du(1) reports negative numbers o [2005/11/16] bin/89100 premature EOF with ftpd on some large fil o [2005/11/16] kern/89102 geom [geom_vfs] [panic] panic when forced unmo a [2005/11/16] misc/89103 gcc segmentation fault errors -- ??memory o [2005/11/16] bin/89144 [sysinstall] failed to install 2 packages o [2005/11/16] kern/89179 Random reboots on Dell PowerEdge 6300 o [2005/11/17] kern/89207 problem install fresbsd, hard disk geomet o [2005/11/18] i386/89214 i386 FreeBSD 6.0 disc 1 boot fails to find CDR o [2005/11/18] usb/89218 usb flash disk f [2005/11/18] ports/89228 ports-bugs security/clamav: clamd with libunrar dies o [2005/11/18] i386/89249 i386 HighPoint RocketRAID 1520 (HPT372N) can't f [2005/11/18] ports/89252 ports-bugs smartmontools getting gibberish o [2005/11/18] kern/89258 [mouse] synaptic touchpad support "worse" o [2005/11/19] amd64/89261 bz IPSec always causes panics on amd64 o [2005/11/19] threads/89262threads [kernel] [patch] multi-threaded process h o [2005/11/19] i386/89267 kientzle Problem with bsdtar o [2005/11/19] kern/89271 [radeon][agp][hang] X.org hangs when heav o [2005/11/19] i386/89288 i386 DMA error while booting with acpi enable o [2005/11/20] ports/89308 apache [patch] www/mod_accounting crash on reque o [2005/11/20] kern/89310 [panic] kmem_malloc fails with "kmem_map f [2005/11/20] i386/89322 i386 No puedo acceder al contenido del CDROM o [2005/11/21] i386/89340 i386 [panic] 6.0-STABLE (2005-11-07) panic o [2005/11/21] i386/89353 i386 invalid disk controller recognition of in o [2005/11/21] kern/89355 [md] mdconfig -t vnode filesystem mount p o [2005/11/21] kern/89368 el portatil se queda completamente colgad o [2005/11/21] i386/89383 i386 [panic] page fault (sio) o [2005/11/21] ports/89393 openoffice can't install OpenOffice 2.0.0 from port o [2005/11/21] kern/89396 [reboot] remounting cdrom causes reboot o [2005/11/22] bin/89410 [PATCH] sh(1) missing \u interpolation an o [2005/11/22] i386/89425 i386 [bfe] bfe resetting in 6.0 - current o [2005/11/23] ports/89443 tobez lang/perl5.8 is installed stripped regard o [2005/11/23] kern/89447 Serial console speed not working properly o [2005/11/24] sparc64/89486sparc64 firefox and thunderbird is broken on spar a [2005/11/24] ports/89498 portmgr [PATCH] Fix FAM support in bsd.port.mk; m o [2005/11/24] amd64/89501 amd64 System crashes on install using ftp on lo o [2005/11/24] amd64/89503 amd64 Cant Boot Installation Disk o [2005/11/25] kern/89528 bz [jail] impossible to kill a jail f [2005/11/25] kern/89534 sam ifconfig after module unload causes page o [2005/11/25] kern/89538 phk [tty] [panic] triggered by "sysctl -a" p [2005/11/25] i386/89545 jhb Compaq DL 360 ACPI will not boot with ACP o [2005/11/25] amd64/89546 amd64 [geom] GEOM error o [2005/11/25] amd64/89549 amd64 [amd64] nve timeouts on 6.0-release o [2005/11/25] amd64/89550 amd64 [amd64] sym0: VTOBUS failed (6.0 Release) o [2005/11/26] conf/89589 secteam virecover follows hardlinks, possibly exp o [2005/11/26] kern/89597 [ata] uncorrectable ATA disc errors can b o [2005/11/26] usb/89598 usb FLASH DISK 1.00 cause page fault o [2005/11/27] kern/89633 [if_sis] [panic] if_sis panic under exten o [2005/11/27] docs/89635 mlaier authpf(8) needs fdescfs o [2005/11/28] kern/89660 le [patch] [panic] due to g_malloc returning o [2005/11/28] kern/89688 [wi] wi0 cbb remove bug: Danger Will Robi o [2005/11/29] ports/89710 portmgr [patch] Mk/bsd.port.mk: check-conflicts t o [2005/11/30] ports/89751 maho Atlas math port doesn't finish compilatio o [2005/11/30] kern/89752 [bpf] [patch] bpf_validate() needs to do s [2005/11/30] kern/89755 [unionfs] [hang] Jailed process deadlocks o [2005/11/30] kern/89775 [kevent] [hang] kevent hangs on second wa o [2005/11/30] gnu/89777 send-pr(1) lies about saved reports o [2005/11/30] i386/89778 i386 panic: ffs_write: type 0xc2846660 0 (0,4) o [2005/12/01] kern/89784 phk [patch] [panic] 6.0-RELEASE panics when a o [2005/12/01] bin/89808 brian malformed Framed-IPv6-Prefix crashes ppp( p [2005/12/02] kern/89825 glebius [em] Thinkpad T42 hangs when going to sle o [2005/12/02] kern/89864 [if_vr] [panic] if_vr panic under FreeBSD o [2005/12/03] kern/89876 [txp] [patch] txp driver doesn't work wit o [2005/12/03] kern/89878 [pccard] [patch] pccard.c:pccard_safe_quo o [2005/12/03] kern/89880 wpaul [ndis] ndis interface stops rx/tx while l o [2005/12/04] kern/89918 damien [iwi] [panic] Kernel panic with if_iwi In o [2005/12/05] usb/89954 usb [usb] USB Disk driver race condition? o [2005/12/05] kern/89966 [ntfs] [panic] mounting ntfs causes kerne o [2005/12/05] amd64/89968 amd64 [ata] Asus A8N-E MediaShield RAID problem o [2005/12/05] i386/89982 i386 failure in starting kde after successfull o [2005/12/05] usb/89997 usb [umass] [panic] panic on iPod mini detach f [2005/12/06] kern/90050 [boot] boot -s drops serial console at sh o [2005/12/07] i386/90059 i386 panic in 2 mins after power on PC o [2005/12/07] i386/90065 i386 System hangs if wireless card wasn't disa o [2005/12/07] kern/90086 [hang] 5.4p8 on supermicro P8SCT hangs du f [2005/12/07] ports/90088 clement Buildconflict with apr-svn, libtool and a o [2005/12/08] ports/90092 clement php5 (possibly php4) and www/apache22 bui o [2005/12/08] bin/90093 geom fdisk(8) incapable of altering in-core ge o [2005/12/08] kern/90096 [net] [patch] arp mixup if carp and bridg o [2005/12/08] ports/90107 ports-bugs cvsd imprisoned doesn't work with devfs o [2005/12/09] i386/90134 i386 IDE and SATA disks not detected on variou o [2005/12/09] usb/90162 usb [usb] [patch] Add support for the MS Wire o [2005/12/10] i386/90167 i386 adding aliases to em0 interfaces cause th o [2005/12/10] ports/90184 openoffice Install of OpenOffice 2.0.0 fails o [2005/12/10] kern/90206 [ata] [crash] Server reboot after "FAILUR o [2005/12/10] i386/90214 i386 memory leaks in snd_via8233 o [2005/12/11] kern/90237 [panic] kernel panic on startx command o [2005/12/11] ports/90259 roam Error when upgrading mail/vpopmail o [2005/12/12] threads/90278threads libthr, ULE and -current produces >100% W o [2005/12/12] kern/90279 [nge] Appletalk and 0x090007 OUI enet fra o [2005/12/12] kern/90282 scsi [sym] SCSI bus resets cause loss of ch de o [2005/12/12] amd64/90303 amd64 Marvell 88E8111 Gigabit LAN PHY driver o [2005/12/13] bin/90315 kientzle tar(1) (bsdtar) core dump on non-existing o [2005/12/13] kern/90330 [linux] linux_compat /dev system freeze p p [2005/12/13] bin/90334 maxim [patch] sh(1) loops forever if SIGCHLD is o [2005/12/14] ports/90388 gnome firefox + jdk14 crashing when opening map f [2005/12/14] ports/90399 ports-bugs vmware2 port not working on FreeBSD 6.0 o [2005/12/15] ports/90438 flz Ports defining CONF_FILES o [2005/12/15] kern/90442 [panic] kmem_alloc fails kmem_map: too sm o [2005/12/15] ports/90454 nobutaka libxine 1.1.1 Ports build fails o [2005/12/16] bin/90518 [patch] dhclient(8): dhclient-script prob o [2005/12/16] i386/90519 i386 Resume after suspend results in g_vfs_don o [2005/12/17] kern/90526 Can't updata from 5.4-p8 to 6.0release o [2005/12/18] kern/90582 geom [geom_mirror] [panic] Restore cause panic f [2005/12/18] ports/90599 pav truevision crashes on load/save of a scen o [2005/12/19] bin/90656 qa [sysinstall] 6.0-RELEASE (i386) cannot be o [2005/12/19] i386/90657 i386 i have a problem starting bsd on my lapto o [2005/12/20] ports/90671 ports-bugs misc/compat4x: wrong directory is ldconfi o [2005/12/20] usb/90700 usb Kernel panic on connect/mount/use umass d o [2005/12/21] ports/90729 ports-bugs databases/db[0-9]*: check USE_BDB knob o [2005/12/21] ports/90730 girgen databases/postgresql[0-9]*: check USE_PGS o [2005/12/21] bin/90736 [libc] dlfunc can not be defined in libc o [2005/12/21] java/90743 java jdk-1.5.0p2_3 compilation failure o [2005/12/21] ports/90748 nobutaka xine-lib-1.1.1compilation failure o [2005/12/21] ports/90759 openoffice cannot save ANY file with "de-openoffice. o [2005/12/21] ports/90777 sergei textproc/xmlto fails to produce most form o [2005/12/22] amd64/90798 amd64 asking if motherboard is compatible o [2005/12/22] kern/90800 [kernel] [patch] it is possible to fake c o [2005/12/22] kern/90815 [smbfs] [patch] SMBFS with character conv o [2005/12/23] ports/90832 tobez problem with perl 5.8.7 both packaged and o [2005/12/23] kern/90837 [pcm] PCM - ICH6 - device is busy, but ol o [2005/12/23] bin/90846 problem in using cu command on 4.11 freeB f [2005/12/23] conf/90863 dougb [patch] 6.0 boot: name resolution broken o [2005/12/23] ports/90865 kwm xchat-gnome 0.5_1 crash on startup o [2005/12/24] kern/90890 [vr] Problems with network: vr0: tx shutd o [2005/12/25] bin/90903 [powerd] cpufreq inconsistency / powerd b o [2005/12/27] i386/90949 i386 [panic] kernel panic with opera o [2005/12/27] ports/90958 emulation linux-* are not built on amd64 o [2005/12/27] kern/90973 thompsa [net] [patch] if_bridge does not handle a o [2005/12/28] kern/91000 bz [sk] sk connection shut down after some t o [2005/12/28] kern/91023 [sysctl] cpufreq/p4tcc: sysctl: dev.cpu.0 o [2005/12/29] i386/91038 i386 [panic] 6.0-RELEASE on Fujitsu Siemens Am f [2005/12/29] ports/91047 ports-bugs ipsec-tools syslogs at 'daemon.info' whic o [2005/12/29] ports/91051 ale mysql crashes under load with FreeBSD 6.0 o [2005/12/29] ports/91067 obrien editors/vim - PATCH to conditionally enab o [2005/12/30] i386/91075 i386 no X configuration on installation. o [2005/12/30] kern/91082 darrenr [ipfilter] [patch] ipfilter rule changes o [2005/12/31] kern/91121 sos [ata] kernel divide by zero on boot with o [2006/01/01] kern/91152 [patch] 4.11-RELEASE-p13 timezone leapsec o [2006/01/01] kern/91160 [mpt] system hangs with: mpt0: Request 0x o [2006/01/02] kern/91196 [panic] kernel panic with firewall o [2006/01/02] ports/91202 remko security/vuxml: Add the entry of perl spr f [2006/01/02] ports/91210 ports-bugs devel/pwlib does not compile o [2006/01/02] i386/91214 i386 Disk corruption with Asus K8S-LA: board d o [2006/01/02] kern/91229 [feature request] PAN (piconet) Bluetooth o [2006/01/02] sparc64/91231sparc64 netboot installation fails on sparc64 o [2006/01/02] usb/91238 usb USB tape unit fails to write a second tap o [2006/01/02] i386/91242 i386 [msdosfs] panic: rofs mod o [2006/01/03] docs/91255 doc mount_smbfs(8) man page has undocumented o [2006/01/03] ports/91262 marius A small patch to SSH2 o [2006/01/03] usb/91263 usb [patch] USB quirk needed for Logitec USB o [2006/01/03] ports/91264 clsung [REPO] www/plog to www/lifetype o [2006/01/03] i386/91283 i386 BOOTING o [2006/01/04] kern/91290 sos [ata] ata(4) error on 7.0-CURRENT-2005122 o [2006/01/04] kern/91307 Spoil struct ifnet content in fwip init o [2006/01/04] kern/91311 [aue] aue interface hanging o [2006/01/04] ports/91312 sumikawa racoon port startup script errors o [2006/01/05] i386/91331 i386 system hangs after citrix_ica_client(wfcm o [2006/01/05] ports/91335 ale New Port: graphics/php4-magickwand o [2006/01/05] kern/91338 Adding a devfs rule with a rule set numbe o [2006/01/05] kern/91339 [psm] mousedriver do not recognize aditio o [2006/01/06] ports/91378 lioux net/mldonkey-sancho does not work with ec o [2006/01/06] ports/91379 perl [patch] mail/p5-Mail-SpamAssassin : insta o [2006/01/06] ports/91381 portmgr building www/cssed fails - TR variable is f [2006/01/06] ports/91387 ports-bugs startup script of www/squid is not run. o [2006/01/06] i386/91391 i386 Le system freez pendant 1 a 2 secondes de o [2006/01/06] amd64/91405 amd64 [asr] [panic] Kernel panic caused by asr o [2006/01/06] kern/91407 [crypto] [panic] Kernel panic when heavil o [2006/01/06] kern/91408 [ata] ata(4) failure: SETFEATURES SET TRA o [2006/01/06] kern/91410 [ata] Promise SATA controller + striping o [2006/01/06] ports/91413 marcus crash of audio/rhythmbox o [2006/01/06] kern/91417 [ibcs2] No carba el módulo iBCS2 al arran o [2006/01/06] ports/91422 vsevolod openldap23 ports (2.3.11) fail to do SSL/ o [2006/01/08] bin/91536 sos burncd(8): burncd -t feature strangeness o [2006/01/09] usb/91538 usb Unable to print to EPSON CX3500 1817 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- a [1996/07/07] bin/1375 eivind [patch] Extraneous warning from mv(1) 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 [netatalk] [patch] minor nits in sys/neta 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 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 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 s [1998/07/12] kern/7264 gibbs [scsi] Buslogic BT 950 scsi card not dete o [1998/07/13] bin/7265 [patch] 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] bin/7606 [patch] NIS Makefile.dist: NOPUSH replace s [1998/09/09] bin/7868 [patch] morse(6): 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) 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] [patch] 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 s [1999/01/29] bin/9770 jmallett [patch] 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 [ahc] the ahc driver doesn't correctly gr 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 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 s [1999/04/13] bin/11114 harti make(1) does not work as documented with o [1999/04/16] kern/11165 emulation [ibcs2] IBCS2 doesn't work correctly with 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 s [1999/06/07] kern/12071 fanf [net] [patch] new function: large scale I o [1999/06/08] i386/12088 imp [ed] [patch] ed(4) has minor problem with o [1999/06/21] bin/12324 qa [sysinstall] fdisk partition editor is mi o [1999/07/07] kern/12543 [fxp] [patch] cumulative error counters f 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 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 krion 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 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] sio support for high speed NS16550A o [2000/08/09] bin/20501 mjacob [patch] extra flag to dump to offline aut 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 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 [i386] AMD Duron Rev. A0 reports incorrec 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 [msdosfs] [patch] Make System attribute c s [2000/10/17] bin/22034 nfsstat(1) lacks useful features found in 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 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 [snd_csa] [patch] csa DMA-interrupt probl 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] conf/23822 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 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 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 [intpm] mismatch between error reporting o [2001/03/12] bin/25736 ac -d option probrem with overdays logon f [2001/03/13] kern/25777 [kernel] [patch] atime not updated on exe 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 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 [ufs] [patch] Quota system creates zero-l a [2001/04/04] kern/26348 [pcvt] scon -s, page fault in HP mode a [2001/04/13] kern/26534 ipfw [ipfw] Add an option to ipfw to log gid/u o [2001/04/13] kern/26547 ambrisko [lnc] [patch] problem with shared memory 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] bin/27306 marcel [patch] hw watchpoints work unreliable un o [2001/05/14] bin/27319 obrien df displays amd pid processes o [2001/05/17] kern/27403 [lpt] lpt driver doesn't handle flags any 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 f [2001/06/04] bin/27872 qa [sysinstall] "Load Config" hangs Compaq D 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 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/14] bin/28972 dwmalone gamma returns same result as lgamma s [2001/07/14] i386/28975 mjacob [rp] RocketPort problems o [2001/07/18] bin/29062 markm krb4 and krb5 multiply defined version sy 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/30] kern/29318 mjacob [scsi] [patch] Exabyte 8200 needs SA_QUIR o [2001/08/01] kern/29355 mux [kernel] [patch] add lchflags support o [2001/08/01] bin/29363 gad [PATCH] newsyslog can support time as ext s [2001/08/04] kern/29423 [patch] new feature: kernel security hook 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 f [2001/08/14] kern/29698 emulation [linux] [patch] linux ipcs doesn'work o [2001/08/15] kern/29727 scsi [amr] [patch] amr_enquiry3 structure in a 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 [patch] French softupdates document shoul o [2001/08/24] kern/30052 mbr [dc] [patch] dc driver queues outgoing pk 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 s [2001/09/07] kern/30422 [patch] new function: add WDT hardware wa o [2001/09/07] bin/30424 Generalization of vipw to lock pwdb while 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 [rpc.lockd] [patch] FreeBSD-current fails 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] conf/30812 [patch] 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 [intr] [patch] intr_machdep.c allows acce 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 s [2001/10/07] docs/31109 doc [patch] replace gif images w/ png ones du o [2001/10/10] bin/31199 tunefs error is incorrect when enabling s o [2001/10/10] kern/31201 [libdisk] [patch] add free_space(chunk) t 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 o [2001/10/22] i386/31427 davidxu [pmap] [patch] minor incorrect code in sy o [2001/10/22] bin/31432 umount(8) and unmount(2) don't corespond o [2001/10/23] kern/31456 [pcn] [patch] register number definition f [2001/10/25] kern/31490 [sysctl] [patch] Panic in sysctl_sysctl_n 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) missing tunables o [2001/11/19] conf/32108 Proposed Firewall (IPv4) configuration sc f [2001/11/20] bin/32144 qa [sysinstall] unattended install with sysi 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 f [2001/12/09] usb/32652 usb [uscanner] [patch] A new ioctl to uscanne s [2001/12/09] usb/32653 usb Added patches to improve USB scanner supp o [2001/12/10] kern/32659 [vm] [patch] vm and vnode leak with vm.sw 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 s [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/10] bin/33774 Patch for killall(1) o [2002/01/11] bin/33778 joe crunchgen enhancements o [2002/01/12] bin/33809 mux [patch] mount_nfs(8) has trouble with emb 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 [patch] chflags(2): documented behaviour 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 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 [patch] tftp(1) will still try and receiv 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] [patch] pkg-routines ignore o [2002/02/06] kern/34665 darrenr [ipfilter] 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 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 [patch] getmsg.cgi: mailing list archive o [2002/02/23] kern/35234 scsi World access to /dev/pass? (for scanner) o [2002/02/24] kern/35262 [boot2] [patch] generation of boot block 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 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 [patch] 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 [libiconv] [patch] missing dep in libicon 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/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 [patch] make_index script does not deal w o [2002/03/11] bin/35769 w does not correctly interpret X sessions o [2002/03/11] kern/35774 [libutil] logwtmp: Suboptimal auditing po o [2002/03/13] kern/35846 imp timeout in wi_cmd 11, machine hangs for a o [2002/03/14] bin/35886 [patch] pax(1) enhancement: custom time 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] bin/36143 [patch] Dynamic (non linear) mouse accele o [2002/03/21] kern/36170 [an] [patch] an(4) does an_init() even if o [2002/03/24] bin/36262 [patch] Fixed rusers(1) idle-time reporti 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] 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] kern/36902 [libc] [patch] proposed new format code % 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/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 [patch] fixes to fsdb(8) command-line han o [2002/04/16] bin/37160 qa [sysinstall] coredumps when trying to loa o [2002/04/23] kern/37380 jhb [boot0] [patch] boot0 partition list is o o [2002/04/23] conf/37387 grog bsdmainutils/calendar Hungarian addon fil o [2002/04/24] bin/37424 [patch] nfsstat(1) reports negative value o [2002/04/25] bin/37437 Add HTTP-style support to {vis,unvis}(1). o [2002/04/25] bin/37442 [PATCH] sleep(1) to support time multipli p [2002/04/25] kern/37448 obrien [PATCH] ldd/rtld support for more informa o [2002/04/29] kern/37554 jmg [vm] [patch] make ELF shared libraries im o [2002/04/29] kern/37555 [kernel] [patch] vnode flags appear to be 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 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 [request] Detail VOP_ naming in a relevan o [2002/05/04] bin/37733 su(1) does not behave the way it is descr s [2002/05/07] standards/37843standards manual for pthread_setschedparam(3) is wr 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 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 [patch] typos in man pages for faith(4) & o [2002/05/16] bin/38156 quotacheck chokes on user -2 o [2002/05/17] bin/38168 [patch] feature request: installing curse o [2002/05/18] bin/38256 linking pax to pax_{cpio|tar} s [2002/05/20] kern/38347 [libutil] [patch] [feature request] new l 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 [patch] make application name capitalizat o [2002/05/25] docs/38556 remko EPS file of beastie, as addition to exist 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 suggestion: minor rework of question in C 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 [patch] developers-handbook/Jail fix o [2002/06/08] kern/39047 IPSEC Compression (IPCOMP) broken in tunn f [2002/06/12] kern/39201 emulation [linux] [patch] ptrace(2) and rfork(RFLIN 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 o [2002/06/15] docs/39348 doc diskless(8): note that kenv fetch of host 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 [sysctl] [patch] add hidden kernel boot 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 s [2002/06/29] kern/40021 [kernel build] [patch] use ld(1) to build p [2002/07/01] gnu/40057 bugmeister send-pr -a flag does not work with -f o [2002/07/02] kern/40127 [libutil] [patch] Add functions for PID-f 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 [kernel] [patch] rman_reserve_resource - 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 [ti] [patch] ti driver has no baudrate se f [2002/07/13] bin/40538 dougb mergemaster fixes and enhancements o [2002/07/14] conf/40548 list of /etc/defaults/make.conf undocumme 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 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(1) -B option does not mention interac o [2002/07/30] bin/41159 new sed -c option to allow ; as a separat s [2002/07/30] misc/41179 feature request: LD_LIBRARY_PATH security 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 f [2002/08/02] docs/41270 remko [patch] handbook: confusing directions fo 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 f [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 [patch] feature request: easier wine/w23 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 o [2002/08/20] docs/41807 doc [patch] natd(8): document natd -punch_fw 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 (sect 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 o [2002/08/27] kern/42065 [kernel] [patch] kern.ps_showallprocs has o [2002/08/27] bin/42084 luigi [picobsd] PicoBSD's 'netstat -i' reports o [2002/08/29] bin/42162 qa [sysinstall] installation crashes, md0c f o [2002/08/30] docs/42182 trhodes formatting-media article: Making Dedicate o [2002/08/30] bin/42217 libdisk segfaults with 1024 bytes/sector o [2002/09/01] kern/42274 [kernel] [patch] Convert defined variable 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 o [2002/09/04] kern/42422 dbm_delete returns -1 instead of 1 when t o [2002/09/04] kern/42429 [libc] [patch] hash_action called with HA 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 o [2002/09/06] bin/42468 mount_smbfs incorrectly handled configura o [2002/09/06] bin/42469 After mounting by mount_smbfs directories 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] dlclose gives "invalid shared obje o [2002/09/19] bin/42974 [patch] syslogd(8): add ISO 8601 date for o [2002/09/21] kern/43154 [if_tun] [patch] tunwrite() does not allo 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 article out of date (x109). o [2002/09/29] kern/43474 [nfs] [patch] dhcp.* values not set in ke s [2002/09/29] bin/43497 mount(8): mount -t nfs -> crunchgen incom 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 [kernel] [patch] feature request: new ker o [2002/10/02] bin/43582 passwd(1) fails on nonexistent users o [2002/10/03] kern/43611 [crypto] [patch] static-ize some symbols o [2002/10/03] kern/43616 [zlib] [patch] static-ize some functions o [2002/10/04] docs/43651 doc stab(5) incorrectly states to include jus o [2002/10/05] kern/43716 [puc] [patch] puc driver does not recogni 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/09] bin/43857 isdn [patch] conflicting types in /usr/src/usr o [2002/10/09] docs/43861 doc non-trivial typo in wicontrol(8) man page o [2002/10/11] kern/43905 [headers] [patch] kqueues: EV_SET(kevp++, o [2002/10/11] kern/43916 [ex] [hang] Olicom OC-2220 (PC-card) hang o [2002/10/11] docs/43941 doc document the Rationale for Upgrade Sequen o [2002/10/14] docs/44034 trhodes Multiple sysctl variables are not documen o [2002/10/14] kern/44058 [MAKEDEV] [patch] /dev/ch* is created wit o [2002/10/15] docs/44074 garys [patch] ln(1) manual clarifications 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 o [2002/10/19] kern/44267 [sio] [patch] One more modem PNP id for / 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 [headers] [patch] introduce ulong and unc 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 [bge] [patch] bge(4): add AC1001 Gigabit 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 o [2002/10/30] conf/44717 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 [patch] style(9): '->' and '.' don't requ 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/10] bin/45193 [PATCH] truss can't truss itself 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 [sysinstall] [patch] sysinstall installs o [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 [patch] make update in /usr/ports missing 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. 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 [headers] [patch] invalid media subtype a 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(1) 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] [patch] ipfw dynamic rules lifetim o [2002/12/10] bin/46163 gad lpc problem. Only root can modify despit o [2002/12/11] docs/46196 doc [patch] menu_format(3): Missing return va 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 [isa] [patch] MAXDEP in isa/pnpparse.c is 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/46441stefanf /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 [patch] tables in terminfo(5) are broken 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 [syscons] [patch] syscons virtual termina 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 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 o [2003/01/22] bin/47350 rc.network supports only one ppp profile 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 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 [patch] ipfw(8): Clarify requirements for 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 [patch] 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 [patch] add documentation on the fixit di o [2003/02/09] conf/48105 /etc/disktab has incomplete duplication o o [2003/02/09] misc/48110 [patch] change CVSROOT/log_accum.pl to no o [2003/02/10] conf/48133 /etc/rc: improved vi recovery notificatio o [2003/02/11] kern/48172 ipfw [ipfw] [patch] ipfw does not log size and o [2003/02/12] conf/48195 /var/db/mounttab error on diskless boot o [2003/02/15] bin/48309 pppoe connections fail to establish if th f [2003/02/15] bin/48318 mtm Segmentation fault in sh with attached sc o [2003/02/16] usb/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] security.functions: count connect o [2003/02/19] kern/48471 pjd [kernel] [patch] new feature: private IPC o [2003/02/22] conf/48566 [PATCH] /etc/defaults/make.conf stales af o [2003/02/23] kern/48599 [syscons] [patch] syscons cut-n-paste log 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/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 a [2003/03/07] bin/49023 gad [patch] to lpd(8) (printjob.c) to pass so o [2003/03/08] kern/49039 add support for RS485 hardware where dire o [2003/03/10] kern/49086 ipfw [ipfw] [patch] Make ipfw2 log to differen f [2003/03/12] ports/49955 portmgr [PATCH] bsd.port.mk: add target to automa o [2003/03/12] kern/49957 CRC32 generator should be the common rout o [2003/03/18] misc/50106 [patch] make 'make release' more flexible 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] doc.docbook.mk: fix textfile crea p [2003/03/24] docs/50248 ceri [patch] 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] conf/50365 [PATCH] rc.sysctl cannot handle values co o [2003/04/01] kern/50526 [kernel] [patch] update to #! line termin o [2003/04/03] bin/50569 /bin/sh doesn't handles ${HOME}/.profile o [2003/04/03] docs/50573 doc resolver(3): return values for res_query/ o [2003/04/06] bin/50656 /bin/cp - wrong error on copying of multi o [2003/04/07] kern/50687 ioctl(.., CDIOCCAPABILITY, ...) always re p [2003/04/08] docs/50735 brueffer [patch] small diff to the developers hand o [2003/04/09] bin/50749 ipfw [ipfw] [patch] ipfw2 incorrectly parses p o [2003/04/10] docs/50773 jmg [patch] NFS problems by jumbo frames to m o [2003/04/12] alpha/50868 alpha fd0 floppy device is not mapped into /dev p [2003/04/14] bin/50924 [patch] vmstat(8): "vmstat -f" says "unim 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 [aue] [patch] buggy aue driver fixed. o [2003/04/16] bin/51070 [patch] add -p option to pom(6) 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/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 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(4) driver manpage don't o [2003/05/07] conf/51920 Collation for no_NO.ISO8859-1 o [2003/05/07] docs/51921 doc [patch] ls(1) manpage lacks some informat 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/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 o [2003/05/23] kern/52623 [ex] [patch] IRQ error in driver for the 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 [ichsmb] [patch] SMBus controller on ICH4 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 [em] em driver does not work with mobile- o [2003/06/03] kern/52907 phk [libc] [patch] more malloc options for de 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 [dc] [patch] dc driver fails to init Inte o [2003/06/08] usb/53025 usb [ugen] [patch] ugen does not allow O_NONB 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 bus_dma(9) fails to document alignment re 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/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 (SMTP Aut o [2003/06/21] docs/53596 doc Updates to mt(1) 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 quota(1) man page do not 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 o [2003/07/01] kern/53987 [smbfs] smbfs can't access to files with o [2003/07/02] docs/54009 trhodes [patch] clarify the location of the splas o [2003/07/02] bin/54026 bms [patch] Add support for non-standard port 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 [sysctl] [patch] Protecting sysctls varia o [2003/07/13] docs/54451 doc [patch] i386_get_ldt(2): i386_{get|set}_l o [2003/07/14] docs/54461 kensmith [patch] Possible additions to Handbook (B o [2003/07/17] bin/54594 Apply regexps to the entire variable -- a o [2003/07/18] kern/54604 pjd [kernel] [patch] make 'ps -e' procfs-inde o [2003/07/21] bin/54683 sh, redundant history s [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 jot(1) -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 [libc] getgrent() failure with large grou 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/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 [pccard] [patch] new pccard.conf entry (I s [2003/08/12] docs/55482 doc document the fact that DUMP has access to s [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(1) play tr m:s.f interface is p o [2003/08/20] kern/55793 [dc] Flaky behavior of if_dc when initial o [2003/08/20] kern/55802 Make kernel.GENERIC suitable for diskless o [2003/08/21] kern/55835 emulation [linux] [patch] Linux IPC emulation missi 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 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 o [2003/08/24] gnu/55936 send-pr does not set mail envelope from o [2003/08/26] kern/55984 ipfw [ipfw] [patch] time based firewalling sup s [2003/08/26] bin/56012 [MAKEDEV] [patch] MAKEDEV does not allow o [2003/08/28] usb/56095 usb [usb] [patch] QUIRK: Apacer Pen Drive fai 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] [patch] ums(4) doesn't work with MC 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/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 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/57026 [PATCH] mount_cd9660(8): there is no way 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 s [2003/09/22] bin/57088 [cam] [patch] for a possible fd leak in l 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 [psm] [patch] psm(4) incorrectly identifi 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 [patch] INSTALL.TXT enhancement: mention 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 [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 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 a [2003/10/07] kern/57696 [nfs] NFS client readdir terminates prema o [2003/10/07] bin/57715 [patch] tcopy(1) 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 [patch] amd.conf(5) poorly format as it h 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/14] bin/58008 qa [sysinstall] [patch] sysinstall postfix i o [2003/10/14] bin/58012 Multihomed tftpd enhancement o [2003/10/18] conf/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] mount(8): allow type special or n o [2003/10/24] kern/58497 sysctl knob to return current process' ji f [2003/10/25] kern/58529 dwmalone [libpcap] [patch] RDWR bpf in pcap. 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 [patch] update for Vinum chapter of Handb 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] 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] ATA does not work in DMA mode (ASUS o [2003/11/01] kern/58803 [kernel] [patch] kern.argmax isn't change 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 [patch] doc.docbook.mk does not properly 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 [patch] 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_ 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 [ata] [patch] HightPoint HPT371 support f o [2003/11/26] kern/59698 [kbd] [patch] Rework of ukbd HID to AT co o [2003/11/26] bin/59708 qa [sysinstall] [patch] add sSMTP support fo o [2003/11/27] bin/59730 isdnd crashes with signal 11 if cannot cr o [2003/11/27] docs/59735 kensmith [patch] Adding a reference to Icelandic R o [2003/11/27] docs/59736 kensmith [patch] Updating size of archives in hubs s [2003/11/27] kern/59739 [libc] rmdir(2) and mkdir(2) both return 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 o [2003/11/29] kern/59806 tackerman [em] [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 [agp] [panic] System panics when AMD 762 o [2003/12/02] kern/59896 trm driver is not in GENERIC f [2003/12/02] docs/59900 kuriyama out of date README.txt and .message files o [2003/12/02] kern/59903 [pci] [patch] "pci_find_device" returns [ 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 [gre] [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 [pccard] [patch] wrong product id in pcca 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 o [2003/12/22] misc/60503 [modules] small error in modules installa o [2003/12/22] bin/60510 [patch] change to less(1) for compressed o [2003/12/23] docs/60529 doc resolver(5) man page is badly out of date o [2003/12/24] docs/60544 doc [patch] getenv(3) manpage doesn't state t o [2003/12/25] kern/60550 silby [kernel] [patch] hitting process limits p f [2003/12/25] ports/60558 portmgr [PATCH] bsd.port.mk: automatically verify f [2003/12/26] kern/60599 multimedia [bktr] [partial patch] No sound for ATI T 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/29] kern/60677 multimedia [sound] [patch] No reaction of volume con o [2003/12/29] kern/60697 [pty] [patch] pseudo-tty hack versus teln 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 f [2003/12/30] kern/60737 multimedia [sound] Sound card Turtle Beach Santa Cru o [2004/01/02] bin/60834 [patch] ftpd(8) send_data()+oldway: anony o [2004/01/03] kern/60874 [feature request] auto-assign devfs rules o [2004/01/04] bin/60892 [patch] added -p option to kldxref(8) to o [2004/01/06] kern/60963 [pecoff] [patch] Win32 Applications abort o [2004/01/06] kern/60982 [pci] [patch] ID for VIA 686A Power Manag 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: f [2004/01/09] kern/61109 [bge] bge on TYAN AMD762-based Thunder/Ti o [2004/01/11] amd64/61209 amd64 ppc0: cannot reserve I/O port range o [2004/01/12] usb/61234 usb [usb] [patch] usbhidaction(1) doesn't sup 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 [aue] [patch] Enabling HomePNA PHY on aue 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 f [2004/01/13] misc/61322 [patch] bsd.dep.mk disallows shell genera 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 o [2004/01/17] i386/61481 i386 [patch] a mechanism to wire io-channel-ch o [2004/01/17] kern/61497 ups [kernel] [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(8) parsing bug, segment 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 [netinet] [patch] TCP hangs onto mbufs wi 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 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 ddb(4): Incorrect informaiton about trace 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 [loader] [patch] make /boot/loader "reboo o [2004/01/28] kern/62042 luigi [ipfw] ipfw can't no more reject icmp (ic 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 [bge] Onboard Broadcom BCM5705 controller o [2004/02/04] kern/62333 [dc] syslog: kernel: dc0: discard oversiz o [2004/02/04] bin/62334 vipw doesn't see changes if re-edit for t 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(8) and devd(8) o [2004/02/12] docs/62724 doc [patch] host(1) manpage does not include 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 [patch] Mk file bsd.linux.rpm.mk supporti 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] 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 f [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/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 [mac] [patch] MAC entry point for route m o [2004/02/20] ports/63108 obrien amd64/bento-fix: devel/gdb52 and devel/gd o [2004/02/21] amd64/63188 amd64 [ti] 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 [patch] 'BROKEN' or 'IGNORED' ports exit 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 [patch] Language cleanup for the Handbook o [2004/03/01] bin/63608 Add a -c option to time(1) to display csh o [2004/03/02] i386/63628 bms [loader] [patch] i386 master boot record 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 [uhid] [patch] USB: hid_is_collection() o o [2004/03/07] kern/63863 glebius [netgraph] [patch] feature request: imple 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/11] kern/64114 [vga] [patch] bad vertical refresh for co 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 [patch] init(8) may keep zombies f [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/20] kern/64522 3COM 3C920B onboard Asus P4R800-VM not su o [2004/03/22] kern/64556 [sis] if_sis short cable fix problems wit o [2004/03/22] kern/64588 [joy] [patch] Extend joystick driver arch 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 s [2004/03/29] kern/64875 standards [libc] [patch] [feature request] add a sy o [2004/03/29] kern/64878 tackerman [em] Intel 82547 CSA Driver forces system 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 o [2004/04/01] bin/65045 ftp doesn't remember binary mode if setti o [2004/04/02] docs/65065 doc [patch] improper language ntpd(8) man pag 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(1) to parse hostnames f o [2004/04/06] bin/65258 save /etc/rc.firewall from changing for s o [2004/04/07] kern/65278 ups [sio] [patch] kgdb debugger port initiali 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 [patch] USE_ macros for graphics librarie o [2004/04/09] kern/65355 [pci] [patch] TC1000 serial ports need en o [2004/04/11] usb/65436 usb [umass] [patch] add quirk for PNY Attache o [2004/04/12] kern/65448 jhb _mtx_unlock_sleep() race condition if ADA o [2004/04/13] docs/65477 doc release notes: installation instruction f 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 [patch] minor improvement to getgrent(3) p [2004/04/15] bin/65557 des passwd uses passwd_format of default logi o [2004/04/16] kern/65627 [i386] [patch] store P3 serial number in 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 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/29] kern/66079 bms route change default causes panic in cert o [2004/04/29] kern/66095 [pam] template_user is broken in pam_radi 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 [twe] twe driver generates gratuitous war o [2004/05/03] kern/66225 [netgraph] [patch] extend ng_eiface(4) co 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 [socket] [patch] Socket buffer resource l 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 [patch] Add options to last(1) to ignore a [2004/05/10] ports/66476 ports-bugs [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.org-1.1 port uses root 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 o [2004/05/11] kern/66547 usb [usb] Palm Tungsten T USB does not initia o [2004/05/12] kern/66564 [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 f [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 [patch] clarification to committer's guid o [2004/05/19] ports/66892 portmgr possible bug in philosophy of ports/MOVED o [2004/05/19] bin/66893 [patch] rpc.yppasswdd(8): Linux NIS clien 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 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 o [2004/05/26] bin/67231 [patch] pam_krb5 doesn't honor default fl o [2004/05/27] kern/67242 tackerman [em] [patch] dev/em/if_em.c isn't ctags c 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 mor f [2004/05/29] bin/67334 mount_cd9660 gives dscheck: negative b_bl o [2004/05/30] i386/67383 i386 [i386] [patch] do a better job disassembl f [2004/06/01] ports/67436 portmgr [patch] bsd.port.mk: GNU_CONFIGURE_PREFIX o [2004/06/01] ports/67437 portmgr [patch] bsd.port.mk: NO_BUILD and PKGNAME o [2004/06/02] misc/67502 cvsadm cvs-all commit message did not include al f [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] bsd.port.mk: USE_BDB, WANT_BDB_VE 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] 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] kern/67763 [pccard] [patch] PCMCIA: MELCO manufactur 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] kern/67830 [smp] [patch] CPU affinity problem with f o [2004/06/13] docs/67893 doc [patch] boot(8)'s -m description is insuf 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 [headers] [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 [netinet] [patch] RFC 3522 for -HEAD o [2004/06/19] i386/68117 i386 serious network collisions after NIC "med 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 [ugen] [patch] ugen(4) isochronous handli 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 [ata] [patch] atacontrol(8) addspare for o [2004/06/25] kern/68317 [kernel] [patch] on soft (clean) reboots o [2004/06/25] bin/68328 enable configuration of extra listen sock 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 [re] Realtek driver halts on oversized fr o [2004/06/30] i386/68518 i386 [agp] [hang] hangs while loading 82443BX 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/03] kern/68623 [sf] [patch] sf(4) (Adaptec StarFire) mul o [2004/07/05] kern/68690 [libc] write(2) returns wrong value when p [2004/07/05] bin/68691 dwmalone syslogd - correct program name handling s [2004/07/05] kern/68692 andre [net] [patch] Move ARP out of routing tab o [2004/07/06] kern/68719 [msdosfs] [patch] poor performance with m 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] 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 [kernel] [patch] No multiple ip4/6's coul 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 [i386] [patch] in_cksum_hdr is non-functi o [2004/07/19] bin/69268 wpaul [patch] Fix ndiscvt(8) to warn you if it' o [2004/07/19] ports/69309 ale mysql database backup script for periodic o [2004/07/21] bin/69362 mbr amd(8) does not properly detect the local o [2004/07/21] docs/69383 doc 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 o [2004/07/23] kern/69502 [modules] kldload will load modules that 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] i386/69722 i386 [wi] wi0: init failed, Lucent Technologie 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 alread o [2004/08/03] ports/69965 portmgr [patch] check for moved ports in "make de o [2004/08/04] bin/69986 qa [sysinstall] [patch] no job control in fi 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 [patch] Suggested rewrite of docproj/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 f [2004/08/12] usb/70362 sanpei [usbdevs] [patch] LaCie 160GB USB drive f [2004/08/12] ports/70365 daichi sysutils/portupgrade incorrectly give inf 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/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/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 [speaker] [patch] spkr(4): hardcoded assu o [2004/08/19] docs/70652 hmp [patch] 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(1) mishandles code that is o [2004/08/21] bin/70795 [nanobsd] [patch] misc nanobsd fixes and o [2004/08/21] kern/70798 Compatibility: Sun/Solaris has an fcntl() o [2004/08/22] kern/70810 [pci] [patch] Enable SMBus device on Asus o [2004/08/22] standards/70813standards [PATCH] ls(1) not Posix compliant o [2004/08/22] ports/70831 tobez make perl5.8 port SU_CMD aware o [2004/08/22] i386/70832 i386 [re] serious problems with RealTek NIC us f [2004/08/22] usb/70835 sanpei [usbdevs] [patch] scsi_da does not recogn o [2004/08/23] kern/70880 [nfs] 5.3 beta1 nfs problem a [2004/08/24] ports/70900 edwin [patch] devel/sdl12 inconsistency between o [2004/08/24] kern/70904 darrenr [ipfilter] ipfilter ipnat problem with h3 o [2004/08/25] usb/70942 usb [usb] Genius Wireless USB mouse: moused d 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 [syscons] [patch] add vesa [1024x768] mod 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 [vm] [patch] anonymous mmappings not alwa f [2004/09/02] kern/71280 [aue] aue0 device (linksys usb100tx) does p [2004/09/02] kern/71317 sanpei [sound] [patch] Add nForce2 sound support o [2004/09/03] kern/71334 [mem] [patch] mem_range_attr_{set|get} ar o [2004/09/04] kern/71366 ipfw [ipfw] "ipfw fwd" sometimes rewrites dest 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 [de] de(4): MAC address change on 21040 " 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/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 handbook: changes for how to run matlab o o [2004/09/11] i386/71586 i386 FreeBSD 5.3-BETA3 #3 hang during boot on o [2004/09/11] usb/71605 usb [umass] [patch] umass doesn't recognize m o [2004/09/11] kern/71608 [pccard] XIRCOM REM56-100 Ethernet 10/100 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( o [2004/09/13] kern/71711 [bpf] [patch] generate a single bpf times 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 p [2004/09/16] docs/71782 trhodes mount_nfs(8) man page is a bit out of dat o [2004/09/16] bin/71801 [patch] Add ncurses utility programs: inf 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 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] dot.login: login shell may unnece o [2004/09/22] standards/72006standards floating point formating in non-C locales f [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/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 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 [netinet6] [patch] Bug in calculation of f [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 a [2004/10/01] kern/72224 anholt [agp] umass devices broken by DRM (AGP is o [2004/10/01] bin/72232 qa [sysinstall] Installer installs gui-enabl o [2004/10/02] kern/72263 [gif] gifconfig output corruption o [2004/10/03] conf/72277 [patch] update for /usr/share/skel o [2004/10/04] kern/72293 [de] de(4) NIC performance degradation wi o [2004/10/04] kern/72296 [bfe] bfe0: discard oversize frame (ether 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 [bsd.cpu.mk] [patch] add Pentium M, P3 M, o [2004/10/05] usb/72344 usb [usb] [patch] QUIRK: Dane-Elec zMate 512 o [2004/10/05] kern/72352 [puc] [patch] Support for VScom PCI-100L 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] docs/72383 doc manpage for awk(1) is terribly small and o [2004/10/06] bin/72398 emulators/mtools man pages are too funky o [2004/10/07] ports/72417 sobomax [patch] enable options for net/ser o [2004/10/07] kern/72433 [amr] [patch] AMR raid, amrreg.h struct a o [2004/10/09] conf/72465 [patch] United States International keybo o [2004/10/09] kern/72468 andre OS does not know how to handle broadcast. o [2004/10/11] kern/72498 [libc] timestamp code on jailed SMP machi 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 [sched_ule] [patch] small cleanup of SCHE o [2004/10/12] kern/72585 [syscons] [patch] iso05-8x16.fnt lacks le o [2004/10/12] bin/72588 [patch] iostat(8) tty stats field concate a [2004/10/13] kern/72639 5.3-BETA7 kernel config option ALT_BREAK_ o [2004/10/13] kern/72659 jeff [sched_ule] [patch] little bug in sched_u o [2004/10/14] bin/72674 [patch] make /usr/bin/whois use SK-NIC's o [2004/10/15] kern/72728 brooks [syscons] [patch] keyboard debug and rebo 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] bin/72793 [patch] wicontrol(8) prints out non-print a [2004/10/18] bin/72814 bms [patch] libpcap opens bpf as O_RDONLY - d f [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/20] conf/72901 [patch]: dot.profile: prevent printing wh f [2004/10/20] kern/72920 emulation [linux]: path "prefixing" is not done on f [2004/10/20] kern/72933 yar [netgraph] [patch] promisc mode on vlan i a [2004/10/21] conf/72978 [patch] add danish syscons keymap with ac o [2004/10/22] kern/72987 ipfw [ipfw] ipfw/dummynet pipe/queue 'queue [B o [2004/10/22] kern/72995 multimedia [sound] Intel ICH2 (82801BA) - sound near o [2004/10/22] kern/72997 [sk] Network performance down [6-CURRENT] o [2004/10/22] sparc64/72998sparc64 [kernel] [patch] set_mcontext() change sy o [2004/10/23] kern/73034 [libalias] libalias does not handle lower o [2004/10/23] kern/73051 [if_tun] tun0: Warning: ff02:5::/32: Chan 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 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 [ipfw] [patch] ipfw2 vulnerability (parse 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 [ntfs] [patch] mount_ntfs: can't access t o [2004/11/04] kern/73517 [pfil] pfil_hooks (ipfw,pf etc) and ipsec o [2004/11/05] www/73549 www Mail list archive navigation difficulty s [2004/11/05] www/73551 www 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/07] docs/73638 doc ipfw(8): Clarify syntax for use of tables o [2004/11/07] kern/73646 [ahd] I/O performance: with/without MEMIO o [2004/11/07] conf/73653 Proposal of changes to the GENERIC kernel o [2004/11/08] kern/73675 [atapicam] atapicam causes interrupt stor 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/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 [linux] [patch] linux emulation: root dir 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 [feature request] acpi / power-on by time o [2004/11/11] conf/73834 rc Bad dependencies for /etc/rc.d/savecore o [2004/11/12] kern/73865 [rpcbind] [patch] NOINET6=yes in /etc/mak o [2004/11/12] bin/73884 Add NetBSD's rawrite32 to install tools o [2004/11/13] conf/73909 rc [patch] rc.d/sshd does not work with port o [2004/11/14] i386/73921 i386 [sysctl] [patch] sysctlbyname for machdep o [2004/11/14] conf/73929 dougb [patch] /etc/rc.d/named will not work wit o [2004/11/15] kern/73961 [fdc] floppy disk drive performance probl p [2004/11/15] kern/73978 jhb [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 f [2004/11/17] kern/74030 acpi Unplugging AC causes battery % to stay lo o [2004/11/17] kern/74037 [ppc] ppc(4) cannot find parallel port on o [2004/11/18] bin/74062 [gre] ifconfig(8) does not display tunnel f [2004/11/18] kern/74066 sos [ata] acd driver fault: READ_BIG timeout o [2004/11/20] bin/74140 ntpdate(8): ntpdate does not try all IPs o [2004/11/20] i386/74153 i386 [pst] FreeBSD 5.3 cannot boot ftom pst o [2004/11/20] kern/74159 [headers] [patch] fix warnings concerned 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 f [2004/11/21] i386/74191 multimedia [sound] Notebook PC2001 Compliant AC97 au 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] i386/74216 i386 system halts o [2004/11/21] i386/74218 i386 boot floppy (2nd time) read error o [2004/11/23] kern/74281 [digi] digi(4): Digiboard PCI Xem (64-por o [2004/11/24] kern/74314 [resolver] DNS resolver broken under cert o [2004/11/24] i386/74327 i386 [pmap] [patch] mlock() causes physical me f [2004/11/24] ports/74344 java [proposal] tomcat41ctl: support for passi s [2004/11/25] kern/74352 NFSCLIENT and booting to an mfsroot via T o [2004/11/25] usb/74358 usb [umass] unplugging at boot time an umass o [2004/11/25] bin/74360 [patch] ndiscvt(8) generates a driver whi 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(1) does not handle signals to subshell o [2004/11/26] bin/74406 ceri [sysinstall] sysinstall accepts but disca s [2004/11/26] ports/74416 fenner update for rtpmon o [2004/11/27] bin/74450 [libalias] [patch] enable libalias/natd t o [2004/11/27] usb/74453 usb Q-lity CD-RW USB ECW-043 (ScanLogic SL11R o [2004/11/27] i386/74454 i386 [bsd.cpu.mk] [patch] Adding VIA Eden fami o [2004/11/28] docs/74477 doc [patch] Correct several links in the cont o [2004/11/29] kern/74498 [pccard] [patch] new CIS id for Intersil 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 p [2004/11/29] bin/74509 brooks [PATCH] ifconfig allows setting 33-byte S o [2004/11/30] kern/74549 [modules] [patch] 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 [2TB] [patch] 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 [usb] [patch] 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] i386/74658 i386 [ata] ATAPI CD not recognized after booti o [2004/12/05] docs/74724 ceri [patch] several problems in handbook netw 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 [irq] [patch] Smartlink Modem causes inte o [2004/12/07] i386/74803 i386 regression: lost 3Com509B in 5.X o [2004/12/07] amd64/74811 amd64 [nfs] df, nfs mount, negative Avail -> 32 o [2004/12/07] conf/74817 [patch] network.subr: fixed automatic con o [2004/12/07] kern/74827 [fdc] Problem writing data to floppies [5 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 o [2004/12/09] ports/74907 apache [PATCH] www/mod_perl: cleanups o [2004/12/10] ports/74919 ale [PATCH] lang/php4: Add hardened-php.org p o [2004/12/10] kern/74920 [ep] [panic] 3Com 3C509-Combo Etherlink I o [2004/12/12] i386/74966 i386 [rl] Realtek driver seems to misinterpret o [2004/12/12] kern/74986 tackerman sysctlize a parameter of if_em's interrup o [2004/12/13] kern/75008 [psm] [patch] 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 [ata] 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 [puc] [patch] add support for the Davicom 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/19] kern/75254 [wi] [patch] PRISM3-based adapter ZCOM XI o [2004/12/20] kern/75298 [pccard] [patch] add missing device id fo o [2004/12/20] kern/75312 [rl] Built-in RTL8281BL on Asus Pundit AB o [2004/12/21] bin/75362 contrib/smbfs mount_smbfs No buffer space 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/23] i386/75420 i386 CMD 648 PCI not work s [2004/12/24] ports/75464 portmgr [patch] bsd.port.mk install default confi o [2004/12/26] conf/75502 [patch] Fix LC_NUMERIC and LC_MONETARY fo o [2004/12/27] docs/75545 trhodes [patch] typos in man3 manual pages, form_ o [2004/12/28] bin/75570 chflags nosappnd directory doesn't work o [2004/12/28] docs/75577 doc [patch] typos in man3 manual pages, login o [2004/12/28] usb/75578 usb [patch] QUIRK: PNY USB flash key o [2004/12/28] kern/75582 [dc] [patch] Add support for Linksys PCMP 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] bin/75632 le gvinum commands not consistent with vinum 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 [cue] cue0 device configuration causes ke o [2005/01/03] kern/75764 [umass] [patch] "umass0: Phase Error" - n o [2005/01/03] bin/75766 [patch] nfsd(8) loops with TCP + multiple 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] 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] i386/75898 i386 Exception and reboot: Loader and kernel u o [2005/01/07] usb/75928 usb Cytronix SmartMedia card (SMC) reader has o [2005/01/08] kern/75934 [libcrypt] [patch] missing blowfish funct f [2005/01/08] ports/75939 nork sysutils/smartmontools: smartd can not fo o [2005/01/08] usb/75970 usb [usb] [patch] support for Sandisk Cruzer o [2005/01/09] docs/75995 doc hcreate(3) documentation(?) bug 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 [rl] [patch] Add support for CardBUS NIC o [2005/01/11] bin/76089 The "-n" option in /usr/bin/w is broken o [2005/01/11] docs/76094 doc handbooke: incorrect statement about part 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] gnu/76169 [patch] Add PAM support to cvs pserver o [2005/01/12] kern/76178 scsi [ahd] Problem with ahd and large SCSI Rai o [2005/01/13] conf/76226 Default local.9600 gettytab initially use s [2005/01/14] ports/76247 grog net/arla port update o [2005/01/15] conf/76298 fstab doesn't pass mntops properly o [2005/01/17] docs/76333 doc [patch] ferror(3): EOF indicator can be c o [2005/01/17] bin/76362 sys directory link points to wrong locati o [2005/01/18] bin/76401 sysinstall to set "host name" for dhclien o [2005/01/18] kern/76432 gnn [net] [patch] recursive locking in the ne o [2005/01/19] usb/76461 usb [umass] disklabel of umass(4)-CAM(4)-da(4 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] docs/76515 doc [patch] misleading use of make -j flag in s [2005/01/21] kern/76520 [libiconv] [patch] Add new kernel-side li o [2005/01/21] kern/76539 [dummynet] [patch] ipnat + dummynet on ou o [2005/01/21] kern/76551 [re] [patch] re0: watchdog timeout 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 [i4b] [patch] i4b itjc bad enums for PIB 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 [libpam] [patch] Allow pam_krb5 to authen 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 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] ipfw antispoof incorrectly blocks o [2005/02/01] kern/76972 64-bit integer overflow computing user cp 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 f [2005/02/03] bin/77082 krion src/usr.sbin/pkg_install - Add 3 new macr o [2005/02/04] docs/77087 doc [patch] the bootvinum script given in the 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] kern/77239 [xl] 3Com 3CXFEM656C does not seem to be o [2005/02/08] ports/77246 portmgr [patch] update "make index" target to use f [2005/02/08] kern/77253 emulation [linux] meminfo in linprocfs returns bad 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] ipfilter breaks ipv6 statefull o [2005/02/10] kern/77341 problems with IPV6 impementation o [2005/02/10] kern/77355 [i386] [patch] Detect i*86 subarches for s [2005/02/10] ports/77359 thierry New port: graphics/gephex Software-based o [2005/02/10] kern/77365 [amdpm] [patch] amdpm driver has wrong PC 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(8): too many recvbufs(40) when ntpd o [2005/02/14] i386/77477 i386 AHA-1542CP SCSI failed to probe f [2005/02/14] ports/77495 ports-bugs new port: security/sav o [2005/02/15] bin/77554 type mismatch in IPv6 firewall rule parse o [2005/02/18] kern/77662 diskless hostname set via DHCP only if AC o [2005/02/18] conf/77663 rc Suggestion: add /etc/rc.d/addnetswap afte o [2005/02/21] kern/77826 [ext2fs] ext2fs usb filesystem will not m o [2005/02/21] kern/77835 stefanf [libc] [patch] res_debug.c needs const de o [2005/02/21] kern/77841 [libc] [patch] cast away const in getpubl o [2005/02/21] ports/77876 portmgr [patch] Ensure uniqueness of (DOCS|EXAMPL 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 [wi] [patch] Add the APDL-325 WLAN pccard 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] bin/78021 sem_open(3) doesn't mention fnctl.h inclu o [2005/02/24] docs/78041 doc [patch] docs for md(4) need further expla o [2005/02/25] kern/78057 ad0: FAILURE - READ_DMA status=51 error=4 p [2005/02/25] kern/78070 glebius [bge] [patch] Potential null pointer dere o [2005/02/25] kern/78072 [lge] [patch] Potential memory leak in lg o [2005/02/25] kern/78090 [ipf] ipf filtering on bridged packets do o [2005/02/26] kern/78114 phk [geom] [patch] Solaris/x86 label structur o [2005/02/26] bin/78131 geom gbde "destroy" not working. o [2005/02/27] docs/78138 doc [patch] Error in pre-installation section o [2005/02/27] bin/78170 [patch] Fix signal handler in bootpd a [2005/02/28] docs/78174 markus [patch] Update for Bluetooth-related manp o [2005/03/01] ports/78234 olgeni x11/eterm invalids compose character defi f [2005/03/01] ports/78235 ale lang/php4 segfaults with both xslt and Ze o [2005/03/01] docs/78240 doc [patch] handbook: replace with 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] vr network drivers cause watchdog ti 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 o [2005/03/06] docs/78479 doc [patch] getsockopt(2): SO_NOSIGPIPE socke o [2005/03/06] docs/78480 doc Networked printer setup unnecessarily com o [2005/03/06] ports/78490 portmgr [patch] bsd.port.mk: add PORTEXAMPLES and 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/09] kern/78646 [libmap] [patch] libmap should canonicali o [2005/03/10] kern/78673 [nfs] [patch] 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 [libc] [patch] src/lib/libc/nls/fr_FR.ISO o [2005/03/13] kern/78758 sos [ata] [patch] Add support for re-sizing A 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 ipfw [ipfw] [patch] ipfw verbosity locks machi 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/15] kern/78849 phk Problems with GBDE encrypted partitions o [2005/03/15] kern/78884 [nfs] [patch] nfs client cache negative l o [2005/03/16] conf/78906 [patch] Allow mixer_enable="NO" in rc.con o [2005/03/16] docs/78915 doc rfork(2)'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/20] kern/79035 le [vinum] gvinum unable to create a striped s [2005/03/20] kern/79048 [libc] realloc() copies data even when th 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] bktr(4) eating about 10% CPU load o [2005/03/21] standards/79067standards /bin/sh should be more intelligent about o [2005/03/21] i386/79091 i386 [i386] [patch] Small optimization for i38 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] iavc(4) for AVM B1 PCI does not at 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 p [2005/03/22] kern/79139 rodrigc [pci] [patch] Support for more PCIe chips o [2005/03/22] kern/79143 [bge] Broadcom NIC driver do not work for 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 cr o [2005/03/25] bin/79232 WARNS6 clean libexec/comsat o [2005/03/25] ports/79235 lawrance [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 [pci] [patch] RELENG_4 pci CONF1_ENABLE_M f [2005/03/27] i386/79272 remko "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 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/02] kern/79441 [msdosfs] problem writing on mounted msdo o [2005/04/05] bin/79570 Dynamic OpenSSL engine load disabled o [2005/04/06] bin/79607 obrien grok and default to bzip2-compressed manu 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. o [2005/04/07] usb/79649 usb [usb] [patch] quirk: Gembird MP3 player o [2005/04/07] ports/79651 clement [patch] mail/ssmtp: add per-user smtp aut 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 [ichwd] [patch] 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 p [2005/04/09] conf/79715 rodrigc 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 [usb] [patch] 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 [umass] [patch] new usbdevs/umass quirks o [2005/04/15] kern/79944 virtual floppy controller of Virtual PC d o [2005/04/15] bin/79965 top(1) messes up narrow terminals while d o [2005/04/16] usb/80010 usb [aue] [patch] add support for the AEI USB o [2005/04/17] kern/80031 [coda] [patch] Remove insque/remque from o [2005/04/18] kern/80048 [aac] [patch] support for HP ML110 G2 SAT 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] ports/80111 ume patch to make WITH_KERBEROS4 working for o [2005/04/19] bin/80117 qa [sysinstall] [patch] smbfs install option 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 f [2005/04/22] ports/80227 sobomax net/ser does not have an rc script. It sh 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 [libtacplus] [patch] libtacplus tac_get_a 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] bin/80411 [patch] df(1): bin/df/df.c sign errors in 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 o [2005/04/30] usb/80487 usb [usb] [patch] quirk: United MP 5512 Porta o [2005/05/01] conf/80504 [patch] de_DE.ISO8859-1 libc message cata 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/03] kern/80580 [panic] 4.11 router panic in lockmgr: loc f [2005/05/04] bin/80610 [patch] netstat(1): lost data due lu form 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/05] kern/80632 multimedia pcm driver missing support for CMI8738 au o [2005/05/05] kern/80642 ipfw [ipfw] [patch] ipfw small patch - new RUL o [2005/05/06] bin/80687 [patch] Missing NULL termination after st 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 [udav] UDAV device driver shouldn't use u 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/10] kern/80844 [psm] [patch] Increase compatibility of p 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] 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 lang/php4: update PHP for new mnogosearch s [2005/05/12] ports/80944 lawrance [NEW PORT] www/mnogosearch-php: Mnogosear o [2005/05/12] ports/80946 ale www/php4-mnogosearch: Mnogosearch PHP4 Ex 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 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 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 sysutils/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 [ncurses] [patch] 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 [patch] security(8) manpage should have i o [2005/07/29] docs/84267 doc [patch] chflags(1) manual doesn't say it' o [2005/07/29] docs/84268 doc chmod(1) manpage's BUGS entry is either w o [2005/07/29] docs/84271 ceri [patch] compress(1) doesn't warn about na p [2005/07/29] docs/84273 keramida [patch] disktab(5) manual has bad SEE ALS o [2005/07/29] bin/84298 [patch] allow mount(8) to recognize relat 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/31] kern/84386 Feature Request: PPPoA Authentication bui o [2005/07/31] docs/84408 doc [patch] dump(8) manpage doesn't require a o [2005/07/31] docs/84409 remko handbook: vinum-object-naming.html -v/-U f [2005/08/01] ports/84465 tobez Update port: mail/p5-Mail-Box v2.042 => v o [2005/08/02] docs/84467 doc [patch] bsdlabel(8) manpage uses archaic o [2005/08/02] kern/84471 multimedia [sound] [patch] no sound ICH4 (Analog Dev o [2005/08/02] bin/84494 rpcbind TCP cannot be told to bind to a s p [2005/08/03] kern/84503 Deadlock when filesystem is full f [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/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/05] bin/84569 rm -W sometime does not work o [2005/08/05] conf/84581 [patch] Teach config(8) to look for kerne f [2005/08/06] usb/84608 usb Sony digital camera DSC-P100, rev 2.00/5. o [2005/08/07] bin/84634 fjoe [geom] [patch] new utility to control GEO o [2005/08/07] docs/84645 doc intro(6) manpage should always be install 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] bin/84705 fdisk(8) program warning about sector num f [2005/08/09] ports/84718 girgen [PATCH] databases/postgresql74-server: Ad 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 o [2005/08/11] docs/84790 doc [patch] Error in SYSCALL_MODULE(9) manual o [2005/08/11] kern/84797 [libutil] [patch] State engine in the lib 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 s [2005/08/11] ports/84819 ports-bugs [MAINTAINER] math/coq: enable on ia64 o [2005/08/11] kern/84823 [bpf] [patch] bpf in non-blocking mode is 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 f [2005/08/13] ports/84886 hrs [NEW PORT] japanese/acroread7-jpn: The Ac o [2005/08/14] bin/84911 [patch] ndisgen(8) can't cope with .sys-f 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 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/16] gnu/84976 System ncruses does not have wide charact o [2005/08/16] kern/84981 [headers] [patch] header protection for < o [2005/08/16] kern/84983 scottl [udf] [patch] udf filesystem: stat-ting f o [2005/08/16] bin/84992 gcc4.x cleanup of usr.bin/hexdump o [2005/08/16] bin/84993 kientzle gcc4.x cleanup of usr.bin/tar o [2005/08/16] bin/84994 gcc4.x cleanup of usr.bin/wc p [2005/08/16] docs/85008 keramida [patch] environ(7) manpage references bui f [2005/08/16] bin/85011 imp /sbin/restore on 5.4 will not read Solari o [2005/08/17] ports/85031 sobomax [NEW PORT] net/astfax f [2005/08/17] bin/85049 rbootd(8) spams console (regression) o [2005/08/17] docs/85062 doc [patch] tr(1) manpage omits several chara o [2005/08/17] docs/85063 doc [patch] expand(1) manpage needs to clarif o [2005/08/17] docs/85066 doc [patch] builtin(1) manpage has incomplete o [2005/08/18] usb/85067 usb Cannot attach ScanJet 4300C to usb device p [2005/08/18] docs/85079 keramida [patch] umodem(4) - add "ELSA MicroLink 5 o [2005/08/18] standards/85080standards output of long double subnormals (with pr o [2005/08/18] kern/85086 [ef] [patch] Locking fixes for ef(4) (+re o [2005/08/18] standards/85090standards [patch] add memalign() and posix_memalign o [2005/08/18] docs/85097 doc [patch] devd.conf.5 lacks a lot of vital p [2005/08/18] standards/85099tjr POSIX violation in split(1) o [2005/08/18] docs/85100 doc NOTES: ICH audio device support statement o [2005/08/19] kern/85106 The ICH7 smb interface is not recognised o [2005/08/19] docs/85118 doc [PATCH] opiekey(1) references non-existin o [2005/08/19] docs/85127 doc [patch] loader(8) manpage uses too-rare " o [2005/08/19] docs/85128 doc loader.conf(5) autoboot_delay incompletly s [2005/08/19] ports/85132 x11 XOrg 6.8.2 won't start on Toshiba Satelli o [2005/08/20] conf/85143 grog [patch] fix usr.bin/calendar/calendars/de o [2005/08/20] amd64/85144 amd64 Asus K8S-MX mobo, integ LAN not recognize o [2005/08/20] ports/85151 kuriyama net-mgmt/net-snmp patch addition request o [2005/08/21] kern/85175 emulation [linux] [patch] linux emulation layer wit p [2005/08/21] kern/85176 des [kernel] [patch] optimization of fdalloc o [2005/08/21] docs/85186 doc [patch] ktrace(1) manpage doesn't warn ab o [2005/08/21] docs/85187 doc [patch] find(1) manpage missing block inf o [2005/08/21] docs/85194 doc [patch] man ssh(1) -o description o [2005/08/22] kern/85203 [headers] [patch] add TH_PUSH to TH_FLAGS o [2005/08/22] bin/85204 [patch] add read-ahead to amd(8) for NFS o [2005/08/22] kern/85205 Minor information leak in jails - a user o [2005/08/22] docs/85209 doc pfsync(4) man page corrections o [2005/08/22] docs/85232 doc [patch] fdp-primer: instructions on build o [2005/08/23] i386/85242 i386 [libc] [patch] libc contains relocation t o [2005/08/23] docs/85243 doc Missing icmp related abbreviations for pf o [2005/08/23] i386/85246 i386 unable to install from CD on Asus PC-DL D a [2005/08/23] ports/85254 trevor [patch] emulators/linux_base-rh-9: add /u o [2005/08/23] kern/85257 [boot] BTX boot loader fails on USB CDROM o [2005/08/24] bin/85261 krion [patch] nanobsd build breaks on pkg_add o [2005/08/24] i386/85273 i386 FreeBSD (NetBSD or OpenBSD) not install o o [2005/08/27] docs/85353 doc [patch] minor cosmetic/punctuation change o [2005/08/27] conf/85363 rc syntax error in /etc/rc.d/devfs o [2005/08/28] bin/85367 qa [sysinstall] [patch] fix package categori o [2005/08/28] i386/85417 i386 [i386] [patch] Possible bug in ia32 float o [2005/08/28] i386/85423 i386 [ex] ex(4) does not correctly recognize N s [2005/08/29] docs/85425 doc fido (watchdog) device /dev/fido not docu o [2005/08/29] bin/85445 ifconfig(8): deprecated keyword to ifconf o [2005/08/30] kern/85477 [xe] [patch] fix driver message in if_xe. o [2005/08/30] bin/85494 fsck_ffs: unchecked use of cg_inosused ma o [2005/08/30] misc/85497 pkill CVS module points to wrong location o [2005/08/30] bin/85502 dump prints negative time and gt 100% don o [2005/08/31] ports/85513 netchild Intel C++ compiler not 100% binary compat o [2005/08/31] conf/85548 [patch] share/examples/etc/make.conf: del o [2005/09/02] ports/85626 java java/jdk15 compile error o [2005/09/02] kern/85648 [net] [patch] provide more specific defau o [2005/09/02] kern/85649 [msdosfs] [patch] allow mounting msdos fi o [2005/09/02] kern/85650 [libstand] [patch] modifications to tftp- o [2005/09/02] kern/85651 [kernel] [patch] debugging code to show e o [2005/09/02] i386/85652 i386 [loader] [patch] deal with out-of-memory o [2005/09/02] i386/85653 i386 [i386] [patch] relieve hangs in tight loo o [2005/09/02] i386/85654 i386 [i386] [patch] separate max cpu from max o [2005/09/02] i386/85655 i386 [i386] [patch] expose cpu info for i386 s o [2005/09/02] i386/85656 i386 [i386] [patch] expose more i386 specific o [2005/09/02] kern/85657 [kernel] [patch] capture and expose per-C o [2005/09/02] kern/85658 jeff [sched_ule] [patch] add DDB command, show s [2005/09/04] ports/85704 portmgr [patch] Add WITH_GL user variable to bsd. o [2005/09/04] ports/85707 nork port www/linuxpluginwrapper makes mozilla o [2005/09/04] bin/85712 uncompress(1) program emits bogus "overwr a [2005/09/05] ports/85731 clsung New ports: textproc/openvanilla-framework o [2005/09/05] ports/85746 kris [patch] Tools/portbuild/scripts/buildscri o [2005/09/06] kern/85780 'panic: bogus refcnt 0' in routing/ipv6 o [2005/09/06] ports/85788 roam [PATCH] mail/vpopmail: Add sgid to vchkpw o [2005/09/06] kern/85792 53c1030 is detected, but doesn't work pro o [2005/09/06] amd64/85812 amd64 "Rebooting..." on serial console appears o [2005/09/07] conf/85819 [patch] script allowing multiuser mode in o [2005/09/07] amd64/85820 amd64 1.5 times slower performance with SCHED_U o [2005/09/07] gnu/85824 obrien gas crashes when assembling this file p [2005/09/07] ports/85827 trevor [patch] print/acroread7: prefix changes f o [2005/09/07] i386/85851 i386 system hangs on during booting the machin o [2005/09/08] kern/85886 [an] an0: timeouts with Cisco 350 minipci o [2005/09/09] gnu/85895 [PATCH] cc -print-search-dirs returns (nu o [2005/09/09] kern/85902 strange sysctl output f [2005/09/11] kern/85964 multimedia [sound] Can't play 24 bit audio (Audigy 2 o [2005/09/11] kern/85971 jeff [uma] [patch] minor optimization to uma o [2005/09/11] bin/85977 mount_smbfs needs port parameter o [2005/09/11] docs/85986 doc FreeBSD keyword missing if you display se o [2005/09/11] usb/85992 usb [uhid] [patch] USB stops working when try o [2005/09/12] ports/85997 phantom java/jdk15 1.5.0p1_3 causes keyboard prob o [2005/09/12] kern/86003 Startup reports "failed to attach P_CNT" o [2005/09/13] docs/86044 doc jail(8) missing crucial mount in startup o [2005/09/13] kern/86049 laptop fan does not turn off if it is "on f [2005/09/13] i386/86068 i386 Fatal trap 12,while running pim6sd o [2005/09/13] docs/86090 doc [PATCH] clarification of rc.conf(5) manua f [2005/09/14] ports/86098 ports-bugs [PATCH] devel/pear-PEAR/Makefile.common: s [2005/09/14] ports/86106 portmgr [patch] ${CC} should be added to ${MAKE_E o [2005/09/14] kern/86124 [em] dell 1850 pro/1000 slow (em problem? o [2005/09/14] kern/86131 [cam] [patch] quirk for Creative MuVo sli o [2005/09/14] docs/86134 blackend [patch] fix inconsistency in handbook sec f [2005/09/15] ports/86145 portmgr devel/m4 should not build its own getopt o [2005/09/15] bin/86148 [patch] dirname(1) doesn't take multiple o [2005/09/16] usb/86195 usb [patch] allow USB Ethernet Adaptor "ELECO o [2005/09/16] ports/86206 openoffice editors/openoffice.org-2.0: Unable to bui o [2005/09/16] ia64/86218 ia64 Mozilla / Firefox: regxpcom or regchrome p [2005/09/16] docs/86228 keramida typos in man4 manual pages, fe.4. p [2005/09/16] docs/86234 keramida Need to explain * in master.passwd in pas o [2005/09/17] conf/86252 gshapiro [PATCH] /etc/rc.d/sendmail wants to build a [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 [kernel] [patch] minor optimizations + cl o [2005/09/18] usb/86298 usb Known good USB mouse won't work with corr o [2005/09/19] kern/86319 [nfs] [feature request] support a "noac" f [2005/09/19] ports/86334 pat x11-clocks/wmclockmon :: bug in internet o [2005/09/19] kern/86336 rwatson [kernel] LOR in kern/uipc_usrreq.c and ke o [2005/09/19] docs/86342 doc bikeshed entry of Handbook is wrong o [2005/09/20] ports/86384 mnag openssh-portable GSSAPI key-exchange patc o [2005/09/21] bin/86388 [patch] periodic(8) daily should backup b s [2005/09/21] ports/86401 ports-bugs new ports multimedia/zapping o [2005/09/21] bin/86405 /usr/bin/more 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] kern/86437 andre tcp_input.c and tcp_sack.c refer to obsol o [2005/09/21] usb/86438 usb Fix for non-working iPod over USB is in N o [2005/09/22] kern/86453 kientzle [patch] libarchive memory leak with bad f o [2005/09/22] bin/86454 qa [sysinstall] sysinstall terminates with s 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/86491 arved Kaffeine fails to compile o [2005/09/25] i386/86563 i386 System doesn't reboot on "shutdown -r now o [2005/09/26] ports/86580 ale [new port] databases/php5-oci8: Oracle OC o [2005/09/26] bin/86587 rm -r /PATH fails with lots of small file o [2005/09/26] bin/86600 qa [sysinstall] Sysinstall boot manager scre o [2005/09/26] ports/86602 ale [NEW PORT] irc/php4-ircg: The ircg (IRC g o [2005/09/26] ports/86608 ale lang/php5: Enhancement to allow dynamic o p [2005/09/27] gnu/86627 brooks src/contrib/bc / option -h / contains typ o [2005/09/27] bin/86635 [patch] pfctl: allow new page character ( o [2005/09/27] bin/86647 natd(8) copy to limied buffer size withou o [2005/09/27] kern/86655 [msdosfs] [patch] msdosfs incorrectly han o [2005/09/28] kern/86657 [kbd] [patch] change to USB keyboard opti 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/29] kern/86693 [nis] [patch] inconsistency between getus o [2005/09/29] docs/86733 doc [patch] handbook: add using kldload as an o [2005/09/30] bin/86742 kientzle [libarchive] [patch] Add archive_open_ to a [2005/09/30] kern/86752 mlaier pf does not use default timeouts when rel a [2005/09/30] conf/86759 ssh(1): unable to initialise sftp with ss o [2005/09/30] bin/86765 bsdlabel assing wrong fs type. f [2005/10/01] ports/86776 portmgr [patch] bsd.port.mk - fetch-list doesn't o [2005/10/01] java/86804 java [PATCH] Install a desktop icon for the ja f [2005/10/01] i386/86820 i386 ISO Install Disk hangs after acd0: f [2005/10/02] ports/86839 mnag Update port: sysutils/pcfclock revised to o [2005/10/03] bin/86859 qa [sysinstall] Installer should ask about L 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 f [2005/10/04] ports/86899 ahze multimedia/mjpegtools - lavplay/glav clai o [2005/10/05] bin/86940 des src/usr.bin/fetch - fix mirror mode (-m) f [2005/10/05] ports/86947 tobez ports:pari update (2.1.6 -> 2.1.7) o [2005/10/05] kern/86957 ipfw [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/07] bin/87022 telnet hang in ptcout o [2005/10/07] kern/87032 ipfw [ipfw] [patch] ipfw ioctl interface imple o [2005/10/07] kern/87074 mlaier pf does not log dropped packets when max- s [2005/10/07] ports/87092 obrien [UPDATE] editors/vim: notify the user abo 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 f [2005/10/08] ports/87133 aaron New port databases/p5-DBIx-DWIW A DBI wra o [2005/10/09] ports/87151 nobutaka Update port: editors/emacs Fix package bu 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] kern/87208 des /dev/cuad[0/1] bad file descriptor error a [2005/10/10] ports/87214 portmgr Fix warning issued during make index 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] bin/87230 [PATCH] -G is ignored when adduser get ac a [2005/10/11] ports/87234 portmgr [patch] bsd.port.mk: add patch-dos2unix t o [2005/10/11] ports/87245 nork DarwinStreamingServer port fails on amd64 p [2005/10/12] docs/87302 delphij [PATCH] Mention the fact that hptmv(4) wo a [2005/10/12] ports/87312 obrien Update misc/figlet to 2.2.2 a [2005/10/12] ports/87318 portmgr [patch] bsd.port.mk - add support for PER f [2005/10/12] ports/87332 ports-bugs [UPDATE] lang/ruby18: Update to 1.8.3; ta o [2005/10/12] kern/87350 Reproducible 6.0-RC1 kernel panic p [2005/10/13] docs/87351 keramida Jail building instructions don't work as s [2005/10/13] bin/87352 glebius [PATCH] Add line edit and history support o [2005/10/13] i386/87359 i386 /usr/src/crypto/openssh does not honour N a [2005/10/13] ports/87396 portmgr Fix bsd.port.mk variable quoting issues o [2005/10/14] ports/87420 portmgr [patch] bsd.port.mk: implementing WITH_OP o [2005/10/14] docs/87445 trhodes comments for improvement of handbook/kern f [2005/10/16] i386/87507 i386 installation of 6.0 RC1 failed to create o [2005/10/16] kern/87515 Splash screen fails to load on boot s [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/17] java/87552 java Enable multi-job builds for CPP files in f [2005/10/17] ports/87562 ume cyrus-sasl2 make package fails o [2005/10/17] ports/87571 phantom java/jdk15: Port-Installation Java 1.5 Fr a [2005/10/18] ports/87605 portmgr [patch] bsd.port.mk - add NOFETCHFILES va o [2005/10/18] kern/87615 Linux binaries need execution of shared l o [2005/10/18] ports/87642 portmgr Contrary to ports(7) there is no target " o [2005/10/19] usb/87648 usb [mouse] Logitech USB-optical mouse proble o [2005/10/19] bin/87651 [patch] fsck(8) (on superblock error) tel o [2005/10/19] kern/87653 [drm] ATI Radeon Mobile X600SE not detect o [2005/10/19] docs/87681 doc [patch] correct gettimeofday(2) manpage, o [2005/10/20] docs/87698 doc Missing manual entry for rc.conf.local o [2005/10/20] bin/87724 cal(1)/ncal(1) not multibyte aware o [2005/10/20] bin/87726 gssapi.h is not c++ aware o [2005/10/20] ports/87728 gnome mozilla: libnegotiateauth.so broken o [2005/10/21] ports/87777 kwm gstreamer-properties dies with "undefined o [2005/10/21] kern/87782 multimedia [sound] snd_t4dwave and pcm0:record:0: re o [2005/10/22] kern/87836 [devfs] If using ATAPICAM with cd(dvd)rw a [2005/10/22] ports/87840 portmgr bsd.port.subdir.mk improving(make search) o [2005/10/22] bin/87841 fetch should have options to set http "if f [2005/10/22] bin/87843 FreeBSD specific gcc compiler error o [2005/10/22] kern/87845 [sio] [patch] sio(4) should on probe retu o [2005/10/23] docs/87857 doc ifconfig(8) wireless options order matter o [2005/10/23] amd64/87882 amd64 emu10k1 and APCI on amd64 is just noisy o [2005/10/24] conf/87895 defaults/make.conf incorrect advice about o [2005/10/24] kern/87906 rodrigc [nullfs] [patch] nullfs NFS exporting o [2005/10/24] conf/87914 Adduser, uuid not used from adduser.conf o [2005/10/24] conf/87925 [patch] feature request: modify output of o [2005/10/24] docs/87936 doc Handbook chapter on NIS/YP lacks good inf o [2005/10/25] bin/87966 [PATCH] introduce -A flag for newfs to en o [2005/10/25] i386/87968 i386 [fdc] cannot access the floppy device o [2005/10/25] bin/87981 darrenr [patch] ipmon(8) writes pid file even whe o [2005/10/25] kern/87990 [kernel] [patch] SMP Race Condition in kd p [2005/10/26] docs/88015 keramida typo in top(1) manual page o [2005/10/26] i386/88020 i386 cannot boot unless: hint.apic.0.disabled= o [2005/10/26] ports/88032 okazaki PATCH: converters/mule-ucs: coding catego o [2005/10/26] ports/88048 glewis java/javavmwrapper: can't set $PORTDIRS t s [2005/10/26] bin/88056 feature request: cp(1) could really use L o [2005/10/27] bin/88077 w(1): w -n problems with IPv6 addresses a o [2005/10/27] www/88084 www fortune not found in online man pages o [2005/10/28] kern/88117 [rtld] [patch] support of $ORIGIN in rtld o [2005/10/28] bin/88119 [patch] partial matching for ifconfig(8) o [2005/10/28] kern/88150 des [pam] PAM does not search /usr/local/lib p [2005/10/28] bin/88159 brooks ifconfig(8) coredumps when string is too o [2005/10/29] ports/88166 skv add postgresql dependency to devel/bugzil o [2005/10/29] kern/88182 [ural] wep is broken in ural(4) hostap mo o [2005/10/30] conf/88222 [patch] wrong date format in sv_SE.UTF-8 a [2005/10/30] ports/88230 portmgr Please add a new virtual category for Ama f [2005/10/30] ports/88246 gerald gcc-3.4.5 port does not compile on FreeBS o [2005/10/30] bin/88252 units(1) table errors/omissions for troy f [2005/10/31] ports/88259 arved [patch] Update devel/kscope to 1.3.1 o [2005/10/31] www/88263 fenner http://docs.freebsd.org/cgi/mid.cgi outpu o [2005/10/31] kern/88271 [pf] [patch] pf.ko from buildkernel can't o [2005/11/01] ports/88316 obrien [patch] add extra tarballs to vim and pat o [2005/11/01] i386/88320 i386 ypxfr talks IPv6 to IPv4-only portmap -> o [2005/11/01] kern/88336 [kernel] [patch] setkey(8) -D fails to re o [2005/11/01] bin/88365 [patch] rm(1): "/bin/rm -P" cannot remove o [2005/11/02] conf/88383 rc [PATCH]: etc/rc.d/ldconfig:does not prope p [2005/11/02] docs/88390 ceri devctl(4) man page does not list the noti f [2005/11/02] ports/88397 ports-bugs Ruby does not upgrade properly from 1.8.2 o [2005/11/02] ports/88403 vsevolod port: net/openldap23-server/Makefile: BDB o [2005/11/02] bin/88404 ggatec and ggated links to library in /us o [2005/11/02] usb/88408 usb axe0 read PHY failed o [2005/11/03] bin/88426 [patch] Typo in man (8) mount_ntfs o [2005/11/03] docs/88429 jcamou [patch] FAQ: 10.9. Quotas Improvement o [2005/11/03] kern/88450 net SYN+ACK reports strange size of window o [2005/11/03] bin/88460 Import /usr/bin/getent from NetBSD o [2005/11/03] docs/88464 doc not enough information in devfs.rules(5) o [2005/11/04] docs/88477 doc Possible addition to xl(4) manpage, Diagn o [2005/11/04] bin/88486 [patch] make periodic(8) quiet (configura o [2005/11/04] i386/88491 i386 [panic] Panic when boot installation CD1 a [2005/11/04] ports/88493 portmgr bsd.port.mk: cleanup cruft o [2005/11/04] docs/88503 doc mkuzip(8) references nonexistant geom_uzi o [2005/11/05] docs/88512 doc [patch] mount_ext2fs(8) man page has no d o [2005/11/05] conf/88515 NTP not starting from RC when using /etc/ o [2005/11/05] ports/88529 trevor print/acroread7 needs symlink to acroread a [2005/11/06] bin/88538 [patch] tcsh(1) ls-F spacing incorrect. o [2005/11/07] kern/88576 imp [fe] revision 1.31 to if_fe_pccard.c brea f [2005/11/07] i386/88585 i386 [fdc] Cannot mount floppy (HP Proliant ML o [2005/11/07] bin/88599 ifconfig(8): change in default behavior w o [2005/11/07] kern/88601 pjd Geli cause kernel panic under heavy disk f [2005/11/07] ports/88603 tdb [maintainer update] java/eclipse-log4e f [2005/11/07] ports/88604 tdb [maintainer update] java/eclipse-lomboz o [2005/11/07] bin/88619 brian [ppp] ppp chat auth fails ( pppoe ) o [2005/11/08] misc/88680 !compiling freebsd components o [2005/11/08] conf/88692 [patch] Amend /etc/periodic/daily/502.pgs o [2005/11/09] kern/88709 [modules] [panic] sysctl -a after kldunlo a [2005/11/09] ports/88711 portmgr [patch] bsd.port.mk - implement @dirrmtry o [2005/11/09] conf/88712 [patch] freebsd-tips: Add "how to strip U o [2005/11/09] kern/88714 sos [ata] cannot record CD-R since 6.0 (regre o [2005/11/09] amd64/88730 amd64 kernel panics during booting from the ins o [2005/11/09] kern/88741 [bge] IPMI access disabled when bge drive a [2005/11/09] ports/88751 portmgr kill offix virtual category a [2005/11/09] ports/88754 portmgr Make USE_REINPLACE noop o [2005/11/10] bin/88780 [PATCH] Baseline ipmon(8) uses LOG_LOCAL0 f [2005/11/11] kern/88820 multimedia [sound] Erratic recognition of VIA 8285 s o [2005/11/11] bin/88821 pjd [PATCH] IPv6 support for ggate o [2005/11/11] bin/88826 qa [sysinstall] sysinstall infinity wait for f [2005/11/11] ports/88829 mnag [NEW PORT] sysutils/logwatch: Customizabl o [2005/11/11] ports/88836 clement Update port: www/apache2 (fix harcoded pi a [2005/11/11] ports/88838 thompsa HandBrake port build fails o [2005/11/11] bin/88845 stefanf Sh(1) aborts if builtin echo redirection f [2005/11/12] ports/88876 ports-bugs [patch] Update www/raqdevil to 1.0RC1 o [2005/11/12] ports/88898 openoffice Openoffice 2.0 broken save as s [2005/11/12] ports/88900 ports-bugs www/flashplugin-mozilla causes Firefox to o [2005/11/13] conf/88913 [patch] wrapper support for rc.subr f [2005/11/13] ports/88918 dougb Suggested updates of mail/pine4 Makefile o [2005/11/13] usb/88939 usb Fix cheapy Myson USB-IDE adapter o [2005/11/13] ports/88941 anders Suggested updates of mail/cclient Makefil o [2005/11/13] ports/88942 anders Suggested update of mail/imap-uw Makefile o [2005/11/13] ports/88957 tmclaugh audio/muine: crash when viewing About win o [2005/11/13] ports/88958 tmclaugh devel/monodoc: Crash on startup o [2005/11/13] kern/88962 [panic] Kernel panic with ACPI is enabled o [2005/11/14] i386/88965 i386 vidcontrol hangs with 2 modules of RAM o [2005/11/14] conf/88974 rc autoconfigured vlans confuse rc.d/netif o [2005/11/14] i386/88992 i386 Kernel Panic at the begining, before the o [2005/11/14] ports/88996 portmgr [patch] remove /usr/bin/bzip2 from Mk/bsd o [2005/11/14] ports/89023 vsevolod USE_BDB doesn't set name of Berkely dB, o o [2005/11/14] ports/89037 skv Update req for the "palm/iSiloXC" port o [2005/11/15] conf/89061 [patch] IPv6 6to4 auto-configuration enha f [2005/11/15] ports/89077 ports-bugs The port lang/ruby18 upgrade to 1.8.3 has o [2005/11/15] usb/89087 usb usb external harddrive hangs with BBB res f [2005/11/15] ports/89091 gerald lang/gcc34 does not build with default co o [2005/11/16] ports/89097 kris security/dsniff does not build when net/l o [2005/11/16] ports/89098 kris security/dsniff does not build f [2005/11/16] ports/89131 ports-bugs port net/kphone One-Way audio with snd_ic o [2005/11/16] i386/89165 i386 Freebsd 5.4 atheros drive mac id authenti o [2005/11/16] kern/89166 [mouse] jumpy mouse movement p [2005/11/17] bin/89180 stefanf [libedit] [patch] bug fix for libedit o [2005/11/17] usb/89196 usb [umass] [patch] Kingston DataTraveler 2.0 o [2005/11/18] kern/89247 [ffs] [patch] QUOTA in 6.0/7.0-current le o [2005/11/18] ports/89260 portmgr [patch] new category proposal: net-p2p a [2005/11/19] ports/89281 portmgr bsd.port.mk: Use portsnap on "make update o [2005/11/19] i386/89294 i386 unknown CPU (i386/amd64) Features2 o [2005/11/20] kern/89305 [vr] [patch] D-Link NIC with VIA Rhine II o [2005/11/20] docs/89325 doc [PATCH] Clarification of kbdmap(5), atkbd o [2005/11/20] bin/89326 [PATCH] Add pattern matching to login.acc o [2005/11/20] ports/89333 perl Fix the cannot create lockfile /root/.spa o [2005/11/21] ports/89349 glewis math/gnuplot: BadAtom (invalid Atom param o [2005/11/21] ports/89350 aaron [NEW PORT] textproc/p5-XML-OPML: Creates o [2005/11/21] kern/89362 Stale references to freed memory o [2005/11/21] ports/89363 portmgr [patch] fetchindex does not respect FETCH o [2005/11/21] ports/89387 skv undefined MOD_PERL_API_VERSION in www/p5- o [2005/11/21] ports/89398 portmgr [PATCH] bsd.wx.mk and patches o [2005/11/22] bin/89403 fetch(1) doesn't honour authentication cr o [2005/11/22] i386/89409 i386 6-STABLE requires ACPI disabled, 5-STABLE o [2005/11/22] kern/89411 [acpi] acpiconf bug o [2005/11/22] docs/89433 jesusr [patch] translation update to handbook ch o [2005/11/22] i386/89438 i386 bootfloppy creation on winxp and archlinu o [2005/11/23] ports/89441 hrs TeX support in FreeBSD is problematic. o [2005/11/23] ports/89448 portmgr [patch] bsd.port.mk: improve behavior whe p [2005/11/24] kern/89481 keramida [ata] Spelling error in ata-lowlevel.c o [2005/11/24] docs/89492 doc vfs doc: some VOP_*(9) manual pages are o f [2005/11/25] ports/89515 aaron New port: textproc/p5-Text-Capitalize Cap o [2005/11/25] kern/89522 6.0-RELEASE will not boot on some Compaqs o [2005/11/25] kern/89553 [bktr] [patch] going from 5.3 -> 6.0 winT f [2005/11/26] i386/89568 i386 XBOX options missing from NOTES f [2005/11/27] ports/89613 lawrance Update port: lang/oo2c Optimizing Oberon- s [2005/11/27] ports/89648 portmgr OPTIONS and conditional USE_* conflict in o [2005/11/28] bin/89666 [patch] time(1) leaves extra file open o [2005/11/28] ports/89670 ade [patch] Automake 1.9 not detecting cppuni o [2005/11/28] ports/89674 cperciva Portsnap fetch error s [2005/11/29] ports/89703 vs [maintainer-update] textproc/refdb to 0.9 o [2005/11/29] kern/89738 [ndis] [hang] Can't make WL8000PCM wifi c o [2005/11/30] docs/89747 doc [PATCH] faq: s/kbd0/ukbd0/ when USB keybo o [2005/11/30] kern/89748 [bpf] [patch] BPF indexed byte load can s o [2005/11/30] bin/89762 [patch] top(1) startup is very slow on sy o [2005/11/30] bin/89770 des [patch] pam_krb5 'authentication token fa o [2005/12/01] bin/89782 [patch] mount(8): avoid double mounts if o [2005/12/01] bin/89799 [patch] Making natd(8) not require a newl o [2005/12/01] ports/89809 portmgr [patch] Ports INDEX cannot be moved out o o [2005/12/02] kern/89837 [pci] PCI code outputs superfluous "faile o [2005/12/02] ports/89853 portmgr [patch] Teach bsd.port.mk about ghostscri o [2005/12/02] ports/89859 portmgr [patch] gnutls update o [2005/12/02] conf/89860 [patch] Add ability to set up vnode backe s [2005/12/02] ports/89865 x11 [patch] x11-servers/xorg-server-snap cras o [2005/12/03] conf/89870 [patch] feature request to make netif ver o [2005/12/03] ports/89877 sobomax asterisk 1.2 upgrade WORK IN PROGRESS o [2005/12/03] kern/89879 acpi [acpi] ACPI-0438: *** Error: Looking up [ o [2005/12/03] kern/89885 [ata] Writing to S-ATA HDD in DMA mode fa p [2005/12/03] usb/89889 pjd [quirk] [patch] Motorola E398 Mobile Phon o [2005/12/03] ports/89896 ale [PATCH] Add support for multiple versions o [2005/12/03] docs/89902 jcamou [Patch] chapter update /es_ES.ISO8859-1/b o [2005/12/04] conf/89911 [patch] /etc/rc.d/jail restart ignores co o [2005/12/04] conf/89931 [kbd] missing deadkey for wedge in keyboa f [2005/12/04] ports/89939 mnag Repocopy requst: databases/myodbc -> data f [2005/12/04] ports/89940 ports-bugs [PATCH] Client-only support for sysutils/ o [2005/12/04] ports/89942 sobomax Update port: net/ortp - update to 0.7.1. o [2005/12/05] docs/89955 doc forward(5): description about backslash u o [2005/12/05] bin/89959 brooks dhclient(8): dhcp: ip length 314 disagree o [2005/12/05] ports/89972 apache portupgrade apache+ssl fails on dependenc o [2005/12/05] bin/89988 [patch] bootparamd(8) null host support a o [2005/12/05] bin/89989 [patch] Add option to /usr/sbin/jail: -I o [2005/12/05] kern/89991 [ufs] softupdates with mount -ur causes f o [2005/12/05] ports/89996 barner Update linux-winetools to latest version o [2005/12/05] kern/89998 fjoe [geom] syntax inconsistency with geom_ dr a [2005/12/05] ports/89999 portmgr Move location of bsd.autotools.mk within f [2005/12/06] ports/90007 trevor [MAINTAINER-UPDATE] print/nl-acroread: ad o [2005/12/06] kern/90012 scottl [ips] [patch] IBM/Adaptec ServeRAID 7x su a [2005/12/06] ports/90031 portmgr Add bsd.linux-rpm.mk; fix INSTALLS_SHLIB o [2005/12/06] docs/90042 doc [patch] acpi(4) should mention that ACPI_ o [2005/12/07] i386/90057 i386 During installation, the 'chown' command. o [2005/12/07] i386/90060 i386 Installation error on acer 3002wlc laptop o [2005/12/07] kern/90063 [procfs] access("/proc/123", F_OK) doesn' o [2005/12/07] usb/90081 usb QUIRK: Samsung usb key o [2005/12/07] conf/90082 [syscons] [patch] curses ACS line graphic a [2005/12/08] ports/90094 roam Update port: security/mhash to 0.9.3 o [2005/12/08] bin/90095 ceri [sysinstall] new ntp server for the czech o [2005/12/08] bin/90098 traceroute(8) "pretty printing" of multip o [2005/12/08] bin/90114 [patch] pw(8) takes strings after option o [2005/12/09] bin/90130 [patch] sysctl(8): print temperature in c f [2005/12/09] ports/90146 tmclaugh [New Port] database/castle.activerecord ( o [2005/12/09] kern/90148 pf [pf] pf_enable="YES" -> Fatal trap 12: pa a [2005/12/09] ports/90150 portmgr update USE_RC_SUBR for >= 700007 o [2005/12/09] kern/90155 [netinet] [patch] use sysctl(8) to contro o [2005/12/09] misc/90163 Easily launch non-forking daemons like lo o [2005/12/10] i386/90168 i386 cdrom mount problems o [2005/12/10] kern/90181 [NOTES] [patch] IPSEC_FILTERGIF documenta o [2005/12/11] i386/90243 i386 Laptop fan doesn't turn off (ACPI enabled s [2005/12/11] ports/90245 sem Update mesa-demos ports to version 6.4.1 o [2005/12/11] ports/90247 sem Update libglut port to 6.4.1 version o [2005/12/12] bin/90266 philip bsnmpd(1) returns bad data during a snmpw o [2005/12/12] kern/90269 jkoshy [pmc] [panic] panic in pmc sampling mode o [2005/12/12] bin/90299 Segmentation fault in fdisk(8) f [2005/12/12] ports/90305 lawrance Update: security/samhain 2.0.10 -> 2.1.0 o [2005/12/12] bin/90311 [patch] add "eject" to mt(1) o [2005/12/13] sparc64/90316sparc64 Keyboard "lock" key lights not working pr o [2005/12/13] ports/90319 trevor [PATCH], change print/acroread7 to use ta f [2005/12/13] kern/90321 sam [ath] can not use W52/W53(36-64ch) freque f [2005/12/13] ports/90323 mi [PATCH] textproc/WordNet: update to 2.1 o [2005/12/13] sparc64/90328sparc64 Keyboard "lock" key lights not working pr o [2005/12/13] kern/90333 das [libc] libc/gdtoa::__hldtoa() bug o [2005/12/13] conf/90346 [patch] Add support for 3wire 19200 baud o [2005/12/13] docs/90359 doc [patch] traceroute6(8) manpage corruption o [2005/12/13] docs/90362 doc [patch] enhancement of devfs.rules(5) man s [2005/12/13] bin/90367 [feature request] libmap.conf needs exclu o [2005/12/13] kern/90368 pxeboot misses ${class} parameter when bo p [2005/12/13] docs/90370 ceri diskless(8) man page has wrong file locat f [2005/12/14] ports/90383 ache wu-ftpd does't work with anonymous in Fre o [2005/12/14] bin/90384 [patch] chroot patch for sftp-server(8) o [2005/12/15] conf/90413 tap0 interface not configured at boot-tim o [2005/12/15] bin/90415 [patch] Add -Z (no newfs) to mount_mfs(8) f [2005/12/15] ports/90424 edwin [NEW PORT] math/qalculate-kde: Very power o [2005/12/15] ports/90436 portmgr [patch] Add a way to handle configuration s [2005/12/15] ports/90437 edwin ftpcube (ftpcube-0.4.3_5) crashes when ch p [2005/12/15] kern/90441 glebius [xl] xl driver watchdog timeout in 3Com 3 o [2005/12/16] ports/90484 perky lib/python2.4/lib-dynload/nis.so: Cannot o [2005/12/16] docs/90498 doc [patch] wrong parameter name to function o [2005/12/17] kern/90521 [udf] [patch] UDF driver might calculate o [2005/12/17] misc/90524 reset doesn't fully restore terminal stat p [2005/12/17] docs/90541 simon [PATCH] Missing include in VFS_LOCK_GIANT o [2005/12/17] ports/90565 ale [PATCH] lang/php5-extension is missing in o [2005/12/17] ports/90568 ale [New Port] www/pecl-pecl_http A PHP exte o [2005/12/17] bin/90580 wordexp(3) fails to check for EINTR o [2005/12/18] kern/90602 [PATCH] New function: sbuf_size(), which o [2005/12/18] kern/90607 philip [acpi] [patch] Support for ASUS A4D lapto f [2005/12/18] ports/90619 ehaupt [PATCH] unbreak graphics/hugin o [2005/12/19] i386/90641 i386 top not show 2 CPU o [2005/12/19] kern/90644 maxim [kernel] [patch] inherit LOCAL_CREDS opti a [2005/12/19] ports/90668 portmgr [patch] bsd.port.mk : FreeBSD -> The Free o [2005/12/20] bin/90680 [patch] make(1) thinks "^.for.o:" is a di o [2005/12/20] bin/90687 [patch] side effect of -delete option of o [2005/12/20] bin/90690 ps(1) errorneously respects terminal colu o [2005/12/20] ports/90708 clement Fixing for apache starting shell script ? o [2005/12/20] docs/90711 doc missing man page for sigtimedwait(2) f [2005/12/21] ports/90725 leeym [PATCH] mail/postgrey: fix compatibility o [2005/12/21] ports/90735 flz update port mail/roundcube - tidy up Make o [2005/12/21] ports/90744 andreas APSFILTER: character escape problem o [2005/12/21] ports/90746 obrien update port editors/vim to 6.4.004 f [2005/12/21] ports/90752 ehaupt New port: science/afni Analysis of Fucnti o [2005/12/21] conf/90760 [patch] /etc/rc.d/devfs does permit the u f [2005/12/22] ports/90780 ports-bugs [PATCH] print/cups-base: provide rc.d com f [2005/12/22] ports/90785 edwin [update] ja-scim-skk to 0.5.2 o [2005/12/22] kern/90820 [ata] aborting burncd may keep drive "loc o [2005/12/22] i386/90821 i386 Install cd fails on vectra 6/180 w/ scsi o [2005/12/22] bin/90823 [PATCH] cp(1) should use lchflags() o [2005/12/22] ports/90829 perky Remove fcntlmodule.c patch from lang/pyth o [2005/12/23] kern/90834 ipfw fwd host,port is broken with udp o [2005/12/23] i386/90839 i386 burncd gets error on CDRIOCFIXATE with HL o [2005/12/23] ports/90841 aaron [PATCH] devel/p5-Algorithm-Dependency: se o [2005/12/23] docs/90851 doc mdoc(7) manpage needs more FreeBSD versio f [2005/12/23] ports/90852 ehaupt update port net/sipp to 1.1.r4 o [2005/12/23] bin/90854 [ata] problem with cd recorder (RICOH CD- f [2005/12/23] ports/90866 ports-bugs [patch] graphics/diacanvas2: update to ne f [2005/12/23] ports/90867 ports-bugs [patch] devel/gaphor: update to new relea o [2005/12/24] standards/90871standards ACPI Not Work o [2005/12/25] conf/90893 rc stock ftpd rcNG script o [2005/12/25] standards/90896des not enough PTYs in the FreeBSD o [2005/12/25] docs/90902 doc [patch] man mount(8) has no mention of mo o [2005/12/26] ports/90922 az `New port: editors/yzis A vim-like editor f [2005/12/26] ports/90934 ports-bugs ports:pari-devel update (2.2.10.alpha -> o [2005/12/26] ports/90938 vsevolod [PATCH] Update net/openldap23-server to 2 o [2005/12/27] ports/90956 ale www/eaccelerator bug fixes and support fo o [2005/12/27] ports/90976 perky Fix port: graphics/py-gdchart fix WWW f [2005/12/27] ports/90988 ports-bugs sane-backends overwrites and installed sn o [2005/12/27] kern/90990 [PATCH] ncurses doesn't compile with --en o [2005/12/27] ports/90992 trevor [UPDATE] audio/streamripper to 1.61.17 f [2005/12/28] ports/91001 ports-bugs Portupgrade fails to detect failure of pr o [2005/12/28] bin/91002 [calendar] funky sorting when going aroun o [2005/12/28] kern/91010 [unionfs] [patch] new source code and som f [2005/12/28] ports/91011 ports-bugs Update ports: mail/uebimiau Upgrade to 2. f [2005/12/28] ports/91016 ports-bugs Deprecated port: graphics/quickpics f [2005/12/28] ports/91027 nobutaka When installing freevo. A patch for xine o [2005/12/28] kern/91032 [if_bridge] invalid IP checksum under if_ o [2005/12/28] bin/91034 [patch] minor fix to iostat(8) so that co o [2005/12/29] ports/91036 obrien [UPDATE] shells/bash to 3.1.1 f [2005/12/29] ports/91043 ports-bugs Update port: textproc/py-feedparser Upgra o [2005/12/29] bin/91049 [patch] dump(8): make dumps more rsync-fr o [2005/12/29] ports/91057 portmgr Mk/bsd.port.mk: consider info files in su o [2005/12/29] ports/91058 edwin Fix port: graphics/xv fix mastersite o [2005/12/29] ports/91065 adamw audio/easytag-devel update o [2005/12/29] ports/91070 krion xterm scrollbar redisplay problem o [2005/12/30] ports/91078 ports-bugs New port: www/p5-Handel - Simple commerce o [2005/12/30] ports/91080 petef update devel/devtodo to 0.1.19 o [2005/12/30] ports/91081 petef Patch port: devel/cvspadm change MASTER_S o [2005/12/30] ports/91084 jylefort [patch] Add a menu entry for sysutils/gtk o [2005/12/30] ports/91086 portmgr Don't fetch ${INDEXFILE}.bz2 if not necce o [2005/12/30] ports/91092 brooks [PATCH] audio/slimserver: Enable AAC/MP4 f [2005/12/30] ports/91097 ports-bugs [patch] comms/gammu: update to new releas o [2005/12/30] bin/91101 [patch] /usr/src/usr.bin/whereis/whereis. o [2005/12/30] ports/91104 ports-bugs New port: www/p5-Apache-Template - Apache o [2005/12/30] conf/91106 date definitions in pl_PL locale are wron o [2005/12/30] bin/91110 stefanf sh(1) core dump (using alias) f [2005/12/30] ports/91115 ehaupt [update] mail/p5-Mail-ClamAV to 0.17 o [2005/12/31] bin/91134 [smbfs] [patch] Preserve access and modif f [2005/12/31] ports/91137 ports-bugs Update port: www/typo3 f [2005/12/31] ports/91138 ports-bugs Update port: devel/subclipse f [2005/12/31] ports/91139 ports-bugs Update port: devel/javasvn f [2005/12/31] ports/91140 ports-bugs Update port: www/mediawiki f [2005/12/31] ports/91142 ports-bugs Update port: java/poseidon o [2005/12/31] ports/91145 joerg avr-libc fails to build if jpegtopnm and o [2005/12/31] docs/91149 doc read(2) can return EINVAL for unaligned a o [2006/01/01] ports/91154 clement [patch] www/apache22: Add profile support o [2006/01/01] ports/91161 jesusr update: net/sipsak (0.8.11 to 0.9.5) o [2006/01/01] bin/91168 make distribution fails if run from src/e o [2006/01/01] docs/91174 ceri [REQUEST] Handbook: Addittion of Oracle 9 o [2006/01/01] ports/91181 pat update audio/xmms-crossfade to 0.3.10 f [2006/01/01] ports/91190 ports-bugs Update www/mod_fastcgi to work with Apach o [2006/01/01] usb/91191 usb HP LaserJet 1020 (USB printer) not recogn o [2006/01/02] amd64/91195 amd64 FreeBSD 6.0(amd64) and Asus A8R-MVP o [2006/01/02] bin/91205 qa [sysinstall] sysinstall package options s o [2006/01/02] ports/91212 lth www/p5-CGI-SpeedyCGI: does not build apac f [2006/01/02] ports/91213 gnome pkg-config ignores autotools normal .pc d o [2006/01/02] i386/91219 i386 Webmin / Nvidia / Gnome = Graphics Corrup o [2006/01/02] bin/91226 make buildworld fails with read-only /usr o [2006/01/02] ports/91235 garga problem in ports with qmail-ldap o [2006/01/03] ports/91244 phantom Bad instruction on making process of jdk1 o [2006/01/03] bin/91245 ipfw [patch] ipfw(8) sometimes treat ipv6 inpu f [2006/01/03] ports/91246 ports-bugs lang/swi-pl depends on readline.5 through o [2006/01/03] i386/91250 i386 make buildworld netgraph/build.c failure o [2006/01/03] ports/91254 mharo [PATCH] mail/p5-Mail-SPF-Query: update to o [2006/01/03] www/91258 www User Group Koeln LUG f [2006/01/03] ports/91284 ports-bugs patch to improve port misc/callid - impro o [2006/01/03] ports/91285 perky misc/xosd : Fixed pkg-plist, added SHA256 o [2006/01/04] kern/91293 emulation [svr4] [patch] *Experimental* Update to t o [2006/01/04] docs/91297 doc restore(8) man page not accurate? o [2006/01/04] bin/91299 [patch] add ftpd(8) SITE SHA256 command o [2006/01/04] ports/91302 kevlo Update port: textproc/libextractor to 0.5 o [2006/01/04] ports/91305 eclipse [patch] Fix the default build of java/ecl o [2006/01/04] ports/91310 obrien Thare is a bug in the port's Makefile for o [2006/01/04] kern/91315 [agp] [patch] add Intel E7505 chipset sup o [2006/01/04] bin/91316 pax(1): pax -pe does not preserve times o o [2006/01/04] ports/91322 sobomax New port:net/asterisk12 Open Source PBX a o [2006/01/04] ports/91324 marcus devel/portlint: warn if PORTREVISION=0 f [2006/01/05] ports/91327 ports-bugs Update port: databases/pecl-memcache to 2 o [2006/01/05] i386/91328 i386 L2/L3 cache of some IA32 CPUs not properl f [2006/01/05] ports/91330 ehaupt [NEW PORT] devel/p5-Class-Std: Support fo o [2006/01/05] kern/91332 [patch] Linksys EG1032 V3.0 Gigabit card o [2006/01/05] sparc64/91334sparc64 FreeBSD 6.0 don't support tftp boot from o [2006/01/05] conf/91342 [devfs] Errors in devfs.rules files don't s [2006/01/05] ports/91345 ports-bugs Port graphics/ImageMagick does not link w o [2006/01/05] kern/91347 [pci] [patch] Add another PCI-e chipset f o [2006/01/05] ports/91353 vsevolod [PATCH] Update net/openldap23-server to 2 o [2006/01/06] docs/91366 doc [patch] portsnap download size incorrect o [2006/01/06] ports/91385 ale recode.so PHP extension crashes apache 2. o [2006/01/06] bin/91393 window(1) changes console cursor shape to o [2006/01/06] bin/91394 ppp(8) sets mtu 1500 for PPPoE link o [2006/01/06] bin/91399 ifconfig(8): the setifmediacallback funct o [2006/01/06] ports/91400 vsevolod [Patch] net-im/gajim - Update to 0.9.1 o [2006/01/06] docs/91404 harti bsnmpd(1) has hardcoded public read/write o [2006/01/06] bin/91406 harti bsnmpd(1) needs a config option to disabl o [2006/01/06] bin/91411 [PATCH] kvm(3) should handle empty files o [2006/01/06] kern/91412 [netinet] [patch] Problem with PMTU Disco o [2006/01/06] kern/91414 [kernel] [patch] Polling for devices othe o [2006/01/06] kern/91419 [netgraph] libnetgraph/debug.c compile er f [2006/01/06] ports/91420 lkoeller UPGRADE to 1.38.3 p [2006/01/06] ia64/91421 ia64 FD_ISSET returns long, not int. o [2006/01/06] ports/91426 olgeni Repocopy request: sysutils/webmin/files/w a [2006/01/07] ports/91433 portmgr Please change rcNG to rc.d in bsd.port.mk f [2006/01/07] ports/91442 ports-bugs tclhttpd does not respect rcvars f [2006/01/07] ports/91443 ports-bugs [Update] Chillispot 1.0_2 f [2006/01/07] ports/91447 ports-bugs [PATCH] multimedia/quodlibet: sparc64 bui o [2006/01/07] docs/91448 doc [patch] fdc(4) man page refers to non-exi o [2006/01/07] docs/91449 doc rc(8) refers to non-existing files /etc/r f [2006/01/07] ports/91451 ports-bugs lftp may segfaults when linked with Readl f [2006/01/07] ports/91472 ports-bugs musicpd 0.11.5_1 checks for the wrong lib o [2006/01/07] kern/91475 unnecessary fsck at boot o [2006/01/07] i386/91476 i386 floppy drive doesn't work in MS Virtual S o [2006/01/07] ports/91477 dds sysutils/prune: may be forgotten to remov o [2006/01/07] ports/91485 lioux [PATCH] sysutils/vobcopy: [Fix build on 4 o [2006/01/08] kern/91488 [isofs] [patch] cd9660 filesystem cannot o [2006/01/08] ports/91490 pb mutimedia/kino f [2006/01/08] ports/91491 ports-bugs Update to net-im/ymessenger port o [2006/01/08] misc/91498 CVSCMDARGS has incorrect syntax in src/re o [2006/01/08] kern/91502 [ata] [patch] ICH7 - finds only 2 out of o [2006/01/08] ports/91504 x11 x11/xorg-server-snap doesn't build with W o [2006/01/08] ports/91505 dd [PATCH] net/dictd: convert to USE_RC_SUBR o [2006/01/08] docs/91506 doc ndis(4) man page should be more specific o [2006/01/08] docs/91507 doc ndis(4) man page references non-existing o [2006/01/08] usb/91516 usb [umass] umass0 problems, with Freecom Cla f [2006/01/08] ports/91517 ports-bugs [UPDATE] www/awstats to 6.5 o [2006/01/08] docs/91518 trhodes [patch] Update handbook section "Rebuildi o [2006/01/08] www/91520 www Mailing List Archive Web Page Needs 2006 f [2006/01/08] ports/91521 ports-bugs update multimedia/audacious f [2006/01/08] ports/91523 sem update port: devel/codeblocks, build fix o [2006/01/08] ports/91527 jylefort emulators/linux-ePSXe deleted in MOVED bu o [2006/01/08] ports/91528 ports-bugs [MAINTAINER] Upgrade of net/samba3 to 3.0 o [2006/01/08] ports/91529 danfe Update of gtkpod to 0.99.2 o [2006/01/08] ports/91530 ports-bugs [MAINTAINER] Update for net/samba-libsmbc f [2006/01/08] ports/91531 ports-bugs Addition of libgpod to support newer vers o [2006/01/08] ports/91532 ports-bugs [patch] [ports] security/fakeroot version o [2006/01/08] ports/91534 tdb [UPDATE] x11-themes/kde-windeco-crystal o [2006/01/08] ports/91535 ports-bugs [PATCH] x11-toolkits/qwt: [installs wrong f [2006/01/09] ports/91542 ports-bugs [PATCH] devel/p5-Test-LongString: update f [2006/01/09] ports/91543 ports-bugs [PATCH] misc/libpri: update to 1.2.0 o [2006/01/09] ports/91544 sobomax [PATCH] net/asterisk: update to 1.2.1 o [2006/01/09] ports/91545 ports-bugs [patch] texmacs port crashes on startup w o [2006/01/09] usb/91546 usb [umodem][path] Nokia 6630 mobile phone do o [2006/01/09] ports/91547 ehaupt update ports: net/stone: update to 2.3 2819 problems total. From owner-freebsd-bugs@FreeBSD.ORG Mon Jan 9 11:06:22 2006 Return-Path: X-Original-To: freebsd-bugs@freebsd.org Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 39DBD16A41F for ; Mon, 9 Jan 2006 11:06:22 +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 B43E143D6A for ; Mon, 9 Jan 2006 11:06:06 +0000 (GMT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k09B66S3068256 for ; Mon, 9 Jan 2006 11:06:06 GMT (envelope-from owner-bugmaster@freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k09B62cH068221 for freebsd-bugs@FreeBSD.org; Mon, 9 Jan 2006 11:06:02 GMT (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 9 Jan 2006 11:06:02 GMT Message-Id: <200601091106.k09B62cH068221@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: linimon set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: FreeBSD bugs list Subject: Current problem reports containing patches X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jan 2006 11:06:22 -0000 Current FreeBSD problem reports Critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- a kern/27250 bp [unionfs] [patch] unionfs filesystem panics in large n o kern/70096 [msdosfs] [patch] full msdos file system causes corrup o kern/77234 [udf] [patch] corrupted data is read from UDF filesyst o kern/87191 scottl [aac] [patch] aac(4) panics immediately with INVARIANT o ports/91526 [PATCH] Fix www/p5-Apache-DBI so that it works with ww 5 problems total. Serious problems S Tracker Resp. Description -------------------------------------------------------------------------------- f ports/14048 des [patch] doscmd -r doesn't work o kern/17310 [nis] [patch] NIS host name resolving may loop forever s bin/18742 mike [patch] times.allow field parsed incorrectly s bin/19773 markm [PATCH] telnet infinite loop depending on how fds are a kern/21808 [msdosfs] [patch] msdosfs incorrectly handles vnode lo o kern/21998 green [socket] [patch] ident only for outgoing connections s kern/22417 gibbs [adw] [patch] advansys wide scsi driver does not suppo s i386/22944 tegge [vm] [patch] isa_dmainit fails on machines with 512MB o bin/23098 qa [sysinstall] [patch] if installing on a serial console o bin/24271 [patch] dumpon(8) should check its argument more o i386/24997 i386 [biosdisk] [patch] /boot/loader cannot handle extended o bin/25851 ceri [patch] security hole in anonymous FTP setup script o kern/26486 [libc] [patch] setnetgrent hangs when netgroup contain o docs/27605 doc [patch] Cross-document references () o bin/29725 dwmalone [picobsd] [patch] fixed segmentation fault in simple_h o conf/30223 [patch] Using /usr/share/examples/kld/cdev, testcdev f o bin/31304 joe [patch] fix crunchgen to work with more contrib-kind o o kern/33138 [isa] [patch] pnp problem in 4.3, 4.4, 4.5 o bin/33672 [patch] telnetd and mount_mfs signal handlers call exi o kern/33940 [ufs] [patch] quotactl allows compromise gid-quotas o kern/34842 [nis] [patch] VmWare port + NIS causes "broadcast stor o i386/35078 i386 [i386] [patch] Uninitialized pointer dereference in fu o kern/35442 [sis] [patch] Problem transmitting runts in if_sis dri o kern/36219 [bpf] [patch] poll() behaves erratic on BPF file descr o kern/36415 [bktr] [patch] driver incorrectly handles the setting o kern/36504 [kernel] [patch] crash/panic vm_object_allocate under o bin/36867 [patch] games/fortune: add FORTUNE_PATH env var, so po o kern/37441 davidxu [isa] [patch] ISA PNP parse problem o i386/37523 davidxu [i386] [patch] lock for bios16 call and vm86call o kern/39252 [syscons] [patch] syscons doesn't support 8-bit contro o threa/39922 threads [threads] [patch] Threaded applications executed with a bin/39940 [patch] /usr/sbin/periodic sends thousands of emails o misc/42115 luigi [picobsd] [patch] fix build script for 4.6-STABLE o bin/43674 [patch] login(1): able to bypass expired password o kern/44202 [rp] [patch] -stable rp driver does not work with mult o kern/44417 luigi [bridge] [patch] ipfw layer2 rules are not checked for o gnu/44564 peter [PATCH] Aborted cvs session causes an endless loop in o kern/44744 [vn] [patch] VN devices can hang system FreeBSD v4.5 o bin/44808 [PATCH] opiepasswd makes bad seed for existing user f kern/45023 emulation [linux] [patch] flexlm does not run with linux-base-7, o bin/45529 hexdump core-dumps with certain args [PATCH] o bin/46676 ru [PATCH] bsd.dep.mk restricts domain of tags commands o kern/47628 trhodes [msdosfs] [patch] msdosfs file corruption fix o bin/48183 marcel [patch] gdb on a corefile from a threaded process can' o conf/48881 [PATCH] The influence of /etc/start_ifname on /etc/rc. s kern/50827 [kernel] [patch] new feature: add sane record locking p stand/51209 trhodes [libc] [patch] new feature: add a64l()/l64a/l64a_r fun o kern/51274 ipfw [ipfw] [patch] ipfw2 create dynamic rules with parent f kern/51341 ipfw [ipfw] [patch] ipfw rule 'deny icmp from any to any ic o kern/51583 [nullfs] [patch] allow to work with devices and socket o kern/52585 bms [netinet] [patch] Kernel panic with ipfw2 and syncooki o bin/54401 [patch] pppstats prints 0 for absolute values in range p kern/55018 andre [digi] [patch] Digiboard PC/Xem fails to initialize wh a kern/55542 andre [de] [patch] discard oversize frame (ether type 800 fl o kern/57453 [kue] [patch] if_kue hangs boot after warm boot if fir o kern/57631 jhb [agp] [patch] boot failing for ALi chipsets o kern/57722 [kernel] [patch] uidinfo list corruption o bin/57833 gad [PATCH] bin/ps cannot change title for keywords that a o kern/58953 [puc] [patch] detect NetMOS-based six serial port card o kern/59945 [nullfs] [patch] nullfs bug: reboot after panic: null_ o i386/60226 i386 [ichsmb] [patch] ichsmb driver doesn't detects SMB bus o kern/60477 deischen [libc] [patch] need thread safe gethostent() and getse o docs/60679 doc [patch] pthread(3): pthreads documentation does not de o bin/61498 obrien [patch] Please MFC flex patch for gcc 3.x o bin/61587 qa [sysinstall] [patch] installation problem, disklabel c o usb/61627 usb [usb] [patch] New USB printer not supported correctly o kern/61960 sos [ata] [patch] BigDrive support for PC-98 architecture a kern/62906 peadar [agp] [patch] AGP misconfigures i845G chipset, causing o kern/64196 [kernel] [patch] remove the arbitrary MAXSHELLCMDLEN o i386/65523 i386 [loader] [patch] PXE loader malfunction in multiple PX o kern/66029 [crypto] [patch] MD5 alignment problem on a TriMedia p o kern/66876 [fdc] [patch] Cannot extract tar(1) multi-volume archi o kern/66960 [fdc] [patch] filesystems not unmounted during reboot o bin/66984 qa [2TB] [patch] teach sysinstall about larger disks o bin/67995 [patch] morse(6) plays beeps 10 times faster than it s o ports/68260 markm [PATCH] Removal of -lcompat from freebsd-games port o usb/69006 usb [patch] Apple Cinema Display hangs USB ports f ports/70309 sumikawa [patch] racoon disrupt manually-keyed IPSEC tunnels on o i386/70531 i386 [boot0] [patch] boot0 hides Lilo in extended slice o kern/70587 [vm] [patch] NULL pointer dereference in vm_pageout_sc o docs/70616 brd [patch] incompleteness and error in su(1) man page o conf/70973 [patch] script 800.loginfail does not report 'Illegal o kern/71109 alc [pmap] [patch] Possible race conditions in pmap.c o bin/71290 [PATCH] passwd cannot change passwords other than NIS/ a kern/71568 brooks [kbd] [patch] unable to install FreeBSD using only a u o bin/71594 [patch] pkg_install (sign) - variables may be used uni o bin/71602 [PATCH] uninitialized "len" used instead of "slen" wit o bin/71651 [PATCH] cron may attept to close unopened file o kern/71677 rwatson [mac] [patch] MAC Biba / IPFW panic a bin/71786 [patch] adduser breaks if /sbin/nologin is included in o kern/71792 [vm] [patch] Wrong/missing 'goto' target label in cont o ports/72149 nectar [PATCH] heimdal with LDAP backend - bad slapd socket p o kern/72396 [netinet] [patch] Incorrect network accounting with al o kern/72966 obrien [pcn] [patch] AMD PCnet/PCI Fast Ethernet driver broke o kern/73004 [loader] [patch] PXE loader malfunction in multiple PX o kern/73224 wpaul [ndis] [patch] Lock order reversal in ntoskrnl_timerca o sparc/73413 trhodes [libkse] [patch] pthread (libkse) library is broken on o bin/74127 [patch] patch(1) may misapply hunks with too little co o usb/74690 usb [umass] [patch] support for SanDisk 8-in-1 in umass.c o kern/74935 andre [netinet] [patch] TCP simultaneous open fails. o kern/75122 silby [netinet] [patch] Incorrect inflight bandwidth calcula o bin/75258 [patch] dd(1) has not async signal safe interrupt hand o kern/75541 [sysv] [patch] Forgotten tunables for sysvmsg module o kern/75687 multimedia [sound] [patch] No sound on PC which is implemented ac o kern/76126 [nfs] [patch] 4.11 client will send a NFS request to r f kern/76207 [xl] [patch] Null pointer dereference in xl_detach() o kern/76410 [bpf] [patch] Null pointer dereference in net/bpf.c o kern/76893 [cam] [patch] Fatal divide in booting processes with B o i386/76944 i386 [busdma] [patch] i386 bus_dmamap_create() bug o kern/77181 [newfs] [patch] newfs -g largevalue, mkdir, panic o kern/77195 darrenr [ipfilter] [patch] ipfilter ioctl SIOCGNATL does not m o kern/77432 [nfs] [patch] It is not possible to load nfs4client.ko o kern/77463 [nfs] [patch] Local DoS from user-space in NFS client o ports/77873 portmgr [patch] New variable: USE_BSD_MK o conf/77932 [patch] security.functions: pf and ipfw periodic scrip o usb/77940 usb [patch] [panic] insertion of usb keyboard panics syste o kern/77982 [lnc] [patch] lnc0 can NOT be detected in vmware 4.5.2 o docs/78154 doc [PATCH] Make en_US FreeBSD Handbook more compliant wit o gnu/78161 [patch] typo in gzexe o kern/78179 [vm] [patch] bus_dmamem_alloc() with BUS_DMA_NOWAIT ca o kern/78227 [netinet] [patch] Destroying a network interface leaks o kern/78434 [vfs] [patch] vfs_mount: -current does not cdboot o conf/78762 ipfw [ipfw] [patch] /etc/rc.d/ipfw should excecute $firewal o kern/78987 scottl [udf] [patch] udf fs: readdir returns error when it sh o kern/79025 [patch] && in /usr/src/etc/Makefile needs to be an or p kern/79332 [ata] [patch] "ffs_mountroot: can't find rootvp" after s kern/79339 [kernel] [patch] Kernel time code sync with improvemen o kern/79493 [if_tun] [patch] Reproducible if_tun panic o kern/80266 rwatson [ipx] [patch] IPX routing doesn't work p kern/80346 stefanf [patch] Misuse of el_init() can lead multiple programs o kern/80694 [kbd] [patch] atkbd looped on Acer TravelMate 2701LC o kern/80742 [pecoff] [patch] Local DoS in sys/compat/pecoff (+ oth o docs/80843 doc [patch] psm(4): Suggested fix for psm0 / handle driver o kern/80853 [ed] [patch] add support for Compex RL2000/ISA in PnP o usb/80862 usb [patch] USB locking issues: missing some Giant calls o bin/80913 ipfw [patch] /sbin/ipfw2 silently discards MAC addr arg wit o kern/80932 tackerman [em] [patch] Degraded performance of em driver o kern/80980 [i386] [patch] problem in "sys/i386/include/bus.h" cau o kern/81147 tackerman [em] [patch] em0 reinitialization while adding aliases o usb/81308 usb [ugen] [patch] polling a ugen(4) control endpoint caus o conf/81429 [patch] Error in /etc/rc.subr: jail+devfs.rules does n o conf/81882 [patch] missing terminal definition for wy120 in termc o kern/81943 des [kernel] [patch] _assert_sbuf_integrity causes panic f p kern/81978 yar [if_vlan] [patch] if_vlan didn't pass the ALLMULTI to o kern/82491 [bootp] [patch] bootpd shouldn't ignore requests o bin/82720 [patch] Incorrect help output from growfs.c and mkfs.c o kern/82919 [bridge] [patch] Bridge configuration update will cras p bin/83085 des [patch] double free() in openpam o kern/83107 delphij [libc] [patch] libc uuid_compare() doesn't work with l o bin/83336 [patch] libc's parse_ncp() don't check malloc/realloc o bin/83338 [patch] libc's getent() don't check for malloc failure o bin/83340 [patch] setnetgrent() and supporting functions don't c o bin/83344 [patch] Improper handling of malloc failures within li o bin/83347 [patch] improper handling of malloc failures within li o bin/83348 [patch] Improper handling of malloc failures within li o bin/83349 [patch] improper handling o malloc's failures within l o bin/83359 [patch] improper handling of malloc failures within li p bin/83363 stefanf [patch] Improper handling of malloc's failures within o bin/83364 [patch] improper handling of malloc failures, bad prin o kern/83368 [ipx] [patch] incorrect handling of malloc failures wi o bin/83369 [patch] incorrect handling of malloc failures within l o kern/83464 [geom] [patch] Unhandled malloc failures within libgeo o usb/83942 usb [patch] QUIRK: Langel USB flash mp3 player o kern/84202 [ed] [patch] Holtek HT80232 PCI NIC recognition on Fre o kern/84411 philip [psm] [patch] psm drivers adds bad buttons for Synapti o ports/84448 portmgr [patch] bsd.port.mk: Add "make test" to ports p bin/84450 stefanf [patch] rpcgen produces code that does not compile und a kern/84544 dhartmei [pf] [patch] pfvar.h: PF_QNAME_SIZE is too small for c o kern/84637 pjd [geom] [patch] GEOM LABEL sometimes doesn't recognize o usb/84649 usb [quirk] [patch] kernel panic after inserting MP3-Stick o kern/84799 [fdc] [patch] can't read beyond track 0 on fdc (IBM th o kern/84861 [ipw] [patch] still can't get working ipw(4) with adho o kern/85137 [pseudofs] [patch] panic due to sleep with held mutex o threa/85160 threads [libthr] [patch] libobjc + libpthread/libthr crash pro o kern/85266 [xe] [patch] xe(4) driver does not recognise Xircom XE o kern/85320 [gre] [patch] possible depletion of kernel stack in ip o kern/85366 [msdosfs] [patch] MSDOSFS doesn't mark volume "clean" o kern/85493 imp [ed] [patch] OLDCARD can't probe ed driver o bin/85830 des [patch] pam_exec incorrectly works with vfork() o kern/86306 [em] [patch] if_em.c locks up while trying to send a h a ports/86310 portmgr [patch] all-depends-list target of bsd.port.mk is bugg o kern/86598 nectar [patch] Bug in OpenSSL Padlock Engine o kern/86944 [nfs] [patch] When I use FreeBSD with NFS client, clos p kern/87418 glebius [em] [patch] The em driver sometimes stop receive data o bin/87465 [patch] dhclient(8) not properly configuring aliases o kern/87506 [vr] [patch] Fix alias support on vr interfaces o ports/87523 trevor [patch] www/linux-mozilla: added support for amd64, fl o usb/87565 usb [PATCH] Support for Vodaphone 3G/UMTS cards o bin/87792 [patch] very bad performance of cp(1) via NFS, possibl o kern/88045 obrien [nve] [patch] 6.0rc1: nve0: device timeout (51) o bin/88215 [patch] syslogd(8) does not pass cleanly parameters to o bin/88813 stefanf [patch] cd builtin in sh(1) can cd to wrong directory o bin/89090 [patch] du(1) reports negative numbers o threa/89262 threads [kernel] [patch] multi-threaded process hangs in kerne o ports/89308 apache [patch] www/mod_accounting crash on request_timeout o bin/89410 [PATCH] sh(1) missing \u interpolation and bug/fix in a ports/89498 portmgr [PATCH] Fix FAM support in bsd.port.mk; make gamin def o kern/89660 le [patch] [panic] due to g_malloc returning null in gv_d o ports/89710 portmgr [patch] Mk/bsd.port.mk: check-conflicts target generat o kern/89752 [bpf] [patch] bpf_validate() needs to do more checks o kern/89784 phk [patch] [panic] 6.0-RELEASE panics when applying `type o kern/89876 [txp] [patch] txp driver doesn't work with latest firm o kern/89878 [pccard] [patch] pccard.c:pccard_safe_quote() unsafe o kern/90096 [net] [patch] arp mixup if carp and bridge used o usb/90162 usb [usb] [patch] Add support for the MS Wireless USB Mous p bin/90334 maxim [patch] sh(1) loops forever if SIGCHLD is caught (regr o bin/90518 [patch] dhclient(8): dhclient-script problems with sym o kern/90800 [kernel] [patch] it is possible to fake credentials in o kern/90815 [smbfs] [patch] SMBFS with character conversions somet f conf/90863 dougb [patch] 6.0 boot: name resolution broken for daemon st o kern/90973 thompsa [net] [patch] if_bridge does not handle arp for own ad o kern/91082 darrenr [ipfilter] [patch] ipfilter rule changes fail in secur o kern/91152 [patch] 4.11-RELEASE-p13 timezone leapsecond file inco o usb/91263 usb [patch] USB quirk needed for Logitec USB Hard disk LHD o ports/91379 perl [patch] mail/p5-Mail-SpamAssassin : install overwrites 215 problems total. Non-critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- a bin/1375 eivind [patch] Extraneous warning from mv(1) s kern/2298 [sio] [patch] support for DSR/DCD swapping on serial p s kern/4184 [netatalk] [patch] minor nits in sys/netatalk s bin/5173 [PATCH] restore ought to deal with root setable file f o bin/5745 nik [PATCH] Add /usr/local/share/mk to default make(1) sea s kern/6668 babkin [patch] new driver: Virtual Ethernet driver o bin/7265 [patch] A warning flag is added to ln(1). s bin/7606 [patch] NIS Makefile.dist: NOPUSH replaced by REMOTE_S s bin/7868 [patch] morse(6): Morse Code Fixups o bin/8133 markm [patch] bug in telnetd (Kerberos IV) o bin/8867 qa [sysinstall] [patch] /stand/sysinstall core dumps (sig o kern/9570 dfr [ed] [patch] ed(4) irq config enhancement s bin/9770 jmallett [patch] An openpty(3) auxiliary program s kern/12071 fanf [net] [patch] new function: large scale IP aliasing o i386/12088 imp [ed] [patch] ed(4) has minor problem with memory alloc o kern/12543 [fxp] [patch] cumulative error counters for fxp(4) s kern/13997 rwatson [jail] [patch] RLIMIT_NPROC works unadequately for jai o kern/14166 [bktr] [patch] AVER TVPhone o bin/15168 [patch] Adding tracklist support to fdformat(1) o bin/15205 billf [patch] Addition to random(6) o bin/15480 [patch] make cdcontrol(1) easier to use o bin/15619 peter [patch] standard pppd doesn't authenticate users with o kern/15838 trhodes [msdosfs] [patch] Conversion tables in msdosfs_conv.c o conf/16076 markm [PATCH] pam_ssh examples for /etc/pam.conf o kern/16644 [bpf] [patch] Bad comparison expression in bpf_filter. o bin/16880 [PATCH] pw(8) hardcodes directory creation modes o bin/17289 gad [PATCH] wrong permissions on /var/run/printer o kern/17425 [ppbus] [patch] fix two small printing errors in ppbus o kern/17504 ken [cam] [patch] Another Micropolis Synchronize Cache Pro o i386/18154 i386 [sysctl] [patch] Add cpu class and features flags sysc s kern/19363 [kernel] [patch] allow processes know about their file s kern/19535 [procfs] [patch] procfs_rlimit tidyup o bin/19837 ambrisko [sysinstall] [patch] run Fix It floppy from serial por o bin/20501 mjacob [patch] extra flag to dump to offline autoloaders at E f bin/21570 dougb [PATCH] Add -r option to /usr/bin/mail, quiet compiler a kern/21807 [msdosfs] [patch] Make System attribute correspond to o bin/22442 greid [PATCH] Increase speed of split(1) o conf/23063 bms [PATCH] for static ARP tables in rc.network o kern/23546 tanimura [snd_csa] [patch] csa DMA-interrupt problem o bin/23562 markm [patch] telnetd doesn't show message in file specified o bin/23635 mike [PATCH] whois enhancement - smarter whois-servers.net o bin/24485 [PATCH] to make cron(8) handle clock jumps p kern/25499 [kbd] [patch] buffer paste functionality from keyboard f kern/25777 [kernel] [patch] atime not updated on exec o kern/26323 [ufs] [patch] Quota system creates zero-length files o kern/26547 ambrisko [lnc] [patch] problem with shared memory mode with PCn o kern/26562 [lpt] [patch] /dev/lpt0 returns EBUSY when attempting o bin/27306 marcel [patch] hw watchpoints work unreliable under gdb(1) o bin/27483 qa [sysinstall] [patch] make sysinstall ask for the keyma f ports/28155 portmgr [patch] DESTDIR is used incorrectly in bsd.port.mk a gnu/28189 [PATCH] fix for detecting empty CVS commit log message o conf/28236 [PATCH] iso-8859-1_to_cp437.scm doesn't contain some u o docs/28555 trhodes [PATCH] style(9) isn't explicit about booleans for tes f kern/29318 mjacob [scsi] [patch] Exabyte 8200 needs SA_QUIRK_1FM and SA_ o kern/29355 mux [kernel] [patch] add lchflags support o bin/29363 gad [PATCH] newsyslog can support time as extension s kern/29423 [patch] new feature: kernel security hooks implementat f kern/29698 emulation [linux] [patch] linux ipcs doesn'work o kern/29727 scsi [amr] [patch] amr_enquiry3 structure in amrreg.h is in a docs/30008 doc [patch] French softupdates document should be translat o kern/30052 mbr [dc] [patch] dc driver queues outgoing pkts indefinite s ports/30331 portmgr [patch] Conflict between bsd.port.mk MAKEFILE variable s kern/30422 [patch] new function: add WDT hardware watchdog driver o bin/30542 [PATCH] add -q option to shut up killall f bin/30661 alfred [rpc.lockd] [patch] FreeBSD-current fails to do partia o conf/30812 [patch] giant termcap database update p kern/30857 [intr] [patch] intr_machdep.c allows access out of arr o conf/30929 usb [patch] use usbd to initialize USB ADSL modem s docs/31109 doc [patch] replace gif images w/ png ones due to patent l o kern/31201 [libdisk] [patch] add free_space(chunk) to libdisk o i386/31353 i386 [apm] [patch] 'shutdown -p' does not work on SMP Tyan o i386/31427 davidxu [pmap] [patch] minor incorrect code in sys/i386/i386/p o kern/31456 [pcn] [patch] register number definition for AMD PCnet f kern/31490 [sysctl] [patch] Panic in sysctl_sysctl_next_ls on emp o kern/31890 [syscons] [patch] new syscons font o kern/31981 [libc] [patch] (mis)feature in getnetent parsing -- co f usb/32652 usb [uscanner] [patch] A new ioctl to uscanner o kern/32659 [vm] [patch] vm and vnode leak with vm.swap_idle_enabl o bin/32680 [PATCH] Allows users to start jail(1) by hostname as w o bin/32808 dwmalone [PATCH] tcpd.h lacks prototype for hosts_ctl s docs/33589 doc [patch] to doc.docbook.mk to post process .tex files. o bin/33809 mux [patch] mount_nfs(8) has trouble with embedded ':' in o docs/33877 doc [patch] chflags(2): documented behaviour of SF_flags f o kern/33965 [kbd] [patch] programmable keys of the keyboard (Olida a bin/34010 [patch] keyinit takes passwords less than 10 chars, bu o bin/34199 dwmalone [PATCH] top(1) RES/rss display incorrect o bin/34412 [patch] tftp(1) will still try and receive traffic eve o bin/34628 [pkg_install] [patch] pkg-routines ignore the recorded o gnu/34709 marcel [patch] Inaccurate GDB documentation o bin/35109 [PATCH] games/morse: add ability to decode morse code o docs/35222 doc [patch] getmsg.cgi: mailing list archive URL regexp su o kern/35262 [boot2] [patch] generation of boot block for headless o kern/35289 [bktr] [patch] Brooktree device doesnt properly signal o misc/35542 bde [patch] BDECFLAGS needs -U__STRICT_ANSI__ o conf/35545 [patch] enhanced periodic scripts: 100.clean-disks, 10 o kern/35635 [libiconv] [patch] missing dep in libiconv prevents pa o ports/35767 portmgr [patch] make_index script does not deal with symlinked o bin/35886 [patch] pax(1) enhancement: custom time format for lis p bin/35894 [patch] popen.c in cron won't build without LOGIN_CAP o bin/36143 [patch] Dynamic (non linear) mouse acceleration added o kern/36170 [an] [patch] an(4) does an_init() even if interface is o bin/36262 [patch] Fixed rusers(1) idle-time reporting to use min a kern/36451 [bktr] [patch] Japan IF frequency is incorrect o bin/36556 [patch] regular expressions for tcpwrappers o bin/36646 dwmalone [patch] top(1) does not work correctly in a jail o kern/36902 [libc] [patch] proposed new format code %N for strftim o bin/37074 bp [PATCH] Typographical error in output of "smbutil view o bin/37096 [patch] fixes to fsdb(8) command-line handling o kern/37380 jhb [boot0] [patch] boot0 partition list is outdated o bin/37424 [patch] nfsstat(1) reports negative values o bin/37442 [PATCH] sleep(1) to support time multipliers p kern/37448 obrien [PATCH] ldd/rtld support for more information of linke o kern/37554 jmg [vm] [patch] make ELF shared libraries immutable once o kern/37555 [kernel] [patch] vnode flags appear to be changed in n o conf/37569 [PATCH] Extend fstab(5) format to allow for spaces in o bin/37844 [PATCH] make knob to not install progs with suid/sgid o docs/38061 ume [patch] typos in man pages for faith(4) & faithd(8) o bin/38168 [patch] feature request: installing curses-based versi s kern/38347 [libutil] [patch] [feature request] new library functi o kern/38429 [PATCH] getgpid and getsid work for processes outside o docs/38540 blackend [patch] make application name capitalization consisten o bin/38727 [patch] mptable(1) should complain about garbage argum o docs/38982 doc [patch] developers-handbook/Jail fix f kern/39201 emulation [linux] [patch] ptrace(2) and rfork(RFLINUXTHPN) confu o bin/39463 mtm [PATCH] Add several options to fingerd f ports/39660 portmgr [patch] add ${PKGNAMEPREFIX} to (DOCS|EXAMPLES)DIR o kern/39681 [sysctl] [patch] add hidden kernel boot tunables to sy o kern/40017 [patch] allows config(8) to specify config metadata di s kern/40021 [kernel build] [patch] use ld(1) to build kernel with o kern/40127 [libutil] [patch] Add functions for PID-file handling o conf/40298 [patch] /etc/rc: using swapfile as /tmp o kern/40369 [kernel] [patch] rman_reserve_resource - when "count > o kern/40516 [ti] [patch] ti driver has no baudrate set o docs/40851 doc [PATCH] "mergemaster -p" in UPDATING's "COMMON ITEMS" f docs/41270 remko [patch] handbook: confusing directions for kernelconfi f usb/41415 usb [usb] [patch] Some USB scanners cannot talk to uscanne o kern/41543 emulation [patch] feature request: easier wine/w23 support f bin/41556 obrien [PATCH] wtmp patch for lukemftpd o docs/41807 doc [patch] natd(8): document natd -punch_fw "bug" o bin/41947 hexdump(1) unprintable ASCII enhancement [PATCH] o kern/42065 [kernel] [patch] kern.ps_showallprocs has no effect on o kern/42274 [kernel] [patch] Convert defined variable into tuneabl o bin/42336 [PATCH] ISO-fication of /usr/src/contrib/tcp_wrappers: o kern/42429 [libc] [patch] hash_action called with HASH_DELETE doe o i386/42766 i386 [vm] [patch] proposal to perform reboot via jump to BI o bin/42974 [patch] syslogd(8): add ISO 8601 date format option o kern/43154 [if_tun] [patch] tunwrite() does not allocate clusters o kern/43474 [nfs] [patch] dhcp.* values not set in kenv by bootp c o kern/43577 [kernel] [patch] feature request: new kernel option SH o kern/43611 [crypto] [patch] static-ize some symbols in sys/crypto o kern/43616 [zlib] [patch] static-ize some functions in sys/net/zl o kern/43716 [puc] [patch] puc driver does not recognize Lava Dual- o docs/43823 doc [PATCH] update to environ(7) manpage o bin/43857 isdn [patch] conflicting types in /usr/src/usr.sbin/i4b/isd o kern/43905 [headers] [patch] kqueues: EV_SET(kevp++, ...) is non- o kern/44058 [MAKEDEV] [patch] /dev/ch* is created without group wr o docs/44074 garys [patch] ln(1) manual clarifications o kern/44267 [sio] [patch] One more modem PNP id for /usr/src/sys/i o kern/44365 [headers] [patch] introduce ulong and unchar types o kern/44500 [bge] [patch] bge(4): add AC1001 Gigabit NIC as workin o docs/45011 trhodes [patch] style(9): '->' and '.' don't require spaces o gnu/45137 peter [PATCH] CVS 1.11.2 cannot reuse log messages o bin/45193 [PATCH] truss can't truss itself o bin/45254 qa [sysinstall] [patch] sysinstall installs things it sho o bin/45333 [PATCH] New option -r for chown and chgrp o ports/45414 portmgr [patch] make update in /usr/ports missing defaults. o conf/45704 [PATCH] request to change cp866b font to cp866 o kern/45793 [headers] [patch] invalid media subtype aliases in if_ p conf/45874 ache [PATCH] FreeBSD does not know about ca_ES locale o i386/46113 i386 [bus] [patch] busspace bugs in parameter checking o kern/46159 ipfw [ipfw] [patch] ipfw dynamic rules lifetime feature o docs/46196 doc [patch] menu_format(3): Missing return value in (set_) o kern/46368 [isa] [patch] MAXDEP in isa/pnpparse.c is too small o conf/46645 [PATCH] rc.shutdown state table saving has misleading a docs/46709 peter [patch] tables in terminfo(5) are broken o kern/46973 [syscons] [patch] syscons virtual terminals switching o i386/47223 i386 [pcvt] [PATCH] pcvt(4), ESC sequences do not change co o kern/47311 mdodd [patch] Kernel support for NVIDIA nForce2-based mother o i386/47376 i386 [pcvt] [PATCH], pcvt(4), COLOR_KERNEL_FG, 2nd characte o bin/47387 [PATCH] gprof -K still requires "a.out" arg / override o conf/47566 le [vinum] [patch] add vinum status verification to perio o docs/47575 doc [patch] ipfw(8): Clarify requirements for IPFW2 in STA o bin/47576 [PATCH] factor(6)ing of negative numbers o docs/47594 doc [PATCH] passwd(5) incorrectly states allowed username o docs/47818 doc [patch] ln(1) manpage is confusing o docs/48101 doc [patch] add documentation on the fixit disk to the FAQ o misc/48110 [patch] change CVSROOT/log_accum.pl to not send mail i o kern/48172 ipfw [ipfw] [patch] ipfw does not log size and flags o usb/48342 usb [PATCH] usbd dynamic device list. o conf/48444 [patch] security.functions: count connection attempts o kern/48471 pjd [kernel] [patch] new feature: private IPC for every ja o conf/48566 [PATCH] /etc/defaults/make.conf stales after repo-copy o kern/48599 [syscons] [patch] syscons cut-n-paste logic is broken o gnu/48638 [PATCH] some bug fixs in libdialog o conf/48870 [PATCH] rc.network: allow to cancel interface status d s bin/48962 des [PATCH] modify /usr/bin/fetch to allow bandwidth limit o docs/48980 doc [patch] nsgmls -s errors and sect. 3.2.1 of the fdp-pr a bin/49023 gad [patch] to lpd(8) (printjob.c) to pass source filename o kern/49086 ipfw [ipfw] [patch] Make ipfw2 log to different syslog prio f ports/49955 portmgr [PATCH] bsd.port.mk: add target to automatically insta o misc/50106 [patch] make 'make release' more flexible behind FWs a o docs/50211 doc [PATCH] doc.docbook.mk: fix textfile creation p docs/50248 ceri [patch] New FreeBSD books o bin/50310 [libalias] [patch] natd / libalias fix to allow dcc re o conf/50365 [PATCH] rc.sysctl cannot handle values containing spac o kern/50526 [kernel] [patch] update to #! line termination p docs/50735 brueffer [patch] small diff to the developers handbook & outdat o bin/50749 ipfw [ipfw] [patch] ipfw2 incorrectly parses ports and port o docs/50773 jmg [patch] NFS problems by jumbo frames to mention in bge p bin/50924 [patch] vmstat(8): "vmstat -f" says "unimplemented" bu o bin/50988 [Patch] find -size -- express argument in kilo, mega.. o kern/51009 [aue] [patch] buggy aue driver fixed. o bin/51070 [patch] add -p option to pom(6) s bin/51137 [patch] config(8) should check if a scheduler is selec f ports/51152 portmgr [patch] bsd.port.mk: generic SHEBANG_FILES o docs/51875 doc [patch] atkbd(4) adjustment o docs/51921 doc [patch] ls(1) manpage lacks some information about whi o kern/51958 usb [usb] [patch] update for urio driver o docs/52071 doc [PATCH] Add more information about soft updates into a o bin/52190 dwmalone [Patch] decode more syscalls in truss o docs/52448 simon [patch] Misc man page reference fixes o kern/52623 [ex] [patch] IRQ error in driver for the Intel EtherEx o ports/52706 portmgr [patch] bsd.port.mk issues warning if a site is explic o kern/52725 [PATCH] installincludes for kmods o kern/52752 [ichsmb] [patch] SMBus controller on ICH4 not recogniz s ports/52765 portmgr [PATCH] Uncompressing manual pages may fail due too "a o kern/52907 phk [libc] [patch] more malloc options for debugging progr s ports/52917 portmgr [PATCH] bsd.port.mk: update default value of CONFIGURE o kern/52980 mbr [dc] [patch] dc driver fails to init Intel 21143 Cardb o usb/53025 usb [ugen] [patch] ugen does not allow O_NONBLOCK for inte o bin/53341 qa [sysinstall] [patch] dump frequency in sysinstall is a p bin/53377 [PATCH] su does not return exit status of executed com o www/53676 simon [patch] Don't make people contact doc@ for 404 from no o stand/53682 le [PATCH] add fuser(1) utility o docs/54009 trhodes [patch] clarify the location of the splash image in th o bin/54026 bms [patch] Add support for non-standard ports to /usr/bin o kern/54220 [PATCH] /usr/src/Makefile has wrong instructions for u o bin/54365 [PATCH] add -u option to install(1) for SysV compatibi o kern/54383 net [nfs] [patch] NFS root configurations without dynamic o kern/54439 [sysctl] [patch] Protecting sysctls variables by given o docs/54451 doc [patch] i386_get_ldt(2): i386_{get|set}_ldt manual pag o docs/54461 kensmith [patch] Possible additions to Handbook (Basics and Use o kern/54604 pjd [kernel] [patch] make 'ps -e' procfs-independent o bin/54897 [PATCH] -y flag for mount_mfs o conf/55015 [patch] 700.kernelmsg: Security check output enhacemen o kern/55163 [jail] [patch] hide kld system details from jails o misc/55387 [patch] users LD_LIBRARY_PATH can interfere with mail o conf/55470 [pccard] [patch] new pccard.conf entry (I-O DATA WN-B1 s ports/55515 portmgr [patch] extract perl stuff from bsd.port.mk into bsd.p o bin/55539 [patch] Parse fstab(5) with spaces in path names o kern/55835 emulation [linux] [patch] Linux IPC emulation missing SETALL sys o i386/55838 i386 [kbd] [patch] Dual characters from keyboard in X on To o ports/55841 portmgr [patch] Mk/bsd.port.mk: add routines to use ${PORTSDIR o docs/55883 kensmith [patch] handbook advanced-networking/chapter.sgml o kern/55984 ipfw [ipfw] [patch] time based firewalling support for ipfw s bin/56012 [MAKEDEV] [patch] MAKEDEV does not allow creation of t o usb/56095 usb [usb] [patch] QUIRK: Apacer Pen Drive fails to work o kern/56250 [ums] [patch] ums(4) doesn't work with MCT based PS/2 o bin/56648 le [PATCH] enable rcorder(8) to use a directory for locat o docs/56936 hmp [patch] articles/java-tomcat: add application tags o bin/57018 le [PATCH] convert growfs to use libufs(3) o bin/57026 [PATCH] mount_cd9660(8): there is no way to know the l s bin/57088 [cam] [patch] for a possible fd leak in libcam.c o kern/57230 [psm] [patch] psm(4) incorrectly identifies an Intelli o ports/57259 portmgr [patch] Building a port as root using an NFS-mounted / o docs/57298 blackend [patch] add using compact flash cards info to handbook o docs/57388 doc [patch] INSTALL.TXT enhancement: mention ok prompt s bin/57407 bms [patch] Better NTP support for dhclient(8) and friends o kern/57469 scsi [scsi] [patch] Quirk for Conner CP3500 o kern/57522 [PATCH] New PID allocater algorithm from NetBSD o bin/57715 [patch] tcopy(1) enhancement o conf/57748 [patch] rc.network doesn't allow for -a in natd_flags o docs/57926 doc [patch] amd.conf(5) poorly format as it has both man(7 o bin/58008 qa [sysinstall] [patch] sysinstall postfix installation p o conf/58206 [Patch] 460.status-mail-rejects incompatible with FEAT o bin/58483 [patch] mount(8): allow type special or node relative f kern/58529 dwmalone [libpcap] [patch] RDWR bpf in pcap. o docs/58615 doc [patch] update for Vinum chapter of Handbook: describe o kern/58803 [kernel] [patch] kern.argmax isn't changeable even at o conf/58939 [patch] dumb little hack for /etc/rc.firewall{,6} o docs/59044 doc [patch] doc.docbook.mk does not properly handle a sour o kern/59208 matk [sound] [patch] reduce pops and crackles and fix selec o docs/59240 blackend [patch] handbook update: linux MATLAB o kern/59289 [bktr] [patch] ioctl METEORGBRIG in bktr_core.c forget o www/59307 remko [patch] xml/xsl'ify & update publications page o conf/59600 [PATCH] Improved us.emacs.kbd mapping o kern/59624 [ata] [patch] HightPoint HPT371 support for FreeBSD 4. o kern/59698 [kbd] [patch] Rework of ukbd HID to AT code translatio o bin/59708 qa [sysinstall] [patch] add sSMTP support for Mail select o docs/59735 kensmith [patch] Adding a reference to Icelandic Rsync to mirro o docs/59736 kensmith [patch] Updating size of archives in hubs article o kern/59806 tackerman [em] [patch] Suspend/resume breaks em0 o kern/59903 [pci] [patch] "pci_find_device" returns [only/at] the o kern/60183 sobomax [gre] [patch] No WCCPv2 support in gre o usb/60248 usb [patch] Problem with USB printer HP LaserJet 1300 o kern/60307 [pccard] [patch] wrong product id in pccarddevs for Sp o misc/60352 [patch] buildworld fails in sysinstall if terminfo dat o bin/60510 [patch] change to less(1) for compressed files o docs/60544 doc [patch] getenv(3) manpage doesn't state the return val o kern/60550 silby [kernel] [patch] hitting process limits produces sub-o f ports/60558 portmgr [PATCH] bsd.port.mk: automatically verify GnuPG signat o kern/60677 multimedia [sound] [patch] No reaction of volume controy key on I o kern/60697 [pty] [patch] pseudo-tty hack versus telnet race cause o bin/60834 [patch] ftpd(8) send_data()+oldway: anonymous transfer o bin/60892 [patch] added -p option to kldxref(8) to allow creatio o kern/60963 [pecoff] [patch] Win32 Applications abort on PECOFF o kern/60982 [pci] [patch] ID for VIA 686A Power Management Unit (f o usb/61234 usb [usb] [patch] usbhidaction(1) doesn't support using an o bin/61239 [patch] bootp enhancement, places the dhcp tags into t o kern/61300 [aue] [patch] Enabling HomePNA PHY on aue(4) for HomeP o docs/61301 doc [patch] Manpage patch for aue(4) to enable HomePNA fun f misc/61322 [patch] bsd.dep.mk disallows shell generated flags in o kern/61415 [net80211] [patch] disable broadcast ssid if_wi and di o i386/61481 i386 [patch] a mechanism to wire io-channel-check to userla o kern/61497 ups [kernel] [patch] __elfN(map_insert) bug o conf/61504 mtm [patch] New RC script: accf_http o bin/61666 peter [patch] mount_nfs(8) parsing bug, segmentation fault a kern/61744 andre [netinet] [patch] TCP hangs onto mbufs with no tcp dat o bin/61808 [PATCH] Update RPC prgs to allow binding to specific a o bin/61975 ume [PATCH] sync src/usr.sbin/traceroute6.c with KAME o bin/61978 [PATCH] sync src/usr.sbin/setkey/token.l with KAME o i386/62003 i386 [loader] [patch] make /boot/loader "reboot" code same o kern/62098 [pccard] [patch] Bad CISTPL_VERS_1 and clash on notebo o docs/62724 doc [patch] host(1) manpage does not include information a f ports/62761 portmgr [patch] for phasing out distinfo files f ports/62829 portmgr [patch] Mk file bsd.linux.rpm.mk supporting Linux RPM o kern/63096 rwatson [mac] [patch] MAC entry point for route manipulation o ports/63216 portmgr [patch] 'BROKEN' or 'IGNORED' ports exit their "make i o docs/63570 ceri [patch] Language cleanup for the Handbook's DNS sectio o i386/63628 bms [loader] [patch] i386 master boot record to allow boot s ports/63716 portmgr [patch] Mk/bsd.port.mk: move sysctl to ${SYSCTL} and a o usb/63837 usb [uhid] [patch] USB: hid_is_collection() only looks for o kern/63863 glebius [netgraph] [patch] feature request: implement NGM_ELEC o kern/64114 [vga] [patch] bad vertical refresh for console using R o kern/64178 jmg [kqueue] [patch] kqueue does not work with bpf when us o bin/64198 [patch] init(8) may keep zombies o bin/64327 [patch] make(1): document surprising behaviour of assi o kern/64588 [joy] [patch] Extend joystick driver architecture to s s kern/64875 standards [libc] [patch] [feature request] add a system call: fd o docs/65065 doc [patch] improper language ntpd(8) man pages o bin/65228 [Patch] Allow rup(1) to parse hostnames from a defined o kern/65278 ups [sio] [patch] kgdb debugger port initialization destro o bin/65306 obrien [patch] Portability fixes for FreeBSD build utils, par f ports/65344 portmgr [patch] USE_ macros for graphics libraries o kern/65355 [pci] [patch] TC1000 serial ports need enabling o usb/65436 usb [umass] [patch] add quirk for PNY Attache 256MB USB 2. o docs/65530 doc [patch] minor improvement to getgrent(3) o kern/65627 [i386] [patch] store P3 serial number in sysctl s ports/65804 portmgr [PATCH] bsd.port.mk is gratuitously slow f ports/65915 portmgr [PATCH] bsd.port.mk: handle interactive configure scri o ports/66032 portmgr [PATCH] bsd.port.mk: clean room installation o ports/66109 portmgr [PATCH] bsd.port.mk: inconsistent use of `::' targets o ports/66110 portmgr [PATCH] bsd.port.mk: MLINKS error detection is broken o kern/66225 [netgraph] [patch] extend ng_eiface(4) control message o docs/66264 doc [patch] libexec/rtld/rtld.1 typo fixes not MFC'd o docs/66265 doc [patch] Document what -f and LD_TRACE_LOADED_OBJECTS_F o kern/66268 glebius [socket] [patch] Socket buffer resource limit (RLIMIT_ p docs/66289 brueffer [patch] lib/libc/gen/ualarm.3 refers to non-existent a o docs/66296 doc [patch] contrib/amd/amq/amq.8 uses log_options instead o ports/66342 portmgr [PATCH] fix ECHO_MSG breakage in java ports o ports/66389 portmgr [PATCH] bsd.port.mk: follow MOVED ports o kern/66422 multimedia [sound] [patch] no sound on modern Sony Vaio (PCG-TR*) o bin/66445 [patch] Add options to last(1) to ignore ftp logins (u o docs/66483 doc [patch] share/man/man4/csa.4 grammar nits s ports/66566 portmgr [PATCH] bsd.port.mk: fix build when /usr/obj/usr/ports o docs/66770 doc [patch] share/man/man4/ng_pppoe.4 tyops, grammar, and o docs/66771 imp [patch] usr.sbin/pccard/pccardc/pccardc.8 grammar and o docs/66775 roam [patch] clarification to committer's guide that port n o bin/66893 [patch] rpc.yppasswdd(8): Linux NIS clients connecting o bin/66941 [patch] gcc2.95 (FreeBSD-specific): fix unacceptable s o bin/66988 [Patch] apm.c check validation of the returned values o i386/67011 mdodd [vpd] [patch] MFC of vpd driver for IBM xSeries etc o docs/67078 doc [patch] MFC of a rtld(1) man page is incomplete. o bin/67231 [patch] pam_krb5 doesn't honor default flags from /etc o kern/67242 tackerman [em] [patch] dev/em/if_em.c isn't ctags compatible a bin/67317 bms [patch] to nfsd.c to make it slightly more dynamic o i386/67383 i386 [i386] [patch] do a better job disassembling code in 1 f ports/67436 portmgr [patch] bsd.port.mk: GNU_CONFIGURE_PREFIX_SUBDIR o ports/67437 portmgr [patch] bsd.port.mk: NO_BUILD and PKGNAMESUFFIX do not f ports/67562 portmgr [patch] bsd.port.mk: USE_BDB, WANT_BDB_VER, WANT_BDB_N o kern/67763 [pccard] [patch] PCMCIA: MELCO manufacturer code shoul f docs/67806 doc [patch] Let 5.x users know how to boot into single use o kern/67830 [smp] [patch] CPU affinity problem with forked child p o docs/67893 doc [patch] boot(8)'s -m description is insufficient. o kern/68081 [headers] [patch] sys/time.h (lint fix) o conf/68108 [patch] Adding mac-address /conf selector to diskless o kern/68110 hsu [netinet] [patch] RFC 3522 for -HEAD p docs/68201 keramida [patch] pthread_atfork(3) man page o usb/68232 usb [ugen] [patch] ugen(4) isochronous handling correction o kern/68311 [patch] it is impossible to override defaults with ker o kern/68315 [ata] [patch] atacontrol(8) addspare for 4.x o kern/68317 [kernel] [patch] on soft (clean) reboots clean dmesg o o usb/68412 usb [usb] [patch] QUIRK: Philips KEY013 USB MP3 player o docs/68453 doc [patch] rc.subr.8 o kern/68459 [vfs] [patch] Patches to mknod(2) behave more like Lin o bin/68586 dwmalone [patch] allow syslogd to forward to non-default ports o kern/68623 [sf] [patch] sf(4) (Adaptec StarFire) multiple problem s kern/68692 andre [net] [patch] Move ARP out of routing table o kern/68719 [msdosfs] [patch] poor performance with msdosfs and US o bin/68840 [PATCH] Add Solaris-style -x flag to iostat o bin/68848 [patch] find(1) shows pathname as optional but it isn' o bin/69010 [patch] Portability fixes for FreeBSD build utils, par o kern/69064 [kernel] [patch] No multiple ip4/6's could assigned to o bin/69083 [patch] basic modelines for contrib/nvi o i386/69257 i386 [i386] [patch] in_cksum_hdr is non-functional without o bin/69268 wpaul [patch] Fix ndiscvt(8) to warn you if it's going to ge o bin/69398 [patch] cleartext display of password in login.c o kern/69650 [patch] make getserv* functions work with nsdispatch o kern/69730 [puc] [patch] puc driver doesn't support PC-Com 8-port o docs/69861 doc [patch] usr.bin/csplit/csplit.1 does not document POSI o ports/69965 portmgr [patch] check for moved ports in "make deinstall-all" o bin/69986 qa [sysinstall] [patch] no job control in fixit shell on o bin/70182 [patch] fortune -e implementation bug o docs/70217 doc [patch] Suggested rewrite of docproj/sgml.sgml for cla f usb/70362 sanpei [usbdevs] [patch] LaCie 160GB USB drive o usb/70523 usb [usb] [patch] umct sending/receiving wrong characters o docs/70583 ceri [patch] Update freebsd-glossary o i386/70610 i386 [speaker] [patch] spkr(4): hardcoded assumption HZ == o docs/70652 hmp [patch] New man page: portindex(5) o bin/70756 [PATCH] indent(1) mishandles code that is protected fo o bin/70795 [nanobsd] [patch] misc nanobsd fixes and improvements o kern/70810 [pci] [patch] Enable SMBus device on Asus P4B series m o stand/70813 standards [PATCH] ls(1) not Posix compliant f usb/70835 sanpei [usbdevs] [patch] scsi_da does not recognize SANDISK C a ports/70900 edwin [patch] devel/sdl12 inconsistency between actual versi p kern/71142 delphij [syscons] [patch] add vesa [1024x768] mode support o kern/71258 [vm] [patch] anonymous mmappings not always page align p kern/71317 sanpei [sound] [patch] Add nForce2 sound support for MSI K7N2 o kern/71334 [mem] [patch] mem_range_attr_{set|get} are no longer k p conf/71488 brooks [patch] create spooldirs for lpd (in a diskless enviro o bin/71513 [PATCH] allow -user/group +/-id constructs in find(1) o usb/71605 usb [umass] [patch] umass doesn't recognize multiple slots o bin/71613 [PATCH] cleanup of the usr.sbin/traceroute6 code o bin/71616 [PATCH] cleanup of the usr.sbin/yp_mkdb code o bin/71617 [PATCH] cleanup of the usr.sbin/ypserv code o bin/71618 [PATCH] cleanup of the usr.sbin/timed code o bin/71619 [PATCH] cleanup of the usr.sbin/tcpdump code o bin/71620 [PATCH] cleanup of the usr.sbin/sysinstall code o bin/71621 [PATCH] cleanup of the usr.sbin/sliplogin code o bin/71622 [PATCH] cleanup of the usr.sbin/sicontrol code o bin/71623 [pcvt] [patch] cleanup of the usr.sbin/pcvt code o bin/71624 [PATCH] cleanup of the usr.sbin/rtadvd code o bin/71625 [PATCH] cleanup of the usr.sbin/rpc.ypupdated code o bin/71626 [PATCH] cleanup of the usr.sbin/rpc.statd code o bin/71628 [PATCH] cleanup of the usr.sbin/rpcbind code o bin/71629 [PATCH] cleanup of the usr.sbin/pppstats code o bin/71630 [PATCH] cleanup of the usr.sbin/pppd code o bin/71631 [PATCH] cleanup of the usr.sbin/pppctl code o bin/71632 [PATCH] cleanup of the usr.sbin/ndp code o bin/71633 [PATCH] cleanup of the usr.sbin/mrouted code o bin/71659 [PATCH] cleanup of the usr.sbin/mount_portalfs code o bin/71660 [PATCH] cleanup of the usr.sbin/kgmon code o bin/71661 [PATCH] cleanup of the usr.sbin/keyserv code o bin/71663 [PATCH] cleanup of the usr.sbin/i4b code o bin/71664 [PATCH] cleanup of the usr.sbin/fwcontrol code o bin/71665 [PATCH] cleanup of the usr.sbin/dconschat code a bin/71666 delphij [PATCH] cleanup of the usr.sbin/btxld code o bin/71667 [PATCH] cleanup of the usr.sbin/bootparamd code o bin/71669 [PATCH] cleanup of the usr.sbin/atm code o bin/71671 [PATCH] cleanup of the usr.sbin/apmd code o docs/71690 doc [patch] inaccurate information in systat(1) manpage o kern/71711 [bpf] [patch] generate a single bpf timestamp for each p kern/71726 sanpei [sound] [patch] nForce3 250(CK8S) audio support for sn o bin/71749 [PATCH] truss -f causes circular wait when traced proc o conf/71767 [patch] French translations for keyboards keymaps desc s bin/71773 des [patch] genericize.pl -c misses some comments o bin/71801 [patch] Add ncurses utility programs: infocmp, tic and s bin/71855 [patch] making kdump WARNS=6 clean o conf/71994 [patch] dot.login: login shell may unnecessarily print f ports/72067 obrien [PATCH] editors/vim: i18n and extra support o conf/72076 [patch] German locales use old %d.%m.%y date format in o bin/72124 [patch] rm -P can't unlink u-w files o i386/72179 i386 [acpi] [patch] Inconsistent apm(8) output regarding th o kern/72217 [netinet6] [patch] Bug in calculation of the parameter o conf/72277 [patch] update for /usr/share/skel p i386/72340 des [bsd.cpu.mk] [patch] add Pentium M, P3 M, P4 M support o usb/72344 usb [usb] [patch] QUIRK: Dane-Elec zMate 512 MB USB flash o kern/72352 [puc] [patch] Support for VScom PCI-100L is missing fr o bin/72357 [patch] WARNS?=5 cleanup for src/tools/tools/netrate o ports/72417 sobomax [patch] enable options for net/ser o kern/72433 [amr] [patch] AMR raid, amrreg.h struct amr_enquery3 a o conf/72465 [patch] United States International keyboard layout fo p conf/72505 brian [patch] Fix rc.d/ppp-user to make use of rc.subr o kern/72560 jeff [sched_ule] [patch] small cleanup of SCHED_ULE o kern/72585 [syscons] [patch] iso05-8x16.fnt lacks letter q o bin/72588 [patch] iostat(8) tty stats field concatenation o kern/72659 jeff [sched_ule] [patch] little bug in sched_ule interactiv o bin/72674 [patch] make /usr/bin/whois use SK-NIC's whois server o kern/72728 brooks [syscons] [patch] keyboard debug and reboot qualificat o usb/72732 usb [patch] Kyocera 7135 quirk. o bin/72793 [patch] wicontrol(8) prints out non-printable chars in a bin/72814 bms [patch] libpcap opens bpf as O_RDONLY - doesn't work w o conf/72901 [patch]: dot.profile: prevent printing when doing an s f kern/72933 yar [netgraph] [patch] promisc mode on vlan interface does a conf/72978 [patch] add danish syscons keymap with accents o sparc/72998 sparc64 [kernel] [patch] set_mcontext() change syscalls parame p bin/73110 rwatson [patch] ffsinfo conversion from atol() to strtol() p bin/73112 rwatson [patch] change atol() to strtol() in badsect o kern/73276 ipfw [ipfw] [patch] ipfw2 vulnerability (parser error) o bin/73327 [PATCH] iostat - extended mode display o bin/73411 [patch] FTPD could set attributes to 0600 while upload o ports/73448 nectar [PATCH] nss_ldap - getpwnam does not return password h o kern/73514 [ntfs] [patch] mount_ntfs: can't access to a large fil o docs/73583 doc [patch] add missing instructions to ndis(4) o conf/73677 [patch] add support for powernow states to power_profi o kern/73777 emulation [linux] [patch] linux emulation: root dir special hand o kern/73865 [rpcbind] [patch] NOINET6=yes in /etc/make.conf ignore o conf/73909 rc [patch] rc.d/sshd does not work with ports-ssh o i386/73921 i386 [sysctl] [patch] sysctlbyname for machdep.tsc_freq doe o conf/73929 dougb [patch] /etc/rc.d/named will not work with ports-named o conf/74004 [PATCH] add fam support to inetd.conf o conf/74005 [PATCH] aditional support for /etc/rc.initdiskless o conf/74006 dougb [PATCH] /etc/rc.d/named minor fixes o kern/74159 [headers] [patch] fix warnings concerned with header f o bin/74178 [patch] grdc(6) - scrolling does not work and "AM"/"PM o conf/74213 [PATCH] Connect src/etc/periodic/security/610.ipf6deni o i386/74327 i386 [pmap] [patch] mlock() causes physical memory leakage o bin/74360 [patch] ndiscvt(8) generates a driver which doesn't ma o misc/74396 [patch] "make release" fails if the cdrtools port is n o bin/74450 [libalias] [patch] enable libalias/natd to create skip o i386/74454 i386 [bsd.cpu.mk] [patch] Adding VIA Eden family o docs/74477 doc [patch] Correct several links in the contributing arti o kern/74498 [pccard] [patch] new CIS id for Intersil WiFi, pccard o bin/74500 [PATCH] allow chflags to set flags on symlinks o bin/74506 [patch] bad top command display p bin/74509 brooks [PATCH] ifconfig allows setting 33-byte SSID o kern/74549 [modules] [patch] Allow third party KLDs (eg ports) to o bin/74567 [2TB] [patch] du doesn't handle sizes >1TB o misc/74577 [patch] decorating space in Beastie menu o usb/74609 usb [usb] [patch] allowing cdma modems to work at full spe o docs/74612 doc [patch] updates to the glossary o docs/74724 ceri [patch] several problems in handbook network-inetd web o bin/74743 [patch] wctype.c declares static array on stack o kern/74786 [irq] [patch] Smartlink Modem causes interrupt storm o o conf/74817 [patch] network.subr: fixed automatic configuration of o usb/74849 usb [usb] [patch] Samsung SPH-i500 does not attach properl o usb/74880 usb [usb] [patch] Samsung N400 cellphone/acm fails to atac o ports/74907 apache [PATCH] www/mod_perl: cleanups o ports/74919 ale [PATCH] lang/php4: Add hardened-php.org patch o kern/75008 [psm] [patch] ALPS GlidePoint not recognized FreeBSD 5 o kern/75132 jhb [puc] [patch] add support for the Davicom 56PDV PCI Mo o kern/75254 [wi] [patch] PRISM3-based adapter ZCOM XI330 doesn't w o kern/75298 [pccard] [patch] add missing device id for pccard brid s ports/75464 portmgr [patch] bsd.port.mk install default configuration file o conf/75502 [patch] Fix LC_NUMERIC and LC_MONETARY for de_CH local o docs/75545 trhodes [patch] typos in man3 manual pages, form_field_opts.3, o docs/75577 doc [patch] typos in man3 manual pages, login_class.3, log o usb/75578 usb [patch] QUIRK: PNY USB flash key o kern/75582 [dc] [patch] Add support for Linksys PCMPC200 Cardbus o kern/75764 [umass] [patch] "umass0: Phase Error" - no device for o bin/75766 [patch] nfsd(8) loops with TCP + multiple -h options o kern/75934 [libcrypt] [patch] missing blowfish functionality in p o usb/75970 usb [usb] [patch] support for Sandisk Cruzer Micro 128MB U o kern/76081 [rl] [patch] Add support for CardBUS NIC FNW3603TX o conf/76124 [patch] Mistake in /usr/share/misc/pci_vendors o gnu/76169 [patch] Add PAM support to cvs pserver o docs/76333 doc [patch] ferror(3): EOF indicator can be cleared by not o kern/76432 gnn [net] [patch] recursive locking in the network stack o bin/76494 [patch] passwd(1) does not indicate a successful chang o conf/76509 [patch] New locale uk_UA.CP1251 support o docs/76515 doc [patch] misleading use of make -j flag in handbook s kern/76520 [libiconv] [patch] Add new kernel-side libiconv conver o kern/76539 [dummynet] [patch] ipnat + dummynet on output on same o kern/76551 [re] [patch] re0: watchdog timeout o kern/76611 isdn [i4b] [patch] i4b itjc bad enums for PIB cycle time o conf/76626 [patch] 460.status-mail-rejects shows destination doma o kern/76678 rwatson [libpam] [patch] Allow pam_krb5 to authenticate no loc o kern/76710 [mii] [patch] rgephy does not deal with status properl o ports/76915 portmgr [patch] Handle port deinstall scripts when /var is mou o bin/77031 [patch] comm(1) unable to handle lines greater than LI o docs/77087 doc [patch] the bootvinum script given in the vinum articl o conf/77197 [patch] calendar.judaic is out of date o ports/77246 portmgr [patch] update "make index" target to use "make fetchi o kern/77355 [i386] [patch] Detect i*86 subarches for uname o kern/77365 [amdpm] [patch] amdpm driver has wrong PCI device ID f o kern/77835 stefanf [libc] [patch] res_debug.c needs const declarators in o kern/77841 [libc] [patch] cast away const in getpublickey() o ports/77876 portmgr [patch] Ensure uniqueness of (DOCS|EXAMPLES|DATA)DIR o kern/77913 [wi] [patch] Add the APDL-325 WLAN pccard to wi(4) o docs/78041 doc [patch] docs for md(4) need further explanation of typ p kern/78070 glebius [bge] [patch] Potential null pointer dereference in bg o kern/78072 [lge] [patch] Potential memory leak in lge(4) o kern/78114 phk [geom] [patch] Solaris/x86 label structures for GEOM ( o docs/78138 doc [patch] Error in pre-installation section of installat o bin/78170 [patch] Fix signal handler in bootpd a docs/78174 markus [patch] Update for Bluetooth-related manpages o docs/78240 doc [patch] handbook: replace with aroun o docs/78479 doc [patch] getsockopt(2): SO_NOSIGPIPE socket option undo o ports/78490 portmgr [patch] bsd.port.mk: add PORTEXAMPLES and PORTDATA o usb/78543 usb [patch] Support for Trip-Lite USB 2 Serial adapter o ports/78554 portmgr [patch] bsd.port.mk: allow install port with the same o kern/78646 [libmap] [patch] libmap should canonicalize pathnames o kern/78673 [nfs] [patch] nfs client open resets attrstamp ever if o kern/78756 phantom [libc] [patch] src/lib/libc/nls/fr_FR.ISO8859-1.msg fo o kern/78758 sos [ata] [patch] Add support for re-sizing ATA disks a ports/78760 lioux [PATCH] multimedia/kmplayer: Make TV viewing a bit mor o bin/78763 pjd [PATCH] Added jail support to ps o bin/78768 pjd [Patch] Added jail support to top o bin/78785 ipfw [ipfw] [patch] ipfw verbosity locks machine if /etc/rc o kern/78884 [nfs] [patch] nfs client cache negative lookups o conf/78906 [patch] Allow mixer_enable="NO" in rc.conf o i386/79091 i386 [i386] [patch] Small optimization for i386/support.s p kern/79139 rodrigc [pci] [patch] Support for more PCIe chipsets o usb/79164 usb [usb] [patch] QUIRK: Qware BeatZkey! Pro USB mp3 playe o conf/79196 [PATCH] configurable dummynet loading from /etc/rc.co o bin/79228 [patch] extend /sbin/arp to be able to create blackhol o kern/79266 [pci] [patch] RELENG_4 pci CONF1_ENABLE_MSK depend MFC o ports/79398 portmgr [patch] bsd.port.mk: add USE_MAKESELF knob p bin/79418 stefanf [patch] libedit sync from netbsd cvs o bin/79607 obrien grok and default to bzip2-compressed manual pages [pat a ports/79637 cjh [PATCH] print/magicfilter: update to 2.3.d o usb/79649 usb [usb] [patch] quirk: Gembird MP3 player o ports/79651 clement [patch] mail/ssmtp: add per-user smtp authentication c o bin/79690 [patch] mdmfs does not accept numeric uid/gid with -w o kern/79698 des [ichwd] [patch] ICH watchdog driver broken o conf/79701 [PATCH] wcwidth(3) returns wrong value about character o usb/79725 usb [usb] [patch] USB device speed is not double-checked o threa/79887 threads [patch] freopen() isn't thread-safe o usb/79893 usb [umass] [patch] new usbdevs/umass quirks derived from o usb/80010 usb [aue] [patch] add support for the AEI USB to LAN adapt o kern/80031 [coda] [patch] Remove insque/remque from kernel land o kern/80048 [aac] [patch] support for HP ML110 G2 SATA RAID Contro o docs/80070 doc [patch] Wrong dbm_close return value described in dbm( o bin/80117 qa [sysinstall] [patch] smbfs install option for sysinsta o docs/80159 doc [patch] rtld(1) mentions "%m" but it's not implemented o docs/80186 imp [patch] Footnote is wrong in the /usr/src/UPDATING o bin/80242 [patch] jail(8) should be able to set kern.securelevel o bin/80258 [PATCH] Comment why some Binaries are statically linke o kern/80269 [libtacplus] [patch] libtacplus tac_get_av_value will o bin/80411 [patch] df(1): bin/df/df.c sign errors in calls to get o bin/80421 [PATCH] whois(1) should query AfriNIC server for Afric o usb/80487 usb [usb] [patch] quirk: United MP 5512 Portable MP3 Playe o conf/80504 [patch] de_DE.ISO8859-1 libc message catalog f bin/80610 [patch] netstat(1): lost data due lu format o bin/80620 des [patch] fetch -U does not work o kern/80642 ipfw [ipfw] [patch] ipfw small patch - new RULE OPTION o bin/80687 [patch] Missing NULL termination after strncpy() in lo o bin/80732 [PATCH]: getty(8) and telnetd(8) ignore the 'if' optio o kern/80844 [psm] [patch] Increase compatibility of psm driver wit o bin/81035 [patch] boot0cfg emits bogus error o conf/81042 pf [pf] [patch] /etc/pf.os doesn't match FreeBSD 5.3->5.4 o ports/81070 ale [PATCH] www/php-screw: randomize CRYPTKEY o usb/81073 usb [umass] [patch] fix umass NO_GETMAXLUN quirk o amd64/81089 amd64 [bge] [patch] FreeBSD 5.4 released version can not use o ports/81200 ale [patch] Mk/bsd.php.mk: add math/pecl-big_int o bin/81230 [patch] mountd does not ignore SIGPIPE o stand/81287 standards [PATCH]: fingerd(8) might send a line not ending in CR o bin/81300 [PATCH] add option to sockstat(1) to always separate o i386/81358 i386 [geode.c] [patch] add PC Engines WRAP support p kern/81449 jkim [loader] [patch] SMBIOS scan for loader o threa/81534 threads [libc_r] [patch] libc_r close() will fail on any fd ty o kern/81588 phk [kernel] [patch] Devices with SI_CHEAPCLONE flag don't o bin/81692 [patch] atacontrol(8) support for disk APM and acousti o bin/81709 [patch] lam accepts -P but not -p o kern/81803 [ichsmb] [patch] Unsupported ICH6 SMBus controller on o bin/81837 [patch] Sort by directories first option for ls(1) o usb/81846 usb [cam] [patch] Quirks for Time DPA20B 1GB MP3 player, s kern/81867 delphij [ioctl] [patch] ioctl collision between pcvt(4) and vg o bin/81874 [patch] TCP mode in systat overwrites load average o conf/81924 [patch] Removal of duplicate fortunes o kern/81987 [libc] [patch] memory leaks in libc/rpc o bin/81989 [patch] mount_msdosfs(8): when a mask, but no dirmask o bin/82058 markm [PATCH] Ability for pw groupmod to delete members o bin/82161 [patch] m4's eval does not handle INT_MIN correctly o bin/82170 [patch] m4's eval does not work as documented o bin/82185 [patch] ndp(8) command bug o kern/82188 [netgraph] [patch] ng_fec interface not running after o kern/82189 [netgraph] [patch] ng_fec interface - problems with co o conf/82228 roberto [patch] order parsed ntpdate_hosts in /etc/rc.d/ntpdat o bin/82287 [patch] routed(8): Fix varargs usage, remove non-exist o docs/82290 hmp [patch] update to handbook firewall PF section o gnu/82351 [patch] update (385-cl3) to version 385 of the "less" o kern/82380 [libc] [patch] buildworld error in libc p kern/82381 stefanf [patch] small bug in libedit might cause abnormal prog o usb/82436 usb [patch] USL101 Host-to-Host bridge support on FreeBSD o gnu/82484 [patch] for misleading man cvs f ports/82661 portmgr [patch] Add support to filter MASTER_SITES and PATCH_S o kern/82724 ipfw [ipfw] [patch] Add setnexthop and defaultroute feature o conf/82738 [patch] add amd_program line to defaults/rc.conf o docs/82779 doc [patch] Kill entry for ddb manpage o conf/82823 [patch] little addon for /etc/periodic/400.passwdless o usb/82839 usb [patch] add support for Aceeca Mez1000 device to uviso o kern/82882 yar [patch] ip_mroute abends kernel when interface detache o kern/82908 glebius [patch] ip_carp should use ifnet_departure_event event o bin/83170 [patch] Allow 'install' to compare files by mtime inst o kern/83198 [patch] Missing option in template NOTES a ports/83264 trevor [PATCH] emulators/linux_base-suse-9.2: Add freetype2 p misc/83287 [patch] EXTPORTSDIR feature for src/release/Makefile o bin/83358 [patch] improper handling of malloc failures within re o bin/83361 [patch] Incorrect malloc failures handling within libd f ports/83373 jedgar [PATCH] databases/p5-Mysql port does not compile o www/83397 ceri [patch] Improvement to the GNATS webinterface o bin/83424 [patch] improper handling of malloc failures within li o bin/83451 [patch] improper handling of malloc failures within li p bin/83553 rodrigc [patch] vidcontrol can't switch mode and color during o docs/83621 doc [patch]: Minor omissions in /usr/src/UPDATING o kern/83622 [patch] add network interfaces labeling support o kern/83697 [snd_mss] [patch] support, docs added for full-duplex, o kern/83778 [kame] [patch] JPv6 cannot use Jumbo Frames o kern/83807 [sis] [patch] if_sis: Wake On Lan support for FreeBSD o stand/83845 standards [libm] [patch] add log2() and log2f() support for libm o bin/84041 [PATCH] fix for wall(1) error message p docs/84101 garys [patch] mt(1) manpage has erroneous synopsis, etc. o kern/84215 [jail] [patch] wildcard ip (INADDR_ANY) should not bin o kern/84219 [ncurses] [patch] ncurses.h wchar_t confliction o ports/84255 tobez [patch] lang/perl5.8 (5.8.7) and freebsd.sh patch lead p docs/84264 keramida [patch] ata(4) manpage disagrees with tuning(7) manpag o docs/84265 doc [patch] chmod(1) manpage omits implication of setting p docs/84266 garys [patch] security(8) manpage should have init(8)'s list o docs/84267 doc [patch] chflags(1) manual doesn't say it's affected by o docs/84271 ceri [patch] compress(1) doesn't warn about nasty link hand p docs/84273 keramida [patch] disktab(5) manual has bad SEE ALSO o bin/84298 [patch] allow mount(8) to recognize relative pathnames o docs/84408 doc [patch] dump(8) manpage doesn't require an option and o docs/84467 doc [patch] bsdlabel(8) manpage uses archaic "pack" in "ap o kern/84471 multimedia [sound] [patch] no sound ICH4 (Analog Devices AD1981B s docs/84519 doc [patch] mdoc(7) manpage needs more about AUTHORS o docs/84549 doc [patch] errno(2) manpage uses "<...>" for "(..)" o conf/84581 [patch] Teach config(8) to look for kernel configurati o bin/84634 fjoe [geom] [patch] new utility to control GEOM uzip class o docs/84670 doc [patch] tput(1) manpage missing ENVIRONMENT section wi f ports/84718 girgen [PATCH] databases/postgresql74-server: Add option from o conf/84752 [patch] 100.clean-disks cleans file systems that don't o docs/84764 doc [patch] hosts.equiv(5) manpage should SEE ALSO netgrou o docs/84790 doc [patch] Error in SYSCALL_MODULE(9) manual page o kern/84797 [libutil] [patch] State engine in the libutils propert o conf/84800 obrien [patch] setting CPUTYPE=nocona on an Intel system resu o kern/84823 [bpf] [patch] bpf in non-blocking mode is broken o docs/84849 doc [patch] fdisk(8) manpage doesn't warn fdisk doesn't re o bin/84911 [patch] ndisgen(8) can't cope with .sys-files that beg o docs/84955 doc [patch] mdoc(7) manpage should mention missing documen o docs/84956 doc [patch] intro(5) manpage doesn't mention API coverage o docs/84961 doc [patch] Sync NDIS documentation with reality o kern/84981 [headers] [patch] header protection for 6.0 winTV card not pr o bin/89666 [patch] time(1) leaves extra file open o ports/89670 ade [patch] Automake 1.9 not detecting cppunit o docs/89747 doc [PATCH] faq: s/kbd0/ukbd0/ when USB keyboard is connec o kern/89748 [bpf] [patch] BPF indexed byte load can sign extend o bin/89762 [patch] top(1) startup is very slow on system with man o bin/89770 des [patch] pam_krb5 'authentication token failure' in pas o bin/89782 [patch] mount(8): avoid double mounts if the mount poi o bin/89799 [patch] Making natd(8) not require a newline at the en o ports/89809 portmgr [patch] Ports INDEX cannot be moved out of ports tree o ports/89853 portmgr [patch] Teach bsd.port.mk about ghostscript-gpl o ports/89859 portmgr [patch] gnutls update o conf/89860 [patch] Add ability to set up vnode backed filesystems s ports/89865 x11 [patch] x11-servers/xorg-server-snap crashes with ATI o conf/89870 [patch] feature request to make netif verbose rc.conf p usb/89889 pjd [quirk] [patch] Motorola E398 Mobile Phone (TransFlash o ports/89896 ale [PATCH] Add support for multiple versions of php o docs/89902 jcamou [Patch] chapter update /es_ES.ISO8859-1/books/handbook o conf/89911 [patch] /etc/rc.d/jail restart ignores command line ja f ports/89940 [PATCH] Client-only support for sysutils/nut o bin/89988 [patch] bootparamd(8) null host support and whoami fix o bin/89989 [patch] Add option to /usr/sbin/jail: -I (ASCII 73) PI o kern/90012 scottl [ips] [patch] IBM/Adaptec ServeRAID 7x support o docs/90042 doc [patch] acpi(4) should mention that ACPI_DEBUG depends o conf/90082 [syscons] [patch] curses ACS line graphics support for o bin/90114 [patch] pw(8) takes strings after option -g for GID 0 o bin/90130 [patch] sysctl(8): print temperature in celsius only w o kern/90155 [netinet] [patch] use sysctl(8) to control hardware ch o kern/90181 [NOTES] [patch] IPSEC_FILTERGIF documentation is incom o bin/90311 [patch] add "eject" to mt(1) o ports/90319 trevor [PATCH], change print/acroread7 to use tarball rather f ports/90323 mi [PATCH] textproc/WordNet: update to 2.1 o conf/90346 [patch] Add support for 3wire 19200 baud consoles o docs/90359 doc [patch] traceroute6(8) manpage corruption o docs/90362 doc [patch] enhancement of devfs.rules(5) manpage. o bin/90384 [patch] chroot patch for sftp-server(8) o bin/90415 [patch] Add -Z (no newfs) to mount_mfs(8). Use with e o ports/90436 portmgr [patch] Add a way to handle configuration files to bsd o docs/90498 doc [patch] wrong parameter name to function twalk in tsea o kern/90521 [udf] [patch] UDF driver might calculate a wrong descr p docs/90541 simon [PATCH] Missing include in VFS_LOCK_GIANT.9 o ports/90565 ale [PATCH] lang/php5-extension is missing inclusion of PD o kern/90602 [PATCH] New function: sbuf_size(), which returns size o kern/90607 philip [acpi] [patch] Support for ASUS A4D laptop f ports/90619 ehaupt [PATCH] unbreak graphics/hugin o kern/90644 maxim [kernel] [patch] inherit LOCAL_CREDS option for accept a ports/90668 portmgr [patch] bsd.port.mk : FreeBSD -> The FreeBSD Project o bin/90680 [patch] make(1) thinks "^.for.o:" is a directive (".fo o bin/90687 [patch] side effect of -delete option of find(1) f ports/90725 leeym [PATCH] mail/postgrey: fix compatibility o conf/90760 [patch] /etc/rc.d/devfs does permit the use of device f ports/90780 [PATCH] print/cups-base: provide rc.d compatible scrip o bin/90823 [PATCH] cp(1) should use lchflags() o ports/90841 aaron [PATCH] devel/p5-Algorithm-Dependency: set IGNORE corr f ports/90866 [patch] graphics/diacanvas2: update to new release 1.1 f ports/90867 [patch] devel/gaphor: update to new release 0.7.1 o docs/90902 doc [patch] man mount(8) has no mention of mount_reiserfs o ports/90938 vsevolod [PATCH] Update net/openldap23-server to 2.3.14 o kern/90990 [PATCH] ncurses doesn't compile with --enable-widec o kern/91010 [unionfs] [patch] new source code and some changes o bin/91034 [patch] minor fix to iostat(8) so that columns line up o bin/91049 [patch] dump(8): make dumps more rsync-friendly o ports/91084 jylefort [patch] Add a menu entry for sysutils/gtk-send-pr o ports/91092 brooks [PATCH] audio/slimserver: Enable AAC/MP4 on FreeBSD f ports/91097 [patch] comms/gammu: update to new release version 1.0 o bin/91101 [patch] /usr/src/usr.bin/whereis/whereis.c o bin/91134 [smbfs] [patch] Preserve access and modification time o ports/91154 clement [patch] www/apache22: Add profile support, prevent rel o bin/91245 ipfw [patch] ipfw(8) sometimes treat ipv6 input as ipv4 o ports/91254 mharo [PATCH] mail/p5-Mail-SPF-Query: update to 1.998 o kern/91293 emulation [svr4] [patch] *Experimental* Update to the SVR4 emula o bin/91299 [patch] add ftpd(8) SITE SHA256 command o ports/91305 eclipse [patch] Fix the default build of java/eclipse o kern/91315 [agp] [patch] add Intel E7505 chipset support to agp(4 o kern/91332 [patch] Linksys EG1032 V3.0 Gigabit card captured by s o kern/91347 [pci] [patch] Add another PCI-e chipset for extended c o ports/91353 vsevolod [PATCH] Update net/openldap23-server to 2.3.15 o docs/91366 doc [patch] portsnap download size incorrect in handbook o ports/91400 vsevolod [Patch] net-im/gajim - Update to 0.9.1 o bin/91411 [PATCH] kvm(3) should handle empty files properly o kern/91412 [netinet] [patch] Problem with PMTU Discovery / DF / I o kern/91414 [kernel] [patch] Polling for devices other than NICs f ports/91447 [PATCH] multimedia/quodlibet: sparc64 build failure o docs/91448 doc [patch] fdc(4) man page refers to non-existing device o ports/91485 lioux [PATCH] sysutils/vobcopy: [Fix build on 4.x] o kern/91488 [isofs] [patch] cd9660 filesystem cannot handle files o kern/91502 [ata] [patch] ICH7 - finds only 2 out of 4 drives o ports/91505 dd [PATCH] net/dictd: convert to USE_RC_SUBR=dictd.sh and o docs/91518 trhodes [patch] Update handbook section "Rebuilding 'world'" i o ports/91532 [patch] [ports] security/fakeroot version update o ports/91535 [PATCH] x11-toolkits/qwt: [installs wrong lib version] f ports/91542 [PATCH] devel/p5-Test-LongString: update to 0.09 f ports/91543 [PATCH] misc/libpri: update to 1.2.0 o ports/91544 sobomax [PATCH] net/asterisk: update to 1.2.1 o ports/91545 [patch] texmacs port crashes on startup when built on 951 problems total. From owner-freebsd-bugs@FreeBSD.ORG Mon Jan 9 11:13:22 2006 Return-Path: X-Original-To: freebsd-bugs@freebsd.org Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F1AED16A420 for ; Mon, 9 Jan 2006 11:13:21 +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 909C343D45 for ; Mon, 9 Jan 2006 11:13:21 +0000 (GMT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k09BDLaP070229 for ; Mon, 9 Jan 2006 11:13:21 GMT (envelope-from owner-bugmaster@freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k09B66s7068261 for freebsd-bugs@FreeBSD.org; Mon, 9 Jan 2006 11:06:06 GMT (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 9 Jan 2006 11:06:06 GMT Message-Id: <200601091106.k09B66s7068261@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: linimon set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: FreeBSD bugs list Subject: Current problem reports sorted by tag X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jan 2006 11:13:22 -0000 Problem reports for tag '2tb': S Tracker Resp. Description -------------------------------------------------------------------------------- p kern/18874 [2TB] 32bit NFS servers export wrong negative values t o kern/41723 [2TB] on 1TB fs, copying files to filesystem causes "i p bin/56606 [2TB] df cannot handle 2TB NFS volumes o bin/66984 qa [2TB] [patch] teach sysinstall about larger disks p kern/67546 [2TB] Coredumps > 2Gb do not work (on 64bits platforms o bin/74567 [2TB] [patch] du doesn't handle sizes >1TB o kern/79251 geom [2TB] newfs fails on 2.6TB gbde device o kern/84589 [2TB] 5.4-STABLE unresponsive during background fsck 2 o bin/88872 [2TB] Error 36 while sysinstall tries to create / part o bin/88873 [2TB] gpt create fails "bogus map" "unknown error: 0" 10 problems total. Problem reports for tag '64-bit': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/90512 [64-bit] Snapshot corruption after fs activity 1 problem total. Problem reports for tag 'aac': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/80048 [aac] [patch] support for HP ML110 G2 SATA RAID Contro o kern/81887 scsi [aac] Adaptec SCSI 2130S aac0: GetDeviceProbeInfo comm o kern/87191 scottl [aac] [patch] aac(4) panics immediately with INVARIANT o i386/87364 scottl [aac] aac controller stopped working between BETA5 and o kern/88718 [aac] [timeout] unable to install on RAID 5 and FreeBS 5 problems total. Problem reports for tag 'acpi': S Tracker Resp. Description -------------------------------------------------------------------------------- o i386/72179 i386 [acpi] [patch] Inconsistent apm(8) output regarding th o kern/74868 [acpi] ACPI enabled in 5.3 Release make Kernel reboot o i386/87568 acpi [ACPI] [REGRESSION] 6.0-STABLE needs ACPI disabled but o kern/89411 [acpi] acpiconf bug o kern/89879 acpi [acpi] ACPI-0438: *** Error: Looking up [Z00C] in name o kern/90607 philip [acpi] [patch] Support for ASUS A4D laptop 6 problems total. Problem reports for tag 'adw': S Tracker Resp. Description -------------------------------------------------------------------------------- s kern/22417 gibbs [adw] [patch] advansys wide scsi driver does not suppo 1 problem total. Problem reports for tag 'agp': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/57631 jhb [agp] [patch] boot failing for ALi chipsets f i386/59854 anholt [agp] [panic] System panics when AMD 762 AGP is loaded a kern/62906 peadar [agp] [patch] AGP misconfigures i845G chipset, causing o i386/68518 i386 [agp] [hang] hangs while loading 82443BX agp during bo a kern/72224 anholt [agp] umass devices broken by DRM (AGP issue?) o i386/79141 i386 [agp] 5.4Beta1 does not recognize my intel graphics ca o kern/84015 [agp] [hang] Nforce3-250Gb freezes on FreeBSD-6 beta1 o kern/89271 [radeon][agp][hang] X.org hangs when heavily using Rad o kern/91315 [agp] [patch] add Intel E7505 chipset support to agp(4 9 problems total. Problem reports for tag 'ahc': S Tracker Resp. Description -------------------------------------------------------------------------------- s kern/9927 gibbs [ahc] the ahc driver doesn't correctly grok switched S s kern/45568 gibbs [ahc] ahc(A19160) pci parity error o kern/74627 scsi [ahc] [hang] Adaptec 2940U2W Can't boot 5.3 3 problems total. Problem reports for tag 'ahd': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/73646 [ahd] I/O performance: with/without MEMIO option o kern/76178 scsi [ahd] Problem with ahd and large SCSI Raid system 2 problems total. Problem reports for tag 'amd': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/39425 [amd] Auto mounted directory was not found at boot tim 1 problem total. Problem reports for tag 'amd64': S Tracker Resp. Description -------------------------------------------------------------------------------- o amd64/89549 amd64 [amd64] nve timeouts on 6.0-release o amd64/89550 amd64 [amd64] sym0: VTOBUS failed (6.0 Release) 2 problems total. Problem reports for tag 'amdpm': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/77365 [amdpm] [patch] amdpm driver has wrong PCI device ID f 1 problem total. Problem reports for tag 'amr': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/29727 scsi [amr] [patch] amr_enquiry3 structure in amrreg.h is in o kern/71771 [amr] Hang during heavy load with amr raid controller o kern/72433 [amr] [patch] AMR raid, amrreg.h struct amr_enquery3 a o kern/76848 [amr] amr hangs o kern/86411 scottl [amr] Very low performance of amr(4) under FreeBSD-6.0 5 problems total. Problem reports for tag 'an': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/36170 [an] [patch] an(4) does an_init() even if interface is o kern/69158 [an] Cisco MPI350 wireless card problems related to ir o kern/75407 [an] an(4): no carrier after short time o kern/85886 [an] an0: timeouts with Cisco 350 minipci 4 problems total. Problem reports for tag 'apic': S Tracker Resp. Description -------------------------------------------------------------------------------- o i386/80426 acpi [APIC] [panic] 5.4-RC3 still panic when boot on ASUS P o kern/81000 [apic] Via 8235 sound card worked great with FreeBSD 5 2 problems total. Problem reports for tag 'apm': S Tracker Resp. Description -------------------------------------------------------------------------------- o i386/31353 i386 [apm] [patch] 'shutdown -p' does not work on SMP Tyan o i386/40219 i386 [apm] apm breaks removable media o i386/40958 i386 [apm] apm on Acer TravelMate 351 could not resume o i386/44130 i386 [apm] Enabled apm hangs up FreeBSD kernel on i815 chip 4 problems total. Problem reports for tag 'ar': S Tracker Resp. Description -------------------------------------------------------------------------------- o i386/57043 i386 [ar] [hang] ar driver with 2 port PCI card locks up wh 1 problem total. Problem reports for tag 'asr': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/25950 obrien [asr] Bad drives on asr look zero-length and panic on o kern/26048 obrien [asr] 4.3-RC: SMP and asr driver don't work together o kern/88047 [asr] [panic] 6.0-RC1 reboots with SMP and asr o amd64/91405 amd64 [asr] [panic] Kernel panic caused by asr on 6.0-amd64 4 problems total. Problem reports for tag 'ata': S Tracker Resp. Description -------------------------------------------------------------------------------- o i386/58784 i386 [ata] ATA does not work in DMA mode (ASUS P55TP4N moth o kern/59624 [ata] [patch] HightPoint HPT371 support for FreeBSD 4. f i386/61063 sos [ata] ata hangs in smp system o kern/61960 sos [ata] [patch] BigDrive support for PC-98 architecture o kern/68315 [ata] [patch] atacontrol(8) addspare for 4.x f kern/74066 sos [ata] acd driver fault: READ_BIG timeout o i386/74658 i386 [ata] ATAPI CD not recognized after booting FreeBSD 4. o i386/75090 i386 [ata] READ_BIG errors with Sony CRX1611 o alpha/75317 alpha [ata] [busdma] ATA DMA broken on PCalpha f kern/76080 [ata] [panic] "bio_completed .. greater than bio_lengt s i386/76397 i386 [ata] ata raid crashes in g_down (heavy load) o kern/78758 sos [ata] [patch] Add support for re-sizing ATA disks p kern/79332 [ata] [patch] "ffs_mountroot: can't find rootvp" after o kern/79334 [ata] ATA_IDENTIFY timed out for 5.3 and 5.4 beta 1 o kern/79783 [ata] hw.ata.atapi_dma=1 reduces HDD writing transfer a kern/85603 sos [ata] FS corruption and 'uncorrectable' DMA errors on o kern/88714 sos [ata] cannot record CD-R since 6.0 (regression) p kern/89481 keramida [ata] Spelling error in ata-lowlevel.c o kern/89597 [ata] uncorrectable ATA disc errors can be corrected w o kern/89885 [ata] Writing to S-ATA HDD in DMA mode fails o amd64/89968 amd64 [ata] Asus A8N-E MediaShield RAID problem (read-only s o kern/90206 [ata] [crash] Server reboot after "FAILURE - out of me o kern/90820 [ata] aborting burncd may keep drive "locked" o bin/90854 [ata] problem with cd recorder (RICOH CD-R/RW MP7200A/ o kern/91121 sos [ata] kernel divide by zero on boot with ATI IXP400 UM o kern/91290 sos [ata] ata(4) error on 7.0-CURRENT-20051229-SNAP-PC98 o kern/91408 [ata] ata(4) failure: SETFEATURES SET TRANSFER MODE se o kern/91410 [ata] Promise SATA controller + striping : "SETFEATURE o kern/91502 [ata] [patch] ICH7 - finds only 2 out of 4 drives 29 problems total. Problem reports for tag 'atapicam': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/73675 [atapicam] atapicam causes interrupt storm o amd64/86503 amd64 [atapicam] [panic] k3b crash the system like hardware 2 problems total. Problem reports for tag 'ath': S Tracker Resp. Description -------------------------------------------------------------------------------- f kern/77439 [ath] WAG511 NETGEAR pccard does not attach (Dell Insp o kern/83429 [ath] ath(4) does not work with the D-Link DWL-G630 (r o kern/87758 [ath] [hang] Reboot problem with atheros wireless card f kern/90321 sam [ath] can not use W52/W53(36-64ch) frequency in Japan. 4 problems total. Problem reports for tag 'aue': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/51009 [aue] [patch] buggy aue driver fixed. o kern/61300 [aue] [patch] Enabling HomePNA PHY on aue(4) for HomeP f kern/71280 [aue] aue0 device (linksys usb100tx) doesn't work in 1 o usb/80010 usb [aue] [patch] add support for the AEI USB to LAN adapt o kern/91311 [aue] aue interface hanging 5 problems total. Problem reports for tag 'bfe': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/72296 [bfe] bfe0: discard oversize frame (ether type 5e0 fla o i386/79784 i386 [bfe] Broadcom BCM4401 : no carrier o i386/89425 i386 [bfe] bfe resetting in 6.0 - current 3 problems total. Problem reports for tag 'bge': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/44500 [bge] [patch] bge(4): add AC1001 Gigabit NIC as workin o i386/45773 i386 [bge] Softboot causes autoconf failure on Broadcom 570 f kern/46484 [bge] [panic] System panics upon configuration of bge f kern/61109 [bge] bge on TYAN AMD762-based Thunder/Tiger passes on o i386/62324 i386 [bge] Onboard Broadcom BCM5705 controller not initiali o kern/68351 glebius [bge] bge0 watchdog timeout on 5.2.1 and -current, 5.1 o kern/73538 [bge] problem with the Broadcom BCM5788 Gigabit Ethern p kern/78070 glebius [bge] [patch] Potential null pointer dereference in bg o kern/79143 [bge] Broadcom NIC driver do not work for IPMI o kern/79324 [bge] Broadcom bge chip initialization failure o amd64/81089 amd64 [bge] [patch] FreeBSD 5.4 released version can not use o kern/88741 [bge] IPMI access disabled when bge driver is loaded 12 problems total. Problem reports for tag 'biosdisk': S Tracker Resp. Description -------------------------------------------------------------------------------- o i386/24997 i386 [biosdisk] [patch] /boot/loader cannot handle extended 1 problem total. Problem reports for tag 'bktr': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/14166 [bktr] [patch] AVER TVPhone o kern/32812 [bktr] bktr driver missing tuner for eeprom detection. o kern/35289 [bktr] [patch] Brooktree device doesnt properly signal o kern/36415 [bktr] [patch] driver incorrectly handles the setting a kern/36451 [bktr] [patch] Japan IF frequency is incorrect o kern/37326 [bktr] smbus/bktr crash when omitting "device iicsmb" s kern/48279 [bktr] Brooktre878 may cause freeze o kern/56245 [bktr] Distorted and choppy video with bktr-driver on o kern/57603 [bktr] bktr driver: freeze on SMP machine o kern/59289 [bktr] [patch] ioctl METEORGBRIG in bktr_core.c forget f kern/60599 multimedia [bktr] [partial patch] No sound for ATI TV Wonder (ste o kern/79066 [bktr] bktr(4) eating about 10% CPU load once it was u o kern/81180 [bktr] bktr(4) driver cannot capture both audio and vi o kern/89553 [bktr] [patch] going from 5.3 -> 6.0 winTV card not pr 14 problems total. Problem reports for tag 'boot0': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/37380 jhb [boot0] [patch] boot0 partition list is outdated o i386/70531 i386 [boot0] [patch] boot0 hides Lilo in extended slice 2 problems total. Problem reports for tag 'boot2': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/35262 [boot2] [patch] generation of boot block for headless 1 problem total. Problem reports for tag 'bootinst': S Tracker Resp. Description -------------------------------------------------------------------------------- o misc/22914 [bootinst] bootinst messages are not updated 1 problem total. Problem reports for tag 'bootmgr': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/38826 [bootmgr] RFE: BootMgr should provide more identifying 1 problem total. Problem reports for tag 'bootp': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/82491 [bootp] [patch] bootpd shouldn't ignore requests 1 problem total. Problem reports for tag 'bpf': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/16644 [bpf] [patch] Bad comparison expression in bpf_filter. o kern/36219 [bpf] [patch] poll() behaves erratic on BPF file descr o kern/71711 [bpf] [patch] generate a single bpf timestamp for each o kern/76410 [bpf] [patch] Null pointer dereference in net/bpf.c o kern/83297 [bpf] Possible issue with FreeBSD 5.4 jailing and BPF o kern/84823 [bpf] [patch] bpf in non-blocking mode is broken o kern/88268 [bpf] yet another null pointer in bpf code o kern/89748 [bpf] [patch] BPF indexed byte load can sign extend o kern/89752 [bpf] [patch] bpf_validate() needs to do more checks 9 problems total. Problem reports for tag 'bridge': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/44417 luigi [bridge] [patch] ipfw layer2 rules are not checked for a kern/57100 bms [bridge] disable hardware checksums when using bridge( o kern/80572 [bridge] bridge/ipfw works intermittantly. o kern/82919 [bridge] [patch] Bridge configuration update will cras o kern/86361 thompsa [bridge] bridge(4) does not work with VLAN trunks f kern/88011 thompsa [bridge] bridge and if_bridge is broken badly 6 problems total. Problem reports for tag 'bsd.cpu.mk': S Tracker Resp. Description -------------------------------------------------------------------------------- p i386/72340 des [bsd.cpu.mk] [patch] add Pentium M, P3 M, P4 M support o i386/74454 i386 [bsd.cpu.mk] [patch] Adding VIA Eden family 2 problems total. Problem reports for tag 'bus': S Tracker Resp. Description -------------------------------------------------------------------------------- o i386/46113 i386 [bus] [patch] busspace bugs in parameter checking 1 problem total. Problem reports for tag 'busdma': S Tracker Resp. Description -------------------------------------------------------------------------------- o alpha/75317 alpha [ata] [busdma] ATA DMA broken on PCalpha o i386/76944 i386 [busdma] [patch] i386 bus_dmamap_create() bug o amd64/87977 amd64 [busdma] [panic] amd64 busdma dflt_lock called (by ata 3 problems total. Problem reports for tag 'calendar': S Tracker Resp. Description -------------------------------------------------------------------------------- o bin/91002 [calendar] funky sorting when going around the end of 1 problem total. Problem reports for tag 'cam': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/17504 ken [cam] [patch] Another Micropolis Synchronize Cache Pro s i386/17662 gibbs [cam] cam_xpt.c incorrectly disables tagged queuing fo s kern/28840 gibbs [cam] Possible interrupt masking trouble in sys/cam/ca s bin/57088 [cam] [patch] for a possible fd leak in libcam.c s kern/72041 [cam] [hang] Deadlock when disk is destroyed while use o kern/76893 [cam] [patch] Fatal divide in booting processes with B o usb/81846 usb [cam] [patch] Quirks for Time DPA20B 1GB MP3 player, s kern/85975 [cam] devfs does not create entries when removable med o kern/86131 [cam] [patch] quirk for Creative MuVo slim 9 problems total. Problem reports for tag 'cardbus': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/84954 imp [CARDBUS] cbb alloc res fail (with hw.cardbus.debug=1 o i386/88802 i386 [if_iwi] [cardbus] CARDBUS related kernel crash (TSB43 2 problems total. Problem reports for tag 'coda': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/80031 [coda] [patch] Remove insque/remque from kernel land 1 problem total. Problem reports for tag 'crypto': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/43611 [crypto] [patch] static-ize some symbols in sys/crypto o kern/66029 [crypto] [patch] MD5 alignment problem on a TriMedia p o kern/91407 [crypto] [panic] Kernel panic when heavily loading cry 3 problems total. Problem reports for tag 'cue': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/75710 [cue] cue0 device configuration causes kernel panic 1 problem total. Problem reports for tag 'cx': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/66348 rik [cx] FR mode of cx (Cronyx Sigma) does not work for 4. 1 problem total. Problem reports for tag 'dc': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/30052 mbr [dc] [patch] dc driver queues outgoing pkts indefinite o kern/50574 mbr [dc] dc driver incorrectly detects ADMtek chip model o kern/52980 mbr [dc] [patch] dc driver fails to init Intel 21143 Cardb o kern/55793 [dc] Flaky behavior of if_dc when initializing a LNE10 o kern/62333 [dc] syslog: kernel: dc0: discard oversize frame (ethe o kern/75582 [dc] [patch] Add support for Linksys PCMPC200 Cardbus o kern/79262 [dc] Adaptec ANA-6922 not fully supported o kern/82070 [dc] Not all dc(4) devices can be used: MII without an s sparc/82681 sparc64 [dc] dc state messages 9 problems total. Problem reports for tag 'de': S Tracker Resp. Description -------------------------------------------------------------------------------- f kern/15542 [de] de(4) suddenly stops working a kern/55542 andre [de] [patch] discard oversize frame (ether type 800 fl o kern/71450 [de] de(4): MAC address change on 21040 "Tulip" Ethern o kern/72293 [de] de(4) NIC performance degradation with debug.mpsa 4 problems total. Problem reports for tag 'devfs': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/85751 [devfs] [panic] panic in devfs_setattr() when running o kern/87836 [devfs] If using ATAPICAM with cd(dvd)rw without media o conf/91342 [devfs] Errors in devfs.rules files don't get logged 3 problems total. Problem reports for tag 'dhcp': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/71045 [dhcp] DHCP-Request is sets other device's ip to null, 1 problem total. Problem reports for tag 'digi': S Tracker Resp. Description -------------------------------------------------------------------------------- p kern/55018 andre [digi] [patch] Digiboard PC/Xem fails to initialize wh o kern/74281 [digi] digi(4): Digiboard PCI Xem (64-ports) detection o kern/82227 [digi] Xem: chained concentrators not recognised o kern/83254 [digi] driver can't init Digiboard PC/4e 4 problems total. Problem reports for tag 'diskless': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/87586 [diskless] [panic] Unable to use networked swap in 6.0 1 problem total. Problem reports for tag 'dns': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/54189 [dns] resolver should resolve hostnames with underscor 1 problem total. Problem reports for tag 'drm': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/82064 anholt [drm] DRM not working with SMP o kern/87653 [drm] ATI Radeon Mobile X600SE not detected by kernel 2 problems total. Problem reports for tag 'dummynet': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/76539 [dummynet] [patch] ipnat + dummynet on output on same 1 problem total. Problem reports for tag 'ed': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/9570 dfr [ed] [patch] ed(4) irq config enhancement o i386/12088 imp [ed] [patch] ed(4) has minor problem with memory alloc o kern/80853 [ed] [patch] add support for Compex RL2000/ISA in PnP o kern/84202 [ed] [patch] Holtek HT80232 PCI NIC recognition on Fre o kern/85493 imp [ed] [patch] OLDCARD can't probe ed driver 5 problems total. Problem reports for tag 'ef': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/85086 [ef] [patch] Locking fixes for ef(4) (+removes mem. le 1 problem total. Problem reports for tag 'em': S Tracker Resp. Description -------------------------------------------------------------------------------- o i386/52835 pdeuskar [em] em driver does not work with mobile-chipset o kern/59806 tackerman [em] [patch] Suspend/resume breaks em0 o i386/62280 i386 [em] em0 broken after resume in 5.2-CURRENT o kern/64878 tackerman [em] Intel 82547 CSA Driver forces system lockup when a kern/66634 tackerman [em] hard lock with em driver o kern/67242 tackerman [em] [patch] dev/em/if_em.c isn't ctags compatible a kern/72748 tackerman [em] em0 problems on t41 after updating to 5.3 a kern/72970 tackerman [em] em(4) driver can hang when mbuf starvation occurs o kern/75794 tackerman [em] em(4) driver alignment problems o kern/77588 [em] PREEMPTION problems in combination with em driver o kern/80932 tackerman [em] [patch] Degraded performance of em driver o kern/81147 tackerman [em] [patch] em0 reinitialization while adding aliases o kern/86124 [em] dell 1850 pro/1000 slow (em problem? SMP problem? o kern/86306 [em] [patch] if_em.c locks up while trying to send a h p kern/87418 glebius [em] [patch] The em driver sometimes stop receive data p kern/89825 glebius [em] Thinkpad T42 hangs when going to sleep when em is 16 problems total. Problem reports for tag 'ep': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/20958 mdodd [ep] ep0 lockup with ifconfig showing OACTIVE o kern/74920 [ep] [panic] 3Com 3C509-Combo Etherlink III panics sys 2 problems total. Problem reports for tag 'ex': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/43916 [ex] [hang] Olicom OC-2220 (PC-card) hangs on ifconfig o kern/52623 [ex] [patch] IRQ error in driver for the Intel EtherEx o i386/85423 i386 [ex] ex(4) does not correctly recognize NIC in PnP mod 3 problems total. Problem reports for tag 'ext2fs': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/77826 [ext2fs] ext2fs usb filesystem will not mount RW 1 problem total. Problem reports for tag 'fdc': S Tracker Resp. Description -------------------------------------------------------------------------------- o i386/43539 i386 [fdc] Cannot mout floppy on Compaq Proliant ML370 o kern/66876 [fdc] [patch] Cannot extract tar(1) multi-volume archi o kern/66960 [fdc] [patch] filesystems not unmounted during reboot o kern/73961 [fdc] floppy disk drive performance problem [new in 5. o kern/74827 [fdc] Problem writing data to floppies [5.3-specific] s kern/75233 [fdc] breaking fdformat /dev/fd0 resets device permiss o i386/77443 i386 [fdc] can't access floppy -- regression on 5.3 o kern/84799 [fdc] [patch] can't read beyond track 0 on fdc (IBM th o i386/87968 i386 [fdc] cannot access the floppy device f i386/88585 i386 [fdc] Cannot mount floppy (HP Proliant ML370 G4) 10 problems total. Problem reports for tag 'fe': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/88576 imp [fe] revision 1.31 to if_fe_pccard.c breaks NE200T fun 1 problem total. Problem reports for tag 'ffs': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/48033 [ffs] FFS superblock flags are being ignored? o kern/89247 [ffs] [patch] QUOTA in 6.0/7.0-current leak 2 problems total. Problem reports for tag 'firewire': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/74238 firewire [firewire] fw_rcv: unknown response; firewire ad-hoc w 1 problem total. Problem reports for tag 'fwip': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/85434 firewire [fwip] fwip (IP over firewire) doesn't work with polli 1 problem total. Problem reports for tag 'fxp': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/12543 [fxp] [patch] cumulative error counters for fxp(4) f kern/40274 [fxp] "fxp: device timeout" errors during heavy, susta o kern/80784 mux [fxp] fxp gives device timeouts o amd64/82425 amd64 [fxp] fxp0: device timeout, fxp interface dies on 5.4/ o kern/85258 mux [fxp] changing promisc mode on nic can lead to kernel o kern/87194 [fxp] fxp(4) promiscuous mode seems to corrupt hw-csum 6 problems total. Problem reports for tag 'gbde': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/76538 geom [gbde] nfs-write on gbde partition stalls and continue o kern/87544 geom [gbde] mmaping large files on a gbde filesystem deadlo 2 problems total. Problem reports for tag 'geode.c': S Tracker Resp. Description -------------------------------------------------------------------------------- o i386/81358 i386 [geode.c] [patch] add PC Engines WRAP support 1 problem total. Problem reports for tag 'geom': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/78114 phk [geom] [patch] Solaris/x86 label structures for GEOM ( o kern/83464 [geom] [patch] Unhandled malloc failures within libgeo o kern/84556 geom [geom] GBDE-encrypted swap causes panic at shutdown o bin/84634 fjoe [geom] [patch] new utility to control GEOM uzip class o kern/84637 pjd [geom] [patch] GEOM LABEL sometimes doesn't recognize o kern/87986 pjd [geom] [hang] gmirror and quota will hang the OS o amd64/89546 amd64 [geom] GEOM error o kern/89998 fjoe [geom] syntax inconsistency with geom_ drivers 8 problems total. Problem reports for tag 'geom_mirror': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/90582 geom [geom_mirror] [panic] Restore cause panic string (ffs_ 1 problem total. Problem reports for tag 'geom_vfs': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/89102 geom [geom_vfs] [panic] panic when forced unmount FS from u 1 problem total. Problem reports for tag 'gif': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/58870 bms [gif] [panic] page fault in kernel mode with ifconfig f kern/71695 brooks [gif] [hang] ifconfig(8) hanging box o kern/72263 [gif] gifconfig output corruption 3 problems total. Problem reports for tag 'gpt': S Tracker Resp. Description -------------------------------------------------------------------------------- o ia64/85772 ia64 [gpt] gpt (geom_) needs to adopt g_ctl 1 problem total. Problem reports for tag 'gre': S Tracker Resp. Description -------------------------------------------------------------------------------- s kern/47813 [gre] pseudo-device gre(4) doesn't appear to work with o kern/60183 sobomax [gre] [patch] No WCCPv2 support in gre o bin/74062 [gre] ifconfig(8) does not display tunnel endpoints fo o kern/85320 [gre] [patch] possible depletion of kernel stack in ip 4 problems total. Problem reports for tag 'headers': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/43905 [headers] [patch] kqueues: EV_SET(kevp++, ...) is non- o kern/44365 [headers] [patch] introduce ulong and unchar types o kern/45793 [headers] [patch] invalid media subtype aliases in if_ o kern/68081 [headers] [patch] sys/time.h (lint fix) o kern/74159 [headers] [patch] fix warnings concerned with header f o kern/84981 [headers] [patch] header protection for o kern/42065 [kernel] [patch] kern.ps_showallprocs has no effect on o kern/42274 [kernel] [patch] Convert defined variable into tuneabl o kern/43577 [kernel] [patch] feature request: new kernel option SH o kern/48471 pjd [kernel] [patch] new feature: private IPC for every ja o kern/50526 [kernel] [patch] update to #! line termination s kern/50827 [kernel] [patch] new feature: add sane record locking o kern/54604 pjd [kernel] [patch] make 'ps -e' procfs-independent o kern/57722 [kernel] [patch] uidinfo list corruption o kern/58803 [kernel] [patch] kern.argmax isn't changeable even at o kern/60550 silby [kernel] [patch] hitting process limits produces sub-o o kern/61497 ups [kernel] [patch] __elfN(map_insert) bug o kern/64196 [kernel] [patch] remove the arbitrary MAXSHELLCMDLEN o kern/68317 [kernel] [patch] on soft (clean) reboots clean dmesg o o kern/69064 [kernel] [patch] No multiple ip4/6's could assigned to o sparc/72998 sparc64 [kernel] [patch] set_mcontext() change syscalls parame s kern/79339 [kernel] [patch] Kernel time code sync with improvemen o kern/81588 phk [kernel] [patch] Devices with SI_CHEAPCLONE flag don't o kern/81943 des [kernel] [patch] _assert_sbuf_integrity causes panic f p kern/85176 des [kernel] [patch] optimization of fdalloc o kern/85651 [kernel] [patch] debugging code to show entries in eve o kern/85657 [kernel] [patch] capture and expose per-CPU time accou o kern/86290 jeff [kernel] [patch] minor optimizations + cleanup to vrel o kern/86336 rwatson [kernel] LOR in kern/uipc_usrreq.c and kern/kern_descr o kern/87990 [kernel] [patch] SMP Race Condition in kdb_enter/kdb_e o kern/88336 [kernel] [patch] setkey(8) -D fails to report all SAs o threa/89262 threads [kernel] [patch] multi-threaded process hangs in kerne o kern/90644 maxim [kernel] [patch] inherit LOCAL_CREDS option for accept o kern/90800 [kernel] [patch] it is possible to fake credentials in o kern/91414 [kernel] [patch] Polling for devices other than NICs 35 problems total. Problem reports for tag 'kevent': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/89775 [kevent] [hang] kevent hangs on second wait for /dev/d 1 problem total. Problem reports for tag 'kgdb': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/80321 ups [kgdb] serial db problems 1 problem total. Problem reports for tag 'kqueue': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/64178 jmg [kqueue] [patch] kqueue does not work with bpf when us o kern/86065 [kqueue] system reboot without sync (and can be securi 2 problems total. Problem reports for tag 'kue': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/57453 [kue] [patch] if_kue hangs boot after warm boot if fir o i386/78218 usb [kue] kue not detected on Sony PCG-F370 VAIO 2 problems total. Problem reports for tag 'lge': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/31102 wpaul [lge] lge + Pentium III data transmission problem o kern/78072 [lge] [patch] Potential memory leak in lge(4) 2 problems total. Problem reports for tag 'libalias': S Tracker Resp. Description -------------------------------------------------------------------------------- o bin/50310 [libalias] [patch] natd / libalias fix to allow dcc re o kern/73034 [libalias] libalias does not handle lowercase port/epr o bin/74450 [libalias] [patch] enable libalias/natd to create skip 3 problems total. Problem reports for tag 'libarchive': S Tracker Resp. Description -------------------------------------------------------------------------------- o bin/86742 kientzle [libarchive] [patch] Add archive_open_ to read from a 1 problem total. Problem reports for tag 'libc': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/19406 [libc] setenv(3) allocates memory which is not freed b o kern/25886 [libc] cgetset(3) doesn't get cleared when switching d o kern/26486 [libc] [patch] setnetgrent hangs when netgroup contain o kern/31981 [libc] [patch] (mis)feature in getnetent parsing -- co o kern/32098 [libc] semctl() does not propagate permissions o kern/35506 jon [libc] innetgr() doesn't match wildcard fields in NIS- o kern/36902 [libc] [patch] proposed new format code %N for strftim o kern/42429 [libc] [patch] hash_action called with HASH_DELETE doe o kern/42956 [libc] dlclose gives "invalid shared object handle" wh p stand/51209 trhodes [libc] [patch] new feature: add a64l()/l64a/l64a_r fun o kern/52907 phk [libc] [patch] more malloc options for debugging progr o kern/55031 [libc] getgrent() failure with large groups o kern/56720 [libc] feature request: UNICODE support in Resolver s kern/59739 [libc] rmdir(2) and mkdir(2) both return EISDIR for ar o kern/60477 deischen [libc] [patch] need thread safe gethostent() and getse o bin/60478 deischen [libc] getaddrinfo not thread safe s kern/64875 standards [libc] [patch] [feature request] add a system call: fd o kern/68690 [libc] write(2) returns wrong value when EFAULT o kern/69825 [libc] 1st group supplied to setgroups() does not take o kern/69826 [libc] 16th group has no effect when accesing file on o kern/72498 [libc] timestamp code on jailed SMP machine generates o kern/76398 [libc] stdio can lose data in the presence of signals o kern/77835 stefanf [libc] [patch] res_debug.c needs const declarators in o kern/77841 [libc] [patch] cast away const in getpublickey() o kern/78756 phantom [libc] [patch] src/lib/libc/nls/fr_FR.ISO8859-1.msg fo s kern/79048 [libc] realloc() copies data even when the size of all o kern/81987 [libc] [patch] memory leaks in libc/rpc o kern/82380 [libc] [patch] buildworld error in libc o kern/83107 delphij [libc] [patch] libc uuid_compare() doesn't work with l o bin/83914 [libc] popen() doesn't work in static threaded program p kern/84740 tjr [libc] regcomp("\254") fails o i386/85242 i386 [libc] [patch] libc contains relocation to the .text s o kern/90333 das [libc] libc/gdtoa::__hldtoa() bug o bin/90736 [libc] dlfunc can not be defined in libc 34 problems total. Problem reports for tag 'libc_r': S Tracker Resp. Description -------------------------------------------------------------------------------- o threa/81534 threads [libc_r] [patch] libc_r close() will fail on any fd ty 1 problem total. Problem reports for tag 'libcrypt': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/75934 [libcrypt] [patch] missing blowfish functionality in p 1 problem total. Problem reports for tag 'libdisk': S Tracker Resp. Description -------------------------------------------------------------------------------- o bin/24435 qa [libdisk] changing slice type causes Auto-partition to o kern/31201 [libdisk] [patch] add free_space(chunk) to libdisk o kern/36916 qa [libdisk] DOS active partition flag lost in libdisk an 3 problems total. Problem reports for tag 'libedit': S Tracker Resp. Description -------------------------------------------------------------------------------- p bin/89180 stefanf [libedit] [patch] bug fix for libedit 1 problem total. Problem reports for tag 'libiconv': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/35635 [libiconv] [patch] missing dep in libiconv prevents pa s kern/76520 [libiconv] [patch] Add new kernel-side libiconv conver 2 problems total. Problem reports for tag 'libkse': S Tracker Resp. Description -------------------------------------------------------------------------------- o sparc/73413 trhodes [libkse] [patch] pthread (libkse) library is broken on 1 problem total. Problem reports for tag 'libm': S Tracker Resp. Description -------------------------------------------------------------------------------- o stand/83845 standards [libm] [patch] add log2() and log2f() support for libm o i386/85101 i386 [libm] nearbyint always returns nan 2 problems total. Problem reports for tag 'libmap': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/78646 [libmap] [patch] libmap should canonicalize pathnames 1 problem total. Problem reports for tag 'libpam': S Tracker Resp. Description -------------------------------------------------------------------------------- s kern/20333 des [libpam] ftp login fails on unix password when s/key a o kern/76678 rwatson [libpam] [patch] Allow pam_krb5 to authenticate no loc 2 problems total. Problem reports for tag 'libpcap': S Tracker Resp. Description -------------------------------------------------------------------------------- f kern/58529 dwmalone [libpcap] [patch] RDWR bpf in pcap. 1 problem total. Problem reports for tag 'libstand': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/85650 [libstand] [patch] modifications to tftp-based PXE boo 1 problem total. Problem reports for tag 'libtacplus': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/80269 [libtacplus] [patch] libtacplus tac_get_av_value will 1 problem total. Problem reports for tag 'libthr': S Tracker Resp. Description -------------------------------------------------------------------------------- o threa/85160 threads [libthr] [patch] libobjc + libpthread/libthr crash pro 1 problem total. Problem reports for tag 'libutil': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/35774 [libutil] logwtmp: Suboptimal auditing possibilities f s kern/38347 [libutil] [patch] [feature request] new library functi o kern/40127 [libutil] [patch] Add functions for PID-file handling o kern/84797 [libutil] [patch] State engine in the libutils propert p bin/88301 brooks [libutil] unable to rsh to 5.4-STABLE system (10/14/05 5 problems total. Problem reports for tag 'libz': S Tracker Resp. Description -------------------------------------------------------------------------------- o bin/89012 [libz] FreeBSD-6.0 is still using zlib-1.2.2 1 problem total. Problem reports for tag 'linux': S Tracker Resp. Description -------------------------------------------------------------------------------- f kern/29698 emulation [linux] [patch] linux ipcs doesn'work f kern/39201 emulation [linux] [patch] ptrace(2) and rfork(RFLINUXTHPN) confu f kern/45023 emulation [linux] [patch] flexlm does not run with linux-base-7, o kern/55835 emulation [linux] [patch] Linux IPC emulation missing SETALL sys f kern/57192 emulation [linux] [hang] linux-ibm-java1.4 freeze f kern/72920 emulation [linux]: path "prefixing" is not done on unix domain s o kern/73777 emulation [linux] [patch] linux emulation: root dir special hand f kern/77253 emulation [linux] meminfo in linprocfs returns bad value about s o kern/77710 emulation [linux] Linux page fault sigcontext information is wro o kern/85175 emulation [linux] [patch] linux emulation layer without COMPAT_4 o kern/90330 [linux] linux_compat /dev system freeze problem 11 problems total. Problem reports for tag 'lnc': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/26547 ambrisko [lnc] [patch] problem with shared memory mode with PCn o kern/77982 [lnc] [patch] lnc0 can NOT be detected in vmware 4.5.2 o kern/81322 [lnc] [hang] lnc driver causes lockups 3 problems total. Problem reports for tag 'loader': S Tracker Resp. Description -------------------------------------------------------------------------------- s i386/39536 i386 [loader] FreeBSD default bootloader does not load from o i386/52581 i386 [loader] boot loaders reading more than one sector at o i386/62003 i386 [loader] [patch] make /boot/loader "reboot" code same o i386/63628 bms [loader] [patch] i386 master boot record to allow boot o i386/65523 i386 [loader] [patch] PXE loader malfunction in multiple PX o kern/73004 [loader] [patch] PXE loader malfunction in multiple PX p kern/81449 jkim [loader] [patch] SMBIOS scan for loader o i386/85652 i386 [loader] [patch] deal with out-of-memory errors during 8 problems total. Problem reports for tag 'lpt': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/26562 [lpt] [patch] /dev/lpt0 returns EBUSY when attempting o kern/27403 [lpt] lpt driver doesn't handle flags anymore o kern/34568 [lpt] turning printer on and off hangs the computer 3 problems total. Problem reports for tag 'mac': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/63096 rwatson [mac] [patch] MAC entry point for route manipulation o kern/71677 rwatson [mac] [patch] MAC Biba / IPFW panic 2 problems total. Problem reports for tag 'makedev': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/44058 [MAKEDEV] [patch] /dev/ch* is created without group wr s bin/56012 [MAKEDEV] [patch] MAKEDEV does not allow creation of t 2 problems total. Problem reports for tag 'md': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/80136 [md] [crash] mdconfig can reboot the system o kern/81161 [md] Images mounted through mdconfig on a read-only fs o kern/87255 [md] [panic] large malloc-backed mfs crashes the syste o kern/89355 [md] mdconfig -t vnode filesystem mount problem 4 problems total. Problem reports for tag 'mem': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/71334 [mem] [patch] mem_range_attr_{set|get} are no longer k 1 problem total. Problem reports for tag 'mfs': S Tracker Resp. Description -------------------------------------------------------------------------------- s kern/50856 [mfs] panic if mounting /tmp as mfs with soft-updates o kern/52445 [mfs] panic when mounting floppy on MFS filesystem o kern/57195 [mfs] mount_mfs -i 512 => panic? 3 problems total. Problem reports for tag 'mii': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/76710 [mii] [patch] rgephy does not deal with status properl 1 problem total. Problem reports for tag 'mlx': S Tracker Resp. Description -------------------------------------------------------------------------------- p kern/84163 [mlx] 6.0-BETA1 mlx driver don't find any drive 1 problem total. Problem reports for tag 'mly': S Tracker Resp. Description -------------------------------------------------------------------------------- o i386/55603 i386 [mly] unable to reboot when system runs from Mylex A35 s kern/57398 scsi [mly] Current fails to install on mly(4) based RAID di 2 problems total. Problem reports for tag 'mmap': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/68765 [mmap] a little data can be stored beyond EOF. 1 problem total. Problem reports for tag 'modules': S Tracker Resp. Description -------------------------------------------------------------------------------- f kern/29626 [modules] loading a module that is already compiled in o kern/48758 [modules] kldunload if_{nic} can cause kernel panic o kern/48976 [modules] nwfs.ko oddity o misc/60503 [modules] small error in modules installation o kern/62502 [modules] panic under double loading vinum.ko module o o kern/64903 [modules] panic: multiple kldload of a module compiled o kern/68076 [modules] Page fault when the sequence "kldunload ucom o kern/69502 [modules] kldload will load modules that are in the st o kern/70401 darrenr [modules] Could not load ipl.ko when no INET6 in the k o kern/74549 [modules] [patch] Allow third party KLDs (eg ports) to o kern/74809 [modules] [panic] smbfs panic if multiply mounted o kern/83017 [modules] snd_ich freezes system when being kldload'ed s kern/83738 jkoshy [modules] kldload hwpmc.ko fails with 'link_elf: symbo o kern/84052 [modules] [hang] 5.4-STABLE - kldunload snd_ich freeze f kern/84370 pf [modules] Unload pf.ko cause page fault o kern/88659 ipfw [modules] ipfw and ip6fw do not work properly as modul o kern/88709 [modules] [panic] sysctl -a after kldunload fdc panics o kern/88823 [modules] atapicam - kernel trap 12 on loading and unl 18 problems total. Problem reports for tag 'mount': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/5362 [mount] mount incorrectly reports / as an NFS export o kern/39329 [mount] '..' at mountpoint is subject to the permissio 2 problems total. Problem reports for tag 'mouse': S Tracker Resp. Description -------------------------------------------------------------------------------- o usb/87648 usb [mouse] Logitech USB-optical mouse problem. o kern/89166 [mouse] jumpy mouse movement o kern/89258 [mouse] synaptic touchpad support "worse" with hw.psm. 3 problems total. Problem reports for tag 'mpt': S Tracker Resp. Description -------------------------------------------------------------------------------- o i386/67047 i386 [mpt] mpt driver does not recognize messages from LSI o amd64/74608 amd64 [mpt] [hang] mpt hangs 5 minutes when booting o kern/84040 [mpt] 6.0-BETA1 mpt driver not working under VMware ES o kern/91160 [mpt] system hangs with: mpt0: Request 0xffffffff89b96 4 problems total. Problem reports for tag 'msdosfs': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/15838 trhodes [msdosfs] [patch] Conversion tables in msdosfs_conv.c a kern/21807 [msdosfs] [patch] Make System attribute correspond to a kern/21808 [msdosfs] [patch] msdosfs incorrectly handles vnode lo o kern/45558 [msdosfs] mdconfig and msdosfs make fs writes hang o kern/47628 trhodes [msdosfs] [patch] msdosfs file corruption fix o kern/62762 trhodes [msdosfs] Fsync for msdos fs does not sync entries o kern/67326 [msdosfs] crash after attempt to mount write protected o kern/68719 [msdosfs] [patch] poor performance with msdosfs and US o kern/70096 [msdosfs] [patch] full msdos file system causes corrup o amd64/73322 amd64 [msdosfs] [hang] unarchiving /etc to msdosfs locks up o kern/79441 [msdosfs] problem writing on mounted msdos-fs at /mnt o amd64/84930 amd64 [msdosfs] something wrong with msdosfs on amd64 o kern/85366 [msdosfs] [patch] MSDOSFS doesn't mark volume "clean" o kern/85649 [msdosfs] [patch] allow mounting msdos files systems a o kern/86655 [msdosfs] [patch] msdosfs incorrectly handles NT 8.3 c o kern/87368 [msdosfs] fat32 is very slow o i386/91242 i386 [msdosfs] panic: rofs mod 17 problems total. Problem reports for tag 'nanobsd': S Tracker Resp. Description -------------------------------------------------------------------------------- o bin/70795 [nanobsd] [patch] misc nanobsd fixes and improvements 1 problem total. Problem reports for tag 'ncurses': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/84219 [ncurses] [patch] ncurses.h wchar_t confliction 1 problem total. Problem reports for tag 'ndis': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/73224 wpaul [ndis] [patch] Lock order reversal in ntoskrnl_timerca o kern/78382 wpaul [ndis] dhclient on ndis0 causes kernel panic o i386/86920 i386 [ndis] ifconfig: SIOCS80211: Invalid argument (regress o i386/87630 i386 [ndis] No match for NdisIMGetCurrentPacketStack o kern/88882 [ndis] ndis IF tx/rx and other problems in 6.0-R (regr o kern/88937 [ndis] ifconfig ndis does not show the correct mode o kern/89738 [ndis] [hang] Can't make WL8000PCM wifi card work with o kern/89880 wpaul [ndis] ndis interface stops rx/tx while large text tra 8 problems total. Problem reports for tag 'net': S Tracker Resp. Description -------------------------------------------------------------------------------- s kern/12071 fanf [net] [patch] new function: large scale IP aliasing s kern/68692 andre [net] [patch] Move ARP out of routing table o kern/76432 gnn [net] [patch] recursive locking in the network stack o kern/85648 [net] [patch] provide more specific default network dr o kern/90096 [net] [patch] arp mixup if carp and bridge used o kern/90973 thompsa [net] [patch] if_bridge does not handle arp for own ad 6 problems total. Problem reports for tag 'net80211': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/61415 [net80211] [patch] disable broadcast ssid if_wi and di 1 problem total. Problem reports for tag 'netatalk': S Tracker Resp. Description -------------------------------------------------------------------------------- s kern/4184 [netatalk] [patch] minor nits in sys/netatalk 1 problem total. Problem reports for tag 'netgraph': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/63863 glebius [netgraph] [patch] feature request: implement NGM_ELEC o kern/66225 [netgraph] [patch] extend ng_eiface(4) control message f kern/72933 yar [netgraph] [patch] promisc mode on vlan interface does o sparc/80410 sparc64 [netgraph] netgraph is causing crash with mpd on sparc o kern/82188 [netgraph] [patch] ng_fec interface not running after o kern/82189 [netgraph] [patch] ng_fec interface - problems with co o kern/82881 [netgraph] [panic] ng_fec(4) causes kernel panic after o kern/87421 [netgraph] [panic]: ng_ether + ng_eiface + if_bridge o kern/91419 [netgraph] libnetgraph/debug.c compile error on sparc6 9 problems total. Problem reports for tag 'netinet': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/52585 bms [netinet] [patch] Kernel panic with ipfw2 and syncooki a kern/61744 andre [netinet] [patch] TCP hangs onto mbufs with no tcp dat o kern/68110 hsu [netinet] [patch] RFC 3522 for -HEAD o kern/72396 [netinet] [patch] Incorrect network accounting with al o kern/74935 andre [netinet] [patch] TCP simultaneous open fails. o kern/75122 silby [netinet] [patch] Incorrect inflight bandwidth calcula o kern/78227 [netinet] [patch] Destroying a network interface leaks o kern/90155 [netinet] [patch] use sysctl(8) to control hardware ch o kern/91412 [netinet] [patch] Problem with PMTU Discovery / DF / I 9 problems total. Problem reports for tag 'netinet6': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/72217 [netinet6] [patch] Bug in calculation of the parameter 1 problem total. Problem reports for tag 'newfs': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/77181 [newfs] [patch] newfs -g largevalue, mkdir, panic 1 problem total. Problem reports for tag 'nfs': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/4012 [nfs] 2.2-RELEASE/Digital UNIX NFSv3 0 length files a kern/14712 iedowse [nfs] root has access to NFS mounted directories with s kern/17108 [nfs] SecureRPC not supported in mount_nfs command s conf/17540 [nfs] NIS host lookups cause NFS mounts to wedge at bo o kern/19909 [nfs] Problem with NFS client in 4.0-STABLE o kern/21222 [nfs] wrong behavior of concurrent mmap()s on NFS file o bin/22291 [nfs] getcwd() fails on recently-modified NFS-mounted o conf/22308 [nfs] mounting NFS during boot blocks if host map come a kern/26142 [nfs] Unlink fails on NFS mounted filesystem o kern/27232 [nfs] On NFSv3 mounted filesystems, stat returns st_bl o kern/30971 peter [nfs] NFS client modification time resolution is not h o kern/31380 [nfs] NFS rootfs mount failure message too cryptic o kern/31790 [nfs] problem with NFS and jail() o kern/32668 [nfs] NFS directory removal problems manifested in por o kern/33203 [nfs] "got bad cookie" errors on NFS client o kern/35669 [nfs] NFSROOT breaks without a gateway o kern/37502 [nfs] NFS client ignores mtime.tv_usec for open/close o kern/38872 [nfs] nfs code ignores possibility of MGET(M_WAIT) fai o kern/41216 [nfs] Get "NFS append race" error o kern/43474 [nfs] [patch] dhcp.* values not set in kenv by bootp c o kern/43954 [nfs] nfs-blocked process can't return or be interrupt p kern/44336 [nfs] NFSv3 client broken - security problem with attr o kern/44580 [nfs] NFS updates file access time when file is modifi o kern/48894 [nfs] Suggested improvements to the NFS read-ahead heu o kern/52936 [nfs] Huge writes to nfs exported FAT filesystems caus o kern/54383 net [nfs] [patch] NFS root configurations without dynamic a kern/57696 [nfs] NFS client readdir terminates prematurely if ren a kern/62278 iedowse [nfs] NFS server may not set eof flag when reading las p kern/64091 peadar [nfs] nfs data corruption at end of file a kern/64816 peadar [nfs] mmap and/or ftruncate does not work correctly on o kern/66611 [nfs] Crashing NFS servers (with workaround) o kern/66786 [nfs] panic: exporting msdosfs causes nfs to panic o kern/70708 [nfs] gcore/procfs not finding /proc/pid/file on repea o kern/70880 [nfs] 5.3 beta1 nfs problem o kern/71391 [nfs] [panic] md via NFS file + mount -t ntfs: panic: o kern/72504 [nfs] nfsd result mbufs-overruns o kern/72630 [nfs] [hang] NFS copy of large file crash/hangs 5.2.1 o kern/73740 [nfs] [panic] 5-3-R#3 panic when accessing nfs exporte o amd64/74811 amd64 [nfs] df, nfs mount, negative Avail -> 32/64-bit confu o kern/75380 [nfs] can not open("..") from top-level directory of U o kern/76126 [nfs] [patch] 4.11 client will send a NFS request to r o kern/77432 [nfs] [patch] It is not possible to load nfs4client.ko o kern/77463 [nfs] [patch] Local DoS from user-space in NFS client o kern/77902 [nfs] NFS client should use VA_UTIMES_NULL to determin o kern/77904 [nfs] NFS server should set VA_UTIMES_NULL in a v3 SET o kern/78673 [nfs] [patch] nfs client open resets attrstamp ever if o kern/78884 [nfs] [patch] nfs client cache negative lookups o kern/79208 [nfs] Deadlock or starvation doing heavy NFS writes wi o kern/79214 [nfs] iozone hurts tcp-based NFS o kern/79336 [nfs] NFS client doesn't detect file updates on Novell o kern/79700 [nfs] suspending nfs file access hangs other access to o kern/81770 [nfs] Always "NFS append race" at every NFS mount with o kern/82805 [nfs] [panic] sched_switch ched_4bsd.c:865 / nfs_inact o kern/84500 [nfs] [panic] nfsv4 memory allocation panic o kern/84673 [nfs] NFS client problem "Stale NFS file handle" o kern/84953 [nfs] NFS locking issue in RELENG_6/i386/SMP o kern/84964 [nfs] nfs4 mount doesn't handle NFS4ERR_GRACE o kern/84965 [nfs] nfs4 mount generates NFS4ERR_BAD_SEQID o kern/84968 [nfs] programs on nfs4 mounts won't execute o kern/85894 [nfs] [panic] nfs_timer / nfs_socket.c:1146 panic o kern/86319 [nfs] [feature request] support a "noac" NFS mount fla o kern/86944 [nfs] [patch] When I use FreeBSD with NFS client, clos o kern/87967 [nfs] [panic] Page fault panic on NFS client. o kern/88856 [nfs] XDR/RPC breaks when sending msgs > 9000 bytes 64 problems total. Problem reports for tag 'nge': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/31940 [nge] nge(4) gigabit adapter link reset and slow trans o kern/41720 [nge] if_nge_load=YES make system not bootable o kern/90279 [nge] Appletalk and 0x090007 OUI enet frames can't pas 3 problems total. Problem reports for tag 'nis': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/17310 [nis] [patch] NIS host name resolving may loop forever o kern/34842 [nis] [patch] VmWare port + NIS causes "broadcast stor o bin/40215 wpaul [nis] NIS host search not terminate o kern/44578 [nis] getnetgrent fails to read NIS netgroup map o kern/45026 [nis] Can't set next password change date on NIS serve o bin/51628 [nis] ypmatch doesn't match keys in legacy NIS servers o kern/61774 [nis] nis security issue o i386/64716 i386 [nis] mv crashes FreeBSD 5.2.1-p3 o kern/71478 [nis] NIS/NFS: res_mkquery failed [4.2] o kern/71683 [nis] NIS/NFS problem [4.8] o conf/72592 [nis] NIS Domain Master fails as client of itself o kern/86693 [nis] [patch] inconsistency between getusershell.c and 12 problems total. Problem reports for tag 'notes': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/90181 [NOTES] [patch] IPSEC_FILTERGIF documentation is incom 1 problem total. Problem reports for tag 'ntfs': S Tracker Resp. Description -------------------------------------------------------------------------------- o alpha/59116 alpha [ntfs] mount_ntfs of a Windows 2000-formatted fs cause o kern/71774 [ntfs] NTFS cannot "see" files on a WinXP filesystem o kern/73484 [ntfs] Kernel panic when doing `ls` from the client si o kern/73514 [ntfs] [patch] mount_ntfs: can't access to a large fil o kern/80519 [ntfs] Write capability for ntfs filesystems does not o kern/86965 [ntfs] NTFS driver returns incorrect 'number of links' o kern/89966 [ntfs] [panic] mounting ntfs causes kernel panic in so 7 problems total. Problem reports for tag 'nullfs': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/51583 [nullfs] [patch] allow to work with devices and socket o kern/59945 [nullfs] [patch] nullfs bug: reboot after panic: null_ p kern/63662 [nullfs] using read-only NULLFS leads to panic. gdb ou o kern/87906 rodrigc [nullfs] [patch] nullfs NFS exporting 4 problems total. Problem reports for tag 'nve': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/85583 obrien [nve] [timeout] send errors ("device timeout") with nV o kern/88045 obrien [nve] [patch] 6.0rc1: nve0: device timeout (51) 2 problems total. Problem reports for tag 'nwfs': S Tracker Resp. Description -------------------------------------------------------------------------------- a kern/59211 [nwfs] System crashes when moving files from NWFS moun o kern/65920 [nwfs] Mounted Netware filesystem behaves strange o kern/69100 [nwfs] panic: 5.2.1p9 kernel panics when mounting nwfs 3 problems total. Problem reports for tag 'openssl': S Tracker Resp. Description -------------------------------------------------------------------------------- o bin/80074 [openssl] Bug in OpenSSL's sk_insert() causes segfault 1 problem total. Problem reports for tag 'orm': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/82978 [orm] [hang] FreeBSD hangs loading orm(4) only after r 1 problem total. Problem reports for tag 'pam': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/66095 [pam] template_user is broken in pam_radius o kern/83099 des [pam] pam_login_access change causes cyrus-sasl-saslau o kern/88150 des [pam] PAM does not search /usr/local/lib for modules 3 problems total. Problem reports for tag 'pccard': S Tracker Resp. Description -------------------------------------------------------------------------------- o i386/41364 imp [pccard] NewMedia "Bus Toaster" SCSI card w/ Advansys o conf/55470 [pccard] [patch] new pccard.conf entry (I-O DATA WN-B1 o kern/60307 [pccard] [patch] wrong product id in pccarddevs for Sp o kern/62098 [pccard] [patch] Bad CISTPL_VERS_1 and clash on notebo o kern/67763 [pccard] [patch] PCMCIA: MELCO manufacturer code shoul o kern/71608 [pccard] XIRCOM REM56-100 Ethernet 10/100 can't config o kern/74498 [pccard] [patch] new CIS id for Intersil WiFi, pccard o kern/75298 [pccard] [patch] add missing device id for pccard brid o kern/82464 [pccard] Sony Ericsson GC75 GPRS MODEM not recognized o kern/89878 [pccard] [patch] pccard.c:pccard_safe_quote() unsafe 10 problems total. Problem reports for tag 'pci': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/59903 [pci] [patch] "pci_find_device" returns [only/at] the o kern/60982 [pci] [patch] ID for VIA 686A Power Management Unit (f o kern/65355 [pci] [patch] TC1000 serial ports need enabling o kern/70810 [pci] [patch] Enable SMBus device on Asus P4B series m p kern/79139 rodrigc [pci] [patch] Support for more PCIe chipsets o kern/79266 [pci] [patch] RELENG_4 pci CONF1_ENABLE_MSK depend MFC o kern/89837 [pci] PCI code outputs superfluous "failed to enable/d o kern/91347 [pci] [patch] Add another PCI-e chipset for extended c 8 problems total. Problem reports for tag 'pcm': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/90837 [pcm] PCM - ICH6 - device is busy, but old process doe 1 problem total. Problem reports for tag 'pcn': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/31456 [pcn] [patch] register number definition for AMD PCnet o kern/72966 obrien [pcn] [patch] AMD PCnet/PCI Fast Ethernet driver broke 2 problems total. Problem reports for tag 'pcvt': S Tracker Resp. Description -------------------------------------------------------------------------------- a kern/26348 [pcvt] scon -s, page fault in HP mode o i386/47223 i386 [pcvt] [PATCH] pcvt(4), ESC sequences do not change co o i386/47376 i386 [pcvt] [PATCH], pcvt(4), COLOR_KERNEL_FG, 2nd characte o stand/54833 standards [pcvt] more pcvt deficits o stand/54839 standards [pcvt] pcvt deficits o bin/71623 [pcvt] [patch] cleanup of the usr.sbin/pcvt code o i386/75887 i386 [pcvt] with vt0.disabled=0 and PCVT in kernel video/ke 7 problems total. Problem reports for tag 'pecoff': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/60963 [pecoff] [patch] Win32 Applications abort on PECOFF o kern/80742 [pecoff] [patch] Local DoS in sys/compat/pecoff (+ oth 2 problems total. Problem reports for tag 'perfmon': S Tracker Resp. Description -------------------------------------------------------------------------------- o i386/24963 i386 [perfmon] perfmon(4) doesn't work on SMP systems 1 problem total. Problem reports for tag 'pf': S Tracker Resp. Description -------------------------------------------------------------------------------- o conf/81042 pf [pf] [patch] /etc/pf.os doesn't match FreeBSD 5.3->5.4 o kern/82271 pf [pf] cbq scheduler cause bad latency a kern/84544 dhartmei [pf] [patch] pfvar.h: PF_QNAME_SIZE is too small for c f kern/84801 mlaier [pf] kernel hangs with pf and route-to f kern/86072 pf [pf] Packet Filter rule not working properly (with SYN o kern/86848 [pf][multicast] destroying active syncdev leads to pan o kern/88271 [pf] [patch] pf.ko from buildkernel can't log in -curr o kern/90148 pf [pf] pf_enable="YES" -> Fatal trap 12: page fault whil 8 problems total. Problem reports for tag 'pfil': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/73517 [pfil] pfil_hooks (ipfw,pf etc) and ipsec processing o 1 problem total. Problem reports for tag 'picobsd': S Tracker Resp. Description -------------------------------------------------------------------------------- o bin/29725 dwmalone [picobsd] [patch] fixed segmentation fault in simple_h o bin/42084 luigi [picobsd] PicoBSD's 'netstat -i' reports negative Ipkt o misc/42115 luigi [picobsd] [patch] fix build script for 4.6-STABLE 3 problems total. Problem reports for tag 'pipe': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/77493 [pipe] freebsd 5.3 + bash process substitution fails d 1 problem total. Problem reports for tag 'pkg_install': S Tracker Resp. Description -------------------------------------------------------------------------------- o bin/34628 [pkg_install] [patch] pkg-routines ignore the recorded 1 problem total. Problem reports for tag 'pmap': S Tracker Resp. Description -------------------------------------------------------------------------------- o i386/31427 davidxu [pmap] [patch] minor incorrect code in sys/i386/i386/p o kern/71109 alc [pmap] [patch] Possible race conditions in pmap.c o i386/74327 i386 [pmap] [patch] mlock() causes physical memory leakage 3 problems total. Problem reports for tag 'pmc': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/90269 jkoshy [pmc] [panic] panic in pmc sampling mode 1 problem total. Problem reports for tag 'powerd': S Tracker Resp. Description -------------------------------------------------------------------------------- o amd64/87689 amd64 [powerd] [hang] powerd hangs SMP Opteron 244 5-STABLE o bin/90903 [powerd] cpufreq inconsistency / powerd broken 2 problems total. Problem reports for tag 'ppbus': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/17425 [ppbus] [patch] fix two small printing errors in ppbus 1 problem total. Problem reports for tag 'ppc': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/74037 [ppc] ppc(4) cannot find parallel port on Toshiba M30 1 problem total. Problem reports for tag 'ppp': S Tracker Resp. Description -------------------------------------------------------------------------------- o bin/88619 brian [ppp] ppp chat auth fails ( pppoe ) 1 problem total. Problem reports for tag 'procfs': S Tracker Resp. Description -------------------------------------------------------------------------------- s kern/19535 [procfs] [patch] procfs_rlimit tidyup o kern/86107 [procfs] [panic] unrhdr has N allocations, NULL derefe o kern/90063 [procfs] access("/proc/123", F_OK) doesn't work on >= 3 problems total. Problem reports for tag 'pseudofs': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/85137 [pseudofs] [patch] panic due to sleep with held mutex 1 problem total. Problem reports for tag 'psm': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/57230 [psm] [patch] psm(4) incorrectly identifies an Intelli o i386/65528 i386 [psm] mouse cursor disapears on moving o i386/67055 i386 [psm] Mouse (wheel) detection problem on SIS748/964 ba o kern/75008 [psm] [patch] ALPS GlidePoint not recognized FreeBSD 5 o kern/80844 [psm] [patch] Increase compatibility of psm driver wit o kern/84411 philip [psm] [patch] psm drivers adds bad buttons for Synapti o i386/85072 i386 [psm] ps/2 Mouse detection failure on compaq chipset o kern/91339 [psm] mousedriver do not recognize aditional buttons o 8 problems total. Problem reports for tag 'pst': S Tracker Resp. Description -------------------------------------------------------------------------------- o i386/74153 i386 [pst] FreeBSD 5.3 cannot boot ftom pst 1 problem total. Problem reports for tag 'pty': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/60697 [pty] [patch] pseudo-tty hack versus telnet race cause 1 problem total. Problem reports for tag 'puc': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/42578 [puc] [panic] using PCI serial cards (puc) in SMP mach o kern/43716 [puc] [patch] puc driver does not recognize Lava Dual- o kern/58953 [puc] [patch] detect NetMOS-based six serial port card o kern/69730 [puc] [patch] puc driver doesn't support PC-Com 8-port o kern/72352 [puc] [patch] Support for VScom PCI-100L is missing fr o kern/75132 jhb [puc] [patch] add support for the Davicom 56PDV PCI Mo o kern/82901 [puc] ECP mode fails on NetMos ppc card - "PWord not s 7 problems total. Problem reports for tag 'radeon': S Tracker Resp. Description -------------------------------------------------------------------------------- o amd64/86080 amd64 [radeon] [hang] radeon DRI causes system hang on amd64 o kern/89271 [radeon][agp][hang] X.org hangs when heavily using Rad 2 problems total. Problem reports for tag 're': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/68514 [re] Realtek driver halts on oversized frames o i386/70832 i386 [re] serious problems with RealTek NIC using re0 drive o kern/76551 [re] [patch] re0: watchdog timeout o kern/80005 [re] re(4) network interface _very_ unpredictable work o kern/81019 [re] re(4) RealTek 8169S32 behaves erratically o kern/84584 [re] re(4) spends too much time in interrupt handler ( 6 problems total. Problem reports for tag 'realtek': S Tracker Resp. Description -------------------------------------------------------------------------------- o i386/83735 i386 [REALTEK]: network card (realtek 8139) and sound card 1 problem total. Problem reports for tag 'repo': S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/91264 clsung [REPO] www/plog to www/lifetype 1 problem total. Problem reports for tag 'resolver': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/74314 [resolver] DNS resolver broken under certain jail cond 1 problem total. Problem reports for tag 'rl': S Tracker Resp. Description -------------------------------------------------------------------------------- f kern/64594 glebius [rl] 5.2-CURRENT: driver 'rl' (RealTek 8129/8139 Fast o kern/69092 [rl] kernel: rl0: watchdog timeout o i386/74966 i386 [rl] Realtek driver seems to misinterpret some packets o kern/75312 [rl] Built-in RTL8281BL on Asus Pundit AB P2800 is not o kern/76081 [rl] [patch] Add support for CardBUS NIC FNW3603TX o i386/76948 i386 [rl] Slow network with rl0 6 problems total. Problem reports for tag 'rp': S Tracker Resp. Description -------------------------------------------------------------------------------- s i386/28975 mjacob [rp] RocketPort problems o kern/44202 [rp] [patch] -stable rp driver does not work with mult 2 problems total. Problem reports for tag 'rpc': S Tracker Resp. Description -------------------------------------------------------------------------------- s kern/56461 [rpc] FreeBSD client rpc.lockd incompatible with Linux o bin/70974 [rpc] SIGSEGV in rpc.lockd 2 problems total. Problem reports for tag 'rpc.lockd': S Tracker Resp. Description -------------------------------------------------------------------------------- f bin/30661 alfred [rpc.lockd] [patch] FreeBSD-current fails to do partia 1 problem total. Problem reports for tag 'rpcbind': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/73865 [rpcbind] [patch] NOINET6=yes in /etc/make.conf ignore 1 problem total. Problem reports for tag 'rtc': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/63431 [rtc] motherboard going to suspend mode stops system c o kern/70649 [rtc] system clock slows down when heavily loaded 2 problems total. Problem reports for tag 'rtld': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/88117 [rtld] [patch] support of $ORIGIN in rtld-elf. 1 problem total. Problem reports for tag 'sched_ule': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/71421 jeff [sched_ule] [hang] filesystem operations lockups o kern/71827 jeff [sched_ule] [panic] Running java applications causes k o kern/72560 jeff [sched_ule] [patch] small cleanup of SCHED_ULE o kern/72659 jeff [sched_ule] [patch] little bug in sched_ule interactiv o kern/73225 jeff [sched_ule] [panic] reproducable Page Fault o kern/78444 jeff [sched_ule] doesn't keep track of the sleep time of a o threa/80887 jeff [sched_ule] ULE with SMP broke libpthread/libthr on 5. o kern/85658 jeff [sched_ule] [patch] add DDB command, show runq, to sch o kern/86067 jeff [sched_ule] 6.0-BETA4 hangs while trying idprio 9 problems total. Problem reports for tag 'scsi': S Tracker Resp. Description -------------------------------------------------------------------------------- s kern/7264 gibbs [scsi] Buslogic BT 950 scsi card not detected o kern/13141 se [scsi] Multiple LUN support in NCR driver is broken. f kern/17058 mjacob [scsi] tape driver can't drive devs that can't do SCSI f kern/29318 mjacob [scsi] [patch] Exabyte 8200 needs SA_QUIRK_1FM and SA_ o kern/57469 scsi [scsi] [patch] Quirk for Conner CP3500 o kern/78868 gibbs [scsi] Adaptec 29160 fails with IBM LTO-2 drive if dis 6 problems total. Problem reports for tag 'sf': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/68623 [sf] [patch] sf(4) (Adaptec StarFire) multiple problem 1 problem total. Problem reports for tag 'sio': S Tracker Resp. Description -------------------------------------------------------------------------------- s kern/2298 [sio] [patch] support for DSR/DCD swapping on serial p o kern/20410 [sio] sio support for high speed NS16550A, ST16650A an o kern/26261 [sio] silo overflow problem in sio driver o kern/44267 [sio] [patch] One more modem PNP id for /usr/src/sys/i o kern/51982 [sio] sio1: interrupt-level buffer overflows o kern/65278 ups [sio] [patch] kgdb debugger port initialization destro o kern/81807 [sio] Silo overflows with serial multiport cards o kern/87845 [sio] [patch] sio(4) should on probe return BUS_PROBE_ 8 problems total. Problem reports for tag 'sis': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/35442 [sis] [patch] Problem transmitting runts in if_sis dri o kern/35511 [sis] sis(4) multicast filtering doesn't pass some App o kern/36517 [sis] sis driver can't map ports/memory for NetGear FA o kern/64556 [sis] if_sis short cable fix problems with NetGear FA3 o kern/77631 [sis] sis network driver broken in 5.3 o amd64/78848 amd64 [sis] sis driver on FreeBSD 5.x does not work on amd64 o kern/83807 [sis] [patch] if_sis: Wake On Lan support for FreeBSD 7 problems total. Problem reports for tag 'sk': S Tracker Resp. Description -------------------------------------------------------------------------------- s kern/65817 [sk] [panic] kernel panic with GENERIC 5.2.1 and SysKo o kern/72997 [sk] Network performance down [6-CURRENT] o kern/91000 bz [sk] sk connection shut down after some time of inacti 3 problems total. Problem reports for tag 'smbfs': S Tracker Resp. Description -------------------------------------------------------------------------------- p kern/36038 bp [smbfs] sendfile(2) on smbfs fails, exposes kernel mem o kern/36566 [smbfs] System reboot with dead smb mount and umount a kern/39043 [smbfs] Corrupted files on a FAT32 partition o kern/42652 [smbfs] error deleting r/o (by windows) files on smbfs o kern/46017 [smbfs] smb mounts break /etc/periodic/weekly/310.loca o kern/53987 [smbfs] smbfs can't access to files with symbol ¿ in n o kern/55617 [smbfs] Accessing an nsmb-mounted drive via a smb expo o kern/61503 [smbfs] mount_smbfs does not work as non-root o kern/62746 tjr [smbfs] SMBFS and vfs.usermount. User cannot unmount o kern/65901 [smbfs] smbfs fails fsx write/truncate-down/truncate-u o kern/77958 [smbfs] can't delete read-only files via smbfs o kern/78953 bp [smbfs] smbfs getdirentries() failure causes CVS to fa o kern/80088 [smbfs] Incorrect file time setting on NTFS mounted vi o kern/80469 [smbfs] mount_smbfs causes freebsd to reboot o kern/85042 [smbfs] mount_smbfs: can't get handle to requester (no o kern/85326 [smbfs] [panic] saving a file via samba to an overquot o kern/87859 [smbfs] System reboot while umount smbfs. o kern/88266 [smbfs] smbfs does not implement UIO_NOCOPY and sendfi o kern/88657 [smbfs] windows client hang when browsing a samba shar o kern/90815 [smbfs] [patch] SMBFS with character conversions somet o bin/91134 [smbfs] [patch] Preserve access and modification time 21 problems total. Problem reports for tag 'smp': S Tracker Resp. Description -------------------------------------------------------------------------------- o i386/36943 i386 [smp] [hang] reboot hangs on Tyan Thunder K7 with SMP o kern/67830 [smp] [patch] CPU affinity problem with forked child p o kern/74319 [smp] system reboots after few hours (5.3) o kern/77537 [smp] [hang] Conditional breakpoints hang on SMP machi o i386/81311 i386 [smp] [hang] Athlon MP SMP + 3ware + em0 = deadlock, n o kern/83406 [smp] em/bge drivers: severe performance loss under SM o amd64/87258 amd64 [smp] [boot] cannot boot with SMP and Areca ARC-1160 r o amd64/87305 amd64 [smp] Dual Opteron / FreeBSD 5 & 6 / powerd results in 8 problems total. Problem reports for tag 'snd_csa': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/16879 tanimura [snd_csa] csa sound drivers seem to be using shared ir o kern/23546 tanimura [snd_csa] [patch] csa DMA-interrupt problem 2 problems total. Problem reports for tag 'snd_mss': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/83697 [snd_mss] [patch] support, docs added for full-duplex, 1 problem total. Problem reports for tag 'snp': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/47359 dd [snp] [panic] panic after kldunload snp 1 problem total. Problem reports for tag 'socket': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/21998 green [socket] [patch] ident only for outgoing connections o kern/66268 glebius [socket] [patch] Socket buffer resource limit (RLIMIT_ 2 problems total. Problem reports for tag 'sound': S Tracker Resp. Description -------------------------------------------------------------------------------- f kern/17542 greid [sound] random static with GUS PnP s kern/21384 greid [sound] pcm driver has static in recorded audio f kern/25386 multimedia [sound] Incorrect mixer registers (line & synth) in ne o kern/37600 multimedia [sound] [partial patch] t4dwave drive doesn't record. o kern/59208 matk [sound] [patch] reduce pops and crackles and fix selec o kern/60677 multimedia [sound] [patch] No reaction of volume controy key on I f kern/60737 multimedia [sound] Sound card Turtle Beach Santa Cruz not working o kern/63204 multimedia [sound] /dev/mixer broken with ESS Maestro-2E (still o o kern/66422 multimedia [sound] [patch] no sound on modern Sony Vaio (PCG-TR*) f kern/66642 multimedia [sound] pcm0: play: 0: play interrupt timeout, channel p kern/71317 sanpei [sound] [patch] Add nForce2 sound support for MSI K7N2 p kern/71726 sanpei [sound] [patch] nForce3 250(CK8S) audio support for sn f kern/72218 multimedia [sound] audio recording broken with emu10k1 on 5.3-bet o kern/72995 multimedia [sound] Intel ICH2 (82801BA) - sound nearly inaudible f kern/73987 multimedia [sound] Nforce2 MB sound problem f i386/74191 multimedia [sound] Notebook PC2001 Compliant AC97 audio works for o kern/75687 multimedia [sound] [patch] No sound on PC which is implemented ac o kern/79678 multimedia [sound] sound works except recording from any source o kern/79905 multimedia [sound] sis7018 sound module problem o kern/79912 multimedia [sound] sound broken for 2 VIA chipsets: interrupt sto o kern/80465 multimedia [sound] pcm0:record:0: record interrupt timeout (Acer o kern/81146 multimedia [sound] Sound isn't working AT ALL for Sis7012 onboard o kern/82043 multimedia [sound] snd_emu10k1 - mixer does not work. o kern/84311 multimedia [sound] 82801FB/FR/FW/FRW Intel High Definition Audio o kern/84471 multimedia [sound] [patch] no sound ICH4 (Analog Devices AD1981B f kern/84507 multimedia [sound] fm801: Not every card supports variable rate f kern/85964 multimedia [sound] Can't play 24 bit audio (Audigy 2 and others) o kern/87782 multimedia [sound] snd_t4dwave and pcm0:record:0: record interrup f kern/88820 multimedia [sound] Erratic recognition of VIA 8285 sound card by 29 problems total. Problem reports for tag 'speaker': S Tracker Resp. Description -------------------------------------------------------------------------------- o i386/70610 i386 [speaker] [patch] spkr(4): hardcoded assumption HZ == 1 problem total. Problem reports for tag 'svr4': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/91293 emulation [svr4] [patch] *Experimental* Update to the SVR4 emula 1 problem total. Problem reports for tag 'sym': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/27059 scsi [sym] SCSI subsystem hangs under heavy load on (Server o kern/60641 scsi [sym] Sporadic SCSI bus resets with 53C810 under load o kern/73289 [sym] Interrupt storm on sym0 o i386/88315 i386 [sym] [hang] Symbios/LSI-HBA (SYM83C895) hangs o kern/90282 scsi [sym] SCSI bus resets cause loss of ch device 5 problems total. Problem reports for tag 'syscons': S Tracker Resp. Description -------------------------------------------------------------------------------- s kern/15436 [syscons] syscons extension: "propellers" o kern/31890 [syscons] [patch] new syscons font o kern/32480 [syscons] Missing graphic characters in syscons font i o kern/39252 [syscons] [patch] syscons doesn't support 8-bit contro o kern/46973 [syscons] [patch] syscons virtual terminals switching o kern/48599 [syscons] [patch] syscons cut-n-paste logic is broken p kern/71142 delphij [syscons] [patch] add vesa [1024x768] mode support o kern/72585 [syscons] [patch] iso05-8x16.fnt lacks letter q o kern/72728 brooks [syscons] [patch] keyboard debug and reboot qualificat o conf/90082 [syscons] [patch] curses ACS line graphics support for 10 problems total. Problem reports for tag 'sysctl': S Tracker Resp. Description -------------------------------------------------------------------------------- o i386/18154 i386 [sysctl] [patch] Add cpu class and features flags sysc f kern/31490 [sysctl] [patch] Panic in sysctl_sysctl_next_ls on emp o kern/39681 [sysctl] [patch] add hidden kernel boot tunables to sy o kern/54439 [sysctl] [patch] Protecting sysctls variables by given o i386/73921 i386 [sysctl] [patch] sysctlbyname for machdep.tsc_freq doe o kern/91023 [sysctl] cpufreq/p4tcc: sysctl: dev.cpu.0.freq: Device 6 problems total. Problem reports for tag 'sysinstall': S Tracker Resp. Description -------------------------------------------------------------------------------- o bin/4646 qa [sysinstall] can't fixit with an NFS-mounted CD s bin/7232 qa [sysinstall] suggestion for FreeBSD installation dialo o bin/8867 qa [sysinstall] [patch] /stand/sysinstall core dumps (sig o bin/12324 qa [sysinstall] fdisk partition editor is missing ">" fla o bin/13936 qa [sysinstall] no clear indication of how much space to o bin/14318 qa [sysinstall] sysinstall upon install has some counter- o bin/15038 qa [sysinstall] easy to not notice that selection lists m o conf/16584 qa [sysinstall] Hostname field too small during install ( o bin/16948 qa [sysinstall] sysinstall/disklabel: bad partition table o bin/17546 qa [sysinstall] sysinstall does not let you configure NIS o bin/19837 ambrisko [sysinstall] [patch] run Fix It floppy from serial por o bin/20282 qa [sysinstall] sysinstall does not recover some /etc fil o bin/20391 jhb [sysinstall] sysinstall should check debug.boothowto s o bin/20908 qa [sysinstall] /stand/sysinstall too limited in selectio o bin/23098 qa [sysinstall] [patch] if installing on a serial console a bin/23402 qa [sysinstall] upgrade ought to check partition sizes o bin/24907 qa [sysinstall] Options screen at MenuMedia menu problem o bin/26897 qa [sysinstall] 4.3R sysinstall fails to create swap part o bin/26919 qa [sysinstall] fdisk should ONLY set one bootable flag o bin/27216 qa [sysinstall] can not get to shell prompt from serial c o bin/27483 qa [sysinstall] [patch] make sysinstall ask for the keyma f bin/27872 qa [sysinstall] "Load Config" hangs Compaq DL360 when use a bin/28081 qa [sysinstall] /stand/sysinstall errs out if /cdrom/ alr o bin/29375 qa [sysinstall] disk editor gets confused by slices that o bin/29893 qa [sysinstall] suggestions for 4.4 sysinstall o bin/30517 qa [sysinstall] using sysinstall with install.cfg has no o bin/30837 qa [sysinstall] sysinstall doesn't set the schg flag on t o bin/31363 qa [sysinstall] "partition editor" silently corrects part f bin/32144 qa [sysinstall] unattended install with sysinstall doesn' a bin/32375 qa [sysinstall] sysinstall doesn't respect User generated o bin/33370 qa [sysinstall] post-configuration issue o bin/35400 qa [sysinstall] sysinstall could improve manipulation of o bin/35925 qa [sysinstall] fixit floppy cannot be mounted on USB dri a bin/35985 qa [sysinstall] swap double mount o bin/36118 qa [sysinstall] 4.5 Upgrade says it won't touch /usr/src, o bin/36508 qa [sysinstall] installation floppy bug (4.5) o bin/36911 qa [sysinstall] installation floppies miss autoload file o bin/37160 qa [sysinstall] coredumps when trying to load package dat o bin/37710 qa [sysinstall] LAN interface in wrong state after attemp o bin/38055 qa [sysinstall] Groups (creation) item should be before U o bin/38056 qa [sysinstall] User (creation)'s "Member groups" item sh o bin/38057 qa [sysinstall] "install" document doesn't display correc o bin/38478 qa [sysinstall] In Choose Distributions screen, it's diff o bin/38480 qa [sysinstall] sysinstall should prompt for normal users o bin/38582 qa [sysinstall] sysinstall sets newfs flag after changing o bin/38609 qa [sysinstall] sysinstall should know the size of the va o bin/38610 qa [sysinstall] should be able to mount ISO images on DOS o bin/38854 qa [sysinstall] resetting during setup causes the target o bin/39360 qa [sysinstall] if linux emu is added as a dependency (an o bin/39574 qa [sysinstall] error mounting /dev/acd0c on /dist: No su o bin/40260 qa [sysinstall] hang when detecting devices (No CD/DVD de o bin/40391 imp [sysinstall] sysinstall with PCCARD<->ISA bridge gets o bin/41238 qa [sysinstall] problems with FreeBSD installation on a d o bin/41757 qa [sysinstall] sysinstall 4.6.x unstable o bin/41850 qa [sysinstall] sysinstall fails to create root filesyste o bin/41949 qa [sysinstall] sysinstall sorts /etc/rc.conf during netb o bin/42022 qa [sysinstall] non-interactive mode prompts when only a o bin/42162 qa [sysinstall] installation crashes, md0c filled up. o bin/42934 qa [sysinstall] installation procedure on install floppie o bin/44471 qa [sysinstall] 4.6 install writes MBR even when specifie o bin/44915 qa [sysinstall] 'choose installation media' choose CD-ROM o bin/45254 qa [sysinstall] [patch] sysinstall installs things it sho o bin/45565 qa [sysinstall] write error, filesystem full o bin/45608 qa [sysinstall] install should config all ether devices, o bin/46235 rwatson [sysinstall] NTP servers for Finland require updating o bin/46670 qa [sysinstall] 5.0-RC2 install leaves CD drawer locked. o bin/46905 qa [sysinstall] FreeBSD 5.x cannot be installed from mult o bin/47314 qa [sysinstall] wish: install should not require a swap p o bin/47384 qa [sysinstall] sysinstall ignores intended destination d o bin/47908 qa [sysinstall] /stand/sysinstall can't display document o bin/48341 qa [sysinstall] sysinstall deletes mbr although it should o bin/48989 qa [sysinstall] Sysinstall's partition editor gets confu o bin/52271 qa [sysinstall] sysinstall panics in machine with no hard o bin/53131 qa [sysinstall] "ALL" could not turn check BOXes ON at pa o bin/53341 qa [sysinstall] [patch] dump frequency in sysinstall is a o bin/53839 qa [sysinstall] disklabel editor fails on post-install co o bin/56952 re [sysinstall] floppy install error o bin/58008 qa [sysinstall] [patch] sysinstall postfix installation p o bin/58951 [sysinstall] some problems with 4.9-RELEASE installati o bin/59708 qa [sysinstall] [patch] add sSMTP support for Mail select o bin/60349 scottl [sysinstall] 5.2-RC1 cannot do NFS installation o bin/60350 qa [sysinstall] in Choose Distributions screen, "All" doe o bin/61152 qa [sysinstall] installer refuses to mount USB-floppy or o bin/61264 qa [sysinstall] unable To Use VT100 Terminal Emulator (Te o kern/61438 qa [sysinstall] 5.2 nfs tasks running by default after sy o bin/61587 qa [sysinstall] [patch] installation problem, disklabel c o i386/61603 i386 [sysinstall] wrong geometry guessed o bin/61658 qa [sysinstall] 5.2R error "Add of package qt-3.2.1 abort o bin/61890 qa [sysinstall] fdisk(8) uses incorrect calculations for o bin/61937 qa [sysinstall] cannot install 5.2-REL via serial console o bin/62367 qa [sysinstall] 5.2.1-RC installation problems o bin/62375 qa [sysinstall] sysinstall core dump o bin/62702 qa [sysinstall] backup of /etc and /root during sysinstal o bin/62711 qa [sysinstall] installation: "Insert Next CD" Prompt is o bin/62833 qa [sysinstall] can't install: integer divide fault o bin/65546 qa [sysinstall] 4.10-BETA fails to install from NFS o bin/65774 qa [sysinstall] cannot run repair disk when booted from U o i386/66350 qa [sysinstall] sysinstall creates a partition of subtype o bin/66950 qa [sysinstall] upgrading to 4.10-RC3: package conflicts o bin/68047 [sysinstall] unattended install of FreeBSD 5.2.1 does o bin/69942 [sysinstall] sysinstall changes /etc/rc.conf after ins o bin/69986 qa [sysinstall] [patch] no job control in fixit shell on o bin/70002 qa [sysinstall] fails to locate FTP dirs if the OS has pa o bin/71323 qa [sysinstall] FTP download from floppy boot crashes wit o bin/72232 qa [sysinstall] Installer installs gui-enabled cvsup o bin/72895 qa [sysinstall] Sysinstall generates invalid partition ta o sparc/72962 sparc64 [sysinstall] Sysinstall panics on sparc64 if /dev/cd0 o bin/73410 [sysinstall] Sysinstall could not allocate disklabel o bin/73511 qa [sysinstall] SCSI drive install failure - RC2 o bin/73617 qa [sysinstall] fdisk editor unmarks active partition o bin/74406 ceri [sysinstall] sysinstall accepts but discards media opt o bin/78964 qa [sysinstall] can not write labels to hdd on instalatio o kern/79621 qa [sysinstall] sysinstall does not create a device when o bin/79910 qa [sysinstall] Cannot escape from failed port/package in o bin/80117 qa [sysinstall] [patch] smbfs install option for sysinsta o bin/81323 qa [sysinstall] Error in installation packages "write fai p bin/82030 simon [sysinstall] Choosing an alternate default MTA s bin/84084 qa [sysinstall] FreeBSD 4.11-R won't install to 4th part o bin/84208 qa [sysinstall] "Leave the MBR untouched" option not work f bin/84667 qa [sysinstall] annoying installation problem o bin/84668 qa [sysinstall] ssh and sysinstall problem o bin/85367 qa [sysinstall] [patch] fix package categories in index.c o bin/86454 qa [sysinstall] sysinstall terminates with signal 10 if I o bin/86600 qa [sysinstall] Sysinstall boot manager screen is mislead o bin/86665 qa [sysinstall] sysinstall binary upgrade clobbers named. o bin/86859 qa [sysinstall] Installer should ask about Linux earlier o bin/88826 qa [sysinstall] sysinstall infinity wait for da0 o bin/89144 [sysinstall] failed to install 2 packages on 6.0 disk o bin/90095 ceri [sysinstall] new ntp server for the czech republic o bin/90656 qa [sysinstall] 6.0-RELEASE (i386) cannot be installed vi o bin/91205 qa [sysinstall] sysinstall package options should require 131 problems total. Problem reports for tag 'sysv': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/75541 [sysv] [patch] Forgotten tunables for sysvmsg module 1 problem total. Problem reports for tag 'threads': S Tracker Resp. Description -------------------------------------------------------------------------------- o threa/39922 threads [threads] [patch] Threaded applications executed with o kern/91266 threads [threads] Trying sleep, but thread marked as sleeping 2 problems total. Problem reports for tag 'ti': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/40516 [ti] [patch] ti driver has no baudrate set o amd64/63188 amd64 [ti] ti(4) broken on amd64 2 problems total. Problem reports for tag 'tty': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/89538 phk [tty] [panic] triggered by "sysctl -a" 1 problem total. Problem reports for tag 'twe': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/50201 [twe] 3ware RAID 5 resulting in data corruption o kern/61669 [twe] writing to 3ware escalade spends 90% of cpu in s o kern/66185 [twe] twe driver generates gratuitous warning on shutd o kern/70360 [twe] Random lock-ups with 3ware RAID 5 under FreeBSD o kern/72906 [twe] twe0 idefinite wait buffer 5 problems total. Problem reports for tag 'txp': S Tracker Resp. Description -------------------------------------------------------------------------------- o amd64/62753 obrien [txp] [panic] txp(4) panics on amd4 o kern/89876 [txp] [patch] txp driver doesn't work with latest firm 2 problems total. Problem reports for tag 'ucom': S Tracker Resp. Description -------------------------------------------------------------------------------- o usb/83977 usb [ucom] [panic] ucom1: open bulk out error (addr 2): IN o kern/86763 [ucom] kernel: ucom0: ucomwritecb: IOERROR 2 problems total. Problem reports for tag 'udav': S Tracker Resp. Description -------------------------------------------------------------------------------- o usb/80776 usb [udav] UDAV device driver shouldn't use usb_add_task 1 problem total. Problem reports for tag 'udf': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/65300 [udf] Can't use sendfile(2) to download files in UDF D o kern/77234 [udf] [patch] corrupted data is read from UDF filesyst o kern/78987 scottl [udf] [patch] udf fs: readdir returns error when it sh o kern/84983 scottl [udf] [patch] udf filesystem: stat-ting files could ra o kern/90521 [udf] [patch] UDF driver might calculate a wrong descr 5 problems total. Problem reports for tag 'ufs': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/26323 [ufs] [patch] Quota system creates zero-length files o kern/33940 [ufs] [patch] quotactl allows compromise gid-quotas o kern/48393 mckusick [ufs] ufs2 snapshot code bugs o kern/58373 mckusick [ufs] ufs inconsistency between 4.9-RC and 5.1 o bin/73019 [ufs] fsck_ufs: cannot alloc 607016868 bytes for inoin o amd64/89202 amd64 [ufs] [panic] Kernel crash when accessing filesystem w o kern/89991 [ufs] softupdates with mount -ur causes fs UNREFS 7 problems total. Problem reports for tag 'ugen': S Tracker Resp. Description -------------------------------------------------------------------------------- o usb/53025 usb [ugen] [patch] ugen does not allow O_NONBLOCK for inte o usb/56513 usb [ugen] [panic] panic in ugen w/ moused -p /dev/ugen0 o usb/62309 usb [ugen] [panic] panic: ugen(4) driver o usb/68232 usb [ugen] [patch] ugen(4) isochronous handling correction o usb/81308 usb [ugen] [patch] polling a ugen(4) control endpoint caus 5 problems total. Problem reports for tag 'uhid': S Tracker Resp. Description -------------------------------------------------------------------------------- o usb/63837 usb [uhid] [patch] USB: hid_is_collection() only looks for o usb/85992 usb [uhid] [patch] USB stops working when trying to read f 2 problems total. Problem reports for tag 'uma': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/85971 jeff [uma] [patch] minor optimization to uma 1 problem total. Problem reports for tag 'umapfs': S Tracker Resp. Description -------------------------------------------------------------------------------- s kern/74708 [umapfs] [panic] UMAPFS kernel panic 1 problem total. Problem reports for tag 'umass': S Tracker Resp. Description -------------------------------------------------------------------------------- o usb/57085 sanpei [umass] umass0 problems, with Sony Vio/USB memory stic o usb/65436 usb [umass] [patch] add quirk for PNY Attache 256MB USB 2. o i386/70028 i386 [umass] umass issue in the boot prcess on SONY Laptop o usb/71605 usb [umass] [patch] umass doesn't recognize multiple slots o usb/74358 usb [umass] unplugging at boot time an umass device crashe o usb/74690 usb [umass] [patch] support for SanDisk 8-in-1 in umass.c o usb/74771 usb [umass] mounting write-protected umass device as read/ o kern/75764 [umass] [patch] "umass0: Phase Error" - no device for o usb/76461 usb [umass] disklabel of umass(4)-CAM(4)-da(4) not used by o usb/79893 usb [umass] [patch] new usbdevs/umass quirks derived from o usb/81073 usb [umass] [patch] fix umass NO_GETMAXLUN quirk o usb/84326 usb [umass] Panic trying to connect SCSI tape drive via US o usb/89196 usb [umass] [patch] Kingston DataTraveler 2.0 doesn't like o usb/89997 usb [umass] [panic] panic on iPod mini detach o usb/91516 usb [umass] umass0 problems, with Freecom Classic SL Hard 15 problems total. Problem reports for tag 'umodem': S Tracker Resp. Description -------------------------------------------------------------------------------- o usb/91546 usb [umodem][path] Nokia 6630 mobile phone does not work 1 problem total. Problem reports for tag 'ums': S Tracker Resp. Description -------------------------------------------------------------------------------- o usb/55555 usb [ums] system freezes with access to /dev/ums0 o kern/56250 [ums] [patch] ums(4) doesn't work with MCT based PS/2 2 problems total. Problem reports for tag 'unionfs': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/17819 [unionfs] Build ports on nfs & union mount panics kern a kern/27250 bp [unionfs] [patch] unionfs filesystem panics in large n o kern/27571 bp [unionfs] Changing policy of shadowing files and direc s kern/52110 green [unionfs] FS corruption when using unionfs s kern/52745 [unionfs] Fatal trap 12: page fault while in kernel mo s kern/54534 [unionfs] unionfs && mfs|md crashing machine a kern/56381 das [unionfs] panic: page fault in fifo_close() ... s kern/66066 [unionfs] panic: ufs_direnter: compact2 o kern/66152 [unionfs] laying unionfs over another unionfs mount ca o kern/66829 [unionfs] mounting fdesc union on /dev panics 4.10-pre s kern/67706 [unionfs] cvs update over a union mount slows and then o kern/73094 [unionfs] system runs out of vnodes o bin/75585 [unionfs] mount -p on unionfs results in non parsable o kern/84107 [unionfs] [panic] unionfs related panic o kern/84498 [unionfs] [hang] file system hangs when jail starts if s kern/86596 [unionfs] unionfs -b brokes file modes s kern/89755 [unionfs] [hang] Jailed process deadlocks when using u o kern/91010 [unionfs] [patch] new source code and some changes 18 problems total. Problem reports for tag 'ural': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/88182 [ural] wep is broken in ural(4) hostap mode 1 problem total. Problem reports for tag 'usb': S Tracker Resp. Description -------------------------------------------------------------------------------- o usb/40948 usb [usb] USB HP CDW8200 does not work f usb/41415 usb [usb] [patch] Some USB scanners cannot talk to uscanne o kern/51958 usb [usb] [patch] update for urio driver o kern/52026 usb [usb] feature request: umass driver support for InSyst o usb/56095 usb [usb] [patch] QUIRK: Apacer Pen Drive fails to work s usb/60276 usb [usb] Kernel panic when plugging in USB (umass) device o usb/61234 usb [usb] [patch] usbhidaction(1) doesn't support using an o usb/61627 usb [usb] [patch] New USB printer not supported correctly o usb/62088 usb [usb] Logitech Cordless/Optical Mouse not working o usb/63621 usb [usb] USB MemoryStick Reader stalls/crashes system o kern/65769 usb [usb] Call to tcflush(x, TCIFLUSH) stops input on usb- o kern/66547 usb [usb] Palm Tungsten T USB does not initialize correctl o usb/68412 usb [usb] [patch] QUIRK: Philips KEY013 USB MP3 player o usb/70523 usb [usb] [patch] umct sending/receiving wrong characters o usb/70942 usb [usb] Genius Wireless USB mouse: moused doesn't work c o usb/71155 usb [usb] misbehaving usb-printer hangs processes, causes o usb/71416 usb [usb] Cryptoflex e-gate USB token (ugen0) detach is no o usb/71417 usb [usb] Cryptoflex e-gate USB token (ugen0) communicatio o usb/71455 usb [usb] Slow USB umass performance of 5.3 o usb/72344 usb [usb] [patch] QUIRK: Dane-Elec zMate 512 MB USB flash o i386/72380 usb [usb] USB does not work [dual Celeron Abit] o usb/73056 usb [usb] Sun Microsystems Type 6 USB mouse not working in o kern/73388 brooks [usb] usb-keyboard stops working o usb/73553 brooks [usb] Microsoft USB Internet Keyboard not recongized o usb/74609 usb [usb] [patch] allowing cdma modems to work at full spe o usb/74849 usb [usb] [patch] Samsung SPH-i500 does not attach properl o usb/74880 usb [usb] [patch] Samsung N400 cellphone/acm fails to atac o usb/75970 usb [usb] [patch] support for Sandisk Cruzer Micro 128MB U o usb/79164 usb [usb] [patch] QUIRK: Qware BeatZkey! Pro USB mp3 playe o usb/79649 usb [usb] [patch] quirk: Gembird MP3 player o usb/79656 usb [usb] RHSC interrupts lost o usb/79722 usb [usb] wrong alignments in ehci.h o usb/79723 usb [usb] prepare for high speed isochronous transfers o usb/79725 usb [usb] [patch] USB device speed is not double-checked o usb/80487 usb [usb] [patch] quirk: United MP 5512 Portable MP3 Playe o usb/82350 usb [usb] null pointer dereference in USB stack o usb/83504 usb [usb] SpeedTouch USB stop working on recent current (a o usb/83677 usb [usb] usb controller often not detected (Sun W2100z) o usb/84336 usb [usb] [reboot] instant system reboot when unmounting a o usb/86767 usb [usb] bogus "slice starts beyond end of the disk:..." o usb/89954 usb [usb] USB Disk driver race condition? o usb/90162 usb [usb] [patch] Add support for the MS Wireless USB Mous 42 problems total. Problem reports for tag 'usbdevs': S Tracker Resp. Description -------------------------------------------------------------------------------- f usb/70362 sanpei [usbdevs] [patch] LaCie 160GB USB drive f usb/70835 sanpei [usbdevs] [patch] scsi_da does not recognize SANDISK C 2 problems total. Problem reports for tag 'uscanner': S Tracker Resp. Description -------------------------------------------------------------------------------- f usb/32652 usb [uscanner] [patch] A new ioctl to uscanner f kern/65428 [uscanner] [panic] uscanner(4)-related repeatable kern 2 problems total. Problem reports for tag 'vfs': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/55297 [vfs] [panic] kernel panic after running XFree86 o kern/68459 [vfs] [patch] Patches to mknod(2) behave more like Lin o kern/74976 [vfs] [panic] 5.3-STABLE: vn_finished_write triggered o kern/78434 [vfs] [patch] vfs_mount: -current does not cdboot 4 problems total. Problem reports for tag 'vga': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/64114 [vga] [patch] bad vertical refresh for console using R 1 problem total. Problem reports for tag 'vge': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/81644 [vge] vge(4) does not work properly when loaded as a K o kern/82497 [vge] vge(4) on AMD64 only works when loaded late, not o amd64/87316 amd64 [vge] "vge0 attach returned 6" on FreeBSD 6.0-RC1 amd6 3 problems total. Problem reports for tag 'vinum': S Tracker Resp. Description -------------------------------------------------------------------------------- o conf/47566 le [vinum] [patch] add vinum status verification to perio f kern/58391 le [vinum] Trap 12 with heavy disk load on ide vinum mirr o kern/79035 le [vinum] gvinum unable to create a striped set of mirro f kern/85329 [vinum] vinum dumpconfig destroys openmask and let Fre 4 problems total. Problem reports for tag 'vm': S Tracker Resp. Description -------------------------------------------------------------------------------- s i386/22944 tegge [vm] [patch] isa_dmainit fails on machines with 512MB o kern/32659 [vm] [patch] vm and vnode leak with vm.swap_idle_enabl o kern/37554 jmg [vm] [patch] make ELF shared libraries immutable once o i386/42766 i386 [vm] [patch] proposal to perform reboot via jump to BI o kern/70587 [vm] [patch] NULL pointer dereference in vm_pageout_sc o kern/71258 [vm] [patch] anonymous mmappings not always page align o kern/71792 [vm] [patch] Wrong/missing 'goto' target label in cont o kern/78179 [vm] [patch] bus_dmamem_alloc() with BUS_DMA_NOWAIT ca o kern/78946 [vm] vm_pageout_flush: partially invalid page 9 problems total. Problem reports for tag 'vn': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/44744 [vn] [patch] VN devices can hang system FreeBSD v4.5 1 problem total. Problem reports for tag 'vpd': S Tracker Resp. Description -------------------------------------------------------------------------------- o i386/67011 mdodd [vpd] [patch] MFC of vpd driver for IBM xSeries etc 1 problem total. Problem reports for tag 'vr': S Tracker Resp. Description -------------------------------------------------------------------------------- s kern/41138 [vr] vr0 locks up on one hub, OK on another o kern/78388 [vr] vr network drivers cause watchdog timeout o kern/87506 [vr] [patch] Fix alias support on vr interfaces o kern/89305 [vr] [patch] D-Link NIC with VIA Rhine II, lost of Net o kern/90890 [vr] Problems with network: vr0: tx shutdown timeout 5 problems total. Problem reports for tag 'wi': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/39928 imp [wi] wi0 timeouts and hangs the system while sending d o kern/43625 imp [wi] wi(4) driver hangs after long data transfers o kern/59183 imp [wi] wi problems with wi_cmd o kern/69019 [wi] wlan stalling after 2-3 hrs of moderate traffic o i386/69722 i386 [wi] wi0: init failed, Lucent Technologies WaveLAN/IEE o kern/72924 [wi] 4.10 wi driver timeout problem with Global Sun Te o kern/73871 [wi] Intersil Prism wireless wi0 locks up, "busy bit w o kern/74495 [wi] wi(4) wlan driver device freeze (5.3-STABLE) o kern/75254 [wi] [patch] PRISM3-based adapter ZCOM XI330 doesn't w o kern/75823 [wi] wi0 interface self-destructs after a couple hours o kern/77913 [wi] [patch] Add the APDL-325 WLAN pccard to wi(4) s kern/79323 [wi] authmod setup with ifconfig on dlink wlan card fa o kern/89688 [wi] wi0 cbb remove bug: Danger Will Robinson 13 problems total. Problem reports for tag 'wlan': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/88793 [wlan] wlan(4) broken, sends corrupted packets with iw 1 problem total. Problem reports for tag 'xe': S Tracker Resp. Description -------------------------------------------------------------------------------- o i386/78657 i386 [xe] [hang] error installing 5.3-RELEASE due to Compaq o kern/85266 [xe] [patch] xe(4) driver does not recognise Xircom XE o kern/85477 [xe] [patch] fix driver message in if_xe.c 3 problems total. Problem reports for tag 'xl': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/66564 [xl] 3c920-MV00 PHY detection problem f kern/76207 [xl] [patch] Null pointer dereference in xl_detach() o kern/77239 [xl] 3Com 3CXFEM656C does not seem to be supported by f kern/78791 [xl] xl(4) input errors and speed problem p kern/87114 glebius [xl] xl0 : watchdog timeout on 6.0 (regression) p kern/90441 glebius [xl] xl driver watchdog timeout in 3Com 3c575B Fast Et 6 problems total. Problem reports for tag 'zlib': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/43616 [zlib] [patch] static-ize some functions in sys/net/zl 1 problem total. From owner-freebsd-bugs@FreeBSD.ORG Mon Jan 9 11:20:05 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A0D216A41F for ; Mon, 9 Jan 2006 11:20:05 +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 D1B2943D49 for ; Mon, 9 Jan 2006 11:20:04 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k09BK4Vn070476 for ; Mon, 9 Jan 2006 11:20:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k09BK42B070475; Mon, 9 Jan 2006 11:20:04 GMT (envelope-from gnats) Resent-Date: Mon, 9 Jan 2006 11:20:04 GMT Resent-Message-Id: <200601091120.k09BK42B070475@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, Edwin Groothuis Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A487E16A41F for ; Mon, 9 Jan 2006 11:13:05 +0000 (GMT) (envelope-from edwin@mavetju.org) Received: from mail2out.barnet.com.au (mail2out.barnet.com.au [202.83.176.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3364F43D5E for ; Mon, 9 Jan 2006 11:13:01 +0000 (GMT) (envelope-from edwin@mavetju.org) Received: by mail2out.barnet.com.au (Postfix, from userid 27) id 43B087073D0; Mon, 9 Jan 2006 22:12:36 +1100 (EST) Received: from mail2-auth.barnet.com.au (mail2.barnet.com.au [202.83.176.13]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.barnet.com.au", Issuer "BarNet Root Certificate Authority" (verified OK)) by mail2.barnet.com.au (Postfix) with ESMTP id D22A27073CD for ; Mon, 9 Jan 2006 22:12:35 +1100 (EST) Received: from k7.mavetju (edwin-3.int.barnet.com.au [10.10.12.2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mail2-auth.barnet.com.au (Postfix) with ESMTP id 590F37073CC for ; Mon, 9 Jan 2006 22:12:35 +1100 (EST) Received: by k7.mavetju (Postfix, from userid 1001) id 506C17F; Mon, 9 Jan 2006 22:12:34 +1100 (EST) Received: by k7.mavetju (Postfix, from userid 1001) id 24E2D294; Mon, 9 Jan 2006 22:12:11 +1100 (EST) Message-Id: <20060109111211.24E2D294@k7.mavetju> Date: Mon, 9 Jan 2006 22:12:11 +1100 (EST) From: Edwin Groothuis To: FreeBSD-gnats-submit@mavetju.org X-Send-Pr-Version: 3.113 Cc: Subject: misc/91548: - X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Edwin Groothuis List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jan 2006 11:20:05 -0000 >Number: 91548 >Category: misc >Synopsis: - >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: Mon Jan 09 11:20:04 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Edwin Groothuis >Release: FreeBSD 6.0-RELEASE i386 >Organization: - >Environment: System: FreeBSD k7.mavetju 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Thu Nov 3 09:36:13 UTC 2005 root@x64.samsco.home:/usr/obj/usr/src/sys/GENERIC i386 test >Description: test >How-To-Repeat: test >Fix: test >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Mon Jan 9 11:22:05 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 75C7D16A420; Mon, 9 Jan 2006 11:22:05 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3038543D48; Mon, 9 Jan 2006 11:22:05 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k09BM5oW070741; Mon, 9 Jan 2006 11:22:05 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k09BM505070737; Mon, 9 Jan 2006 11:22:05 GMT (envelope-from edwin) Date: Mon, 9 Jan 2006 11:22:05 GMT From: Edwin Groothuis Message-Id: <200601091122.k09BM505070737@freefall.freebsd.org> To: edwin@mavetju.org, edwin@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: junk/91548: - X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 09 Jan 2006 11:22:05 -0000 Synopsis: - State-Changed-From-To: open->closed State-Changed-By: edwin State-Changed-When: Mon Jan 9 11:21:40 UTC 2006 State-Changed-Why: Help antonio@php.net a little bit... http://www.freebsd.org/cgi/query-pr.cgi?pr=91548 From owner-freebsd-bugs@FreeBSD.ORG Mon Jan 9 12:34:29 2006 Return-Path: X-Original-To: freebsd-bugs@freebsd.org Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E5C1016A41F for ; Mon, 9 Jan 2006 12:34:29 +0000 (GMT) (envelope-from voodoo@yukon.com.ua) Received: from core.yukon.com.ua (core.yukon.com.ua [213.133.161.126]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2179B43D46 for ; Mon, 9 Jan 2006 12:34:28 +0000 (GMT) (envelope-from voodoo@yukon.com.ua) Received: from localhost (localhost [127.0.0.1]) by core.yukon.com.ua (Postfix) with ESMTP id A4C8740B0B5 for ; Mon, 9 Jan 2006 14:34:25 +0200 (EET) Received: from core.yukon.com.ua ([127.0.0.1]) by localhost (core.yukon.com.ua [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 19113-04-2 for ; Mon, 9 Jan 2006 14:34:25 +0200 (EET) Received: from localhost (voodoo.yukon [192.168.0.98]) by core.yukon.com.ua (Postfix) with ESMTP id 617EE40B010 for ; Mon, 9 Jan 2006 14:34:25 +0200 (EET) Date: Mon, 9 Jan 2006 14:33:33 +0200 From: voodoo@yukon.com.ua X-Mailer: The Bat! (v3.5) Professional Organization: Yukon Mobile X-Priority: 3 (Normal) Message-ID: <1393618845.20060109143333@yukon.com.ua> To: freebsd-bugs@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at core.yukon.com.ua Subject: (no subject) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: voodoo@yukon.com.ua List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jan 2006 12:34:30 -0000 From owner-freebsd-bugs@FreeBSD.ORG Mon Jan 9 21:30:15 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 81BC016A420 for ; Mon, 9 Jan 2006 21: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 5481D43D64 for ; Mon, 9 Jan 2006 21:30:05 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k09LU4XU038404 for ; Mon, 9 Jan 2006 21:30:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k09LU4UU038402; Mon, 9 Jan 2006 21:30:04 GMT (envelope-from gnats) Resent-Date: Mon, 9 Jan 2006 21:30:04 GMT Resent-Message-Id: <200601092130.k09LU4UU038402@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, Simun Mikecin Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 36D0616A41F for ; Mon, 9 Jan 2006 21:27:10 +0000 (GMT) (envelope-from sime@data.home.hr) Received: from data.home.hr (dh77-149.xnet.hr [83.139.77.149]) by mx1.FreeBSD.org (Postfix) with ESMTP id C73C443D45 for ; Mon, 9 Jan 2006 21:27:09 +0000 (GMT) (envelope-from sime@data.home.hr) Received: by data.home.hr (Postfix, from userid 34062) id 839DD5F946; Mon, 9 Jan 2006 22:27:07 +0100 (CET) Message-Id: <20060109212707.839DD5F946@data.home.hr> Date: Mon, 9 Jan 2006 22:27:07 +0100 (CET) From: Simun Mikecin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: kern/91568: panic: writing to UFS/softupdates DVD media in DVD-ROM drive X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Simun Mikecin List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jan 2006 21:30:15 -0000 >Number: 91568 >Category: kern >Synopsis: panic: writing to UFS/softupdates DVD media in DVD-ROM drive >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jan 09 21:30:03 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Simun Mikecin >Release: FreeBSD 6.0-STABLE amd64 >Organization: >Environment: System: FreeBSD data.home.hr 6.0-STABLE FreeBSD 6.0-STABLE #0: Mon Jan 9 18:11:29 CET 2006 root@data.home.hr:/var/obj/usr/src.6/sys/DATA amd64 acd0: DVDROM at ata0-master UDMA66 acd1: DVDR at ata1-master UDMA66 >Description: Writing to DVD media mounted read-write with UFS2 filesystem (softupdates enabled) on a DVD-ROM drive unit (unit that can only read from the media) causes system panic after some time: initiate_write_filepage: already_started panic: initiate_write_inodeblock_ufs2: already started If softupdates were disabled, it does not panic, but the system will not allow you to dismount the media. You will have to reboot. This is not a real-world scenario, but I think it shows what could happen if you write to bad media or bad drive. System should not panic for these reasons. >How-To-Repeat: You need a DVD media (I used DVD+RW) that has UFS2 filesystem on it. softupdates have to be enabled on it. Insert the media in the DVD-ROM drive unit (unit that can only read from the media). Mount it with something like: mount_ufs /dev/acd0 /mnt/1 Softupdates should be listed as enabled if you use mount command to list mounted filesystems. Try to copy files to the newly mounted filesystems. System will allow you to do it, but you will get a bunch of errors on the console. After some time system panics. If softupdates were disabled system will not panic, but it will not allow you to dismount the media, and reboot will have to give up on some buffers while syncing. >Fix: disable softupdates to get rid of the panic. But it will not unmount. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Mon Jan 9 21:50:17 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 832B616A41F for ; Mon, 9 Jan 2006 21: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 BECAC43D62 for ; Mon, 9 Jan 2006 21:50: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.4/8.13.4) with ESMTP id k09LoA1a040357 for ; Mon, 9 Jan 2006 21:50:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k09LoAuJ040356; Mon, 9 Jan 2006 21:50:10 GMT (envelope-from gnats) Date: Mon, 9 Jan 2006 21:50:10 GMT Message-Id: <200601092150.k09LoAuJ040356@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: "Simun Mikecin" Cc: Subject: Re: kern/91568: panic: writing to UFS/softupdates DVD media in DVD-ROM drive X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Simun Mikecin List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jan 2006 21:50:17 -0000 The following reply was made to PR kern/91568; it has been noted by GNATS. From: "Simun Mikecin" To: bug-followup@freebsd.org Cc: Subject: Re: kern/91568: panic: writing to UFS/softupdates DVD media in DVD-ROM drive Date: Mon, 09 Jan 2006 22:46:11 +0100 In the PR I forgot to write my real e-mail address, which is sime@logos.hr. Please send all followups to sime@logos.hr instead of above address. -- Using Opera's revolutionary e-mail client: http://www.opera.com/mail/ From owner-freebsd-bugs@FreeBSD.ORG Mon Jan 9 21:50:32 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CFA0716A420; Mon, 9 Jan 2006 21:50:32 +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 CB20F43D49; Mon, 9 Jan 2006 21:50:31 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k09LoVol040480; Mon, 9 Jan 2006 21:50:31 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k09LoVnD040476; Mon, 9 Jan 2006 21:50:31 GMT (envelope-from linimon) Date: Mon, 9 Jan 2006 21:50:31 GMT From: Mark Linimon Message-Id: <200601092150.k09LoVnD040476@freefall.freebsd.org> To: mj-mailinglist@gmx.de, linimon@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: conf/91569: Re: conf/90082: [syscons] [patch] curses ACS line graphics support for iso15 fonts X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 09 Jan 2006 21:50:32 -0000 Old Synopsis: =?ISO-8859-1?Q?Re:_conf/90082:_[syscons]_[patch]_curses_ACS_line_graphics?= New Synopsis: Re: conf/90082: [syscons] [patch] curses ACS line graphics support for iso15 fonts State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Mon Jan 9 21:48:33 UTC 2006 State-Changed-Why: Misfiled followup to conf/90082; content migrated. Responsible-Changed-From-To: gnats-admin->freebsd-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Mon Jan 9 21:48:33 UTC 2006 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=91569 From owner-freebsd-bugs@FreeBSD.ORG Mon Jan 9 22:20:04 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1EAD516A41F for ; Mon, 9 Jan 2006 22:20:04 +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 271D643D46 for ; Mon, 9 Jan 2006 22:20:03 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k09MK2dF042522 for ; Mon, 9 Jan 2006 22:20:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k09MK2v2042519; Mon, 9 Jan 2006 22:20:02 GMT (envelope-from gnats) Resent-Date: Mon, 9 Jan 2006 22:20:02 GMT Resent-Message-Id: <200601092220.k09MK2v2042519@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, Simun Mikecin Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ADC3416A41F for ; Mon, 9 Jan 2006 22:12:31 +0000 (GMT) (envelope-from sime@data.home.hr) Received: from data.home.hr (dh77-149.xnet.hr [83.139.77.149]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E2E043D5A for ; Mon, 9 Jan 2006 22:12:30 +0000 (GMT) (envelope-from sime@data.home.hr) Received: by data.home.hr (Postfix, from userid 34062) id 42FBC5F946; Mon, 9 Jan 2006 23:12:29 +0100 (CET) Message-Id: <20060109221229.42FBC5F946@data.home.hr> Date: Mon, 9 Jan 2006 23:12:29 +0100 (CET) From: Simun Mikecin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: kern/91572: panic: writing to UFS/softupdates DVD media using atapicam X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Simun Mikecin List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jan 2006 22:20:04 -0000 >Number: 91572 >Category: kern >Synopsis: panic: writing to UFS/softupdates DVD media using atapicam >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jan 09 22:20:02 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Simun Mikecin >Release: FreeBSD 6.0-STABLE amd64 >Organization: >Environment: System: FreeBSD data.home.hr 6.0-STABLE FreeBSD 6.0-STABLE #0: Mon Jan 9 18:11:29 CET 2006 root@data.home.hr:/var/obj/usr/src.6/sys/DATA amd64 >Description: Using virgin DVD+RW media in DVD writer drive with UFS2 filesystem on it. Tested scenarios: a) softupdates enabled, using /dev/cd1 (atapicam) Writing files to mounted filesystem causes panic: panic: initiate_write_inodeblock_ufs2: already_started b) softupdates disabled, using /dev/cd1 (atapicam) No panic occurs, writing to media works as expected. c) softupdates enabled, using /dev/acd1 No panic occurs, writing to media works as expected. This problem is probably related to kern/91568, cause in both cases problem occurs only when softupdates are enabled. Also worth mentioning: during writing to /dev/cd1 (atapicam) there is a bunch of messages on the console: Jan 9 20:02:12 data kernel: g_vfs_done():cd1[WRITE(offset=3691495424, length=131072)]error = 5 Jan 9 20:02:12 data kernel: g_vfs_done():cd1[WRITE(offset=3690577920, length=131072)]error = 5 Jan 9 20:02:31 data kernel: (cd1:ata1:0:0:0): WRITE(10). CDB: 2a 0 0 1b 87 30 0 0 20 0 Jan 9 20:02:31 data kernel: (cd1:ata1:0:0:0): Logical unit not ready, long write in progress >How-To-Repeat: Using DVD+RW media and dvd+rw-format from sysutils/dvd+rw-tools: dvd+rw-format /dev/cd1 newfs_ufs -U /dev/cd1 mount -o noatime /dev/cd1 /mnt/1 cp -pRv /some/files/ /mnt/1/ >Fix: Don't use atapicam for ATA drives. Not sure how real SCSI drives would behave. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Mon Jan 9 22:25:08 2006 Return-Path: X-Original-To: freebsd-bugs@FreeBSD.org Delivered-To: freebsd-bugs@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF46C16A41F; Mon, 9 Jan 2006 22:25:08 +0000 (GMT) (envelope-from sime@logos.hr) Received: from data.home.hr (dh77-149.xnet.hr [83.139.77.149]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8850743D45; Mon, 9 Jan 2006 22:25:08 +0000 (GMT) (envelope-from sime@logos.hr) Received: from [127.0.0.1] (localhost.home.hr [127.0.0.1]) by data.home.hr (Postfix) with ESMTP id 83C5F5F945; Mon, 9 Jan 2006 23:25:07 +0100 (CET) Message-ID: <43C2E2C3.3050408@logos.hr> Date: Mon, 09 Jan 2006 23:25:07 +0100 From: Simun Mikecin User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051219) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Alexander Leidinger References: <200601081547.k08FlKsd079817@freefall.freebsd.org> In-Reply-To: <200601081547.k08FlKsd079817@freefall.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-bugs@FreeBSD.org Subject: Re: kern/60175: panic: 5.2-RC: disk errors cause panic in softupdates code X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 09 Jan 2006 22:25:09 -0000 I managed to reproduce scenarios 2 and 3 on 6-STABLE. For those I submitted kern/91568 and kern/91572. At the moment I don't have a floppy disk with bad sectors to be able to reproduce scenario 1. From owner-freebsd-bugs@FreeBSD.ORG Mon Jan 9 23:40:10 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E794516A41F for ; Mon, 9 Jan 2006 23:40: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 9D10A43D46 for ; Mon, 9 Jan 2006 23:40:08 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k09Ne8er047731 for ; Mon, 9 Jan 2006 23:40:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k09Ne8J1047730; Mon, 9 Jan 2006 23:40:08 GMT (envelope-from gnats) Resent-Date: Mon, 9 Jan 2006 23:40:08 GMT Resent-Message-Id: <200601092340.k09Ne8J1047730@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, Erik Osterholm Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C7F3416A41F for ; Mon, 9 Jan 2006 23:37: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 4D65943D58 for ; Mon, 9 Jan 2006 23:37:54 +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 k09Nbsg9057505 for ; Mon, 9 Jan 2006 23:37:54 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k09NbsXP057504; Mon, 9 Jan 2006 23:37:54 GMT (envelope-from nobody) Message-Id: <200601092337.k09NbsXP057504@www.freebsd.org> Date: Mon, 9 Jan 2006 23:37:54 GMT From: Erik Osterholm To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: kern/91574: bge member in if_bridge causing system crash X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 09 Jan 2006 23:40:10 -0000 >Number: 91574 >Category: kern >Synopsis: bge member in if_bridge causing system crash >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jan 09 23:40:07 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Erik Osterholm >Release: FreeBSD 6.0-RELEASE i386 >Organization: Texas A&M University >Environment: FreeBSD erik-test.net.tamu.edu 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Fri J an 6 15:53:52 UTC 2006 root@erik-test.net.tamu.edu:/usr/obj/usr/src/sys/GENERIC.poll.notxp i386 >Description: When using the bge0 driver as a member interface to bridge0 (if_bridge), the machine crashes very shortly upon coming up. Bringing down the bge0 interface prevents the crash, as does leaving it up but removing it from the bridge. We have tried two identical 3Com nics, and the problem is exhibited with both. NIC is 3Com 3C9960-SX. Chip: BCM5701KHB Other NICs are integrated Intel using the em driver. Debug output and dmesg follow: 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 = 0xbfd0d20c fault code = supervisor read, page not present instruction pointer = 0x20:0xc07f5919 stack pointer = 0x28:0xd408ec00 frame pointer = 0x28:0xd408ec50 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 = 21 (irq10: em0) trap number = 12 panic: page fault Uptime: 9m1s Dumping 503 MB (2 chunks) chunk 0: 1MB (160 pages) ... ok chunk 1: 503MB (128752 pages) 487 471 455 439 423 407 391 375 359 343 327 311 295 279 263 247 231 215 199 183 167 151 135 119 103 87 71 55 39 23 7 #0 doadump () at pcpu.h:165 165 __asm __volatile("movl %%fs:0,%0" : "=r" (td)); (kgdb) where #0 doadump () at pcpu.h:165 #1 0xc063796a in boot (howto=260) at /usr/src/sys/kern/kern_shutdown.c:399 #2 0xc0637c00 in panic (fmt=0xc084f68c "%s") at /usr/src/sys/kern/kern_shutdown.c:555 #3 0xc0808d70 in trap_fatal (frame=0xd408ebc0, eva=3218133516) at /usr/src/sys/i386/i386/trap.c:831 #4 0xc0808adb in trap_pfault (frame=0xd408ebc0, usermode=0, eva=3218133516) at /usr/src/sys/i386/i386/trap.c:742 #5 0xc0808719 in trap (frame= {tf_fs = -1046872056, tf_es = 40, tf_ds = -1047134168, tf_edi = -1045740800, tf_esi = -1044477568, tf_ebp = -737612720, tf_isp = -737612820, tf_ebx = -1041618176, tf_edx = 0, tf_ecx = 1128804354, tf_eax = 275587, tf_trapno = 12, tf_err = 0, tf_eip = -1065395943, tf_cs = 32, tf_eflags = 590338, tf_esp = -737612784, tf_ss = -1047072384}) at /usr/src/sys/i386/i386/trap.c:432 #6 0xc07f7f0a in calltrap () at /usr/src/sys/i386/i386/exception.s:139 #7 0xc07f5919 in bus_dmamap_load (dmat=0xc1b87a80, map=0x43483, buf=0x43483002, buflen=2046, callback=0xc0503ba4 , callback_arg=0xd408ec74, flags=0) at pmap.h:200 #8 0xc050448e in em_get_buf (i=48, adapter=0xc1a50000, nmp=0x0) at /usr/src/sys/dev/em/if_em.c:2474 #9 0xc0504c5f in em_process_receive_interrupts (adapter=0xc1a50000, count=-2) at /usr/src/sys/dev/em/if_em.c:2797 #10 0xc0501eb5 in em_intr (arg=0xc1a50000) at /usr/src/sys/dev/em/if_em.c:992 #11 0xc06226b9 in ithread_loop (arg=0xc1966780) at /usr/src/sys/kern/kern_intr.c:547 #12 0xc0621940 in fork_exit (callout=0xc0622560 , arg=0xc1966780, frame=0xd408ed38) at /usr/src/sys/kern/kern_fork.c:789 #13 0xc07f7f6c in fork_trampoline () at /usr/src/sys/i386/i386/exception.s:208 (kgdb) up 7 #7 0xc07f5919 in bus_dmamap_load (dmat=0xc1b87a80, map=0x43483, buf=0x43483002, buflen=2046, callback=0xc0503ba4 , callback_arg=0xd408ec74, flags=0) at pmap.h:200 200 pa = *vtopte(va); (kgdb) p pa (kgdb) p va (kgdb) list *0xc07f5919 0xc07f5919 is in bus_dmamap_load (pmap.h:201). 196 197 if ((pa = PTD[va >> PDRSHIFT]) & PG_PS) { 198 pa = (pa & ~(NBPDR - 1)) | (va & (NBPDR - 1)); 199 } else { 200 pa = *vtopte(va); 201 pa = (pa & PG_FRAME) | (va & PAGE_MASK); 202 } 203 return pa; 204 } 205 (kgdb) 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-RELEASE #0: Fri Jan 6 15:53:52 UTC 2006 root@erik-test.net.tamu.edu:/usr/obj/usr/src/sys/GENERIC.poll.notxp mptable_probe: MP Config Table has bad signature: \^F\^H Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: Intel(R) Celeron(R) CPU 2.00GHz (2000.35-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0xf29 Stepping = 9 Features=0xbfebfbff Features2=0x4400> real memory = 528416768 (503 MB) avail memory = 507748352 (484 MB) npx0: [FAST] npx0: on motherboard npx0: INT 16 interface acpi0: on motherboard acpi0: Power Button (fixed) pci_link0: irq 5 on acpi0 pci_link1: irq 12 on acpi0 pci_link2: irq 9 on acpi0 pci_link3: irq 11 on acpi0 pci_link4: irq 0 on acpi0 pci_link5: irq 0 on acpi0 pci_link6: irq 10 on acpi0 pci_link7: irq 11 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_button0: on acpi0 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 agp0: mem 0xe0000000-0xe7ffffff,0xec100000-0xec17ffff irq 5 at device 2.0 on pci0 agp0: detected 8060k stolen memory agp0: aperture size is 128M uhci0: port 0xb800-0xb81f irq 5 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 0xb000-0xb01f irq 11 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 0xb400-0xb41f irq 9 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 0xec180000-0xec1803ff irq 11 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 pci_link3: BIOS IRQ 5 does not match initial IRQ 11 pci1: on pcib1 bge0: mem 0xec040000-0xec04ffff irq 12 at device 0.0 on pci1 bge0: Ethernet address: 00:0a:5e:55:bc:d1 em0: port 0xa000-0xa03f mem 0xec000000-0xec01ffff irq 10 at device 5.0 on pci1 em0: Ethernet address: 00:30:48:43:7e:bc em0: Speed:N/A Duplex:N/A em1: port 0xa400-0xa43f mem 0xec020000-0xec03ffff irq 11 at device 6.0 on pci1 em1: Ethernet address: 00:30:48:43:7e:bd em1: Speed:N/A Duplex:N/A isab0: at device 31.0 on pci0 isa0: on isab0 atapci0: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xcc00-0xcc0f mem 0xec181000-0xec1813ff at device 31.1 on pci0 ata0: on atapci0 ata1: on atapci0 pci0: at device 31.3 (no driver attached) acpi_tz0: on acpi0 fdc0: port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on acpi0 fdc0: [FAST] sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 sio0: type 16550A, console sio1: <16550A-compatible COM port> port 0x2f8-0x2ff irq 3 on acpi0 sio1: type 16550A ppc0: port 0x378-0x37f,0x778-0x77b 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 atkbdc0: port 0x60,0x64 irq 1 on acpi0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] pmtimer0 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 2000345876 Hz quality 800 Timecounters tick every 1.000 msec ad0: DMA limited to UDMA33, controller found non-ATA66 cable ad0: 38166MB at ata0-master UDMA33 acd0: CDROM at ata1-master UDMA33 Trying to mount root from ufs:/dev/ad0s1a WARNING: / was not properly dismounted bridge0: Ethernet address: ac:de:48:5c:4d:07 bridge0: promiscuous mode enabled em0: link state changed to UP em0: link state changed to DOWN >How-To-Repeat: Create an if_bridge interface with member bge0, and send traffic through the bridge. >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Tue Jan 10 00:00:29 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B338616A41F for ; Tue, 10 Jan 2006 00:00: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 2C79643D45 for ; Tue, 10 Jan 2006 00: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.4/8.13.4) with ESMTP id k0A00THR048235 for ; Tue, 10 Jan 2006 00:00:29 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0A00T9K048234; Tue, 10 Jan 2006 00:00:29 GMT (envelope-from gnats) Date: Tue, 10 Jan 2006 00:00:29 GMT Message-Id: <200601100000.k0A00T9K048234@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Andrew Thompson Cc: Subject: Re: kern/91574: bge member in if_bridge causing system crash 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: Tue, 10 Jan 2006 00:00:29 -0000 The following reply was made to PR kern/91574; it has been noted by GNATS. From: Andrew Thompson To: bug-followup@freebsd.org, erikfreebsd@cepheid.org Cc: Subject: Re: kern/91574: bge member in if_bridge causing system crash Date: Tue, 10 Jan 2006 12:54:53 +1300 Hi, Does the problem also exist if you use the old bridge? It would be helpful if you were able to test that too. regards, Andrew From owner-freebsd-bugs@FreeBSD.ORG Tue Jan 10 01:18:52 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C2CE16A41F; Tue, 10 Jan 2006 01:18:52 +0000 (GMT) (envelope-from emaste@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E63343D46; Tue, 10 Jan 2006 01:18:52 +0000 (GMT) (envelope-from emaste@FreeBSD.org) Received: from freefall.freebsd.org (emaste@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k0A1Ip4l052145; Tue, 10 Jan 2006 01:18:51 GMT (envelope-from emaste@freefall.freebsd.org) Received: (from emaste@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0A1Ipne052141; Tue, 10 Jan 2006 01:18:51 GMT (envelope-from emaste) Date: Tue, 10 Jan 2006 01:18:51 GMT From: Ed Maste Message-Id: <200601100118.k0A1Ipne052141@freefall.freebsd.org> To: emaste@FreeBSD.org, freebsd-bugs@FreeBSD.org, emaste@FreeBSD.org Cc: Subject: Re: kern/91414: [kernel] [patch] Polling for devices other than NICs X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 10 Jan 2006 01:18:52 -0000 Synopsis: [kernel] [patch] Polling for devices other than NICs Responsible-Changed-From-To: freebsd-bugs->emaste Responsible-Changed-By: emaste Responsible-Changed-When: Tue Jan 10 01:18:27 UTC 2006 Responsible-Changed-Why: Grab. http://www.freebsd.org/cgi/query-pr.cgi?pr=91414 From owner-freebsd-bugs@FreeBSD.ORG Tue Jan 10 04:55:25 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2195416A420; Tue, 10 Jan 2006 04:55:25 +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 C8B2443D45; Tue, 10 Jan 2006 04:55:24 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from freefall.freebsd.org (brooks@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k0A4tOWd066294; Tue, 10 Jan 2006 04:55:24 GMT (envelope-from brooks@freefall.freebsd.org) Received: (from brooks@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0A4tORE066290; Tue, 10 Jan 2006 04:55:24 GMT (envelope-from brooks) Date: Tue, 10 Jan 2006 04:55:24 GMT From: Brooks Davis Message-Id: <200601100455.k0A4tORE066290@freefall.freebsd.org> To: antonio@0xeb.net, brooks@FreeBSD.org, freebsd-bugs@FreeBSD.org, brooks@FreeBSD.org Cc: Subject: Re: bin/87465: [patch] dhclient(8) not properly configuring aliases X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 10 Jan 2006 04:55:25 -0000 Synopsis: [patch] dhclient(8) not properly configuring aliases State-Changed-From-To: open->patched State-Changed-By: brooks State-Changed-When: Tue Jan 10 04:54:20 UTC 2006 State-Changed-Why: Fixed in HEAD with a different solution. Responsible-Changed-From-To: freebsd-bugs->brooks Responsible-Changed-By: brooks Responsible-Changed-When: Tue Jan 10 04:54:20 UTC 2006 Responsible-Changed-Why: Fixed in HEAD. http://www.freebsd.org/cgi/query-pr.cgi?pr=87465 From owner-freebsd-bugs@FreeBSD.ORG Tue Jan 10 09:21:26 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 668D016A420; Tue, 10 Jan 2006 09:21:26 +0000 (GMT) (envelope-from sobomax@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 173AA43D58; Tue, 10 Jan 2006 09:21:26 +0000 (GMT) (envelope-from sobomax@FreeBSD.org) Received: from freefall.freebsd.org (sobomax@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k0A9LPmb079832; Tue, 10 Jan 2006 09:21:25 GMT (envelope-from sobomax@freefall.freebsd.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0A9LPWr079828; Tue, 10 Jan 2006 09:21:25 GMT (envelope-from sobomax) Date: Tue, 10 Jan 2006 09:21:25 GMT From: Maxim Sobolev Message-Id: <200601100921.k0A9LPWr079828@freefall.freebsd.org> To: creep@desk.pl, sobomax@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: 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, 10 Jan 2006 09:21:26 -0000 Synopsis: Linux binaries need execution of shared libraries (ld.so) under linux emulation State-Changed-From-To: open->closed State-Changed-By: sobomax State-Changed-When: Tue Jan 10 09:20:22 UTC 2006 State-Changed-Why: The fix has been commited into 7-CURRENT, 6-STABLE and 5-STABLE. Thank you for reporting! http://www.freebsd.org/cgi/query-pr.cgi?pr=87615 From owner-freebsd-bugs@FreeBSD.ORG Tue Jan 10 09:50:07 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 45FCD16A41F for ; Tue, 10 Jan 2006 09:50:07 +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 E59CD43D46 for ; Tue, 10 Jan 2006 09:50:06 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k0A9o6tn086770 for ; Tue, 10 Jan 2006 09:50:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0A9o6Ec086769; Tue, 10 Jan 2006 09:50:06 GMT (envelope-from gnats) Date: Tue, 10 Jan 2006 09:50:06 GMT Message-Id: <200601100950.k0A9o6Ec086769@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: =?iso-8859-2?Q?=A9imun_Mikecin?= Cc: Subject: RE: kern/60175: panic: 5.2-RC: disk errors cause panic in softupdates code X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: =?iso-8859-2?Q?=A9imun_Mikecin?= List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jan 2006 09:50:07 -0000 The following reply was made to PR kern/60175; it has been noted by GNATS. From: =?iso-8859-2?Q?=A9imun_Mikecin?= To: "Alexander Leidinger" , Cc: Subject: RE: kern/60175: panic: 5.2-RC: disk errors cause panic in softupdates code Date: Tue, 10 Jan 2006 10:41:26 +0100 I submitted kern/91568 and kern/91572 for scenarios 2 and 3. I couldn't reproduce first scenario cause I'm missing a floppy disk with = bad sectors to test it with. From owner-freebsd-bugs@FreeBSD.ORG Tue Jan 10 13:13:55 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A05AB16A41F; Tue, 10 Jan 2006 13:13:55 +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 56F5943D46; Tue, 10 Jan 2006 13:13:55 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from freefall.freebsd.org (glebius@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k0ADDtYF099475; Tue, 10 Jan 2006 13:13:55 GMT (envelope-from glebius@freefall.freebsd.org) Received: (from glebius@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0ADDtk4099471; Tue, 10 Jan 2006 13:13:55 GMT (envelope-from glebius) Date: Tue, 10 Jan 2006 13:13:55 GMT From: Gleb Smirnoff Message-Id: <200601101313.k0ADDtk4099471@freefall.freebsd.org> To: glebius@FreeBSD.org, freebsd-bugs@FreeBSD.org, brooks@FreeBSD.org Cc: Subject: Re: kern/91307: [patch] Spoil struct ifnet content in fwip initializing X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 10 Jan 2006 13:13:55 -0000 Old Synopsis: Spoil struct ifnet content in fwip initializing New Synopsis: [patch] Spoil struct ifnet content in fwip initializing Responsible-Changed-From-To: freebsd-bugs->brooks Responsible-Changed-By: glebius Responsible-Changed-When: Tue Jan 10 13:07:42 UTC 2006 Responsible-Changed-Why: This problem was introduced when struct ifnet and driver softc were divorced. The patch looks correct to me, but pass it for Brooks's review, since this is his change and code. http://www.freebsd.org/cgi/query-pr.cgi?pr=91307 From owner-freebsd-bugs@FreeBSD.ORG Tue Jan 10 13:16:39 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 770D816A41F; Tue, 10 Jan 2006 13:16:39 +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 2D92D43D49; Tue, 10 Jan 2006 13:16:39 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from freefall.freebsd.org (glebius@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k0ADGd7E099550; Tue, 10 Jan 2006 13:16:39 GMT (envelope-from glebius@freefall.freebsd.org) Received: (from glebius@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0ADGdSp099546; Tue, 10 Jan 2006 13:16:39 GMT (envelope-from glebius) Date: Tue, 10 Jan 2006 13:16:39 GMT From: Gleb Smirnoff Message-Id: <200601101316.k0ADGdSp099546@freefall.freebsd.org> To: glebius@FreeBSD.org, freebsd-bugs@FreeBSD.org, ru@FreeBSD.org Cc: Subject: Re: bin/91226: make buildworld fails with read-only /usr/src X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 10 Jan 2006 13:16:39 -0000 Synopsis: make buildworld fails with read-only /usr/src Responsible-Changed-From-To: freebsd-bugs->ru Responsible-Changed-By: glebius Responsible-Changed-When: Tue Jan 10 13:16:10 UTC 2006 Responsible-Changed-Why: Assign to build infrastructure maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=91226 From owner-freebsd-bugs@FreeBSD.ORG Tue Jan 10 13:18:40 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E86716A41F; Tue, 10 Jan 2006 13:18:40 +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 C6D6E43D46; Tue, 10 Jan 2006 13:18:39 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from freefall.freebsd.org (glebius@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k0ADIdPq099617; Tue, 10 Jan 2006 13:18:39 GMT (envelope-from glebius@freefall.freebsd.org) Received: (from glebius@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0ADId0b099613; Tue, 10 Jan 2006 13:18:39 GMT (envelope-from glebius) Date: Tue, 10 Jan 2006 13:18:39 GMT From: Gleb Smirnoff Message-Id: <200601101318.k0ADId0b099613@freefall.freebsd.org> To: glebius@FreeBSD.org, freebsd-bugs@FreeBSD.org, yar@FreeBSD.org Cc: Subject: Re: bin/91299: [patch] add ftpd(8) SITE SHA256 command X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 10 Jan 2006 13:18:40 -0000 Synopsis: [patch] add ftpd(8) SITE SHA256 command Responsible-Changed-From-To: freebsd-bugs->yar Responsible-Changed-By: glebius Responsible-Changed-When: Tue Jan 10 13:18:22 UTC 2006 Responsible-Changed-Why: Assign to ftpd maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=91299 From owner-freebsd-bugs@FreeBSD.ORG Tue Jan 10 13:23:34 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 05B1C16A41F; Tue, 10 Jan 2006 13:23:34 +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 9BEA743D66; Tue, 10 Jan 2006 13:23:27 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from freefall.freebsd.org (glebius@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k0ADNRHD099894; Tue, 10 Jan 2006 13:23:27 GMT (envelope-from glebius@freefall.freebsd.org) Received: (from glebius@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0ADNRGT099890; Tue, 10 Jan 2006 13:23:27 GMT (envelope-from glebius) Date: Tue, 10 Jan 2006 13:23:27 GMT From: Gleb Smirnoff Message-Id: <200601101323.k0ADNRGT099890@freefall.freebsd.org> To: glebius@FreeBSD.org, freebsd-bugs@FreeBSD.org, brian@FreeBSD.org Cc: Subject: Re: bin/91394: ppp(8) sets mtu 1500 for PPPoE link X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 10 Jan 2006 13:23:34 -0000 Synopsis: ppp(8) sets mtu 1500 for PPPoE link Responsible-Changed-From-To: freebsd-bugs->brian Responsible-Changed-By: glebius Responsible-Changed-When: Tue Jan 10 13:23:14 UTC 2006 Responsible-Changed-Why: To ppp(8) maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=91394 From owner-freebsd-bugs@FreeBSD.ORG Tue Jan 10 13:27:31 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F25A16A41F; Tue, 10 Jan 2006 13:27:31 +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 D94EA43D6B; Tue, 10 Jan 2006 13:27:27 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from freefall.freebsd.org (glebius@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k0ADRRH2099980; Tue, 10 Jan 2006 13:27:27 GMT (envelope-from glebius@freefall.freebsd.org) Received: (from glebius@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0ADRRdT099976; Tue, 10 Jan 2006 13:27:27 GMT (envelope-from glebius) Date: Tue, 10 Jan 2006 13:27:27 GMT From: Gleb Smirnoff Message-Id: <200601101327.k0ADRRdT099976@freefall.freebsd.org> To: glebius@FreeBSD.org, freebsd-bugs@FreeBSD.org, ambrisko@FreeBSD.org Cc: Subject: Re: bin/91399: ifconfig(8): the setifmediacallback function is not returning the saved media data before making the ioctl call X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 10 Jan 2006 13:27:31 -0000 Synopsis: ifconfig(8): the setifmediacallback function is not returning the saved media data before making the ioctl call Responsible-Changed-From-To: freebsd-bugs->ambrisko Responsible-Changed-By: glebius Responsible-Changed-When: Tue Jan 10 13:26:55 UTC 2006 Responsible-Changed-Why: Looks like Doug's change has introduced this. http://www.freebsd.org/cgi/query-pr.cgi?pr=91399 From owner-freebsd-bugs@FreeBSD.ORG Tue Jan 10 13:28:17 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B6CD16A422; Tue, 10 Jan 2006 13:28:17 +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 C044543D45; Tue, 10 Jan 2006 13:28:13 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from freefall.freebsd.org (glebius@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k0ADSDp8000138; Tue, 10 Jan 2006 13:28:13 GMT (envelope-from glebius@freefall.freebsd.org) Received: (from glebius@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0ADSD9T000134; Tue, 10 Jan 2006 13:28:13 GMT (envelope-from glebius) Date: Tue, 10 Jan 2006 13:28:13 GMT From: Gleb Smirnoff Message-Id: <200601101328.k0ADSD9T000134@freefall.freebsd.org> To: glebius@FreeBSD.org, freebsd-bugs@FreeBSD.org, sos@FreeBSD.org Cc: Subject: Re: kern/91408: [ata] ata(4) failure: SETFEATURES SET TRANSFER MODE semaphore timeout !! DANGER Will Robinson !! X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 10 Jan 2006 13:28:17 -0000 Synopsis: [ata] ata(4) failure: SETFEATURES SET TRANSFER MODE semaphore timeout !! DANGER Will Robinson !! Responsible-Changed-From-To: freebsd-bugs->sos Responsible-Changed-By: glebius Responsible-Changed-When: Tue Jan 10 13:28:01 UTC 2006 Responsible-Changed-Why: To ATA maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=91408 From owner-freebsd-bugs@FreeBSD.ORG Tue Jan 10 13:29:00 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A87316A41F; Tue, 10 Jan 2006 13:29: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 EA9F443D6B; Tue, 10 Jan 2006 13:28:57 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from freefall.freebsd.org (glebius@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k0ADSrRd000188; Tue, 10 Jan 2006 13:28:53 GMT (envelope-from glebius@freefall.freebsd.org) Received: (from glebius@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0ADSrXJ000184; Tue, 10 Jan 2006 13:28:53 GMT (envelope-from glebius) Date: Tue, 10 Jan 2006 13:28:53 GMT From: Gleb Smirnoff Message-Id: <200601101328.k0ADSrXJ000184@freefall.freebsd.org> To: glebius@FreeBSD.org, freebsd-bugs@FreeBSD.org, sos@FreeBSD.org Cc: Subject: Re: kern/91410: [ata] Promise SATA controller + striping : "SETFEATURES SET TRANSFER MODE semaphore timeout" X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jan 2006 13:29:00 -0000 Synopsis: [ata] Promise SATA controller + striping : "SETFEATURES SET TRANSFER MODE semaphore timeout" Responsible-Changed-From-To: freebsd-bugs->sos Responsible-Changed-By: glebius Responsible-Changed-When: Tue Jan 10 13:28:31 UTC 2006 Responsible-Changed-Why: To ATA maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=91410 From owner-freebsd-bugs@FreeBSD.ORG Tue Jan 10 13:45:35 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0AED416A41F; Tue, 10 Jan 2006 13:45:35 +0000 (GMT) (envelope-from nyan@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF5FD43D45; Tue, 10 Jan 2006 13:45:34 +0000 (GMT) (envelope-from nyan@FreeBSD.org) Received: from freefall.freebsd.org (nyan@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k0ADjYm0001834; Tue, 10 Jan 2006 13:45:34 GMT (envelope-from nyan@freefall.freebsd.org) Received: (from nyan@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0ADjYEo001830; Tue, 10 Jan 2006 13:45:34 GMT (envelope-from nyan) Date: Tue, 10 Jan 2006 13:45:34 GMT From: Takahashi Yoshihiro Message-Id: <200601101345.k0ADjYEo001830@freefall.freebsd.org> To: gabor.kovesdan@t-hosting.hu, nyan@FreeBSD.org, freebsd-bugs@FreeBSD.org, nyan@FreeBSD.org Cc: Subject: Re: misc/83287: [patch] EXTPORTSDIR feature for src/release/Makefile X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 10 Jan 2006 13:45:35 -0000 Synopsis: [patch] EXTPORTSDIR feature for src/release/Makefile State-Changed-From-To: patched->closed State-Changed-By: nyan State-Changed-When: Tue Jan 10 13:42:36 UTC 2006 State-Changed-Why: committed to RELENG_6 and RELENG_5. Responsible-Changed-From-To: freebsd-bugs->nyan Responsible-Changed-By: nyan Responsible-Changed-When: Tue Jan 10 13:42:36 UTC 2006 Responsible-Changed-Why: committed to RELENG_6 and RELENG_5. http://www.freebsd.org/cgi/query-pr.cgi?pr=83287 From owner-freebsd-bugs@FreeBSD.ORG Tue Jan 10 13:51:53 2006 Return-Path: X-Original-To: freebsd-bugs@FreeBSD.ORG Delivered-To: freebsd-bugs@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 58CF816A41F; Tue, 10 Jan 2006 13:51:53 +0000 (GMT) (envelope-from sos@deepcore.dk) Received: from spider.deepcore.dk (cpe.atm2-0-53484.0x50a6c9a6.abnxx9.customer.tele.dk [80.166.201.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id B474543D46; Tue, 10 Jan 2006 13:51:52 +0000 (GMT) (envelope-from sos@deepcore.dk) Received: from [194.192.25.142] (spider.deepcore.dk [194.192.25.142]) by spider.deepcore.dk (8.13.4/8.13.4) with ESMTP id k0ADpodH092657; Tue, 10 Jan 2006 14:51:51 +0100 (CET) (envelope-from sos@deepcore.dk) Message-ID: <43C3BBF6.60700@deepcore.dk> Date: Tue, 10 Jan 2006 14:51:50 +0100 From: =?ISO-8859-1?Q?S=F8ren_Schmidt?= User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051201) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Gleb Smirnoff References: <200601101328.k0ADSrXJ000184@freefall.freebsd.org> In-Reply-To: <200601101328.k0ADSrXJ000184@freefall.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-mail-scanned: by DeepCore Virus & Spam killer v1.16 Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: kern/91410: [ata] Promise SATA controller + striping : "SETFEATURES SET TRANSFER MODE semaphore timeout" X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jan 2006 13:51:53 -0000 Gleb Smirnoff wrote: > Synopsis: [ata] Promise SATA controller + striping : "SETFEATURES SET TRANSFER MODE semaphore timeout" > > Responsible-Changed-From-To: freebsd-bugs->sos > Responsible-Changed-By: glebius > Responsible-Changed-When: Tue Jan 10 13:28:31 UTC 2006 > Responsible-Changed-Why: > To ATA maintainer. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=91410 Does it fail if you use atacontrol to create a RAID instead of gsomething ? Does it fail if you remove PREEMPTION from the kernel config ? -Søren From owner-freebsd-bugs@FreeBSD.ORG Tue Jan 10 14:00:26 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A369F16A41F for ; Tue, 10 Jan 2006 14:00: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 09C4643D48 for ; Tue, 10 Jan 2006 14:00:23 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k0AE0Ivb002324 for ; Tue, 10 Jan 2006 14:00:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0AE0I6i002322; Tue, 10 Jan 2006 14:00:18 GMT (envelope-from gnats) Resent-Date: Tue, 10 Jan 2006 14:00:18 GMT Resent-Message-Id: <200601101400.k0AE0I6i002322@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, Aleksey Ovcharenko Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D65116A41F for ; Tue, 10 Jan 2006 13:52:13 +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 70E0D43D5E for ; Tue, 10 Jan 2006 13:52:12 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k0ADqBBf068325 for ; Tue, 10 Jan 2006 13:52:11 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k0ADqBhf068306; Tue, 10 Jan 2006 13:52:11 GMT (envelope-from nobody) Message-Id: <200601101352.k0ADqBhf068306@www.freebsd.org> Date: Tue, 10 Jan 2006 13:52:11 GMT From: Aleksey Ovcharenko To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: kern/91597: PC crashed after cold reboot in 2 minutes. X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 10 Jan 2006 14:00:26 -0000 >Number: 91597 >Category: kern >Synopsis: PC crashed after cold reboot in 2 minutes. >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jan 10 14:00:17 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Aleksey Ovcharenko >Release: FreeBSD 6.0-STABLE >Organization: >Environment: FreeBSD localhost 6.0-STABLE FreeBSD 6.0-STABLE #0: Tue Jan 10 14:39:26 EET 2006 root@localhost:/usr/obj/usr/src/sys/KERNEL i386 >Description: After power on PC it crashed in 2 minutes with following error: Fatal trap 12: page fault while in kernel mode fault virtual address = 0x88 fault code = supervisor read, page not present instruction pointer = 0x20:0xc047b634 stack pointer = 0x28:0xd5232c08 frame pointer = 0x28:0xd5232c24 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 = 36 (swi4: clock sio) It happens only once per power on. It doesn't happen of PC was rebooted. Kernel configured without options INET6. Here comes backtrace: #0 doadump () at pcpu.h:165 in pcpu.h (kgdb) where #0 doadump () at pcpu.h:165 #1 0xc05c0320 in boot (howto=260) at /usr/src/sys/kern/kern_shutdown.c:399 #2 0xc05c069d in panic (fmt=0xc07beeb0 "from debugger") at /usr/src/sys/kern/kern_shutdown.c:555 #3 0xc049dbd2 in db_panic (addr=-1069042124, have_addr=0, count=-1, modif=0xd52329f8 "") at /usr/src/sys/ddb/db_command.c:438 #4 0xc049db42 in db_command (last_cmdp=0xc0835ae4, cmd_table=0x0, aux_cmd_tablep=0xc07f1b54, aux_cmd_tablep_end=0xc07f1b58) at /usr/src/sys/ddb/db_command.c:350 #5 0xc049dc55 in db_command_loop () at /usr/src/sys/ddb/db_command.c:458 #6 0xc049fe85 in db_trap (type=12, code=0) at /usr/src/sys/ddb/db_main.c:221 #7 0xc05df657 in kdb_trap (type=0, code=0, tf=0xd5232bc8) at /usr/src/sys/kern/subr_kdb.c:473 #8 0xc078c22b in trap_fatal (frame=0xd5232bc8, eva=0) at /usr/src/sys/i386/i386/trap.c:827 #9 0xc078bf02 in trap_pfault (frame=0xd5232bc8, usermode=0, eva=136) at /usr/src/sys/i386/i386/trap.c:744 #10 0xc078ba70 in trap (frame= {tf_fs = 8, tf_es = 40, tf_ds = 1862271016, tf_edi = 7, tf_esi = -1018524584, tf_ebp = -719115228, tf_isp = -719115276, tf_ebx = -1017757184, tf_edx = -1017757184, tf_ecx = -1020748672, tf_eax = 0, tf_trapno = 12, tf_err = 0, tf_eip = -1069042124, tf_cs = 32, tf_eflags = 590406, tf_esp = -1017757184, tf_ss = 0}) at /usr/src/sys/i386/i386/trap.c:434 #11 0xc07780ba in calltrap () at /usr/src/sys/i386/i386/exception.s:139 #12 0xc047b634 in fr_derefrule (frp=0xc34a8c58) at /usr/src/sys/contrib/ipfilter/netinet/fil.c:4507 #13 0xc0495d97 in fr_delstate (is=0xc34a8c00, why=65535) at /usr/src/sys/contrib/ipfilter/netinet/ip_state.c:2779 #14 0xc0495e61 in fr_timeoutstate () at /usr/src/sys/contrib/ipfilter/netinet/ip_state.c:2815 #15 0xc04815ba in fr_slowtimer (ptr=0x0) at /usr/src/sys/contrib/ipfilter/netinet/ip_frag.c:828 #16 0xc05cf726 in softclock (dummy=0x0) at /usr/src/sys/kern/kern_timeout.c:290 #17 0xc05a44f8 in ithread_loop (arg=0xc327d200) at /usr/src/sys/kern/kern_intr.c:547 #18 0xc05a33cf in fork_exit (callout=0xc05a4340 , arg=0x0, frame=0x0) at /usr/src/sys/kern/kern_fork.c:789 #19 0xc077811c in fork_trampoline () at /usr/src/sys/i386/i386/exception.s:208 (kgdb) bt full #0 doadump () at pcpu.h:165 No locals. #1 0xc05c0320 in boot (howto=260) at /usr/src/sys/kern/kern_shutdown.c:399 first_buf_printf = 1 #2 0xc05c069d in panic (fmt=0xc07beeb0 "from debugger") at /usr/src/sys/kern/kern_shutdown.c:555 td = (struct thread *) 0xc3289c80 bootopt = 256 newpanic = 1 ap = 0xc3289c80 "\030\204(ц a\"ц" buf = "from debugger", '\0' #3 0xc049dbd2 in db_panic (addr=-1069042124, have_addr=0, count=-1, modif=0xd52329f8 "") at /usr/src/sys/ddb/db_command.c:438 No locals. #4 0xc049db42 in db_command (last_cmdp=0xc0835ae4, cmd_table=0x0, aux_cmd_tablep=0xc07f1b54, aux_cmd_tablep_end=0xc07f1b58) at /usr/src/sys/ddb/db_command.c:350 cmd = (struct command *) 0xc07a5e60 t = 0 modif = "\000c\203ю\f\000\000\000\024*#у\r\000\000\000\000\027\207ю\r\000\000\000\001\000\000\0004*#уf\201vююъ\205ю\aK\000 \204\027\207ю\2004\204юЮc\203юx\000\000\000Юc\203ю\f\000\000\000X*#уя\002Jю\226L}юPЪIю\000\000\000\000\020\000\000\000\f\000\000\000Юc\203юfУIюЮc\203ю [\203юx\000\000\000╪*#у" addr = -1069042124 count = -1 have_addr = 0 result = 0 #5 0xc049dc55 in db_command_loop () at /usr/src/sys/ddb/db_command.c:458 No locals. #6 0xc049fe85 in db_trap (type=12, code=0) at /usr/src/sys/ddb/db_main.c:221 jb = {{_jb = {-719115588, -719115616, -719115536, -719115320, 12, -1068892634, -719115516, -1067574971, -1065428601, -1067574800, -719115536, -1067584048}}} prev_jb = (void *) 0x0 bkpt = 0 #7 0xc05df657 in kdb_trap (type=0, code=0, tf=0xd5232bc8) at /usr/src/sys/kern/subr_kdb.c:473 handled = -719115320 #8 0xc078c22b in trap_fatal (frame=0xd5232bc8, eva=0) at /usr/src/sys/i386/i386/trap.c:827 eflags = 524802 code = 524802 type = 12 ss = 524802 esp = 0 softseg = {ssd_base = 0, ssd_limit = 1048575, ssd_type = 27, ssd_dpl = 0, ssd_p = 1, ssd_xx = 4, ssd_xx1 = 0, ssd_def32 = 1, ssd_gran = 1} msg = 0x0 #9 0xc078bf02 in trap_pfault (frame=0xd5232bc8, usermode=0, eva=136) at /usr/src/sys/i386/i386/trap.c:744 va = 0 vm = (struct vmspace *) 0x0 map = 0x1 rv = 1 ftype = 1 '\001' td = (struct thread *) 0xc3289c80 p = (struct proc *) 0xc3288418 #10 0xc078ba70 in trap (frame= {tf_fs = 8, tf_es = 40, tf_ds = 1862271016, tf_edi = 7, tf_esi = -1018524584, tf_ebp = -719115228, tf_isp = -719115276, tf_ebx = -1017757184, tf_edx = -1017757184, tf_ecx = -1020748672, tf_eax = 0, tf_trapno = 12, tf_err = 0, tf_eip = -1069042124, tf_cs = 32, tf_eflags = 590406, tf_esp = -1017757184, tf_ss = 0}) at /usr/src/sys/i386/i386/trap.c:434 td = (struct thread *) 0xc3289c80 p = (struct proc *) 0xc3288418 sticks = 0 i = 0 ucode = 0 type = 12 code = 0 eva = 136 #11 0xc07780ba in calltrap () at /usr/src/sys/i386/i386/exception.s:139 No locals. #12 0xc047b634 in fr_derefrule (frp=0xc34a8c58) at /usr/src/sys/contrib/ipfilter/netinet/fil.c:4507 fr = (frentry_t *) 0xc3564200 #13 0xc0495d97 in fr_delstate (is=0xc34a8c00, why=65535) at /usr/src/sys/contrib/ipfilter/netinet/ip_state.c:2779 No locals. #14 0xc0495e61 in fr_timeoutstate () at /usr/src/sys/contrib/ipfilter/netinet/ip_state.c:2815 ifq = (ipftq_t *) 0xc0834c40 ifqnext = (ipftq_t *) 0x7 tqe = (ipftqent_t *) 0xc3564200 tqn = (ipftqent_t *) 0xc339e8c8 is = (ipstate_t *) 0x0 #15 0xc04815ba in fr_slowtimer (ptr=0x0) at /usr/src/sys/contrib/ipfilter/netinet/ip_frag.c:828 No locals. #16 0xc05cf726 in softclock (dummy=0x0) at /usr/src/sys/kern/kern_timeout.c:290 c_func = (void (*)(void *)) 0xc0481560 c_arg = (void *) 0x0 c_mtx = (struct mtx *) 0xc083d600 c_flags = 7 c = (struct callout *) 0xc3289c80 bucket = (struct callout_tailq *) 0xcd4628b8 curticks = 128501 steps = -1065101824 depth = 1 mpcalls = 0 mtxcalls = 0 gcalls = 1 wakeup_cookie = -1065101824 #17 0xc05a44f8 in ithread_loop (arg=0xc327d200) at /usr/src/sys/kern/kern_intr.c:547 ithd = (struct ithd *) 0xc327d200 ih = (struct intrhand *) 0xc3265c40 td = (struct thread *) 0xc3289c80 p = (struct proc *) 0xc3288418 count = 0 warned = 0 #18 0xc05a33cf in fork_exit (callout=0xc05a4340 , arg=0x0, frame=0x0) at /usr/src/sys/kern/kern_fork.c:789 p = (struct proc *) 0xc3288418 td = (struct thread *) 0xc3564200 #19 0xc077811c in fork_trampoline () at /usr/src/sys/i386/i386/exception.s:208 No locals. (kgdb) frame 12 #12 0xc047b634 in fr_derefrule (frp=0xc34a8c58) at /usr/src/sys/contrib/ipfilter/netinet/fil.c:4507 4507 if (fr->fr_type == FR_T_IPF && fr->fr_satype == FRI_LOOKUP) (kgdb) list 4502 if (fr->fr_ref == 0) { 4503 MUTEX_EXIT(&fr->fr_lock); 4504 MUTEX_DESTROY(&fr->fr_lock); 4505 4506 #ifdef IPFILTER_LOOKUP 4507 if (fr->fr_type == FR_T_IPF && fr->fr_satype == FRI_LOOKUP) 4508 ip_lookup_deref(fr->fr_srctype, fr->fr_srcptr); 4509 if (fr->fr_type == FR_T_IPF && fr->fr_datype == FRI_LOOKUP) 4510 ip_lookup_deref(fr->fr_dsttype, fr->fr_dstptr); 4511 #endif (kgdb) p *fr $1 = {fr_lock = {ipf_lkun_s = {ipf_slk = {mtx_object = {lo_class = 0xc0811004, lo_name = 0xc07beba9 "state filter rule lock", lo_type = 0xc07beba9 "state filter rule lock", lo_flags = 131072, lo_list = {tqe_next = 0x0, tqe_prev = 0x0}, lo_witness = 0x0}, mtx_lock = 4, mtx_recurse = 0}, ipf_lname = 0x0}, ipf_emu = {eMm_owner = 0xc0811004 "{l~ю\t", eMm_heldin = 0xc07beba9 "state filter rule lock", eMm_magic = 3229346729, eMm_held = 131072, eMm_heldat = 0}}, fr_next = 0xc3650800, fr_grp = 0x0, fr_isc = 0xffffffff, fr_ifas = {0x0, 0x0, 0x0, 0x0}, fr_ptr = 0x0, fr_comment = 0x0, fr_ref = 0, fr_statecnt = 1, fr_hits = 7, fr_bytes = 503, fr_lastpkt = {tv_sec = 0, tv_usec = 0}, fr_curpps = 0, fr_dun = {fru_data = 0x0, fru_caddr = 0x0, fru_ipf = 0x0, fru_func = 0}, fr_func = 0, fr_dsize = 0, fr_pps = 0, fr_statemax = 0, fr_flineno = 0, fr_type = 1, fr_flags = 1073759490, fr_logtag = 0, fr_collect = 0, fr_arg = 0, fr_loglevel = 65535, fr_age = {0, 0}, fr_v = 4 '\004', fr_icode = 0 '\0', fr_group = '\0' , fr_grhead = '\0' , fr_nattag = {ipt_un = {iptu_num = {0, 0, 0, 0}, iptu_tag = '\0' }, ipt_not = 0}, fr_ifnames = {'\0' , '\0' , '\0' , '\0' }, fr_isctag = '\0' , fr_tifs = {{fd_ifp = 0x0, fd_ip6 = {i6 = {0, 0, 0, 0}, in4 = {s_addr = 0}, vptr = {0x0, 0x0}, lptr = {0, 0}}, fd_ifname = '\0' }, {fd_ifp = 0x0, fd_ip6 = {i6 = {0, 0, 0, 0}, in4 = {s_addr = 0}, vptr = {0x0, 0x0}, lptr = {0, 0}}, fd_ifname = '\0' }}, fr_dif = {fd_ifp = 0x0, fd_ip6 = {i6 = {0, 0, 0, 0}, in4 = {s_addr = 0}, vptr = {0x0, 0x0}, lptr = {0, 0}}, fd_ifname = '\0' }, fr_cksum = 1090602426} (kgdb) p fr->fr_type $2 = 1 (kgdb) p fr->fr_satype (kgdb) >How-To-Repeat: 1. Enable ipfilter="YES" and ipfs_enable="YES" on /etc/rc.conf. 2. Shutdown PC. 3. Power on PC. >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Tue Jan 10 14:21:01 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E3D9D16A41F; Tue, 10 Jan 2006 14:21:01 +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 9B56543D46; Tue, 10 Jan 2006 14:21:01 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from freefall.freebsd.org (glebius@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k0AEL10Q003526; Tue, 10 Jan 2006 14:21:01 GMT (envelope-from glebius@freefall.freebsd.org) Received: (from glebius@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0AEL1Z4003522; Tue, 10 Jan 2006 14:21:01 GMT (envelope-from glebius) Date: Tue, 10 Jan 2006 14:21:01 GMT From: Gleb Smirnoff Message-Id: <200601101421.k0AEL1Z4003522@freefall.freebsd.org> To: glebius@FreeBSD.org, freebsd-bugs@FreeBSD.org, darrenr@FreeBSD.org Cc: Subject: Re: kern/91597: [ipfilter] PC crashed after cold reboot in 2 minutes. X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 10 Jan 2006 14:21:02 -0000 Old Synopsis: PC crashed after cold reboot in 2 minutes. New Synopsis: [ipfilter] PC crashed after cold reboot in 2 minutes. Responsible-Changed-From-To: freebsd-bugs->darrenr Responsible-Changed-By: glebius Responsible-Changed-When: Tue Jan 10 14:20:32 UTC 2006 Responsible-Changed-Why: To ipfilter maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=91597 From owner-freebsd-bugs@FreeBSD.ORG Tue Jan 10 15:21:41 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F408916A420; Tue, 10 Jan 2006 15:21:40 +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 AB2EE43D48; Tue, 10 Jan 2006 15:21:40 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from freefall.freebsd.org (glebius@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k0AFLe2K006307; Tue, 10 Jan 2006 15:21:40 GMT (envelope-from glebius@freefall.freebsd.org) Received: (from glebius@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0AFLetq006303; Tue, 10 Jan 2006 15:21:40 GMT (envelope-from glebius) Date: Tue, 10 Jan 2006 15:21:40 GMT From: Gleb Smirnoff Message-Id: <200601101521.k0AFLetq006303@freefall.freebsd.org> To: glebius@FreeBSD.org, freebsd-bugs@FreeBSD.org, anholt@FreeBSD.org Cc: Subject: Re: kern/91315: [agp] [patch] add Intel E7505 chipset support to agp(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: Tue, 10 Jan 2006 15:21:41 -0000 Synopsis: [agp] [patch] add Intel E7505 chipset support to agp(4) Responsible-Changed-From-To: freebsd-bugs->anholt Responsible-Changed-By: glebius Responsible-Changed-When: Tue Jan 10 15:21:10 UTC 2006 Responsible-Changed-Why: Eric will handle this. http://www.freebsd.org/cgi/query-pr.cgi?pr=91315 From owner-freebsd-bugs@FreeBSD.ORG Tue Jan 10 16:49:29 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B0A5816A420; Tue, 10 Jan 2006 16:49:29 +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 6678543D46; Tue, 10 Jan 2006 16:49:29 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k0AGnTOh011459; Tue, 10 Jan 2006 16:49:29 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0AGnTt0011455; Tue, 10 Jan 2006 16:49:29 GMT (envelope-from pav) Date: Tue, 10 Jan 2006 16:49:29 GMT From: Pav Lucistnik Message-Id: <200601101649.k0AGnTt0011455@freefall.freebsd.org> To: freebsd@jdc.parodius.com, pav@FreeBSD.org, freebsd-bugs@FreeBSD.org, pav@FreeBSD.org Cc: Subject: Re: bin/90098: traceroute(8) "pretty printing" of multipath routes is broken X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 10 Jan 2006 16:49:29 -0000 Synopsis: traceroute(8) "pretty printing" of multipath routes is broken State-Changed-From-To: open->patched State-Changed-By: pav State-Changed-When: Tue Jan 10 16:49:02 UTC 2006 State-Changed-Why: Patched in HEAD; will MFC to 6-STABLE later. Responsible-Changed-From-To: freebsd-bugs->pav Responsible-Changed-By: pav Responsible-Changed-When: Tue Jan 10 16:49:02 UTC 2006 Responsible-Changed-Why: Mine http://www.freebsd.org/cgi/query-pr.cgi?pr=90098 From owner-freebsd-bugs@FreeBSD.ORG Tue Jan 10 18:00:24 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 16EE116A41F for ; Tue, 10 Jan 2006 18: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 41DA143D46 for ; Tue, 10 Jan 2006 18:00:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k0AI0KpE014965 for ; Tue, 10 Jan 2006 18:00:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0AI0KKQ014964; Tue, 10 Jan 2006 18:00:20 GMT (envelope-from gnats) Resent-Date: Tue, 10 Jan 2006 18:00:20 GMT Resent-Message-Id: <200601101800.k0AI0KKQ014964@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, Dominik Karczmarski Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 79F7E16A41F for ; Tue, 10 Jan 2006 17:52:32 +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 48ADD43D46 for ; Tue, 10 Jan 2006 17:52:32 +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 k0AHqVpj002688 for ; Tue, 10 Jan 2006 17:52:31 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k0AHqVN4002687; Tue, 10 Jan 2006 17:52:31 GMT (envelope-from nobody) Message-Id: <200601101752.k0AHqVN4002687@www.freebsd.org> Date: Tue, 10 Jan 2006 17:52:31 GMT From: Dominik Karczmarski To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: misc/91606: sha1 /dev is suspended X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 10 Jan 2006 18:00:24 -0000 >Number: 91606 >Category: misc >Synopsis: sha1 /dev is suspended >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jan 10 18:00:20 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Dominik Karczmarski >Release: FreeBSD 5.4 >Organization: >Environment: FreeBSD server1.loc 5.4-RELEASE FreeBSD 5.4-RELEASE #3: Mon Dec 12 01:50:27 UTC 2005 root@server1.loc:/usr/src/sys/i386/compile/SERVER0 i386 >Description: When I run (on FreeBSD 5.4) > sha1 /dev or > md5 /dev checksum is NOT calculated and is suspended. there is no problem on FreeBSD 4.X. when i run sha (/usr/ports/security/sha) there is no problem. if you asked who and why run sha1 /dev ... ? ... so my project (it is a file system checksum checker) uses SHA1_File() ... and it is possible someone whats to check everything ... it will be better it works:-) >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Tue Jan 10 18:50:04 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6307716A41F for ; Tue, 10 Jan 2006 18:50:04 +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 9C9F743D5C for ; Tue, 10 Jan 2006 18:50:03 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k0AIo3mb018580 for ; Tue, 10 Jan 2006 18:50:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0AIo3eC018579; Tue, 10 Jan 2006 18:50:03 GMT (envelope-from gnats) Resent-Date: Tue, 10 Jan 2006 18:50:03 GMT Resent-Message-Id: <200601101850.k0AIo3eC018579@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, trasz Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6726016A41F for ; Tue, 10 Jan 2006 18:46:30 +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 0E87243D67 for ; Tue, 10 Jan 2006 18:46:30 +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 k0AIkTXo064818 for ; Tue, 10 Jan 2006 18:46:29 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k0AIkTxG064817; Tue, 10 Jan 2006 18:46:29 GMT (envelope-from nobody) Message-Id: <200601101846.k0AIkTxG064817@www.freebsd.org> Date: Tue, 10 Jan 2006 18:46:29 GMT From: trasz To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: bin/91608: tar(1) reports (Empty error message) on truncated tarballs. X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 10 Jan 2006 18:50:04 -0000 >Number: 91608 >Category: bin >Synopsis: tar(1) reports (Empty error message) on truncated tarballs. >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jan 10 18:50:02 GMT 2006 >Closed-Date: >Last-Modified: >Originator: trasz >Release: 6.0-RC1 >Organization: >Environment: FreeBSD traszkan.ds7 6.0-RC1 FreeBSD 6.0-RC1 #0: Sat Oct 29 21:42:46 CEST 2005 trasz@traszkan.ds7:/usr/obj/usr/src/sys/TRASHCAN i386 >Description: tar(1) reports '(Empty error message)' when trying to list contents or extract truncated archive. >How-To-Repeat: [trasz@traszkan:~]$ dd if=mga.tar of=test.tar bs=1k count=100 100+0 records in 100+0 records out 102400 bytes transferred in 0.016331 secs (6270208 bytes/sec) [trasz@traszkan:~]$ tar tvf test.tar drwxr-xr-x 0 root wheel 0 Feb 9 2005 mga/ -rw-r--r-- 0 root wheel 41592 Apr 23 2004 mga/mgareg_flags.h -rw-r--r-- 0 root wheel 804 Nov 14 2003 mga/mga_merge.h -rw-r--r-- 0 root wheel 523 Apr 23 2004 mga/mga_map.h -rw-r--r-- 0 root wheel 6063 Apr 23 2004 mga/mga_shadow.c -rw-r--r-- 0 root wheel 6280 Apr 23 2004 mga/mga_arc.c -rw-r--r-- 0 root wheel 3104 Jun 16 2004 mga/mga_dri.h -rw-r--r-- 0 root wheel 2922 Apr 23 2004 mga/mga_macros.h -rw-r--r-- 0 root wheel 180490 Nov 14 2003 mga/mga_ucode.h tar: (Empty error message) [trasz@traszkan:~]$ >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Tue Jan 10 19:57:57 2006 Return-Path: X-Original-To: freebsd-bugs@freebsd.org Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1093616A41F for ; Tue, 10 Jan 2006 19:57:57 +0000 (GMT) (envelope-from mail2jmcl@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9BED43D49 for ; Tue, 10 Jan 2006 19:57:55 +0000 (GMT) (envelope-from mail2jmcl@gmail.com) Received: by zproxy.gmail.com with SMTP id o1so4742134nzf for ; Tue, 10 Jan 2006 11:57:55 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:subject:from:reply-to:to:cc:in-reply-to:references:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding; b=jZKs5v0G/9gG6GPWCiUymIMHTEcNnYg0hNlLUGEJHR0PTHG4m6W5LzfWX9QKq7l5GOow2mH+y9M9j5kEpAJJdJqQzfYK1GjAUhEuF92ZdfWz9zi0Qk88GN42wC4EtMAVmBQDED39x8gqMl1kVWt1kKmrvlEMk/1OdzWkDsNnh3U= Received: by 10.65.237.13 with SMTP id o13mr3030859qbr; Tue, 10 Jan 2006 11:57:54 -0800 (PST) Received: from ?10.0.1.102? ( [213.202.175.48]) by mx.gmail.com with ESMTP id e16sm230416qba.2006.01.10.11.57.52; Tue, 10 Jan 2006 11:57:53 -0800 (PST) From: John McLaughlin To: =?ISO-8859-1?Q?S=F8ren?= Schmidt In-Reply-To: <43C3BBF6.60700@deepcore.dk> References: <200601101328.k0ADSrXJ000184@freefall.freebsd.org> <43C3BBF6.60700@deepcore.dk> Content-Type: text/plain; charset=UTF-8 Date: Tue, 10 Jan 2006 19:57:49 +0000 Message-Id: <1136923069.3215.49.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 (2.2.3-2.fc4) Content-Transfer-Encoding: 8bit Cc: freebsd-bugs@FreeBSD.ORG, Gleb Smirnoff Subject: Re: kern/91410: [ata] Promise SATA controller + striping : "SETFEATURES SET TRANSFER MODE semaphore timeout" X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: mail2jmcl@gmail.com List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jan 2006 19:57:57 -0000 Hi Søren, I've created the array with atacontrol, and after about an hour or so with a make -j 4 buildworld running, network activity and stressing from running: dd if=/dev/zero of=test bs=1024 count=1000000 in a couple of sessions to write files to the array, it seems to be rock solid. I'm going to stress it a bit more to see to make sure, and I'll try your other suggestion of disabling PREEMPTIVE tomorrow along with GEOM I still have the problem where writing to the striped array doesn't perform any better than writing to a single disk (when the system is quiet of course!). While running above dd command, I measured the throughput with iostat. The first output is for the array, which is if anything slower at writing than the individual disk ad4, which is shown in the first part of the second run. The second part is doing the dd to both disks at the same time, which would seem to imply that the bus speed isn't entirely to blame. I imagine the interleave value for atacontrol will have a bearing, but since much googling didn't turn up much guidance for values, I tried both 64 and 512. Both gave similar write speeds. the 18-19MB/s is also in line with the tests I was doing with GEOM before things went pear shaped. Am I missing anything? root@jmcl# iostat -w 10 ar0 tty ar0 cpu tin tout KB/t tps MB/s us ni sy in id (writing to raid0 array) 0 13 127.31 149 18.56 2 0 51 3 44 0 4 127.54 147 18.37 2 0 49 4 45 0 4 120.47 153 18.03 2 0 52 3 43 0 4 127.38 148 18.46 2 0 50 3 44 0 4 127.92 148 18.44 3 0 50 4 44 root@jmcl# iostat -w 10 ad4 ad6 tty ad4 ad6 cpu tin tout KB/t tps MB/s KB/t tps MB/s us ni sy in id (writing to one disk) 1 19 127.06 130 16.18 0.00 0 0.00 2 0 41 2 55 0 6 127.63 150 18.66 0.00 0 0.00 3 0 49 2 47 0 139 125.75 149 18.33 0.00 0 0.00 3 0 51 1 45 0 6 125.90 151 18.58 0.00 0 0.00 2 0 50 1 47 0 6 127.55 149 18.61 0.00 0 0.00 3 0 48 1 47 (writing to both disks simultaneously) 0 6 122.43 125 14.90 127.52 116 14.49 4 0 93 3 1 0 6 127.34 122 15.23 127.63 121 15.10 4 0 94 2 0 0 6 124.17 126 15.27 124.49 122 14.88 4 0 94 2 1 0 6 127.63 122 15.22 127.54 121 15.02 4 0 93 2 1 0 6 127.24 122 15.12 127.63 121 15.08 4 0 93 2 0 - John On Tue, 2006-01-10 at 14:51 +0100, Søren Schmidt wrote: > Gleb Smirnoff wrote: > > Synopsis: [ata] Promise SATA controller + striping : "SETFEATURES SET TRANSFER MODE semaphore timeout" > > > > Responsible-Changed-From-To: freebsd-bugs->sos > > Responsible-Changed-By: glebius > > Responsible-Changed-When: Tue Jan 10 13:28:31 UTC 2006 > > Responsible-Changed-Why: > > To ATA maintainer. > > > > http://www.freebsd.org/cgi/query-pr.cgi?pr=91410 > > Does it fail if you use atacontrol to create a RAID instead of gsomething ? > > Does it fail if you remove PREEMPTION from the kernel config ? > > -Søren From owner-freebsd-bugs@FreeBSD.ORG Tue Jan 10 20:03:50 2006 Return-Path: X-Original-To: freebsd-bugs@FreeBSD.org Delivered-To: freebsd-bugs@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4FC8116A420; Tue, 10 Jan 2006 20:03:50 +0000 (GMT) (envelope-from erik@cepheid.org) Received: from mail.cepheid.org (wintermute.cepheid.org [64.92.165.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C4C743D58; Tue, 10 Jan 2006 20:03:32 +0000 (GMT) (envelope-from erik@cepheid.org) Received: by mail.cepheid.org (Postfix, from userid 1006) id 2DDC8170B5; Tue, 10 Jan 2006 14:03:30 -0600 (CST) Date: Tue, 10 Jan 2006 14:03:30 -0600 From: Erik Osterholm To: Andrew Thompson Message-ID: <20060110200329.GA53327@idoru.cepheid.org> Mail-Followup-To: Erik Osterholm , Andrew Thompson , freebsd-bugs@FreeBSD.org, bug-followup@freebsd.org References: <200601100000.k0A00T9K048234@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200601100000.k0A00T9K048234@freefall.freebsd.org> User-Agent: Mutt/1.4.2.1i Cc: freebsd-bugs@FreeBSD.org, bug-followup@freebsd.org Subject: Re: kern/91574: bge member in if_bridge causing system crash X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 10 Jan 2006 20:03:50 -0000 On Tue, Jan 10, 2006 at 12:00:29AM +0000, Andrew Thompson wrote: > The following reply was made to PR kern/91574; it has been noted by GNATS. > > From: Andrew Thompson > To: bug-followup@freebsd.org, erikfreebsd@cepheid.org > Cc: > Subject: Re: kern/91574: bge member in if_bridge causing system crash > Date: Tue, 10 Jan 2006 12:54:53 +1300 > > Hi, > > Does the problem also exist if you use the old bridge? It would be > helpful if you were able to test that too. > > > regards, > Andrew Since you brought that up, I've tried with all three bridging methods: bridge(4), if_bridge, and ng_bridge using /usr/share/examples/netgraph/ether.bridge as my template. The only time I can reproduce the crash is with if_bridge. I hope it's not bad ettiquette to send this to bug-followup, freebsd-bugs, and the originator of the question. Please let me know if I've committed a faux pas. Erik From owner-freebsd-bugs@FreeBSD.ORG Tue Jan 10 20:10:12 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F3D6116A41F for ; Tue, 10 Jan 2006 20:10:11 +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 A042D43D45 for ; Tue, 10 Jan 2006 20:10: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.4/8.13.4) with ESMTP id k0AKABxj022808 for ; Tue, 10 Jan 2006 20:10:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0AKABWe022807; Tue, 10 Jan 2006 20:10:11 GMT (envelope-from gnats) Date: Tue, 10 Jan 2006 20:10:11 GMT Message-Id: <200601102010.k0AKABWe022807@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Erik Osterholm Cc: Subject: Re: kern/91574: bge member in if_bridge causing system crash X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Erik Osterholm List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jan 2006 20:10:12 -0000 The following reply was made to PR kern/91574; it has been noted by GNATS. From: Erik Osterholm To: Andrew Thompson Cc: freebsd-bugs@FreeBSD.org, bug-followup@freebsd.org Subject: Re: kern/91574: bge member in if_bridge causing system crash Date: Tue, 10 Jan 2006 14:03:30 -0600 On Tue, Jan 10, 2006 at 12:00:29AM +0000, Andrew Thompson wrote: > The following reply was made to PR kern/91574; it has been noted by GNATS. > > From: Andrew Thompson > To: bug-followup@freebsd.org, erikfreebsd@cepheid.org > Cc: > Subject: Re: kern/91574: bge member in if_bridge causing system crash > Date: Tue, 10 Jan 2006 12:54:53 +1300 > > Hi, > > Does the problem also exist if you use the old bridge? It would be > helpful if you were able to test that too. > > > regards, > Andrew Since you brought that up, I've tried with all three bridging methods: bridge(4), if_bridge, and ng_bridge using /usr/share/examples/netgraph/ether.bridge as my template. The only time I can reproduce the crash is with if_bridge. I hope it's not bad ettiquette to send this to bug-followup, freebsd-bugs, and the originator of the question. Please let me know if I've committed a faux pas. Erik From owner-freebsd-bugs@FreeBSD.ORG Wed Jan 11 00:00:42 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C4BB716A424; Wed, 11 Jan 2006 00:00:42 +0000 (GMT) (envelope-from thompsa@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C55543D4C; Wed, 11 Jan 2006 00:00:42 +0000 (GMT) (envelope-from thompsa@FreeBSD.org) Received: from freefall.freebsd.org (thompsa@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k0B00gl4035469; Wed, 11 Jan 2006 00:00:42 GMT (envelope-from thompsa@freefall.freebsd.org) Received: (from thompsa@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0B00gh2035465; Wed, 11 Jan 2006 00:00:42 GMT (envelope-from thompsa) Date: Wed, 11 Jan 2006 00:00:42 GMT From: Andrew Thompson Message-Id: <200601110000.k0B00gh2035465@freefall.freebsd.org> To: thompsa@FreeBSD.org, freebsd-bugs@FreeBSD.org, thompsa@FreeBSD.org Cc: Subject: Re: kern/91574: [if_bridge] bge member in if_bridge causing system crash X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 11 Jan 2006 00:00:42 -0000 Synopsis: [if_bridge] bge member in if_bridge causing system crash Responsible-Changed-From-To: freebsd-bugs->thompsa Responsible-Changed-By: thompsa Responsible-Changed-When: Wed Jan 11 00:00:00 UTC 2006 Responsible-Changed-Why: Grab, I should be getting a bge card soon. http://www.freebsd.org/cgi/query-pr.cgi?pr=91574 From owner-freebsd-bugs@FreeBSD.ORG Wed Jan 11 03:10:09 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B91F16A41F for ; Wed, 11 Jan 2006 03: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 4D03143D48 for ; Wed, 11 Jan 2006 03: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.4/8.13.4) with ESMTP id k0B3A8wB044366 for ; Wed, 11 Jan 2006 03:10:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0B3A8Tm044365; Wed, 11 Jan 2006 03:10:08 GMT (envelope-from gnats) Resent-Date: Wed, 11 Jan 2006 03:10:08 GMT Resent-Message-Id: <200601110310.k0B3A8Tm044365@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 Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D5D0916A41F for ; Wed, 11 Jan 2006 03:09:28 +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 A2ED443D46 for ; Wed, 11 Jan 2006 03:09:28 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k0B39SvZ006490 for ; Wed, 11 Jan 2006 03:09:28 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k0B39SQ8006489; Wed, 11 Jan 2006 03:09:28 GMT (envelope-from nobody) Message-Id: <200601110309.k0B39SQ8006489@www.freebsd.org> Date: Wed, 11 Jan 2006 03:09:28 GMT From: joe To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 X-Mailman-Approved-At: Wed, 11 Jan 2006 03:26:09 +0000 Cc: Subject: bin/91622: /bin/cp does not update atime of the source file X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jan 2006 03:10:09 -0000 >Number: 91622 >Category: bin >Synopsis: /bin/cp does not update atime of the source file >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jan 11 03:10:07 GMT 2006 >Closed-Date: >Last-Modified: >Originator: joe >Release: RELENG_4 20051028 >Organization: >Environment: RELENG_4 20051028 >Description: [] date Tue Jan 10 21:58:06 EST 2006 [] ls -lTu /var/run/dmesg.boot /tmp/dmesg.boot ~/.zshrc /tmp/.zshrc ls: /tmp/.zshrc: No such file or directory ls: /tmp/dmesg.boot: No such file or directory -rw------- 1 user user 625 Jan 10 21:36:27 2006 /home/user/.zshrc -rw-r--r-- 1 root wheel 15732 Jan 10 21:50:31 2006 /var/run/dmesg.boot [] /bin/cp /var/run/dmesg.boot ~/.zshrc /tmp [] ls -lTu /var/run/dmesg.boot /tmp/dmesg.boot ~/.zshrc /tmp/.zshrc -rw------- 1 user user 625 Jan 10 21:36:27 2006 /home/user/.zshrc -rw------- 1 user wheel 625 Jan 10 21:59:35 2006 /tmp/.zshrc -rw-r--r-- 1 user wheel 15732 Jan 10 21:59:35 2006 /tmp/dmesg.boot -rw-r--r-- 1 root wheel 15732 Jan 10 21:50:31 2006 /var/run/dmesg.boot [] /bin/cat /var/run/dmesg.boot /tmp/dmesg.boot ~/.zshrc /tmp/.zshrc > /dev/null [] ls -lTu /var/run/dmesg.boot /tmp/dmesg.boot ~/.zshrc /tmp/.zshrc -rw------- 1 user user 625 Jan 10 22:00:57 2006 /home/user/.zshrc -rw------- 1 user wheel 625 Jan 10 22:00:57 2006 /tmp/.zshrc -rw-r--r-- 1 user wheel 15732 Jan 10 22:00:57 2006 /tmp/dmesg.boot -rw-r--r-- 1 root wheel 15732 Jan 10 22:00:57 2006 /var/run/dmesg.boot this occurs regardless of whether or not the user has rwx permissions on the source file. does not apply of course if the source filesystem is mounted read-only. they are read-write here. since the source file is indeed being read, the atime should be updated. >How-To-Repeat: repeat the above commands, examine the output. >Fix: unknown, either /bin/cp or more likely syscalls. thanks. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Wed Jan 11 06:35:09 2006 Return-Path: X-Original-To: freebsd-bugs@FreeBSD.org Delivered-To: freebsd-bugs@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 12A3C16A41F; Wed, 11 Jan 2006 06:35:09 +0000 (GMT) (envelope-from bde@zeta.org.au) Received: from mailout1.pacific.net.au (mailout1.pacific.net.au [61.8.0.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id 624EC43D49; Wed, 11 Jan 2006 06:35:08 +0000 (GMT) (envelope-from bde@zeta.org.au) Received: from mailproxy2.pacific.net.au (mailproxy2.pacific.net.au [61.8.0.87]) by mailout1.pacific.net.au (8.13.4/8.13.4/Debian-3) with ESMTP id k0B6Z0kH001382; Wed, 11 Jan 2006 17:35:00 +1100 Received: from katana.zip.com.au (katana.zip.com.au [61.8.7.246]) by mailproxy2.pacific.net.au (8.13.4/8.13.4/Debian-3) with ESMTP id k0B6YwfA002904; Wed, 11 Jan 2006 17:34:58 +1100 Date: Wed, 11 Jan 2006 17:34:58 +1100 (EST) From: Bruce Evans X-X-Sender: bde@delplex.bde.org To: joe In-Reply-To: <200601110309.k0B39SQ8006489@www.freebsd.org> Message-ID: <20060111171411.O73013@delplex.bde.org> References: <200601110309.k0B39SQ8006489@www.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-bugs@FreeBSD.org, freebsd-gnats-submit@FreeBSD.org, dds@FreeBSD.org Subject: Re: bin/91622: /bin/cp does not update atime of the source file X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jan 2006 06:35:09 -0000 On Wed, 11 Jan 2006, joe wrote: >> Environment: > RELENG_4 20051028 >> Description: > [cp fails to update atime] > > this occurs regardless of whether or not the user has > rwx permissions on the source file. does not apply of > course if the source filesystem is mounted read-only. > they are read-write here. > > since the source file is indeed being read, the atime should be updated. This is because cp(1) doesn't actually read(2) the file. It mmap(2)'s the file and reads memory. POSIX doesn't seem to require that cp sets atimes or otherwise acts as if it reads the file. Similar for cmp(1) and other utilities that use mmap() to read files (install(1) is another). The problem is mostly fixed in -current by "setting" (not actually setting, but marking for update) atimes in mmap(). I think to be strictly correct, setting of atimes should be nearer to munmap(2) than mmap(). No read has occurred from userland's viewpoint at mmap() time. However, since the OS can't tell if applications read mmapped memory unless their is a pagefault, the atime would have to be set on every pagefault to be as correct as possible, and I think mmap() prefaults some pages so it would have to set the atime whether or not the application reads the pages. So I think setting atimes in mmap() is required in practice. This leaves the problem that later pagefaults never set the atime, so the atime set by mmap() becomes out of date. I think the atime should be set by mmap() of there is at least one later pagefault. Setting it for every pagefault may be too inefficient. Bruce From owner-freebsd-bugs@FreeBSD.ORG Wed Jan 11 06:40:10 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7AEF816A41F for ; Wed, 11 Jan 2006 06:40:10 +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 43BA343D48 for ; Wed, 11 Jan 2006 06:40:10 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k0B6e9Ag060781 for ; Wed, 11 Jan 2006 06:40:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0B6e9Iu060779; Wed, 11 Jan 2006 06:40:09 GMT (envelope-from gnats) Date: Wed, 11 Jan 2006 06:40:09 GMT Message-Id: <200601110640.k0B6e9Iu060779@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Bruce Evans Cc: Subject: Re: bin/91622: /bin/cp does not update atime of the source file X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Bruce Evans List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jan 2006 06:40:10 -0000 The following reply was made to PR bin/91622; it has been noted by GNATS. From: Bruce Evans To: joe Cc: freebsd-gnats-submit@FreeBSD.org, freebsd-bugs@FreeBSD.org, dds@FreeBSD.org Subject: Re: bin/91622: /bin/cp does not update atime of the source file Date: Wed, 11 Jan 2006 17:34:58 +1100 (EST) On Wed, 11 Jan 2006, joe wrote: >> Environment: > RELENG_4 20051028 >> Description: > [cp fails to update atime] > > this occurs regardless of whether or not the user has > rwx permissions on the source file. does not apply of > course if the source filesystem is mounted read-only. > they are read-write here. > > since the source file is indeed being read, the atime should be updated. This is because cp(1) doesn't actually read(2) the file. It mmap(2)'s the file and reads memory. POSIX doesn't seem to require that cp sets atimes or otherwise acts as if it reads the file. Similar for cmp(1) and other utilities that use mmap() to read files (install(1) is another). The problem is mostly fixed in -current by "setting" (not actually setting, but marking for update) atimes in mmap(). I think to be strictly correct, setting of atimes should be nearer to munmap(2) than mmap(). No read has occurred from userland's viewpoint at mmap() time. However, since the OS can't tell if applications read mmapped memory unless their is a pagefault, the atime would have to be set on every pagefault to be as correct as possible, and I think mmap() prefaults some pages so it would have to set the atime whether or not the application reads the pages. So I think setting atimes in mmap() is required in practice. This leaves the problem that later pagefaults never set the atime, so the atime set by mmap() becomes out of date. I think the atime should be set by mmap() of there is at least one later pagefault. Setting it for every pagefault may be too inefficient. Bruce From owner-freebsd-bugs@FreeBSD.ORG Wed Jan 11 07:54:30 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 83D6F16A41F; Wed, 11 Jan 2006 07:54:30 +0000 (GMT) (envelope-from dds@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3897943D48; Wed, 11 Jan 2006 07:54:30 +0000 (GMT) (envelope-from dds@FreeBSD.org) Received: from freefall.freebsd.org (dds@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k0B7sUbe065849; Wed, 11 Jan 2006 07:54:30 GMT (envelope-from dds@freefall.freebsd.org) Received: (from dds@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0B7sU2q065845; Wed, 11 Jan 2006 09:54:30 +0200 (EET) (envelope-from dds) Date: Wed, 11 Jan 2006 09:54:30 +0200 (EET) From: Diomidis Spinellis Message-Id: <200601110754.k0B7sU2q065845@freefall.freebsd.org> To: dds@FreeBSD.org, freebsd-bugs@FreeBSD.org, dds@FreeBSD.org Cc: Subject: Re: bin/91622: cp(1) does not update atime of the source file X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jan 2006 07:54:30 -0000 Synopsis: cp(1) does not update atime of the source file Responsible-Changed-From-To: freebsd-bugs->dds Responsible-Changed-By: dds Responsible-Changed-When: Wed Jan 11 09:53:25 EET 2006 Responsible-Changed-Why: I'll try to MFC the -current fix to RELENG_4. http://www.freebsd.org/cgi/query-pr.cgi?pr=91622 From owner-freebsd-bugs@FreeBSD.ORG Wed Jan 11 11:50:04 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 46AE516A41F for ; Wed, 11 Jan 2006 11:50:04 +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 4FF9843D49 for ; Wed, 11 Jan 2006 11:50:03 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k0BBo3AW009897 for ; Wed, 11 Jan 2006 11:50:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0BBo3ph009895; Wed, 11 Jan 2006 11:50:03 GMT (envelope-from gnats) Resent-Date: Wed, 11 Jan 2006 11:50:03 GMT Resent-Message-Id: <200601111150.k0BBo3ph009895@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, Henri Hennebert Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6586A16A41F for ; Wed, 11 Jan 2006 11:42:34 +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 143EA43D46 for ; Wed, 11 Jan 2006 11:42:34 +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 k0BBgYdB011389 for ; Wed, 11 Jan 2006 11:42:34 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k0BBgYnt011388; Wed, 11 Jan 2006 11:42:34 GMT (envelope-from nobody) Message-Id: <200601111142.k0BBgYnt011388@www.freebsd.org> Date: Wed, 11 Jan 2006 11:42:34 GMT From: Henri Hennebert To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: kern/91631: 6.0-RELEASE freeze repetitively X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 11 Jan 2006 11:50:04 -0000 >Number: 91631 >Category: kern >Synopsis: 6.0-RELEASE freeze repetitively >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jan 11 11:50:02 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Henri Hennebert >Release: 6.0-RELEASE >Organization: CIGER sa >Environment: FreeBSD morzine.ciger.be 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Thu Dec 22 11:15:36 CET 2005 root@morzine.ciger.be:/usr/obj/usr/src/sys/MORZINE i386 >Description: I have a production server (boprocessor PIII) which freeze from time to time (from 5 hours to 7 days between freeze). I try (in /boot/loader.conf.local): - hint.acpi.0.disabled="1" - debug.mpsafevfs=0 debug.mpsafevm=0 to no avail. I setup a serial console and go into ddb and get: (I have another instance of this if necessary) KDB: enter: Line break on console [thread pid 61 tid 100052 ] Stopped at kdb_enter+0x30: leave db> bt Tracing pid 61 tid 100052 td 0xc355e300 kdb_enter(c075ddb2,c355e300,55e300,c355c6f9,e69e0a18) at kdb_enter+0x30 siointr1(c3660800,c07d6120,c07d6120,50,e69e0a54) at siointr1+0xe7 siointr(c3660800,e69e0a80,c04e2ef6,4,c355e300) at siointr+0x78 intr_execute_handlers(c352b090,e69e0a8c,e69e0ae0,c06fee23,34) at intr_execute_handlers+0x98 lapic_handle_intr(34) at lapic_handle_intr+0x3a Xapic_isr1() at Xapic_isr1+0x33 --- interrupt, eip = 0xc057d1ef, esp = 0xe69e0ad0, ebp = 0xe69e0ae0 --- vop_stdlock(e69e0b50,0,c078db60,e69e0b50,e69e0b08) at vop_stdlock+0x2f VOP_LOCK_APV(c078e260,e69e0b50,e69e0b20,c0721424,e69e0b50) at VOP_LOCK_APV+0x54 ffs_lock(e69e0b50,0,2012,c5c38880,e69e0b6c) at ffs_lock+0x19 VOP_LOCK_APV(c078db60,e69e0b50,c37fa000,e69e0b4c,c057d232) at VOP_LOCK_APV+0x54 vn_lock(c5c38880,2012,c355e300,c079a980,c78b6550) at vn_lock+0x13e vget(c5c38880,2012,c355e300,c400f660,0) at vget+0xff qsync(c37fa000,c37fa000,c355e300,c3908278,c355e300) at qsync+0x1df ffs_sync(c37fa000,3,c355e300,c355e300,c355e300) at ffs_sync+0x3fb sync_fsync(e69e0ca0,e69e0cbc,c05876a4,c0782700,e69e0ca0) at sync_fsync+0x21b VOP_FSYNC_APV(c0782700,e69e0ca0,c355e300,0,e69e0cbc) at VOP_FSYNC_APV+0x3e sync_vnode(c39082e0,c355e300,68,c07493b5,0) at sync_vnode+0x1b4 sched_sync(0,e69e0d38,4489e045,458d1424,244489dc) at sched_sync+0x2ef fork_exit(c05877a0,0,e69e0d38) at fork_exit+0x80 fork_trampoline() at fork_trampoline+0x8 --- trap 0x1, eip = 0, esp = 0xe69e0d6c, ebp = 0 --- db> ps pid proc uid ppid pgrp flag stat wmesg wchan cmd 17495 c389d624 80 17494 17488 0004000 [RUNQ] rrdtool 17494 c3d4320c 80 17488 17488 0004000 [SLPQ wait 0xc3d4320c][SLP] perl5.8.7 17493 c94c720c 80 17489 17489 0004000 [RUNQ] perl 17492 c3896c48 113 17490 17490 0004001 [RUNQ] perl5.8.7 17490 c8e9720c 113 17486 17490 0004000 [SLPQ wait 0xc8e9720c][SLP] sh 17489 c8e95830 80 17485 17489 0004000 [SLPQ wait 0xc8e95830][SLP] sh 17488 c4934624 80 17484 17488 0004000 [SLPQ wait 0xc4934624][SLP] sh 17486 c41a0c48 0 727 727 0000000 [SLPQ piperd 0xc54b2198][SLP] cron 17485 c389c624 0 727 727 0000000 [SLPQ piperd 0xc5d9f660][SLP] cron 17484 c39d3830 0 727 727 0000000 [SLPQ piperd 0xc664d198][SLP] cron 17482 c3896a3c 0 821 821 0000101 [SLPQ select 0xc07a7404][SLP] rsync 17439 c3d43624 8 776 757 0004000 [SLPQ nanslp 0xc07a086c][SLP] sleep 17241 c94c7830 8 772 772 0004000 [SLPQ sbwait 0xc41e1e90][SLP] perl5.8.7 17239 c389620c 8 772 772 0004000 [SLPQ select 0xc07a7404][SLP] innfeed 17156 c493420c 60667 691 691 0000100 [SLPQ lockf 0xc39b6d80][SLP] perl5.8.7 16744 c8e95418 60667 691 691 0000100 [SLPQ lockf 0xc4413640][SLP] perl5.8.7 16342 c3d43000 60667 691 691 0000100 [SLPQ lockf 0xc7bf3540][SLP] perl5.8.7 16106 c4935418 60667 691 691 0000100 [SLPQ select 0xc07a7404][SLP] perl5.8.7 9825 c8e97000 80 749 749 0008180 (threaded) httpd thread 0xc5be0780 ksegrp 0xc6c126c0 [SLPQ kserel 0xc6c126f4][SLP] thread 0xc4430d80 ksegrp 0xc6c126c0 [SLPQ kserel 0xc6c126f4][SLP] thread 0xc537e600 ksegrp 0xc6c126c0 [SLPQ lockf 0xc3a5c580][SLP] thread 0xc5226180 ksegrp 0xc419ea20 [SLPQ ksesigwait 0xc8e97138][SLP] thread 0xc43d2180 ksegrp 0xc6c126c0 [SLPQ piperd 0xc65a4000][SLP] 9815 c41a0830 80 749 749 0008180 (threaded) httpd thread 0xc5137780 ksegrp 0xc419e1e0 [SLPQ kserel 0xc419e214][SLP] thread 0xc7976780 ksegrp 0xc419e1e0 [SLPQ kserel 0xc419e214][SLP] thread 0xc7985300 ksegrp 0xc419e1e0 [SLPQ lockf 0xc95acac0][SLP] thread 0xc4450d80 ksegrp 0xc3d37720 [SLPQ ksesigwait 0xc41a0968][SLP] thread 0xc3b85d80 ksegrp 0xc419e1e0 [SLPQ piperd 0xc65a4000][SLP] 9803 c6c0e20c 80 749 749 0008180 (threaded) httpd thread 0xc862ba80 ksegrp 0xc3d46960 [SLPQ kserel 0xc3d46994][SLP] thread 0xc3bacd80 ksegrp 0xc3d46960 [SLPQ select 0xc07a7404][SLP] thread 0xc3d48c00 ksegrp 0xc3d46960 [SLPQ kserel 0xc3d46994][SLP] thread 0xc75d7c00 ksegrp 0xc3d46960 [SLPQ piperd 0xc65a4000][SLP] thread 0xc4433180 ksegrp 0xc419e960 [SLPQ ksesigwait 0xc6c0e344][SLP] 74361 c8e98624 60001 74360 74360 000c180 (threaded) python2.3 thread 0xc3c82780 ksegrp 0xc6c12300 [SLPQ kserel 0xc6c12334][SLP] thread 0xc7977780 ksegrp 0xc6c12300 [SLPQ kserel 0xc6c12334][SLP] thread 0xc3f2b300 ksegrp 0xc6c12300 [SLPQ select 0xc07a7404][SLP] thread 0xc406e300 ksegrp 0xc419e840 [SLPQ ksesigwait 0xc8e9875c][SLP] thread 0xc3f2b300 ksegrp 0xc6c12300 [SLPQ select 0xc07a7404][SLP] thread 0xc406e300 ksegrp 0xc419e840 [SLPQ ksesigwait 0xc8e9875c][SLP] 74360 c4935624 0 1 74360 0000000 [SLPQ select 0xc07a7404][SLP] python2.3 23802 c41a0624 0 1 23802 0004002 [SLPQ ttyin 0xc3666010][SLP] getty 98175 c4935a3c 0 749 749 0000000 [SLPQ accept 0xc75a619e][SLP] httpd 98169 c3d43c48 80 749 749 0000100 [SLPQ accept 0xc3f88cbe][SLP] httpd 988 c3d43418 0 1 988 0004002 [SLPQ ttyin 0xc3665410][SLP] getty 987 c419dc48 0 1 987 0004002 [SLPQ ttyin 0xc3666410][SLP] getty 985 c419f000 0 1 985 0004002 [SLPQ ttyin 0xc3664c10][SLP] getty 963 c39d3624 0 1 963 0000000 [SLPQ select 0xc07a7404][SLP] inetd 947 c3d38000 0 1 947 0000000 [SLPQ select 0xc07a7404][SLP] moused 923 c419f418 0 1 68 000c082 (threaded) java thread 0xc5211480 ksegrp 0xc419e540 [SLPQ kserel 0xc419e574][SLP] thread 0xc441f780 ksegrp 0xc419e540 [SLPQ sbwait 0xc48d9900][SLP] thread 0xc7976000 ksegrp 0xc419e540 [SLPQ sbwait 0xc5308e90][SLP] thread 0xc75d7180 ksegrp 0xc419e540 [SLPQ kserel 0xc419e574][SLP] thread 0xc520a000 ksegrp 0xc419e540 [SLPQ sbwait 0xc3c38900][SLP] thread 0xc4696c00 ksegrp 0xc419e540 [SLPQ sbwait 0xc47364d4][SLP] thread 0xc8653900 ksegrp 0xc419e540 [SLPQ accept 0xc3f889f6][SLP] thread 0xc4220780 ksegrp 0xc419e540 [SLPQ accept 0xc3b8e892][SLP] thread 0xc3c7e900 ksegrp 0xc419e0c0 [SLPQ ksesigwait 0xc419f550][SLP] 864 c3d36a3c 100 860 864 0004000 [SLPQ piperd 0xc38c1000][SLP] unlinkd 860 c3d4720c 100 858 858 000c080 (threaded) squid thread 0xc4391000 ksegrp 0xc3d463c0 [SLPQ kserel 0xc3d463f4][SLP] thread 0xc58e0c00 ksegrp 0xc3d463c0 [SLPQ kserel 0xc3d463f4][SLP] thread 0xc4391c00 ksegrp 0xc3d463c0 [SLPQ select 0xc07a7404][SLP] thread 0xc3f2c900 ksegrp 0xc3898360 [SLPQ kserel 0xc3898394][SLP] thread 0xc3f2ca80 ksegrp 0xc38983c0 [SLPQ kserel 0xc38983f4][SLP] thread 0xc3f2cc00 ksegrp 0xc3898420 [SLPQ kserel 0xc3898454][SLP] thread 0xc3f2cd80 ksegrp 0xc3898480 [SLPQ kserel 0xc38984b4][SLP] thread 0xc3f2d000 ksegrp 0xc38984e0 [SLPQ kserel 0xc3898514][SLP] thread 0xc3d4c600 ksegrp 0xc3898540 [SLPQ kserel 0xc3898574][SLP] thread 0xc3d4c780 ksegrp 0xc38985a0 [SLPQ kserel 0xc38985d4][SLP] thread 0xc3d4c900 ksegrp 0xc3898600 [SLPQ kserel 0xc3898634][SLP] thread 0xc3d4ca80 ksegrp 0xc3898660 [SLPQ kserel 0xc3898694][SLP] thread 0xc3d4cc00 ksegrp 0xc38986c0 [SLPQ kserel 0xc38986f4][SLP] thread 0xc3d4cd80 ksegrp 0xc3898720 [SLPQ kserel 0xc3898754][SLP] thread 0xc3f26000 ksegrp 0xc3898780 [SLPQ kserel 0xc38987b4][SLP] thread 0xc3f26180 ksegrp 0xc38987e0 [SLPQ kserel 0xc3898814][SLP] thread 0xc3f26300 ksegrp 0xc3898840 [SLPQ kserel 0xc3898874][SLP] thread 0xc3f26480 ksegrp 0xc38988a0 [SLPQ kserel 0xc38988d4][SLP] thread 0xc3f26600 ksegrp 0xc3898900 [SLPQ kserel 0xc3898934][SLP] thread 0xc3f26780 ksegrp 0xc3898960 [SLPQ kserel 0xc3898994][SLP] thread 0xc3f26900 ksegrp 0xc38989c0 [SLPQ kserel 0xc38989f4][SLP] thread 0xc3f26a80 ksegrp 0xc3898a20 [SLPQ kserel 0xc3898a54][SLP] thread 0xc3f26c00 ksegrp 0xc3898a80 [SLPQ kserel 0xc3898ab4][SLP] thread 0xc3f26d80 ksegrp 0xc3898ae0 [SLPQ kserel 0xc3898b14][SLP] thread 0xc3f29000 ksegrp 0xc3898b40 [SLPQ kserel 0xc3898b74][SLP] thread 0xc3f29180 ksegrp 0xc3898ba0 [SLPQ kserel 0xc3898bd4][SLP] thread 0xc3f29300 ksegrp 0xc3898c00 [SLPQ kserel 0xc3898c34][SLP] thread 0xc3f29480 ksegrp 0xc3898c60 [SLPQ kserel 0xc3898c94][SLP] thread 0xc3f29600 ksegrp 0xc3898cc0 [SLPQ kserel 0xc3898cf4][SLP] thread 0xc3f29780 ksegrp 0xc3898d20 [SLPQ kserel 0xc3898d54][SLP] thread 0xc3f29900 ksegrp 0xc3898d80 [SLPQ kserel 0xc3898db4][SLP] thread 0xc3c7f480 ksegrp 0xc3898de0 [SLPQ kserel 0xc3898e14][SLP] thread 0xc3b85900 ksegrp 0xc3898e40 [SLPQ kserel 0xc3898e74][SLP] thread 0xc3d48480 ksegrp 0xc3898ea0 [SLPQ kserel 0xc3898ed4][SLP] thread 0xc3c82d80 ksegrp 0xc3d37000 [SLPQ kserel 0xc3d37034][SLP] thread 0xc3c7e180 ksegrp 0xc3d37060 [SLPQ ksesigwait 0xc3d47344][SLP] 858 c3d47624 100 1 858 0000000 [SLPQ wait 0xc3d47624][SLP] squid 845 c3896830 60001 844 844 000c180 (threaded) python2.3 thread 0xc3b86000 ksegrp 0xc3898060 [SLPQ kserel 0xc3898094][SLP] thread 0xc5134180 ksegrp 0xc3898060 [SLPQ kserel 0xc3898094][SLP] thread 0xc3d4c180 ksegrp 0xc3898060 [SLPQ select 0xc07a7404][SLP] thread 0xc7983c00 ksegrp 0xc3d46000 [SLPQ ksesigwait 0xc3896968][SLP] 844 c3d36c48 0 1 844 0000000 [SLPQ select 0xc07a7404][SLP] python2.3 840 c3d36624 0 834 834 0000001 [SLPQ lockf 0xc361c640][SLP] saslauthd 838 c3d36830 0 834 834 0000001 [SLPQ lockf 0xc9267380][SLP] saslauthd 837 c3d36000 0 834 834 0000001 [SLPQ lockf 0xc4c00940][SLP] saslauthd 836 c39d3c48 0 834 834 0000001 [SLPQ lockf 0xc43d4480][SLP] saslauthd 834 c3d43830 0 1 834 0000001 [SLPQ accept 0xc3b9d03a][SLP] saslauthd 821 c3d36418 0 1 821 0000000 [SLPQ select 0xc07a7404][SLP] rsync 814 c3d47418 0 1 814 0000000 [SLPQ select 0xc07a7404][SLP] racoon 807 c3d3820c 60001 806 806 000c180 (threaded) python2.3 thread 0xc537e000 ksegrp 0xc3d372a0 [SLPQ kserel 0xc3d372d4][SLP] thread 0xc4433900 ksegrp 0xc3d372a0 [SLPQ kserel 0xc3d372d4][SLP] thread 0xc7977180 ksegrp 0xc3d372a0 [SLPQ select 0xc07a7404][SLP] thread 0xc3c7f780 ksegrp 0xc3d37de0 [SLPQ ksesigwait 0xc3d38344][SLP] 806 c3d47c48 0 1 806 0000000 [SLPQ select 0xc07a7404][SLP] python2.3 777 c389dc48 8 774 757 0004002 [SLPQ nanslp 0xc07a086c][SLP] perl5.8.7 776 c389cc48 8 773 757 0004002 [SLPQ wait 0xc389cc48][SLP] sh 774 c39d320c 8 1 757 0000002 [SLPQ wait 0xc39d320c][SLP] sh 773 c3827a3c 8 1 757 0000002 [SLPQ wait 0xc3827a3c][SLP] sh 772 c389ca3c 8 1 772 0000001 [SLPQ select 0xc07a7404][SLP] innd 749 c382a20c 0 1 749 0000000 [SLPQ nanslp 0xc07a086c][SLP] httpd 727 c382a000 0 1 727 0000000 [SLPQ nanslp 0xc07a086c][SLP] cron 715 c389c830 25 1 715 0000100 [SLPQ pause 0xc389c864][SLP] sendmail 709 c3896624 0 1 709 0000100 [SLPQ select 0xc07a7404][SLP] sendmail 702 c3827830 60667 1 702 0008080 (threaded) amavis-milter thread 0xc5211a80 ksegrp 0xc34dd600 [SLPQ kserel 0xc34dd634][SLP] thread 0xc75ed780 ksegrp 0xc34dd600 [SLPQ select 0xc07a7404][SLP] thread 0xc53a1300 ksegrp 0xc34dd600 [SLPQ kserel 0xc34dd634][SLP] thread 0xc3b86600 ksegrp 0xc354f3c0 [SLPQ ksesigwait 0xc3827968][SLP] 691 c382720c 60667 1 691 0000100 [SLPQ nanslp 0xc07a086c][SLP] perl5.8.7 686 c39d3000 0 1 686 0000100 [SLPQ select 0xc07a7404][SLP] sshd 656 c389d20c 0 1 656 0000000 [SLPQ select 0xc07a7404][SLP] ntpd 641 c39d220c 0 1 641 0000000 [SLPQ select 0xc07a7404][SLP] lpd 626 c389c000 0 1 626 0000000 [SLPQ select 0xc07a7404][SLP] timed 547 c39d2000 53 1 547 0000100 [SLPQ select 0xc07a7404][SLP] named 486 c39d2624 0 1 486 0000000 [SLPQ select 0xc07a7404][SLP] syslogd 451 c39d2418 0 1 451 0000000 [SLPQ select 0xc07a7404][SLP] devd 67 c382a624 0 0 0 0000204 [SLPQ - 0xe6c2ecf8][SLP] schedcpu 66 c382a830 0 0 0 0000204 [SLPQ - 0xc07bb92c][SLP] nfsiod 3 65 c382aa3c 0 0 0 0000204 [SLPQ - 0xc07bb928][SLP] nfsiod 2 64 c382ac48 0 0 0 0000204 [SLPQ - 0xc07bb924][SLP] nfsiod 1 63 c355c20c 0 0 0 0000204 [SLPQ - 0xc07bb920][SLP] nfsiod 0 62 c355c418 0 0 0 0000204 [SLPQ vlruwt 0xc355c418][SLP] vnlru 61 c355c624 0 0 0 0000204 [CPU 1] syncer 60 c355c830 0 0 0 0000204 [SLPQ psleep 0xc07a794c][SLP] bufdaemon 59 c355ca3c 0 0 0 000020c [SLPQ pgzero 0xc07c1de4][SLP] pagezero 58 c355cc48 0 0 0 0000204 [SLPQ psleep 0xc07c1934][SLP] vmdaemon 57 c35bc000 0 0 0 0000204 [SLPQ psleep 0xc07c18f0][SLP] pagedaemon 56 c35bc20c 0 0 0 0000204 [RUNQ] swi0: sio 55 c35bc418 0 0 0 0000204 [SLPQ - 0xc352b43c][SLP] fdc0 54 c35bc624 0 0 0 0000204 [SLPQ usbtsk 0xc079d8c4][SLP] usbtask 53 c35bc830 0 0 0 0000204 [SLPQ usbevt 0xc35c0210][SLP] usb0 9 c35bca3c 0 0 0 0000204 [SLPQ - 0xc3563300][SLP] acpi_task2 8 c35bcc48 0 0 0 0000204 [SLPQ - 0xc3563300][SLP] acpi_task1 7 c354d624 0 0 0 0000204 [SLPQ - 0xc3563300][SLP] acpi_task0 6 c354d830 0 0 0 0000204 [SLPQ - 0xc3563380][SLP] thread taskq 52 c354da3c 0 0 0 0000204 [IWAIT] swi6:+ 51 c354dc48 0 0 0 0000204 [IWAIT] swi6: task queue 50 c355b000 0 0 0 0000204 [IWAIT] swi2: cambio 5 c355b20c 0 0 0 0000204 [SLPQ - 0xc3563700][SLP] kqueue taskq 49 c355b418 0 0 0 0000204 [IWAIT] swi5:+ 48 c355b624 0 0 0 0000204 [SLPQ - 0xc079d1c0][SLP] yarrow 4 c355b830 0 0 0 0000204 [SLPQ - 0xc079dd88][SLP] g_down 3 c355ba3c 0 0 0 0000204 [SLPQ - 0xc079dd84][SLP] g_up 2 c355bc48 0 0 0 0000204 [SLPQ - 0xc079dd7c][SLP] g_event 47 c355c000 0 0 0 0000204 [IWAIT] swi3: vm 46 c353ec48 0 0 0 000020c [LOCK Giant c4393740] swi4: clock sio 45 c354c000 0 0 0 0000204 [IWAIT] swi1: net 44 c354c20c 0 0 0 0000204 [IWAIT] irq0: 43 c354c418 0 0 0 0000204 [IWAIT] irq31: 42 c354c624 0 0 0 0000204 [LOCK Giant c4393740] irq30: fxp0 41 c354c830 0 0 0 0000204 [CPU 0] irq29: sym1 40 c354ca3c 0 0 0 0000204 [IWAIT] irq28: ohci0 39 c354cc48 0 0 0 0000204 [IWAIT] irq27: 38 c354d000 0 0 0 0000204 [IWAIT] irq26: 37 c354d20c 0 0 0 0000204 [IWAIT] irq25: 36 c354d418 0 0 0 0000204 [IWAIT] irq24: 35 c352d624 0 0 0 0000204 [IWAIT] irq23: 34 c352d830 0 0 0 0000204 [IWAIT] irq22: 33 c352da3c 0 0 0 0000204 [IWAIT] irq21: 32 c352dc48 0 0 0 0000204 [IWAIT] irq20: sym0 31 c353e000 0 0 0 0000204 [IWAIT] irq19: 30 c353e20c 0 0 0 0000204 [IWAIT] irq18: 29 c353e418 0 0 0 0000204 [IWAIT] irq17: 28 c353e624 0 0 0 0000204 [IWAIT] irq16: 27 c353e830 0 0 0 0000204 [IWAIT] irq15: ata1 26 c353ea3c 0 0 0 0000204 [IWAIT] irq14: ata0 25 c34de20c 0 0 0 0000204 [IWAIT] irq13: 24 c34de418 0 0 0 0000204 [IWAIT] irq12: psm0 23 c34de624 0 0 0 0000204 [IWAIT] irq11: 22 c34de830 0 0 0 0000204 [IWAIT] irq10: 21 c34dea3c 0 0 0 0000204 [IWAIT] irq9: acpi0 20 c34dec48 0 0 0 0000204 [IWAIT] irq8: 19 c352d000 0 0 0 0000204 [IWAIT] irq7: ppc0 18 c352d20c 0 0 0 0000204 [IWAIT] irq6: fdc0 17 c352d418 0 0 0 0000204 [IWAIT] irq5: 16 c34d9000 0 0 0 0000204 [IWAIT] irq4: sio0 15 c34d920c 0 0 0 0000204 [IWAIT] irq3: sio1 14 c34d9418 0 0 0 0000204 [IWAIT] irq2: 13 c34d9624 0 0 0 0000204 [RUNQ] irq1: atkbd0 12 c34d9830 0 0 0 000020c [Can run] idle: cpu0 11 c34d9a3c 0 0 0 000020c [Can run] idle: cpu1 1 c34d9c48 0 0 1 0004200 [SLPQ wait 0xc34d9c48][SLP] init 10 c34de000 0 0 0 0000204 [SLPQ ktrace 0xc079e7d8][SLP] ktrace 0 c079de80 0 0 0 0000200 [IWAIT] swapper db> show lockedvnods Locked vnodes 0xc3908220: tag syncer, type VNON usecount 1, writecount 0, refcount 2 mountedhere 0 flags () lock type syncer: EXCL (count 1) by thread 0xc355e300 (pid 61) 0xc7fdbaa0: tag ufs, type VDIR usecount 1, writecount 0, refcount 3 mountedhere 0 flags () v_object 0xc8af1840 ref 0 pages 1 lock type ufs: EXCL (count 1) by thread 0xc3897180 (pid 17492) ino 8, on dev da1s1h 0xc5c38880: tag ufs, type VREG usecount 1, writecount 0, refcount 1 mountedhere 0 flags () v_object 0xc713c630 ref 0 pages 0 lock type ufs: EXCL (count 1) by thread 0xc355e300 (pid 61) ino 989, on dev da1s1h 0xc61b7cc0: tag ufs, type VREG usecount 0, writecount 0, refcount 1 mountedhere 0 flags (VI_DOOMED) lock type ufs: EXCL (count 1) by thread 0xc3897180 (pid 17492) ino 331, on dev da1s1h db> show thread 100094 (0xc389f780) sched_switch(c389f780,c34dfa80,6,f012f22e,34bee348) at sched_switch+0x160 100119 (0xc4696a80) sched_switch(c4696a80,0,1,dabba84a,610d1de2) at sched_switch+0x160 100209 (0xc74f1780) sched_switch(c74f1780,c34df900,6,647678da,69a4c152) at sched_switch+0x160 100083 (0xc3897180) sched_switch(c3897180,c34df900,6,25cf296c,5ff01778) at sched_switch+0x160 100278 (0xc537e180) sched_switch(c537e180,0,1,46bc941c,e51fa1b1) at sched_switch+0x160 100274 (0xc7976c00) sched_switch(c7976c00,0,1,c5914198,e63fdc60) at sched_switch+0x160 100243 (0xc3b86d80) sched_switch(c3b86d80,0,1,8b276b98,e73848fb) at sched_switch+0x160 100225 (0xc3c7e300) sched_switch(c3c7e300,0,1,4af868ca,e04d8c5f) at sched_switch+0x160 100087 (0xc3829a80) sched_switch(c3829a80,0,1,ef5da2c2,e0c9afec) at sched_switch+0x160 100118 (0xc5be0180) sched_switch(c5be0180,0,1,40af45ae,e1943a48) at sched_switch+0x160 100082 (0xc3897300) sched_switch(c3897300,0,1,50d54436,9c08f45d) at sched_switch+0x160 100153 (0xc3c7f300) sched_switch(c3c7f300,0,1,9e15dcd8,872dd794) at sched_switch+0x160 100302 (0xc74f9300) sched_switch(c74f9300,0,1,a9e8f68c,811a43f5) at sched_switch+0x160 100078 (0xc3897900) sched_switch(c3897900,0,1,f0fc23c2,4fcb285d) at sched_switch+0x160 100232 (0xc43d2a80) sched_switch(c43d2a80,0,1,442671b8,f4243b88) at sched_switch+0x160 100351 (0xc5134d80) sched_switch(c5134d80,0,1,7f50c04,147f751) at sched_switch+0x160 100295 (0xc5214900) sched_switch(c5214900,0,1,543b62ae,39f1688) at sched_switch+0x160 100253 (0xc3f2da80) sched_switch(c3f2da80,0,1,b4c8ae2,db083755) at sched_switch+0x160 100221 (0xc5be0780) sched_switch(c5be0780,0,1,5bfa6806,f09b4e68) at sched_switch+0x160 100155 (0xc4430d80) sched_switch(c4430d80,0,1,9eaf346e,f090f16c) at sched_switch+0x160 100266 (0xc537e600) sched_switch(c537e600,c406ea80,1,abc41d0a,6de03704) at sched_switch+0x160 100344 (0xc5226180) sched_switch(c5226180,0,1,22b03572,6f3d4783) at sched_switch+0x160 100277 (0xc43d2180) sched_switch(c43d2180,0,1,f6a95856,ea76f3c7) at sched_switch+0x160 100231 (0xc5137780) sched_switch(c5137780,0,1,529ecc56,9f2f005a) at sched_switch+0x160 100230 (0xc7976780) sched_switch(c7976780,0,1,f4e78482,9f25638b) at sched_switch+0x160 100165 (0xc7985300) sched_switch(c7985300,0,1,798b1c1e,a4ee3f9e) at sched_switch+0x160 100310 (0xc4450d80) sched_switch(c4450d80,0,1,e51347b8,9e27f9fb) at sched_switch+0x160 100223 (0xc3b85d80) sched_switch(c3b85d80,0,1,eea33d8c,36a86010) at sched_switch+0x160 100115 (0xc862ba80) sched_switch(c862ba80,0,1,b55e7528,12818010) at sched_switch+0x160 100220 (0xc3bacd80) sched_switch(c3bacd80,c862ba80,1,5db2884,127e8d6b) at sched_switch+0x160 100202 (0xc3d48c00) sched_switch(c3d48c00,0,1,3cea115c,1283597a) at sched_switch+0x160 100323 (0xc75d7c00) sched_switch(c75d7c00,0,1,a309e4d4,a51bc700) at sched_switch+0x160 100319 (0xc4433180) sched_switch(c4433180,0,1,3c72e10c,2a895c0) at sched_switch+0x160 100128 (0xc3c82780) sched_switch(c3c82780,0,1,77bb15fe,ce9660e6) at sched_switch+0x160 100126 (0xc7977780) sched_switch(c7977780,0,1,631c66b4,ce74f6ab) at sched_switch+0x160 100136 (0xc3f2b300) sched_switch(c3f2b300,c3c82780,1,228185f4,ce839c78) at sched_switch+0x160 100113 (0xc406e300) sched_switch(c406e300,0,1,844105b6,6c2418cc) at sched_switch+0x160 100255 (0xc3f2c600) sched_switch(c3f2c600,0,1,1ff7f696,e0f099c8) at sched_switch+0x160 100222 (0xc355ec00) sched_switch(c355ec00,0,1,8d53b796,f61643d5) at sched_switch+0x160 100257 (0xc3828c00) sched_switch(c3828c00,0,1,4c3c645e,2ae05bd7) at sched_switch+0x160 100156 (0xc3c7fc00) sched_switch(c3c7fc00,0,1,170ce290,d8970e83) at sched_switch+0x160 100152 (0xc3b85600) sched_switch(c3b85600,0,1,a88d2226,3941ec57) at sched_switch+0x160 100211 (0xc3d4c000) sched_switch(c3d4c000,0,1,8bfbf536,315e152a) at sched_switch+0x160 100212 (0xc3c82300) sched_switch(c3c82300,0,1,d5eac258,cbf82b8c) at sched_switch+0x160 100108 (0xc389e180) sched_switch(c389e180,0,1,60e49eba,f61aa592) at sched_switch+0x160 100145 (0xc3c7dd80) sched_switch(c3c7dd80,0,1,101b877e,4932d611) at sched_switch+0x160 100258 (0xc5211480) sched_switch(c5211480,0,1,eac6f800,dab073a4) at sched_switch+0x160 100214 (0xc441f780) sched_switch(c441f780,c5211480,1,fcdaebe,8e9cf870) at sched_switch+0x160 100248 (0xc7976000) sched_switch(c7976000,c441f780,1,20f54c7e,f6ed5262) at sched_switch+0x160 100249 (0xc75d7180) sched_switch(c75d7180,0,1,ea0b2a2a,daf30b2b) at sched_switch+0x160 100247 (0xc520a000) sched_switch(c520a000,c520ac00,1,712e5c1c,3c82ebd1) at sched_switch+0x160 100269 (0xc4696c00) sched_switch(c4696c00,c5134000,1,93d7cec6,c3f2b332) at sched_switch+0x160 100161 (0xc8653900) sched_switch(c8653900,c4450480,1,439e8526,13390485) at sched_switch+0x160 100133 (0xc4220780) sched_switch(c4220780,c3c7f000,1,f5efe02,cb0b074f) at sched_switch+0x160 100235 (0xc3c7e900) sched_switch(c3c7e900,0,1,586937be,b88548b8) at sched_switch+0x160 100143 (0xc3c7ec00) sched_switch(c3c7ec00,0,1,1b37949a,f8286dd6) at sched_switch+0x160 100085 (0xc4391000) sched_switch(c4391000,0,1,c017a390,338579b5) at sched_switch+0x160 100114 (0xc58e0c00) sched_switch(c58e0c00,0,1,b8603b86,33897c37) at sched_switch+0x160 100129 (0xc4391c00) sched_switch(c4391c00,c4391000,1,b23ac98a,33653216) at sched_switch+0x160 100200 (0xc3f2c900) sched_switch(c3f2c900,0,1,a6285d90,33ec0707) at sched_switch+0x160 100199 (0xc3f2ca80) sched_switch(c3f2ca80,0,1,4eac683a,234ea8e3) at sched_switch+0x160 100198 (0xc3f2cc00) sched_switch(c3f2cc00,0,1,bb47fabc,2c32703b) at sched_switch+0x160 100197 (0xc3f2cd80) sched_switch(c3f2cd80,0,1,c60d48c8,33fcda9c) at sched_switch+0x160 100196 (0xc3f2d000) sched_switch(c3f2d000,0,1,731b7610,3c9fc308) at sched_switch+0x160 100195 (0xc3d4c600) sched_switch(c3d4c600,0,1,bf31228,3442cbe8) at sched_switch+0x160 100194 (0xc3d4c780) sched_switch(c3d4c780,0,1,a66c1420,2be5de27) at sched_switch+0x160 100193 (0xc3d4c900) sched_switch(c3d4c900,0,1,6cfd5eec,3c3773c5) at sched_switch+0x160 100192 (0xc3d4ca80) sched_switch(c3d4ca80,0,1,d6705a26,236ff24e) at sched_switch+0x160 100191 (0xc3d4cc00) sched_switch(c3d4cc00,0,1,2bad8b08,33ac2537) at sched_switch+0x160 100190 (0xc3d4cd80) sched_switch(c3d4cd80,0,1,31a0bd0a,2ba443bd) at sched_switch+0x160 100189 (0xc3f26000) sched_switch(c3f26000,0,1,44565750,2bc16527) at sched_switch+0x160 100188 (0xc3f26180) sched_switch(c3f26180,0,1,9a77b4a0,3c491ef7) at sched_switch+0x160 100187 (0xc3f26300) sched_switch(c3f26300,0,1,f95490d0,3457650f) at sched_switch+0x160 100186 (0xc3f26480) sched_switch(c3f26480,0,1,a1ea4460,3c25ac73) at sched_switch+0x160 100185 (0xc3f26600) sched_switch(c3f26600,0,1,6ea70588,341e1aa8) at sched_switch+0x160 100184 (0xc3f26780) sched_switch(c3f26780,0,1,a4efacac,3c6f6801) at sched_switch+0x160 100183 (0xc3f26900) sched_switch(c3f26900,0,1,6eb12ff0,2c115f0f) at sched_switch+0x160 100182 (0xc3f26a80) sched_switch(c3f26a80,0,1,78c83c8,33cb0d4b) at sched_switch+0x160 100181 (0xc3f26c00) sched_switch(c3f26c00,0,1,7fdacad8,33db7e71) at sched_switch+0x160 100180 (0xc3f26d80) sched_switch(c3f26d80,0,1,d68a0fa4,3cc08485) at sched_switch+0x160 100179 (0xc3f29000) sched_switch(c3f29000,0,1,744e130e,2c6c88e0) at sched_switch+0x160 100178 (0xc3f29180) sched_switch(c3f29180,0,1,771a1d64,3cad79c8) at sched_switch+0x160 100177 (0xc3f29300) sched_switch(c3f29300,0,1,8aaf3038,3c5cdbd2) at sched_switch+0x160 100176 (0xc3f29480) sched_switch(c3f29480,0,1,19441306,2bfe9aa1) at sched_switch+0x160 100175 (0xc3f29600) sched_switch(c3f29600,0,1,3a7713d4,2c817667) at sched_switch+0x160 100174 (0xc3f29780) sched_switch(c3f29780,0,1,97a6f8d0,3c05f622) at sched_switch+0x160 100173 (0xc3f29900) sched_switch(c3f29900,0,1,60ed8cd0,342f8d9b) at sched_switch+0x160 100172 (0xc3c7f480) sched_switch(c3c7f480,0,1,692687c0,340d88b2) at sched_switch+0x160 100171 (0xc3b85900) sched_switch(c3b85900,0,1,c2f79064,3ccd1d59) at sched_switch+0x160 100170 (0xc3d48480) sched_switch(c3d48480,0,1,f627f000,2c573d9a) at sched_switch+0x160 100169 (0xc3c82d80) sched_switch(c3c82d80,0,1,9efa6f0c,2c222df4) at sched_switch+0x160 100167 (0xc3c7e180) sched_switch(c3c7e180,0,1,7e3dbc0e,573f97eb) at sched_switch+0x160 100160 (0xc389f900) sched_switch(c389f900,0,1,4d6ca7de,d9eaef0a) at sched_switch+0x160 100095 (0xc3b86000) sched_switch(c3b86000,0,1,18767452,707b8f0d) at sched_switch+0x160 100150 (0xc5134180) sched_switch(c5134180,0,1,f891c886,706428be) at sched_switch+0x160 100139 (0xc3d4c180) sched_switch(c3d4c180,c3b86000,1,669901be,706dc0dd) at sched_switch+0x160 100245 (0xc7983c00) sched_switch(c7983c00,0,1,fdb4daa8,151eb1c7) at sched_switch+0x160 100144 (0xc3c82180) sched_switch(c3c82180,0,1,225bbac6,65acdaec) at sched_switch+0x160 100141 (0xc3c7fa80) sched_switch(c3c7fa80,0,1,41542d3a,a468c51f) at sched_switch+0x160 100142 (0xc3b85c00) sched_switch(c3b85c00,0,1,25b014fa,a434dcaa) at sched_switch+0x160 100138 (0xc3b85000) sched_switch(c3b85000,0,1,5ed917ca,a4c1716a) at sched_switch+0x160 100111 (0xc3897c00) sched_switch(c3897c00,0,1,4ec2f7ec,a8e6af77) at sched_switch+0x160 100154 (0xc3829000) sched_switch(c3829000,0,1,60672c8e,a51aaa65) at sched_switch+0x160 100140 (0xc3c7e000) sched_switch(c3c7e000,0,1,d3df5a5a,b8956bcd) at sched_switch+0x160 100159 (0xc3c7e780) sched_switch(c3c7e780,0,1,d81e1162,3c749920) at sched_switch+0x160 100124 (0xc537e000) sched_switch(c537e000,0,1,aa25b234,a10ac6b4) at sched_switch+0x160 100096 (0xc4433900) sched_switch(c4433900,0,1,eda1dffc,a0e8fa0a) at sched_switch+0x160 100131 (0xc7977180) sched_switch(c7977180,c537e000,1,d7f45680,a0f7dcc6) at sched_switch+0x160 100079 (0xc3c7f780) sched_switch(c3c7f780,0,1,77e177da,8c18510) at sched_switch+0x160 100163 (0xc3d4c300) sched_switch(c3d4c300,0,1,490da77e,c3b29cdc) at sched_switch+0x160 100097 (0xc389f300) sched_switch(c389f300,0,1,fd1129dc,41e74e14) at sched_switch+0x160 100090 (0xc3829600) sched_switch(c3829600,0,1,fada2934,99ce1c1d) at sched_switch+0x160 100106 (0xc389e480) sched_switch(c389e480,0,1,3d9e6d4a,cbdac310) at sched_switch+0x160 100068 (0xc3828a80) sched_switch(c3828a80,0,1,4076875e,cbbab3ae) at sched_switch+0x160 100089 (0xc3829780) sched_switch(c3829780,0,1,200d0e82,4a146fab) at sched_switch+0x160 100071 (0xc3828600) sched_switch(c3828600,0,1,76b280de,9ae45f83) at sched_switch+0x160 100070 (0xc3828780) sched_switch(c3828780,0,1,ea747b34,5515c146) at sched_switch+0x160 100088 (0xc3829900) sched_switch(c3829900,0,1,c3e1bcfa,a61d49cc) at sched_switch+0x160 100080 (0xc3897600) sched_switch(c3897600,0,1,b9d4b1a6,e1f43bb) at sched_switch+0x160 100149 (0xc5211a80) sched_switch(c5211a80,0,1,13527b8a,9ec11878) at sched_switch+0x160 100116 (0xc75ed780) sched_switch(c75ed780,c5211a80,1,d971ce08,9ebd28b5) at sched_switch+0x160 100158 (0xc53a1300) sched_switch(c53a1300,0,1,320d5d04,9ec35900) at sched_switch+0x160 100112 (0xc3b86600) sched_switch(c3b86600,0,1,9dcf4e,c0e3f14e) at sched_switch+0x160 100064 (0xc355d000) sched_switch(c355d000,0,1,bcb79f96,f8479dda) at sched_switch+0x160 100105 (0xc389e600) sched_switch(c389e600,0,1,33070bfa,6268d7d0) at sched_switch+0x160 100092 (0xc3829300) sched_switch(c3829300,0,1,1e90eec2,254873fa) at sched_switch+0x160 100099 (0xc389f000) sched_switch(c389f000,0,1,80d8770c,b3250d73) at sched_switch+0x160 100084 (0xc3897000) sched_switch(c3897000,0,1,be1d37b2,3895ec93) at sched_switch+0x160 100098 (0xc389f180) sched_switch(c389f180,0,1,dd54e696,30b0c1f5) at sched_switch+0x160 100101 (0xc389ec00) sched_switch(c389ec00,0,1,ea5bccd0,1709d153) at sched_switch+0x160 100100 (0xc389ed80) sched_switch(c389ed80,0,1,79e2248c,c4188220) at sched_switch+0x160 100073 (0xc3828300) sched_switch(c3828300,0,1,de57d0d8,9a3ae4e1) at sched_switch+0x160 100074 (0xc3828180) sched_switch(c3828180,0,1,d3a72f44,bbc913fb) at sched_switch+0x160 100075 (0xc3828000) sched_switch(c3828000,0,1,3ce87228,3bf7c3fb) at sched_switch+0x160 100076 (0xc355ed80) sched_switch(c355ed80,0,1,cb549cf4,193c42d2) at sched_switch+0x160 100050 (0xc355e600) sched_switch(c355e600,0,1,900dec04,32315f00) at sched_switch+0x160 100051 (0xc355e480) sched_switch(c355e480,0,1,4a33ccfc,51caafe1) at sched_switch+0x160 100052 (0xc355e300) kdb_enter(c075ddb2,c355e300,55e300,c355c6f9,e69e0a18) at kdb_enter+0x30 100053 (0xc355e180) sched_switch(c355e180,0,1,b139ab7c,2b9bbf5a) at sched_switch+0x160 100054 (0xc355e000) sched_switch(c355e000,0,1,c101d892,27a356e1) at sched_switch+0x160 100055 (0xc355dd80) sched_switch(c355dd80,0,1,6ed13a8c,1e64123c) at sched_switch+0x160 100056 (0xc355dc00) sched_switch(c355dc00,0,1,2c15b168,4035605e) at sched_switch+0x160 100057 (0xc355da80) sched_switch(c355da80,0,1,1d02258c,591b873d) at sched_switch+0x160 100058 (0xc355d900) sched_switch(c355d900,0,1,d16c6b00,76bab52a) at sched_switch+0x160 100059 (0xc355d780) sched_switch(c355d780,0,1,641770c,593b2f02) at sched_switch+0x160 100060 (0xc355d600) sched_switch(c355d600,0,1,e718493c,763447bf) at sched_switch+0x160 100061 (0xc355d480) sched_switch(c355d480,0,1,1843690c,593a3b49) at sched_switch+0x160 100062 (0xc355d300) sched_switch(c355d300,0,1,67ff1f8c,5939eb9b) at sched_switch+0x160 100038 (0xc354ea80) sched_switch(c354ea80,0,1,ab627b8c,59397b1e) at sched_switch+0x160 100039 (0xc354e900) sched_switch(c354e900,0,1,1fe4f80c,15b69cde) at sched_switch+0x160 100040 (0xc354e780) fork_trampoline() at fork_trampoline 100041 (0xc354e600) sched_switch(c354e600,0,1,25014d0c,d0f8fc3f) at sched_switch+0x160 100042 (0xc354e480) sched_switch(c354e480,0,1,59e686c4,90091874) at sched_switch+0x160 100043 (0xc354e300) sched_switch(c354e300,0,1,1f22160c,593743ff) at sched_switch+0x160 100044 (0xc354e180) fork_trampoline() at fork_trampoline 100045 (0xc354e000) sched_switch(c354e000,0,1,faf81da6,f2185cfa) at sched_switch+0x160 100046 (0xc353fd80) sched_switch(c353fd80,0,1,ff16c4a6,c656cbe6) at sched_switch+0x160 100047 (0xc353fc00) sched_switch(c353fc00,0,1,89636b1c,f8615f08) at sched_switch+0x160 100048 (0xc353fa80) sched_switch(c353fa80,0,1,fd4e99d8,e2c5f7e4) at sched_switch+0x160 100049 (0xc353f900) fork_trampoline() at fork_trampoline 100027 (0xc353f180) sched_switch(c353f180,0,1,a87ee61c,df196413) at sched_switch+0x160 100028 (0xc353f000) sched_switch(c353f000,0,1,71200118,91e59646) at sched_switch+0x160 100029 (0xc34dfd80) fork_trampoline() at fork_trampoline 100030 (0xc34dfc00) fork_trampoline() at fork_trampoline 100031 (0xc34dfa80) sched_switch(c34dfa80,0,1,e0f5d25c,c84ca366) at sched_switch+0x160 100032 (0xc34df900) sched_switch(c34d0028,92,c06ff181,c07d8840,e4f50008) at sched_switch+0x160 100033 (0xc34df780) fork_trampoline() at fork_trampoline 100034 (0xc34df600) fork_trampoline() at fork_trampoline 100035 (0xc34df480) fork_trampoline() at fork_trampoline 100036 (0xc354ed80) fork_trampoline() at fork_trampoline 100037 (0xc354ec00) fork_trampoline() at fork_trampoline 100017 (0xc34db900) fork_trampoline() at fork_trampoline 100018 (0xc34db780) fork_trampoline() at fork_trampoline 100019 (0xc34db600) fork_trampoline() at fork_trampoline 100020 (0xc34db480) sched_switch(c34db480,0,1,db5deaca,d0f3b299) at sched_switch+0x160 100021 (0xc34db300) fork_trampoline() at fork_trampoline 100022 (0xc34db180) fork_trampoline() at fork_trampoline 100023 (0xc353f780) fork_trampoline() at fork_trampoline 100024 (0xc353f600) fork_trampoline() at fork_trampoline 100025 (0xc353f480) sched_switch(c353f480,0,1,419fbf8c,2fbe0490) at sched_switch+0x160 100026 (0xc353f300) fork_trampoline() at fork_trampoline 100008 (0xc34da300) fork_trampoline() at fork_trampoline 100009 (0xc34da180) sched_switch(c34da180,0,1,b6b8383e,4b97ce62) at sched_switch+0x160 100010 (0xc34da000) fork_trampoline() at fork_trampoline 100011 (0xc34df300) fork_trampoline() at fork_trampoline 100012 (0xc34df180) fork_trampoline() at fork_trampoline 100013 (0xc34df000) fork_trampoline() at fork_trampoline 100014 (0xc34dbd80) fork_trampoline() at fork_trampoline 100015 (0xc34dbc00) fork_trampoline() at fork_trampoline 100016 (0xc34dba80) fork_trampoline() at fork_trampoline 100000 (0xc34db000) fork_trampoline() at fork_trampoline 100001 (0xc34dad80) fork_trampoline() at fork_trampoline 100002 (0xc34dac00) fork_trampoline() at fork_trampoline 100003 (0xc34daa80) sched_switch(c34daa80,0,1,46808a0,ebefbd06) at sched_switch+0x160 100004 (0xc34da900) sched_switch(c34da900,0,1,1e4610b2,9eb697fd) at sched_switch+0x160 100005 (0xc34da780) sched_switch(c34da780,0,1,e0e9cb58,96d93f5a) at sched_switch+0x160 100006 (0xc34da600) sched_switch(c34da600,0,1,3f2f0406,801852d) at sched_switch+0x160 100007 (0xc34da480) sched_switch(c34da480,0,1,e6fc4f8c,591e6267) at sched_switch+0x160 0 (0xc079e0a0) sched_switch(c079e0a0,0,1,38eb828c,26ffd34e) at sched_switch+0x160 db> call cpu_reset(0) cpu_reset: Restarting BSP cpu_reset_proxy: Stopped CPU 1 Here is /var/run/dmesg.boot 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-RELEASE #0: Thu Dec 22 11:15:36 CET 2005 root@morzine.ciger.be:/usr/obj/usr/src/sys/MORZINE WARNING: debug.mpsafenet forced to 0 as ipsec requires Giant WARNING: MPSAFE network stack disabled, expect reduced performance. Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: Intel(R) Pentium(R) III CPU family 1266MHz (1260.61-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x6b1 Stepping = 1 Features=0x383fbff real memory = 2147483648 (2048 MB) avail memory = 2096680960 (1999 MB) ACPI APIC Table: FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs cpu0 (BSP): APIC ID: 3 cpu1 (AP): APIC ID: 0 ioapic0 irqs 0-15 on motherboard ioapic1 irqs 16-31 on motherboard npx0: [FAST] npx0: on motherboard npx0: INT 16 interface acpi0: on motherboard acpi0: Power Button (fixed) pci_link0: on acpi0 pci_link1: on acpi0 pci_link2: on acpi0 pci_link3: on acpi0 pci_link4: irq 5 on acpi0 pci_link5: on acpi0 pci_link6: on acpi0 pci_link7: on acpi0 pci_link8: on acpi0 pci_link9: on acpi0 pci_link10: on acpi0 pci_link11: on acpi0 pci_link12: irq 9 on acpi0 pci_link13: irq 10 on acpi0 pci_link14: irq 9 on acpi0 pci_link15: on acpi0 Timecounter "ACPI-safe" frequency 3579545 Hz quality 1000 acpi_timer0: <32-bit timer at 3.579545MHz> port 0xf008-0xf00b on acpi0 cpu0: on acpi0 cpu1: on acpi0 acpi_button0: on acpi0 pcib0: on acpi0 pci0: on pcib0 pci0: at device 4.0 (no driver attached) fxp0: port 0x1400-0x143f mem 0xfc021000-0xfc021fff,0xfc000000-0xfc01ffff irq 30 at device 10.0 on pci0 miibus0: on fxp0 inphy0: on miibus0 inphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto fxp0: Ethernet address: 00:30:05:19:9f:a8 fxp0: [GIANT-LOCKED] isab0: port 0xf100-0xf10f at device 15.0 on pci0 isa0: on isab0 atapci0: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0x1800-0x180f at device 15.1 on pci0 ata0: on atapci0 ata1: on atapci0 ohci0: mem 0xfc022000-0xfc022fff irq 28 at device 15.2 on pci0 ohci0: [GIANT-LOCKED] usb0: OHCI version 1.0, legacy support usb0: on ohci0 usb0: USB revision 1.0 uhub0: (0x1166) OHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 4 ports with 4 removable, self powered pcib1: on acpi0 pci1: on pcib1 sym0: <1010-66> port 0x1c00-0x1cff mem 0xfe004000-0xfe0043ff,0xfe000000-0xfe001fff irq 20 at device 8.0 on pci1 sym0: Symbios NVRAM, ID 7, Fast-80, LVD, parity checking sym0: open drain IRQ line driver, using on-chip SRAM sym0: using LOAD/STORE-based firmware. sym0: handling phase mismatch from SCRIPTS. sym0: [GIANT-LOCKED] sym1: <1010-66> port 0x2000-0x20ff mem 0xfe004400-0xfe0047ff,0xfe002000-0xfe003fff irq 29 at device 10.0 on pci1 sym1: Symbios NVRAM, ID 7, Fast-80, LVD, parity checking sym1: open drain IRQ line driver, using on-chip SRAM sym1: using LOAD/STORE-based firmware. sym1: handling phase mismatch from SCRIPTS. sym1: [GIANT-LOCKED] pcib2: on acpi0 pci2: on pcib2 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 Explorer, device ID 4 fdc0: port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on acpi0 fdc0: [FAST] fd0: <1440-KB 3.5" drive> on fdc0 drive 0 ppc0: port 0x378-0x37b 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 sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x90 on acpi0 sio0: type 16550A, console sio1: <16550A-compatible COM port> port 0x2f8-0x2ff irq 3 on acpi0 sio1: type 16550A orm0: at iomem 0xc0000-0xc8fff,0xc9000-0xccfff on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <4 virtual consoles, flags=0x300> vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 Timecounters tick every 1.000 msec 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 deny, logging limited to 100 packets/entry by default acd0: CDROM at ata1-master UDMA33 Waiting 3 seconds for SCSI devices to settle (noperiph:sym0:0:-1:-1): SCSI BUS reset delivered. (noperiph:sym1:0:-1:-1): SCSI BUS reset delivered. GEOM_LABEL: Label for provider fd0 is msdosfs/DOS 6_22. (probe22:sym1:0:8:0): phase change 6-7 6@00c7a58c resid=4. sa0 at sym0 bus 0 target 4 lun 0 sa0: Removable Sequential Access SCSI-2 device sa0: 40.000MB/s transfers (20.000MHz, offset 31, 16bit) pass5 at sym1 bus 0 target 8 lun 0 pass5: Fixed Processor SCSI-2 device pass5: 3.300MB/s transfers da0 at sym1 bus 0 target 0 lun 0 da0: Fixed Direct Access SCSI-3 device da0: 160.000MB/s transfers (80.000MHz, offset 62, 16bit), Tagged Queueing Enabled da0: 17501MB (35843670 512 byte sectors: 255H 63S/T 2231C) da1 at sym1 bus 0 target 1 lun 0 da1: Fixed Direct Access SCSI-3 device da1: 160.000MB/s transfers (80.000MHz, offset 62, 16bit), Tagged Queueing Enabled da1: 17501MB (35843670 512 byte sectors: 255H 63S/T 2231C) da2 at sym1 bus 0 target 2 lun 0 da2: Fixed Direct Access SCSI-3 device da2: 160.000MB/s transfers (80.000MHz, offset 62, 16bit), Tagged Queueing Enabled da2: 17501MB (35843670 512 byte sectors: 255H 63S/T 2231C) da3 at sym1 bus 0 target 3 lun 0 da3: Fixed Direct Access SCSI-3 device da3: 160.000MB/s transfers (80.000MHz, offset 62, 16bit), Tagged Queueing Enabled da3: 17501MB (35843670 512 byte sectors: 255H 63S/T 2231C) SMP: AP CPU #1 Launched! Trying to mount root from ufs:/dev/da0s1a Thank you for your time Henri >How-To-Repeat: On this server, just wait from 5 hours to max 10 days... >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Wed Jan 11 14:00:15 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EFAF716A420 for ; Wed, 11 Jan 2006 14:00: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 934CF43D78 for ; Wed, 11 Jan 2006 14:00: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.4/8.13.4) with ESMTP id k0BE0Fve017557 for ; Wed, 11 Jan 2006 14:00:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0BE0F4i017556; Wed, 11 Jan 2006 14:00:15 GMT (envelope-from gnats) Date: Wed, 11 Jan 2006 14:00:15 GMT Message-Id: <200601111400.k0BE0F4i017556@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Christian Laursen Cc: Subject: Re: kern/37057: Problem with rlimits on filesystem mounted from /dev/vn0c X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Christian Laursen List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jan 2006 14:00:16 -0000 The following reply was made to PR kern/37057; it has been noted by GNATS. From: Christian Laursen To: bug-followup@FreeBSD.org,xi@borderworlds.dk Cc: Subject: Re: kern/37057: Problem with rlimits on filesystem mounted from /dev/vn0c Date: Wed, 11 Jan 2006 14:52:15 +0100 If noone has any interest in this PR anymore, I suggest that it is closed. I don't use FreeBSD 4 any longer. -- Christian Laursen From owner-freebsd-bugs@FreeBSD.ORG Wed Jan 11 14:00:26 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C45AF16A420 for ; Wed, 11 Jan 2006 14:00: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 B48B843D8C for ; Wed, 11 Jan 2006 14:00: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.4/8.13.4) with ESMTP id k0BE0BMA017501 for ; Wed, 11 Jan 2006 14:00:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0BE0BsG017500; Wed, 11 Jan 2006 14:00:11 GMT (envelope-from gnats) Resent-Date: Wed, 11 Jan 2006 14:00:11 GMT Resent-Message-Id: <200601111400.k0BE0BsG017500@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, Konstantin V Falkov Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5294116A41F for ; Wed, 11 Jan 2006 13:52: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 8906A43DA1 for ; Wed, 11 Jan 2006 13:51: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 k0BDpj0S094123 for ; Wed, 11 Jan 2006 13:51:45 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k0BDpjlv094117; Wed, 11 Jan 2006 13:51:45 GMT (envelope-from nobody) Message-Id: <200601111351.k0BDpjlv094117@www.freebsd.org> Date: Wed, 11 Jan 2006 13:51:45 GMT From: Konstantin V Falkov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: misc/91665: Dublicate tun IP address X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 11 Jan 2006 14:00:26 -0000 >Number: 91665 >Category: misc >Synopsis: Dublicate tun IP address >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jan 11 14:00:10 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Konstantin V Falkov >Release: 5.4 >Organization: Infinity.Net >Environment: FreeBSD gw.tehnosoft.ru 5.4-RELEASE FreeBSD 5.4-RELEASE #2: Tue Nov 8 15:11:44 MSK 2005 root@:/usr/src/sys/i386/compile/IGATE i386 >Description: Ioctl allows to set up same ip addresses on tun interfaces. ppp configured with range on ip addressess can set ip same addresses on different tun interfaces and both will not work properly. >How-To-Repeat: configure host ppp with only 1 client ip address and then make more the 1 connection... or set up same ip on tun with ifconfig (FreeBSD 5.3 and above will return File exists on try to set dublicate ip on different tuns) >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Wed Jan 11 16:32:45 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9124E16A420; Wed, 11 Jan 2006 16:32:45 +0000 (GMT) (envelope-from matteo@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4810643D46; Wed, 11 Jan 2006 16:32:45 +0000 (GMT) (envelope-from matteo@FreeBSD.org) Received: from freefall.freebsd.org (matteo@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k0BGWjWD026339; Wed, 11 Jan 2006 16:32:45 GMT (envelope-from matteo@freefall.freebsd.org) Received: (from matteo@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0BGWiUb026335; Wed, 11 Jan 2006 16:32:44 GMT (envelope-from matteo) Date: Wed, 11 Jan 2006 16:32:44 GMT From: Matteo Riondato Message-Id: <200601111632.k0BGWiUb026335@freefall.freebsd.org> To: hampi@rootshell.be, matteo@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: misc/74577: [patch] decorating space in Beastie menu X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 11 Jan 2006 16:32:45 -0000 Synopsis: [patch] decorating space in Beastie menu State-Changed-From-To: open->closed State-Changed-By: matteo State-Changed-When: Wed Jan 11 16:32:15 UTC 2006 State-Changed-Why: This was fixed in . and in RELENG_6 http://www.freebsd.org/cgi/query-pr.cgi?pr=74577 From owner-freebsd-bugs@FreeBSD.ORG Wed Jan 11 18:40:00 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4488D16A420; Wed, 11 Jan 2006 18:40:00 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F333043D46; Wed, 11 Jan 2006 18:39:59 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from freefall.freebsd.org (netchild@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k0BIdxim033463; Wed, 11 Jan 2006 18:39:59 GMT (envelope-from netchild@freefall.freebsd.org) Received: (from netchild@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0BIdxa1033459; Wed, 11 Jan 2006 18:39:59 GMT (envelope-from netchild) Date: Wed, 11 Jan 2006 18:39:59 GMT From: Alexander Leidinger Message-Id: <200601111839.k0BIdxa1033459@freefall.freebsd.org> To: grog@blackwater.lemis.com, netchild@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: kern/59103: Serious data corruption reading compact flash IDE drives X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 11 Jan 2006 18:40:00 -0000 Synopsis: Serious data corruption reading compact flash IDE drives State-Changed-From-To: feedback->closed State-Changed-By: netchild State-Changed-When: Wed Jan 11 18:39:09 UTC 2006 State-Changed-Why: >From the originator: This problem no longer occurs. http://www.freebsd.org/cgi/query-pr.cgi?pr=59103 From owner-freebsd-bugs@FreeBSD.ORG Wed Jan 11 21:00:22 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD9C616A41F for ; Wed, 11 Jan 2006 21:00: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 E317443D58 for ; Wed, 11 Jan 2006 21:00:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k0BL0K3H041901 for ; Wed, 11 Jan 2006 21:00:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0BL0KkY041900; Wed, 11 Jan 2006 21:00:20 GMT (envelope-from gnats) Resent-Date: Wed, 11 Jan 2006 21:00:20 GMT Resent-Message-Id: <200601112100.k0BL0KkY041900@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, Marc Flambard Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE00716A41F for ; Wed, 11 Jan 2006 20:51:08 +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 8235E43D46 for ; Wed, 11 Jan 2006 20:51:08 +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 k0BKp8tp053338 for ; Wed, 11 Jan 2006 20:51:08 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k0BKp88l053337; Wed, 11 Jan 2006 20:51:08 GMT (envelope-from nobody) Message-Id: <200601112051.k0BKp88l053337@www.freebsd.org> Date: Wed, 11 Jan 2006 20:51:08 GMT From: Marc Flambard To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: kern/91683: "bug" on sound driver & solution X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 11 Jan 2006 21:00:22 -0000 >Number: 91683 >Category: kern >Synopsis: "bug" on sound driver & solution >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Jan 11 21:00:19 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Marc Flambard >Release: 6.0 >Organization: RAC Technologie >Environment: FreeBSD pc-marc1.maison 6.0-STABLE FreeBSD 6.0-STABLE #21: Tue Jan 10 17:10:37 CET 2006 marc@pc-marc1.maison:/usr/obj/usr/src/sys/pc-marc-v3 i386 >Description: I found "bug" on sound driver (channel.c,v 1.99.2.1 & feeder.c,v 1.33.2.1). I use CS4630 based sound card (minimum 11025Hz at recording). Changing format capacity for record channel on csa driver(csapcm.c), reveals some interesting things. I show you sndstat on 2 situations (I use application that require 8Khz mono) WITH: static u_int32_t csa_recfmt[] = { AFMT_S16_LE, AFMT_STEREO | AFMT_S16_LE, 0 }; SNDSTAT: {hardware} -> feeder_root(0x10000010) -> feeder_rate(11025 -> 8000) -> feeder_stereotomono16(0x10000010 -> 0x00000010) -> {userland} here everything is ok. WITH: static u_int32_t csa_recfmt[] = { AFMT_STEREO | AFMT_S16_LE, AFMT_S16_LE, 0 }; SNDSTAT: {hardware} -> feeder_root(0x00000010) -> feeder_monotostereo16(0x00000010 -> 0x10000010) -> feeder_rate(11025 -> 8000) -> feeder_stereotomono16(0x10000010 -> 0x00000010) -> {userland} why using mono capacity with feeder_monotostereo whereas the hardware is able to deliver stereo? >How-To-Repeat: change record format order of your sound card example for csa: static u_int32_t csa_recfmt[] = { AFMT_S16_LE, AFMT_STEREO | AFMT_S16_LE, 0 }; change by: static u_int32_t csa_recfmt[] = { AFMT_STEREO | AFMT_S16_LE, AFMT_S16_LE, 0 }; >Fix: In function feeder_fmtchain(feeder.c): if we test maxdepth before testing validity, the function chn_fmtchain(feeder.c) will be able to distinguish the difference between [feeder_root->feeder_monotostereo16->feeder_rate] and [feeder_root->feeder_rate] without dependency on format arrangement and without changes made between feeder.c-v1.33 and v1.33.2.1 (particularly reverse scanning!). Moreover this change simplify chn_buildfeeder(channel.c). I join diffs and tests with debug messages. Marc Flambard Tests with debug messages: -----ACTUALLY----- WITH: static u_int32_t csa_recfmt[] = { AFMT_S16_LE, AFMT_STEREO | AFMT_S16_LE, 0 }; SNDSTAT: {hardware} -> feeder_root(0x10000010) -> feeder_rate(11025 -> 8000) -> feeder_stereotomono16(0x10000010 -> 0x00000010) -> {userland} DEBUG: Jan 11 15:55:46 pc-marc1 kernel: setspeed, channel pcm0:record:0 Jan 11 15:55:46 pc-marc1 kernel: want speed 8000, try speed 11025, got speed 11025 Jan 11 15:55:46 pc-marc1 kernel: feederflags 10 Jan 11 15:55:46 pc-marc1 kernel: find feeder type 4, got 0xc76efce0 Jan 11 15:55:46 pc-marc1 kernel: chn_buildfeeder>>type:4 Jan 11 15:55:46 pc-marc1 kernel: chn_buildfeeder>>c->format:00000010 Jan 11 15:55:46 pc-marc1 kernel: chn_buildfeeder>>fc->desc->in:10000010 Jan 11 15:55:46 pc-marc1 kernel: chn_buildfeeder>>fc->desc->out:10000010 Jan 11 15:55:46 pc-marc1 kernel: chn_buildfeeder>>c->feeder->desc->out:00000010 Jan 11 15:55:46 pc-marc1 kernel: chn_buildfeeder>>fmtlist[0]:00000010 Jan 11 15:55:46 pc-marc1 kernel: chn_buildfeeder>>fmtlist[1]:10000010 Jan 11 15:55:46 pc-marc1 kernel: build fmtchain from 0x10 to 0x10000010: Jan 11 15:55:46 pc-marc1 kernel: call feeder_fmtchain with maxdepth=0 Jan 11 15:55:46 pc-marc1 kernel: trying feeder_root (0 -> 10000010)... Jan 11 15:55:46 pc-marc1 kernel: got it Jan 11 15:55:46 pc-marc1 kernel: call feeder_fmtchain with maxdepth=0 Jan 11 15:55:46 pc-marc1 kernel: trying feeder_root (0 -> 10)... Jan 11 15:55:46 pc-marc1 kernel: trying feeder_endian16 (10 -> 20)... Jan 11 15:55:46 pc-marc1 kernel: trying feeder_sign16le (10 -> 80)... Jan 11 15:55:46 pc-marc1 kernel: trying feeder_monotostereo16 (10 -> 10000010)... Jan 11 15:55:46 pc-marc1 kernel: got it Jan 11 15:55:46 pc-marc1 kernel: call feeder_fmtchain for best chain (maxdepth=0) Jan 11 15:55:46 pc-marc1 kernel: trying feeder_root (0 -> 10000010)... Jan 11 15:55:46 pc-marc1 kernel: got it Jan 11 15:55:46 pc-marc1 kernel: ok Jan 11 15:55:46 pc-marc1 kernel: added feeder 0xc76efce0, output 0x10000010 Jan 11 15:55:46 pc-marc1 kernel: call feeder_fmtchain with maxdepth=0 Jan 11 15:55:46 pc-marc1 kernel: trying feeder_rate (10000010 -> 10000010)... Jan 11 15:55:46 pc-marc1 kernel: trying feeder_endian16 (10000010 -> 10000020)... Jan 11 15:55:46 pc-marc1 kernel: trying feeder_sign16le (10000010 -> 10000080)... Jan 11 15:55:46 pc-marc1 kernel: trying feeder_stereotomono16 (10000010 -> 10)... Jan 11 15:55:46 pc-marc1 kernel: got it Jan 11 15:55:46 pc-marc1 kernel: call feeder_fmtchain for best chain (maxdepth=0) Jan 11 15:55:46 pc-marc1 kernel: trying feeder_rate (10000010 -> 10000010)... Jan 11 15:55:46 pc-marc1 kernel: trying feeder_endian16 (10000010 -> 10000020)... Jan 11 15:55:46 pc-marc1 kernel: trying feeder_sign16le (10000010 -> 10000080)... Jan 11 15:55:46 pc-marc1 kernel: trying feeder_stereotomono16 (10000010 -> 10)... Jan 11 15:55:46 pc-marc1 kernel: got it Jan 11 15:55:46 pc-marc1 kernel: r = 0 Jan 11 15:55:46 pc-marc1 kernel: chn_setblocksize(0, 0) Jan 11 15:55:46 pc-marc1 kernel: feedrate = 0xc5e26180 Jan 11 15:55:46 pc-marc1 kernel: feeder_set(FEEDRATE_SRC, 11025) = 0 Jan 11 15:55:46 pc-marc1 kernel: feeder_set(FEEDRATE_DST, 8000) = 0 Jan 11 15:55:46 pc-marc1 kernel: setspeed done, r = 0 WITH: static u_int32_t csa_recfmt[] = { AFMT_STEREO | AFMT_S16_LE, AFMT_S16_LE, 0 }; SNDSTAT: {hardware} -> feeder_root(0x00000010) -> feeder_monotostereo16(0x00000010 -> 0x10000010) -> feeder_rate(11025 -> 8000) -> feeder_stereotomono16(0x10000010 -> 0x00000010) -> {userland} DEBUG: Jan 11 15:59:21 pc-marc1 kernel: setspeed, channel pcm0:record:0 Jan 11 15:59:21 pc-marc1 kernel: want speed 8000, try speed 11025, got speed 11025 Jan 11 15:59:21 pc-marc1 kernel: feederflags 10 Jan 11 15:59:21 pc-marc1 kernel: find feeder type 4, got 0xc76efce0 Jan 11 15:59:21 pc-marc1 kernel: chn_buildfeeder>>type:4 Jan 11 15:59:21 pc-marc1 kernel: chn_buildfeeder>>c->format:00000010 Jan 11 15:59:21 pc-marc1 kernel: chn_buildfeeder>>fc->desc->in:10000010 Jan 11 15:59:21 pc-marc1 kernel: chn_buildfeeder>>fc->desc->out:10000010 Jan 11 15:59:21 pc-marc1 kernel: chn_buildfeeder>>c->feeder->desc->out:00000010 Jan 11 15:59:21 pc-marc1 kernel: chn_buildfeeder>>fmtlist[0]:10000010 Jan 11 15:59:21 pc-marc1 kernel: chn_buildfeeder>>fmtlist[1]:00000010 Jan 11 15:59:21 pc-marc1 kernel: build fmtchain from 0x10 to 0x10000010: Jan 11 15:59:21 pc-marc1 kernel: call feeder_fmtchain with maxdepth=0 Jan 11 15:59:21 pc-marc1 kernel: trying feeder_root (0 -> 10)... Jan 11 15:59:21 pc-marc1 kernel: trying feeder_endian16 (10 -> 20)... Jan 11 15:59:21 pc-marc1 kernel: trying feeder_sign16le (10 -> 80)... Jan 11 15:59:21 pc-marc1 kernel: trying feeder_monotostereo16 (10 -> 10000010)... Jan 11 15:59:21 pc-marc1 kernel: got it Jan 11 15:59:21 pc-marc1 kernel: call feeder_fmtchain with maxdepth=0 Jan 11 15:59:21 pc-marc1 kernel: trying feeder_root (0 -> 10000010)... Jan 11 15:59:21 pc-marc1 kernel: got it Jan 11 15:59:21 pc-marc1 kernel: call feeder_fmtchain for best chain (maxdepth=0) Jan 11 15:59:21 pc-marc1 kernel: trying feeder_root (0 -> 10)... Jan 11 15:59:21 pc-marc1 kernel: trying feeder_endian16 (10 -> 20)... Jan 11 15:59:21 pc-marc1 kernel: trying feeder_sign16le (10 -> 80)... Jan 11 15:59:21 pc-marc1 kernel: trying feeder_monotostereo16 (10 -> 10000010)... Jan 11 15:59:21 pc-marc1 kernel: got it Jan 11 15:59:21 pc-marc1 kernel: ok Jan 11 15:59:21 pc-marc1 kernel: added feeder 0xc76efce0, output 0x10000010 Jan 11 15:59:21 pc-marc1 kernel: call feeder_fmtchain with maxdepth=0 Jan 11 15:59:21 pc-marc1 kernel: trying feeder_rate (10000010 -> 10000010)... Jan 11 15:59:21 pc-marc1 kernel: trying feeder_endian16 (10000010 -> 10000020)... Jan 11 15:59:21 pc-marc1 kernel: trying feeder_sign16le (10000010 -> 10000080)... Jan 11 15:59:21 pc-marc1 kernel: trying feeder_stereotomono16 (10000010 -> 10)... Jan 11 15:59:21 pc-marc1 kernel: got it Jan 11 15:59:21 pc-marc1 kernel: call feeder_fmtchain for best chain (maxdepth=0) Jan 11 15:59:21 pc-marc1 kernel: trying feeder_rate (10000010 -> 10000010)... Jan 11 15:59:21 pc-marc1 kernel: trying feeder_endian16 (10000010 -> 10000020)... Jan 11 15:59:21 pc-marc1 kernel: trying feeder_sign16le (10000010 -> 10000080)... Jan 11 15:59:21 pc-marc1 kernel: trying feeder_stereotomono16 (10000010 -> 10)... Jan 11 15:59:21 pc-marc1 kernel: got it Jan 11 15:59:21 pc-marc1 kernel: r = 0 Jan 11 15:59:21 pc-marc1 kernel: chn_setblocksize(0, 0) Jan 11 15:59:21 pc-marc1 kernel: feedrate = 0xc5e1eac0 Jan 11 15:59:21 pc-marc1 kernel: feeder_set(FEEDRATE_SRC, 11025) = 0 Jan 11 15:59:21 pc-marc1 kernel: feeder_set(FEEDRATE_DST, 8000) = 0 Jan 11 15:59:21 pc-marc1 kernel: setspeed done, r = 0 -----WITH MY MODIFICATIONS----- WITH: static u_int32_t csa_recfmt[] = { AFMT_S16_LE, AFMT_STEREO | AFMT_S16_LE, SNDSTAT: {hardware} -> feeder_root(0x10000010) -> feeder_rate(11025 -> 8000) -> feeder_stereotomono16(0x10000010 -> 0x00000010) -> {userland} DEBUG: Jan 11 15:29:17 pc-marc1 kernel: setspeed, channel pcm0:record:0 Jan 11 15:29:17 pc-marc1 kernel: want speed 8000, try speed 11025, got speed 11025 Jan 11 15:29:17 pc-marc1 kernel: feederflags 10 Jan 11 15:29:17 pc-marc1 kernel: find feeder type 4, got 0xc752ac40 Jan 11 15:29:17 pc-marc1 kernel: chn_buildfeeder>>type:4 Jan 11 15:29:17 pc-marc1 kernel: chn_buildfeeder>>c->format:00000010 Jan 11 15:29:17 pc-marc1 kernel: chn_buildfeeder>>fc->desc->in:10000010 Jan 11 15:29:17 pc-marc1 kernel: chn_buildfeeder>>fc->desc->out:10000010 Jan 11 15:29:17 pc-marc1 kernel: chn_buildfeeder>>c->feeder->desc->out:00000010 Jan 11 15:29:17 pc-marc1 kernel: chn_buildfeeder>>fmtlist[0]:00000010 Jan 11 15:29:17 pc-marc1 kernel: chn_buildfeeder>>fmtlist[1]:10000010 Jan 11 15:29:17 pc-marc1 kernel: build fmtchain from 0x10 to 0x10000010: Jan 11 15:29:17 pc-marc1 kernel: call feeder_fmtchain with maxdepth=0 Jan 11 15:29:17 pc-marc1 kernel: trying feeder_root (0 -> 10)... Jan 11 15:29:17 pc-marc1 kernel: call feeder_fmtchain with maxdepth=1 Jan 11 15:29:17 pc-marc1 kernel: trying feeder_root (0 -> 10)... Jan 11 15:29:17 pc-marc1 kernel: trying feeder_endian16 (10 -> 20)... Jan 11 15:29:17 pc-marc1 kernel: trying feeder_sign16le (10 -> 80)... Jan 11 15:29:17 pc-marc1 kernel: trying feeder_monotostereo16 (10 -> 10000010)... Jan 11 15:29:17 pc-marc1 kernel: got it Jan 11 15:29:17 pc-marc1 kernel: call feeder_fmtchain with maxdepth=0 Jan 11 15:29:17 pc-marc1 kernel: trying feeder_root (0 -> 10000010)... Jan 11 15:29:17 pc-marc1 kernel: got it Jan 11 15:29:17 pc-marc1 kernel: call feeder_fmtchain for best chain (maxdepth=0) Jan 11 15:29:17 pc-marc1 kernel: trying feeder_root (0 -> 10000010)... Jan 11 15:29:17 pc-marc1 kernel: got it Jan 11 15:29:17 pc-marc1 kernel: ok Jan 11 15:29:17 pc-marc1 kernel: added feeder 0xc752ac40, output 0x10000010 Jan 11 15:29:17 pc-marc1 kernel: call feeder_fmtchain with maxdepth=0 Jan 11 15:29:17 pc-marc1 kernel: trying feeder_rate (10000010 -> 10000010)... Jan 11 15:29:17 pc-marc1 kernel: call feeder_fmtchain with maxdepth=1 Jan 11 15:29:17 pc-marc1 kernel: trying feeder_rate (10000010 -> 10000010)... Jan 11 15:29:17 pc-marc1 kernel: trying feeder_endian16 (10000010 -> 10000020)... Jan 11 15:29:17 pc-marc1 kernel: trying feeder_sign16le (10000010 -> 10000080)... Jan 11 15:29:17 pc-marc1 kernel: trying feeder_stereotomono16 (10000010 -> 10)... Jan 11 15:29:17 pc-marc1 kernel: got it Jan 11 15:29:17 pc-marc1 kernel: call feeder_fmtchain for best chain (maxdepth=1) Jan 11 15:29:17 pc-marc1 kernel: trying feeder_rate (10000010 -> 10000010)... Jan 11 15:29:17 pc-marc1 kernel: trying feeder_endian16 (10000010 -> 10000020)... Jan 11 15:29:17 pc-marc1 kernel: trying feeder_sign16le (10000010 -> 10000080)... Jan 11 15:29:17 pc-marc1 kernel: trying feeder_stereotomono16 (10000010 -> 10)... Jan 11 15:29:17 pc-marc1 kernel: got it Jan 11 15:29:17 pc-marc1 kernel: r = 0 Jan 11 15:29:17 pc-marc1 kernel: chn_setblocksize(0, 0) Jan 11 15:29:17 pc-marc1 kernel: feedrate = 0xc5669000 Jan 11 15:29:17 pc-marc1 kernel: feeder_set(FEEDRATE_SRC, 11025) = 0 Jan 11 15:29:17 pc-marc1 kernel: feeder_set(FEEDRATE_DST, 8000) = 0 Jan 11 15:29:17 pc-marc1 kernel: setspeed done, r = 0 WITH: static u_int32_t csa_recfmt[] = { AFMT_STEREO | AFMT_S16_LE, AFMT_S16_LE, 0 }; SNDSTAT: {hardware} -> feeder_root(0x10000010) -> feeder_rate(11025 -> 8000) -> feeder_stereotomono16(0x10000010 -> 0x00000010) -> {userland} DEBUG: Jan 11 15:39:02 pc-marc1 kernel: setspeed, channel pcm0:record:0 Jan 11 15:39:02 pc-marc1 kernel: want speed 8000, try speed 11025, got speed 11025 Jan 11 15:39:02 pc-marc1 kernel: feederflags 10 Jan 11 15:39:02 pc-marc1 kernel: find feeder type 4, got 0xc76efc40 Jan 11 15:39:02 pc-marc1 kernel: chn_buildfeeder>>type:4 Jan 11 15:39:02 pc-marc1 kernel: chn_buildfeeder>>c->format:00000010 Jan 11 15:39:02 pc-marc1 kernel: chn_buildfeeder>>fc->desc->in:10000010 Jan 11 15:39:02 pc-marc1 kernel: chn_buildfeeder>>fc->desc->out:10000010 Jan 11 15:39:02 pc-marc1 kernel: chn_buildfeeder>>c->feeder->desc->out:00000010 Jan 11 15:39:02 pc-marc1 kernel: chn_buildfeeder>>fmtlist[0]:10000010 Jan 11 15:39:02 pc-marc1 kernel: chn_buildfeeder>>fmtlist[1]:00000010 Jan 11 15:39:02 pc-marc1 kernel: build fmtchain from 0x10 to 0x10000010: Jan 11 15:39:02 pc-marc1 kernel: call feeder_fmtchain with maxdepth=0 Jan 11 15:39:02 pc-marc1 kernel: trying feeder_root (0 -> 10000010)... Jan 11 15:39:02 pc-marc1 kernel: got it Jan 11 15:39:02 pc-marc1 kernel: call feeder_fmtchain with maxdepth=0 Jan 11 15:39:02 pc-marc1 kernel: trying feeder_root (0 -> 10)... Jan 11 15:39:02 pc-marc1 kernel: call feeder_fmtchain with maxdepth=1 Jan 11 15:39:02 pc-marc1 kernel: trying feeder_root (0 -> 10)... Jan 11 15:39:02 pc-marc1 kernel: trying feeder_endian16 (10 -> 20)... Jan 11 15:39:02 pc-marc1 kernel: trying feeder_sign16le (10 -> 80)... Jan 11 15:39:02 pc-marc1 kernel: trying feeder_monotostereo16 (10 -> 10000010)... Jan 11 15:39:02 pc-marc1 kernel: got it Jan 11 15:39:02 pc-marc1 kernel: call feeder_fmtchain for best chain (maxdepth=0) Jan 11 15:39:02 pc-marc1 kernel: trying feeder_root (0 -> 10000010)... Jan 11 15:39:02 pc-marc1 kernel: got it Jan 11 15:39:02 pc-marc1 kernel: ok Jan 11 15:39:02 pc-marc1 kernel: added feeder 0xc76efc40, output 0x10000010 Jan 11 15:39:02 pc-marc1 kernel: call feeder_fmtchain with maxdepth=0 Jan 11 15:39:02 pc-marc1 kernel: trying feeder_rate (10000010 -> 10000010)... Jan 11 15:39:02 pc-marc1 kernel: call feeder_fmtchain with maxdepth=1 Jan 11 15:39:02 pc-marc1 kernel: trying feeder_rate (10000010 -> 10000010)... Jan 11 15:39:02 pc-marc1 kernel: trying feeder_endian16 (10000010 -> 10000020)... Jan 11 15:39:02 pc-marc1 kernel: trying feeder_sign16le (10000010 -> 10000080)... Jan 11 15:39:02 pc-marc1 kernel: trying feeder_stereotomono16 (10000010 -> 10)... Jan 11 15:39:02 pc-marc1 kernel: got it Jan 11 15:39:02 pc-marc1 kernel: call feeder_fmtchain for best chain (maxdepth=1) Jan 11 15:39:02 pc-marc1 kernel: trying feeder_rate (10000010 -> 10000010)... Jan 11 15:39:02 pc-marc1 kernel: trying feeder_endian16 (10000010 -> 10000020)... Jan 11 15:39:02 pc-marc1 kernel: trying feeder_sign16le (10000010 -> 10000080)... Jan 11 15:39:02 pc-marc1 kernel: trying feeder_stereotomono16 (10000010 -> 10)... Jan 11 15:39:02 pc-marc1 kernel: got it Jan 11 15:39:02 pc-marc1 kernel: r = 0 Jan 11 15:39:02 pc-marc1 kernel: chn_setblocksize(0, 0) Jan 11 15:39:02 pc-marc1 kernel: feedrate = 0xc57ff8c0 Jan 11 15:39:02 pc-marc1 kernel: feeder_set(FEEDRATE_SRC, 11025) = 0 Jan 11 15:39:02 pc-marc1 kernel: feeder_set(FEEDRATE_DST, 8000) = 0 Jan 11 15:39:02 pc-marc1 kernel: setspeed done, r = 0 diffs: -----channel.diff----- 1292c1292 < int err; --- > int err,cnt; 1361,1372c1361,1375 < if ((type == FEEDER_RATE && < !fmtvalid(fc->desc->in, fmtlist)) < || c->feeder->desc->out != fc->desc->in) { < DEB(printf("build fmtchain from 0x%x to 0x%x: ", c->feeder->desc->out, fc->desc->in)); < tmp[0] = fc->desc->in; < tmp[1] = 0; < if (chn_fmtchain(c, tmp) == 0) { < DEB(printf("failed\n")); < < return ENODEV; < } < DEB(printf("ok\n")); --- > DEB(printf("chn_buildfeeder>>c->format:%08x\n", c->format)); > DEB(printf("chn_buildfeeder>>fc->desc->in:%08x\n", fc->desc->in)); > DEB(printf("chn_buildfeeder>>fc->desc->out:%08x\n", fc->desc->out)); > DEB(printf("chn_buildfeeder>>c->feeder->desc->out:%08x\n", c->feeder->desc->out)); > cnt=-1; > while(fmtlist[++cnt]) > DEB(printf("chn_buildfeeder>>fmtlist[%i]:%08x\n", cnt, fmtlist[cnt])); > > DEB(printf("build fmtchain to 0x%x:\n", fc->desc->in)); > tmp[0] = fc->desc->in; > tmp[1] = 0; > if (chn_fmtchain(c, tmp) == 0) { > DEB(printf("failed\n")); > > return ENODEV; 1373a1377 > DEB(printf("ok\n")); 1385,1396c1389,1394 < if (fmtvalid(c->feeder->desc->out, fmtlist) < && !(c->direction == PCMDIR_REC && < c->format != c->feeder->desc->out)) < hwfmt = c->feeder->desc->out; < else { < if (c->direction == PCMDIR_REC) { < tmp[0] = c->format; < tmp[1] = 0; < hwfmt = chn_fmtchain(c, tmp); < } else < hwfmt = chn_fmtchain(c, fmtlist); < } --- > if (c->direction == PCMDIR_REC) { > tmp[0] = c->format; > tmp[1] = 0; > hwfmt = chn_fmtchain(c, tmp); > } else > hwfmt = chn_fmtchain(c, fmtlist); -----feeder.diff----- 268c268,271 < /* printf("trying %s (%x -> %x)...\n", source->class->name, source->desc->in, source->desc->out); */ --- > if (maxdepth < 0) > return NULL; > > DEB(printf("trying %s (%x -> %x)...\n", source->class->name, source->desc->in, source->desc->out)); 270c273 < /* printf("got it\n"); */ --- > DEB(printf("got it\n")); 274,276d276 < if (maxdepth < 0) < return NULL; < 323,326c323 < while (from[i] != 0) < i++; < while (i > 0) { < i--; --- > while (from[i] != 0) { 330a328 > DEB(printf("call feeder_fmtchain with maxdepth=%i\n",max)); 343a342 > i++; 348a348 > DEB(printf("call feeder_fmtchain for best chain (maxdepth=%i)\n",bestmax)); 376,385c376 < if (c->direction == PCMDIR_REC) { < try = c->feeder; < while (try != NULL) { < if (try->desc->type == FEEDER_ROOT) < return try->desc->out; < try = try->source; < } < return best; < } else < return c->feeder->desc->out; --- > return (c->direction == PCMDIR_REC)? best : c->feeder->desc->out; Marc Flambard >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Wed Jan 11 23:02:01 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD98B16A41F; Wed, 11 Jan 2006 23:02:01 +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 77D7E43D45; Wed, 11 Jan 2006 23:02:01 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k0BN21UB048081; Wed, 11 Jan 2006 23:02:01 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0BN21I0048077; Wed, 11 Jan 2006 23:02:01 GMT (envelope-from linimon) Date: Wed, 11 Jan 2006 23:02:01 GMT From: Mark Linimon Message-Id: <200601112302.k0BN21I0048077@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-multimedia@FreeBSD.org Cc: Subject: Re: kern/91683: [sound] [patch] bug on sound driver & solution X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 11 Jan 2006 23:02:01 -0000 Synopsis: [sound] [patch] bug on sound driver & solution Responsible-Changed-From-To: freebsd-bugs->freebsd-multimedia Responsible-Changed-By: linimon Responsible-Changed-When: Wed Jan 11 23:01:49 UTC 2006 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=91683 From owner-freebsd-bugs@FreeBSD.ORG Wed Jan 11 23:19:38 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E3B5516A41F; Wed, 11 Jan 2006 23:19:38 +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 9A03943D45; Wed, 11 Jan 2006 23:19:38 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k0BNJchf048503; Wed, 11 Jan 2006 23:19:38 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0BNJcqg048499; Wed, 11 Jan 2006 23:19:38 GMT (envelope-from linimon) Date: Wed, 11 Jan 2006 23:19:38 GMT From: Mark Linimon Message-Id: <200601112319.k0BNJcqg048499@freefall.freebsd.org> To: rwatson@FreeBSD.org, linimon@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: kern/91679: Re: setfacl file modification time X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jan 2006 23:19:39 -0000 Synopsis: Re: setfacl file modification time State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Wed Jan 11 23:19:11 UTC 2006 State-Changed-Why: Misfiled followup to kern/76818; content migrated. Responsible-Changed-From-To: gnats-admin->freebsd-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Wed Jan 11 23:19:11 UTC 2006 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=91679 From owner-freebsd-bugs@FreeBSD.ORG Thu Jan 12 08:30:07 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C2AF416A41F for ; Thu, 12 Jan 2006 08:30:07 +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 2FF6543D46 for ; Thu, 12 Jan 2006 08:30:07 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k0C8U6Sk081800 for ; Thu, 12 Jan 2006 08:30:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0C8U6O8081793; Thu, 12 Jan 2006 08:30:06 GMT (envelope-from gnats) Resent-Date: Thu, 12 Jan 2006 08:30:06 GMT Resent-Message-Id: <200601120830.k0C8U6O8081793@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, Dmitriy Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 480E116A420 for ; Thu, 12 Jan 2006 08:20: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 355C143DA6 for ; Thu, 12 Jan 2006 08:19:53 +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 k0C8JlVs052549 for ; Thu, 12 Jan 2006 08:19:47 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k0C8JlWE052548; Thu, 12 Jan 2006 08:19:47 GMT (envelope-from nobody) Message-Id: <200601120819.k0C8JlWE052548@www.freebsd.org> Date: Thu, 12 Jan 2006 08:19:47 GMT From: Dmitriy To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: kern/91703: kernel installation fails X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 12 Jan 2006 08:30:07 -0000 >Number: 91703 >Category: kern >Synopsis: kernel installation fails >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 Jan 12 08:30:06 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Dmitriy >Release: 6.0-RELEASE >Organization: >Environment: FreeBSD smz.uglestroy.local 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Thu Nov 10 15:42:38 UTC 2005 root@dr.uglestroy.local:/usr/obj/usr/src/sys/dr i386 >Description: kernel installation fails if system has no group "games" or user "uucp" >How-To-Repeat: update sources to 6.0-RELEASE-p2 and try to build and install kernel on system, that has no group "games" or user "uucp" >Fix: add this group ans user name >Release-Note: >Audit-Trail: >Unformatted: >>> Making hierarchy -------------------------------------------------------------- cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj MACHINE_ARCH=i386 MACHINE=i386 CPUTYP E=pentium3 GROFF_BIN_PATH=/usr/obj/usr/src/tmp/legacy/usr/bin GROFF_FONT_PATH= /usr/obj/usr/src/tmp/legacy/usr/share/groff_font GROFF_TMAC_PATH=/usr/obj/usr/s rc/tmp/legacy/usr/share/tmac PATH=/usr/obj/usr/src/tmp/legacy/usr/sbin:/usr/obj/ usr/src/tmp/legacy/usr/bin:/usr/obj/usr/src/tmp/legacy/usr/games:/usr/obj/usr/src/tmp/usr/sbin:/usr/obj/usr/src/tmp/usr/bin:/usr/obj/usr/src/tmp/usr/games:/sbin:/bin:/usr/sbin:/usr/bin make -f Makefile.inc1 hierarchy cd /usr/src/etc; make distrib-dirs mtree -eU -f /usr/src/etc/mtree/BSD.root.dist -p / mtree -eU -f /usr/src/etc/mtree/BSD.var.dist -p /var mtree: line 42: unknown group games *** Error code 1 Stop in /usr/src/etc. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. From owner-freebsd-bugs@FreeBSD.ORG Thu Jan 12 08:40:10 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9909216A41F for ; Thu, 12 Jan 2006 08:40:10 +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 2E73D43D49 for ; Thu, 12 Jan 2006 08:40:10 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k0C8e9SO083066 for ; Thu, 12 Jan 2006 08:40:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0C8e9XW083065; Thu, 12 Jan 2006 08:40:09 GMT (envelope-from gnats) Date: Thu, 12 Jan 2006 08:40:09 GMT Message-Id: <200601120840.k0C8e9XW083065@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: "John L. Utz III" Cc: Subject: Re: kern/73318: 5.3-RC1: INSTALL: HANG: ata0-master: FAILURE ATA_IDENTIFY - timeout X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "John L. Utz III" List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jan 2006 08:40:10 -0000 The following reply was made to PR kern/73318; it has been noted by GNATS. From: "John L. Utz III" To: bug-followup@freebsd.org, john@utzweb.net Cc: john@utzweb.net, sos@freebsd.org Subject: Re: kern/73318: 5.3-RC1: INSTALL: HANG: ata0-master: FAILURE ATA_IDENTIFY - timeout Date: Thu, 12 Jan 2006 00:11:10 -0800 ATA Timeout doesnt manifest itself on 6.0 because now it fails to fing the ATA controller at all. :-( dang Soren, i have one of these laptops that i would be willing to ship to you postpaid if you are interested in debugging it. -- Using Opera's revolutionary e-mail client: http://www.opera.com/mail/ From owner-freebsd-bugs@FreeBSD.ORG Thu Jan 12 10:40:10 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC51916A41F for ; Thu, 12 Jan 2006 10:40:10 +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 58BB543D4C for ; Thu, 12 Jan 2006 10:40:10 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k0CAeA1G091114 for ; Thu, 12 Jan 2006 10:40:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0CAeAJY091113; Thu, 12 Jan 2006 10:40:10 GMT (envelope-from gnats) Date: Thu, 12 Jan 2006 10:40:10 GMT Message-Id: <200601121040.k0CAeAJY091113@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: John E Hein Cc: Subject: Re: kern/31746: failed connect(2) seems to cause problems with socket X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: John E Hein List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jan 2006 10:40:11 -0000 The following reply was made to PR kern/31746; it has been noted by GNATS. From: John E Hein To: bug-followup@FreeBSD.org Cc: Subject: Re: kern/31746: failed connect(2) seems to cause problems with socket Date: Thu, 12 Jan 2006 03:30:04 -0700 This still happens in today's 6-stable. From owner-freebsd-bugs@FreeBSD.ORG Thu Jan 12 14:02:36 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A915716A420; Thu, 12 Jan 2006 14:02:36 +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 71C1543D48; Thu, 12 Jan 2006 14:02:36 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from freefall.freebsd.org (glebius@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k0CE2aW2004056; Thu, 12 Jan 2006 14:02:36 GMT (envelope-from glebius@freefall.freebsd.org) Received: (from glebius@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0CE2YG9004052; Thu, 12 Jan 2006 14:02:34 GMT (envelope-from glebius) Date: Thu, 12 Jan 2006 14:02:34 GMT From: Gleb Smirnoff Message-Id: <200601121402.k0CE2YG9004052@freefall.freebsd.org> To: unlim@voce.ru, glebius@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: kern/91665: [if_tun] Duplicate tun IP address X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 12 Jan 2006 14:02:36 -0000 Synopsis: [if_tun] Duplicate tun IP address State-Changed-From-To: open->closed State-Changed-By: glebius State-Changed-When: Thu Jan 12 14:02:16 UTC 2006 State-Changed-Why: Actually the PPP software or RADIUS should take care about colliding client IP addresses. Historically PPP software didn't do this relying on the fact that kernel will refuse such configuration. Meanwhile this configuration is valid and in some cases it is useful, and thus since FreeBSD 5.4-RELEASE kernel doesn't refuse same IP addresses on different interfaces. To assist software that relies on the old behavior a helper sysctl is available - net.inet.ip.same_prefix_carp_only. To get the old behavior you need to add the following line to your /etc/sysctl.conf: net.inet.ip.same_prefix_carp_only=1 http://www.freebsd.org/cgi/query-pr.cgi?pr=91665 From owner-freebsd-bugs@FreeBSD.ORG Thu Jan 12 14:07:16 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6444216A41F; Thu, 12 Jan 2006 14:07:16 +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 164D243D45; Thu, 12 Jan 2006 14:07:16 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from freefall.freebsd.org (glebius@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k0CE7FQL004199; Thu, 12 Jan 2006 14:07:15 GMT (envelope-from glebius@freefall.freebsd.org) Received: (from glebius@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0CE7D3Z004195; Thu, 12 Jan 2006 14:07:13 GMT (envelope-from glebius) Date: Thu, 12 Jan 2006 14:07:13 GMT From: Gleb Smirnoff Message-Id: <200601121407.k0CE7D3Z004195@freefall.freebsd.org> To: bachue@bachue.com, glebius@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: kern/31746: failed connect(2) seems to cause problems with socket X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 12 Jan 2006 14:07:16 -0000 Synopsis: failed connect(2) seems to cause problems with socket State-Changed-From-To: open->closed State-Changed-By: glebius State-Changed-When: Thu Jan 12 14:05:59 UTC 2006 State-Changed-Why: This is a POSIX compliant behavior. Quoting http://www.opengroup.org/onlinepubs/000095399/functions/connect.html "If connect() fails, the state of the socket is unspecified. Conforming applications should close the file descriptor and create a new socket before attempting to reconnect." http://www.freebsd.org/cgi/query-pr.cgi?pr=31746 From owner-freebsd-bugs@FreeBSD.ORG Thu Jan 12 19:26:46 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 454F916A42B; Thu, 12 Jan 2006 19:26:46 +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 8C12F43D46; Thu, 12 Jan 2006 19:26:45 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from freefall.freebsd.org (brooks@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k0CJQiuW018902; Thu, 12 Jan 2006 19:26:44 GMT (envelope-from brooks@freefall.freebsd.org) Received: (from brooks@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0CJQivw018898; Thu, 12 Jan 2006 19:26:44 GMT (envelope-from brooks) Date: Thu, 12 Jan 2006 19:26:44 GMT From: Brooks Davis Message-Id: <200601121926.k0CJQivw018898@freefall.freebsd.org> To: tisch@uglestroy.com.ua, brooks@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: kern/91703: kernel installation fails X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 12 Jan 2006 19:26:46 -0000 Synopsis: kernel installation fails State-Changed-From-To: open->closed State-Changed-By: brooks State-Changed-When: Thu Jan 12 19:24:24 UTC 2006 State-Changed-Why: Removing default entried from /etc/passwd or /etc/group is not supported. If you really must do this, you can remove the corresponding lines from the mtree files and things should work. http://www.freebsd.org/cgi/query-pr.cgi?pr=91703 From owner-freebsd-bugs@FreeBSD.ORG Thu Jan 12 19:30:07 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F1BC16A41F for ; Thu, 12 Jan 2006 19:30:07 +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 778B743D46 for ; Thu, 12 Jan 2006 19:30:06 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k0CJU6kA019113 for ; Thu, 12 Jan 2006 19:30:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0CJU67G019112; Thu, 12 Jan 2006 19:30:06 GMT (envelope-from gnats) Resent-Date: Thu, 12 Jan 2006 19:30:06 GMT Resent-Message-Id: <200601121930.k0CJU67G019112@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, Ruben Kerkhof Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D00A16A41F for ; Thu, 12 Jan 2006 19:24: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 BA22643D77 for ; Thu, 12 Jan 2006 19:24:34 +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 k0CJNSBE060426 for ; Thu, 12 Jan 2006 19:23:28 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k0CJNS9N060425; Thu, 12 Jan 2006 19:23:28 GMT (envelope-from nobody) Message-Id: <200601121923.k0CJNS9N060425@www.freebsd.org> Date: Thu, 12 Jan 2006 19:23:28 GMT From: Ruben Kerkhof To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: kern/91720: pxeboot always tries to do an rpc call to an nfs-server X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jan 2006 19:30:07 -0000 >Number: 91720 >Category: kern >Synopsis: pxeboot always tries to do an rpc call to an nfs-server >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Jan 12 19:30:05 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Ruben Kerkhof >Release: 6.0 >Organization: >Environment: FreeBSD 6.0 Release >Description: I want to use the pxeboot loader to use an mfsroot as root, not an nfs mount. In /usr/src/sys/boot/i386/libi386/pxe.c line 340, the function pxe_setnfshandle always gets called. If you don't have an nfs server running, the loader gives the error "NFS MOUNT RPC Error". It continues loading the mfsroot over tftp though. >How-To-Repeat: >Fix: Can the option to do the rpc mount be made a compile time switch? This would be great for everyone who doesn't need the nfs mount option for diskless clients. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Thu Jan 12 21:50:06 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 654BD16A43A for ; Thu, 12 Jan 2006 21:50:06 +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 C837043D4C for ; Thu, 12 Jan 2006 21:50:05 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k0CLo55t027029 for ; Thu, 12 Jan 2006 21:50:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0CLo5GU027028; Thu, 12 Jan 2006 21:50:05 GMT (envelope-from gnats) Resent-Date: Thu, 12 Jan 2006 21:50:05 GMT Resent-Message-Id: <200601122150.k0CLo5GU027028@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, Miles Nordin Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 28D5B16A41F for ; Thu, 12 Jan 2006 21:43: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 BDC9543D45 for ; Thu, 12 Jan 2006 21:43:35 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k0CLhY9U089461 for ; Thu, 12 Jan 2006 21:43:34 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k0CLhYtf089460; Thu, 12 Jan 2006 21:43:34 GMT (envelope-from nobody) Message-Id: <200601122143.k0CLhYtf089460@www.freebsd.org> Date: Thu, 12 Jan 2006 21:43:34 GMT From: Miles Nordin To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: kern/91723: IDE corruption on ICH controller, affects the channel disk was plugged into at boot only X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jan 2006 21:50:06 -0000 >Number: 91723 >Category: kern >Synopsis: IDE corruption on ICH controller, affects the channel disk was plugged into at boot only >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 Jan 12 21:50:04 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Miles Nordin >Release: 6.0 >Organization: >Environment: FreeBSD cortez 6.0-RELEASE FreeBSD 6.0-RELEASE #1: Tue Nov 8 20:23:54 UTC 2005 carton@cortez:/usr/src/sys/i386/compile/CORTEZ i386 >Description: I'm booting this system over PXE so I can more effectively diagnose this IDE problem. The system isn't in production, so I'm happy to test things. If I boot up the system normally, I see repeatable data corruption writing to the disk by executing the following command: bsdlabel -w -B ad0; bsdlabel ad0 bsdlabel: /dev/ad0: no valid label found If I put the disk into PIO4 mode: atacontrol mode ad0 pio4 then the corruption goes away. If I put it back into UDMA33 mode, the corruption returns. Corruption seen with that bsdlabel write-then-read command is repeatable every time---prints the error in UDMA33, works in PIO4. If I detach and retach the ata0 bus: atacontrol detach ata0; atacontrol attach ata0 the corruption stays. If I detach both busses: atacontrol detach ata0; atacontrol detach ata1 [hot-swap the drive to the secondary controller] atacontrol attach ata1 bsdlabel -w -B ad2; bsdlabel ad2 then the disk _works fine_. Even in UDMA33 mode. If I reboot the machine with the disk plugged into the secondary IDE controller, then hot-swap it to the primary controller using the above procedure, then the primary controller works fine, and the secondary is broken in UDMA33 mode. If I boot the machine with the hard disk's power connector unplugged, then plug in the power connector, then 'atacontrol detach ata0; atacontrol attach ata0', then the disk also works fine in UDMA33 mode. I did try swapping the cable in one of the broken configurations, and the problem stays even with a fresh cable. However, I'd think the fact that I can make the problem manifest or go away, repeatably, by following a certain simple script of actions proves that the cable is good, and there's something wrong with the way the BIOS and the FreeBSD driver are setting up the IDE controller. This is FreeBSD 6.0 with an Intel ICH IDE controller and an old 8GB western digital drive. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Fri Jan 13 00:50:12 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 15FFD16A41F for ; Fri, 13 Jan 2006 00:50: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 4DC1E43D48 for ; Fri, 13 Jan 2006 00:50: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.4/8.13.4) with ESMTP id k0D0oBwH035645 for ; Fri, 13 Jan 2006 00:50:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0D0oBMI035644; Fri, 13 Jan 2006 00:50:11 GMT (envelope-from gnats) Resent-Date: Fri, 13 Jan 2006 00:50:11 GMT Resent-Message-Id: <200601130050.k0D0oBMI035644@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 O'Connor" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7770516A41F for ; Fri, 13 Jan 2006 00:40:28 +0000 (GMT) (envelope-from doconnor@cain.gsoft.com.au) Received: from cain.gsoft.com.au (cain.gsoft.com.au [203.31.81.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id B458A43D45 for ; Fri, 13 Jan 2006 00:40:27 +0000 (GMT) (envelope-from doconnor@cain.gsoft.com.au) Received: from cain.gsoft.com.au (localhost [127.0.0.1]) by cain.gsoft.com.au (8.13.5/8.13.4) with ESMTP id k0D0eQd1095715 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 13 Jan 2006 11:10:26 +1030 (CST) (envelope-from doconnor@cain.gsoft.com.au) Received: (from doconnor@localhost) by cain.gsoft.com.au (8.13.5/8.13.4/Submit) id k0D0eQva095714; Fri, 13 Jan 2006 11:10:26 +1030 (CST) (envelope-from doconnor) Message-Id: <200601130040.k0D0eQva095714@cain.gsoft.com.au> Date: Fri, 13 Jan 2006 11:10:26 +1030 (CST) From: "Daniel O'Connor" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: bin/91732: X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Daniel O'Connor List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jan 2006 00:50:12 -0000 >Number: 91732 >Category: bin >Synopsis: >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Jan 13 00:50:10 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Daniel O'Connor >Release: FreeBSD 6.0-RELEASE amd64 >Organization: >Environment: System: FreeBSD cain.gsoft.com.au 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Wed Nov 2 19:07:38 UTC 2005 root@rat.samsco.home:/usr/obj/usr/src/sys/GENERIC amd64 >Description: /etc/periodic/security/800.loginfail uses a simplistic grep expression to find relevant log messages. Unfortunately it misses some things that it shouldn't and shows others that are superfluous. eg. sasl-auth login failures don't show up, but sshd warnings about non-matching forward/reverse lookups are. >How-To-Repeat: >Fix: --- /etc/periodic/security/800.loginfail.orig Thu Nov 3 04:23:36 2005 +++ /etc/periodic/security/800.loginfail Wed Jan 11 14:05:34 2006 @@ -59,7 +59,10 @@ [Yy][Ee][Ss]) echo "" echo "${host} login failures:" - n=$(catmsgs | grep -ia "^$yesterday.*fail" | + n=$(catmsgs | grep -ia "^$yesterday.*" | + grep -v 'Accepted' | grep -v 'logfile turned over' | + grep -v 'subsystem request for' | + grep -v 'reverse mapping checking getaddrinfo for' | tee /dev/stderr | wc -l) [ $n -gt 0 ] && rc=1 || rc=0;; *) rc=0;; >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Fri Jan 13 01:30:14 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C67D16A41F for ; Fri, 13 Jan 2006 01:30: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 9CE3943D45 for ; Fri, 13 Jan 2006 01: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.4/8.13.4) with ESMTP id k0D1UDcB036948 for ; Fri, 13 Jan 2006 01:30:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0D1UDJX036947; Fri, 13 Jan 2006 01:30:13 GMT (envelope-from gnats) Date: Fri, 13 Jan 2006 01:30:13 GMT Message-Id: <200601130130.k0D1UDJX036947@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Robert Huff Cc: Subject: Re: kern/86427: LOR / Deadlock with FASTIPSEC and nat X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Robert Huff List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jan 2006 01:30:14 -0000 The following reply was made to PR kern/86427; it has been noted by GNATS. From: Robert Huff To: bug-followup@FreeBSD.org, mike@sentex.net Cc: Subject: Re: kern/86427: LOR / Deadlock with FASTIPSEC and nat Date: Thu, 12 Jan 2006 20:23:11 -0500 I'm getting what seems to be either the same problem or its fraternal twin ... only without either IPSEC (any flavor) or any vpn. Running FreeBSD 7.0-CURRENT #0: Wed Jan 4 13:41:21 EST 20 I get this Jan 12 19:27:51 jerusalem kernel: lock order reversal: Jan 12 19:27:51 jerusalem kernel: 1st 0xc364a090 inp (divinp) @ /usr/src/sys/netinet/ip_divert.c:327 Jan 12 19:27:51 jerusalem kernel: 2nd 0xc07655cc in_multi_mtx (in_multi_mtx) @ /usr/src/sys/netinet/ip_output.c:291 Jan 12 19:27:51 jerusalem kernel: KDB: stack backtrace: Jan 12 19:27:51 jerusalem kernel: kdb_backtrace(c06b7a91,c07655cc,c06b7470,c06b7470,c06c0886) at kdb_backtrace+0x2f Jan 12 19:27:51 jerusalem kernel: witness_checkorder(c07655cc,9,c06c0886,123,c06bead6) at witness_checkorder+0x6e1 Jan 12 19:27:51 jerusalem kernel: _mtx_lock_flags(c07655cc,0,c06c0886,123,c05427bd) at _mtx_lock_flags+0x85 Jan 12 19:27:51 jerusalem kernel: ip_output(c33c0b00,0,d56e5afc,22,0) at ip_output+0x460 Jan 12 19:27:51 jerusalem kernel: div_output(c35ff000,c33c0b00,c341d970,0,d56e5bb8) at div_output+0x1d5 Jan 12 19:27:51 jerusalem kernel: div_send(c35ff000,0,c33c0b00,c341d970,0) at div_send+0x5d Jan 12 19:27:51 jerusalem kernel: sosend(c35ff000,c341d970,d56e5be4,c33c0b00,0) at sosend+0x49e Jan 12 19:27:51 jerusalem kernel: kern_sendit(c339c900,3,d56e5c64,0,0) at kern_sendit+0x106 Jan 12 19:27:51 jerusalem kernel: sendit(c339c900,3,d56e5c64,0,bfbeedb0) at sendit+0x1a8 Jan 12 19:27:51 jerusalem kernel: sendto(c339c900,d56e5d04,18,43c,6) at sendto+0x5b Jan 12 19:27:51 jerusalem kernel: syscall(3b,3b,3b,bfbeed90,2) at syscall+0x2a6 Jan 12 19:27:51 jerusalem kernel: Xint0x80_syscall() at Xint0x80_syscall+0x1f Jan 12 19:27:51 jerusalem kernel: --- syscall (133, FreeBSD ELF32, sendto), eip and startup continues. If this is a problem with ipfw, it's one that happened since approximately the middle of December. From owner-freebsd-bugs@FreeBSD.ORG Fri Jan 13 06:24:56 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E31FA16A420; Fri, 13 Jan 2006 06:24:56 +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 92F6443D49; Fri, 13 Jan 2006 06:24:56 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k0D6Ouoi057798; Fri, 13 Jan 2006 06:24:56 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0D6OuLD057794; Fri, 13 Jan 2006 06:24:56 GMT (envelope-from linimon) Date: Fri, 13 Jan 2006 06:24:56 GMT From: Mark Linimon Message-Id: <200601130624.k0D6OuLD057794@freefall.freebsd.org> To: chad@DCFinc.com, linimon@FreeBSD.org, freebsd-i386@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: misc/87598: make release broken X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 13 Jan 2006 06:24:57 -0000 Synopsis: make release broken State-Changed-From-To: open->feedback State-Changed-By: linimon State-Changed-When: Fri Jan 13 06:23:52 UTC 2006 State-Changed-Why: Is this still a problem? Responsible-Changed-From-To: freebsd-i386->freebsd-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Fri Jan 13 06:23:52 UTC 2006 Responsible-Changed-Why: This does not sound i386-specific. http://www.freebsd.org/cgi/query-pr.cgi?pr=87598 From owner-freebsd-bugs@FreeBSD.ORG Fri Jan 13 09:30:05 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D101016A41F for ; Fri, 13 Jan 2006 09:30:05 +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 41ED443D46 for ; Fri, 13 Jan 2006 09:30:05 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k0D9U4rq068063 for ; Fri, 13 Jan 2006 09:30:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0D9U4bn068062; Fri, 13 Jan 2006 09:30:04 GMT (envelope-from gnats) Resent-Date: Fri, 13 Jan 2006 09:30:04 GMT Resent-Message-Id: <200601130930.k0D9U4bn068062@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, Milan Obuch Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F06916A41F for ; Fri, 13 Jan 2006 09:24:11 +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 4CF2E43D45 for ; Fri, 13 Jan 2006 09:24:11 +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 k0D9OBGT098302 for ; Fri, 13 Jan 2006 09:24:11 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k0D9OAnY098301; Fri, 13 Jan 2006 09:24:10 GMT (envelope-from nobody) Message-Id: <200601130924.k0D9OAnY098301@www.freebsd.org> Date: Fri, 13 Jan 2006 09:24:10 GMT From: Milan Obuch To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: misc/91744: portupgrade fancy error with two ports X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 13 Jan 2006 09:30:05 -0000 >Number: 91744 >Category: misc >Synopsis: portupgrade fancy error with two ports >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 Jan 13 09:30:04 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Milan Obuch >Release: various (4.10 - 6.0 and CURRENT) >Organization: >Environment: >Description: When trying to portupdate -a[n] on a machine with both multimedia/kdemultimedia3 and audio/juk ports, portupgrade does not process port database correctly - excerpt from output follows... ** Package origin of 'kdemultimedia-juk' has been changed: 'audio/juk' -> 'multimedia/kdemultimedia3' ** Detected a package name change: kdemultimedia-juk (audio/juk) -> 'kdemultimedia' (multimedia/kdemultimedia3) - multimedia/kdemultimedia3 (kdemultimedia-juk-3.5.0) * multimedia/kdemultimedia3 (kdemultimedia-3.5.0) >How-To-Repeat: cd /usr/ports/multimedia/kdemultimedia3 make install clean cd /usr/ports/audio/juk make install clean portupgrade -an >Fix: Unknown. However, without audio/juk, everything works as expected, so pkg_delete kdemultimedia-juk-3.5.0 portupgrade ... pkg_add kdemultimedia-juk-3.5.0 (you got the idea - I did not tried this exact sequence) yields expected results, so problem is either in audio/juk port or in portupgrade's processing of its data >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Fri Jan 13 14:17:00 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C59D116A41F; Fri, 13 Jan 2006 14:17: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 7F51243D45; Fri, 13 Jan 2006 14:17:00 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k0DEH0tl086654; Fri, 13 Jan 2006 14:17:00 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0DEH0YL086650; Fri, 13 Jan 2006 14:17:00 GMT (envelope-from linimon) Date: Fri, 13 Jan 2006 14:17:00 GMT From: Mark Linimon Message-Id: <200601131417.k0DEH0YL086650@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/91744: portupgrade fancy error with two ports X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 13 Jan 2006 14:17:00 -0000 Synopsis: portupgrade fancy error with two ports Responsible-Changed-From-To: freebsd-bugs->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Fri Jan 13 14:16:44 UTC 2006 Responsible-Changed-Why: ports bug. http://www.freebsd.org/cgi/query-pr.cgi?pr=91744 From owner-freebsd-bugs@FreeBSD.ORG Fri Jan 13 15:20:06 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF58A16A41F for ; Fri, 13 Jan 2006 15:20:06 +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 0A4A343D58 for ; Fri, 13 Jan 2006 15:20:06 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k0DFK5v0089770 for ; Fri, 13 Jan 2006 15:20:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0DFK5OZ089769; Fri, 13 Jan 2006 15:20:05 GMT (envelope-from gnats) Date: Fri, 13 Jan 2006 15:20:05 GMT Message-Id: <200601131520.k0DFK5OZ089769@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Ceri Davies Cc: Subject: Re: kern/91703: kernel installation fails X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Ceri Davies List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jan 2006 15:20:07 -0000 The following reply was made to PR kern/91703; it has been noted by GNATS. From: Ceri Davies To: Dmitriy Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: kern/91703: kernel installation fails Date: Fri, 13 Jan 2006 15:16:35 +0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --Apple-Mail-10--55594659 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed You should run "mergemaster -p" before doing an installkernel or installworld, which will ensure that you have the correct users and groups. --Apple-Mail-10--55594659 content-type: application/pgp-signature; x-mac-type=70674453; name=PGP.sig content-description: This is a digitally signed message part content-disposition: inline; filename=PGP.sig content-transfer-encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (Darwin) iD8DBQFDx8RTme8yCsQvJJ0RAr8mAJ9G1TEass+Mbt3wr9EXM19H7gRMcACgpJ7n Y3zParIK9BCYdFKGdy9X53A= =fvP8 -----END PGP SIGNATURE----- --Apple-Mail-10--55594659-- From owner-freebsd-bugs@FreeBSD.ORG Fri Jan 13 16:40:06 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 379F316A41F for ; Fri, 13 Jan 2006 16:40:06 +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 9E1D443D46 for ; Fri, 13 Jan 2006 16:40:05 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k0DGe5Hk095759 for ; Fri, 13 Jan 2006 16:40:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0DGe5Mw095758; Fri, 13 Jan 2006 16:40:05 GMT (envelope-from gnats) Resent-Date: Fri, 13 Jan 2006 16:40:05 GMT Resent-Message-Id: <200601131640.k0DGe5Mw095758@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, Helge Oldach Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0692516A41F for ; Fri, 13 Jan 2006 16:33:37 +0000 (GMT) (envelope-from freebsdntpd@oldach.net) Received: from sep.oldach.net (sep.oldach.net [194.180.25.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD3EE43D5C for ; Fri, 13 Jan 2006 16:33:27 +0000 (GMT) (envelope-from freebsdntpd@oldach.net) Received: from sep.oldach.net (localhost [127.0.0.1]) by sep.oldach.net (8.13.4/8.13.4/hmo26jun05) with ESMTP id k0DGXPIg046412 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 13 Jan 2006 17:33:25 +0100 (CET) (envelope-from freebsdntpd@oldach.net) Received: (from hmo@localhost) by sep.oldach.net (8.13.4/8.13.4/Submit/hmo26jun05) id k0DGXPZa046411 for FreeBSD-gnats-submit@freebsd.org; Fri, 13 Jan 2006 17:33:25 +0100 (CET) (envelope-from freebsdntpd@oldach.net) Received: from sep.oldach.net (localhost [127.0.0.1]) by sep.oldach.net (8.13.4/8.13.4/hmo26jun05) with ESMTP id k0DGT0vg046048 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 13 Jan 2006 17:29:00 +0100 (CET) (envelope-from hmo@sep.oldach.net) Received: (from hmo@localhost) by sep.oldach.net (8.13.4/8.13.4/Submit/hmo26jun05) id k0DGSt3r046036; Fri, 13 Jan 2006 17:28:55 +0100 (CET) (envelope-from hmo) Message-Id: <200601131628.k0DGSt3r046036@sep.oldach.net> Date: Fri, 13 Jan 2006 17:28:55 +0100 (CET) From: Helge Oldach To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: conf/91759: rc.d/ntpd should REQUIRE devfs X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Helge Oldach List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jan 2006 16:40:06 -0000 >Number: 91759 >Category: conf >Synopsis: rc.d/ntpd should REQUIRE devfs >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 Jan 13 16:40:04 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Helge Oldach >Release: FreeBSD 5.4-STABLE i386 >Organization: >Environment: System: FreeBSD localhost 5.4-STABLE FreeBSD 5.4-STABLE #593: Fri Jan 13 10:51:44 CET 2006 toor@localhost:/usr/obj/usr/src/sys/HMO i386 >Description: rc.d/ntpd should REQUIRE devfs for supporting device entries for reference clocks. ntpd(8) has the ability to directly parse the protocols of external clocks attached to the system. For instance, I am using a dumb DCF-77 receiver which is physically attached to /dev/cuaa1. Unfortunately the appropriate device names are hardcoded into ntpd; in my case it is /dev/refclock-0. Hence I need a symlink from refclock-0 to cuaa1 which is achieved most conveniently through a line in /etc/devfs.conf: # ntpd link cuaa1 refclock-0 Hence rc.d/devfs must be run before rc.d/ntpd. Otherwise there is a race between rc.d/devfs and rc.d/ntpd which may cause ntpd to coredump. The trivial patch below achieves this. This also applies to 6-STABLE and CURRENT. >How-To-Repeat: >Fix: --- etc/rc.d/ntpd~ Sun Oct 10 15:40:13 2004 +++ etc/rc.d/ntpd Fri Jan 13 10:13:00 2006 @@ -5,7 +5,7 @@ # # PROVIDE: ntpd -# REQUIRE: DAEMON +# REQUIRE: DAEMON devfs # BEFORE: LOGIN # KEYWORD: nojail >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Fri Jan 13 17:00:35 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 49ED816A41F for ; Fri, 13 Jan 2006 17:00:35 +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 342BA43D8E for ; Fri, 13 Jan 2006 17:00:25 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k0DH0Lec096464 for ; Fri, 13 Jan 2006 17:00:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0DH0L9b096463; Fri, 13 Jan 2006 17:00:21 GMT (envelope-from gnats) Date: Fri, 13 Jan 2006 17:00:21 GMT Message-Id: <200601131700.k0DH0L9b096463@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Matteo Riondato Cc: Subject: Re: conf/91759: rc.d/ntpd should REQUIRE devfs X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Matteo Riondato List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jan 2006 17:00:35 -0000 The following reply was made to PR conf/91759; it has been noted by GNATS. From: Matteo Riondato To: Helge Oldach Cc: FreeBSD-gnats-submit@FreeBSD.org, dougb@freebsd.org Subject: Re: conf/91759: rc.d/ntpd should REQUIRE devfs Date: Fri, 13 Jan 2006 17:59:25 +0100 This was fixed in revision 1.12 on HEAD, December 21th 2005. You can ask dougb@ (CC'ed) to MFC it to RELENG_6 and RELENG_5 Best Regards -- 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 Fri Jan 13 17:10:06 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EAC3516A41F for ; Fri, 13 Jan 2006 17:10:05 +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 5599843D4C for ; Fri, 13 Jan 2006 17:10:04 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k0DHA45Q096677 for ; Fri, 13 Jan 2006 17:10:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0DHA4SC096676; Fri, 13 Jan 2006 17:10:04 GMT (envelope-from gnats) Resent-Date: Fri, 13 Jan 2006 17:10:04 GMT Resent-Message-Id: <200601131710.k0DHA4SC096676@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Andrey Simonenko Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 01A1516A422 for ; Fri, 13 Jan 2006 17:00:20 +0000 (GMT) (envelope-from simon@comsys.ntu-kpi.kiev.ua) Received: from comsys.ntu-kpi.kiev.ua (comsys.ntu-kpi.kiev.ua [195.245.194.142]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF96C43D48 for ; Fri, 13 Jan 2006 17:00:05 +0000 (GMT) (envelope-from simon@comsys.ntu-kpi.kiev.ua) Received: from pm513-1.comsys.ntu-kpi.kiev.ua (pm513-1.comsys.ntu-kpi.kiev.ua [10.18.52.101]) (authenticated bits=0) by comsys.ntu-kpi.kiev.ua (8.12.10/8.12.10) with ESMTP id k0DHBbVO060911 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for ; Fri, 13 Jan 2006 19:11:39 +0200 (EET) Received: by pm513-1.comsys.ntu-kpi.kiev.ua (Postfix, from userid 1001) id B8BE95C021; Fri, 13 Jan 2006 19:00:08 +0200 (EET) Message-Id: <20060113170008.GA883@pm513-1.comsys.ntu-kpi.kiev.ua> Date: Fri, 13 Jan 2006 19:00:08 +0200 From: Andrey Simonenko To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: kern/91760: FAST_IPSEC stops system under high traffic X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 13 Jan 2006 17:10:06 -0000 >Number: 91760 >Category: kern >Synopsis: FAST_IPSEC stops system under high traffic >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Jan 13 17:10:03 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Andrey Simonenko >Release: FreeBSD 6.0-STABLE i386 >Organization: >Environment: FreeBSD 6.0-STABLE i386, CVSup'ed today >Description: I have two FreeBSD 6.0-STABLE systems: one is gateway another one is my computer (both are in the same 100M LAN and gateway is connected to another 100M LAN). On both systems FAST_IPSEC is used with manual keys and with few SPD AH-transport and AH-tunnel. IPsec policy is used in transport mode between my computer and gateway and in tunnel mode between my computer and gateway, when packet is not for gateway (for the rest of the world). I removed IP Firewall from the kernel to make my tests more clear. If I download something big from gateway to my computer or when I download something big from another LAN via gateway to my computer, then gateway or my computer stops and does not responds (ping does not work and console also does not work). I got the same result if I run something which outputs a lot to stdout via ssh. There is no panic, the system simply does not respond (via ping or via console). Without FAST_IPSEC everything work without problems. Also with IPSEC, IPSEC_ESP and the same configuration my systems do not have any problems. Having done some tests I'm almost sure that FAST_IPSEC causes this problem. >How-To-Repeat: In my environment I can reproduce this problem. >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Fri Jan 13 17:20:10 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7611A16A41F for ; Fri, 13 Jan 2006 17:20:10 +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 8169343D5D for ; Fri, 13 Jan 2006 17:20:09 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k0DHK91O097067 for ; Fri, 13 Jan 2006 17:20:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0DHK9w1097066; Fri, 13 Jan 2006 17:20:09 GMT (envelope-from gnats) Resent-Date: Fri, 13 Jan 2006 17:20:09 GMT Resent-Message-Id: <200601131720.k0DHK9w1097066@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, Werner García Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2843A16A42D for ; Fri, 13 Jan 2006 17:09:52 +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 0B51A43D8B for ; Fri, 13 Jan 2006 17:09:47 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k0DH9kNP047932 for ; Fri, 13 Jan 2006 17:09:46 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k0DH9kLg047931; Fri, 13 Jan 2006 17:09:46 GMT (envelope-from nobody) Message-Id: <200601131709.k0DH9kLg047931@www.freebsd.org> Date: Fri, 13 Jan 2006 17:09:46 GMT From: Werner García To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: misc/91762: Adding a user named ".." X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 13 Jan 2006 17:20:10 -0000 >Number: 91762 >Category: misc >Synopsis: Adding a user named ".." >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Jan 13 17:20:08 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Werner García >Release: 5.4 >Organization: OSI de Guatemala, S.A. >Environment: FreeBSD kerberos.gua.net 5.4-RELEASE FreeBSD 5.4-RELEASE #0: Wed Aug 10 19:09:11 CST 2005 root@kerberos.gua.net:/usr/src/sys/i386/compile/FIREWALL i386 >Description: My question is: Why can one add a user named "." or ".." with all the problems that this can cause? Thanks. >How-To-Repeat: pw useradd ".." >Fix: Modify the user creation mechanisms to disable the use of user names ".", ".." and other critical symbols that have meaning to the operating system. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Fri Jan 13 18:00:20 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C37D416A420 for ; Fri, 13 Jan 2006 18:00: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 6848243D5C for ; Fri, 13 Jan 2006 18:00: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.4/8.13.4) with ESMTP id k0DI0BiE099349 for ; Fri, 13 Jan 2006 18:00:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0DI0BSp099348; Fri, 13 Jan 2006 18:00:11 GMT (envelope-from gnats) Date: Fri, 13 Jan 2006 18:00:11 GMT Message-Id: <200601131800.k0DI0BSp099348@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Robert Watson Cc: Subject: Re: kern/86427: LOR / Deadlock with FASTIPSEC and nat X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Robert Watson List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jan 2006 18:00:21 -0000 The following reply was made to PR kern/86427; it has been noted by GNATS. From: Robert Watson To: Robert Huff Cc: bug-followup@FreeBSD.org Subject: Re: kern/86427: LOR / Deadlock with FASTIPSEC and nat Date: Fri, 13 Jan 2006 17:52:39 +0000 (GMT) On Fri, 13 Jan 2006, Robert Huff wrote: > The following reply was made to PR kern/86427; it has been noted by GNATS. > > From: Robert Huff > To: bug-followup@FreeBSD.org, mike@sentex.net > Cc: > Subject: Re: kern/86427: LOR / Deadlock with FASTIPSEC and nat > Date: Thu, 12 Jan 2006 20:23:11 -0500 > > I'm getting what seems to be either the same problem or its fraternal > twin ... only without either IPSEC (any flavor) or any vpn. > Running This may in part be due to a bug in IP divert sockets, resulting in recursion in the network stack. The attached untested patch may help, or at least, eliminate part of the problem. This hasn't yet been committed because I've had trouble finding someone to test it. Index: ip_divert.c =================================================================== RCS file: /home/ncvs/src/sys/netinet/ip_divert.c,v retrieving revision 1.113 diff -u -r1.113 ip_divert.c --- ip_divert.c 13 May 2005 11:44:37 -0000 1.113 +++ ip_divert.c 13 Nov 2005 19:27:32 -0000 @@ -61,6 +61,7 @@ #include #include +#include #include #include @@ -378,7 +379,7 @@ SOCK_UNLOCK(so); #endif /* Send packet to input processing */ - ip_input(m); + netisr_queue(NETISR_IP, m); } return error; From owner-freebsd-bugs@FreeBSD.ORG Fri Jan 13 18:50:05 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A0D416A420 for ; Fri, 13 Jan 2006 18:50:05 +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 DDD6A43D4C for ; Fri, 13 Jan 2006 18:50:03 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k0DIo3qH003184 for ; Fri, 13 Jan 2006 18:50:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0DIo3Z7003183; Fri, 13 Jan 2006 18:50:03 GMT (envelope-from gnats) Resent-Date: Fri, 13 Jan 2006 18:50:03 GMT Resent-Message-Id: <200601131850.k0DIo3Z7003183@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, Soeren Straarup Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0DCED16A41F for ; Fri, 13 Jan 2006 18:41:11 +0000 (GMT) (envelope-from xride@beacon.x12.dk) Received: from swip.net (mailfe08.swip.net [212.247.154.225]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE66243D45 for ; Fri, 13 Jan 2006 18:41:09 +0000 (GMT) (envelope-from xride@beacon.x12.dk) Received: from x12.dk ([83.72.97.237] verified) by mailfe08.swip.net (CommuniGate Pro SMTP 5.0.2) with ESMTP id 81493697 for FreeBSD-gnats-submit@freebsd.org; Fri, 13 Jan 2006 19:41:07 +0100 Received: from localhost (unknown [127.0.0.1]) by x12.dk (Postfix) with ESMTP id 841975083D for ; Fri, 13 Jan 2006 19:41:07 +0100 (CET) Received: from x12.dk ([127.0.0.1]) by localhost (x12.dk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 17330-02 for ; Fri, 13 Jan 2006 19:39:43 +0100 (CET) Received: from beacon.x12.dk (beacon.lan [10.40.61.30]) by x12.dk (Postfix) with ESMTP for ; Fri, 13 Jan 2006 19:39:43 +0100 (CET) Received: by beacon.x12.dk (Postfix, from userid 666) id 07BD54159; Fri, 13 Jan 2006 19:39:42 +0100 (CET) Message-Id: <20060113183942.07BD54159@beacon.x12.dk> Date: Fri, 13 Jan 2006 19:39:42 +0100 (CET) From: Soeren Straarup To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: bin/91765: make config kernel show a a cmd that will break in case of an error X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Soeren Straarup List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jan 2006 18:50:05 -0000 >Number: 91765 >Category: bin >Synopsis: make config kernel show a a cmd that will break in case of an error >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jan 13 18:50:03 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Soeren Straarup >Release: FreeBSD 7.0-CURRENT i386 >Organization: >Environment: System: FreeBSD beacon.x12.dk 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Tue Dec 27 19:37:10 CET 2005 xride@beacon.x12.dk:/usr/src/sys/i386/compile/beacon i386 >Description: In case 'make cleandepend' break don't continue to 'make depend' >How-To-Repeat: cd path/to/src/sys/i386/conf && config GENERIC >Fix: --- usr.sbin/config/main.c.orig Fri Jan 13 19:27:39 2006 +++ usr.sbin/config/main.c Fri Jan 13 19:27:56 2006 @@ -198,7 +198,7 @@ configfile(); /* put config file into kernel*/ cleanheaders(p); printf("Kernel build directory is %s\n", p); - printf("Don't forget to do ``make cleandepend; make depend''\n"); + printf("Don't forget to do ``make cleandepend && make depend''\n"); exit(0); } >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Fri Jan 13 20:39:43 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2805216A41F; Fri, 13 Jan 2006 20:39:43 +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 B5CE143D55; Fri, 13 Jan 2006 20:39:42 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k0DKdgjg012282; Fri, 13 Jan 2006 20:39:42 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0DKdgC0012278; Fri, 13 Jan 2006 20:39:42 GMT (envelope-from linimon) Date: Fri, 13 Jan 2006 20:39:42 GMT From: Mark Linimon Message-Id: <200601132039.k0DKdgC0012278@freefall.freebsd.org> To: freebsdntpd@oldach.net, linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, dougb@FreeBSD.org Cc: Subject: Re: conf/91759: rc.d/ntpd should REQUIRE devfs X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jan 2006 20:39:43 -0000 Synopsis: rc.d/ntpd should REQUIRE devfs State-Changed-From-To: open->patched State-Changed-By: linimon State-Changed-When: Fri Jan 13 20:38:59 UTC 2006 State-Changed-Why: Set as MFC reminder. Responsible-Changed-From-To: freebsd-bugs->dougb Responsible-Changed-By: linimon Responsible-Changed-When: Fri Jan 13 20:38:59 UTC 2006 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=91759 From owner-freebsd-bugs@FreeBSD.ORG Fri Jan 13 23:50:11 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C53F16A423 for ; Fri, 13 Jan 2006 23:50:11 +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 DE43343D58 for ; Fri, 13 Jan 2006 23: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.4/8.13.4) with ESMTP id k0DNo6nJ044100 for ; Fri, 13 Jan 2006 23:50:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0DNo6dC044099; Fri, 13 Jan 2006 23:50:06 GMT (envelope-from gnats) Resent-Date: Fri, 13 Jan 2006 23:50:06 GMT Resent-Message-Id: <200601132350.k0DNo6dC044099@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, Tijmen Ramakers Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B248016A420 for ; Fri, 13 Jan 2006 23:43:14 +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 1AC4243D46 for ; Fri, 13 Jan 2006 23:43:13 +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 k0DNhCdc071441 for ; Fri, 13 Jan 2006 23:43:12 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k0DNhCZS071437; Fri, 13 Jan 2006 23:43:12 GMT (envelope-from nobody) Message-Id: <200601132343.k0DNhCZS071437@www.freebsd.org> Date: Fri, 13 Jan 2006 23:43:12 GMT From: Tijmen Ramakers To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: kern/91777: ipfilter: wrong behaviour with skip rule inside a group with a 'quick' head X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 13 Jan 2006 23:50:11 -0000 >Number: 91777 >Category: kern >Synopsis: ipfilter: wrong behaviour with skip rule inside a group with a 'quick' head >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 Jan 13 23:50:06 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Tijmen Ramakers >Release: 6.0-RELEASE >Organization: >Environment: FreeBSD kitana.tijmen.net 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Fri Nov 11 00:37:21 UTC 2005 root@kitana.tijmen.net:/usr/src/sys/i386/compile/KITANA i386 >Description: Inside a group of a rule set whose head rule uses the 'quick' option, a matching skip rule seems to end the processing of the group. ipf was compiled into the kernel (not as a module) using the IPFILTER and IPFILTER_LOG options. ipf -V output: ipf: IP Filter: v4.1.8 (416) Kernel: IP Filter: v4.1.8 Running: yes Log Flags: 0x20000000 = block Default: block all, Logging: available Active list: 1 Consider the following simple ruleset: @0:1 block out quick on de0 head 100 @100:1 skip 1 out group 100 @100:2 block out quick group 100 @100:3 pass out quick group 100 Expected behaviour for an outbound packet on de0 would be: 1. rule @0:1 matches, branch into group 100 2. rule @100:1 matches, skip over @100:2 to @100:3 3. rule @100:3 matches, with the quick option So, the packet should be passed. However, it is not. In the ipfmon logging you see that the packet gets blocked on rule @100:1, using ipfstat -honR you see that only rules @0:1 and @100:1 have matched. However, if you leave out the 'quick' in @0:1, the rule does gets processed as expected. According to the ipf manpage and the "IP Filter FAQ", the 'quick' in the head rule is only relevant in case none of the group's rules match. I noticed this when after upgrading from 5.2.1 to 6.0, my firewall config didn't work anymore. Haven't seen any mention of this change in behaviour anywhere. >How-To-Repeat: See problem description. >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sat Jan 14 05:10:04 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C210216A41F for ; Sat, 14 Jan 2006 05:10:04 +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 2C71943D46 for ; Sat, 14 Jan 2006 05:10:04 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k0E5A3xO079870 for ; Sat, 14 Jan 2006 05:10:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0E5A3Qw079869; Sat, 14 Jan 2006 05:10:03 GMT (envelope-from gnats) Resent-Date: Sat, 14 Jan 2006 05:10:03 GMT Resent-Message-Id: <200601140510.k0E5A3Qw079869@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, Zhu Xian Wen Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED2C316A41F for ; Sat, 14 Jan 2006 05:07: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 B19D343D46 for ; Sat, 14 Jan 2006 05:07:49 +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 k0E57ndC086015 for ; Sat, 14 Jan 2006 05:07:49 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k0E57nRi086014; Sat, 14 Jan 2006 05:07:49 GMT (envelope-from nobody) Message-Id: <200601140507.k0E57nRi086014@www.freebsd.org> Date: Sat, 14 Jan 2006 05:07:49 GMT From: Zhu Xian Wen To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: kern/91782: can't build kernel cause to incorrectly used VLAN_INPUT_TAG api in if_ti.c X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Jan 2006 05:10:04 -0000 >Number: 91782 >Category: kern >Synopsis: can't build kernel cause to incorrectly used VLAN_INPUT_TAG api in if_ti.c >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 Jan 14 05:10:03 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Zhu Xian Wen >Release: FreeBSD 6.0 stable >Organization: IBM ISSC (ShenZhen Office) >Environment: FreeBSD zhuxianw.home.net 6.0-STABLE FreeBSD 6.0-STABLE #0: Sta Jan 14 11:38:42 CST 2006 root@zhuxianw.home.net:/usr/obj/usr/src/sys/GENERIC i386 >Description: currently, /usr/src/sys/pci/if_ti.c use VLAN_INPUT_TAG function, if use this function, system compiling must be break cause to the parameters number is different with the function required, I believe that the function should use VLAN_INPUT_TAG_NEW, but not VLAN_INPUT_TAG. hope some can fixed it ASAP >How-To-Repeat: when VLAN_INPUT_TAG in /usr/src/sys/pci/if_ti.c, can't compile kernel, the process must be break due to the function parameter miss; when use VLAN_INPUT_TAG_NEW, all compiling process are sucessfull. >Fix: use function VLAN_INPUT_TAG_NEW replace VLAN_INPUT_TAG function >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sat Jan 14 07:35:25 2006 Return-Path: X-Original-To: freebsd-bugs@FreeBSD.org Delivered-To: freebsd-bugs@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F1C6516A41F; Sat, 14 Jan 2006 07:35:24 +0000 (GMT) (envelope-from chad@DCFinc.com) Received: from freebie.dcfinc.com (freebie.dcfinc.com [205.159.99.240]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8489743D45; Sat, 14 Jan 2006 07:35:24 +0000 (GMT) (envelope-from chad@DCFinc.com) Received: from freebie.dcfinc.com (chad@localhost.dcfinc.com [127.0.0.1]) by freebie.dcfinc.com (8.13.1/8.13.1) with ESMTP id k0E7ZJff034808; Sat, 14 Jan 2006 00:35:19 -0700 (MST) (envelope-from chad@freebie.dcfinc.com) Received: (from chad@localhost) by freebie.dcfinc.com (8.13.1/8.12.11/Submit) id k0E7ZJ6Z034807; Sat, 14 Jan 2006 00:35:19 -0700 (MST) (envelope-from chad) Date: Sat, 14 Jan 2006 00:35:19 -0700 From: "Chad R. Larson" To: Mark Linimon Message-ID: <20060114073519.GB34709@freebie.dcfinc.com> References: <200601130624.k0D6OuLD057794@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200601130624.k0D6OuLD057794@freefall.freebsd.org> User-Agent: Mutt/1.4.2.1i Cc: chad@DCFinc.com, freebsd-bugs@FreeBSD.org, freebsd-i386@FreeBSD.org, William Bloom Subject: Re: misc/87598: make release broken X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 14 Jan 2006 07:35:25 -0000 On Fri, Jan 13, 2006 at 06:24:56AM +0000, Mark Linimon wrote: > Synopsis: make release broken > > State-Changed-From-To: open->feedback > State-Changed-By: linimon > State-Changed-When: Fri Jan 13 06:23:52 UTC 2006 > State-Changed-Why: > Is this still a problem? Yes, it is. It looks like only partially completed work on the build environmental switches got committed. Someone was converting from NOKERBEROS to MAKE_KERBEROS with the NOKERBEROS wanting "yes" or "no", and the MAKE_KERBEROS being used to select which Kerberos package (4 or 5 or none) to build. Here's a diff of the hack I put into /etc/defaults/make.conf in order to get "make release" to complete. -=-=-=-=-=-=-=-=-=-=-=-=(cut here) -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= chad@freebie[defaults]:28> rcsdiff make.conf =================================================================== RCS file: RCS/make.conf,v retrieving revision 1.3 diff -r1.3 make.conf 312a313,317 > ###### Hack alert! -crl ######### > ###### It looks like work done in version 1.774 fell out. > NOKERBEROS= yes > ###### > # -=-=-=-=-=-=-=-=-=-=-=-=-=-(end cut)-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= > Responsible-Changed-From-To: freebsd-i386->freebsd-bugs > Responsible-Changed-By: linimon > Responsible-Changed-When: Fri Jan 13 06:23:52 UTC 2006 > Responsible-Changed-Why: > This does not sound i386-specific. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=87598 -crl -- Chad R. Larson (CRL15) 602-264-5009 chad@DCFinc.com Else: chad@larsons.org http://public.xdi.org/=Chad.R.Larson DCF, Inc., 1701 East Colter Street, Phoenix, Arizona 85016-3381 From owner-freebsd-bugs@FreeBSD.ORG Sat Jan 14 08:50:45 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B571516A41F; Sat, 14 Jan 2006 08:50:45 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 450F643D48; Sat, 14 Jan 2006 08:50:45 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from freefall.freebsd.org (rwatson@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k0E8ojLU091450; Sat, 14 Jan 2006 08:50:45 GMT (envelope-from rwatson@freefall.freebsd.org) Received: (from rwatson@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0E8oida091446; Sat, 14 Jan 2006 08:50:44 GMT (envelope-from rwatson) Date: Sat, 14 Jan 2006 08:50:44 GMT From: Robert Watson Message-Id: <200601140850.k0E8oida091446@freefall.freebsd.org> To: guy@alum.mit.edu, rwatson@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: kern/91338: Adding a devfs rule with a rule set number of 0 locks the devfs rules X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Jan 2006 08:50:45 -0000 Synopsis: Adding a devfs rule with a rule set number of 0 locks the devfs rules State-Changed-From-To: open->closed State-Changed-By: rwatson State-Changed-When: Sat Jan 14 08:49:47 UTC 2006 State-Changed-Why: This is a dup of bin/88463, and was corrected by a recent commit and MFC I made (with an identical fix to the one proposed here). Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=91338 From owner-freebsd-bugs@FreeBSD.ORG Sat Jan 14 08:58:33 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4340616A420; Sat, 14 Jan 2006 08:58: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 ADC3643D48; Sat, 14 Jan 2006 08:58: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.4/8.13.4) with ESMTP id k0E8wWGb091665; Sat, 14 Jan 2006 08:58:32 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0E8wW8T091661; Sat, 14 Jan 2006 08:58:32 GMT (envelope-from linimon) Date: Sat, 14 Jan 2006 08:58:32 GMT From: Mark Linimon Message-Id: <200601140858.k0E8wW8T091661@freefall.freebsd.org> To: zhuxianwen@gmail.com, linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: kern/91782: can't build kernel cause to incorrectly used VLAN_INPUT_TAG api in if_ti.c X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Jan 2006 08:58:33 -0000 Synopsis: can't build kernel cause to incorrectly used VLAN_INPUT_TAG api in if_ti.c State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Sat Jan 14 08:57:45 UTC 2006 State-Changed-Why: Please report kernel build errors on the appropriate list, in this case, freebsd-stable. They tend to get noted and fixed much faster there than through the PR database. http://www.freebsd.org/cgi/query-pr.cgi?pr=91782 From owner-freebsd-bugs@FreeBSD.ORG Sat Jan 14 10:50:07 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2689816A41F for ; Sat, 14 Jan 2006 10:50:07 +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 E370443D48 for ; Sat, 14 Jan 2006 10:50:06 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k0EAo6hM097814 for ; Sat, 14 Jan 2006 10:50:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0EAo6A4097813; Sat, 14 Jan 2006 10:50:06 GMT (envelope-from gnats) Date: Sat, 14 Jan 2006 10:50:06 GMT Message-Id: <200601141050.k0EAo6A4097813@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Soeren Straarup Cc: Subject: Re: kern/48758:[modules] kldunload if_{Bnic} can cause kernel panic X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Soeren Straarup List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Jan 2006 10:50:07 -0000 The following reply was made to PR kern/48758; it has been noted by GNATS. From: Soeren Straarup To: bug-followup@FreeBSD.org, pawmal@unia.3lo.lublin.pl Cc: Subject: Re: kern/48758:[modules] kldunload if_{Bnic} can cause kernel panic Date: Sat, 14 Jan 2006 11:44:42 +0100 (CET) Hi I tried this on head ( 7.0-CURRENT #0: Tue Dec 27 19:37:10 CET 2005 ) Take dc out of the kernel config file and only make it as a module. on cosole 1: ddev# kldload if_dc dc0: port 0xd400-0xd4ff mem 0xe6901000-0xe69010ff irq 5 at device 13.0 on pci0 dc0: Ethernet address: 00:80:c6:f9:fa:f5 miibus1: on dc0 ukphy0: on miibus1 ukphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 100baseT4 on console 2: ddev# tcpdump -i dc0 tcpdump: WARNING: dc0: no IPv4 address assigned tcpdump: verbose output suppressed, use -v or -vv for full protocol decode listening on dc0, link-type EN10MB (Ethernet), capture size 96 bytes on console 1: ddev# kldunload if_dc ukphy0: detached miibus1: detached dc0: detached on console 2: tcpdump: pcap_loop: read: Device not configured 0 packets captured 0 packets received by filter 0 packets dropped by kernel I could not reproduce on current. \Soeren Straarup Soeren Straarup | aka OZ2DAK aka Xride FreeBSD wannabe | FreeBSD since 2.2.6-R Incorrect documentation is often worse than no documentation. - Bertrand Meyer From owner-freebsd-bugs@FreeBSD.ORG Sat Jan 14 11:59:53 2006 Return-Path: X-Original-To: freebsd-bugs@FreeBSD.org Delivered-To: freebsd-bugs@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 15F3116A41F; Sat, 14 Jan 2006 11:59:53 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [209.31.154.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF04C43D45; Sat, 14 Jan 2006 11:59:52 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [209.31.154.41]) by cyrus.watson.org (Postfix) with ESMTP id 3868346BC0; Sat, 14 Jan 2006 06:59:50 -0500 (EST) Date: Sat, 14 Jan 2006 12:00:10 +0000 (GMT) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Gleb Smirnoff In-Reply-To: <200601121407.k0CE7D3Z004195@freefall.freebsd.org> Message-ID: <20060114115916.L38874@fledge.watson.org> References: <200601121407.k0CE7D3Z004195@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: bachue@bachue.com, freebsd-bugs@FreeBSD.org Subject: Re: kern/31746: failed connect(2) seems to cause problems with socket X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 14 Jan 2006 11:59:53 -0000 On Thu, 12 Jan 2006, Gleb Smirnoff wrote: > Synopsis: failed connect(2) seems to cause problems with socket > > State-Changed-From-To: open->closed > State-Changed-By: glebius > State-Changed-When: Thu Jan 12 14:05:59 UTC 2006 > State-Changed-Why: > This is a POSIX compliant behavior. Quoting > > http://www.opengroup.org/onlinepubs/000095399/functions/connect.html > > "If connect() fails, the state of the socket is unspecified. Conforming > applications should close the file descriptor and create a new socket before > attempting to reconnect." All that said -- I don't like that so_pcb is ending up NULL. Our socket/pcb state machines are somewhat inconsistent, and it will trip us up in the future as well. I'll investigate changing the current behavior, assuming it doesn't require too much immediate socket/pcb code surgery. Robert N M Watson From owner-freebsd-bugs@FreeBSD.ORG Sat Jan 14 12:00:17 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA00016A424 for ; Sat, 14 Jan 2006 12:00: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 0C64A43D48 for ; Sat, 14 Jan 2006 12:00:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k0EC0GGD001335 for ; Sat, 14 Jan 2006 12:00:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0EC0GTW001332; Sat, 14 Jan 2006 12:00:16 GMT (envelope-from gnats) Resent-Date: Sat, 14 Jan 2006 12:00:16 GMT Resent-Message-Id: <200601141200.k0EC0GTW001332@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 143BE16A41F for ; Sat, 14 Jan 2006 11:57: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 4BC4C43D45 for ; Sat, 14 Jan 2006 11:57:35 +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 k0EBvWsO003105 for ; Sat, 14 Jan 2006 12:57:32 +0100 (CET) (envelope-from frank@moon.behrens) Received: (from frank@localhost) by moon.behrens (8.13.4/8.13.4/Submit) id k0EBvWe7003104; Sat, 14 Jan 2006 12:57:32 +0100 (CET) (envelope-from frank) Message-Id: <200601141157.k0EBvWe7003104@moon.behrens> Date: Sat, 14 Jan 2006 12:57:32 +0100 (CET) From: Frank Behrens To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: bin/91789: rcorder(8) coredumps on dependency conflict X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 14 Jan 2006 12:00:17 -0000 >Number: 91789 >Category: bin >Synopsis: rcorder(8) coredumps on dependency conflict >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 Jan 14 12:00:16 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Frank Behrens >Release: FreeBSD 6.0-STABLE-200601131811 i386 >Organization: >Environment: >Description: rcorder(8) aborts with coredump when in a script REQUIRE and BEFORE lines have the same entry. Of course this is an error in the script itself, but rcorder should not abort. In case of rcorder abort most of the system services are not started. The error message is: rcorder: Circular dependency on file `/etc/rc.d/NETWORKING'. rcorder in free(): error: chunk is already free Abort trap (core dumped) >How-To-Repeat: Run the following script: #!/bin/sh testscript=/etc/rc.d/testcrash cat >$testscript << EOF #!/bin/sh # PROVIDE: test # REQUIRE: NETWORK # BEFORE: NETWORK EOF chmod +x $testscript rcorder /etc/rc.d/* rm $testscript >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sat Jan 14 13:10:08 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1602F16A41F for ; Sat, 14 Jan 2006 13:10: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 9932643D46 for ; Sat, 14 Jan 2006 13:10:07 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k0EDA7NS004614 for ; Sat, 14 Jan 2006 13:10:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0EDA7wS004613; Sat, 14 Jan 2006 13:10:07 GMT (envelope-from gnats) Date: Sat, 14 Jan 2006 13:10:07 GMT Message-Id: <200601141310.k0EDA7wS004613@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Ceri Davies Cc: Subject: Re: kern/91720: pxeboot always tries to do an rpc call to an nfs-server X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Ceri Davies List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Jan 2006 13:10:08 -0000 The following reply was made to PR kern/91720; it has been noted by GNATS. From: Ceri Davies To: Ruben Kerkhof Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: kern/91720: pxeboot always tries to do an rpc call to an nfs-server Date: Sat, 14 Jan 2006 13:05:08 +0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --Apple-Mail-1-22918892 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed On 12 Jan 2006, at 19:23, Ruben Kerkhof wrote: > I want to use the pxeboot loader to use an mfsroot as root, not an > nfs mount. > In /usr/src/sys/boot/i386/libi386/pxe.c line 340, the function > pxe_setnfshandle always gets called. If you don't have an nfs > server running, the loader gives the error "NFS MOUNT RPC Error". > It continues loading the mfsroot over tftp though. Sorry, can you confirm whether it works or not. "It continues loading the mfsroot over tftp" sounds like it's doing what you want, but it obviously is not. Could you clarify that a little please? Thanks, Ceri --Apple-Mail-1-22918892 content-type: application/pgp-signature; x-mac-type=70674453; name=PGP.sig content-description: This is a digitally signed message part content-disposition: inline; filename=PGP.sig content-transfer-encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (Darwin) iD8DBQFDyPcEme8yCsQvJJ0RAtPpAJ9i04F+BXVvIo2462KR9FSJWxvk0QCgvR9H seNltIbNeDh99euEeLf10m4= =DYyc -----END PGP SIGNATURE----- --Apple-Mail-1-22918892-- From owner-freebsd-bugs@FreeBSD.ORG Sat Jan 14 13:10:13 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA98916A41F for ; Sat, 14 Jan 2006 13: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 6A02943D46 for ; Sat, 14 Jan 2006 13:10:13 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k0EDAD1j004621 for ; Sat, 14 Jan 2006 13:10:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0EDADmq004620; Sat, 14 Jan 2006 13:10:13 GMT (envelope-from gnats) Date: Sat, 14 Jan 2006 13:10:13 GMT Message-Id: <200601141310.k0EDADmq004620@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Ceri Davies Cc: Subject: Re: misc/91762: Adding a user named ".." X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Ceri Davies List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Jan 2006 13:10:14 -0000 The following reply was made to PR bin/91762; it has been noted by GNATS. From: Ceri Davies To: Werner GarcXa Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: misc/91762: Adding a user named ".." Date: Sat, 14 Jan 2006 13:08:05 +0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --Apple-Mail-2-23095973 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed On 13 Jan 2006, at 17:09, Werner GarcXa wrote: > > My question is: > > Why can one add a user named "." or ".." with all the problems that > this can cause? a) There is no way to stop you b) UNIX generally gives you enough rope to hang yourself, should you really want to. More importantly, what problems does it cause? Perhaps we can fix them elsewhere, > Modify the user creation mechanisms to disable the use of user > names ".", ".." and other critical symbols that have meaning to the > operating system. Aye, there's the rub. Ceri --Apple-Mail-2-23095973 content-type: application/pgp-signature; x-mac-type=70674453; name=PGP.sig content-description: This is a digitally signed message part content-disposition: inline; filename=PGP.sig content-transfer-encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (Darwin) iD8DBQFDyPe2me8yCsQvJJ0RAlmJAKC0liS0gx7UISpQCzXaaPBcnwygkgCgn1SK nF7ycXF3hF1w0Q8tKcDYdHA= =DMmV -----END PGP SIGNATURE----- --Apple-Mail-2-23095973-- From owner-freebsd-bugs@FreeBSD.ORG Sat Jan 14 16:13:37 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0876916A422; Sat, 14 Jan 2006 16:13:37 +0000 (GMT) (envelope-from flz@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACE1543D4C; Sat, 14 Jan 2006 16:13:36 +0000 (GMT) (envelope-from flz@FreeBSD.org) Received: from freefall.freebsd.org (flz@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k0EGDaEF015951; Sat, 14 Jan 2006 16:13:36 GMT (envelope-from flz@freefall.freebsd.org) Received: (from flz@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0EGDaAs015947; Sat, 14 Jan 2006 16:13:36 GMT (envelope-from flz) Date: Sat, 14 Jan 2006 16:13:36 GMT From: Florent Thoumie Message-Id: <200601141613.k0EGDaAs015947@freefall.freebsd.org> To: xride@x12.dk, flz@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: bin/91765: [patch] config(8): make config kernel show a a cmd that will break in case of an 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, 14 Jan 2006 16:13:37 -0000 Synopsis: [patch] config(8): make config kernel show a a cmd that will break in case of an error State-Changed-From-To: open->closed State-Changed-By: flz State-Changed-When: Sat Jan 14 16:13:05 UTC 2006 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=91765