From owner-freebsd-bugs@FreeBSD.ORG Sun Feb 26 03: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 4BAF516A420 for ; Sun, 26 Feb 2006 03: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 BC71343D48 for ; Sun, 26 Feb 2006 03: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 k1Q3K446035877 for ; Sun, 26 Feb 2006 03: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 k1Q3K4pt035876; Sun, 26 Feb 2006 03:20:04 GMT (envelope-from gnats) Resent-Date: Sun, 26 Feb 2006 03:20:04 GMT Resent-Message-Id: <200602260320.k1Q3K4pt035876@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, Adam McDougall Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 34E8B16A420 for ; Sun, 26 Feb 2006 03:18:03 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9D7643D45 for ; Sun, 26 Feb 2006 03:18:02 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k1Q3I2di007834 for ; Sun, 26 Feb 2006 03:18:02 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k1Q3I2LB007833; Sun, 26 Feb 2006 03:18:02 GMT (envelope-from nobody) Message-Id: <200602260318.k1Q3I2LB007833@www.freebsd.org> Date: Sun, 26 Feb 2006 03:18:02 GMT From: Adam McDougall To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: kern/93849: pf no-df breaks IP checksum of all tcp traffic through if_bridge X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Feb 2006 03:20:05 -0000 >Number: 93849 >Category: kern >Synopsis: pf no-df breaks IP checksum of all tcp traffic through if_bridge >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Feb 26 03:20:04 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Adam McDougall >Release: FreeBSD 6.1-PRERELEASE #5: Wed Feb 22 14:55:45 EST 2006 >Organization: >Environment: FreeBSD fw1 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #5: Wed Feb 22 14:55:45 EST 2006 user@fw1:/usr/obj/usr/src/sys/TYAN_GS12 i386 >Description: I have setup if_bridge and pf on a server with dual em interfaces running FreeBSD 6.1-PRERELEASE #5: Wed Feb 22 14:55:45 EST 2006. rc.conf relevant items: (The IP's are just for temporary management from either side of the firewall as needed) ifconfig_em0="inet 10.0.0.80 netmask 0xffffff00" ifconfig_em0_alias0="inet 35.9.44.100 netmask 0xffffff00" ifconfig_em1="inet 10.0.1.80 netmask 0xffffff00" cloned_interfaces="bridge0" ifconfig_bridge0="addm em0 addm em1 up" I have narrowed my ruleset down to a simple config for testing: ext_if="em0" int_if="em1" scrub in on $ext_if no-df pass in all pass out all pass quick on lo0 # pfctl -Rf /etc/pf.conf No ALTQ support in kernel ALTQ related functions disabled # pfctl -sr No ALTQ support in kernel ALTQ related functions disabled scrub in on em0 all no-df fragment reassemble pass in all pass out all pass quick on lo0 all Whenever I have no-df in the scrub line, the bridging firewall still passes my ssh SYN packet to the host behind the firewall, but the receiving host discards it due to a bad IP checksum (I believe). Using tcpdump on em0 and em1 on the firewall, I see the packet come in with DF set, and leave with DF unset however the IP checksum is reported bad on the em1 side according to ethereal. I verified that the IP checksum was unmodified between em0 and em1. I also tried ifconfig -rxcsum -txcsum on both nics but no improvement in behavior. Running tcpdump on the receiving host shows the SYN packet, but trying to use -w to save it to a file results in no packets captured. All systems involved are FreeBSD so far, and the symptoms persist going both directions across the bridge. ping still works. I am trying to get no-df to work because documentation indicates it is needed to pass NFS which will be a requirement for me. I didn't get very far with attempting to exclude just NFS traffic from being scrubbed, but it seems to be that a firewall munging packets ought to produce ones with valid checksums. Please let me know if I need to provide more information or what else I can do to debug this further. >How-To-Repeat: Setup an if_bridge between two interfaces on freebsd, add a scrub no-df rule in pf, witness resulting tcp packets get dropped by the receiving host kernel. >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sun Feb 26 03:28:58 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 5674E16A420; Sun, 26 Feb 2006 03:28:58 +0000 (GMT) (envelope-from mjacob@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F6A843D45; Sun, 26 Feb 2006 03:28:58 +0000 (GMT) (envelope-from mjacob@FreeBSD.org) Received: from freefall.freebsd.org (mjacob@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k1Q3Sva0036153; Sun, 26 Feb 2006 03:28:57 GMT (envelope-from mjacob@freefall.freebsd.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k1Q3Sv42036149; Sun, 26 Feb 2006 03:28:57 GMT (envelope-from mjacob) Date: Sun, 26 Feb 2006 03:28:57 GMT From: Matt Jacob Message-Id: <200602260328.k1Q3Sv42036149@freefall.freebsd.org> To: mjacob@FreeBSD.org, freebsd-bugs@FreeBSD.org, mjacob@freebsd.org Cc: Subject: Re: kern/91160: [mpt] system hangs with: mpt0: Request 0xffffffff89b96de0 Timed out. 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, 26 Feb 2006 03:28:58 -0000 Synopsis: [mpt] system hangs with: mpt0: Request 0xffffffff89b96de0 Timed out. Responsible-Changed-From-To: freebsd-bugs->mjacob@freebsd.org Responsible-Changed-By: mjacob Responsible-Changed-When: Sun Feb 26 03:28:38 UTC 2006 Responsible-Changed-Why: Taking ownership of MPT bugs http://www.freebsd.org/cgi/query-pr.cgi?pr=91160 From owner-freebsd-bugs@FreeBSD.ORG Sun Feb 26 03:30: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 EA1BA16A420; Sun, 26 Feb 2006 03:30:24 +0000 (GMT) (envelope-from mjacob@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2F7443D46; Sun, 26 Feb 2006 03:30:24 +0000 (GMT) (envelope-from mjacob@FreeBSD.org) Received: from freefall.freebsd.org (mjacob@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k1Q3UOru037001; Sun, 26 Feb 2006 03:30:24 GMT (envelope-from mjacob@freefall.freebsd.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k1Q3UOEU036995; Sun, 26 Feb 2006 03:30:24 GMT (envelope-from mjacob) Date: Sun, 26 Feb 2006 03:30:24 GMT From: Matt Jacob Message-Id: <200602260330.k1Q3UOEU036995@freefall.freebsd.org> To: mjacob@FreeBSD.org, freebsd-bugs@FreeBSD.org, mjacob@freebsd.org Cc: Subject: Re: kern/84040: [mpt] 6.0-BETA1 mpt driver not working under VMware ESX 2.5.1 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, 26 Feb 2006 03:30:25 -0000 Synopsis: [mpt] 6.0-BETA1 mpt driver not working under VMware ESX 2.5.1 Responsible-Changed-From-To: freebsd-bugs->mjacob@freebsd.org Responsible-Changed-By: mjacob Responsible-Changed-When: Sun Feb 26 03:30:03 UTC 2006 Responsible-Changed-Why: Taking ownership of MPT bugs. http://www.freebsd.org/cgi/query-pr.cgi?pr=84040 From owner-freebsd-bugs@FreeBSD.ORG Sun Feb 26 07:25: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 AFCE516A420; Sun, 26 Feb 2006 07:25:24 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A1A543D45; Sun, 26 Feb 2006 07:25:24 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k1Q7POUw051444; Sun, 26 Feb 2006 07:25:24 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k1Q7POWY051440; Sun, 26 Feb 2006 07:25:24 GMT (envelope-from linimon) Date: Sun, 26 Feb 2006 07:25:24 GMT From: Mark Linimon Message-Id: <200602260725.k1Q7POWY051440@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-pf@FreeBSD.org Cc: Subject: Re: kern/93849: pf no-df breaks IP checksum of all tcp traffic through if_bridge X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Feb 2006 07:25:24 -0000 Synopsis: pf no-df breaks IP checksum of all tcp traffic through if_bridge Responsible-Changed-From-To: freebsd-bugs->freebsd-pf Responsible-Changed-By: linimon Responsible-Changed-When: Sun Feb 26 07:25:04 UTC 2006 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=93849 From owner-freebsd-bugs@FreeBSD.ORG Sun Feb 26 07:27:49 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 CEAFB16A420; Sun, 26 Feb 2006 07:27:49 +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 CFC4043D68; Sun, 26 Feb 2006 07:27:47 +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 k1Q7RlmG051516; Sun, 26 Feb 2006 07:27:47 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k1Q7RlBm051512; Sun, 26 Feb 2006 07:27:47 GMT (envelope-from linimon) Date: Sun, 26 Feb 2006 07:27:47 GMT From: Mark Linimon Message-Id: <200602260727.k1Q7RlBm051512@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-pf@FreeBSD.org Cc: Subject: Re: kern/93829: [carp] pfsync state time problem with CARP + Arp.Balance 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, 26 Feb 2006 07:27:50 -0000 Old Synopsis: Pfsync state time problem with CARP + Arp.Balance New Synopsis: [carp] pfsync state time problem with CARP + Arp.Balance Responsible-Changed-From-To: freebsd-bugs->freebsd-pf Responsible-Changed-By: linimon Responsible-Changed-When: Sun Feb 26 07:25:45 UTC 2006 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=93829 From owner-freebsd-bugs@FreeBSD.ORG Sun Feb 26 07:28:44 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 788CE16A420; Sun, 26 Feb 2006 07:28:44 +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 34A2043D6D; Sun, 26 Feb 2006 07:28:44 +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 k1Q7SiLS051611; Sun, 26 Feb 2006 07:28:44 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k1Q7SiWt051607; Sun, 26 Feb 2006 07:28:44 GMT (envelope-from linimon) Date: Sun, 26 Feb 2006 07:28:44 GMT From: Mark Linimon Message-Id: <200602260728.k1Q7SiWt051607@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-pf@FreeBSD.org Cc: Subject: Re: kern/93825: [pf] pf reply-to doesn't work 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, 26 Feb 2006 07:28:44 -0000 Synopsis: [pf] pf reply-to doesn't work Responsible-Changed-From-To: freebsd-bugs->freebsd-pf Responsible-Changed-By: linimon Responsible-Changed-When: Sun Feb 26 07:28:34 UTC 2006 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=93825 From owner-freebsd-bugs@FreeBSD.ORG Sun Feb 26 10:10: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 4ED1B16A420 for ; Sun, 26 Feb 2006 10: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 A1EA043D49 for ; Sun, 26 Feb 2006 10: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 k1QAA4M7060146 for ; Sun, 26 Feb 2006 10: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 k1QAA4AW060145; Sun, 26 Feb 2006 10:10:04 GMT (envelope-from gnats) Resent-Date: Sun, 26 Feb 2006 10:10:04 GMT Resent-Message-Id: <200602261010.k1QAA4AW060145@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, Seth Kingsley Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF94916A420 for ; Sun, 26 Feb 2006 10:07:10 +0000 (GMT) (envelope-from sethk@magnesium.net) Received: from toxic.magnesium.net (toxic.magnesium.net [207.154.84.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id A825D43D48 for ; Sun, 26 Feb 2006 10:07:10 +0000 (GMT) (envelope-from sethk@magnesium.net) Received: by toxic.magnesium.net (Postfix, from userid 1165) id 68F47DA8D7; Sun, 26 Feb 2006 02:07:10 -0800 (PST) Message-Id: <20060226100710.68F47DA8D7@toxic.magnesium.net> Date: Sun, 26 Feb 2006 02:07:10 -0800 (PST) From: Seth Kingsley To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: bin/93853: [PATCH]: Add country-specific keymap selection to sysinstall X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Seth Kingsley List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Feb 2006 10:10:05 -0000 >Number: 93853 >Category: bin >Synopsis: [PATCH]: Add country-specific keymap selection to sysinstall >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Feb 26 10:10:04 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Seth Kingsley >Release: FreeBSD 5.4-STABLE i386 >Organization: >Environment: System: FreeBSD toxic.magnesium.net 5.4-STABLE FreeBSD 5.4-STABLE #6: Wed Jul 6 13:04:10 PDT 2005 root@toxic.magnesium.net:/data/world/obj/data/world/src/sys/TOXIC i386 >Description: The patch below adds country-specific keymap selection to sysinstall. Later, the country setting will also be used as a hint when selecting a timezone. The default country selection is "United States", and if the user doesn't select a different item, no alternate keymap is loaded. Otherwise, the user is given a choice of keymaps, with the default being the ISO keymap for their country, if available. This also means that the user will only have to hit Enter one additional time when starting sysinstall to get the the pre-existing behavior. The country menu is presented just before the main menu, and bypassed if an action was specified on the command-line. Any install.cfg script that ends with "shutdown" will also bypass this menu, since sysinstall will exit before it reaches the main menu. >How-To-Repeat: N/A >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/src/usr.sbin/sysinstall/Makefile,v retrieving revision 1.136 diff -u -d -p -r1.136 Makefile --- Makefile 15 Dec 2005 01:04:50 -0000 1.136 +++ Makefile 26 Feb 2006 08:18:56 -0000 @@ -12,7 +12,7 @@ SRCS= anonFTP.c cdrom.c command.c config label.c main.c makedevs.c media.c menus.c misc.c modules.c \ mouse.c msg.c network.c nfs.c options.c package.c \ system.c tape.c tcpip.c termcap.c ttys.c ufs.c user.c \ - variable.c ${_wizard} keymap.h + variable.c ${_wizard} keymap.h countries.h CFLAGS+= -DUSE_GZIP=1 .if ${MACHINE} == "pc98" @@ -24,7 +24,7 @@ DPADD= ${LIBDIALOG} ${LIBNCURSES} ${LIBU LDADD= -ldialog -lncurses -lutil -ldisk -lftpio CLEANFILES= makedevs.c rtermcap -CLEANFILES+= keymap.tmp keymap.h +CLEANFILES+= keymap.tmp keymap.h countries.tmp countries.h .if exists(${.CURDIR}/../../share/termcap/termcap.src) RTERMCAP= TERMCAP=${.CURDIR}/../../share/termcap/termcap.src ./rtermcap @@ -99,4 +99,25 @@ keymap.h: ( echo " { 0 }"; echo "};" ; echo "" ) >> keymap.tmp mv keymap.tmp keymap.h +countries.h: ${.CURDIR}/../../share/misc/iso3166 + rm -f countries.tmp + awk 'BEGIN { \ + FS = "\t"; \ + num = 1; \ + print "DMenu MenuCountry = {"; \ + print " DMENU_NORMAL_TYPE | DMENU_SELECTION_RETURNS,"; \ + print " \"Country Selection\","; \ + print " \"Please choose a country, region, or group.\\n\""; \ + print " \"Select an item using [SPACE] or [ENTER].\","; \ + printf " NULL,\n NULL,\n { "; \ + } \ + /^[[:space:]]*#/ {next;} \ + {if (num > 1) {printf " ";} \ + print "{ \"" num "\", \"" $$4 "\"" \ + ", dmenuVarCheck, dmenuSetCountryVariable" \ + ", NULL, VAR_COUNTRY \"=" tolower($$1) "\" },"; \ + ++num;} \ + END {print " { NULL } }\n};\n";}' < ${.ALLSRC} > countries.tmp + mv countries.tmp ${.TARGET} + .include Index: config.c =================================================================== RCS file: /home/ncvs/src/usr.sbin/sysinstall/config.c,v retrieving revision 1.234 diff -u -d -p -r1.234 config.c --- config.c 21 Jul 2005 03:32:29 -0000 1.234 +++ config.c 26 Feb 2006 08:18:57 -0000 @@ -506,6 +506,21 @@ configNTP(dialogMenuItem *self) } int +configCountry(dialogMenuItem *self) +{ + int choice, scroll, curr, max; + + WINDOW *w = savescr(); + + dialog_clear_norefresh(); + dmenuSetDefaultItem(&MenuCountry, NULL, NULL, VAR_COUNTRY "=" DEFAULT_COUNTRY, + &choice, &scroll, &curr, &max); + dmenuOpen(&MenuCountry, &choice, &scroll, &curr, &max, FALSE); + + return DITEM_SUCCESS; +} + +int configUsers(dialogMenuItem *self) { WINDOW *w = savescr(); Index: dmenu.c =================================================================== RCS file: /home/ncvs/src/usr.sbin/sysinstall/dmenu.c,v retrieving revision 1.45 diff -u -d -p -r1.45 dmenu.c --- dmenu.c 17 Sep 2003 03:45:30 -0000 1.45 +++ dmenu.c 26 Feb 2006 08:19:00 -0000 @@ -35,6 +35,7 @@ */ #include "sysinstall.h" +#include #include #define MAX_MENU 15 @@ -111,6 +112,21 @@ dmenuSetVariables(dialogMenuItem *tmp) } int +dmenuSetCountryVariable(dialogMenuItem *tmp) +{ + variable_set((char *)tmp->data, FALSE); +#ifdef WITH_SYSCONS + /* Don't prompt the user for a keymap if they're using the default locale. */ + if (!strcmp(variable_get(VAR_COUNTRY), DEFAULT_COUNTRY)) + return; + + return keymapMenuSelect(tmp); +#else + return DITEM_SUCCESS; +#endif +} + +int dmenuSetKmapVariable(dialogMenuItem *tmp) { char *lang; @@ -264,6 +280,60 @@ menu_height(DMenu *menu, int n) return n > max ? max : n; } +/* Find a menu item that matches any field. */ +int +dmenuFindItem(DMenu *menu, const char *prompt, const char *title, void *data) +{ + dialogMenuItem *items = menu->items; + int i; + + for (i = 0; items[i].prompt; ++i) + if ((prompt && !strcmp(items[i].prompt, prompt)) || + (title && !strcmp(items[i].title, title)) || + (data && items[i].data == data)) + return i; + + return -1; +} + +/* Set the default item for a menu by index and scroll to it. */ +void +dmenuSetDefaultIndex(DMenu *menu, int *choice, int *scroll, int *curr, int *max) +{ + int nitem; + int height; + + *curr = *max = 0; + + for (nitem = 0; menu->items[nitem].prompt; ++nitem); + + height = menu_height(menu, nitem); + if (*choice > height) + { + *scroll = MIN(nitem - height, *choice); + *choice = *choice - *scroll; + } + else + *scroll = 0; +} + +/* Set the default menu item that matches any field and scroll to it. */ +Boolean +dmenuSetDefaultItem(DMenu *menu, const char *prompt, const char *title, void *data, + int *choice, int *scroll, int *curr, int *max) +{ + if ((*choice = dmenuFindItem(menu, prompt, title, data)) != -1) + { + dmenuSetDefaultIndex(menu, choice, scroll, curr, max); + return TRUE; + } + else + { + *choice = *scroll = *curr = *max = 0; + return FALSE; + } +} + /* Traverse over an internal menu */ Boolean dmenuOpen(DMenu *menu, int *choice, int *scroll, int *curr, int *max, Boolean buttons) Index: keymap.c =================================================================== RCS file: /home/ncvs/src/usr.sbin/sysinstall/keymap.c,v retrieving revision 1.6 diff -u -d -p -r1.6 keymap.c --- keymap.c 8 Oct 2000 21:33:51 -0000 1.6 +++ keymap.c 26 Feb 2006 08:19:04 -0000 @@ -50,6 +50,73 @@ struct keymapInfo { * the language name only. */ + +static int +keymapSetDefault(const char *prefix) +{ + dialogMenuItem *items = MenuSysconsKeymap.items; + int i; + size_t plen = strlen(prefix); + + for (i = 0; items[i].data; ++i) + if (!strncmp(prefix, items[i].data, plen)) + return i; + + return -1; +} + +int +keymapMenuSelect(dialogMenuItem *self) +{ + static const struct { + const char *country, *lang; + } map[] = { + {"dk", "danish"}, + {"ee", "estonian"}, + {"fi", "finnish"}, + {"de", "german"}, + {"is", "icelandic"}, + {"no", "norwegian"}, + {"pl", "pl_PL"}, + {"es", "spanish"}, + {"se", "swedish"}, + {"ch", "swiss"}, + {"gb", "uk"}, + {NULL, NULL} + }; + const char *country, *lang; + int i; + int choice, scroll, curr, max; + char prefix[16 + 1]; + + if ((country = variable_get(VAR_COUNTRY)) != NULL) + { + lang = NULL; + for (i = 0; map[i].country; ++i) + if (!strcmp(country, map[i].country)) + { + lang = map[i].lang; + break; + } + + if (!lang) + lang = country; + + snprintf(prefix, sizeof(prefix), "keymap=%s.iso", lang); + if ((choice = keymapSetDefault(prefix)) == -1) + { + snprintf(prefix, sizeof(prefix), "keymap=%s", lang); + if ((choice = keymapSetDefault(prefix)) == -1) + choice = 0; + } + + dmenuSetDefaultIndex(&MenuSysconsKeymap, &choice, &scroll, &curr, &max); + return dmenuOpen(&MenuSysconsKeymap, &choice, &scroll, &curr, &max, FALSE); + } + else + return dmenuOpenSimple(&MenuSysconsKeymap, FALSE); +} + /* * Return values: * Index: main.c =================================================================== RCS file: /home/ncvs/src/usr.sbin/sysinstall/main.c,v retrieving revision 1.72 diff -u -d -p -r1.72 main.c --- main.c 15 Dec 2005 01:04:50 -0000 1.72 +++ main.c 26 Feb 2006 08:19:05 -0000 @@ -158,6 +158,9 @@ main(int argc, char **argv) systemShutdown(status); } + /* Get user's country and keymap */ + configCountry(NULL); + /* Begin user dialog at outer menu */ dialog_clear(); while (1) { Index: menus.c =================================================================== RCS file: /home/ncvs/src/usr.sbin/sysinstall/menus.c,v retrieving revision 1.413 diff -u -d -p -r1.413 menus.c --- menus.c 15 Jan 2006 23:15:41 -0000 1.413 +++ menus.c 26 Feb 2006 08:19:09 -0000 @@ -203,6 +203,7 @@ DMenu MenuIndex = { NULL, { { " Anon FTP", "Configure anonymous FTP logins.", dmenuVarCheck, configAnonFTP, NULL, "anon_ftp" }, { " Commit", "Commit any pending actions (dangerous!)", NULL, installCustomCommit }, + { " Country", "Set the system's country", NULL, configCountry }, #ifdef WITH_SYSCONS { " Console settings", "Customize system console behavior.", NULL, dmenuSubmenu, NULL, &MenuSyscons }, #endif @@ -273,7 +274,7 @@ DMenu MenuIndex = { #ifndef PC98 { " Syscons, Font", "The console screen font.", NULL, dmenuSubmenu, NULL, &MenuSysconsFont }, #endif - { " Syscons, Keymap", "The console keymap configuration menu.", NULL, dmenuSubmenu, NULL, &MenuSysconsKeymap }, + { " Syscons, Keymap", "The console keymap configuration menu.", NULL, keymapMenuSelect }, { " Syscons, Keyrate", "The console key rate configuration menu.", NULL, dmenuSubmenu, NULL, &MenuSysconsKeyrate }, { " Syscons, Saver", "The console screen saver configuration menu.", NULL, dmenuSubmenu, NULL, &MenuSysconsSaver }, #ifndef PC98 @@ -291,6 +292,9 @@ DMenu MenuIndex = { { NULL } }, }; +/* The country menu */ +#include "countries.h" + /* The initial installation menu */ DMenu MenuInitial = { DMENU_NORMAL_TYPE, @@ -310,7 +314,7 @@ DMenu MenuInitial = { { "Configure", "Do post-install configuration of FreeBSD", NULL, dmenuSubmenu, NULL, &MenuConfigure }, { "Doc", "Installation instructions, README, etc.", NULL, dmenuSubmenu, NULL, &MenuDocumentation }, #ifdef WITH_SYSCONS - { "Keymap", "Select keyboard type", NULL, dmenuSubmenu, NULL, &MenuSysconsKeymap }, + { "Keymap", "Select keyboard type", NULL, keymapMenuSelect }, #endif { "Options", "View/Set various installation options", NULL, optionsEditor }, { "Fixit", "Repair mode with CDROM/DVD/floppy or start shell", NULL, dmenuSubmenu, NULL, &MenuFixit }, Index: sysinstall.h =================================================================== RCS file: /home/ncvs/src/usr.sbin/sysinstall/sysinstall.h,v retrieving revision 1.267 diff -u -d -p -r1.267 sysinstall.h --- sysinstall.h 27 Jan 2006 21:00:31 -0000 1.267 +++ sysinstall.h 26 Feb 2006 08:19:13 -0000 @@ -97,6 +97,7 @@ #define VAR_BOOTMGR "bootManager" #define VAR_BROWSER_BINARY "browserBinary" #define VAR_BROWSER_PACKAGE "browserPackage" +#define VAR_COUNTRY "country" #define VAR_CPIO_VERBOSITY "cpioVerbose" #define VAR_DEBUG "debug" #define VAR_DESKSTYLE "_deskStyle" @@ -198,6 +199,11 @@ #define VAR_TERM "TERM" #define VAR_CONSTERM "_consterm" +#ifdef PC98 +#define DEFAULT_COUNTRY "jp" +#else +#define DEFAULT_COUNTRY "us" +#endif #define DEFAULT_TAPE_BLOCKSIZE "20" /* One MB worth of blocks */ @@ -414,6 +420,7 @@ extern unsigned int SrcDists; /* Which extern unsigned int XOrgDists; /* Which X.Org dists we want */ extern int BootMgr; /* Which boot manager to use */ extern int StatusLine; /* Where to print our status messages */ +extern DMenu MenuCountry; /* Country menu */ extern DMenu MenuInitial; /* Initial installation menu */ extern DMenu MenuFixit; /* Fixit repair menu */ #if defined(__i386__) || defined(__amd64__) @@ -522,6 +529,7 @@ extern int configNTP(dialogMenuItem *sel #ifdef __alpha__ extern int configOSF1(dialogMenuItem *self); #endif +extern int configCountry(dialogMenuItem *self); extern int configUsers(dialogMenuItem *self); extern int configRouter(dialogMenuItem *self); extern int configPCNFSD(dialogMenuItem *self); @@ -605,11 +613,16 @@ extern int dmenuSystemCommandBox(dialogM extern int dmenuExit(dialogMenuItem *tmp); extern int dmenuISetVariable(dialogMenuItem *tmp); extern int dmenuSetVariable(dialogMenuItem *tmp); +extern int dmenuSetCountryVariable(dialogMenuItem *tmp); extern int dmenuSetKmapVariable(dialogMenuItem *tmp); extern int dmenuSetVariables(dialogMenuItem *tmp); extern int dmenuToggleVariable(dialogMenuItem *tmp); extern int dmenuSetFlag(dialogMenuItem *tmp); extern int dmenuSetValue(dialogMenuItem *tmp); +extern int dmenuFindItem(DMenu *menu, const char *prompt, const char *title, void *data); +extern void dmenuSetDefaultIndex(DMenu *menu, int *choice, int *scroll, int *curr, int *max); +extern int dmenuSetDefaultItem(DMenu *menu, const char *prompt, const char *title, void *data, + int *choice, int *scroll, int *curr, int *max); extern Boolean dmenuOpen(DMenu *menu, int *choice, int *scroll, int *curr, int *max, Boolean buttons); extern Boolean dmenuOpenSimple(DMenu *menu, Boolean buttons); extern int dmenuVarCheck(dialogMenuItem *item); @@ -677,6 +690,7 @@ extern Boolean copySelf(void); extern int kget(char *out); /* keymap.c */ +extern int keymapMenuSelect(dialogMenuItem *self); extern int loadKeymap(const char *lang); /* label.c */ >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sun Feb 26 11: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 EDF6516A420 for ; Sun, 26 Feb 2006 11: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 527E043D48 for ; Sun, 26 Feb 2006 11:00:26 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k1QB0PQD062751 for ; Sun, 26 Feb 2006 11:00:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k1QB0PKc062750; Sun, 26 Feb 2006 11:00:25 GMT (envelope-from gnats) Date: Sun, 26 Feb 2006 11:00:25 GMT Message-Id: <200602261100.k1QB0PKc062750@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: =?ISO-8859-1?Q?K=F6vesd=E1n_G=E1bor?= Cc: Subject: Re: bin/93853: [PATCH]: Add country-specific keymap selection to sysinstall X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: =?ISO-8859-1?Q?K=F6vesd=E1n_G=E1bor?= List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Feb 2006 11:00:27 -0000 The following reply was made to PR bin/93853; it has been noted by GNATS. From: =?ISO-8859-1?Q?K=F6vesd=E1n_G=E1bor?= To: bug-followup@FreeBSD.org, sethk@magnesium.net Cc: Subject: Re: bin/93853: [PATCH]: Add country-specific keymap selection to sysinstall Date: Sun, 26 Feb 2006 11:58:19 +0100 Great idea, I'd love to see it implemented. :) Could you possibly add Hungarian to the list, please? Regards, Gabor Kovesdan From owner-freebsd-bugs@FreeBSD.ORG Sun Feb 26 11:13: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 4CDBF16A420; Sun, 26 Feb 2006 11:13: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 0B00243D48; Sun, 26 Feb 2006 11:13: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 k1QBD0pN063244; Sun, 26 Feb 2006 11:13:00 GMT (envelope-from glebius@freefall.freebsd.org) Received: (from glebius@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k1QBD0Xr063240; Sun, 26 Feb 2006 11:13:00 GMT (envelope-from glebius) Date: Sun, 26 Feb 2006 11:13:00 GMT From: Gleb Smirnoff Message-Id: <200602261113.k1QBD0Xr063240@freefall.freebsd.org> To: glebius@FreeBSD.org, freebsd-bugs@FreeBSD.org, glebius@FreeBSD.org Cc: Subject: Re: kern/93448: [carp] CARP advskew not propagated to VRRP packets 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, 26 Feb 2006 11:13:01 -0000 Synopsis: [carp] CARP advskew not propagated to VRRP packets Responsible-Changed-From-To: freebsd-bugs->glebius Responsible-Changed-By: glebius Responsible-Changed-When: Sun Feb 26 11:12:48 UTC 2006 Responsible-Changed-Why: I will look at this. http://www.freebsd.org/cgi/query-pr.cgi?pr=93448 From owner-freebsd-bugs@FreeBSD.ORG Sun Feb 26 11:14: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 AD3B316A422; Sun, 26 Feb 2006 11:14: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 6A3F043D48; Sun, 26 Feb 2006 11:14:34 +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 k1QBEY61063315; Sun, 26 Feb 2006 11:14:34 GMT (envelope-from glebius@freefall.freebsd.org) Received: (from glebius@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k1QBEYoI063311; Sun, 26 Feb 2006 11:14:34 GMT (envelope-from glebius) Date: Sun, 26 Feb 2006 11:14:34 GMT From: Gleb Smirnoff Message-Id: <200602261114.k1QBEYoI063311@freefall.freebsd.org> To: myicq1@mail.ru, glebius@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: kern/93237: ipfw fwd not forward packets from local interfaces 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, 26 Feb 2006 11:14:34 -0000 Synopsis: ipfw fwd not forward packets from local interfaces State-Changed-From-To: open->closed State-Changed-By: glebius State-Changed-When: Sun Feb 26 11:13:17 UTC 2006 State-Changed-Why: In FreeBSD versions >= 5.4-RELEASE you also need extra option in kernel config: options IPFIREWALL_FORWARD_EXTENDED http://www.freebsd.org/cgi/query-pr.cgi?pr=93237 From owner-freebsd-bugs@FreeBSD.ORG Sun Feb 26 11:15: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 326BC16A420; Sun, 26 Feb 2006 11:15:23 +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 E524043D45; Sun, 26 Feb 2006 11:15:22 +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 k1QBFLSu063434; Sun, 26 Feb 2006 11:15:21 GMT (envelope-from glebius@freefall.freebsd.org) Received: (from glebius@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k1QBFLaG063430; Sun, 26 Feb 2006 11:15:21 GMT (envelope-from glebius) Date: Sun, 26 Feb 2006 11:15:21 GMT From: Gleb Smirnoff Message-Id: <200602261115.k1QBFLaG063430@freefall.freebsd.org> To: glebius@FreeBSD.org, freebsd-bugs@FreeBSD.org, glebius@FreeBSD.org Cc: Subject: Re: kern/92776: [carp] kernel-crash using carp 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, 26 Feb 2006 11:15:23 -0000 Synopsis: [carp] kernel-crash using carp Responsible-Changed-From-To: freebsd-bugs->glebius Responsible-Changed-By: glebius Responsible-Changed-When: Sun Feb 26 11:15:07 UTC 2006 Responsible-Changed-Why: I will look at this. http://www.freebsd.org/cgi/query-pr.cgi?pr=92776 From owner-freebsd-bugs@FreeBSD.ORG Sun Feb 26 11:19:47 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 87CE016A420; Sun, 26 Feb 2006 11:19:47 +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 4462943D48; Sun, 26 Feb 2006 11:19:47 +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 k1QBJlMB063562; Sun, 26 Feb 2006 11:19:47 GMT (envelope-from glebius@freefall.freebsd.org) Received: (from glebius@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k1QBJlDa063558; Sun, 26 Feb 2006 11:19:47 GMT (envelope-from glebius) Date: Sun, 26 Feb 2006 11:19:47 GMT From: Gleb Smirnoff Message-Id: <200602261119.k1QBJlDa063558@freefall.freebsd.org> To: glebius@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-standards@FreeBSD.org Cc: Subject: Re: kern/93705: [headers] [patch] ENODATA and EGREGIOUS (for glibc compat) 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, 26 Feb 2006 11:19:47 -0000 Synopsis: [headers] [patch] ENODATA and EGREGIOUS (for glibc compat) Responsible-Changed-From-To: freebsd-bugs->freebsd-standards Responsible-Changed-By: glebius Responsible-Changed-When: Sun Feb 26 11:19:27 UTC 2006 Responsible-Changed-Why: Pass to standards list review. http://www.freebsd.org/cgi/query-pr.cgi?pr=93705 From owner-freebsd-bugs@FreeBSD.ORG Sun Feb 26 11:25: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 0110116A420; Sun, 26 Feb 2006 11:25:29 +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 B0E6C43D45; Sun, 26 Feb 2006 11:25:28 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k1QBPS2K063903; Sun, 26 Feb 2006 11:25:28 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k1QBPSAH063899; Sun, 26 Feb 2006 11:25:28 GMT (envelope-from linimon) Date: Sun, 26 Feb 2006 11:25:28 GMT From: Mark Linimon Message-Id: <200602261125.k1QBPSAH063899@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-qa@FreeBSD.org Cc: Subject: Re: bin/93853: [sysinstall] [patch]: Add country-specific keymap selection to sysinstall 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, 26 Feb 2006 11:25:29 -0000 Synopsis: [sysinstall] [patch]: Add country-specific keymap selection to sysinstall Responsible-Changed-From-To: freebsd-bugs->freebsd-qa Responsible-Changed-By: linimon Responsible-Changed-When: Sun Feb 26 11:25:03 UTC 2006 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=93853 From owner-freebsd-bugs@FreeBSD.ORG Sun Feb 26 11:38: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 002E016A420; Sun, 26 Feb 2006 11:38:13 +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 B1C7D43D45; Sun, 26 Feb 2006 11:38: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 k1QBcDhx065390; Sun, 26 Feb 2006 11:38:13 GMT (envelope-from glebius@freefall.freebsd.org) Received: (from glebius@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k1QBcDGJ065386; Sun, 26 Feb 2006 11:38:13 GMT (envelope-from glebius) Date: Sun, 26 Feb 2006 11:38:13 GMT From: Gleb Smirnoff Message-Id: <200602261138.k1QBcDGJ065386@freefall.freebsd.org> To: glebius@FreeBSD.org, freebsd-bugs@FreeBSD.org, ru@FreeBSD.org Cc: Subject: Re: kern/93754: [inet] [patch] dummynet changes ip_id, breaking fragment reassembly 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, 26 Feb 2006 11:38:14 -0000 Synopsis: [inet] [patch] dummynet changes ip_id, breaking fragment reassembly Responsible-Changed-From-To: freebsd-bugs->ru Responsible-Changed-By: glebius Responsible-Changed-When: Sun Feb 26 11:37:56 UTC 2006 Responsible-Changed-Why: Let Ruslan merge to RELENG_5, too. http://www.freebsd.org/cgi/query-pr.cgi?pr=93754 From owner-freebsd-bugs@FreeBSD.ORG Sun Feb 26 11:44:59 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 652AF16A420; Sun, 26 Feb 2006 11:44:59 +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 205FF43D48; Sun, 26 Feb 2006 11:44:59 +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 k1QBixAv065713; Sun, 26 Feb 2006 11:44:59 GMT (envelope-from glebius@freefall.freebsd.org) Received: (from glebius@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k1QBiwkc065709; Sun, 26 Feb 2006 11:44:58 GMT (envelope-from glebius) Date: Sun, 26 Feb 2006 11:44:58 GMT From: Gleb Smirnoff Message-Id: <200602261144.k1QBiwkc065709@freefall.freebsd.org> To: antoine.brodin@laposte.net, glebius@FreeBSD.org, freebsd-bugs@FreeBSD.org, glebius@FreeBSD.org Cc: Subject: Re: kern/93759: [kernel] [patch] A few typos in sys/kern/kern_mbuf.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: Sun, 26 Feb 2006 11:44:59 -0000 Synopsis: [kernel] [patch] A few typos in sys/kern/kern_mbuf.c State-Changed-From-To: open->patched State-Changed-By: glebius State-Changed-When: Sun Feb 26 11:44:31 UTC 2006 State-Changed-Why: Committed, thanks! Responsible-Changed-From-To: freebsd-bugs->glebius Responsible-Changed-By: glebius Responsible-Changed-When: Sun Feb 26 11:44:31 UTC 2006 Responsible-Changed-Why: I'll handle this. http://www.freebsd.org/cgi/query-pr.cgi?pr=93759 From owner-freebsd-bugs@FreeBSD.ORG Sun Feb 26 13:22:15 2006 Return-Path: X-Original-To: freebsd-bugs@FreeBSD.org Delivered-To: freebsd-bugs@FreeBSD.org Received: by hub.freebsd.org (Postfix, from userid 680) id 249C916A422; Sun, 26 Feb 2006 13:22:15 +0000 (GMT) Date: Sun, 26 Feb 2006 13:22:15 +0000 From: Darren Reed To: aleksey.ovcharenko@gmail.com Message-ID: <20060226132215.GA25661@hub.freebsd.org> References: <200601101421.k0AEL1Z4003522@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200601101421.k0AEL1Z4003522@freefall.freebsd.org> User-Agent: Mutt/1.4.2.1i Cc: freebsd-bugs@FreeBSD.org 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: Sun, 26 Feb 2006 13:22:15 -0000 This patch should fix this crash. Darren *** ip_state.c 28 Mar 2005 10:47:54 -0000 2.186.2.29 --- ip_state.c 25 Feb 2006 16:18:58 -0000 *************** *** 663,668 **** --- 663,669 ---- fr->fr_ref = 0; fr->fr_dsize = 0; fr->fr_data = NULL; + fr->fr_type = FR_T_NONE; fr_resolvedest(&fr->fr_tif, fr->fr_v); fr_resolvedest(&fr->fr_dif, fr->fr_v); From owner-freebsd-bugs@FreeBSD.ORG Sun Feb 26 14: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 1CA6E16A420 for ; Sun, 26 Feb 2006 14: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 E52F343D48 for ; Sun, 26 Feb 2006 14:30: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 k1QEU3vd073834 for ; Sun, 26 Feb 2006 14:30:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k1QEU3Qu073833; Sun, 26 Feb 2006 14:30:03 GMT (envelope-from gnats) Resent-Date: Sun, 26 Feb 2006 14:30:03 GMT Resent-Message-Id: <200602261430.k1QEU3Qu073833@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, Dmitry Kazarov Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3EAC316A420 for ; Sun, 26 Feb 2006 14:20:58 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDA3843D45 for ; Sun, 26 Feb 2006 14:20:57 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k1QEKvpU074318 for ; Sun, 26 Feb 2006 14:20:57 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k1QEKvfg074315; Sun, 26 Feb 2006 14:20:57 GMT (envelope-from nobody) Message-Id: <200602261420.k1QEKvfg074315@www.freebsd.org> Date: Sun, 26 Feb 2006 14:20:57 GMT From: Dmitry Kazarov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: bin/93857: Utility for loading the kernel charset translation tables on system boot X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Feb 2006 14:30:05 -0000 >Number: 93857 >Category: bin >Synopsis: Utility for loading the kernel charset translation tables on system boot >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Feb 26 14:30:03 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Dmitry Kazarov >Release: 6.1-PRERELEASE >Organization: Multicom Ltd, Moscow >Environment: FreeBSD CE.multicom.ru 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #0: Wed Feb 22 23:16:06 MSK 2006 root@CE.multicom.ru:/var/tmp/obj/usr/src/sys/CE i386 >Description: I have to allow non-root users to mount a CD-ROMs(CD9660, UDF) and diskettes (MSDOSFS) filesystems. I've setted vfs.usermount to 1, changed permissions of devices in /etc/devfs.conf, permissions of mount points - everything according to FreeBSD faq #9.22. But our users speak Russian and use CD-ROM/diskettes with Cyrillic letters in filenames and I've added corresponding options to /etc/fstab /dev/acd0 /cdrom cd9660 ro,noauto,-CUTF-8 0 0 (users use KDE so their locale is ru_RU.UTF-8). And this option made impossible for users to mount cdrom! Because it loads kiconv charset translation table that is allowed to root only. Searching internet showed a common solution to this problem is creating small startup script in /usr/local/etc/rc.d with mount/umount commands only: #!/bin/sh mount /cdrom umount /cdrom Besides ugly error messages on console this script increases boot time. So I've written this little utility that loads the charset conversion tables. IMHO, it could be useful for many other people. And it's worth to include it in FreeBSD. Script loadfscharsets should be placed in /etc/rc.d/. Script expects next variables in /etc/rc.conf: loadfscharsets_enabled={YES|NO} loadfscharsets_fstypes={list of filesystems that use kiconv filename translation, defaults to "cd9660 udf msdosfs"} loadfscharsets_cspairs={list of charset pairs|Russian|Japanese} loadfscharsets_fstypes specifies list of filesystem types that use external kernel modules for file name translation. The kernel module _iconv have to exist in /boot/kernel directory. loadfscharsets_cspairs could be list of charsets pairs like UTF-8 (which is equal to UTF-8:UTF-16BE), UTF-8:CP866, eucJP:CP932 or words like Russian (equal to "UTF-8 UTF-8:CP866" list), Japanese (equal to "UTF-8 UTF-8:CP92), some locale names (ru_RU.UTF-8, ru_RU.KOI-8 etc) >How-To-Repeat: After boot: root# sysctl vfs.usermount=1 root# chown user /dev/acd0 root# chown user /cdrom root# su user user$ mount_cd9660 -CUTF-8 /dev/acd0 /cdrom mount_cd9660: cd9660_iconv: Operation not permitted root# mount_cd9660 -CUTF-8 /dev/acd0 /cdrom root# umount /cdrom user$ mount_cd9660 -CUTF-8 /dev/acd0 /cdrom user$ mount | fgrep cdrom /dev/acd0 on /cdrom (cd9660, local, nosuid, read-only, mounted by user) >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # Makefile # kiconv_cs_preload.8 # kiconv_cs_preload.c # loadfscharsets # echo x - Makefile sed 's/^X//' >Makefile << 'END-of-Makefile' X# @(#)Makefile 8.3 (Berkeley) 3/27/94 X# $$ X XPROG= kiconv_cs_preload XSRCS= kiconv_cs_preload.c XMAN= kiconv_cs_preload.8 XDPADD= ${LIBKICONV} XLDADD= -lkiconv XBINDIR= /usr/sbin X XWARNS?= 0 X X# Needs to be dynamically linked for optional dlopen() access to X# userland libiconv XNO_SHARED?= NO X X.include END-of-Makefile echo x - kiconv_cs_preload.8 sed 's/^X//' >kiconv_cs_preload.8 << 'END-of-kiconv_cs_preload.8' X.Dd February 19, 2006 X.Dt kiconv_cs_preload 8 X.Os X.Sh NAME X.Nm kiconv_cs_preload X.Nd load kernel charset conversion tables X.Sh SYNOPSIS X.Nm X.Ar locchrset Ns Op : Ns Ar dskcharset X[ X.Ar locchrset Ns Op : Ns Ar dskcharset X]... X.Sh DESCRIPTION XThe X.Nm Xloads specified character conversion tables into kernel for futher Xusage with -C options of X.Xr mount_cd9660 8 , X.Xr mount_udf 8 , X.Xr mount_ntfs 8 Xand X-C and -D options of X.Xr mount_msdosfs 8 . X.Pp XWhen sysctl vfs.usermount==1 non-root user is not capable to use -C option of Xmount_* until root loads convertion table using -C option of mount_* or X.Nm . X.Pp XOperands: X.Pp X.Bl -tag X.It Ar locchrset XCharset used by users, i.e. UTF-8, ISO8859-1, etc. X.It Ar dskcharset XCharset used for filenames on filesystem. Default is UTF-16BE, Xcharset for CD9660 with Joliet extention, UDF and NTFS filesystems. X.El X.Sh EXAMPLES XTo allow russian KDE users to view cyrillic symbols on Joliet CD: X.Pp X.Dl "root# kldload cd9660_iconv" X.Dl "root# kiconv_cs_preload UTF-8" X.Dl "user$ mount -t cd9660 -C UTF-8 /dev/acd0 /cdrom" X.Pp XTo allow those users to correctly work with MS-DOS diskettes and Joliet CD: X.Pp X.Dl "root# kldload msdosfs_iconv" X.Dl "root# kiconv_cs_preload UTF-8 UTF-8:CP866" X.Dl "user$ mount_msdosfs -DCP866 -Lru_RU.UTF-8 /dev/fd0 /mnt" X.Pp XKeep in mind that user should have read-write access to devices X(/dev/acd0,/dev/fd0, etc) and mountpoints (/mnt, /cdrom, etc), and X.Ar vfs.usermount Xsysctl should be 1 (see X.Xr mount 2 Ns ). X.Sh SEE ALSO X.Xr iconv 3 , X.Xr kiconv_add_xlat16_cspairs 3 , X.Xr mount 2 . X.Sh HISTORY XThe X.Nm Xutility appeared in X.Fx 6.0 . END-of-kiconv_cs_preload.8 echo x - kiconv_cs_preload.c sed 's/^X//' >kiconv_cs_preload.c << 'END-of-kiconv_cs_preload.c' X#include X#include X#include X#include X#include X#include X#include X Xvoid usage(const char*); X Xint main(int argc, char* argv[]) { X int exCode = 0; X X if( argc < 2 ) usage(argv[0]); X X while(--argc) { X char* disk = ENCODING_UNICODE; X char* local = *++argv; X char* colon = strchr(local,':'); X if( colon ) { X disk = colon + 1; X *colon = '\0'; X } X X if( strlen(disk) >= ICONV_CSNMAXLEN ) { X warnx("Too long charset name: %s", disk); X continue; X } X X if( strlen(local) >= ICONV_CSNMAXLEN ) { X warnx("Too long charset name: %s", local); X continue; X } X X warnx( X "Preloading converstion tables between \"%s\" and \"%s\" charsets.", X disk,local X ); X if( kiconv_add_xlat16_cspairs(disk,local) ) { X warn("kiconv"); X exCode = 1; X } X } X return exCode; X} X Xvoid usage(const char* n) { X fprintf( X stderr, X "usage: %s local_charset[:disk_charset] [local_charset[:disk_charset]...]\n" X "\n" X "Options:\n" X " local_charset - local charset (UTF-8, ISO8859-1 et al),\n" X " disk_charset - code page used for filenames on devices, default UTF-16BE.\n" X "\n" X "The UTF-16BE charset is used for filenames on CD9660, UDF and " X "NTFS filesystems.\n", X n X ); X exit(0); X} END-of-kiconv_cs_preload.c echo x - loadfscharsets sed 's/^X//' >loadfscharsets << 'END-of-loadfscharsets' X#!/bin/sh X X# PROVIDE: loadfscharsets X# REQUIRE: DAEMON X# BEFORE: LOGIN X X. /etc/rc.subr X Xname=loadfscharsets Xrcvar=`set_rcvar` X Xload_rc_config $name X Xstop_cmd=":" Xstart_precmd=loadfscharsets_precmd X Xcommand=/usr/sbin/kiconv_cs_preload X Xcommand_args="" Xfor cspair in ${loadfscharsets_cspairs}; do X case "$cspair" in X [rR][uU][sS][sS][iI][aA][nN] | ru_RU.UTF-8 ) X command_args="$command_args UTF-8 UTF-8:CP866" X ;; X [jJ][aA][pP][aA][nN][eE][sS][eE] | ja_JP:UTF-8 ) X command_args="$command_args UTF-8 UTF-8:CP932" X ;; X ru_RU.KOI8-R ) X command_args="$command_args KOI8-R KOI8-R:CP866" X ;; X ja_JP.eucJP ) X command_args="$command_args eucJP eucJP:CP932" X ;; X * ) X command_args="$command_args $cspair" X ;; X esac Xdone X X: ${loadfscharsets_fstypes:=cd9660 msdosfs udf} X Xloadfscharsets_precmd() { X for fst in ${loadfscharsets_fstypes}; do X kldstat -q -m ${fst}_iconv || { X info "Loading media charset conversion module for $fst filesystems" X kldload ${fst}_iconv || return 1 X } X done X [ -z "$command_args" ] && X err 1 "\$loadfscharsets_cspairs is not set properly" X return 0 X} X Xrun_rc_command "$1" END-of-loadfscharsets exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sun Feb 26 14:50:59 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2992516A422; Sun, 26 Feb 2006 14:50:59 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5C5843D55; Sun, 26 Feb 2006 14:50:58 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from freefall.freebsd.org (dinoex@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k1QEow3q075622; Sun, 26 Feb 2006 14:50:58 GMT (envelope-from dinoex@freefall.freebsd.org) Received: (from dinoex@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k1QEov0d075618; Sun, 26 Feb 2006 15:50:57 +0100 (CET) (envelope-from dinoex) Date: Sun, 26 Feb 2006 15:50:57 +0100 (CET) From: Dirk Meyer Message-Id: <200602261450.k1QEov0d075618@freefall.freebsd.org> To: dirk.meyer@dinoex.sub.org, dinoex@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: conf/17207: disktab support for Fuji-MO 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, 26 Feb 2006 14:50:59 -0000 Synopsis: disktab support for Fuji-MO State-Changed-From-To: open->closed State-Changed-By: dinoex State-Changed-When: Sun Feb 26 15:50:13 CET 2006 State-Changed-Why: I do no loger care for this, neither does any other src comitter. http://www.freebsd.org/cgi/query-pr.cgi?pr=17207 From owner-freebsd-bugs@FreeBSD.ORG Sun Feb 26 16: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 5E92816A420 for ; Sun, 26 Feb 2006 16:10: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 D44AC43D49 for ; Sun, 26 Feb 2006 16:10: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 k1QGA5WO079279 for ; Sun, 26 Feb 2006 16:10:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k1QGA53s079278; Sun, 26 Feb 2006 16:10:05 GMT (envelope-from gnats) Resent-Date: Sun, 26 Feb 2006 16:10:05 GMT Resent-Message-Id: <200602261610.k1QGA53s079278@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, Oliver Fromme Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3CEFD16A422 for ; Sun, 26 Feb 2006 16:01:21 +0000 (GMT) (envelope-from olli@lurza.secnetix.de) Received: from lurza.secnetix.de (lurza.secnetix.de [83.120.8.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id E64B243D72 for ; Sun, 26 Feb 2006 16:01:15 +0000 (GMT) (envelope-from olli@lurza.secnetix.de) Received: from lurza.secnetix.de (cdsdyb@localhost [127.0.0.1]) by lurza.secnetix.de (8.13.4/8.13.4) with ESMTP id k1QG189d079322; Sun, 26 Feb 2006 17:01:13 +0100 (CET) (envelope-from oliver.fromme@secnetix.de) Received: (from olli@localhost) by lurza.secnetix.de (8.13.4/8.13.1/Submit) id k1QG18Qi079321; Sun, 26 Feb 2006 17:01:08 +0100 (CET) (envelope-from olli) Message-Id: <200602261601.k1QG18Qi079321@lurza.secnetix.de> Date: Sun, 26 Feb 2006 17:01:08 +0100 (CET) From: Oliver Fromme To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Oliver Fromme Subject: kern/93860: [patch] [msdosfs] sectors-per-track limit of MSDOSFS too low X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Oliver Fromme List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Feb 2006 16:10:06 -0000 >Number: 93860 >Category: kern >Synopsis: [patch] [msdosfs] sectors-per-track limit of MSDOSFS too low >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Feb 26 16:10:05 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Oliver Fromme >Release: FreeBSD 6-STABLE >Organization: secnetix GmbH & Co. KG http://www.secnetix.de/bsd >Environment: Problem discovered and patched on RELENG_6. Looking at the CVS repository indicates that it applies to CURRENT and RELENG_5 as well. >Description: I've recently bought a USB flash memory stick with built-in mp3 player. It's an Elta 8061 OL, the flash size is 1 GByte. However, mount_msdosfs refused to mount it (EINVAL). Reformatting it with newfs_msdos is not an option, because the mp3 player only recognizes it when it's formatted with its own firmware. So I had a closer look at the layout of the file system. It's a FAT32 file system with 512 bytes per sector, 8 sectors per cluster, 63 heads and 224 sectors per track. After inspecting the source, I found that the latter (224 sectors per track) is the problem. The source says: if (!pmp->pm_BytesPerSec || !SecPerClust || !pmp->pm_Heads #ifdef PC98 || !pmp->pm_SecPerTrack || pmp->pm_SecPerTrack > 255) { #else || !pmp->pm_SecPerTrack || pmp->pm_SecPerTrack > 63) { #endif error = EINVAL; goto error_exit; } I don't have a PC98 machine, so I hit the limit of 63 sectors per track. It's completely beyond me why there's a different limit for PC98. Why should my USB memory stick work in a PC98 machine, but not in an i386 machine? I simply removed the whole #ifdef and kept only the 255 SecPerTrack limit. Then I could mount the memory stick and copy files without any problems. Please see the patch below. >How-To-Repeat: Try to mount an msdosfs (USB stick, mp3 player) with a FAT32 file system that has more than 63 sectors per track. In case some expert want to have a closer look at the file system in question, this is the first MByte of my USB stick (/dev/da0), gzipped and uuencoded. The first slice (/dev/da0s1) which contains the msdosfs begins at offset 0x4000 (16 KByte). begin 600 elta.dd.gz M'XL("!J!^4,"`V5L=&$N9&0`[=S/:YQ%'`?@>9>X&V)C(U6QN3A7#U6C17J+ M6ZP@V*B-`:4@;,FV;!IWZ[OO"I&`6ZR'1`C](SR%7H0>6E:W*T)O*WKK022H MM)8]6/P12AL:LTVAM>2@GJ(^#PP,[PQS^`X?WKG,K(UUECI+EY:^_BS,MT?G M+XSFSU].?OWD:E@<6VVU"Y\.['LZ&_R@\=%JX]V%[YI?CGS_\T8WUWV\>:.9 M/KCX?&.@>;&Y[Y/+F MU')C=/6+)'OT\-&9<'0]&\Q/SB0S(PN7SX7]O0<.OW4NR75W+:RE.T]>N)5L M3-ZQ_D/[?+[WM_N2WHX/O3[P: M)XH'#]R;_QMCG=NOBMQ'%WJQ#6SISJ9/G^,QZ]WY_YL?M8=_?P MT$2MNF?S$8XX7:D?'QYZ+2W7Z[%4G8O'RW,QJ\6T?*16RX:';*7\\X_SG]MB M_U4'G/^=__^?_W\U````````````````V-ZN;UX+WGEO4Q4````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` H`````````````````````````````````````("_[@]EX@_&```0```` ` end >Fix: This patch is for RELENG_6, but it should apply as well to CURRENT and RELENG_5. --- src/sys/fs/msdosfs/msdosfs_vfsops.c.orig Tue Oct 4 15:13:57 2005 +++ src/sys/fs/msdosfs/msdosfs_vfsops.c Sun Feb 26 16:48:00 2006 @@ -479,11 +479,7 @@ /* XXX - We should probably check more values here */ if (!pmp->pm_BytesPerSec || !SecPerClust || !pmp->pm_Heads -#ifdef PC98 || !pmp->pm_SecPerTrack || pmp->pm_SecPerTrack > 255) { -#else - || !pmp->pm_SecPerTrack || pmp->pm_SecPerTrack > 63) { -#endif error = EINVAL; goto error_exit; } >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sun Feb 26 18: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 1165916A422 for ; Sun, 26 Feb 2006 18: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 9F50E43D70 for ; Sun, 26 Feb 2006 18: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 k1QI0Par085897 for ; Sun, 26 Feb 2006 18:00:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k1QI0P48085896; Sun, 26 Feb 2006 18:00:25 GMT (envelope-from gnats) Date: Sun, 26 Feb 2006 18:00:25 GMT Message-Id: <200602261800.k1QI0P48085896@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Stephen Montgomery-Smith Cc: Subject: Re: bin/93841: seg fault with dmesg X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Stephen Montgomery-Smith List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Feb 2006 18:00:29 -0000 The following reply was made to PR bin/93841; it has been noted by GNATS. From: Stephen Montgomery-Smith To: bug-followup@FreeBSD.org, stephen@math.missouri.edu Cc: Subject: Re: bin/93841: seg fault with dmesg Date: Sun, 26 Feb 2006 11:59:32 -0600 And this is a slightly cleaner way to fix the problem. --- dmesg.c-orig Sat Feb 25 16:26:18 2006 +++ dmesg.c Sat Feb 25 17:06:55 2006 @@ -180,8 +180,8 @@ if (*p == '<') { errno = 0; pri = strtol(p + 1, &q, 10); - if (*q == '>' && pri >= 0 && pri < INT_MAX && - errno == 0) { + if (q < nextp && *q == '>' && pri >= 0 && + pri < INT_MAX && errno == 0) { if (LOG_FAC(pri) != LOG_KERN && !all) continue; p = q + 1; Another possibility is to change the first if statement above to something like if (p* == '<' && !isspace(*(p+1))) { but that might or might not have an undesired effect, because I don't know if you mean to delete stuff like < 2> From owner-freebsd-bugs@FreeBSD.ORG Sun Feb 26 18:40: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 42CD016A420 for ; Sun, 26 Feb 2006 18:40: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 7DFC143D5D for ; Sun, 26 Feb 2006 18:40:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k1QIeH1L088647 for ; Sun, 26 Feb 2006 18:40:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k1QIeGwK088646; Sun, 26 Feb 2006 18:40:16 GMT (envelope-from gnats) Resent-Date: Sun, 26 Feb 2006 18:40:16 GMT Resent-Message-Id: <200602261840.k1QIeGwK088646@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, Oliver Fromme Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1BCDF16A420 for ; Sun, 26 Feb 2006 18:35:38 +0000 (GMT) (envelope-from olli@lurza.secnetix.de) Received: from lurza.secnetix.de (lurza.secnetix.de [83.120.8.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F46443D48 for ; Sun, 26 Feb 2006 18:35:37 +0000 (GMT) (envelope-from olli@lurza.secnetix.de) Received: from lurza.secnetix.de (wvaron@localhost [127.0.0.1]) by lurza.secnetix.de (8.13.4/8.13.4) with ESMTP id k1QIZUIQ084027; Sun, 26 Feb 2006 19:35:35 +0100 (CET) (envelope-from oliver.fromme@secnetix.de) Received: (from olli@localhost) by lurza.secnetix.de (8.13.4/8.13.1/Submit) id k1QIZUal084026; Sun, 26 Feb 2006 19:35:30 +0100 (CET) (envelope-from olli) Message-Id: <200602261835.k1QIZUal084026@lurza.secnetix.de> Date: Sun, 26 Feb 2006 19:35:30 +0100 (CET) From: Oliver Fromme To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Oliver Fromme Subject: kern/93872: [patch] SCSI quirk required for ELTA 8061 OL USB memory stick / mp3 player X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Oliver Fromme List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Feb 2006 18:40:20 -0000 >Number: 93872 >Category: kern >Synopsis: [patch] SCSI quirk required for ELTA 8061 OL USB memory stick / mp3 player >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Feb 26 18:40:15 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Oliver Fromme >Release: FreeBSD 6-STABLE i386 >Organization: secnetix GmbH & Co. KG http://www.secnetix.de/bsd >Environment: Patch applies to CURRENT, RELENG_6 and RELENG_5. I've only tested it on RELENG_6, though. >Description: I've recently bought a USB memory stick with mp3 player from Elta. The product is called Elta 8061 OL, it has 1 GByte flash memory. When I plug it in, it is detected correctly, but every access to it just hangs, no matter what I try (fdisk, or simply read the first block with dd). All processes are stuck in the "disk wait" state ("D" in ps output). When the USB stick is removed, a bunch of error messages are printed by the kernel, and the stuck processes are released. Adding a DA_Q_NO_SYNC_CACHE quirk to scsi_da.c solves the problem. Processes don't hang, and I can access the flash memory without problems. Please see the patch below. This is printed by "camcontrol devlist": scbus3 on umass-sim0 bus 0: at scbus3 target 0 lun 0 (da0,pass1) This is from "usbdevs -v": Controller /dev/usb0: addr 1: full speed, self powered, config 1, UHCI root hub(0x0000), Intel(0x0000), rev 1.00 uhub0 port 1 powered port 2 addr 2: full speed, power 500 mA, config 1, product 0x0001(0x0001), vendor 0x0420(0x0420), rev 1.00 umass0 And this is the dmesg output, *without* the patch: umass0: vendor 0x0420 product 0x0001, rev 1.10/1.00, addr 2 da0 at umass-sim0 bus 0 target 0 lun 0 da0: Removable Direct Access SCSI-0 device da0: 1.000MB/s transfers da0: 999MB (2047969 512 byte sectors: 64H 32S/T 999C) umass0: BBB reset failed, STALLED umass0: BBB bulk-in clear stall failed, STALLED umass0: BBB bulk-out clear stall failed, STALLED (da0:umass-sim0:0:0:0): Synchronize cache failed, status == 0x4, scsi status == 0x0 umass0: BBB reset failed, STALLED umass0: BBB bulk-in clear stall failed, STALLED umass0: BBB bulk-out clear stall failed, STALLED umass0: BBB reset failed, STALLED umass0: BBB bulk-in clear stall failed, STALLED umass0: BBB bulk-out clear stall failed, STALLED umass0: BBB reset failed, STALLED umass0: BBB bulk-in clear stall failed, STALLED umass0: BBB bulk-out clear stall failed, STALLED umass0: BBB reset failed, STALLED umass0: BBB bulk-in clear stall failed, STALLED umass0: BBB bulk-out clear stall failed, STALLED umass0: BBB reset failed, STALLED umass0: BBB bulk-in clear stall failed, STALLED umass0: at uhub0 port 2 (addr 2) disconnected (da0:umass-sim0:0:0:0): lost device (da0:umass-sim0:0:0:0): removing device entry Opened disk da0 -> 5 umass0: detached >How-To-Repeat: Insert "Elta 8061 OL" USB memory stick / mp3 player and try to access it. >Fix: Unfortunately, the device strings are not very useful. The product and revision strings are empty, and the vendor string contains only "USB 2.0". However, I guess this will also catch other Elta players with similar firmware which also require the quirk. --- cam/scsi/scsi_da.c.orig Sat Nov 26 23:55:20 2005 +++ cam/scsi/scsi_da.c Mon Feb 20 11:46:34 2006 @@ -341,6 +341,13 @@ }, { /* + * Elta 8061OL MP3 Player + */ + {T_DIRECT, SIP_MEDIA_REMOVABLE, "USB 2.0" , "", ""}, + /*quirks*/ DA_Q_NO_SYNC_CACHE + }, + { + /* * TEAC USB floppy mechanisms */ {T_DIRECT, SIP_MEDIA_REMOVABLE, "TEAC" , "FD-05*", "*"}, >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sun Feb 26 21:00:27 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A33A916A420 for ; Sun, 26 Feb 2006 21:00:27 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DAA3443D72 for ; Sun, 26 Feb 2006 21:00:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k1QL0OKZ095071 for ; Sun, 26 Feb 2006 21:00:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k1QL0OOp095070; Sun, 26 Feb 2006 21:00:24 GMT (envelope-from gnats) Date: Sun, 26 Feb 2006 21:00:24 GMT Message-Id: <200602262100.k1QL0OOp095070@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Heikki Suonsivu Cc: Subject: Re: kern/79168: Problems running two firewire disks on one bus X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Heikki Suonsivu List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Feb 2006 21:00:27 -0000 The following reply was made to PR kern/79168; it has been noted by GNATS. From: Heikki Suonsivu To: bug-followup@FreeBSD.org, bacon@smithers.neuro.mcw.edu Cc: Subject: Re: kern/79168: Problems running two firewire disks on one bus Date: Sun, 26 Feb 2006 22:57:56 +0200 This problem is not just firewire problem. It happens also on mix of FW and USB external disks, with same symptsoms. Unknown service addr 0x0000:0x0da3a000 WREQB(1) src=0xffc0 data=8 Unknown service addr 0x0000:0x0979e000 WREQB(1) src=0xffc0 data=8 Unknown service addr 0x0000:0xffffc8ff WREQB(1) src=0xffc0 data=8 Unknown service addr 0x0000:0x06ccf000 WREQB(1) src=0xffc0 data=8 Unknown service addr 0x0000:0x14f80000 WREQB(1) src=0xffc0 data=8 Unknown service addr 0x0000:0x003cc000 WREQB(1) src=0xffc0 data=8 Unknown service addr 0x0000:0x023ac800 WREQB(1) src=0xffc0 data=8 Unknown service addr 0x0000:0x03d6a000 WREQB(1) src=0xffc0 data=8 Unknown service addr 0x0000:0x09505000 WREQB(1) src=0xffc0 data=8 Unknown service addr 0x0000:0x09da4000 WREQB(1) src=0xffc0 data=8 Unknown service addr 0x0000:0x12202000 WREQB(1) src=0xffc0 data=8 Unknown service addr 0x0000:0x0c721000 WREQB(1) src=0xffc0 data=8 Unknown service addr 0x0000:0x028f3000 WREQB(1) src=0xffc0 data=8 Unknown service addr 0x0000:0x1341f800 WREQB(1) src=0xffc0 data=8 Unknown service addr 0x0000:0x12ecb000 WREQB(1) src=0xffc0 data=8 Unknown service addr 0x0000:0x0bb13800 WREQB(1) src=0xffc0 data=8 Unknown service addr 0x0000:0x06f54000 WREQB(1) src=0xffc0 data=8 Unknown service addr 0x0000:0x06a69000 WREQB(1) src=0xffc0 data=8 In this case I was copying large amount of data from firewire disk to usb2 external disk. Drive from where I was copying (mounted read-only during time of copying). This is connected to firewire. I have four FW disks, two on each bus. da1 at sbp0 bus 0 target 0 lun 0 da1: Fixed Direct Access SCSI-4 device da1: 50.000MB/s transfers da1: 286103MB (585938944 512 byte sectors: 255H 63S/T 36473C) Drive I was copying to. This is connected to USB2 port. In this case, both drives are conneced to same card (it is one of those firewire/usb combo cards). da0 at umass-sim0 bus 0 target 0 lun 0 da0: Fixed Direct Access SCSI-0 device da0: 40.000MB/s transfers da0: 476950MB (976794336 512 byte sectors: 255H 63S/T 60802C) After some of these messages, there are varying effects, usually detoriating condition. Sometimes I see that ls locks up, sometimes hard, sometimes interruptable. Sometimes I can umount, sometimes the computer locks when unmounting. If I continue to play with it rather than reboot, I end up with a complete lockup. I have seen the same problem on another computer. There did not seem to be difference between USB and FW, both caused the same problem. The full dmesg Copyright (c) 1992-2006 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 5.5-PRERELEASE #4: Sat Feb 25 16:27:23 EET 2006 hsu@lelu.olari.bbnetworks.net:/usr/obj/usr/src/sys/HSU5 Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: Pentium III/Pentium III Xeon/Celeron (547.62-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x673 Stepping = 3 Features=0x383f9ff real memory = 402653184 (384 MB) avail memory = 384335872 (366 MB) npx0: on motherboard npx0: INT 16 interface cpu0 on motherboard pcib0: pcibus 0 on motherboard pir0: on motherboard pci0: on pcib0 agp0: mem 0x44000000-0x47ffffff at device 0.0 on pci0 pcib1: at device 1.0 on pci0 pci1: on pcib1 pci1: at device 0.0 (no driver attached) pci0: at device 13.0 (no driver attached) de0: port 0x1000-0x107f mem 0x40900000-0x4090007f irq 11 at device 14.0 on pci0 de0: 21140A [10-100Mb/s] pass 2.2 de0: Ethernet address: 00:80:c8:f6:95:0a de0: if_start running deferred for Giant ohci0: mem 0x4c000000-0x4c000fff irq 11 at device 15.0 on pci0 usb0: OHCI version 1.0, legacy support usb0: on ohci0 usb0: USB revision 1.0 uhub0: AcerLabs OHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered ohci1: mem 0x4c100000-0x4c100fff irq 11 at device 15.1 on pci0 usb1: OHCI version 1.0, legacy support usb1: on ohci1 usb1: USB revision 1.0 uhub1: AcerLabs OHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub1: 2 ports with 2 removable, self powered ohci2: mem 0x4c200000-0x4c200fff irq 11 at device 15.2 on pci0 usb2: OHCI version 1.0, legacy support usb2: on ohci2 usb2: USB revision 1.0 uhub2: AcerLabs OHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub2: 2 ports with 2 removable, self powered ehci0: mem 0x4c400000-0x4c4000ff irq 11 at device 15.3 on pci0 usb3: EHCI version 1.0 usb3: companion controllers, 2 ports each: usb0 usb1 usb2 usb3: on ehci0 usb3: USB revision 2.0 uhub3: AcerLabs EHCI root hub, class 9/0, rev 2.00/1.00, addr 1 uhub3: 6 ports with 6 removable, self powered umass0: LaCie Group.SA BigDisk, rev 2.00/1.18, addr 2 umass0: Get Max Lun not supported (STALLED) fwohci0: <1394 Open Host Controller Interface> mem 0x4c300000-0x4c3007ff irq 11 at device 15.4 on pci0 fwohci0: OHCI version 1.10 (ROM=1) fwohci0: No. of Isochronous channels is 4. fwohci0: EUI64 00:90:e6:00:00:00:02:e5 fwohci0: Phy 1394a available S400, 2 ports. fwohci0: Link S400, max_rec 2048 bytes. firewire0: on fwohci0 fwe0: on firewire0 if_fwe0: Fake Ethernet address: 02:90:e6:00:02:e5 fwe0: Ethernet address: 02:90:e6:00:02:e5 fwe0: if_start running deferred for Giant sbp0: on firewire0 fwohci0: Initiate bus reset fwohci0: node_id=0xc800ffc4, gen=1, CYCLEMASTER mode firewire0: 5 nodes, maxhop <= 4, cable IRM = 4 (me) firewire0: bus manager 4 (me) pcm0: port 0x1080-0x10bf irq 11 at device 16.0 on pci0 pcm0: isab0: at device 20.0 on pci0 isa0: on isab0 atapci0: port 0x10e0-0x10ef,0x376,0x170-0x177,0x3f6,0x1f0-0x1f7 at device 20.1 on pci0 ata0: channel #0 on atapci0 ata1: channel #1 on atapci0 uhci0: port 0x10c0-0x10df irq 11 at device 20.2 on pci0 usb4: on uhci0 usb4: USB revision 1.0 uhub4: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub4: 2 ports with 2 removable, self powered pci0: at device 20.3 (no driver attached) orm0: at iomem 0xe0000-0xe7fff,0xc0000-0xc7fff on isa0 pmtimer0 on isa0 atkbdc0: at port 0x64,0x60 on isa0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 psm0: irq 12 on atkbdc0 psm0: model IntelliMouse Explorer, device ID 4 fdc0: at port 0x3f0-0x3f5 irq 6 drq 2 on isa0 fd0: <1440-KB 3.5" drive> on fdc0 drive 0 ppc0: at port 0x378-0x37f irq 7 on isa0 ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode ppc0: FIFO with 16/16/8 bytes threshold ppbus0: on ppc0 plip0: on ppbus0 lpt0: on ppbus0 lpt0: Interrupt-driven port ppi0: on ppbus0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 16550A sio1 at port 0x2f8-0x2ff irq 3 on isa0 sio1: type 16550A vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 unknown: can't assign resources (port) unknown: can't assign resources (port) unknown: can't assign resources (port) unknown: can't assign resources (port) unknown: can't assign resources (port) unknown: can't assign resources (irq) unknown: can't assign resources (port) unknown: can't assign resources (port) Timecounter "TSC" frequency 547622239 Hz quality 800 Timecounters tick every 10.000 msec IPv6 packet filtering initialized, default to accept, logging limited to 500 packets/entry ipfw2 initialized, divert enabled, rule-based forwarding disabled, default to accept, logging limited to 500 packets/entry by default ad0: 73308MB [148945/16/63] at ata0-master UDMA33 ad1: 305245MB [620181/16/63] at ata0-slave UDMA33 acd0: CDRW at ata1-master PIO4 ad3: 286103MB [581290/16/63] at ata1-slave UDMA33 firewire0: New S400 device ID:0010b92000d5db66 firewire0: New S400 device ID:0010b9f7011466a0 firewire0: New S400 device ID:0010b92100409c86 firewire0: New S400 device ID:0010b9f701222bcc da1 at sbp0 bus 0 target 0 lun 0 da1: Fixed Direct Access SCSI-4 device da1: 50.000MB/s transfers da1: 286103MB (585938944 512 byte sectors: 255H 63S/T 36473C) da2 at sbp0 bus 0 target 1 lun 0 da2: Fixed Direct Access SCSI-4 device da2: 50.000MB/s transfers da2: 286188MB (586114704 512 byte sectors: 255H 63S/T 36483C) da3 at sbp0 bus 0 target 2 lun 0 da3: Fixed Direct Access SCSI-4 device da3: 50.000MB/s transfers da3: 286103MB (585938944 512 byte sectors: 255H 63S/T 36473C) da4 at sbp0 bus 0 target 3 lun 0 da4: Fixed Direct Access SCSI-4 device da4: 50.000MB/s transfers da4: 286103MB (585938944 512 byte sectors: 255H 63S/T 36473C) da0 at umass-sim0 bus 0 target 0 lun 0 da0: Fixed Direct Access SCSI-0 device da0: 40.000MB/s transfers da0: 476950MB (976794336 512 byte sectors: 255H 63S/T 60802C) Mounting root from ufs:/dev/ad0s1a From owner-freebsd-bugs@FreeBSD.ORG Mon Feb 27 00:10: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 1C62716A420 for ; Mon, 27 Feb 2006 00:10:14 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 76EBC43D5D for ; Mon, 27 Feb 2006 00: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 k1R0ABHY004034 for ; Mon, 27 Feb 2006 00: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 k1R0ABZ6004033; Mon, 27 Feb 2006 00:10:11 GMT (envelope-from gnats) Resent-Date: Mon, 27 Feb 2006 00:10:11 GMT Resent-Message-Id: <200602270010.k1R0ABZ6004033@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, Guido Van Hoecke Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3034C16A420 for ; Mon, 27 Feb 2006 00:00:22 +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 D99F243D48 for ; Mon, 27 Feb 2006 00:00:21 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k1R00LQm027724 for ; Mon, 27 Feb 2006 00:00:21 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k1R00LQS027723; Mon, 27 Feb 2006 00:00:21 GMT (envelope-from nobody) Message-Id: <200602270000.k1R00LQS027723@www.freebsd.org> Date: Mon, 27 Feb 2006 00:00:21 GMT From: Guido Van Hoecke To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: misc/93878: error in /usr/share/examples/diskless/clone_root 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, 27 Feb 2006 00:10:14 -0000 >Number: 93878 >Category: misc >Synopsis: error in /usr/share/examples/diskless/clone_root >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Mon Feb 27 00:10:07 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Guido Van Hoecke >Release: FreeBSD 6.0-RELEASE >Organization: >Environment: FreeBSD beastie.vanhoecke.org 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: /usr/share/examples/diskless/clone_root advises to build a DISKLESS kernel using a.o. 'option MFS' This appears to be an obsolete option; it should probably read 'option MD_ROOT'. >How-To-Repeat: >Fix: Change MFS into MD_ROOT >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Mon Feb 27 04: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 71D6C16A420 for ; Mon, 27 Feb 2006 04: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 E03F943D53 for ; Mon, 27 Feb 2006 04: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 k1R4A83C022211 for ; Mon, 27 Feb 2006 04: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 k1R4A844022210; Mon, 27 Feb 2006 04:10:08 GMT (envelope-from gnats) Resent-Date: Mon, 27 Feb 2006 04:10:08 GMT Resent-Message-Id: <200602270410.k1R4A844022210@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, Jason Spence Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E92916A420 for ; Mon, 27 Feb 2006 04:05:43 +0000 (GMT) (envelope-from jspence@graendal.dyndns.org) Received: from graendal.dyndns.org (c-24-6-199-189.hsd1.ca.comcast.net [24.6.199.189]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E55D43D49 for ; Mon, 27 Feb 2006 04:05:41 +0000 (GMT) (envelope-from jspence@graendal.dyndns.org) Received: from graendal.dyndns.org (localhost [127.0.0.1]) by graendal.dyndns.org (8.13.4/8.13.4) with ESMTP id k1R4AHbn000775 for ; Sun, 26 Feb 2006 20:10:18 -0800 (PST) (envelope-from jspence@graendal.dyndns.org) Received: (from jspence@localhost) by graendal.dyndns.org (8.13.4/8.13.4/Submit) id k1R4AGKk000774; Sun, 26 Feb 2006 20:10:16 -0800 (PST) (envelope-from jspence) Message-Id: <200602270410.k1R4AGKk000774@graendal.dyndns.org> Date: Sun, 26 Feb 2006 20:10:16 -0800 (PST) From: Jason Spence To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: kern/93885: 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 Reply-To: Jason Spence List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Feb 2006 04:10:09 -0000 >Number: 93885 >Category: kern >Synopsis: ata(4) failure: SETFEATURES SET TRANSFER MODE semaphore timeout !! DANGER Will Robinson !! >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Feb 27 04:10:08 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Jason Spence >Release: FreeBSD 6.1-PRERELEASE i386 >Organization: none >Environment: System: FreeBSD graendal 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #2: Sun Feb 26 18:10:01 PST 2006 root@graendal:/usr/obj/usr/src/sys/GRAENDAL i386 Via EPIA M10000 LVDS motherboard http://www.via.com.tw/en/products/mainboards/mini_itx/epia_m/ Promise Fasttrack TX2200 http://www.promise.com/product/product_detail_eng.asp?segment=RAID%200/1%20HBAs&product_id=128 atapci1@pci0:20:0: class=0x010400 card=0x3571105a chip=0x3571105a rev=0x02 hdr=0x00 vendor = 'Promise Technology Inc' class = mass storage subclass = RAID 2x WDC WD2500JS-00MHB0 disks, firmware 02.01C03 http://www.wdc.com/en/products/Products.asp?DriveID=135&Language=en Disks are configured as a RAID 1 mirror, detected as ar0: [jspence@graendal ~]> sudo atacontrol status ar0 ar0: ATA RAID1 subdisks: ad4 ad6 status: READY >Description: Under heavy disk load, such as a find / loop, the following message occurs: ad?: req=0x???????? SETFEATURES SET TRANSFER MODE semaphore timeout !! DANGER Will Robinson !! The question mark characters change for each incident. The message comes from ata-queue.c. The machine becomes unresponsive even to power button events. A hard reset is required. This bug is similar to or identical to kern/91408. >How-To-Repeat: Duplicate the above hardware configuration. Execute the following script: #!/bin/sh while true; do find / done Wait a few minutes. >Fix: No fix known. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Mon Feb 27 04:24: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 2BED516A420; Mon, 27 Feb 2006 04:24:36 +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 B609C43D53; Mon, 27 Feb 2006 04:24:35 +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 k1R4OZbH022895; Mon, 27 Feb 2006 04:24:35 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k1R4OZkr022891; Mon, 27 Feb 2006 04:24:35 GMT (envelope-from linimon) Date: Mon, 27 Feb 2006 04:24:35 GMT From: Mark Linimon Message-Id: <200602270424.k1R4OZkr022891@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-usb@FreeBSD.org Cc: Subject: Re: usb/93872: [patch] SCSI quirk required for ELTA 8061 OL USB memory stick / mp3 player 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, 27 Feb 2006 04:24:36 -0000 Synopsis: [patch] SCSI quirk required for ELTA 8061 OL USB memory stick / mp3 player Responsible-Changed-From-To: freebsd-bugs->freebsd-usb Responsible-Changed-By: linimon Responsible-Changed-When: Mon Feb 27 04:24:23 UTC 2006 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=93872 From owner-freebsd-bugs@FreeBSD.ORG Mon Feb 27 05: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 AC0C516A420 for ; Mon, 27 Feb 2006 05: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 7A1AB43D4C for ; Mon, 27 Feb 2006 05: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 k1R5K4L2026308 for ; Mon, 27 Feb 2006 05: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 k1R5K4Ph026307; Mon, 27 Feb 2006 05:20:04 GMT (envelope-from gnats) Resent-Date: Mon, 27 Feb 2006 05:20:04 GMT Resent-Message-Id: <200602270520.k1R5K4Ph026307@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, Stephen Liss Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 37D6416A427 for ; Mon, 27 Feb 2006 05:14: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 BE06C43D46 for ; Mon, 27 Feb 2006 05:14:33 +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 k1R5EXoX084516 for ; Mon, 27 Feb 2006 05:14:33 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k1R5EXVq084515; Mon, 27 Feb 2006 05:14:33 GMT (envelope-from nobody) Message-Id: <200602270514.k1R5EXVq084515@www.freebsd.org> Date: Mon, 27 Feb 2006 05:14:33 GMT From: Stephen Liss To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: kern/93886: Atheros/D-Link DWL-G650 long delay to associate on 6.1-PRERELEASE 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, 27 Feb 2006 05:20:05 -0000 >Number: 93886 >Category: kern >Synopsis: Atheros/D-Link DWL-G650 long delay to associate on 6.1-PRERELEASE >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 Feb 27 05:20:03 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Stephen Liss >Release: 6.1-PRERELEASE >Organization: can't say due to company media policy >Environment: FreeBSD scruffy 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #31: Sat Feb 25 21:37:37 PST 2006 stephen@scruffy:/usr/obj/usr/src/sys/mykernel i386 >Description: It takes ages (~10 minutes) for my D-Link DWL-G650 to associate with the open access points at the hotels I've been staying in for the past 2 weeks (both Mariott). Output from ifconfig ath0 scan: SSID BSSID CHAN RATE S:N INT CAPS HotelNet 00:02:2d:93:00:91 6 11M 10:0 100 E HotelNet 00:02:2d:93:00:48 11 11M 35:0 100 E HotelNet 00:02:2d:93:00:4b 1 11M 22:0 100 E HotelNet 00:02:2d:b5:7f:8d 1 11M 14:0 100 E Output from athdebug: dev.ath.0.debug: 0x0 Output from athstats: 6 interrupts coalesced 871 tx frames discarded prior to association 2592 tx stopped 'cuz no xmit buffer 4 tx failed 'cuz FIFO underrun 39 tx failed 'cuz bogus xmit rate 738 tx frames with rts enabled 456 rx failed 'cuz of FIFO overrun 5140 beacons transmitted 71 tx used alternate antenna Antenna profile: [2] tx 281 rx 1146 [3] tx 583 rx 4538 Output from wpa_supplicant with -dd specified: Initializing interface 'ath0' conf '/etc/wpa_supplicant.conf' driver 'default' Configuration file '/etc/wpa_supplicant.conf' -> '/etc/wpa_supplicant.conf' Reading configuration file '/etc/wpa_supplicant.conf' Line: 1 - start of a new network block ssid - hexdump_ascii(len=13): 4d 65 61 6e 4c 69 74 74 6c 65 44 6f 67 MeanLittleDog PSK (ASCII passphrase) - hexdump_ascii(len=9): [REMOVED] scan_ssid=1 (0x1) BSSID - hexdump(len=6): 00 13 46 a8 ae 76 PSK (from passphrase) - hexdump(len=32): [REMOVED] Line: 7 - start of a new network block ssid - hexdump_ascii(len=8): 48 6f 74 65 6c 4e 65 74 HotelNet key_mgmt: 0x4 Priority group 0 id=0 ssid='MeanLittleDog' id=1 ssid='HotelNet' Initializing interface (2) 'ath0' Own MAC address: 00:11:95:04:47:3b wpa_driver_bsd_set_wpa: enabled=1 wpa_driver_bsd_set_wpa_internal: wpa=3 privacy=1 wpa_driver_bsd_del_key: keyidx=0 wpa_driver_bsd_del_key: keyidx=1 wpa_driver_bsd_del_key: keyidx=2 wpa_driver_bsd_del_key: keyidx=3 wpa_driver_bsd_set_countermeasures: enabled=0 wpa_driver_bsd_set_drop_unencrypted: enabled=1 Setting scan request: 0 sec 100000 usec Starting AP scan (specific SSID) Scan SSID - hexdump_ascii(len=13): 4d 65 61 6e 4c 69 74 74 6c 65 44 6f 67 MeanLittleDog Received 0 bytes of scan results (3 BSSes) Scan results: 3 Selecting BSS from priority group 0 0: 00:02:2d:93:00:48 ssid='HotelNet' wpa_ie_len=0 rsn_ie_len=0 skip - no WPA/RSN IE 1: 00:02:2d:b5:7f:8d ssid='HotelNet' wpa_ie_len=0 rsn_ie_len=0 skip - no WPA/RSN IE 2: 00:02:2d:93:00:4b ssid='HotelNet' wpa_ie_len=0 rsn_ie_len=0 skip - no WPA/RSN IE selected non-WPA AP 00:02:2d:93:00:48 ssid='HotelNet' Trying to associate with 00:02:2d:93:00:48 (SSID='HotelNet' freq=2462 MHz) Cancelling scan request Automatic auth_alg selection: 0x1 No keys have been configured - skip key clearing wpa_driver_bsd_set_drop_unencrypted: enabled=0 wpa_driver_bsd_associate: ssid 'HotelNet' wpa ie len 0 pairwise 0 group 0 key mgmt 2 wpa_driver_bsd_associate: set PRIVACY 0 Setting authentication timeout: 5 sec 0 usec Received 0 bytes of scan results (3 BSSes) Scan results: 3 Selecting BSS from priority group 0 0: 00:02:2d:93:00:48 ssid='HotelNet' wpa_ie_len=0 rsn_ie_len=0 skip - no WPA/RSN IE 1: 00:02:2d:b5:7f:8d ssid='HotelNet' wpa_ie_len=0 rsn_ie_len=0 skip - no WPA/RSN IE 2: 00:02:2d:93:00:4b ssid='HotelNet' wpa_ie_len=0 rsn_ie_len=0 skip - no WPA/RSN IE selected non-WPA AP 00:02:2d:93:00:48 ssid='HotelNet' Trying to associate with 00:02:2d:93:00:48 (SSID='HotelNet' freq=2462 MHz) Cancelling scan request Automatic auth_alg selection: 0x1 No keys have been configured - skip key clearing wpa_driver_bsd_set_drop_unencrypted: enabled=0 wpa_driver_bsd_associate: ssid 'HotelNet' wpa ie len 0 pairwise 0 group 0 key mgmt 2 wpa_driver_bsd_associate: set PRIVACY 0 Setting authentication timeout: 5 sec 0 usec Received 0 bytes of scan results (3 BSSes) Scan results: 3 Selecting BSS from priority group 0 0: 00:02:2d:93:00:48 ssid='HotelNet' wpa_ie_len=0 rsn_ie_len=0 skip - no WPA/RSN IE 1: 00:02:2d:b5:7f:8d ssid='HotelNet' wpa_ie_len=0 rsn_ie_len=0 skip - no WPA/RSN IE 2: 00:02:2d:93:00:4b ssid='HotelNet' wpa_ie_len=0 rsn_ie_len=0 skip - no WPA/RSN IE selected non-WPA AP 00:02:2d:93:00:48 ssid='HotelNet' Trying to associate with 00:02:2d:93:00:48 (SSID='HotelNet' freq=2462 MHz) Cancelling scan request Automatic auth_alg selection: 0x1 No keys have been configured - skip key clearing wpa_driver_bsd_set_drop_unencrypted: enabled=0 wpa_driver_bsd_associate: ssid 'HotelNet' wpa ie len 0 pairwise 0 group 0 key mgmt 2 wpa_driver_bsd_associate: set PRIVACY 0 Setting authentication timeout: 5 sec 0 usec Received 0 bytes of scan results (3 BSSes) Scan results: 3 Selecting BSS from priority group 0 0: 00:02:2d:93:00:48 ssid='HotelNet' wpa_ie_len=0 rsn_ie_len=0 skip - no WPA/RSN IE 1: 00:02:2d:b5:7f:8d ssid='HotelNet' wpa_ie_len=0 rsn_ie_len=0 skip - no WPA/RSN IE 2: 00:02:2d:93:00:4b ssid='HotelNet' wpa_ie_len=0 rsn_ie_len=0 skip - no WPA/RSN IE selected non-WPA AP 00:02:2d:93:00:48 ssid='HotelNet' Trying to associate with 00:02:2d:93:00:48 (SSID='HotelNet' freq=2462 MHz) Cancelling scan request Automatic auth_alg selection: 0x1 No keys have been configured - skip key clearing wpa_driver_bsd_set_drop_unencrypted: enabled=0 wpa_driver_bsd_associate: ssid 'HotelNet' wpa ie len 0 pairwise 0 group 0 key mgmt 2 wpa_driver_bsd_associate: set PRIVACY 0 Setting authentication timeout: 5 sec 0 usec Received 0 bytes of scan results (3 BSSes) Scan results: 3 Selecting BSS from priority group 0 0: 00:02:2d:93:00:48 ssid='HotelNet' wpa_ie_len=0 rsn_ie_len=0 skip - no WPA/RSN IE 1: 00:02:2d:b5:7f:8d ssid='HotelNet' wpa_ie_len=0 rsn_ie_len=0 skip - no WPA/RSN IE 2: 00:02:2d:93:00:4b ssid='HotelNet' wpa_ie_len=0 rsn_ie_len=0 skip - no WPA/RSN IE >How-To-Repeat: Check in to a Mariott hotel with something capable of running 6.1-PRERELEASE and a DWL-G650 cardbus adapter. Try to get your machine to associate with their open access points. It will happen, but you will have to wait a while, i.e. ~10 minutes. Windows XP associates immediately. >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Mon Feb 27 06:30: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 976A416A420 for ; Mon, 27 Feb 2006 06:30: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 9813643D45 for ; Mon, 27 Feb 2006 06:30:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k1R6UGmp029514 for ; Mon, 27 Feb 2006 06:30:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k1R6UGHu029513; Mon, 27 Feb 2006 06:30:16 GMT (envelope-from gnats) Date: Mon, 27 Feb 2006 06:30:16 GMT Message-Id: <200602270630.k1R6UGHu029513@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Arthur Hartwig Cc: Subject: Re: kern/86003: Startup reports "failed to attach P_CNT" X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Arthur Hartwig List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Feb 2006 06:30:17 -0000 The following reply was made to PR kern/86003; it has been noted by GNATS. From: Arthur Hartwig To: bug-followup@FreeBSD.org, arthur.hartwig@nokia.com Cc: Subject: Re: kern/86003: Startup reports "failed to attach P_CNT" Date: Mon, 27 Feb 2006 16:24:41 +1000 This still happens on FreeBSD 6.1-BETA1. I wonder if its because the ACPI data reports two CPUs each with a throttle register at 0x410 and the second attach fails because the first attach allocated the register at 0x410 with the results that the second attach couldn't. From owner-freebsd-bugs@FreeBSD.ORG Mon Feb 27 06: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 8111716A420 for ; Mon, 27 Feb 2006 06: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 EACD143D48 for ; Mon, 27 Feb 2006 06:50: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 k1R6o4Ls031144 for ; Mon, 27 Feb 2006 06:50:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k1R6o4Iq031143; Mon, 27 Feb 2006 06:50:04 GMT (envelope-from gnats) Resent-Date: Mon, 27 Feb 2006 06:50:04 GMT Resent-Message-Id: <200602270650.k1R6o4Iq031143@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, Arthur Hartwig Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8CD5216A420 for ; Mon, 27 Feb 2006 06:42:09 +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 33C1643D48 for ; Mon, 27 Feb 2006 06:42:09 +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 k1R6g8IS025892 for ; Mon, 27 Feb 2006 06:42:08 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k1R6g8VT025891; Mon, 27 Feb 2006 06:42:08 GMT (envelope-from nobody) Message-Id: <200602270642.k1R6g8VT025891@www.freebsd.org> Date: Mon, 27 Feb 2006 06:42:08 GMT From: Arthur Hartwig To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: misc/93887: cpu_spinwait calls missing 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, 27 Feb 2006 06:50:05 -0000 >Number: 93887 >Category: misc >Synopsis: cpu_spinwait calls missing >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Feb 27 06:50:04 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Arthur Hartwig >Release: 6.1-BETA1 >Organization: Nokia >Environment: oz-net-11# uname -a FreeBSD oz-net-11.nes.nokia.com 6.1-BETA1 FreeBSD 6.1-BETA1 #4: Tue Feb 21 14:01:31 EST 2006 root@oz-net-11.nes.nokia.com:/usr/src/sys/amd64/compile/oz-net-11 amd64 >Description: There are five busy wait loops in kern/subr_smp.c which would be more "multi-processor friendly" on i386 and amd64 architectures if they included a call to cpu_spinwait(). On these architectures the cpu_spinwait() executes a pause instruction which the Intel IA32 architecture manual says "improves the performance of spin wait loops." Loops which could include the call to cpu_spinwait() occur in stop_cpus(), stop_cpus_nmi(), restart_cpus(), and two in smp_rendezvous_action() >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Mon Feb 27 07:02:27 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D82D16A422 for ; Mon, 27 Feb 2006 07:02:27 +0000 (GMT) (envelope-from darrenr@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1F2F43D45; Mon, 27 Feb 2006 07:02:26 +0000 (GMT) (envelope-from darrenr@FreeBSD.org) Received: from freefall.freebsd.org (darrenr@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k1R72QYp031638; Mon, 27 Feb 2006 07:02:26 GMT (envelope-from darrenr@freefall.freebsd.org) Received: (from darrenr@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k1R72Q93031637; Mon, 27 Feb 2006 07:02:26 GMT (envelope-from darrenr) Date: Mon, 27 Feb 2006 07:02:26 GMT From: Darren Reed Message-Id: <200602270702.k1R72Q93031637@freefall.freebsd.org> To: tijmen@tijmen.net Cc: freebsd-bugs@FreeBSD.org Subject: Re: kern/91777 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, 27 Feb 2006 07:02:27 -0000 Patch below. Darren --- fil.c 31 Dec 2005 13:35:42 -0000 2.243.2.73 +++ fil.c 26 Feb 2006 09:57:58 -0000 @@ -2021,18 +2020,20 @@ (void) strncpy(fin->fin_group, fr->fr_group, FR_GROUPLEN); if (fr->fr_grp != NULL) { fin->fin_fr = *fr->fr_grp; - pass = fr_scanlist(fin, pass); + passt = fr_scanlist(fin, pass); if (fin->fin_fr == NULL) { fin->fin_rule = rulen; (void) strncpy(fin->fin_group, fr->fr_group, FR_GROUPLEN); fin->fin_fr = fr; + passt = pass; } if (fin->fin_flx & FI_DONTCACHE) logged = 1; + pass = passt; } - if (pass & FR_QUICK) { + if (passt & FR_QUICK) { /* * Finally, if we've asked to track state for this * packet, set it up. Add state for "quick" rules From owner-freebsd-bugs@FreeBSD.ORG Mon Feb 27 07:10: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 142B816A420 for ; Mon, 27 Feb 2006 07: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 8EB9543D49 for ; Mon, 27 Feb 2006 07: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 k1R7A4HI031794 for ; Mon, 27 Feb 2006 07: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 k1R7A4iF031793; Mon, 27 Feb 2006 07:10:04 GMT (envelope-from gnats) Resent-Date: Mon, 27 Feb 2006 07:10:04 GMT Resent-Message-Id: <200602270710.k1R7A4iF031793@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, Sergey Yakovlev Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA54416A422 for ; Mon, 27 Feb 2006 07:02:55 +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 4CBCA43D45 for ; Mon, 27 Feb 2006 07:02:55 +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 k1R72s42038585 for ; Mon, 27 Feb 2006 07:02:54 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k1R72srM038584; Mon, 27 Feb 2006 07:02:54 GMT (envelope-from nobody) Message-Id: <200602270702.k1R72srM038584@www.freebsd.org> Date: Mon, 27 Feb 2006 07:02:54 GMT From: Sergey Yakovlev To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: kern/93888: nVida QUADRO4 400NVS FreeBSD 5.x & 4 Monitors... 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, 27 Feb 2006 07:10:05 -0000 >Number: 93888 >Category: kern >Synopsis: nVida QUADRO4 400NVS FreeBSD 5.x & 4 Monitors... >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 Feb 27 07:10:03 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Sergey Yakovlev >Release: 5.5-PRERELEASE >Organization: SICE >Environment: FreeBSD sova1.sicex.ru 5.5-PRERELEASE FreeBSD 5.5-PRERELEASE #1: Tue Apr 16 07:58:30 NOVST 2002 root@sova1.sicex.ru:/usr/obj/usr/src/sys/SOVA i386 >Description: Dear Sir... I'm tired fight this problem... Help me please for decision this problem... I have FreeBSD PRRELEASE-5.5, Xorg X-server 6.8.2 and nVidia driver 8178. 4 monitors LCD Nec 1980SXi. And working only 2 monitors for first chip nvidia. Config and logs X-server below --------------config----- Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" ModulePath "/usr/X11R6/lib/modules" FontPath "/usr/X11R6/lib/X11/fonts/cyrillic/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" FontPath "/usr/X11R6/lib/X11/fonts/misc/" FontPath "/usr/X11R6/lib/X11/fonts/TTF/" EndSection Section "Module" Load "dbe" Load "extmod" Load "glx" Load "record" Load "xtrap" Load "freetype" Load "type1" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/psm0" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "Monitor Model" EndSection Section "Monitor" Identifier "Monitor1" VendorName "Monitor Vendor" ModelName "Monitor Model" EndSection Section "Device" Identifier "Card0" Driver "nvidia" VendorName "nVidia Corporation" BoardName "NV17GL [Quadro4 200/400 NVS]" BusID "PCI:3:0:0" Screen 0 Option "NvAGP" "0" Option "UBB" "1" Option "ConnectedMonitor" "DFP,DFP" Option "MultisampleCompatibility" "1" Option "NoPowerConnectorCheck" "1" Option "TwinView" Option "TwinViewOrientation" "RightOf" Option "MetaModes" "1280x1024,1280x1024" EndSection Section "Device" Identifier "Card1" Driver "nvidia" VendorName "nVidia Corporation" BoardName "NV17GL [Quadro4 200/400 NVS]" BusID "PCI:3:4:0" Screen 1 Option "NvAGP" "0" Option "UBB" "1" Option "ConnectedMonitor" "DFP,DFP" Option "MultisampleCompatibility" "1" Option "NoPowerConnectorCheck" "1" Option "TwinView" Option "TwinViewOrientation" "RightOf" Option "MetaModes" "1280x1024,1280x1024" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 Modes "1280x1024" EndSubSection EndSection Section "Screen" Identifier "Screen1" Device "Card1" Monitor "Monitor1" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 Modes "1280x1024" EndSubSection EndSection Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 Screen 1 "Screen1" RightOf "Screen0" InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection -------------end config----------- This is log file for X.org.log ------------------- (==) Log file: "/var/log/Xorg.0.log", Time: Tue Feb 14 20:52:48 2006 (==) Using config file: "/usr/X11R6/etc/X11/xorg.conf" (==) ServerLayout "X.org Configured" (**) |-->Screen "Screen0" (0) (**) | |-->Monitor "Monitor0" (**) | |-->Device "Card0" (**) |-->Screen "Screen2" (1) (**) | |-->Monitor "Monitor2" (**) | |-->Device "Card1" (**) |-->Input Device "Mouse0" (**) |-->Input Device "Keyboard0" (**) FontPath set to "/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/cyrillic/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/" (**) RgbPath set to "/usr/X11R6/lib/X11/rgb" (**) ModulePath set to "/usr/X11R6/lib/modules" -------then is "scanpci" process and his result is below (II) PCI: 03:00:0: chip 10de,017a card 10de,014c rev a3 class 03,00,00 hdr 00 (II) PCI: 03:04:0: chip 10de,017a card 10de,014c rev a3 class 03,00,00 hdr 00 (II) PCI: End of PCI scan --------later message (below) is interesting ---------- (--) PCI:*(3:0:0) nVidia Corporation NV17GL [Quadro4 200/400 NVS] rev 163, Mem @ 0xfc000000/24, 0xe0000000/27, 0xf0000000/19, BIOS @ fe000000/17 (--) PCI: (3:4:0) nVidia Corporation NV17GL [Quadro4 200/400 NVS] rev 163, Mem @ 0xfd000000/24, 0xfe000000/19 ---------why for pci(3:0:0) is "*", but for pci(3:4:0) is no??? May be this is problems and how this correct? ---------then--------- (II) Primary Device is: PCI 03:00:0 (WW) NVIDIA: No matching Device section for instance (BusID PCI:3:4:0) found (--) Chipset NVIDIA GPU found (--) Chipset NVIDIA GPU found ---------Why "No matching Device section"? But section in my config"xorg.conf" for BusID PCI:3:4:0 is present???? -------Then---------- (EE) Screen 1 deleted because of no matching config section. (II) UnloadModule: "nvidia" -------- Can I use Option "AllowDDCCI" and "Composite extension" in my case??? At last, but don't working second chip nVidia in this card... Thank's for any information... Result work "nvidia-settings" is "localhost:0.1" with 2 monitors. This is without working second chip in card QUADRO4 400NVS Thank's .... --------------- Sincerely Yours, S. Yakovlev >How-To-Repeat: Install vVidia driver, and start X-server (Xorg 6.8.2 from "ports") >Fix: I don't unknown... Help me please... >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Mon Feb 27 07:40: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 731A616A420 for ; Mon, 27 Feb 2006 07:40:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08C0943D45 for ; Mon, 27 Feb 2006 07:40:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k1R7eGmr033894 for ; Mon, 27 Feb 2006 07:40:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k1R7eG1v033893; Mon, 27 Feb 2006 07:40:16 GMT (envelope-from gnats) Date: Mon, 27 Feb 2006 07:40:16 GMT Message-Id: <200602270740.k1R7eG1v033893@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Gleb Smirnoff Cc: Subject: Re: bin/93857: Utility for loading the kernel charset translation tables on system boot X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Gleb Smirnoff List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Feb 2006 07:40:17 -0000 The following reply was made to PR bin/93857; it has been noted by GNATS. From: Gleb Smirnoff To: Dmitry Kazarov Cc: freebsd-gnats-submit@FreeBSD.org, mlaier@FreeBSD.org Subject: Re: bin/93857: Utility for loading the kernel charset translation tables on system boot Date: Mon, 27 Feb 2006 10:39:29 +0300 On Sun, Feb 26, 2006 at 02:20:57PM +0000, Dmitry Kazarov wrote: D> >Synopsis: Utility for loading the kernel charset translation tables on system boot I've heard opinion that current API for loading tables into kernel is hack. Don't remember exactly, who said this. Afaik it can be found in some other PR. Now in FreeBSD we have a special API to load some data blob into kernel - firmwire(9). Is it possible to rewrite charset translation tables loading code to use this API? Is it a good idea? -- Totus tuus, Glebius. GLEBIUS-RIPN GLEB-RIPE From owner-freebsd-bugs@FreeBSD.ORG Mon Feb 27 09:11: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 6975A16A422; Mon, 27 Feb 2006 09:11:24 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2147043D48; Mon, 27 Feb 2006 09:11:24 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k1R9BOUv038933; Mon, 27 Feb 2006 09:11:24 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k1R9BNxc038929; Mon, 27 Feb 2006 09:11:23 GMT (envelope-from linimon) Date: Mon, 27 Feb 2006 09:11:23 GMT From: Mark Linimon Message-Id: <200602270911.k1R9BNxc038929@freefall.freebsd.org> To: yaks@sicex.ru, linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: kern/93888: nVida QUADRO4 400NVS FreeBSD 5.x & 4 Monitors... 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, 27 Feb 2006 09:11:24 -0000 Synopsis: nVida QUADRO4 400NVS FreeBSD 5.x & 4 Monitors... State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Mon Feb 27 09:11:09 UTC 2006 State-Changed-Why: Please ask general X11 support questions on the freebsd-x11 mailing list. Thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=93888 From owner-freebsd-bugs@FreeBSD.ORG Mon Feb 27 09:25:02 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 EF23016A422 for ; Mon, 27 Feb 2006 09:25:02 +0000 (GMT) (envelope-from darrenr@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8FD643D48; Mon, 27 Feb 2006 09:25:02 +0000 (GMT) (envelope-from darrenr@FreeBSD.org) Received: from freefall.freebsd.org (darrenr@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k1R9P224039615; Mon, 27 Feb 2006 09:25:02 GMT (envelope-from darrenr@freefall.freebsd.org) Received: (from darrenr@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k1R9P13k039614; Mon, 27 Feb 2006 09:25:01 GMT (envelope-from darrenr) Date: Mon, 27 Feb 2006 09:25:01 GMT From: Darren Reed Message-Id: <200602270925.k1R9P13k039614@freefall.freebsd.org> To: svs+pr@grep.ru, freebsd-bugs@FreeBSD.org Cc: Subject: Re: bin/87981 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, 27 Feb 2006 09:25:03 -0000 Supplied will be accepted and merged into ipfilter (expect to see it with 4.1.11) From owner-freebsd-bugs@FreeBSD.ORG Mon Feb 27 09:53: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 043F116A420; Mon, 27 Feb 2006 09:53:05 +0000 (GMT) (envelope-from darrenr@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C382543D58; Mon, 27 Feb 2006 09:53:04 +0000 (GMT) (envelope-from darrenr@FreeBSD.org) Received: from freefall.freebsd.org (darrenr@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k1R9r4r3042060; Mon, 27 Feb 2006 09:53:04 GMT (envelope-from darrenr@freefall.freebsd.org) Received: (from darrenr@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k1R9r4rv042059; Mon, 27 Feb 2006 09:53:04 GMT (envelope-from darrenr) Date: Mon, 27 Feb 2006 09:53:04 GMT From: Darren Reed Message-Id: <200602270953.k1R9r4rv042059@freefall.freebsd.org> To: devteam@donut.ugcs.caltech.edu Cc: freebsd-bugs@FreeBSD.org, spartak@aif.ru, keramida@freebsd.org Subject: Re: kern/79416 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, 27 Feb 2006 09:53:05 -0000 IPFilter now converts a "pass" rule into a block if, during processing the packet, it decides that it has the final matching rule but something else happens that means some sort of assumption about the packet being passed is bad. That "something else" might be a NAT proxy decided it wants the packet to be dropped or adding state fails with a rule that isn't "quick". I believe what was happening here is that in earlier versions of ipfilter 4.1 than 4.1.10, it would see that state couldn't be added (at the end of rule processing) and drop the packet - even with "quick" rules. Now, if "keep state" fails for a packet on a "quick" rule, the failure to add state becomes a reason to treat the packet as not matching the rule and we go to the next filter rule. In FreeBSD prior to IPFilter 4.x, if state failed to be added then the packet would still be allowed through. What is the difference here? If the original packet is allowed through, say it is a TCP SYN packet and no state is created then a SYN-ACK will be received and consequently blocked because there is no state. This can be a bit puzzling and also fails to enforce session limits, like it should, without impacting the system "inside." My real concern with this bug report is that the block ICMP packet should have been matched by state and wasn't. Is that still reproducible with FreeBSD-current ? Darren From owner-freebsd-bugs@FreeBSD.ORG Mon Feb 27 10:20:12 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F80B16A420 for ; Mon, 27 Feb 2006 10:20: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 4B44443D45 for ; Mon, 27 Feb 2006 10:20:12 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k1RAKBLM043343 for ; Mon, 27 Feb 2006 10:20:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k1RAKBwT043342; Mon, 27 Feb 2006 10:20:11 GMT (envelope-from gnats) Date: Mon, 27 Feb 2006 10:20:11 GMT Message-Id: <200602271020.k1RAKBwT043342@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Dmitry Kazarov Cc: Subject: Re: bin/93857: Utility for loading the kernel charset translation tables on system boot X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Dmitry Kazarov List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Feb 2006 10:20:12 -0000 The following reply was made to PR bin/93857; it has been noted by GNATS. From: Dmitry Kazarov To: Gleb Smirnoff Cc: freebsd-gnats-submit@freebsd.org, mlaier@freebsd.org Subject: Re: bin/93857: Utility for loading the kernel charset translation tables on system boot Date: Mon, 27 Feb 2006 13:17:19 +0300 Hi, Gleb! I have not digged deeply into kiconv functionality - I do not know way it loads data into kernel. I use /usr/lib/libkiconv.so which makes all work for me. System utils mount_{cd9660,udf,msdosfs,ntfs} works just this way. IMHO if kernel interface is going to be changed the libkiconv.so is the best place for changes. In other hand I can not find anything about firmwire(9) - no mans, no pages on www.freebsd.org Sincerely yours Dmitry ÷ ÓĻĻĀŻÅĪÉÉ ĻŌ šĻĪÅÄÅĢŲĪÉĖ 27 ĘÅ×ŅĮĢŃ 2006 10:39 Gleb Smirnoff ĪĮŠÉÓĮĢ(a): > On Sun, Feb 26, 2006 at 02:20:57PM +0000, Dmitry Kazarov wrote: > D> >Synopsis: Utility for loading the kernel charset translation > tables on system boot > > I've heard opinion that current API for loading tables into kernel is > hack. Don't remember exactly, who said this. Afaik it can be found in > some other PR. > > Now in FreeBSD we have a special API to load some data blob into kernel - > firmwire(9). Is it possible to rewrite charset translation tables > loading code to use this API? Is it a good idea? From owner-freebsd-bugs@FreeBSD.ORG Mon Feb 27 11:00: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 A09D216A420 for ; Mon, 27 Feb 2006 11:00:25 +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 5443243D79 for ; Mon, 27 Feb 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 k1RB0O5e045907 for ; Mon, 27 Feb 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 k1RB0Nek045891 for freebsd-bugs@freebsd.org; Mon, 27 Feb 2006 11:00:23 GMT (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 27 Feb 2006 11:00:23 GMT Message-Id: <200602271100.k1RB0Nek045891@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, 27 Feb 2006 11:00:25 -0000 Current FreeBSD problem reports No matches to your query From owner-freebsd-bugs@FreeBSD.ORG Mon Feb 27 11:00: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 D613816A420 for ; Mon, 27 Feb 2006 11:00:57 +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 7D8CB43D48 for ; Mon, 27 Feb 2006 11:00:32 +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 k1RB0WlT045923 for ; Mon, 27 Feb 2006 11:00:32 GMT (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k1RB0OdV045914 for freebsd-bugs@freebsd.org; Mon, 27 Feb 2006 11:00:24 GMT (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 27 Feb 2006 11:00:24 GMT Message-Id: <200602271100.k1RB0OdV045914@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, 27 Feb 2006 11:00:58 -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/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/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 o [2005/09/19] i386/86317 i386 Kernel launch results in poweroff [HP zv5 o [2005/09/20] i386/86364 i386 [ata] ATA woes, SATA controller: failed w 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/02] i386/91214 i386 Disk corruption with Asus K8S-LA: board d o [2006/01/11] usb/91629 usb usbd_abort_pipe() may result in infinite o [2006/01/11] kern/91631 6.0-RELEASE freeze repetitively o [2006/02/02] kern/92742 cognet [pts] [panic] New pts code causes AMD64 p o [2006/02/22] ports/93702 jdp build of ezm3 loops endlessly o [2006/02/23] ports/93767 ports-bugs [Maintainer-update] multimedia/mplayer (b o [2006/02/24] ports/93807 hrs The port print/adobe-cmaps doesn't instal o [2006/02/24] i386/93809 i386 panic: could not copy LDT on RELENG_5_3 t o [2006/02/25] ports/93833 ports-bugs [MAINTAINER] security/openvpn: fix FreeBS 48 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/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/05/03] bin/37710 qa [sysinstall] LAN interface in wrong state 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 qingli 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 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 f [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] kern/56461 [rpc] FreeBSD client rpc.lockd incompatib p [2003/09/05] bin/56500 roam rpc.lockd needs to use reserved ports 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- 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] 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 f [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] bin/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/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] 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 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 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 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 p [2004/12/10] bin/74929 des DES/BLF login.conf classes not working wi o [2004/12/11] kern/74935 qingli [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/15] kern/75099 OpenOffice makes the system freeze o [2004/12/15] kern/75122 andre [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 [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 f [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/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 f [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 s [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/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/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 f [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 p [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 f [2005/04/07] usb/79656 usb [usb] RHSC interrupts lost 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 [patch] openssl(1): Bug in OpenSSL's sk_i 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 f [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 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 f [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 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 f [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 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 f [2005/06/13] usb/82198 usb Panic on attaching of ONKI N-338 USB MP3 o [2005/06/13] bin/82207 [patch] tcpslice(1) incorrectly handles d 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 f [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 f [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 s [2005/06/30] kern/82806 darrenr ipnat doesn't handle out of order fragmen 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 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 [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 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 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] 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 [re] network card (realtek 8139) and soun 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 f [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] threads/83914threads [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 ports-bugs www/linux-mozilla - PATCH - update port, o [2005/07/22] kern/83930 sam crypto_q_mtx recursion when unloading hif 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/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 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] 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 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 kuriyama [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] 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 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/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] 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 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/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 f [2005/09/24] bin/86518 qa [sysinstall] USB keyboard not supported 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 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 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 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 o [2005/10/14] kern/87421 [netgraph] [panic]: ng_ether + ng_eiface o [2005/10/15] amd64/87472 amd64 I downloaded 5.4 and went to install it, 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] 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 f [2005/10/18] misc/87598 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] 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] 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] bin/87911 kientzle tar(1): internal error 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] 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] kern/88082 [ath] [panic] cts protection for ath0 cau 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 hangs 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 o [2005/10/31] amd64/88299 amd64 swapcontext fails with errno 0 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] 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/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 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] 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/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] kern/88917 [ipw] 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] usb/89003 usb 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/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] 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 o [2005/11/18] kern/89258 [mouse] synaptic touchpad support "worse" p [2005/11/19] threads/89262threads [kernel] [patch] multi-threaded process h o [2005/11/19] bin/89267 kientzle Problem with bsdtar(1) o [2005/11/19] bin/89268 problem with tar(1) o [2005/11/19] kern/89271 [radeon][agp][hang] X.org hangs when heav o [2005/11/19] i386/89288 i386 [acpi] DMA error while booting with acpi 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 o [2005/11/21] i386/89340 i386 [panic] 6.0-STABLE (2005-11-07) panic whe o [2005/11/21] i386/89353 i386 [ata] invalid disk controller recognition 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 [sio] [panic] page fault 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] kern/89447 Serial console speed not working properly o [2005/11/24] sparc64/89486sparc64 firefox and thunderbird is broken on spar 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" 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/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/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( 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 f [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 [wi] System hangs if wireless card wasn't 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] 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 [irq] IDE and SATA disks not detected on o [2005/12/09] usb/90162 usb [usb] [patch] Add support for the MS Wire o [2005/12/10] kern/90167 [em] adding aliases to em0 interfaces cau 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] kern/90214 multimedia [sound] 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/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 f [2005/12/14] ports/90399 ports-bugs vmware2 port not working on FreeBSD 6.0 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 wes [patch] dhclient(8): dhclient-script prob o [2005/12/16] i386/90519 i386 Resume after suspend results in g_vfs_don a [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 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 f [2005/12/20] ports/90671 dougb 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] 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/91051 ale mysql crashes under load with FreeBSD 6.0 o [2005/12/29] ports/91067 obrien editors/vim - PATCH to conditionally enab f [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 mjacob [mpt] system hangs with: mpt0: Request 0x o [2006/01/02] kern/91196 [panic] kernel panic with firewall o [2006/01/02] kern/91229 [feature request] PAN (piconet) Bluetooth 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] usb/91263 usb [patch] USB quirk needed for Logitec USB 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/03] i386/91283 i386 booting very slow with usb devices connec o [2006/01/04] kern/91290 sos [ata] ata(4) error on 7.0-CURRENT-2005122 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/91339 [psm] mousedriver do not recognize aditio o [2006/01/05] kern/91364 [wep] WF-511 RT2500 Card PCI and WEP a [2006/01/06] ports/91378 lioux net/mldonkey-sancho does not work with ec o [2006/01/06] ports/91381 portmgr building www/cssed fails - TR variable is f [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 f [2006/01/06] kern/91410 sos [ata] Promise SATA controller + striping 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] amd64/91492 amd64 BTX halted f [2006/01/08] ports/91533 ports-bugs ports www/linux-firefox open file problem 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 o [2006/01/09] www/91539 www FreeBSD web site renders very badly o [2006/01/09] ports/91555 vsevolod ejabberd-1.0.0 hangs at boot o [2006/01/09] ports/91557 ports-bugs graphics/ImageMagick port fails to compil o [2006/01/09] kern/91568 [ufs] [panic] writing to UFS/softupdates o [2006/01/09] kern/91572 [ufs] [panic] writing to UFS/softupdates o [2006/01/10] kern/91580 fstat(2) not working properly in 6.0? o [2006/01/10] www/91585 jkoshy I can't find BSD Users Bangalore user gro o [2006/01/10] ports/91588 ahze ports/textproc/p5-xmltv error f [2006/01/10] kern/91597 darrenr [ipfilter] PC crashed after cold reboot i o [2006/01/11] bin/91622 dds cp(1) does not update atime of the source o [2006/01/12] ports/91712 gnome irc/xchat2 hangup with perl plugin enable o [2006/01/12] kern/91723 [ata] IDE corruption on ICH controller, a o [2006/01/13] conf/91732 [patch] 800.loginfail: fix log message gr o [2006/01/13] i386/91745 i386 Second processor not detected on Proliant o [2006/01/13] i386/91748 i386 acpi problem on Acer TravelMare 4652LMi ( o [2006/01/13] kern/91760 FAST_IPSEC stops system under high traffi o [2006/01/13] bin/91762 vipw(8): it is possible to add a user nam o [2006/01/14] amd64/91799 pjd ggated core dumps on amd64 after client c o [2006/01/15] ports/91806 nectar net/nss_ldap broken with getpwuid* o [2006/01/16] ia64/91846 ia64 TLS: malloc(3) exposes DTLS bug in non-th o [2006/01/16] kern/91859 [if_ndis] if_ndis does not work with Asus p [2006/01/16] kern/91879 alfred [patch] Panic in nfs_putpages() on 6-stab o [2006/01/16] kern/91881 panic at boot o [2006/01/16] sparc64/91882sparc64 Ultra 10 mouse/keyboard o [2006/01/17] usb/91906 usb FreeBSD hangs while booting with USB lega p [2006/01/17] gnu/91909 tjr grep(1): grep -w bug (with some locales) o [2006/01/17] kern/91910 scottl [aac] aac driver hangs on Dell PE800 with o [2006/01/17] ports/91911 emulation [PATCH]: x11-toolkits/linux-gtk2: distfil o [2006/01/17] kern/91914 [ata] Disk System Crashes - Raid Disk o [2006/01/17] kern/91919 [pccbb] pccbb does not supply appropriate o [2006/01/18] kern/91942 [re] [panic] ifconfig causes panic on re( o [2006/01/18] bin/91954 [libpam] [patch] Proposed enhancement for o [2006/01/18] conf/91959 incorrect cross-install ?(/usr/src/etc/Ma o [2006/01/19] i386/91997 i386 No disks found during installation (Norma o [2006/01/19] kern/92000 [ntfs] [panic] Panic caused by mounting m f [2006/01/19] kern/92016 sos [ata] [patch] SATA Disk not detected on D o [2006/01/20] sparc64/92033sparc64 [dc] dc(4) issues on Ultra10 f [2006/01/20] ports/92037 ports-bugs wrong report of package origin change. o [2006/01/20] kern/92039 sysctl -a causes panic o [2006/01/20] kern/92040 scottl [udf] mmap/cp fails on small file in UDF f [2006/01/20] ports/92050 ports-bugs Please update net/openradius to 0.9.11a o [2006/01/20] usb/92052 usb usbd causes defunct process with busy fil o [2006/01/20] bin/92058 ssh(1): FreeBSD 6 release Xeon SCSI ssh d o [2006/01/20] kern/92059 [jail] ps(1) "Bus error" under jail o [2006/01/20] kern/92070 imp [pccard] wi0: No irq?! with LG 11Mbps Wir o [2006/01/20] ports/92071 x11 Problem with Xorg and SIS630/730 integrat o [2006/01/20] bin/92074 top(1) aborts in redzone o [2006/01/21] kern/92083 [ural] [panic] panic using WPA on ural NI o [2006/01/21] ports/92088 ports-bugs lang/ruby18 hangs during build o [2006/01/21] kern/92090 [bge] bge0: watchdog timeout -- resetting p [2006/01/21] kern/92091 andre [netinet] [patch] IP address hash corrupt o [2006/01/21] kern/92092 [iicbus] [patch] Panic if device with iic o [2006/01/21] kern/92104 [panic] kernel panic near readlink syscal o [2006/01/22] kern/92127 Kernel crash o [2006/01/22] ports/92135 anholt graphics/dri: make fails on 4.x o [2006/01/22] ports/92137 x11 x11-server/xorg-{server,nestserver,prints o [2006/01/22] usb/92142 usb SET_ADDR_FAILED and SHORT_XFER errors fro o [2006/01/22] ports/92157 perky www/mod_python3 uses deprecated Apache ma o [2006/01/22] kern/92164 scottl SCSI target mode LOR o [2006/01/22] ports/92169 x11 Xorg 6.9, Matrox mga, dri broken (MGAGetB o [2006/01/22] usb/92171 usb [panic] panic unplugging Vodafone Mobile o [2006/01/23] ports/92184 ports-bugs kterm, stty -a shows min = 0. this should o [2006/01/23] i386/92193 i386 Can't boot from 6.0 Installation CD: BTX o [2006/01/23] ports/92218 openoffice openoffice.org-2.0 build fails with shlib f [2006/01/24] conf/92252 order the packets in freebsd 6 with ipfw o [2006/01/24] kern/92269 [md] [panic] panic with mdconfig and moun o [2006/01/24] kern/92272 [ffs] [hang] Filling a filesystem while c o [2006/01/24] kern/92279 [dc] Core faults everytime I reboot, poss o [2006/01/25] kern/92292 [md] [hang] Heavy IO on a md-backed files o [2006/01/25] i386/92303 i386 Cannot install FreeBSD 6 on an IBM x226 8 o [2006/01/26] amd64/92337 amd64 FreeBsd 6.0 Release Intel Pro 1000 MT em1 o [2006/01/26] kern/92351 [iwi] page fault in iwi after ACPI resume o [2006/01/26] kern/92368 LOR in opencrypto/crypto.c o [2006/01/26] kern/92371 [nve] nve0: device timeout (N) on FreeBSD o [2006/01/27] conf/92433 [patch] /etc/network.subr cannot handle i o [2006/01/28] kern/92439 AD1: detached [g_vfs_done] o [2006/01/28] kern/92440 Kernel fault in knote when getty opens a o [2006/01/28] ports/92441 kde kde-3.4.2 fail to compile on FreeBSD 5.4 o [2006/01/28] ports/92478 nork net/DarwinStreamingServer admin does not o [2006/01/30] kern/92518 Intense disk activity (large FS newfs and o [2006/01/30] kern/92552 net A serious bug in most network drivers fro s [2006/01/31] ports/92579 dinoex VSFTPD goes to 100% cpu util when exiting p [2006/01/31] kern/92589 oleg [patch] System panic when i use uid/gid i s [2006/01/31] ports/92592 portmgr Revert USE_FAM default to fam o [2006/01/31] kern/92599 BUG: IEEE 802.3 compliance of autonegotia o [2006/01/31] ports/92601 perl mail/p5-Mail-SpamAssassin: SpamAssassin w o [2006/02/01] ports/92672 x11 X.org 6.9.0 brak down sync mga_hal dirver o [2006/02/01] kern/92675 [fxp] [patch] fxp(4) unable to recover fr o [2006/02/01] ports/92679 ports-bugs ghostscript-afpl port not able to fetch e o [2006/02/01] kern/92690 andre [net] slowstart_flightsize ignored in 6-S f [2006/02/01] ports/92702 ports-bugs palm/jpilot pilot-link library update o [2006/02/01] ports/92704 anholt graphics/dri: dri-6.4.1,2 fails to build f [2006/02/01] ports/92706 ports-bugs vmware3 panic on 6.0-RELEASE o [2006/02/02] kern/92716 [hifn] [hang] hifn driver hangs after a s f [2006/02/02] ports/92720 sem [UNBREAK] graphics/showimg and update to o [2006/02/02] kern/92750 [nwfs] Files in mounted Netware filesyste o [2006/02/02] kern/92751 [cam] [reboot] 5.4 crashes after camcontr o [2006/02/03] ports/92753 openoffice [PATCH] editors/openoffice.org-2.0 makes o [2006/02/03] kern/92764 multimedia [snd_ich] [panic] Kernel panic undef RELE o [2006/02/03] kern/92776 glebius [carp] kernel-crash using carp o [2006/02/04] kern/92785 Using exported filesystem on OS/2 NFS cli o [2006/02/04] kern/92786 sos [patch] ATA fixes, write support for LSI o [2006/02/04] misc/92792 [tcp] kernel crash with high number of TC o [2006/02/04] kern/92795 [panic] lockmgr panic during sys_exit fil o [2006/02/04] kern/92798 scsi [ahc] SCSI problem with timeouts o [2006/02/04] ports/92805 portmgr Change default MySQL version from 4.1 to o [2006/02/04] ports/92806 portmgr Change default PHP version from 4 to 5 o [2006/02/05] ports/92830 ports-bugs Request PATCHFILES addition to sysutils/c o [2006/02/05] bin/92839 roberto [ntp] [patch] contrib/ntp PARSE buffer ov o [2006/02/05] ports/92846 kde deskutils/kdepim3: kdepim 3.5.1 doen't co o [2006/02/05] ports/92861 ports-bugs New port: net-p2p/rblibtorrent o [2006/02/06] ports/92871 ports-bugs [UPDATE]: emulators/vmware3 - Various fix f [2006/02/06] ports/92886 lawrance Patch for textproc/p5-Text-Aspell port o [2006/02/06] amd64/92889 amd64 xdr double buffer overflow f [2006/02/06] ports/92896 ports-bugs sysutils/portupgrade: pkgtools.conf lacks o [2006/02/06] ports/92901 gnome firefox-1.5 core dumps when attempting to o [2006/02/07] ports/92932 ports-bugs fixes for vbp-driver ports for sparc64 pl o [2006/02/07] ports/92939 sf update japanese/less. o [2006/02/07] kern/92949 pf [pf] PF + ALTQ problems with latency o [2006/02/07] gnu/92952 tjr grep core dump. f [2006/02/07] kern/92960 kernel page fault o [2006/02/07] kern/92966 imp [cardbus] cardbus.ko loading failed o [2006/02/07] amd64/92991 amd64 FreeBSD(amd64) freezes when primary disk f [2006/02/08] ports/93012 ports-bugs trouble with installing quagga 0.99.3 on o [2006/02/08] kern/93019 [ppp] ppp and tunX problems: no traffic a o [2006/02/08] amd64/93065 amd64 Running make depend on GENERIC kernel fai o [2006/02/09] ports/93071 x11 x11-servers/xorg-server: Resume fails on o [2006/02/09] kern/93081 [jail] netstat -i fails to report bytes o o [2006/02/09] kern/93083 [firewire] Detach of Firewire Harddisk no o [2006/02/09] bin/93085 support for ACLs (and extattr) missing in o [2006/02/09] ports/93106 emulation acroread7 cannot locate /usr/local/bin/lp f [2006/02/10] i386/93117 linimon Bus error (core dumped) o [2006/02/10] kern/93125 sam [ath] ath0 times out periodically o [2006/02/10] kern/93128 scsi [sym] FreeBSD 6.1 BETA 1 has problems wit o [2006/02/10] usb/93155 usb /dev/ulpt0: device busy USB printer doe o [2006/02/11] kern/93170 Changing system date causes panic in nd6_ o [2006/02/11] kern/93199 [kernel] [patch] missing linux rt_sigtime o [2006/02/11] powerpc/93203ppc FreeBSD PPC Can't Write to Partitions. f [2006/02/12] kern/93220 [inet6] nd6_lookup: failed to add route f o [2006/02/12] kern/93236 [netinet] [patch] Received out of window o [2006/02/12] ports/93253 java jdk 1.5 port build problem o [2006/02/13] ports/93258 sobomax Patch asterisk124_codec_negotiation-20060 o [2006/02/13] ports/93274 nectar lang/php4: nss_ldap & nss_mysql cause php o [2006/02/13] bin/93284 secteam [sysinstall] Insecure placement of user f o [2006/02/13] conf/93287 rc [patch] Make rc.subr jail-aware o [2006/02/13] ports/93299 sobomax misc/zaptel: unload of zaptel kernel modu o [2006/02/13] kern/93300 ipfw ipfw pipe lost packets o [2006/02/13] kern/93305 Machine freezes solid running dhcpclient o [2006/02/14] bin/93317 ld-elf.so doesn't translate unresolved we o [2006/02/14] amd64/93325 amd64 mount_ufs fails mounting Nero UFS DVD+RW o [2006/02/14] ports/93326 clement apache20 ignores the -f switch f [2006/02/15] ports/93371 mnag Update: mail/mixminion o [2006/02/15] kern/93380 almost all not polling NICs are doing dev o [2006/02/15] ports/93383 ports-bugs dmake port -- wrong 'startup' files path o [2006/02/15] i386/93385 i386 Fatal trap 12 occasionally on reboot o [2006/02/15] i386/93394 i386 boot loader hangs in boot-menu on second o [2006/02/15] kern/93396 dlopen crash with locked page o [2006/02/15] usb/93408 usb hw.acpi.cpu.cx_lowest=C3 on AMD Turion ca o [2006/02/15] ports/93409 ale lang/php5: PHP5 command line interpreter o [2006/02/16] amd64/93413 amd64 lpd does not remove lock file from /var/s o [2006/02/16] kern/93423 [jail] Applying devfs rulset fails o [2006/02/16] kern/93431 imp [pccard] dc interface attach failed after f [2006/02/17] kern/93458 [smbfs] mount_smbfs(8) fails with authent o [2006/02/17] kern/93461 [smp] Intel 440LX SMP freeze (regression o [2006/02/17] amd64/93469 amd64 uninitialised struct stat in lpd prevents f [2006/02/17] ports/93471 ports-bugs ports syncing problem o [2006/02/17] ports/93488 ports-bugs www/libapreq2 does not built when mod_per o [2006/02/17] ports/93489 ports-bugs Mk/bsd.port.mk has updated version of ope f [2006/02/17] usb/93496 usb USB2.0 umass stalls on VIA o [2006/02/18] i386/93524 i386 Automatic reboot o [2006/02/18] kern/93526 IPv6 Multicast Listener Reports (MLD6 Rep o [2006/02/18] sparc64/93530pf Incorrect checksums when using pf's route o [2006/02/19] ports/93548 jdp lang/ezm3 uses old malloc which may compl o [2006/02/19] conf/93551 Problem with new style rc startup scripts o [2006/02/19] gnu/93566 tjr [patch] sort(1): numeric sort is broken o o [2006/02/19] kern/93567 [vr] Via Rhine : Asymetric Bandwith o [2006/02/20] kern/93586 glebius [em] /src/sys/dev/em/if_em.c 1.112 breaks f [2006/02/20] ports/93594 ports-bugs [update] shells/rssh update to 2.3.2 fixe o [2006/02/20] bin/93603 [patch] restore(8) fails if /tmp fills o [2006/02/21] i386/93615 i386 Operating system wont install. Problem w o [2006/02/21] docs/93621 dougb [patch] porter's handbook: incorrect exam o [2006/02/21] ports/93627 ports-bugs can't build mail/quickml cause by site mo o [2006/02/21] ports/93628 ports-bugs [maintainer-update] sysutils/rubygem-swit o [2006/02/21] gnu/93629 tjr GNU sort(1) tool dumps core within non-re o [2006/02/21] ports/93636 ports-bugs [lang/elan] Update 1.7-beta -> 1.7; make o [2006/02/21] usb/93640 usb device ehci causes interrupt storm on thi o [2006/02/22] kern/93685 [pipe] select on pipe write fails from '0 f [2006/02/22] ports/93686 ports-bugs nfsen-reconfigure of net-mgmt/nfsen proba o [2006/02/22] ports/93695 mnag Maintainer update of math/scilab f [2006/02/22] ports/93722 hrs Apparent Missing Dependancy in print/acro o [2006/02/23] conf/93732 Proyectos que se pueden realizar en OpenD o [2006/02/23] ports/93733 ports-bugs 2006-02-14 update for shells/ksh93 o [2006/02/23] usb/93738 usb [ukbd] [patch] ukbd_check_char returns FA o [2006/02/23] i386/93750 i386 Boot hangs on ips0: resetting adapter, th o [2006/02/23] i386/93751 i386 Apache 2.2.0 dumps core o [2006/02/23] i386/93752 i386 Cannot activate the serial ports on boot o [2006/02/23] ports/93760 ports-bugs Update port: net-p2p/rblibtorrent o [2006/02/23] kern/93761 [iir] iir driver is broken for >=4GB syst o [2006/02/23] i386/93762 i386 Machine lockup at boot loader countdown o [2006/02/23] ports/93765 ports-bugs [maintainer-update] comms/gnokii: update o [2006/02/24] kern/93771 [ar] [panic] atacontrol status ar1 causes f [2006/02/24] ports/93774 ports-bugs mail/squirrelmail update to 1.4.6 (securi o [2006/02/24] bin/93776 [crypto] [patch] SHA256_Update / SHA512_U o [2006/02/24] ports/93777 x11 Starting xorg-server requires reloading s o [2006/02/24] i386/93787 i386 freebsd 6.0 hangs on atkbd0 on Proliant 1 o [2006/02/24] i386/93791 i386 [xl] xl0: watchdog timeout o [2006/02/24] ports/93800 mnag maintainer-update: update MASTER_SITES fo o [2006/02/24] bin/93804 tftpd(8) not working in 5.5_RC o [2006/02/25] usb/93828 usb ohci causes panic on boot (HP Pavillion d o [2006/02/25] kern/93829 pf [carp] pfsync state time problem with CAR o [2006/02/26] i386/93845 i386 cross-machine installworld broken in sys/ o [2006/02/26] ports/93873 ports-bugs PORTS: Mk/bsd.ports.mk contains invalid . o [2006/02/27] kern/93886 [ath] Atheros/D-Link DWL-G650 long delay o [2006/02/27] ports/93896 ports-bugs devel/apr - does not build (possibly rela 1927 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 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/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 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 p [2001/08/15] kern/29727 jkim [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 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] 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] 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 doc [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 www 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 rc 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- 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/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 o [2003/03/27] bin/50331 Changing uid with pw causes duplicate use 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 p [2003/04/14] conf/50956 matteo 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 f [2003/08/24] conf/55916 dougb 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/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/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/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 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 f [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 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- f [2004/01/18] conf/61504 dougb [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 o [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] 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/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] 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/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/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 [patch] unlisted supported card on man pa 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/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] 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] 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 p [2004/06/30] conf/68525 matteo 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 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. 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 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 p [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 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 ... p [2004/10/05] i386/72340 des [bsd.cpu.mk] [patch] add Pentium M, P3 M, 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] usb/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] 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 a [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 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 f [2004/11/05] usb/73553 usb [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 p [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/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 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/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 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 s [2004/11/25] kern/74352 NFSCLIENT and booting to an mfsroot via T f [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 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 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/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] 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/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] 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 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 ports-bugs RPM complaints on installation of linux_b o [2005/01/26] bin/76697 newsyslog keeps one more archive files th o [2005/01/26] kern/76710 [mii] [patch] rgephy does not deal with s o [2005/01/26] bin/76711 parse error in rm.c:check() while parsing o [2005/01/27] usb/76732 usb Mouse problems with USB KVM Switch o [2005/01/27] bin/76736 dwmalone syslogd pipelines losing messages s [2005/01/27] ports/76748 haskell New port: devel/hs-plugins. Loading Haske o [2005/01/27] bin/76752 /usr/bin/login o [2005/01/27] bin/76756 des function pw_equal in pw_util.c does not t o [2005/01/29] kern/76818 rwatson ACL modifications touch file's mtime o [2005/01/30] kern/76857 Samsung mouse misbehaviour o [2005/01/31] ports/76915 portmgr [patch] Handle port deinstall scripts whe o [2005/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/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] 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 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 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/77873 portmgr [patch] New variable: USE_BSD_MK 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 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 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] kern/78342 jeff top -S shows potentially incorrect CPU us f [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 p [2005/03/07] usb/78543 iedowse [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) f [2005/03/07] i386/78569 linimon 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 rc [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: f [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] 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/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 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] 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/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 f [2005/04/27] usb/80420 usb atapicam stops iPod functionality o [2005/04/27] bin/80421 [PATCH] whois(1) should query AfriNIC ser o [2005/04/29] kern/80465 multimedia [sound] pcm0:record:0: record interrupt t 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 f [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/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] 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 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 doc [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 o [2005/08/01] ports/84448 portmgr [patch] bsd.port.mk: Add "make test" to p o [2005/08/02] docs/84467 doc [patch] bsdlabel(8) manpage uses archaic 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 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] bin/84674 qa [sysinstall] Installer trying to install 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 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 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] 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 p [2005/08/22] kern/85203 andre [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/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 ports-bugs [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] 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/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 o [2005/09/06] kern/85780 'panic: bogus refcnt 0' in routing/ipv6 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 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/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] 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 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 p [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] 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 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 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 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 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 o [2005/10/09] ports/87151 nobutaka Update port: editors/emacs Fix package bu p [2005/10/10] conf/87196 matteo 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 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 o [2005/10/11] ports/87234 edwin [patch] bsd.port.mk: add patch-dos2unix t o [2005/10/11] ports/87245 nork DarwinStreamingServer port fails on amd64 a [2005/10/12] ports/87312 obrien Update misc/figlet to 2.2.2 o [2005/10/12] ports/87318 edwin [patch] bsd.port.mk - add support for PER 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] bin/87359 /usr/src/crypto/openssh does not honour N 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 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 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 jcamou [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 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] kern/87906 rodrigc [nullfs] [patch] nullfs NFS exporting 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 f [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/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 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 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 o [2005/10/31] www/88263 fenner http://docs.freebsd.org/cgi/mid.cgi outpu o [2005/11/01] ports/88316 obrien [patch] add extra tarballs to vim and pat o [2005/11/01] kern/88320 [nfs] ypxfr(8) talks IPv6 to IPv4-only po 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] 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] kern/88450 andre 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 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/ 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 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 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 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 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 rc [patch] wrapper support for rc.subr o [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] 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/89023 vsevolod USE_BDB doesn't set name of Berkely dB, o o [2005/11/15] conf/89061 [patch] IPv6 6to4 auto-configuration enha f [2005/11/15] usb/89087 usb usb external harddrive hangs with BBB res 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] kern/89166 [mouse] jumpy mouse movement o [2005/11/18] kern/89247 [ffs] [patch] QUOTA in 6.0/7.0-current le o [2005/11/19] i386/89294 i386 [identcpu] [patch] unknown CPU (i386/amd6 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 f [2005/11/21] ports/89349 x11 math/gnuplot: BadAtom (invalid Atom param o [2005/11/21] kern/89362 Stale references to freed memory f [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/23] ports/89441 hrs TeX support in FreeBSD is problematic. 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 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 [NOTES] XBOX options missing from NOTES 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 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/89799 [patch] Making natd(8) not require a newl o [2005/12/02] kern/89837 [pci] PCI code outputs superfluous "faile o [2005/12/02] conf/89860 matteo [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 rc [patch] feature request to make netif ver o [2005/12/03] kern/89885 [ata] Writing to S-ATA HDD in DMA mode fa o [2005/12/03] ports/89896 ale [PATCH] Add support for multiple versions f [2005/12/04] conf/89911 matteo [patch] /etc/rc.d/jail restart ignores co 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. f [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/06] kern/90012 scottl [ips] [patch] IBM/Adaptec ServeRAID 7x su o [2005/12/06] docs/90042 doc [patch] acpi(4) should mention that ACPI_ 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] conf/90082 matteo [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/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 o [2005/12/09] kern/90155 [netinet] [patch] use sysctl(8) to contro a [2005/12/09] conf/90163 dougb [patch] Easily launch non-forking daemons 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 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 f [2005/12/13] kern/90321 sam [ath] can not use W52/W53(36-64ch) freque o [2005/12/13] kern/90333 das [libc] libc/gdtoa::__hldtoa() bug p [2005/12/13] docs/90362 keramida [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 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 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] bin/90524 reset(1) doesn't fully restore terminal s 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/19] kern/90644 maxim [kernel] [patch] inherit LOCAL_CREDS opti 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] docs/90711 doc missing man page for sigtimedwait(2) 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] i386/90839 i386 [ata] burncd gets error on CDRIOCFIXATE w s [2005/12/23] docs/90851 remko mdoc(7) manpage needs more FreeBSD versio o [2005/12/23] bin/90854 [ata] problem with cd recorder (RICOH CD- o [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/26] ports/90922 az `New port: editors/yzis A vim-like editor o [2005/12/26] ports/90934 ports-bugs ports:pari-devel update (2.2.10.alpha -> o [2005/12/27] kern/90990 [PATCH] ncurses doesn't compile with --en f [2005/12/28] ports/91001 ports-bugs Portupgrade fails to detect failure of pr o [2005/12/28] bin/91002 calendar(1): funky sorting when going aro o [2005/12/28] kern/91010 [unionfs] [patch] new source code and som o [2005/12/28] kern/91032 thompsa [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] bin/91049 [patch] dump(8): make dumps more rsync-fr 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/91092 brooks [PATCH] audio/slimserver: Enable AAC/MP4 o [2005/12/30] bin/91101 [patch] /usr/src/usr.bin/whereis/whereis. 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) o [2005/12/31] bin/91134 [smbfs] [patch] Preserve access and modif 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/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: Addition of Oracle 9i o [2006/01/01] ports/91181 pat update audio/xmms-crossfade to 0.3.10 f [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] ports/91219 olgeni sysutils/webmin: Webmin / Nvidia / Gnome o [2006/01/02] bin/91226 phk make buildworld fails with read-only /usr 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 o [2006/01/03] ports/91254 mharo [PATCH] mail/p5-Mail-SPF-Query: update to 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 yar [patch] add ftpd(8) SITE SHA256 command o [2006/01/04] ports/91310 obrien Thare is a bug in the port's Makefile for p [2006/01/04] kern/91315 anholt [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/05] i386/91328 i386 [identcpu] [patch] L2/L3 cache of some IA f [2006/01/05] ports/91330 ports-bugs [NEW PORT] devel/p5-Class-Std: Support fo o [2006/01/05] kern/91332 [patch] Linksys EG1032 V3.0 Gigabit card f [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 a [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/06] bin/91393 window(1) changes console cursor shape to f [2006/01/06] bin/91394 brian ppp(8) sets mtu 1500 for PPPoE link p [2006/01/06] kern/91412 andre [netinet] [patch] Problem with PMTU Disco o [2006/01/06] kern/91414 emaste [kernel] [patch] Polling for devices othe o [2006/01/06] kern/91419 [netgraph] libnetgraph/debug.c compile er o [2006/01/07] docs/91448 doc [patch] fdc(4) man page refers to non-exi f [2006/01/07] ports/91451 ports-bugs lftp may segfaults when linked with Readl o [2006/01/07] kern/91476 [fdc] [patch] floppy drive doesn't work i o [2006/01/07] ports/91477 dds sysutils/prune: may be forgotten to remov o [2006/01/08] kern/91488 [isofs] [patch] cd9660 filesystem cannot 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/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 f [2006/01/08] usb/91516 usb [umass] umass0 problems, with Freecom Cla o [2006/01/08] docs/91518 trhodes [patch] Update handbook section "Rebuildi o [2006/01/09] usb/91546 usb [umodem][path] Nokia 6630 mobile phone do o [2006/01/09] ports/91553 secteam Make portaudit call programs in /sbin wit o [2006/01/09] ports/91558 lioux Upgrade math/mprime from 0.0.23.5 to 0.0. p [2006/01/09] amd64/91571 matteo amd64 startup not initializing 32-bit lib o [2006/01/10] i386/91594 i386 FreeBSD > 5.4 w/ACPI fails to detect Inte o [2006/01/10] bin/91606 sha1(1): sha1 /dev is suspended o [2006/01/10] bin/91608 tar(1) reports (Empty error message) on t o [2006/01/10] i386/91609 i386 Booting takes *a long time* unless power o [2006/01/11] ports/91620 unfurl [PATCH] www/p5-Compress-LeadingBlankSpace o [2006/01/11] ports/91621 portmgr [PATCH] Mk/bsd.port.mk: Add `--quiet' to o [2006/01/11] ports/91661 ports-bugs new port net/sofia-sip o [2006/01/11] ports/91681 clement apache-2.0.54_4 building modules fails us o [2006/01/12] ports/91707 obrien shells/bash: 0xa0 character can crash bas f [2006/01/12] docs/91708 doc Non write tag=releng_6_0 in handbook o [2006/01/12] misc/91719 BZ2_bzDecompress returned -3 error on loa o [2006/01/12] kern/91720 [pxe] pxeboot always tries to do an rpc c o [2006/01/13] ports/91731 petef Patch to net/ipcalc, which adds an opport o [2006/01/13] ports/91736 ports-bugs [NEW PORT] sysutils/bacula-server-devel - o [2006/01/13] ports/91737 ports-bugs [NEW PORT] sysutils/bacula-client-devel : o [2006/01/13] i386/91761 i386 NEC_DVD-RW + system start: semaphore time f [2006/01/13] kern/91777 darrenr [ipfilter] wrong behaviour with skip rule o [2006/01/14] docs/91797 doc Documentation for ndis wrapper is out of o [2006/01/14] ports/91801 perky py24-bsddb-2.4.2_2 fails to build with an o [2006/01/14] ports/91802 ports-bugs [NEW PORT] games/alienarena-data: Alien A o [2006/01/14] ports/91803 ports-bugs [NEW PORT] games/alienarena: Alien Arena o [2006/01/15] usb/91811 usb Compact Flash in HP Photosmart 2610 retur o [2006/01/15] ports/91817 ports-bugs New Port: devel/geany Fast & lightweight o [2006/01/15] ports/91822 ports-bugs [New Port] polish/ekg2 console based IM c o [2006/01/15] docs/91823 doc fix typo of reference link o [2006/01/15] ports/91837 ports-bugs [UPDATE] games/linux-alienarena: integrat o [2006/01/15] ports/91838 danfe [BUG] graphics/svgalib: tty switching is o [2006/01/15] ports/91840 barner [MAINTAINER UPDATE] games/darkplaces: min f [2006/01/15] ports/91841 barner [MAINTAINER UPDATE] games/quake-dpmod: fi o [2006/01/15] ports/91843 anders [patch] thttpd with USE_SENDFILE generate o [2006/01/16] kern/91847 ipfw [ipfw] ipfw with vlanX as the device p [2006/01/16] kern/91851 andre [netinet] [patch] cannot collect multicas o [2006/01/16] ports/91854 ports-bugs [PATCH] japanese/ja-scim-skk: update to 0 a [2006/01/16] misc/91856 Accessing anoncvs.freebsd.org doesn't wor o [2006/01/16] usb/91863 usb Philips USB webcam driver o [2006/01/16] i386/91871 i386 [boot1] [patch] boot1: jump to 0xf000:0xf o [2006/01/16] ports/91877 ports-bugs [NEW PORT] games/linux-doom3: Doom III fo o [2006/01/17] ports/91890 ports-bugs [NEW PORT] games/joequake: Improved NQ en a [2006/01/17] ports/91893 danfe [UPDATE] games/fuhquake: remove some opti o [2006/01/17] usb/91896 usb Serial Number of USB Memory Sticks is not o [2006/01/17] ports/91900 ports-bugs ports/www/opera should advise on libmap.c o [2006/01/17] ports/91902 vsevolod ports: net/openldap ports report wrong PK o [2006/01/17] kern/91908 darrenr [ipnat] loading ipl.ko to the kernel comp o [2006/01/17] ports/91926 ports-bugs New port: audio/bmp-mac o [2006/01/18] ports/91932 ports-bugs [NEW PORT] games/quake-extras: Addons for o [2006/01/18] ports/91933 portmgr Mk/bsd.port.mk - introduce USE_LDCONFIG{, f [2006/01/18] ports/91953 ports-bugs I can't compile the port graphics/gnash 0 o [2006/01/18] ports/91957 cjh Update port: print/cjk-lyx Update to vers o [2006/01/18] ports/91963 ports-bugs [patch] moviedb compiling (BROKEN variabl o [2006/01/18] ports/91970 lev The subversion port doesn't come with an p [2006/01/18] bin/91973 des [libfetch] [patch] relax fetch(1) reactio o [2006/01/18] www/91974 remko Possible Discrepency on Commercial Vendor o [2006/01/19] bin/91980 yppasswdd(1) leaves zombie sh processes o [2006/01/19] ports/91983 vsevolod [PATCH] Update openldap23-server to 2.3.1 o [2006/01/19] ports/91984 ports-bugs [NEW PORT] games/linux-ut: Unreal Tournam o [2006/01/19] bin/91993 dhclient(8) option missing, script incomp f [2006/01/19] ports/92014 ports-bugs security/p5-Digest-SHA256: Broken on Free o [2006/01/19] ports/92019 ports-bugs [UPDATE] games/wolf3d: allow playing Wolf s [2006/01/19] ports/92022 oliver Adding event to the calendar fails when m o [2006/01/19] kern/92023 [kernel] 'options DEVICE_POLLING' makes l f [2006/01/20] ports/92057 knu textproc/ruby-htree update f [2006/01/20] ports/92060 ports-bugs Update port: net-im/jit (rcNG'fy) o [2006/01/20] bin/92062 mdconfig(8): mdconfig -l shows 95 entries f [2006/01/20] ports/92064 ports-bugs Port net-im/jit un-BROKEN on amd64 o [2006/01/20] ports/92079 vsevolod [bsd.database.mk][patch] Set detected dat f [2006/01/21] ports/92089 sem graphics/cinepaint update to 0.20-1 o [2006/01/21] ports/92093 lev russian/apache13-modssl doesn't compile o [2006/01/21] ports/92105 vsevolod [PATCH] Add Berkeley DB 4.4 to bsd.databa p [2006/01/21] kern/92110 davidxu setcontext restore the carry flag o [2006/01/21] ports/92114 gnome [PATCH] mail/thunderbird: platform name o o [2006/01/22] ports/92123 portmgr [patch] bsd.port.mk: PLIST_SUBX and SUBX_ s [2006/01/22] ports/92133 ports-bugs [PATCH] comms/spandsp: 0.0.2p22 fixes var o [2006/01/22] ports/92138 aaron [NEW PORT] sysutils/cmstape: Read and wri o [2006/01/22] ports/92141 aaron [NEW PORT] sysutils/ansitape: Read or wri o [2006/01/22] ports/92144 aaron [NEW PORT] sysutils/magtape: Generalized o [2006/01/22] ports/92145 aaron [NEW PORT] sysutils/read20: A program to p [2006/01/22] bin/92149 glebius [patch] ln(1): ln -f -s does not remove e o [2006/01/22] bin/92160 qa [sysinstall] [patch] Add new NTP servers o [2006/01/22] ports/92165 mharo [update] mail/p5-Mail-SPF-Query update to p [2006/01/23] bin/92187 brooks [patch] dhclient-script(8) doesn't config f [2006/01/23] ports/92197 aaron New port: www/ojs2 Open Journal Systems f [2006/01/23] ports/92202 aaron New port: www/dokeos Dokeos o [2006/01/24] kern/92238 [ata] Spurious "atapci1: failed to enable o [2006/01/24] ports/92248 ports-bugs [NEW PORT] chinese/ve: NTHU-CS Maple BBS f [2006/01/24] ports/92257 lawrance Conflicts between graphics/p5-Image-ExifT o [2006/01/24] kern/92270 glebius ppp(8): ppp does not work on renamed netw f [2006/01/24] ports/92284 ports-bugs audio/aureal-kmod - au88x0-1.3_4 is unfet o [2006/01/25] ports/92289 ports-bugs audio/mbrolavox - fr4 and nl3 are incorre f [2006/01/25] ports/92297 ports-bugs sysutils/portupgrade: Minor (1 word) gra p [2006/01/25] conf/92299 matteo [patch] /etc/periodic/daily/440.status-ma o [2006/01/25] usb/92306 usb [quirk] [patch] Support for iRiver U10 US f [2006/01/25] ports/92314 ports-bugs Broken port: java/eclipse-log4e f [2006/01/25] ports/92315 ports-bugs [patch:fix] sysutils/dvd+rw-tools : threa o [2006/01/25] kern/92323 [iwi] [patch] XI330_IEEE missing from if_ a [2006/01/25] ports/92326 roam Update port: mail/qmailadmin update to 1. o [2006/01/25] ports/92330 emulation linux-pango fails to install o [2006/01/25] ports/92332 ports-bugs New port: sysutils/lcdproc-devel - CVS ve o [2006/01/25] ports/92334 ports-bugs Review of FreeBSD Port of Tcl o [2006/01/26] ports/92344 ports-bugs [NEW PORT] deskutils/superkaramba-lwp: Li o [2006/01/26] ports/92345 mat [PATCH] devel/p5-Data-Dump-Streamer: [SUM o [2006/01/26] ports/92355 portmgr PATCH: Mk/bsd.port.mk: Include bsd.tcl.mk o [2006/01/26] standards/92360standards [headers] [patch] Missing TAB3 in kernel o [2006/01/26] standards/92362standards [headers] [patch] Missing SIGPOLL in kern f [2006/01/26] ports/92367 ports-bugs Broken port: lang/clips o [2006/01/26] bin/92370 pppd(8): ppp server not accessible to IPV f [2006/01/26] ports/92380 ports-bugs update ftp/pftpx o [2006/01/26] kern/92381 [drm] i915 drm module unuseable by X.org f [2006/01/26] ports/92383 ports-bugs [PATCH] games/linux-quake4: update to 1.0 o [2006/01/26] ports/92393 clement Port Update: net/pen 0.17.0 o [2006/01/26] bin/92395 [patch] truss(1) does not work properly, o [2006/01/27] usb/92403 usb uplcom.c needs new entry for 4.00 revisio f [2006/01/27] ports/92406 ports-bugs Update www/joomla to 1.0.7 o [2006/01/27] bin/92412 [patch] rup(1): rpc.rstatd reports bogus f [2006/01/27] ports/92414 ports-bugs [patch] net/vnc Xvnc server doesn't run w f [2006/01/27] ports/92416 ports-bugs [PATCH] devel/kscope: update to 1.3.3 o [2006/01/27] ports/92429 ports-bugs new port: science/caret (advice needed) o [2006/01/27] ports/92434 portmgr Patch: Mk/bsd.port.mk automatic show pkg- f [2006/01/28] ports/92438 ports-bugs mail/pop-before-smtp 1.37 -> 1.39 -- incl s [2006/01/28] ports/92445 portmgr [patch] change all bogus uses of BROKEN t f [2006/01/28] ports/92454 aaron New port: security/ipfwcount Summarise ip o [2006/01/28] usb/92462 usb [patch] Add support for Epson CX3500/3600 f [2006/01/28] ports/92466 ports-bugs Port sysutils/apcupsd - upgrade and many o [2006/01/28] ports/92468 edwin Reintroduce legacy port: vtk 4.3 o [2006/01/28] ports/92470 kwm Core dump in devel/devhelp f [2006/01/28] ports/92477 ports-bugs Unable to start www/pyblosxom o [2006/01/29] ports/92490 clement www/apache22: crash in bn_mul_add_words i o [2006/01/29] ports/92498 ports-bugs japanese/hns update to version 2.19.6 o [2006/01/29] i386/92501 i386 Hang on boot with ACPI enabled on A6R not o [2006/01/29] ports/92508 ports-bugs Opera startup fails with Undefined symbol o [2006/01/29] kern/92509 tegge [patch] Incorrect Comment in vm_fault o [2006/01/29] kern/92512 multimedia [sound] distorted mono output with emu10k f [2006/01/29] www/92516 remko ActivSupport, Inc. - Your Flexible IT Par f [2006/01/30] ports/92519 ports-bugs update www/webredirect o [2006/01/30] ports/92520 ports-bugs [NEW PORT] ratbox-services - IRC services f [2006/01/30] ports/92521 ports-bugs www/awstats 6.5 with broken tools/logreso o [2006/01/30] conf/92523 rc [patch] allow rc scripts to kill process o [2006/01/30] amd64/92527 amd64 no driver for "CICADA VSC 8201 Gigabit LA o [2006/01/30] ports/92530 jedgar graphics/mrsidviewer - download site is m o [2006/01/30] ports/92538 ports-bugs New port: x11/gcb o [2006/01/30] ports/92539 petef [PATCH] net-mgmt/ipcalc: update to 0.40 o [2006/01/30] conf/92541 [PATCH] add ca_AD, ca_FR and ca_IT locale o [2006/01/30] ports/92542 markp Broken port: games/burgerspace Does not c o [2006/01/30] ports/92547 ports-bugs Deprecated port: lang/ruby-usersguide o [2006/01/30] ports/92548 ahze [PATCH] textproc/p5-xmltv: Fix 'bad makef o [2006/01/30] kern/92557 multimedia [sound] Contrary to 6.0 release notes, sn f [2006/01/30] www/92561 remko site submission o [2006/01/30] ports/92566 ports-bugs [new port] devel/p5-Java: Perl extension o [2006/01/31] docs/92576 doc mkuzip.8 improvements o [2006/01/31] ports/92580 ports-bugs [NEW PORT] games/galaxymage: Open source a [2006/01/31] ports/92588 linimon make fetchindex failed with FETCHINDEX=wg o [2006/01/31] ports/92590 vd [MAINTAINER] www/mod_perl2: fix plist for o [2006/01/31] ports/92604 ale mysql41-client broken with non-default ch o [2006/01/31] ports/92620 glewis jdk14 under the environment where net.ine o [2006/01/31] docs/92626 doc jail manpage should mention disabling som o [2006/01/31] ports/92630 ports-bugs [NEW PORT] audio/slimserver-lazysearch: S o [2006/01/31] ports/92634 ports-bugs Update port: games/gillo fix build on amd p [2006/01/31] standards/92640schweikh A pristine /bin/sh does not set the PWD v f [2006/01/31] ports/92642 ports-bugs sysutils/nut: sample nut.sh has misleadin o [2006/01/31] ports/92644 aaron [NEW PORT] www/fluxcms: An extensible and f [2006/02/01] ports/92651 ports-bugs graphics/gmt - WITH_EVERYTHING doesn't fe o [2006/02/01] ports/92652 anders www/thttpd wrong distinfo o [2006/02/01] conf/92654 [patch] Setting moused_nondefault_enable o [2006/02/01] ports/92655 archie update net/mpd4 o [2006/02/01] ports/92656 ports-bugs [Maintainer] databases/py-sqlobject: use f [2006/02/01] ports/92661 ports-bugs games/nethack34 - nh343-menucolor.diff no o [2006/02/01] kern/92671 emulation [patch] [linux] Fix for Maple 10: impleme o [2006/02/01] ports/92678 arved [PATCH] multimedia/kaffeine fix plist cre f [2006/02/01] ports/92688 portmgr [PATCH] bsd.port.mk: add check to USE_DOS s [2006/02/01] ports/92689 portmgr [UPDATE] Replace USE_CRLF with USE_DOS2UN o [2006/02/01] ports/92691 ports-bugs [UPDATE] net/vnc: clean-up o [2006/02/01] docs/92699 doc misleading chapter in handbook f [2006/02/01] ports/92707 gerald lang/gcc42 fails to build on FreeBSD 4.11 o [2006/02/02] ports/92712 ports-bugs [NEW PORT] games/sauerbraten: First perso o [2006/02/02] bin/92723 [feature request] fdisk(8) should be able o [2006/02/02] ports/92737 openoffice editors/openoffice.org-2.0 build failure o [2006/02/02] ports/92738 bms [patch] net/libpcap LIBPCAP_OVERWRITE_BAS o [2006/02/02] kern/92744 [rl] problems with a realtek network card o [2006/02/02] docs/92745 doc [patch] Add FreeBSD list of projects and o [2006/02/02] ports/92748 ports-bugs [MAINTAINER] games/crossfire-client: upda f [2006/02/03] ports/92755 ports-bugs databases/slony1: Add ability to run slon o [2006/02/03] ports/92757 ports-bugs Currently lang/squeak web browser plugin o [2006/02/03] ports/92760 az New port: www/c-icap c-icap is an impleme o [2006/02/03] ports/92763 ports-bugs [patch] make data directory location of p o [2006/02/03] ports/92779 ports-bugs nxsetup fails if sshd(8) is not already r o [2006/02/03] ports/92781 ports-bugs www/axis installs files in wrong director o [2006/02/03] ports/92783 aaron [NEW PORT] www/mimetex: A CGI script that o [2006/02/04] ports/92793 vsevolod [Update] new version of net-im/psi o [2006/02/04] ports/92800 aaron [NEW PORT] textproc/textogif: A Perl scri f [2006/02/04] ports/92804 ports-bugs mozplugger doesn't find /usr/local/etc/mo o [2006/02/04] ports/92807 ports-bugs New port: security/paramiko A python libr o [2006/02/04] ports/92810 vd [PATCH] net-p2p/jigdo: convert to OPTIONS f [2006/02/04] ports/92812 ports-bugs [update] mail/crm114 to BlameTheReavers ( o [2006/02/04] ports/92820 aaron [NEW PORT] textproc/gladtex: A program to o [2006/02/04] ports/92828 ports-bugs port mbone/rat30 update f [2006/02/05] ports/92841 ports-bugs [PATCH] net/spread: fix plist o [2006/02/05] usb/92852 usb Vertical scroll not working properly on A o [2006/02/05] ports/92862 danfe [PATCH] x11/nvidia-driver: fix file resto o [2006/02/05] ports/92865 mat [patch] databases/p5-Class-DBI-Loader: up o [2006/02/06] bin/92866 krion pkg_add(1) should return a different resu o [2006/02/06] bin/92867 krion pkg_add(1) needs an option to disable dep o [2006/02/06] ports/92877 sf version string is wrong in japanese/less o [2006/02/06] kern/92880 [libc] [patch] almost rewritten inet_netw o [2006/02/06] docs/92885 doc Meanless sentence in handbook? f [2006/02/06] ports/92904 ports-bugs update ports/databases/adodb/Makefile 4. o [2006/02/06] ports/92907 demon [PATCH] www/links: OPTIONify o [2006/02/06] ports/92914 girgen Deprecated port: mail/mulberry o [2006/02/06] ports/92923 portmgr [patch] bsd.port.mk - cleanup comments o [2006/02/06] kern/92926 [headers] [patch] Missing copyright in /u o [2006/02/07] ports/92942 secteam [PATCH] security/portaudit: update to 0.5 f [2006/02/07] ports/92944 ports-bugs Update ports: net-mgmt/nagiostat o [2006/02/07] ports/92956 ports-bugs Update port: sysutils/sysupdate Spelling o [2006/02/07] ports/92958 ports-bugs games/nethack34 update (needs additional o [2006/02/07] ports/92964 lth Fix port: mail/p5-Email-Date fix pkg-desc o [2006/02/07] ports/92967 ports-bugs Deprecated port: mail/pgp4pine f [2006/02/07] ports/92971 ports-bugs Update Ports: www/zope-zwiki update to 0. o [2006/02/07] www/92973 www [patch] mailto.sgml o [2006/02/07] ports/92984 petef Deprecated port: mail/rmoldmail o [2006/02/07] www/92986 jcamou [patch] some modification and updates for o [2006/02/07] ports/92987 lth update port net-mgmt/ifgraph to 0.4.10 f [2006/02/07] ports/92993 ports-bugs Update www/twiki from 20040904 to 4.0.1,1 o [2006/02/07] ports/93000 perl p5-Mail-SpamAssassin DomainKeys support i o [2006/02/07] amd64/93002 amd64 amd64 (6.0) coredumps at unpredictable ti o [2006/02/08] ports/93007 portmgr Add power of find utility to USE_DOS2UNIX o [2006/02/08] usb/93011 usb HP ScanJet 6200C & uscanner problem o [2006/02/08] docs/93014 doc minor nits in the project model book (dev s [2006/02/08] ports/93023 lawrance [maintainer] textproc/emacs-wiki: update f [2006/02/08] ports/93032 ports-bugs LPRng uses incorrect paths to config file o [2006/02/08] ports/93033 tobez Problem using perlcc o [2006/02/08] ports/93035 sem New port: security/bsp_upektfmess UPEK T o [2006/02/08] ports/93045 vsevolod [UPDATE]: www/moinmoin to version 1.5.2 f [2006/02/08] ports/93048 ports-bugs [UPDATE]: net-mgmt/isic o [2006/02/08] ports/93053 ports-bugs sync update of biology/emboss && biology/ o [2006/02/08] ports/93055 ports-bugs [ new port ] biology/dotter o [2006/02/08] ports/93056 ports-bugs [ new port ] biology/belvu o [2006/02/08] ports/93058 ports-bugs [ new port ] biology/lagan o [2006/02/08] ports/93059 ports-bugs [ new port ] biology/mafft o [2006/02/08] ports/93060 ports-bugs [ new port ] biology/blat: Jim Kent's BLA f [2006/02/08] ports/93064 ports-bugs update port net-mgmt/bgpq to 1.0.9.1 o [2006/02/08] ports/93066 gnome slib 3a2 upgrade breaks guile o [2006/02/09] ports/93070 ports-bugs [PATCH] textproc/htmlize.el update port t f [2006/02/09] ports/93079 ports-bugs [PATCH] mail/vm-pop3d: MAINTAINER change. o [2006/02/09] amd64/93090 amd64 NIC on GA-K8NF-9 motherboard is recognize o [2006/02/09] ports/93091 ports-bugs New port: sysutils/logserial Daemon to sa o [2006/02/09] ports/93092 ports-bugs update ports: databases/namazu2 japanese/ o [2006/02/09] kern/93093 [libc] xdr_string might call strlen(3) on o [2006/02/09] ports/93099 phantom java/jdk14: Modify /etc/manpath.config o [2006/02/09] ports/93107 ale MySQL ports missing switch to compile wit f [2006/02/10] ports/93111 ports-bugs Update port: graphics/reallyslick to 0.8. f [2006/02/10] ports/93113 ports-bugs Update net/pear-Net_Sieve to 1.1.2 o [2006/02/10] ports/93114 ports-bugs [PATCH] games/wormux: Update to 0.7beta3 o [2006/02/10] ports/93123 ports-bugs [PATCH] graphics/djvulibre: browser plugi o [2006/02/10] gnu/93127 [PATCH] add __FreeBSD_kernel__ to pre-def o [2006/02/10] docs/93130 doc addition to handbook section 14.11 Open S o [2006/02/10] ports/93132 lawrance New port: audio/py-karaoke Python kara o [2006/02/10] ports/93133 ale add pkg-message to mysql-server-4.0.26 o [2006/02/10] ports/93134 ale add pkg-message to mysql-server-4.1.16 o [2006/02/10] ports/93135 ale add pkg-message to mysql-server-5.0.18 o [2006/02/10] ports/93136 ale add pkg-message to mysql-server-5.1.5 o [2006/02/10] ports/93148 ports-bugs New port: mail/squirrelmail-email_footer- o [2006/02/10] ports/93149 ports-bugs New port: mail/squirrelmail-notes-plugin o [2006/02/10] ports/93150 ports-bugs New port: mail/squirrelmail-notify-plugin o [2006/02/10] ports/93151 ports-bugs New port: mail/squirrelmail-quota_usage-p o [2006/02/10] ports/93152 ports-bugs New port: mail/squirrelmail-wetteronline- o [2006/02/10] ports/93154 ports-bugs New port: mail/squirrelmail-login_notes-p a [2006/02/11] ports/93162 lawrance [update] x11-themes/icons-tango o [2006/02/11] ports/93168 ports-bugs New port: games/reminiscence A rewritten o [2006/02/11] bin/93171 roberto ntpdate returns garbage output on amd64 o [2006/02/11] kern/93172 [isp] [patch] uintXX_t style(9) updates o [2006/02/11] ports/93179 ports-bugs [New Port] security/gorilla: add gorilla, o [2006/02/11] ports/93183 ports-bugs new port: devel/loki o [2006/02/11] ports/93184 ports-bugs [NEW PORT]: x11-fonts/suxus o [2006/02/11] ports/93185 ale graphics/pecl-imagick port causes SIGABRT f [2006/02/11] ports/93186 ports-bugs ports/sysutils/portupgrade - use new USE_ f [2006/02/11] ports/93191 ports-bugs [PATCH] fix audacity build errors on amd6 o [2006/02/11] kern/93197 [libc] strptime(3) succeeds on formats it f [2006/02/11] ports/93204 ports-bugs phpBB anti-DOS patch disallows visual aut f [2006/02/12] ports/93216 lawrance [PATCH] finance/gnucash-devel: Add develo o [2006/02/12] ports/93218 ports-bugs New port: sysutils/bsd-splash-changer Boo o [2006/02/12] ports/93223 ports-bugs New port(s) devel/cl-infix o [2006/02/12] ports/93224 ports-bugs [NEW PORT] science/gsmc: Smith chart prog o [2006/02/12] ports/93234 portmgr bsd.port.mk comment fixup for USE_RC_SUBR o [2006/02/12] docs/93249 doc rewrite of handbook chapter 23 (PPP & SLI o [2006/02/12] ports/93252 ports-bugs Port upgrade: x11-fm/krusader to 1.70.0 f [2006/02/13] ports/93263 ports-bugs www/linux-firefox update to 1.5.0.1 f [2006/02/13] ports/93270 ports-bugs [patch]jpeg support not working due to mi o [2006/02/13] bin/93275 qa [sysinstall] Failure to install after res p [2006/02/13] ports/93276 secteam [patch] security/ca-roots: Update expired f [2006/02/13] ports/93277 lawrance [PATCH] finance/kmymoney2: update to 0.8. o [2006/02/13] ports/93279 skv devel/cvsmonitor: not useable (/dev/mem: o [2006/02/13] ports/93280 dannyboy [PATCH] sysutils/fortunelock: fix fetch a o [2006/02/13] ports/93281 kevlo make ports/net-im/vicq usable again with o [2006/02/13] ports/93289 lawrance Maintainer update: www/resin2 and www/res f [2006/02/13] ports/93290 lawrance [UPDATE] - security update www/mambo 453 f [2006/02/13] ports/93291 ports-bugs [PATCH] sysutils/monitord - notification f [2006/02/13] ports/93293 ports-bugs [PATCH] net-mgmt/bigsister: update to 1.0 o [2006/02/13] ports/93294 ports-bugs New Port: net/fudp UDP flooding utility w o [2006/02/13] ports/93303 ports-bugs New port: graphics/ocaml-gd4o GD library f [2006/02/13] ports/93304 ports-bugs [PATCH] sysutils/bacula-server port to no f [2006/02/13] bin/93309 [PATCH] rpc.rquotad: group quota support o [2006/02/13] bin/93310 des [libpam] [patch] pam_unix ignores 'passwo o [2006/02/13] ports/93311 ports-bugs update www/linux-seamonkey o [2006/02/13] ports/93313 ports-bugs maintainer-update www/linux-firefox o [2006/02/14] ports/93318 ports-bugs New port: x11-toolkits/swt32, Eclipse SWT o [2006/02/14] kern/93331 [kernel] [patch] broken asm in kernel f [2006/02/14] ports/93333 ports-bugs Fix port: math/gdcalc fix WWW o [2006/02/14] ports/93334 ports-bugs New port: www/g-cows Scripting language f o [2006/02/14] misc/93341 phk make more flexibitily for NanoBSD customi o [2006/02/14] ports/93342 ports-bugs Update port devel/py-twistedCore to 2.2.0 o [2006/02/14] ports/93344 petef [UPDATE]: net-mgmt/ipcalc: Update to vers o [2006/02/14] ports/93345 thompsa update port net-mgmt/pads to 1.2 p [2006/02/14] usb/93347 iedowse Added support for Tripplite U209-000-R Us o [2006/02/14] ports/93350 ports-bugs Update port net-im/py-twistedWords to 0.3 o [2006/02/14] ports/93351 ports-bugs Remove port devel/py-twistedXish o [2006/02/14] ports/93352 ports-bugs New port:x11/fireflies - A extention of x o [2006/02/14] ports/93358 ports-bugs [new port:] devel/upp; Ultimate++, a BSD- o [2006/02/14] ports/93360 ports-bugs [maintainer] multimedia/kbtv: update to 1 o [2006/02/14] docs/93363 doc Handbook 23.11. SMTP-Authentifizierung o [2006/02/14] ports/93364 clsung Update ports: textproc/*openvanilla* to 0 o [2006/02/14] ports/93366 ports-bugs update math/qwtplot3d o [2006/02/15] ports/93367 ports-bugs devel/libedit needs an update (almost com o [2006/02/15] kern/93368 sos [ata] [patch] ATA_SMART command is missin o [2006/02/15] kern/93369 [ata] [patch] Fix failed detection of Nvi o [2006/02/15] ports/93373 portmgr bsd.port.mk: introduce a new keyword for o [2006/02/15] ports/93374 obrien ports/net/rdesktop does not compile on 4. o [2006/02/15] ports/93377 ports-bugs [PATCH] multimedia/quodlibet: build failu o [2006/02/15] kern/93378 [tcp] Slow data transfer in Postfix and C o [2006/02/15] kern/93381 reboot(8) works but 'reboot -n' hangs o [2006/02/15] usb/93389 usb Digital Camera Pentax S60 don't work o [2006/02/15] kern/93393 imp [ed] [patch] Add Micro Research PCMCIA LA o [2006/02/15] ports/93397 ports-bugs [NEW PORT] print/easylatex: Perl script w o [2006/02/15] misc/93400 anonymous ftp login failing with base fet o [2006/02/15] ports/93402 ports-bugs [PATCH] Fix kvirc kdenetwork conflict o [2006/02/15] ports/93403 ports-bugs net/freenx: nxclient does not work, getop o [2006/02/16] kern/93414 scottl [aac] [patch] compilation problem in aac_ o [2006/02/16] ports/93416 ports-bugs [MAINTAINER] graphics/crystalentitylayer: o [2006/02/16] kern/93422 ipfw ipfw divert rule no longer works in 6.0 ( o [2006/02/16] ports/93424 ehaupt Update security/bcwipe from 1.5.3 to 1.5. o [2006/02/16] docs/93428 doc Old charset examples in the handbook o [2006/02/16] docs/93429 doc Wrong acpi.pci.link hint format in acpi(4 f [2006/02/16] ports/93433 ports-bugs Update port: math/mpexpr mastersite and W o [2006/02/16] ports/93434 ports-bugs [UPDATE]: finance/ledger: Update to versi o [2006/02/16] kern/93435 [ufs] [panic] kernel panic after setting o [2006/02/16] i386/93438 i386 Freebsd reboot by "shutdown -r now" cause o [2006/02/16] kern/93448 glebius [carp] CARP advskew not propagated to VRR f [2006/02/16] ports/93450 ports-bugs update port java/jmp to 0.50 (patch inclu o [2006/02/16] ports/93455 ports-bugs [patch] security/zebedee - uphold CC flag o [2006/02/17] ports/93457 ports-bugs bsd.ruby.mk clobbers CONFIGURE_TARGET o [2006/02/17] ports/93464 ports-bugs New port: multimedia/pwcbsd USB webcam d f [2006/02/17] ports/93470 ports-bugs [PATCH] net/samba3; pam_smbpass.so is not o [2006/02/17] conf/93472 [patch] /etc/periodic/daily/440.status-ma o [2006/02/17] bin/93473 des [patch] Let pam_unix(8) use "passwordtime o [2006/02/17] ports/93479 ale Update port: www/eaccelerator to 0.9.4 an f [2006/02/17] ports/93483 ports-bugs Fix port: net/etunnel fix mastersite o [2006/02/17] usb/93484 usb [umass] [patch] QUIRK: Toshiba TransMemor o [2006/02/17] kern/93485 iostat(8) reports cd0 speeds 2X actual sp o [2006/02/17] docs/93491 doc discrepancy man page for pam_unix(8) o [2006/02/17] ports/93495 ports-bugs New port: science/minc2 f [2006/02/18] ports/93504 ports-bugs sysutils/portupgrade: dependencies regist o [2006/02/18] ports/93507 lawrance [update] x11-themes/icon-naming-utils to f [2006/02/18] docs/93517 doc Presented usage of Ports in Handbook lack o [2006/02/18] docs/93522 doc [patch] use rc.d script in example descri f [2006/02/18] ports/93523 ports-bugs [Patch] mail/sympa5 : mailwrapper path in o [2006/02/18] ports/93525 ports-bugs [Maintainer Update] update emulators/xmam o [2006/02/18] ports/93540 kuriyama [PATCH] security/gnupg; enable OPTIONS; c o [2006/02/19] ports/93542 ports-bugs [NEW PORT] games/linux-enemyterritory-etp o [2006/02/19] ports/93543 ports-bugs [NEW PORT] games/linux-enemyterritory-etp o [2006/02/19] ports/93544 ports-bugs [NEW PORT] games/linux-enemyterritory-jay o [2006/02/19] ports/93545 ports-bugs [NEW PORT] games/linux-enemyterritory-shr o [2006/02/19] ports/93546 ports-bugs [PATCH] bsd.sites.mk and relevant ports: o [2006/02/19] ports/93547 demon Update math/glpk to version 4.9 o [2006/02/19] ports/93559 openoffice OpenOffice.org-2.0.2 compile error o [2006/02/19] ports/93560 roam [PATCH] dns/djbdns-ipv6: Update IPv6 patc o [2006/02/19] ports/93562 perky [PATCH] korean/aleefonts-ttf: update to 6 o [2006/02/19] ports/93563 ports-bugs [UPDATE] sysutils/xfce4-fsguard-plugin : o [2006/02/19] ports/93564 ports-bugs [NEW PORT] games/linux-enemyterritory-omn o [2006/02/19] ports/93569 wes Patches to update mail/mimedefang to 2.56 f [2006/02/19] ports/93573 ports-bugs games/tome o [2006/02/19] ports/93576 ports-bugs [NEW PORT] games/quake3-rq3: Quake III Ar o [2006/02/20] ports/93577 ports-bugs [NEW PORT] games/quake3-tremulous: Quake o [2006/02/20] ports/93582 ports-bugs [UPDATE] deskutils/ganttproject 1.10.1 -> o [2006/02/20] docs/93590 doc [patch] pf.conf's man page mentions route p [2006/02/20] ports/93595 dinoex ruby 1.8_4_1 doesn't like openssl overwri o [2006/02/20] ports/93596 ports-bugs security/tor: update to version 1.0.17 o [2006/02/20] ports/93598 ports-bugs New port: security/nmap-i18n-man - transl o [2006/02/20] ports/93601 portmgr bsd.port.mk: new ports' feature: make mis o [2006/02/20] ports/93605 ports-bugs [PATCH] Update www/opera to version 8.52 o [2006/02/20] ports/93609 ports-bugs [UPDATE] devel/antlr to 2.7.6 o [2006/02/20] ports/93610 gnome [patch] audio/goobox - fix build with lib o [2006/02/20] ports/93612 maho Minor enhancement to math/spooles f [2006/02/21] ports/93614 ports-bugs [MAINTAINER] www/dansguardian: update to o [2006/02/21] ports/93617 ports-bugs [NEW PORT] graphics/gltext: Portable font o [2006/02/21] ports/93619 ports-bugs New Port: games/hex-a-hop f [2006/02/21] ports/93620 novel [MAINTAINER] x11-fm/pcmanfm: update to 0. o [2006/02/21] bin/93630 dougb [patch] small cleanup of rcorder(8) o [2006/02/21] kern/93634 [msdosfs] False access to renamed files/d f [2006/02/21] ports/93637 ports-bugs [PATCH] sysutils/fusefs-sshfs: update to o [2006/02/21] ports/93638 ports-bugs Update for print/mup o [2006/02/21] ports/93639 erwin [MAINTAINER] www/p5-Catalyst: up to 5.65 o [2006/02/21] ports/93641 vd Update port: textproc/libextractor to 0.5 o [2006/02/21] ports/93643 ports-bugs [new port] astro/boinc-einsteinathome: Ei o [2006/02/21] bin/93644 sh(1): Wrong handling of 'return 1' in /b o [2006/02/21] ports/93649 ports-bugs [games/freebsd-games] Invalid pathnames i o [2006/02/21] ports/93654 ports-bugs Update port: editors/code-browser to 2.5 o [2006/02/21] ports/93655 ports-bugs Update port: math/gambit to 0.2006.01.20 o [2006/02/21] ports/93660 ports-bugs [patch] support for building print/ghosts o [2006/02/21] misc/93661 [patch] loader(8): prevent *.4th files an f [2006/02/21] ports/93663 mnag Update port: deskutils/sugarcrm - 2.5.1 - f [2006/02/21] ports/93664 ports-bugs xmms2 has some problems with sqlite. o [2006/02/21] ports/93667 x11 x11/xorg-libraries: undefined symbol in l o [2006/02/21] ports/93668 ports-bugs [NEW PORT] games/gtkradiant: Level design f [2006/02/21] ports/93669 ports-bugs port upgrade for devel/bcpp p [2006/02/21] ports/93671 gnome [UPDATE] graphics/glitz to 0.5.3 o [2006/02/21] ports/93674 ports-bugs New port: biology/p5-bioperl-run Wrapper o [2006/02/21] ports/93675 ports-bugs New port: biology/p5-bioperl-run-devel Wr o [2006/02/21] kern/93676 [agp] Yet another i915G drm/agp issue o [2006/02/21] ports/93677 vsevolod mail/exilog: bad Run-Depends for PostgreS o [2006/02/21] ports/93679 ports-bugs [NEW PORT] games/vdrift-data: Vdrift driv o [2006/02/21] ports/93680 ports-bugs [MAINTAINER] games/vdrift: update to 2006 a [2006/02/21] ports/93681 flz ipw radio turned on needlessly o [2006/02/21] ports/93682 maho update cad/calculix to version 1.5 o [2006/02/22] docs/93683 jcamou [PATCH] some typos in klist(1) o [2006/02/22] ports/93684 ports-bugs [patch] Fix build of multimedia/avidemux2 o [2006/02/22] ports/93687 portmgr [PATCH] Split bsd.port.pre.mk - allow OPT f [2006/02/22] ports/93689 ports-bugs [patch] polish/libgadu without openssl o [2006/02/22] ports/93690 portmgr /usr/ports/Mk/bsd.gcc.mk doesn't know abo o [2006/02/22] ports/93691 tmclaugh [PATCH] audio/xmms2: update to 0.2DrCox o [2006/02/22] ports/93692 ports-bugs security/tor-devel o [2006/02/22] ports/93693 ports-bugs [New Port] biology/io_lib: trace file rea o [2006/02/22] ports/93694 ports-bugs New port: lang/maude a reflective languag o [2006/02/22] ports/93697 mnag [MAINTAINER] net-mgmt/nfsen: update to 1. o [2006/02/22] ports/93698 openoffice can't compile openoffice.org-2.0 with -DW f [2006/02/22] ports/93699 ports-bugs [patch] databases/p5-DBI-Shell: register f [2006/02/22] ports/93700 ports-bugs [patch] devel/p5-IO-Tee: register .packli o [2006/02/22] kern/93705 standards [headers] [patch] ENODATA and EGREGIOUS ( o [2006/02/22] ports/93706 kwm [patch] update ports/devel/buildbot to v0 o [2006/02/22] ports/93707 ports-bugs New port: databases/p5-Search-Xapian, Per f [2006/02/22] ports/93708 ports-bugs net/socat: Patches to make libwrap usage o [2006/02/22] ports/93709 petef Update port: games/eboard (add timeseal s o [2006/02/22] ports/93710 sergei [MAINTAINER] security/prelude-lml: update o [2006/02/22] ports/93711 vsevolod [patch] Small update for net/openldap23-s o [2006/02/22] ports/93713 ports-bugs New port: www/p5-Catalyst-Model-Xapian, C o [2006/02/22] ports/93716 ports-bugs [new port] textproc/muse: an authoring an o [2006/02/22] ports/93717 ports-bugs [MAINTAINER] editors/winefish: update to o [2006/02/22] www/93718 www Please add us to the vendors p [2006/02/22] usb/93720 iedowse [umass] [patch] Kernel Dump to USB umass o [2006/02/22] ports/93721 lev Update port: devel/subversion UP options o [2006/02/22] ports/93723 mnag [PATCH] comms/hamlib: update to 1.2.4 o [2006/02/22] ports/93725 french/ispell : fix mastersite o [2006/02/22] ports/93726 ports-bugs [NEW PORT] deskutils/kxdocker and plugins o [2006/02/22] bin/93727 ambrisko [ifconfig] polling parameter in ifconfig f [2006/02/22] ports/93728 ports-bugs astro/xephem - port installs cat page, no o [2006/02/22] ports/93729 ports-bugs [MAINTAINER UPDATE] games/quakeforge: fix o [2006/02/22] ports/93730 roam mhash port update from 0.9.2 to 0.9.4a. o [2006/02/22] ports/93731 ports-bugs [MAINTAINER UPDATE] games/quake2forge: fi f [2006/02/23] ports/93734 novel [maintainer] x11-wm/pekwm: update to 0.1. f [2006/02/23] ports/93735 ports-bugs update graphics/p5-Image-ExifTool to 6.01 o [2006/02/23] ports/93736 ports-bugs [NEW PORT] x11-toolkits/paragui-devel: Cr o [2006/02/23] ports/93737 sergei [MAINTAINER] security/libpreludedb: updat o [2006/02/23] ports/93739 perky [PATCH] update databases/py-bsddb3 to 4.4 p [2006/02/23] kern/93740 ume [libc] [patch] Update of inet_net_pton() o [2006/02/23] ports/93744 ports-bugs [MAINTAINER-UPDATE] x11-fonts/freefont-tt o [2006/02/23] ports/93745 ports-bugs [update] mail/dbmail: update to 2.0.9 o [2006/02/23] powerpc/93746ppc Did not detect aic7901 scsci card o [2006/02/23] ports/93747 ports-bugs [MAINTAINER-UPDATE] audio/cowbell to 0.2. o [2006/02/23] ports/93748 apache update mod_auth_pgsql2 to 2.0.3, unbreak o [2006/02/23] ports/93749 ports-bugs [maintainer] security/signing-party: add o [2006/02/23] kern/93754 ru [inet] [patch] dummynet changes ip_id, br o [2006/02/23] kern/93755 [kernel] [patch] 2 copy'n'paste-os in sys o [2006/02/23] www/93756 pav updates to AMD64 mobo list p [2006/02/23] kern/93759 glebius [kernel] [patch] A few typos in sys/kern/ o [2006/02/23] ports/93763 ports-bugs [maintainer-update] games/oolite: update o [2006/02/23] docs/93764 doc [patch] addition to firewalls section - i o [2006/02/23] ports/93768 ports-bugs [PATCH] finance/kmymoney2: update to 0.8. o [2006/02/23] kern/93770 ati 9600 PRO radeon not recognized by the o [2006/02/24] kern/93773 jkoshy [hwpmc] kldloaded hwpmc doesn't see all 4 o [2006/02/24] ports/93775 ports-bugs [MAINTAINER] devel/p5-Module-ScanDeps: up o [2006/02/24] ports/93778 jylefort update archivers/lzma to 4.32 f [2006/02/24] ports/93779 ports-bugs games/linux-americasarmy out of date o [2006/02/24] ports/93780 ports-bugs devel/cproto update o [2006/02/24] ports/93781 ports-bugs [NEW PORT] comms/ktrack: Amateur Radio sa o [2006/02/24] ports/93782 ports-bugs [MAINTAINER] www/py-django: update to 0.9 o [2006/02/24] ports/93783 ports-bugs [MAINTAINER] games/linux-alienarena: fix o [2006/02/24] ports/93784 ports-bugs [PATCH] security/dmitry: remove broken, t o [2006/02/24] docs/93785 doc The man page for ftpchroot(5)/ftpusers(5) f [2006/02/24] ports/93789 ports-bugs update archivers/p7zip to 4.33 a [2006/02/24] kern/93790 cperciva cpufreq missing frequencies f [2006/02/24] ports/93792 garga [PATCH] net/xisp: update to 2.7p4 o [2006/02/24] i386/93793 i386 Keyboard stops working after a shutdown - o [2006/02/24] ports/93794 ports-bugs Update port: security/pam_bsdbioapi Updat o [2006/02/24] ports/93795 ports-bugs [MAINTAINER] security/libprelude: [SUMMAR o [2006/02/24] docs/93801 doc [PATCH] firmware(9) introduced in not 7.0 f [2006/02/24] ports/93802 ports-bugs net-mgmt/cidr has Corrupted redzones in 7 o [2006/02/24] docs/93803 doc [PATCH] ndis_events(8) was first appeared o [2006/02/24] ports/93805 ports-bugs [New Port] devel/p5-POE-Component-Daemon: o [2006/02/24] ports/93806 ports-bugs [maint-upd] emulators/hercules to 3.04 o [2006/02/24] ports/93808 ports-bugs Update for matn/py-scientific (non-mainta o [2006/02/24] ports/93811 sobomax [PATCH] net/asterisk: removed dead FTP si o [2006/02/25] ports/93813 ports-bugs Mark net-im/gaim-bangexec as BROKEN o [2006/02/25] ports/93814 ports-bugs Mark net-im/gaim-ignorance as BROKEN o [2006/02/25] conf/93815 rc [patch] Adds in the ability to save ipfw o [2006/02/25] ports/93816 ports-bugs [MAINTAINER] devel/pwlib152: Add backup M o [2006/02/25] ports/93817 ports-bugs [MAINTAINER] net/openh323-112: Add backup o [2006/02/25] ports/93818 ports-bugs New port: editors/ssam o [2006/02/25] ports/93819 ports-bugs New port: devel/p5-Algorithm-C3, A module o [2006/02/25] ports/93820 ports-bugs [MAINTAINER] devel/p5-UNIVERSAL-isa: up t o [2006/02/25] ports/93821 ports-bugs [MAINTAINER] devel/p5-Class-C3: up to 0.1 o [2006/02/25] ports/93822 ports-bugs [MAINTAINER] databases/p5-DBIx-Class: up o [2006/02/25] kern/93825 pf [pf] pf reply-to doesn't work o [2006/02/25] www/93826 remko FreeBSD Solutions - Firewall, MailScanner o [2006/02/25] ports/93827 ports-bugs build fails on editors/openoffice.org-2.0 o [2006/02/25] ports/93830 ports-bugs [maintainer update]databases/grass update o [2006/02/25] ports/93831 maho Minor cleanups to graphics/povray o [2006/02/25] ports/93832 ports-bugs [Maintainer Update] graphics/bugle 0.0. o [2006/02/25] ports/93834 maho graphics/megapov cleanup o [2006/02/25] ports/93837 ports-bugs [NEW PORT] games/sdlquake2: Combination o o [2006/02/25] misc/93838 [patch] Add notice to /usr/src/Makefile t o [2006/02/25] ports/93839 ports-bugs Add RLE support to graphics/fbm o [2006/02/25] bin/93841 [patch] fix seg fault with dmesg(8) o [2006/02/25] ports/93842 tmclaugh [PATCH] science/py23-scipy: Missing worki f [2006/02/25] ports/93843 ports-bugs Patch port: mail/squirrelmail-compatibili p [2006/02/25] conf/93844 delphij [PATCH] add SWIDTH to zh_TW.Big5 locale, f [2006/02/26] ports/93846 ports-bugs [PATCH] ftp/proma : fix BROKEN pkg-plist o [2006/02/26] ports/93847 ports-bugs [MAINTAINER] mail/dspam-devel: UNBREAK o [2006/02/26] ports/93848 obrien shells/bash fetch error o [2006/02/26] kern/93849 pf pf no-df breaks IP checksum of all tcp tr o [2006/02/26] ports/93850 ports-bugs Update Port: lang/munger => 4.88 o [2006/02/26] ports/93851 ports-bugs [maintainer update] sysutils/heartbeat up o [2006/02/26] ports/93852 lawrance Add mention of vector support in graphics o [2006/02/26] bin/93853 qa [sysinstall] [patch]: Add country-specifi o [2006/02/26] www/93854 www Cannot proceed to page after the first in o [2006/02/26] ports/93856 ports-bugs New port : graphics/gdal-grass GRASS data o [2006/02/26] bin/93857 [patch] kiconv_cs_preload(8): Utility for o [2006/02/26] ports/93858 lioux multimedia/kmplayer fails to link (libtoo o [2006/02/26] ports/93859 ports-bugs [MAINTAINER] net-p2p/gtk-gnutella: update o [2006/02/26] kern/93860 [msdosfs] [patch] sectors-per-track limit f [2006/02/26] ports/93861 ports-bugs [PATCH] databases/p5-Class-DBI-mysql: upd o [2006/02/26] ports/93862 ports-bugs [patch] minor error in ports/sysutils/apc o [2006/02/26] ports/93863 ports-bugs [NEW PORT] math/kash3: A computer algebra o [2006/02/26] ports/93864 ports-bugs [NEW PORT] www/jsMath: A Javascript tool o [2006/02/26] ports/93865 ports-bugs www/typo3: fix dependencies f [2006/02/26] ports/93866 ports-bugs Update port: devel/subclipse o [2006/02/26] ports/93867 ports-bugs Update port: databases/pecl-memcache f [2006/02/26] ports/93868 ports-bugs Update port: devel/javasvn o [2006/02/26] ports/93869 ports-bugs Update port: irc/gseen.mod o [2006/02/26] usb/93872 usb [patch] SCSI quirk required for ELTA 8061 o [2006/02/26] ports/93874 ports-bugs Drop maintainer from port lang/clisp o [2006/02/26] ports/93876 ports-bugs [UPDATE]: audio/wavbreaker: Update to ver o [2006/02/26] ports/93877 ports-bugs [maintainer update] devel/p5-Oryx 0.19 => o [2006/02/27] conf/93878 error in /usr/share/examples/diskless/clo o [2006/02/27] ports/93879 ports-bugs [PATCH] FIXED systemc installation proble o [2006/02/27] ports/93881 ehaupt Upgraded Port: mail/dcc-dccd to 1.3.29 o [2006/02/27] ports/93882 aaron New port: devel/p5-File-Cat File::Cat pe o [2006/02/27] ports/93883 aaron New port: textproc/p5-libxmlenno The "li o [2006/02/27] kern/93887 [kernel] cpu_spinwait calls missing in su o [2006/02/27] ports/93890 ports-bugs [MAINTAINER] www/p5-Catalyst-Plugin-FormV o [2006/02/27] ports/93891 ports-bugs [MAINTAINER] [FIX] devel/p5-Object-Inside o [2006/02/27] ports/93892 ports-bugs [NEW PORT] games/sudoku: Console based su o [2006/02/27] i386/93893 i386 Boot panic from Netgear GA311 o [2006/02/27] ports/93895 ports-bugs [NEW PORT] net/p5-Net-SCP-Expect: wrapper 3102 problems total. From owner-freebsd-bugs@FreeBSD.ORG Mon Feb 27 11:08:28 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 DED0F16A420 for ; Mon, 27 Feb 2006 11:08:27 +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 B985743D86 for ; Mon, 27 Feb 2006 11:06:26 +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 k1RB67VJ049167 for ; Mon, 27 Feb 2006 11:06:07 GMT (envelope-from owner-bugmaster@freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k1RB63UM049133 for freebsd-bugs@FreeBSD.org; Mon, 27 Feb 2006 11:06:03 GMT (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 27 Feb 2006 11:06:03 GMT Message-Id: <200602271106.k1RB63UM049133@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, 27 Feb 2006 11:08:28 -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 4 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 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 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 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 kern/74935 qingli [netinet] [patch] TCP simultaneous open fails. o kern/75122 andre [netinet] [patch] Incorrect inflight bandwidth calcula o bin/75258 [patch] dd(1) has not async signal safe interrupt hand o kern/75541 [sysv] [patch] Forgotten tunables for sysvmsg module 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 s 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 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 bin/80074 [patch] openssl(1): Bug in OpenSSL's sk_insert() cause o kern/80266 rwatson [ipx] [patch] IPX routing doesn't work o kern/80694 [kbd] [patch] atkbd looped on Acer TravelMate 2701LC o kern/80742 [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/81882 [patch] missing terminal definition for wy120 in termc o kern/81943 des [kernel] [patch] _assert_sbuf_integrity causes panic f o bin/82207 [patch] tcpslice(1) incorrectly handles dates where ye o kern/82491 [bootp] [patch] bootpd shouldn't ignore requests o bin/82720 [patch] Incorrect help output from growfs.c and mkfs.c o kern/82919 [bridge] [patch] Bridge configuration update will cras p bin/83085 des [patch] double free() in openpam o kern/83107 [libc] [patch] libc uuid_compare() doesn't work with l o bin/83336 [patch] libc's parse_ncp() don't check malloc/realloc o bin/83338 [patch] libc's getent() don't check for malloc failure o bin/83340 [patch] setnetgrent() and supporting functions don't c o bin/83344 [patch] Improper handling of malloc failures within li o bin/83347 [patch] improper handling of malloc failures within li o bin/83348 [patch] Improper handling of malloc failures within li o bin/83349 [patch] improper handling o malloc's failures within l o bin/83359 [patch] improper handling of malloc failures within li o bin/83364 [patch] improper handling of malloc failures, bad prin o kern/83368 [ipx] [patch] incorrect handling of malloc failures wi o bin/83369 [patch] incorrect handling of malloc failures within l o kern/83464 [geom] [patch] Unhandled malloc failures within libgeo o kern/84202 [ed] [patch] Holtek HT80232 PCI NIC recognition on Fre o kern/84411 philip [psm] [patch] psm drivers adds bad buttons for Synapti 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 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 o kern/86598 nectar [patch] Bug in OpenSSL Padlock Engine o kern/86944 [nfs] [patch] When I use FreeBSD with NFS client, clos o kern/87506 [vr] [patch] Fix alias support on vr interfaces o 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 p 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 o kern/89660 le [patch] [panic] due to g_malloc returning null in gv_d o kern/89752 [bpf] [patch] bpf_validate() needs to do more checks o kern/89784 phk [patch] [panic] 6.0-RELEASE panics when applying `type o kern/89876 [txp] [patch] txp driver doesn't work with latest firm o kern/89878 [pccard] [patch] pccard.c:pccard_safe_quote() unsafe o kern/90096 [net] [patch] arp mixup if carp and bridge used o usb/90162 usb [usb] [patch] Add support for the MS Wireless USB Mous o bin/90518 wes [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/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 conf/91732 [patch] 800.loginfail: fix log message grep expression p kern/91879 alfred [patch] Panic in nfs_putpages() on 6-stable. o ports/91911 emulation [PATCH]: x11-toolkits/linux-gtk2: distfile unfetchable o bin/91954 [libpam] [patch] Proposed enhancement for pam_krb5: "o f kern/92016 sos [ata] [patch] SATA Disk not detected on Dell PowerEdge p kern/92091 andre [netinet] [patch] IP address hash corruption bug o kern/92092 [iicbus] [patch] Panic if device with iicbus child is o conf/92433 [patch] /etc/network.subr cannot handle interfaces lik p kern/92589 oleg [patch] System panic when i use uid/gid ipfw rules. o kern/92675 [fxp] [patch] fxp(4) unable to recover from occasional o ports/92753 openoffice [PATCH] editors/openoffice.org-2.0 makes a broken prog o kern/92786 sos [patch] ATA fixes, write support for LSI v3 RAID o bin/92839 roberto [ntp] [patch] contrib/ntp PARSE buffer overrun o kern/93199 [kernel] [patch] missing linux rt_sigtimedwait system o kern/93236 [netinet] [patch] Received out of window SYN in ESTABL o conf/93287 rc [patch] Make rc.subr jail-aware o gnu/93566 tjr [patch] sort(1): numeric sort is broken on multi-byte o bin/93603 [patch] restore(8) fails if /tmp fills o docs/93621 dougb [patch] porter's handbook: incorrect example of rc.d s o usb/93738 usb [ukbd] [patch] ukbd_check_char returns FALSE with char o bin/93776 [crypto] [patch] SHA256_Update / SHA512_Update fail to 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 p kern/29727 jkim [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 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 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 doc [patch] ln(1) manual clarifications o kern/44267 [sio] [patch] One more modem PNP id for /usr/src/sys/i o kern/44365 [headers] [patch] introduce ulong and unchar types o kern/44500 [bge] [patch] bge(4): add AC1001 Gigabit NIC as workin o docs/45011 trhodes [patch] style(9): '->' and '.' don't require spaces o gnu/45137 peter [PATCH] CVS 1.11.2 cannot reuse log messages o bin/45193 [PATCH] truss can't truss itself o bin/45254 qa [sysinstall] [patch] sysinstall installs things it sho o bin/45333 [PATCH] New option -r for chown and chgrp o ports/45414 portmgr [patch] make update in /usr/ports missing defaults. o conf/45704 [PATCH] request to change cp866b font to cp866 o kern/45793 [headers] [patch] invalid media subtype aliases in if_ 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 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 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 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 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/57522 [PATCH] New PID allocater algorithm from NetBSD o bin/57715 [patch] tcopy(1) enhancement o docs/57926 doc [patch] amd.conf(5) poorly format as it has both man(7 o bin/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 f usb/60248 usb [patch] Problem with USB printer HP LaserJet 1300 o kern/60307 [pccard] [patch] wrong product id in pccarddevs for Sp o misc/60352 [patch] buildworld fails in sysinstall if terminfo dat o bin/60510 [patch] change to less(1) for compressed files o docs/60544 doc [patch] getenv(3) manpage doesn't state the return val o kern/60550 silby [kernel] [patch] hitting process limits produces sub-o f ports/60558 portmgr [PATCH] bsd.port.mk: automatically verify GnuPG signat o kern/60677 multimedia [sound] [patch] No reaction of volume controy key on I o kern/60697 [pty] [patch] pseudo-tty hack versus telnet race cause o bin/60834 [patch] ftpd(8) send_data()+oldway: anonymous transfer o bin/60892 [patch] added -p option to kldxref(8) to allow creatio o kern/60963 [pecoff] [patch] Win32 Applications abort on PECOFF o kern/60982 [pci] [patch] ID for VIA 686A Power Management Unit (f o usb/61234 usb [usb] [patch] usbhidaction(1) doesn't support using an o bin/61239 [patch] bootp enhancement, places the dhcp tags into t o kern/61300 [aue] [patch] Enabling HomePNA PHY on aue(4) for HomeP o docs/61301 doc [patch] Manpage patch for aue(4) to enable HomePNA fun f misc/61322 [patch] bsd.dep.mk disallows shell generated flags in o kern/61415 [net80211] [patch] disable broadcast ssid if_wi and di o i386/61481 i386 [patch] a mechanism to wire io-channel-check to userla o kern/61497 ups [kernel] [patch] __elfN(map_insert) bug f conf/61504 dougb [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 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 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 docs/66343 doc [patch] unlisted supported card on man page for wi(4) o ports/66389 portmgr [PATCH] bsd.port.mk: follow MOVED ports o bin/66445 [patch] Add options to last(1) to ignore ftp logins (u o docs/66483 doc [patch] share/man/man4/csa.4 grammar nits s ports/66566 portmgr [PATCH] bsd.port.mk: fix build when /usr/obj/usr/ports o docs/66770 doc [patch] share/man/man4/ng_pppoe.4 tyops, grammar, and o docs/66771 imp [patch] usr.sbin/pccard/pccardc/pccardc.8 grammar and o docs/66775 roam [patch] clarification to committer's guide that port n o bin/66893 [patch] rpc.yppasswdd(8): Linux NIS clients connecting o bin/66941 [patch] gcc2.95 (FreeBSD-specific): fix unacceptable s o bin/66988 [Patch] apm.c check validation of the returned values o i386/67011 mdodd [vpd] [patch] MFC of vpd driver for IBM xSeries etc o 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 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 a ports/70900 edwin [patch] devel/sdl12 inconsistency between actual versi 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 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 p 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 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 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/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 o kern/74549 [modules] [patch] Allow third party KLDs (eg ports) to o bin/74567 [2TB] [patch] du doesn't handle sizes >1TB o usb/74609 usb [usb] [patch] allowing cdma modems to work at full spe o docs/74612 doc [patch] updates to the glossary o bin/74743 [patch] wctype.c declares static array on stack o kern/74786 [irq] [patch] Smartlink Modem causes interrupt storm o o conf/74817 [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 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 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 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/77873 portmgr [patch] New variable: USE_BSD_MK o ports/77876 portmgr [patch] Ensure uniqueness of (DOCS|EXAMPLES|DATA)DIR o kern/77913 [wi] [patch] Add the APDL-325 WLAN pccard to wi(4) o docs/78041 doc [patch] docs for md(4) need further explanation of typ o kern/78072 [lge] [patch] Potential memory leak in lge(4) o kern/78114 phk [geom] [patch] Solaris/x86 label structures for GEOM ( o docs/78138 doc [patch] Error in pre-installation section of installat o bin/78170 [patch] Fix signal handler in bootpd a docs/78174 markus [patch] Update for Bluetooth-related manpages o docs/78240 doc [patch] handbook: replace with aroun o docs/78479 doc [patch] getsockopt(2): SO_NOSIGPIPE socket option undo o ports/78490 portmgr [patch] bsd.port.mk: add PORTEXAMPLES and PORTDATA p usb/78543 iedowse [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 rc [patch] Allow mixer_enable="NO" in rc.conf o i386/79091 i386 [i386] [patch] Small optimization for i386/support.s p kern/79139 rodrigc [pci] [patch] Support for more PCIe chipsets o conf/79196 [PATCH] configurable dummynet loading from /etc/rc.co o bin/79228 [patch] extend /sbin/arp to be able to create blackhol o kern/79266 [pci] [patch] RELENG_4 pci CONF1_ENABLE_MSK depend MFC o ports/79398 portmgr [patch] bsd.port.mk: add USE_MAKESELF knob o bin/79607 obrien grok and default to bzip2-compressed manual pages [pat a ports/79637 cjh [PATCH] print/magicfilter: update to 2.3.d 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 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 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 f 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) 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 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 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 rc [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 [PATCH] emulators/linux_base-suse-9.2: Add freetype2 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 doc [patch] mt(1) manpage has erroneous synopsis, etc. o kern/84215 [jail] [patch] wildcard ip (INADDR_ANY) should not bin o kern/84219 [ncurses] [patch] ncurses.h wchar_t confliction 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 doc [patch] security(8) manpage should have init(8)'s list o docs/84267 doc [patch] chflags(1) manual doesn't say it's affected by o docs/84271 ceri [patch] compress(1) doesn't warn about nasty link hand 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 ports/84448 portmgr [patch] bsd.port.mk: Add "make test" to ports o docs/84467 doc [patch] bsdlabel(8) manpage uses archaic "pack" in "ap s docs/84519 doc [patch] mdoc(7) manpage needs more about AUTHORS o docs/84549 doc [patch] errno(2) manpage uses "<...>" for "(..)" o conf/84581 [patch] Teach config(8) to look for kernel configurati o bin/84634 fjoe [geom] [patch] new utility to control GEOM uzip class o docs/84670 doc [patch] tput(1) manpage missing ENVIRONMENT section wi f ports/84718 girgen [PATCH] databases/postgresql74-server: Add option from o conf/84752 [patch] 100.clean-disks cleans file systems that don't o docs/84764 doc [patch] hosts.equiv(5) manpage should SEE ALSO netgrou o 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/89799 [patch] Making natd(8) not require a newline at the en o conf/89860 matteo [patch] Add ability to set up vnode backed filesystems s ports/89865 x11 [patch] x11-servers/xorg-server-snap crashes with ATI o conf/89870 rc [patch] feature request to make netif verbose rc.conf o ports/89896 ale [PATCH] Add support for multiple versions of php f conf/89911 matteo [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 matteo [syscons] [patch] curses ACS line graphics support for o bin/90114 [patch] pw(8) takes strings after option -g for GID 0 o bin/90130 [patch] sysctl(8): print temperature in celsius only w o kern/90155 [netinet] [patch] use sysctl(8) to control hardware ch a conf/90163 dougb [patch] Easily launch non-forking daemons like logsurf o kern/90181 [NOTES] [patch] IPSEC_FILTERGIF documentation is incom o bin/90311 [patch] add "eject" to mt(1) p docs/90362 keramida [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/90644 maxim [kernel] [patch] inherit LOCAL_CREDS option for accept o bin/90680 [patch] make(1) thinks "^.for.o:" is a directive (".fo o bin/90687 [patch] side effect of -delete option of find(1) o bin/90823 [PATCH] cp(1) should use lchflags() o ports/90867 [patch] devel/gaphor: update to new release 0.7.1 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/91092 brooks [PATCH] audio/slimserver: Enable AAC/MP4 on FreeBSD o bin/91101 [patch] /usr/src/usr.bin/whereis/whereis.c o bin/91134 [smbfs] [patch] Preserve access and modification time 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 yar [patch] add ftpd(8) SITE SHA256 command p kern/91315 anholt [agp] [patch] add Intel E7505 chipset support to agp(4 o i386/91328 i386 [identcpu] [patch] L2/L3 cache of some IA32 CPUs not p 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 p kern/91412 andre [netinet] [patch] Problem with PMTU Discovery / DF / I o kern/91414 emaste [kernel] [patch] Polling for devices other than NICs o docs/91448 doc [patch] fdc(4) man page refers to non-existing device o kern/91476 [fdc] [patch] floppy drive doesn't work in MS Virtual o kern/91488 [isofs] [patch] cd9660 filesystem cannot handle files o kern/91502 [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/91620 unfurl [PATCH] www/p5-Compress-LeadingBlankSpaces: update to o ports/91621 portmgr [PATCH] Mk/bsd.port.mk: Add `--quiet' to install-info. o ports/91843 anders [patch] thttpd with USE_SENDFILE generates ENOTCONN no p kern/91851 andre [netinet] [patch] cannot collect multicast upcall mess o ports/91854 [PATCH] japanese/ja-scim-skk: update to 0.5.2 o i386/91871 i386 [boot1] [patch] boot1: jump to 0xf000:0xfff0 instead o o ports/91963 [patch] moviedb compiling (BROKEN variable) p bin/91973 des [libfetch] [patch] relax fetch(1) reaction on a MODE c o ports/91983 vsevolod [PATCH] Update openldap23-server to 2.3.18, superceds o ports/92079 vsevolod [bsd.database.mk][patch] Set detected database version o ports/92105 vsevolod [PATCH] Add Berkeley DB 4.4 to bsd.database.mk o ports/92114 gnome [PATCH] mail/thunderbird: platform name of User-Agent o ports/92123 portmgr [patch] bsd.port.mk: PLIST_SUBX and SUBX_LIST autoexpa s ports/92133 [PATCH] comms/spandsp: 0.0.2p22 fixes various bugs. p bin/92149 glebius [patch] ln(1): ln -f -s does not remove existing direc o bin/92160 qa [sysinstall] [patch] Add new NTP servers for Taiwan p bin/92187 brooks [patch] dhclient-script(8) doesn't configure interface p conf/92299 matteo [patch] /etc/periodic/daily/440.status-mailq exits wit o usb/92306 usb [quirk] [patch] Support for iRiver U10 USB media playe o kern/92323 [iwi] [patch] XI330_IEEE missing from if_wi_pccard.c o ports/92345 mat [PATCH] devel/p5-Data-Dump-Streamer: [SUMMARIZE CHANGE o stand/92360 standards [headers] [patch] Missing TAB3 in kernel headers o stand/92362 standards [headers] [patch] Missing SIGPOLL in kernel headers f ports/92383 [PATCH] games/linux-quake4: update to 1.0.6 o bin/92395 [patch] truss(1) does not work properly, procfs looks o bin/92412 [patch] rup(1): rpc.rstatd reports bogus packets/per/s f ports/92414 [patch] net/vnc Xvnc server doesn't run with XDMCP opt f ports/92416 [PATCH] devel/kscope: update to 1.3.3 s ports/92445 portmgr [patch] change all bogus uses of BROKEN to IGNORE o usb/92462 usb [patch] Add support for Epson CX3500/3600/3650 scanner o kern/92509 tegge [patch] Incorrect Comment in vm_fault o conf/92523 rc [patch] allow rc scripts to kill process after a timeo o ports/92539 petef [PATCH] net-mgmt/ipcalc: update to 0.40 o conf/92541 [PATCH] add ca_AD, ca_FR and ca_IT locales o ports/92548 ahze [PATCH] textproc/p5-xmltv: Fix 'bad makefile line' err o conf/92654 [patch] Setting moused_nondefault_enable to NO throws o kern/92671 emulation [patch] [linux] Fix for Maple 10: implement rt_sigpend o ports/92678 arved [PATCH] multimedia/kaffeine fix plist creation f ports/92688 portmgr [PATCH] bsd.port.mk: add check to USE_DOS2UNIX o ports/92738 bms [patch] net/libpcap LIBPCAP_OVERWRITE_BASES does not w o docs/92745 doc [patch] Add FreeBSD list of projects and ideas for vol o ports/92763 [patch] make data directory location of ports/net-mgmt o ports/92810 vd [PATCH] net-p2p/jigdo: convert to OPTIONS and unBREAK f ports/92841 [PATCH] net/spread: fix plist o ports/92862 danfe [PATCH] x11/nvidia-driver: fix file restoration during o ports/92865 mat [patch] databases/p5-Class-DBI-Loader: up to 0.30 o kern/92880 [libc] [patch] almost rewritten inet_network(3) functi o ports/92907 demon [PATCH] www/links: OPTIONify o ports/92923 portmgr [patch] bsd.port.mk - cleanup comments o kern/92926 [headers] [patch] Missing copyright in /usr/include/sy o ports/92942 secteam [PATCH] security/portaudit: update to 0.5.11 o www/92973 www [patch] mailto.sgml o www/92986 jcamou [patch] some modification and updates for projects/new o ports/93070 [PATCH] textproc/htmlize.el update port to 1.30 f ports/93079 [PATCH] mail/vm-pop3d: MAINTAINER change. o ports/93114 [PATCH] games/wormux: Update to 0.7beta3 o ports/93123 [PATCH] graphics/djvulibre: browser plugin not working o gnu/93127 [PATCH] add __FreeBSD_kernel__ to pre-defines o kern/93172 [isp] [patch] uintXX_t style(9) updates f ports/93191 [PATCH] fix audacity build errors on amd64/possibly ot f ports/93216 lawrance [PATCH] finance/gnucash-devel: Add development release f ports/93270 [patch]jpeg support not working due to missing library p ports/93276 secteam [patch] security/ca-roots: Update expired certs f ports/93277 lawrance [PATCH] finance/kmymoney2: update to 0.8.2 o ports/93280 dannyboy [PATCH] sysutils/fortunelock: fix fetch and unBREAK f ports/93291 [PATCH] sysutils/monitord - notification mails send er f ports/93293 [PATCH] net-mgmt/bigsister: update to 1.02, take maint f ports/93304 [PATCH] sysutils/bacula-server port to no longer link f bin/93309 [PATCH] rpc.rquotad: group quota support over NFS o bin/93310 des [libpam] [patch] pam_unix ignores 'passwordtime' from o kern/93331 [kernel] [patch] broken asm in kernel o kern/93368 sos [ata] [patch] ATA_SMART command is missing o kern/93369 [ata] [patch] Fix failed detection of Nvidia NForce2 c o ports/93377 [PATCH] multimedia/quodlibet: build failure on ia64 o kern/93393 imp [ed] [patch] Add Micro Research PCMCIA LAN Adapter MR1 o ports/93402 [PATCH] Fix kvirc kdenetwork conflict o kern/93414 scottl [aac] [patch] compilation problem in aac_ioctl header o ports/93455 [patch] security/zebedee - uphold CC flag f ports/93470 [PATCH] net/samba3; pam_smbpass.so is not added to pac o conf/93472 [patch] /etc/periodic/daily/440.status-mailq exits wit o bin/93473 des [patch] Let pam_unix(8) use "passwordtime" from login. o usb/93484 usb [umass] [patch] QUIRK: Toshiba TransMemory USB Memorys o docs/93522 doc [patch] use rc.d script in example describing how to r f ports/93523 [Patch] mail/sympa5 : mailwrapper path in alias_manage o ports/93540 kuriyama [PATCH] security/gnupg; enable OPTIONS; configure KNOB o ports/93546 [PATCH] bsd.sites.mk and relevant ports: add MASTER_SI o ports/93560 roam [PATCH] dns/djbdns-ipv6: Update IPv6 patches o ports/93562 perky [PATCH] korean/aleefonts-ttf: update to 6.8 o docs/93590 doc [patch] pf.conf's man page mentions route labels, but o ports/93605 [PATCH] Update www/opera to version 8.52 o ports/93610 gnome [patch] audio/goobox - fix build with libnotify-0.3.2 o bin/93630 dougb [patch] small cleanup of rcorder(8) f ports/93637 [PATCH] sysutils/fusefs-sshfs: update to 1.5 o ports/93660 [patch] support for building print/ghostscript-afpl wi o misc/93661 [patch] loader(8): prevent *.4th files and friends fro o docs/93683 jcamou [PATCH] some typos in klist(1) o ports/93684 [patch] Fix build of multimedia/avidemux2 o ports/93687 portmgr [PATCH] Split bsd.port.pre.mk - allow OPTIONS to be pr f ports/93689 [patch] polish/libgadu without openssl o ports/93691 tmclaugh [PATCH] audio/xmms2: update to 0.2DrCox f ports/93699 [patch] databases/p5-DBI-Shell: register .packlist f ports/93700 [patch] devel/p5-IO-Tee: register .packlist o kern/93705 standards [headers] [patch] ENODATA and EGREGIOUS (for glibc com o ports/93706 kwm [patch] update ports/devel/buildbot to v0.7.2 o ports/93711 vsevolod [patch] Small update for net/openldap23-server p usb/93720 iedowse [umass] [patch] Kernel Dump to USB umass device fails o ports/93723 mnag [PATCH] comms/hamlib: update to 1.2.4 o ports/93739 perky [PATCH] update databases/py-bsddb3 to 4.4.2 p kern/93740 ume [libc] [patch] Update of inet_net_pton() and inet_net_ o kern/93754 ru [inet] [patch] dummynet changes ip_id, breaking fragme o kern/93755 [kernel] [patch] 2 copy'n'paste-os in sys/vm/phys_page p kern/93759 glebius [kernel] [patch] A few typos in sys/kern/kern_mbuf.c o docs/93764 doc [patch] addition to firewalls section - ipfw o ports/93768 [PATCH] finance/kmymoney2: update to 0.8.3 o ports/93784 [PATCH] security/dmitry: remove broken, take maintaine f ports/93792 garga [PATCH] net/xisp: update to 2.7p4 o docs/93801 doc [PATCH] firmware(9) introduced in not 7.0, but 6.1 o docs/93803 doc [PATCH] ndis_events(8) was first appeared in not 7.0, o ports/93811 sobomax [PATCH] net/asterisk: removed dead FTP sites o conf/93815 rc [patch] Adds in the ability to save ipfw rules to rc.d o misc/93838 [patch] Add notice to /usr/src/Makefile that make worl o bin/93841 [patch] fix seg fault with dmesg(8) o ports/93842 tmclaugh [PATCH] science/py23-scipy: Missing working distributi p conf/93844 delphij [PATCH] add SWIDTH to zh_TW.Big5 locale, fix problem w f ports/93846 [PATCH] ftp/proma : fix BROKEN pkg-plist & Update o bin/93853 qa [sysinstall] [patch]: Add country-specific keymap sele o bin/93857 [patch] kiconv_cs_preload(8): Utility for loading the o kern/93860 [msdosfs] [patch] sectors-per-track limit of MSDOSFS t f ports/93861 [PATCH] databases/p5-Class-DBI-mysql: update to 1.00 o ports/93862 [patch] minor error in ports/sysutils/apcupsd/files/ap o usb/93872 usb [patch] SCSI quirk required for ELTA 8061 OL USB memor o ports/93879 [PATCH] FIXED systemc installation problem and cleaned 990 problems total. From owner-freebsd-bugs@FreeBSD.ORG Mon Feb 27 11:14:10 2006 Return-Path: X-Original-To: freebsd-bugs@freebsd.org Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7508816A420 for ; Mon, 27 Feb 2006 11:14:10 +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 EC19F43D6B for ; Mon, 27 Feb 2006 11:14:09 +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 k1RBE9Co051461 for ; Mon, 27 Feb 2006 11:14:09 GMT (envelope-from owner-bugmaster@freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k1RB67VQ049172 for freebsd-bugs@FreeBSD.org; Mon, 27 Feb 2006 11:06:07 GMT (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 27 Feb 2006 11:06:07 GMT Message-Id: <200602271106.k1RB67VQ049172@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, 27 Feb 2006 11:14:10 -0000 Problem reports for tag '2tb': S Tracker Resp. Description -------------------------------------------------------------------------------- p kern/18874 [2TB] 32bit NFS servers export wrong negative values t o kern/41723 [2TB] on 1TB fs, copying files to filesystem causes "i p bin/56606 [2TB] df cannot handle 2TB NFS volumes o bin/66984 qa [2TB] [patch] teach sysinstall about larger disks p kern/67546 [2TB] Coredumps > 2Gb do not work (on 64bits platforms o bin/74567 [2TB] [patch] du doesn't handle sizes >1TB o kern/79251 geom [2TB] newfs fails on 2.6TB gbde device o kern/84589 [2TB] 5.4-STABLE unresponsive during background fsck 2 o bin/88872 [2TB] Error 36 while sysinstall tries to create / part o bin/88873 [2TB] gpt create fails "bogus map" "unknown error: 0" 10 problems total. Problem reports for tag '64-bit': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/90512 [64-bit] Snapshot corruption after fs activity 1 problem total. Problem reports for tag 'aac': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/80048 [aac] [patch] support for HP ML110 G2 SATA RAID Contro o kern/81887 scsi [aac] Adaptec SCSI 2130S aac0: GetDeviceProbeInfo comm o kern/87191 scottl [aac] [patch] aac(4) panics immediately with INVARIANT o i386/87364 scottl [aac] aac controller stopped working between BETA5 and o kern/88718 [aac] [timeout] unable to install on RAID 5 and FreeBS o kern/91910 scottl [aac] aac driver hangs on Dell PE800 with CERC SATA co o kern/93414 scottl [aac] [patch] compilation problem in aac_ioctl header 7 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 i386/89288 i386 [acpi] DMA error while booting with acpi enable o kern/89411 [acpi] acpiconf bug 5 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 p kern/91315 anholt [agp] [patch] add Intel E7505 chipset support to agp(4 o kern/93676 [agp] Yet another i915G drm/agp issue 10 problems total. Problem reports for tag 'ahc': S Tracker Resp. Description -------------------------------------------------------------------------------- s kern/9927 gibbs [ahc] the ahc driver doesn't correctly grok switched S s kern/45568 gibbs [ahc] ahc(A19160) pci parity error o kern/74627 scsi [ahc] [hang] Adaptec 2940U2W Can't boot 5.3 o kern/92798 scsi [ahc] SCSI problem with timeouts 4 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 -------------------------------------------------------------------------------- p kern/29727 jkim [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 o kern/93771 [ar] [panic] atacontrol status ar1 causes panic 2 problems total. Problem reports for tag 'asr': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/25950 obrien [asr] Bad drives on asr look zero-length and panic on o kern/26048 obrien [asr] 4.3-RC: SMP and asr driver don't work together o kern/88047 [asr] [panic] 6.0-RC1 reboots with SMP and asr o amd64/91405 amd64 [asr] [panic] Kernel panic caused by asr on 6.0-amd64 4 problems total. Problem reports for tag 'ata': S Tracker Resp. Description -------------------------------------------------------------------------------- o 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 o i386/86364 i386 [ata] ATA woes, SATA controller: failed writes, FS cor o kern/88714 sos [ata] cannot record CD-R since 6.0 (regression) o i386/89353 i386 [ata] invalid disk controller recognition of intel ICH 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 i386/90839 i386 [ata] burncd gets error on CDRIOCFIXATE with HL-DT-ST o bin/90854 [ata] problem with cd recorder (RICOH CD-R/RW MP7200A/ f kern/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 f kern/91410 sos [ata] Promise SATA controller + striping : "SETFEATURE o kern/91502 [ata] [patch] ICH7 - finds only 2 out of 4 drives o kern/91723 [ata] IDE corruption on ICH controller, affects the ch o kern/91914 [ata] Disk System Crashes - Raid Disk f kern/92016 sos [ata] [patch] SATA Disk not detected on Dell PowerEdge o kern/92238 [ata] Spurious "atapci1: failed to enable memory mappi o kern/93368 sos [ata] [patch] ATA_SMART command is missing o kern/93369 [ata] [patch] Fix failed detection of Nvidia NForce2 c 36 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 o kern/88082 [ath] [panic] cts protection for ath0 causes panic f kern/90321 sam [ath] can not use W52/W53(36-64ch) frequency in Japan. o kern/93125 sam [ath] ath0 times out periodically o kern/93886 [ath] Atheros/D-Link DWL-G650 long delay to associate 7 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 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 o kern/79143 [bge] Broadcom NIC driver do not work for IPMI o kern/79324 [bge] Broadcom bge chip initialization failure o kern/88741 [bge] IPMI access disabled when bge driver is loaded o kern/92090 [bge] bge0: watchdog timeout -- resetting 10 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 'boot1': S Tracker Resp. Description -------------------------------------------------------------------------------- o i386/91871 i386 [boot1] [patch] boot1: jump to 0xf000:0xfff0 instead o 1 problem total. Problem reports for tag 'boot2': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/35262 [boot2] [patch] generation of boot block for headless 1 problem total. Problem reports for tag 'bootinst': S Tracker Resp. Description -------------------------------------------------------------------------------- o misc/22914 [bootinst] bootinst messages are not updated 1 problem total. Problem reports for tag '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 'bsd.database.mk': S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/92079 vsevolod [bsd.database.mk][patch] Set detected database version 1 problem 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 'cam': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/17504 ken [cam] [patch] Another Micropolis Synchronize Cache Pro s i386/17662 gibbs [cam] cam_xpt.c incorrectly disables tagged queuing fo s kern/28840 gibbs [cam] Possible interrupt masking trouble in sys/cam/ca s bin/57088 [cam] [patch] for a possible fd leak in libcam.c s kern/72041 [cam] [hang] Deadlock when disk is destroyed while use o kern/76893 [cam] [patch] Fatal divide in booting processes with B s kern/85975 [cam] devfs does not create entries when removable med o kern/92751 [cam] [reboot] 5.4 crashes after camcontrol devlist 8 problems total. Problem reports for tag 'cardbus': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/84954 imp [CARDBUS] cbb alloc res fail (with hw.cardbus.debug=1 o i386/88802 i386 [if_iwi] [cardbus] CARDBUS related kernel crash (TSB43 o kern/92966 imp [cardbus] cardbus.ko loading failed 3 problems total. Problem reports for tag 'carp': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/92776 glebius [carp] kernel-crash using carp o kern/93448 glebius [carp] CARP advskew not propagated to VRRP packets o kern/93829 pf [carp] pfsync state time problem with CARP + Arp.Balan 3 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 o bin/93776 [crypto] [patch] SHA256_Update / SHA512_Update fail to 4 problems total. Problem reports for tag 'cue': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/75710 [cue] cue0 device configuration causes kernel panic 1 problem total. Problem reports for tag 'cx': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/66348 rik [cx] FR mode of cx (Cronyx Sigma) does not work for 4. 1 problem total. Problem reports for tag 'dc': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/30052 mbr [dc] [patch] dc driver queues outgoing pkts indefinite o kern/50574 mbr [dc] dc driver incorrectly detects ADMtek chip model o kern/52980 mbr [dc] [patch] dc driver fails to init Intel 21143 Cardb o kern/55793 [dc] Flaky behavior of if_dc when initializing a LNE10 o kern/62333 [dc] syslog: kernel: dc0: discard oversize frame (ethe o kern/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 o sparc/92033 sparc64 [dc] dc(4) issues on Ultra10 o kern/92279 [dc] Core faults everytime I reboot, possible NIC issu 11 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 o kern/92381 [drm] i915 drm module unuseable by X.org 6.9.0 for GM8 3 problems total. Problem reports for tag 'dummynet': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/76539 [dummynet] [patch] ipnat + dummynet on output on same 1 problem total. Problem reports for tag 'ed': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/9570 dfr [ed] [patch] ed(4) irq config enhancement o i386/12088 imp [ed] [patch] ed(4) has minor problem with memory alloc o kern/80853 [ed] [patch] add support for Compex RL2000/ISA in PnP o kern/84202 [ed] [patch] Holtek HT80232 PCI NIC recognition on Fre o kern/85493 imp [ed] [patch] OLDCARD can't probe ed driver o kern/93393 imp [ed] [patch] Add Micro Research PCMCIA LAN Adapter MR1 6 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 o kern/90167 [em] adding aliases to em0 interfaces cause the interf o kern/93586 glebius [em] /src/sys/dev/em/if_em.c 1.112 breaks interfaces 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) o kern/91476 [fdc] [patch] floppy drive doesn't work in MS Virtual 11 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 o kern/92272 [ffs] [hang] Filling a filesystem while creating a sna 3 problems total. Problem reports for tag 'firewire': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/74238 firewire [firewire] fw_rcv: unknown response; firewire ad-hoc w o kern/93083 [firewire] Detach of Firewire Harddisk not recognied p 2 problems total. Problem reports for tag 'fwip': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/85434 firewire [fwip] fwip (IP over firewire) doesn't work with polli 1 problem total. Problem reports for tag 'fxp': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/12543 [fxp] [patch] cumulative error counters for fxp(4) f kern/40274 [fxp] "fxp: device timeout" errors during heavy, susta o kern/80784 mux [fxp] fxp gives device timeouts o amd64/82425 amd64 [fxp] fxp0: device timeout, fxp interface dies on 5.4/ o kern/85258 mux [fxp] changing promisc mode on nic can lead to kernel o kern/87194 [fxp] fxp(4) promiscuous mode seems to corrupt hw-csum o kern/92675 [fxp] [patch] fxp(4) unable to recover from occasional 7 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 7 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 o kern/72263 [gif] gifconfig output corruption 2 problems total. Problem reports for tag 'gpt': S Tracker Resp. Description -------------------------------------------------------------------------------- o ia64/85772 ia64 [gpt] gpt (geom_) needs to adopt g_ctl 1 problem total. Problem reports for tag 'gre': S Tracker Resp. Description -------------------------------------------------------------------------------- s kern/47813 [gre] pseudo-device gre(4) doesn't appear to work with o kern/60183 sobomax [gre] [patch] No WCCPv2 support in gre o bin/74062 [gre] ifconfig(8) does not display tunnel endpoints fo o kern/85320 [gre] [patch] possible depletion of kernel stack in ip 4 problems total. Problem reports for tag 'headers': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/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 =4GB system RAM 2 problems total. Problem reports for tag 'inet': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/93754 ru [inet] [patch] dummynet changes ip_id, breaking fragme 1 problem total. Problem reports for tag 'inet6': S Tracker Resp. Description -------------------------------------------------------------------------------- f kern/93220 [inet6] nd6_lookup: failed to add route for a neighbor 1 problem total. Problem reports for tag 'internationalization': S Tracker Resp. Description -------------------------------------------------------------------------------- o conf/46453 [INTERNATIONALIZATION] cons25l2, ISO8859-2 and console 1 problem total. Problem reports for tag 'intpm': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/25733 [intpm] mismatch between error reporting in smbus fram 1 problem total. Problem reports for tag 'intr': S Tracker Resp. Description -------------------------------------------------------------------------------- p kern/30857 [intr] [patch] intr_machdep.c allows access out of arr 1 problem total. Problem reports for tag 'ioctl': S Tracker Resp. Description -------------------------------------------------------------------------------- s kern/81867 delphij [ioctl] [patch] ioctl collision between pcvt(4) and vg 1 problem total. Problem reports for tag 'ipf': S Tracker Resp. Description -------------------------------------------------------------------------------- o docs/26879 darrenr [ipf] mkfilter not installed, yet referred to via ipf( o kern/78090 [ipf] ipf filtering on bridged packets doesn't work if 2 problems total. Problem reports for tag 'ipfilter': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/34665 darrenr [ipfilter] ipfilter rcmd proxy "hangs". o kern/70904 darrenr [ipfilter] ipfilter ipnat problem with h323 proxy supp s kern/77195 darrenr [ipfilter] [patch] ipfilter ioctl SIOCGNATL does not m o kern/77273 darrenr [ipfilter] ipfilter breaks ipv6 statefull filtering on o kern/79895 darrenr [ipfilter] 5.4-RC2 breaks ipfilter NAT when using netg o kern/86103 darrenr [ipfilter] Illegal NAT Traversal in IPFilter o kern/87521 darrenr [ipfilter] [panic] using ipfilter "auth" keyword leads f kern/91597 darrenr [ipfilter] PC crashed after cold reboot in 2 minutes. f kern/91777 darrenr [ipfilter] wrong behaviour with skip rule inside a gro 9 problems total. Problem reports for tag 'ipfw': S Tracker Resp. Description -------------------------------------------------------------------------------- a kern/26534 ipfw [ipfw] Add an option to ipfw to log gid/uid of who cau o kern/46159 ipfw [ipfw] [patch] ipfw dynamic rules lifetime feature o kern/48172 ipfw [ipfw] [patch] ipfw does not log size and flags o kern/49086 ipfw [ipfw] [patch] Make ipfw2 log to different syslog prio o bin/50749 ipfw [ipfw] [patch] ipfw2 incorrectly parses ports and port 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/55984 ipfw [ipfw] [patch] time based firewalling support for ipfw o kern/56031 luigi [ipfw] ipfw hangs on every invocation o kern/60154 maxim [ipfw] ipfw core (crash) o kern/60719 ipfw [ipfw] Headerless fragments generate cryptic error mes o kern/62042 luigi [ipfw] ipfw can't no more reject icmp (icmptypes 8) o kern/63724 ipfw [ipfw] IPFW2 Queues dont t work o kern/69963 ipfw [ipfw] install_state warning about already existing en o kern/71366 ipfw [ipfw] "ipfw fwd" sometimes rewrites destination mac a o kern/72987 ipfw [ipfw] ipfw/dummynet pipe/queue 'queue [BYTES]KBytes ( o kern/73276 ipfw [ipfw] [patch] ipfw2 vulnerability (parser error) o kern/73910 ipfw [ipfw] serious bug on forwarding of packets after NAT o kern/74104 ipfw [ipfw] ipfw2/1 conflict not detected or reported, manp o conf/78762 ipfw [ipfw] [patch] /etc/rc.d/ipfw should excecute $firewal o bin/78785 ipfw [ipfw] [patch] ipfw verbosity locks machine if /etc/rc o kern/80642 ipfw [ipfw] [patch] ipfw small patch - new RULE OPTION o kern/82724 ipfw [ipfw] [patch] Add setnexthop and defaultroute feature o kern/86957 ipfw [ipfw] [patch] ipfw mac logging o kern/87032 ipfw [ipfw] [patch] ipfw ioctl interface implementation o kern/88664 ipfw [ipfw] ipfw stateful firewalling broken with IPv6 o kern/91847 ipfw [ipfw] ipfw with vlanX as the device 27 problems total. Problem reports for tag 'ipnat': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/91908 darrenr [ipnat] loading ipl.ko to the kernel compiled with opt 1 problem total. Problem reports for tag 'ips': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/90012 scottl [ips] [patch] IBM/Adaptec ServeRAID 7x support 1 problem total. Problem reports for tag 'ipsec': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/86330 [ipsec] [panic] panic in ESP code 1 problem total. Problem reports for tag 'ipw': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/82926 [ipw] ipw(4) doesn't seem to do WPA, also leaves entri o kern/84861 [ipw] [patch] still can't get working ipw(4) with adho o kern/88917 [ipw] ipw can not work in adhoc mode 3 problems total. Problem reports for tag 'ipx': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/70663 [ipx] Freebsd 4.10 ncplogin + Netware 4.11 = nwerr 89f o kern/74923 [ipx] [panic] kernel panic with ncplist on 5.3-release o kern/80266 rwatson [ipx] [patch] IPX routing doesn't work o kern/83368 [ipx] [patch] incorrect handling of malloc failures wi 4 problems total. Problem reports for tag 'irq': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/70608 [irq] ethernet-error (card uses duplicate IRQ as USB c o kern/74786 [irq] [patch] Smartlink Modem causes interrupt storm o o i386/90134 i386 [irq] IDE and SATA disks not detected on various contr 3 problems total. Problem reports for tag 'isa': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/33138 [isa] [patch] pnp problem in 4.3, 4.4, 4.5 o kern/37441 davidxu [isa] [patch] ISA PNP parse problem o kern/46368 [isa] [patch] MAXDEP in isa/pnpparse.c is too small 3 problems total. Problem reports for tag 'isofs': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/91488 [isofs] [patch] cd9660 filesystem cannot handle files 1 problem total. Problem reports for tag 'isp': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/93172 [isp] [patch] uintXX_t style(9) updates 1 problem total. Problem reports for tag 'iwi': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/87248 [iwi] Data-corruption while using WEP on if_iwi o kern/87413 damien [iwi] 6.0-RC1: "ifconfig iwi0 mode 11g up" freezes sys o kern/88496 [iwi] iwi0: fatal error - have to reboot o kern/89918 damien [iwi] [panic] Kernel panic with if_iwi Intel 2200bg o kern/89926 damien [iwi] [panic] if_iwi : sleeping thread owns a non-slee o kern/92323 [iwi] [patch] XI330_IEEE missing from if_wi_pccard.c o kern/92351 [iwi] page fault in iwi after ACPI resume 7 problems total. Problem reports for tag 'jail': S Tracker Resp. Description -------------------------------------------------------------------------------- s kern/13997 rwatson [jail] [patch] RLIMIT_NPROC works unadequately for jai o kern/55163 [jail] [patch] hide kld system details from jails o kern/84215 [jail] [patch] wildcard ip (INADDR_ANY) should not bin o kern/89528 bz [jail] impossible to kill a jail o kern/92059 [jail] ps(1) "Bus error" under jail o kern/93081 [jail] netstat -i fails to report bytes output by jail o kern/93423 [jail] Applying devfs rulset fails 7 problems total. Problem reports for tag 'joy': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/64588 [joy] [patch] Extend joystick driver architecture to s 1 problem total. Problem reports for tag 'kame': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/83778 [kame] [patch] JPv6 cannot use Jumbo Frames 1 problem total. Problem reports for tag 'kbd': S Tracker Resp. Description -------------------------------------------------------------------------------- p kern/25499 [kbd] [patch] buffer paste functionality from keyboard s i386/30921 i386 [kbd] ACER mechanic ps/2 keyboard don“t work and isn“t o i386/31979 i386 [kbd] Setup and boot locks Compaq Armada E500 laptop w o kern/33965 [kbd] [patch] programmable keys of the keyboard (Olida o kern/41215 [kbd] console revert back to kbd0 (AT) after KVM switc p kern/52960 jmg [kbd] kbdcontrol macros don't work when len = 16 o i386/55838 i386 [kbd] [patch] Dual characters from keyboard in X on To o kern/59698 [kbd] [patch] Rework of ukbd HID to AT code translatio o kern/62323 [kbd] Logitech Cordless MX Duo Keyboard/Mouse combinat o i386/67578 i386 [kbd] Keyboard error IBM xSeries 335 o i386/68277 i386 [kbd] Compact Evo N610c (Laptop): Using external PS/2 o i386/71035 i386 [kbd] SMP boot hangs in bus_space_write_1 during keybo a kern/71568 brooks [kbd] [patch] unable to install FreeBSD using only a u o usb/72466 brooks [kbd] USB keyboard does not respond in single-user she o bin/72923 brooks [kbd] installer crashing/no keyboard detected o kern/80694 [kbd] [patch] atkbd looped on Acer TravelMate 2701LC o kern/86657 [kbd] [patch] change to USB keyboard option in Beastie o usb/87519 usb [kbd] cannot install on USB-only system o kern/88715 [kbd] [hang] new kbd driver in FreeBSD 6.0 RELEASE and 19 problems total. Problem reports for tag 'kerberos': S Tracker Resp. Description -------------------------------------------------------------------------------- o bin/45830 nectar [kerberos] KDC has problems when listening to IPv6 and 1 problem total. Problem reports for tag 'kernel': S Tracker Resp. Description -------------------------------------------------------------------------------- s kern/19363 [kernel] [patch] allow processes know about their file f kern/25777 [kernel] [patch] atime not updated on exec o kern/29355 mux [kernel] [patch] add lchflags support o kern/36504 [kernel] [patch] crash/panic vm_object_allocate under o kern/37555 [kernel] [patch] vnode flags appear to be changed in n o kern/40369 [kernel] [patch] rman_reserve_resource - when "count > 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 p 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 emaste [kernel] [patch] Polling for devices other than NICs o kern/92023 [kernel] 'options DEVICE_POLLING' makes loadavg wrong o kern/93199 [kernel] [patch] missing linux rt_sigtimedwait system o kern/93331 [kernel] [patch] broken asm in kernel o kern/93755 [kernel] [patch] 2 copy'n'paste-os in sys/vm/phys_page p kern/93759 glebius [kernel] [patch] A few typos in sys/kern/kern_mbuf.c o kern/93887 [kernel] cpu_spinwait calls missing in subr_smp.c 41 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 f i386/78218 usb [kue] kue not detected on Sony PCG-F370 VAIO 2 problems total. Problem reports for tag 'lge': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/31102 wpaul [lge] lge + Pentium III data transmission problem o kern/78072 [lge] [patch] Potential memory leak in lge(4) 2 problems total. Problem reports for tag '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 [libc] [patch] libc uuid_compare() doesn't work with l o threa/83914 threads [libc] popen() doesn't work in static threaded program p kern/84740 tjr [libc] regcomp("\254") fails o 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 o kern/92880 [libc] [patch] almost rewritten inet_network(3) functi o kern/93093 [libc] xdr_string might call strlen(3) on NULL o kern/93197 [libc] strptime(3) succeeds on formats it should fail p kern/93740 ume [libc] [patch] Update of inet_net_pton() and inet_net_ 38 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 'libfetch': S Tracker Resp. Description -------------------------------------------------------------------------------- p bin/91973 des [libfetch] [patch] relax fetch(1) reaction on a MODE c 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 o bin/91954 [libpam] [patch] Proposed enhancement for pam_krb5: "o o bin/93310 des [libpam] [patch] pam_unix ignores 'passwordtime' from 4 problems total. Problem reports for tag 'libpcap': S Tracker Resp. Description -------------------------------------------------------------------------------- f kern/58529 dwmalone [libpcap] [patch] RDWR bpf in pcap. 1 problem total. Problem reports for tag 'libstand': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/85650 [libstand] [patch] modifications to tftp-based PXE boo 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 4 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 a kern/72920 emulation [linux]: path "prefixing" is not done on unix domain s o kern/73777 emulation [linux] [patch] linux emulation: root dir special hand o kern/77710 emulation [linux] Linux page fault sigcontext information is wro o kern/85175 emulation [linux] [patch] linux emulation layer without COMPAT_4 o kern/90330 [linux] linux_compat /dev system freeze problem o kern/92671 emulation [patch] [linux] Fix for Maple 10: implement rt_sigpend 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 'maint-upd': S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/93806 [maint-upd] emulators/hercules to 3.04 1 problem total. Problem reports for tag 'makedev': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/44058 [MAKEDEV] [patch] /dev/ch* is created without group wr s bin/56012 [MAKEDEV] [patch] MAKEDEV does not allow creation of t 2 problems total. Problem reports for tag 'md': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/80136 [md] [crash] mdconfig can reboot the system o kern/81161 [md] Images mounted through mdconfig on a read-only fs o kern/87255 [md] [panic] large malloc-backed mfs crashes the syste o kern/89355 [md] mdconfig -t vnode filesystem mount problem o kern/92269 [md] [panic] panic with mdconfig and mount_cd9660 o kern/92292 [md] [hang] Heavy IO on a md-backed filesystem on a sn 6 problems total. Problem reports for tag 'mem': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/71334 [mem] [patch] mem_range_attr_{set|get} are no longer k 1 problem total. Problem reports for tag '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 mjacob [mpt] 6.0-BETA1 mpt driver not working under VMware ES o kern/91160 mjacob [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 o kern/93634 [msdosfs] False access to renamed files/directories (c o kern/93860 [msdosfs] [patch] sectors-per-track limit of MSDOSFS t 19 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 o kern/92690 andre [net] slowstart_flightsize ignored in 6-STABLE 7 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 qingli [netinet] [patch] TCP simultaneous open fails. o kern/75122 andre [netinet] [patch] Incorrect inflight bandwidth calcula o kern/78227 [netinet] [patch] Destroying a network interface leaks o kern/90155 [netinet] [patch] use sysctl(8) to control hardware ch p kern/91412 andre [netinet] [patch] Problem with PMTU Discovery / DF / I p kern/91851 andre [netinet] [patch] cannot collect multicast upcall mess p kern/92091 andre [netinet] [patch] IP address hash corruption bug o kern/93236 [netinet] [patch] Received out of window SYN in ESTABL 12 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 kuriyama [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/88320 [nfs] ypxfr(8) talks IPv6 to IPv4-only portmap -> ypin 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 -------------------------------------------------------------------------------- f i386/89568 i386 [NOTES] XBOX options missing from NOTES o kern/90181 [NOTES] [patch] IPSEC_FILTERGIF documentation is incom 2 problems 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 o kern/92000 [ntfs] [panic] Panic caused by mounting mounted NTFS p 8 problems total. Problem reports for tag 'ntp': S Tracker Resp. Description -------------------------------------------------------------------------------- o bin/92839 roberto [ntp] [patch] contrib/ntp PARSE buffer overrun 1 problem total. Problem reports for tag 'nullfs': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/51583 [nullfs] [patch] allow to work with devices and socket o kern/59945 [nullfs] [patch] nullfs bug: reboot after panic: null_ p kern/63662 [nullfs] using read-only NULLFS leads to panic. gdb ou o kern/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) o kern/92371 [nve] nve0: device timeout (N) on FreeBSD-6.0-STABLE 3 problems total. Problem reports for tag 'nwfs': S Tracker Resp. Description -------------------------------------------------------------------------------- a kern/59211 [nwfs] System crashes when moving files from NWFS moun o kern/65920 [nwfs] Mounted Netware filesystem behaves strange o kern/69100 [nwfs] panic: 5.2.1p9 kernel panics when mounting nwfs o kern/92750 [nwfs] Files in mounted Netware filesystem drop in and 4 problems total. Problem reports for tag '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 o kern/92070 imp [pccard] wi0: No irq?! with LG 11Mbps Wireless LAN PCI o kern/93431 imp [pccard] dc interface attach failed after upgrade to 6 12 problems total. Problem reports for tag 'pccbb': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/91919 [pccbb] pccbb does not supply appropriate voltage 1 problem 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/86072 pf [pf] Packet Filter rule not working properly (with SYN o kern/86848 [pf][multicast] destroying active syncdev leads to pan o kern/90148 pf [pf] pf_enable="YES" -> Fatal trap 12: page fault whil o kern/92949 pf [pf] PF + ALTQ problems with latency o kern/93825 pf [pf] pf reply-to doesn't work 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 o kern/93685 [pipe] select on pipe write fails from '0' end 2 problems total. Problem reports for tag 'pkg_install': S Tracker Resp. Description -------------------------------------------------------------------------------- o bin/34628 [pkg_install] [patch] pkg-routines ignore the recorded 1 problem total. Problem reports for tag '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 ) o kern/93019 [ppp] ppp and tunX problems: no traffic after restarti 2 problems total. Problem reports for tag 'procfs': S Tracker Resp. Description -------------------------------------------------------------------------------- s kern/19535 [procfs] [patch] procfs_rlimit tidyup o kern/86107 [procfs] [panic] unrhdr has N allocations, NULL derefe o kern/90063 [procfs] access("/proc/123", F_OK) doesn't work on >= 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 'pts': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/92742 cognet [pts] [panic] New pts code causes AMD64 panics (regres 1 problem total. Problem reports for tag 'pty': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/60697 [pty] [patch] pseudo-tty hack versus telnet race cause 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 'pxe': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/91720 [pxe] pxeboot always tries to do an rpc call to an nfs 1 problem total. Problem reports for tag 'radeon': S Tracker Resp. Description -------------------------------------------------------------------------------- o amd64/86080 amd64 [radeon] [hang] radeon DRI causes system hang on amd64 o kern/89271 [radeon][agp][hang] X.org hangs when heavily using Rad 2 problems total. Problem reports for tag 're': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/68514 [re] Realtek driver halts on oversized frames o i386/70832 i386 [re] serious problems with RealTek NIC using re0 drive o kern/76551 [re] [patch] re0: watchdog timeout o kern/80005 [re] re(4) network interface _very_ unpredictable work o kern/81019 [re] re(4) RealTek 8169S32 behaves erratically o i386/83735 i386 [re] network card (realtek 8139) and sound card (CMI87 o kern/84584 [re] re(4) spends too much time in interrupt handler ( o kern/91942 [re] [panic] ifconfig causes panic on re(4) 8 problems total. Problem reports for tag 'resolver': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/74314 [resolver] DNS resolver broken under certain jail cond 1 problem total. Problem reports for tag 'rl': S Tracker Resp. Description -------------------------------------------------------------------------------- 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 o kern/92744 [rl] problems with a realtek network card on a 6.0 rel 7 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/78868 gibbs [scsi] Adaptec 29160 fails with IBM LTO-2 drive if dis 5 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_ o i386/89383 i386 [sio] [panic] page fault 9 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 f kern/93458 [smbfs] mount_smbfs(8) fails with authentication error 22 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 o kern/93461 [smp] Intel 440LX SMP freeze (regression vs. 4.X) 9 problems total. Problem reports for tag 'snd_csa': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/16879 tanimura [snd_csa] csa sound drivers seem to be using shared ir o kern/23546 tanimura [snd_csa] [patch] csa DMA-interrupt problem 2 problems total. Problem reports for tag 'snd_ich': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/92764 multimedia [snd_ich] [panic] Kernel panic undef RELENG_6. 1 problem 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 o kern/63204 multimedia [sound] /dev/mixer broken with ESS Maestro-2E (still o f kern/66642 multimedia [sound] pcm0: play: 0: play interrupt timeout, channel 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 o kern/79678 multimedia [sound] sound works except recording from any source o kern/79905 multimedia [sound] sis7018 sound module problem o kern/79912 multimedia [sound] sound broken for 2 VIA chipsets: interrupt sto o kern/80465 multimedia [sound] pcm0:record:0: record interrupt timeout (Acer o kern/81146 multimedia [sound] Sound isn't working AT ALL for Sis7012 onboard o kern/82043 multimedia [sound] snd_emu10k1 - mixer does not work. o kern/84311 multimedia [sound] 82801FB/FR/FW/FRW Intel High Definition Audio f kern/84507 multimedia [sound] fm801: Not every card supports variable rate f kern/85964 multimedia [sound] Can't play 24 bit audio (Audigy 2 and others) o kern/87782 multimedia [sound] snd_t4dwave and pcm0:record:0: record interrup f kern/88820 multimedia [sound] Erratic recognition of VIA 8285 sound card by o kern/90214 multimedia [sound] memory leaks in snd_via8233 o kern/92512 multimedia [sound] distorted mono output with emu10k1 o kern/92557 multimedia [sound] Contrary to 6.0 release notes, snd_csa does no 27 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 o kern/93128 scsi [sym] FreeBSD 6.1 BETA 1 has problems with Symbios/LSI 6 problems total. Problem reports for tag 'syscons': S Tracker Resp. Description -------------------------------------------------------------------------------- s kern/15436 [syscons] syscons extension: "propellers" o kern/31890 [syscons] [patch] new syscons font o kern/32480 [syscons] Missing graphic characters in syscons font i o kern/39252 [syscons] [patch] syscons doesn't support 8-bit contro o kern/46973 [syscons] [patch] syscons virtual terminals switching o kern/48599 [syscons] [patch] syscons cut-n-paste logic is broken o kern/72585 [syscons] [patch] iso05-8x16.fnt lacks letter q o conf/90082 matteo [syscons] [patch] curses ACS line graphics support for 8 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/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 bin/66350 qa [sysinstall] sysinstall creates a partition of subtype o bin/66950 qa [sysinstall] upgrading to 4.10-RC3: package conflicts o bin/68047 [sysinstall] unattended install of FreeBSD 5.2.1 does o bin/69942 [sysinstall] sysinstall changes /etc/rc.conf after ins o bin/69986 qa [sysinstall] [patch] no job control in fixit shell on o bin/70002 qa [sysinstall] fails to locate FTP dirs if the OS has pa o bin/71323 qa [sysinstall] FTP download from floppy boot crashes wit o bin/72232 qa [sysinstall] Installer installs gui-enabled cvsup o bin/72895 qa [sysinstall] Sysinstall generates invalid partition ta o sparc/72962 sparc64 [sysinstall] Sysinstall panics on sparc64 if /dev/cd0 o kern/73035 qa [sysinstall] Upgrading from 5.2.1 to 5.3 RC1 fails o bin/73410 [sysinstall] Sysinstall could not allocate disklabel o bin/73511 qa [sysinstall] SCSI drive install failure - RC2 o bin/73617 qa [sysinstall] fdisk editor unmarks active partition o bin/78964 qa [sysinstall] can not write labels to hdd on instalatio o kern/79621 qa [sysinstall] sysinstall does not create a device when o bin/79910 qa [sysinstall] Cannot escape from failed port/package in o bin/80117 qa [sysinstall] [patch] smbfs install option for sysinsta o bin/81323 qa [sysinstall] Error in installation packages "write fai 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/84674 qa [sysinstall] Installer trying to install bad package t o bin/85367 qa [sysinstall] [patch] fix package categories in index.c o bin/86454 qa [sysinstall] sysinstall terminates with signal 10 if I f bin/86518 qa [sysinstall] USB keyboard not supported o bin/86600 qa [sysinstall] Sysinstall boot manager screen is mislead o bin/86665 qa [sysinstall] sysinstall binary upgrade clobbers named. o bin/86859 qa [sysinstall] Installer should ask about Linux earlier o bin/88826 qa [sysinstall] sysinstall infinity wait for da0 o bin/89144 [sysinstall] failed to install 2 packages on 6.0 disk o bin/90656 qa [sysinstall] 6.0-RELEASE (i386) cannot be installed vi o bin/91205 qa [sysinstall] sysinstall package options should require o bin/92160 qa [sysinstall] [patch] Add new NTP servers for Taiwan o bin/93275 qa [sysinstall] Failure to install after restarting insta o bin/93284 secteam [sysinstall] Insecure placement of user ftp into opera o bin/93853 qa [sysinstall] [patch]: Add country-specific keymap sele 135 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 'tcp': S Tracker Resp. Description -------------------------------------------------------------------------------- o misc/92792 [tcp] kernel crash with high number of TCP connections o kern/93378 [tcp] Slow data transfer in Postfix and Cyrus IMAP (wo 2 problems 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 o kern/92040 scottl [udf] mmap/cp fails on small file in UDF 6 problems total. Problem reports for tag 'ufs': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/26323 [ufs] [patch] Quota system creates zero-length files o kern/33940 [ufs] [patch] quotactl allows compromise gid-quotas o kern/48393 mckusick [ufs] ufs2 snapshot code bugs o kern/58373 mckusick [ufs] ufs inconsistency between 4.9-RC and 5.1 o bin/73019 [ufs] fsck_ufs: cannot alloc 607016868 bytes for inoin o amd64/89202 amd64 [ufs] [panic] Kernel crash when accessing filesystem w o kern/89991 [ufs] softupdates with mount -ur causes fs UNREFS o kern/91568 [ufs] [panic] writing to UFS/softupdates DVD media in o kern/91572 [ufs] [panic] writing to UFS/softupdates DVD media usi o kern/93435 [ufs] [panic] kernel panic after setting big value of 10 problems total. Problem reports for tag 'ugen': S Tracker Resp. Description -------------------------------------------------------------------------------- o usb/53025 usb [ugen] [patch] ugen does not allow O_NONBLOCK for inte o usb/62309 usb [ugen] [panic] panic: ugen(4) driver o usb/68232 usb [ugen] [patch] ugen(4) isochronous handling correction o usb/81308 usb [ugen] [patch] polling a ugen(4) control endpoint caus 4 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 'ukbd': S Tracker Resp. Description -------------------------------------------------------------------------------- o usb/93738 usb [ukbd] [patch] ukbd_check_char returns FALSE with char 1 problem total. Problem reports for tag 'uma': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/85971 jeff [uma] [patch] minor optimization to uma 1 problem total. Problem reports for tag 'umapfs': S Tracker Resp. Description -------------------------------------------------------------------------------- s kern/74708 [umapfs] [panic] UMAPFS kernel panic 1 problem total. Problem reports for tag 'umass': S Tracker Resp. Description -------------------------------------------------------------------------------- o usb/57085 sanpei [umass] umass0 problems, with Sony Vio/USB memory stic 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 f usb/74358 usb [umass] unplugging at boot time an umass device crashe o usb/74771 usb [umass] mounting write-protected umass device as read/ o kern/75764 [umass] [patch] "umass0: Phase Error" - no device for o usb/76461 usb [umass] disklabel of umass(4)-CAM(4)-da(4) not used by o usb/79893 usb [umass] [patch] new usbdevs/umass quirks derived from o usb/81073 usb [umass] [patch] fix umass NO_GETMAXLUN quirk o usb/84326 usb [umass] Panic trying to connect SCSI tape drive via US f usb/89997 usb [umass] [panic] panic on iPod mini detach f usb/91516 usb [umass] umass0 problems, with Freecom Classic SL Hard o usb/93484 usb [umass] [patch] QUIRK: Toshiba TransMemory USB Memorys p usb/93720 iedowse [umass] [patch] Kernel Dump to USB umass device fails 14 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 -------------------------------------------------------------------------------- f usb/55555 usb [ums] system freezes with access to /dev/ums0 o kern/56250 [ums] [patch] ums(4) doesn't work with MCT based PS/2 2 problems total. Problem reports for tag 'unionfs': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/17819 [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/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 17 problems total. Problem reports for tag 'ural': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/88182 [ural] wep is broken in ural(4) hostap mode o kern/92083 [ural] [panic] panic using WPA on ural NIC in 6.0-RELE 2 problems 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 o usb/61234 usb [usb] [patch] usbhidaction(1) doesn't support using an o usb/62088 usb [usb] Logitech Cordless/Optical Mouse not working o usb/63621 usb [usb] USB MemoryStick Reader stalls/crashes system o kern/65769 usb [usb] Call to tcflush(x, TCIFLUSH) stops input on usb- o kern/66547 usb [usb] Palm Tungsten T USB does not initialize correctl o usb/68412 usb [usb] [patch] QUIRK: Philips KEY013 USB MP3 player o usb/70523 usb [usb] [patch] umct sending/receiving wrong characters o usb/70942 usb [usb] Genius Wireless USB mouse: moused doesn't work c o usb/71155 usb [usb] misbehaving usb-printer hangs processes, causes o usb/71416 usb [usb] Cryptoflex e-gate USB token (ugen0) detach is no o usb/71417 usb [usb] Cryptoflex e-gate USB token (ugen0) communicatio o usb/71455 usb [usb] Slow USB umass performance of 5.3 o usb/72380 usb [usb] USB does not work [dual Celeron Abit] o usb/73056 usb [usb] Sun Microsystems Type 6 USB mouse not working in o kern/73388 brooks [usb] usb-keyboard stops working f usb/73553 usb [usb] Microsoft USB Internet Keyboard not recongized o usb/74609 usb [usb] [patch] allowing cdma modems to work at full spe o usb/74849 usb [usb] [patch] Samsung SPH-i500 does not attach properl o usb/74880 usb [usb] [patch] Samsung N400 cellphone/acm fails to atac f usb/79656 usb [usb] RHSC interrupts lost o usb/79722 usb [usb] wrong alignments in ehci.h o usb/79723 usb [usb] prepare for high speed isochronous transfers o usb/79725 usb [usb] [patch] USB device speed is not double-checked o usb/82350 usb [usb] null pointer dereference in USB stack o usb/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 35 problems total. Problem reports for tag 'usbdevs': S Tracker Resp. Description -------------------------------------------------------------------------------- f usb/70362 sanpei [usbdevs] [patch] LaCie 160GB USB drive 1 problem total. Problem reports for tag 'uscanner': S Tracker Resp. Description -------------------------------------------------------------------------------- f kern/65428 [uscanner] [panic] uscanner(4)-related repeatable kern 1 problem total. Problem reports for tag 'vfs': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/55297 [vfs] [panic] kernel panic after running XFree86 o kern/68459 [vfs] [patch] Patches to mknod(2) behave more like Lin o kern/74976 [vfs] [panic] 5.3-STABLE: vn_finished_write triggered o kern/78434 [vfs] [patch] vfs_mount: -current does not cdboot 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 o kern/93567 [vr] Via Rhine : Asymetric Bandwith 6 problems total. Problem reports for tag 'wep': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/91364 [wep] WF-511 RT2500 Card PCI and WEP 1 problem total. Problem reports for tag 'wi': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/39928 imp [wi] wi0 timeouts and hangs the system while sending d o kern/43625 imp [wi] wi(4) driver hangs after long data transfers o kern/59183 imp [wi] wi problems with wi_cmd o kern/69019 [wi] wlan stalling after 2-3 hrs of moderate traffic 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 o i386/90065 i386 [wi] System hangs if wireless card wasn't disabled bef 14 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 o i386/93791 i386 [xl] xl0: watchdog timeout 5 problems total. Problem reports for tag 'zlib': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/43616 [zlib] [patch] static-ize some functions in sys/net/zl 1 problem total. From owner-freebsd-bugs@FreeBSD.ORG Mon Feb 27 11: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 D2C4A16A420 for ; Mon, 27 Feb 2006 11: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 F03C643D48 for ; Mon, 27 Feb 2006 11:40: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 k1RBe4Ou053346 for ; Mon, 27 Feb 2006 11:40:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k1RBe45d053345; Mon, 27 Feb 2006 11:40:04 GMT (envelope-from gnats) Resent-Date: Mon, 27 Feb 2006 11:40:04 GMT Resent-Message-Id: <200602271140.k1RBe45d053345@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, Vilmos Nebehaj Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9CA3516A422 for ; Mon, 27 Feb 2006 11:31: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 62AEE43D4C for ; Mon, 27 Feb 2006 11:31: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 k1RBV5Wu003557 for ; Mon, 27 Feb 2006 11:31:05 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k1RBV53Q003556; Mon, 27 Feb 2006 11:31:05 GMT (envelope-from nobody) Message-Id: <200602271131.k1RBV53Q003556@www.freebsd.org> Date: Mon, 27 Feb 2006 11:31:05 GMT From: Vilmos Nebehaj To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: kern/93897: if_tap doesn't handle kqueue(2) 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, 27 Feb 2006 11:40:08 -0000 >Number: 93897 >Category: kern >Synopsis: if_tap doesn't handle kqueue(2) >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: Mon Feb 27 11:40:04 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Vilmos Nebehaj >Release: FreeBSD 6.0 >Organization: >Environment: oszoo# uname -a FreeBSD oszoo.oszoo 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: Kqueue(2) doesn't work on if_tap devices, so applications have to use select or poll. NetBSD and OpenBSD have had the necessary kqueue bits for quite a while, so it would be desirable for FreeBSD to do the same. >How-To-Repeat: Use kqueue/kevent on a file descriptor obtained from opening /dev/tapX. >Fix: I've prepared a patch. It cleanly applies against -CURRENT and RELENG_6_0 too. It can be fetched from http://innoidea.com/~vili/if_tap.diff Index: if_tap.c =================================================================== RCS file: /home/ncvs/src/sys/net/if_tap.c,v retrieving revision 1.58 diff -u -r1.58 if_tap.c --- if_tap.c 11 Nov 2005 16:04:48 -0000 1.58 +++ if_tap.c 27 Feb 2006 10:39:38 -0000 @@ -99,6 +99,17 @@ static d_ioctl_t tapioctl; static d_poll_t tappoll; +/* kqueue(2) */ +static int tap_kqfilter(struct cdev *, struct knote *); +static int tap_kqread(struct knote *, long); +static int tap_kqwrite(struct knote *, long); +static void tap_kqdetach(struct knote *); + +static struct filterops tap_read_filterops = { 1, NULL, tap_kqdetach, + tap_kqread }; +static struct filterops tap_write_filterops = { 1, NULL, tap_kqdetach, + tap_kqwrite }; + static struct cdevsw tap_cdevsw = { .d_version = D_VERSION, .d_flags = D_PSEUDO | D_NEEDGIANT, @@ -109,6 +120,7 @@ .d_ioctl = tapioctl, .d_poll = tappoll, .d_name = CDEV_NAME, + .d_kqfilter = tap_kqfilter, }; /* @@ -397,6 +409,8 @@ ifp->if_drv_flags &= ~IFF_DRV_OACTIVE; splx(s); + knlist_init(&tp->tap_rsel.si_note, NULL, NULL, NULL, NULL); + TAPDEBUG("%s is open. minor = %#x\n", ifp->if_xname, minor(dev)); return (0); @@ -446,12 +460,15 @@ funsetown(&tp->tap_sigio); selwakeuppri(&tp->tap_rsel, PZERO+1); + KNOTE(&tp->tap_rsel.si_note, 0, 0); mtx_lock(&tp->tap_mtx); tp->tap_flags &= ~TAP_OPEN; tp->tap_pid = 0; mtx_unlock(&tp->tap_mtx); + knlist_destroy(&tp->tap_rsel.si_note); + TAPDEBUG("%s is closed. minor = %#x\n", ifp->if_xname, minor(dev)); @@ -586,6 +603,7 @@ mtx_unlock(&tp->tap_mtx); selwakeuppri(&tp->tap_rsel, PZERO+1); + KNOTE(&tp->tap_rsel.si_note, 0, 0); ifp->if_opackets ++; /* obytes are counted in ether_output */ } @@ -878,3 +896,78 @@ splx(s); return (revents); } /* tappoll */ + +static int +tap_kqfilter(struct cdev *dev, struct knote *kn) +{ + struct tap_softc *tp = dev->si_drv1; + struct ifnet *ifp = tp->tap_ifp; + + switch (kn->kn_filter) { + case EVFILT_READ: + TAPDEBUG("%s kqfilter: EVFILT_READ, minor = %#x\n", + ifp->if_xname, minor(dev)); + kn->kn_fop = &tap_read_filterops; + break; + case EVFILT_WRITE: + TAPDEBUG("%s kqfilter: EVFILT_WRITE, minor = %#x\n", + ifp->if_xname, minor(dev)); + kn->kn_fop = &tap_write_filterops; + break; + default: + TAPDEBUG("%s kqfilter: invalid filter, minor = %#x\n", + ifp->if_xname, minor(dev)); + return EINVAL; + break; + } + + kn->kn_hook = (caddr_t)dev; + knlist_add(&tp->tap_rsel.si_note, kn, 0); + + return 0; +} + +/* Return true if there is data in the interface queue. */ +static int +tap_kqread(struct knote *kn, long hint) +{ + int ret, s; + struct cdev *dev = (struct cdev *)kn->kn_hook; + struct tap_softc *tp = dev->si_drv1; + struct ifnet *ifp = tp->tap_ifp; + + s = splimp(); + if ((kn->kn_data = ifp->if_snd.ifq_len) > 0) { + TAPDEBUG("%s have data in queue. len = %d, " \ + "minor = %#x\n", ifp->if_xname, + ifp->if_snd.ifq_len, minor(dev)); + ret = 1; + } else { + TAPDEBUG("%s waiting for data, minor = %#x\n", + ifp->if_xname, minor(dev)); + ret = 0; + } + splx(s); + + return ret; +} + +/* Always can write. Return the MTU in kn->data. */ +static int +tap_kqwrite(struct knote *kn, long hint) +{ + struct tap_softc *tp = ((struct cdev *)kn->kn_hook)->si_drv1; + struct ifnet *ifp = tp->tap_ifp; + + kn->kn_data = ifp->if_mtu; + + return 1; +} + +static void +tap_kqdetach(struct knote *kn) +{ + struct tap_softc *tp = ((struct cdev *)kn->kn_hook)->si_drv1; + + knlist_remove(&tp->tap_rsel.si_note, kn, 0); +} >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Mon Feb 27 11:50: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 F1F2F16A422 for ; Mon, 27 Feb 2006 11:50: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 3D30543D45 for ; Mon, 27 Feb 2006 11:50: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 k1RBo9qJ060262 for ; Mon, 27 Feb 2006 11:50:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k1RBo9C6060261; Mon, 27 Feb 2006 11:50:09 GMT (envelope-from gnats) Resent-Date: Mon, 27 Feb 2006 11:50:09 GMT Resent-Message-Id: <200602271150.k1RBo9C6060261@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, SANETO Takanori Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 86FB916A420 for ; Mon, 27 Feb 2006 11:48:19 +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 4B79443D53 for ; Mon, 27 Feb 2006 11:48:19 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k1RBmIPQ012023 for ; Mon, 27 Feb 2006 11:48:18 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k1RBmIbw012022; Mon, 27 Feb 2006 11:48:18 GMT (envelope-from nobody) Message-Id: <200602271148.k1RBmIbw012022@www.freebsd.org> Date: Mon, 27 Feb 2006 11:48:18 GMT From: SANETO Takanori To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: conf/93899: mount_smbfs can't load libiconv.so during boot up 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, 27 Feb 2006 11:50:10 -0000 >Number: 93899 >Category: conf >Synopsis: mount_smbfs can't load libiconv.so during boot up >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Feb 27 11:50:08 GMT 2006 >Closed-Date: >Last-Modified: >Originator: SANETO Takanori >Release: 7.0-CURRENT >Organization: an individual >Environment: FreeBSD muse.sanewo.ddo.jp 7.0-CURRENT FreeBSD 7.0-CURRENT #822: Sun Jan 15 06:08:54 JST 2006 root@muse.sanewo.ddo.jp:/export/usr/obj/usr/src/sys/MUSE i386 >Description: When I have "charset=" setting in /etc/nsmb.conf, mount_smbfs (libsmb.so actually) tries to load libiconv.so. If it is called during boot (i.e. smbfs in fstab), it can't locate libiconv.so and charset setting is ignored. >How-To-Repeat: Put smbfs entry in /etc/fstab. Put charset setting in /etc/nsmb.conf. Reboot the system. >Fix: Putting "REQUIRE: ldconfig" in /etc/rc.d/mountcritremote may solve the problem. (I didn't try it yet) >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Mon Feb 27 12:20: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 8E77B16A420 for ; Mon, 27 Feb 2006 12:20: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 F36B943D68 for ; Mon, 27 Feb 2006 12: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 k1RCK6xh062615 for ; Mon, 27 Feb 2006 12:20:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k1RCK6wn062614; Mon, 27 Feb 2006 12:20:06 GMT (envelope-from gnats) Date: Mon, 27 Feb 2006 12:20:06 GMT Message-Id: <200602271220.k1RCK6wn062614@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Eugene Grosbein 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 Reply-To: Eugene Grosbein List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Feb 2006 12:20:08 -0000 The following reply was made to PR kern/65428; it has been noted by GNATS. From: Eugene Grosbein To: bug-followup@freebsd.org Cc: netchild@freebsd.org Subject: Re: kern/65428 : [uscanner] [panic] uscanner(4)-related repeatable kernel panic, 4.10-BETA Date: Mon, 27 Feb 2006 19:16:02 +0700 > Is this still a problem with a recent 5.x or 6.x version? I'll check this week with 6.1-PRERELEASE. Eugene Grosbein From owner-freebsd-bugs@FreeBSD.ORG Mon Feb 27 14:40: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 E0CF616A420 for ; Mon, 27 Feb 2006 14:40: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 9DA7243D45 for ; Mon, 27 Feb 2006 14:40: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 k1REeD0B073293 for ; Mon, 27 Feb 2006 14:40:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k1REeDbd073292; Mon, 27 Feb 2006 14:40:13 GMT (envelope-from gnats) Date: Mon, 27 Feb 2006 14:40:13 GMT Message-Id: <200602271440.k1REeDbd073292@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: David Malone Cc: Subject: Re: bin/93841: [patch] fix seg fault with dmesg(8) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: David Malone List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Feb 2006 14:40:14 -0000 The following reply was made to PR bin/93841; it has been noted by GNATS. From: David Malone To: bug-followup@FreeBSD.org, stephen@math.missouri.edu Cc: Subject: Re: bin/93841: [patch] fix seg fault with dmesg(8) Date: Mon, 27 Feb 2006 14:38:01 +0000 Hi Stephen, I would favour a fix of: if (p* == '<' && isdigit(*(p+1))) { Does this look OK to you? David. From owner-freebsd-bugs@FreeBSD.ORG Mon Feb 27 15: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 E0D5216A420 for ; Mon, 27 Feb 2006 15:30:13 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4600A43D49 for ; Mon, 27 Feb 2006 15: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 k1RFUDNJ075271 for ; Mon, 27 Feb 2006 15: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 k1RFUD86075269; Mon, 27 Feb 2006 15:30:13 GMT (envelope-from gnats) Date: Mon, 27 Feb 2006 15:30:13 GMT Message-Id: <200602271530.k1RFUD86075269@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Jason Bacon Cc: Subject: Re: kern/79168: Problems running two firewire disks on one bus X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Jason Bacon List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Feb 2006 15:30:14 -0000 The following reply was made to PR kern/79168; it has been noted by GNATS. From: Jason Bacon To: Heikki Suonsivu Cc: bug-followup@FreeBSD.org Subject: Re: kern/79168: Problems running two firewire disks on one bus Date: Mon, 27 Feb 2006 09:22:45 -0600 (CST) Actually, I traced our problems to the Iomega GUF320 cards failing over time. The systems that exhibited these errors eventually got worse, and finally would not boot unless the GUF320 card was removed. They would simply freeze before the BIOS messages even appeared. Several of my GUF320 cards reached this state, and almost all of them were beginning to show the "unknown service address" symptoms. I did post this on freebsd.misc, but apparently forgot to follow up on the problem report. I've since replaced them all with LaCie FireWire cards, and have not had any more problems. Cheers, Jason ----------------------------------------------------------------------- Real men aren't afraid to eat quiche. ----------------------------------------------------------------------- On Sun, 26 Feb 2006, Heikki Suonsivu wrote: > > This problem is not just firewire problem. It happens also on mix of FW and > USB external disks, with same symptsoms. > > Unknown service addr 0x0000:0x0da3a000 WREQB(1) src=0xffc0 data=8 > Unknown service addr 0x0000:0x0979e000 WREQB(1) src=0xffc0 data=8 > Unknown service addr 0x0000:0xffffc8ff WREQB(1) src=0xffc0 data=8 > Unknown service addr 0x0000:0x06ccf000 WREQB(1) src=0xffc0 data=8 > Unknown service addr 0x0000:0x14f80000 WREQB(1) src=0xffc0 data=8 > Unknown service addr 0x0000:0x003cc000 WREQB(1) src=0xffc0 data=8 > Unknown service addr 0x0000:0x023ac800 WREQB(1) src=0xffc0 data=8 > Unknown service addr 0x0000:0x03d6a000 WREQB(1) src=0xffc0 data=8 > Unknown service addr 0x0000:0x09505000 WREQB(1) src=0xffc0 data=8 > Unknown service addr 0x0000:0x09da4000 WREQB(1) src=0xffc0 data=8 > Unknown service addr 0x0000:0x12202000 WREQB(1) src=0xffc0 data=8 > Unknown service addr 0x0000:0x0c721000 WREQB(1) src=0xffc0 data=8 > Unknown service addr 0x0000:0x028f3000 WREQB(1) src=0xffc0 data=8 > Unknown service addr 0x0000:0x1341f800 WREQB(1) src=0xffc0 data=8 > Unknown service addr 0x0000:0x12ecb000 WREQB(1) src=0xffc0 data=8 > Unknown service addr 0x0000:0x0bb13800 WREQB(1) src=0xffc0 data=8 > Unknown service addr 0x0000:0x06f54000 WREQB(1) src=0xffc0 data=8 > Unknown service addr 0x0000:0x06a69000 WREQB(1) src=0xffc0 data=8 > > In this case I was copying large amount of data from firewire disk to usb2 > external disk. > > Drive from where I was copying (mounted read-only during time of copying). > This is connected to firewire. I have four FW disks, two on each bus. > > da1 at sbp0 bus 0 target 0 lun 0 > da1: Fixed Direct Access SCSI-4 device > da1: 50.000MB/s transfers > da1: 286103MB (585938944 512 byte sectors: 255H 63S/T 36473C) > > Drive I was copying to. This is connected to USB2 port. In this case, both > drives are conneced to same card (it is one of those firewire/usb combo > cards). > > da0 at umass-sim0 bus 0 target 0 lun 0 > da0: Fixed Direct Access SCSI-0 device > da0: 40.000MB/s transfers > da0: 476950MB (976794336 512 byte sectors: 255H 63S/T 60802C) > > After some of these messages, there are varying effects, usually detoriating > condition. Sometimes I see that ls locks up, sometimes hard, sometimes > interruptable. Sometimes I can umount, sometimes the computer locks when > unmounting. If I continue to play with it rather than reboot, I end up with > a complete lockup. > > I have seen the same problem on another computer. There did not seem to be > difference between USB and FW, both caused the same problem. > > The full dmesg > > Copyright (c) 1992-2006 The FreeBSD Project. > Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 > The Regents of the University of California. All rights reserved. > FreeBSD 5.5-PRERELEASE #4: Sat Feb 25 16:27:23 EET 2006 > hsu@lelu.olari.bbnetworks.net:/usr/obj/usr/src/sys/HSU5 > Timecounter "i8254" frequency 1193182 Hz quality 0 > CPU: Pentium III/Pentium III Xeon/Celeron (547.62-MHz 686-class CPU) > Origin = "GenuineIntel" Id = 0x673 Stepping = 3 > > Features=0x383f9ff > real memory = 402653184 (384 MB) > avail memory = 384335872 (366 MB) > npx0: on motherboard > npx0: INT 16 interface > cpu0 on motherboard > pcib0: pcibus 0 on motherboard > pir0: on motherboard > pci0: on pcib0 > agp0: mem 0x44000000-0x47ffffff > at device 0.0 on pci0 > pcib1: at device 1.0 on pci0 > pci1: on pcib1 > pci1: at device 0.0 (no driver attached) > pci0: at device 13.0 (no driver attached) > de0: port 0x1000-0x107f mem > 0x40900000-0x4090007f irq 11 at device 14.0 on pci0 > de0: 21140A [10-100Mb/s] pass 2.2 > de0: Ethernet address: 00:80:c8:f6:95:0a > de0: if_start running deferred for Giant > ohci0: mem 0x4c000000-0x4c000fff > irq 11 at device 15.0 on pci0 > usb0: OHCI version 1.0, legacy support > usb0: on ohci0 > usb0: USB revision 1.0 > uhub0: AcerLabs OHCI root hub, class 9/0, rev 1.00/1.00, addr 1 > uhub0: 2 ports with 2 removable, self powered > ohci1: mem 0x4c100000-0x4c100fff > irq 11 at device 15.1 on pci0 > usb1: OHCI version 1.0, legacy support > usb1: on ohci1 > usb1: USB revision 1.0 > uhub1: AcerLabs OHCI root hub, class 9/0, rev 1.00/1.00, addr 1 > uhub1: 2 ports with 2 removable, self powered > ohci2: mem 0x4c200000-0x4c200fff > irq 11 at device 15.2 on pci0 > usb2: OHCI version 1.0, legacy support > usb2: on ohci2 > usb2: USB revision 1.0 > uhub2: AcerLabs OHCI root hub, class 9/0, rev 1.00/1.00, addr 1 > uhub2: 2 ports with 2 removable, self powered > ehci0: mem 0x4c400000-0x4c4000ff irq 11 > at device 15.3 on pci0 > usb3: EHCI version 1.0 > usb3: companion controllers, 2 ports each: usb0 usb1 usb2 > usb3: on ehci0 > usb3: USB revision 2.0 > uhub3: AcerLabs EHCI root hub, class 9/0, rev 2.00/1.00, addr 1 > uhub3: 6 ports with 6 removable, self powered > umass0: LaCie Group.SA BigDisk, rev 2.00/1.18, addr 2 > umass0: Get Max Lun not supported (STALLED) > fwohci0: <1394 Open Host Controller Interface> mem 0x4c300000-0x4c3007ff irq > 11 at device 15.4 on pci0 > fwohci0: OHCI version 1.10 (ROM=1) > fwohci0: No. of Isochronous channels is 4. > fwohci0: EUI64 00:90:e6:00:00:00:02:e5 > fwohci0: Phy 1394a available S400, 2 ports. > fwohci0: Link S400, max_rec 2048 bytes. > firewire0: on fwohci0 > fwe0: on firewire0 > if_fwe0: Fake Ethernet address: 02:90:e6:00:02:e5 > fwe0: Ethernet address: 02:90:e6:00:02:e5 > fwe0: if_start running deferred for Giant > sbp0: on firewire0 > fwohci0: Initiate bus reset > fwohci0: node_id=0xc800ffc4, gen=1, CYCLEMASTER mode > firewire0: 5 nodes, maxhop <= 4, cable IRM = 4 (me) > firewire0: bus manager 4 (me) > pcm0: port 0x1080-0x10bf irq 11 at device 16.0 on pci0 > pcm0: > isab0: at device 20.0 on pci0 > isa0: on isab0 > atapci0: port > 0x10e0-0x10ef,0x376,0x170-0x177,0x3f6,0x1f0-0x1f7 at device 20.1 on pci0 > ata0: channel #0 on atapci0 > ata1: channel #1 on atapci0 > uhci0: port 0x10c0-0x10df irq 11 at > device 20.2 on pci0 > usb4: on uhci0 > usb4: USB revision 1.0 > uhub4: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 > uhub4: 2 ports with 2 removable, self powered > pci0: at device 20.3 (no driver attached) > orm0: at iomem 0xe0000-0xe7fff,0xc0000-0xc7fff on isa0 > pmtimer0 on isa0 > atkbdc0: at port 0x64,0x60 on isa0 > atkbd0: irq 1 on atkbdc0 > kbd0 at atkbd0 > psm0: irq 12 on atkbdc0 > psm0: model IntelliMouse Explorer, device ID 4 > fdc0: at port 0x3f0-0x3f5 irq 6 drq 2 on isa0 > fd0: <1440-KB 3.5" drive> on fdc0 drive 0 > ppc0: at port 0x378-0x37f irq 7 on isa0 > ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode > ppc0: FIFO with 16/16/8 bytes threshold > ppbus0: on ppc0 > plip0: on ppbus0 > lpt0: on ppbus0 > lpt0: Interrupt-driven port > ppi0: on ppbus0 > sc0: at flags 0x100 on isa0 > sc0: VGA <16 virtual consoles, flags=0x300> > sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 > sio0: type 16550A > sio1 at port 0x2f8-0x2ff irq 3 on isa0 > sio1: type 16550A > vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 > unknown: can't assign resources (port) > unknown: can't assign resources (port) > unknown: can't assign resources (port) > unknown: can't assign resources (port) > unknown: can't assign resources (port) > unknown: can't assign resources (irq) > unknown: can't assign resources (port) > unknown: can't assign resources (port) > Timecounter "TSC" frequency 547622239 Hz quality 800 > Timecounters tick every 10.000 msec > IPv6 packet filtering initialized, default to accept, logging limited to 500 > packets/entry > ipfw2 initialized, divert enabled, rule-based forwarding disabled, default to > accept, logging limited to 500 packets/entry by default > ad0: 73308MB [148945/16/63] at ata0-master UDMA33 > ad1: 305245MB [620181/16/63] at ata0-slave > UDMA33 > acd0: CDRW at ata1-master PIO4 > ad3: 286103MB [581290/16/63] at ata1-slave UDMA33 > firewire0: New S400 device ID:0010b92000d5db66 > firewire0: New S400 device ID:0010b9f7011466a0 > firewire0: New S400 device ID:0010b92100409c86 > firewire0: New S400 device ID:0010b9f701222bcc > da1 at sbp0 bus 0 target 0 lun 0 > da1: Fixed Direct Access SCSI-4 device > da1: 50.000MB/s transfers > da1: 286103MB (585938944 512 byte sectors: 255H 63S/T 36473C) > da2 at sbp0 bus 0 target 1 lun 0 > da2: Fixed Direct Access SCSI-4 device > da2: 50.000MB/s transfers > da2: 286188MB (586114704 512 byte sectors: 255H 63S/T 36483C) > da3 at sbp0 bus 0 target 2 lun 0 > da3: Fixed Direct Access SCSI-4 device > da3: 50.000MB/s transfers > da3: 286103MB (585938944 512 byte sectors: 255H 63S/T 36473C) > da4 at sbp0 bus 0 target 3 lun 0 > da4: Fixed Direct Access SCSI-4 device > da4: 50.000MB/s transfers > da4: 286103MB (585938944 512 byte sectors: 255H 63S/T 36473C) > da0 at umass-sim0 bus 0 target 0 lun 0 > da0: Fixed Direct Access SCSI-0 device > da0: 40.000MB/s transfers > da0: 476950MB (976794336 512 byte sectors: 255H 63S/T 60802C) > Mounting root from ufs:/dev/ad0s1a > > From owner-freebsd-bugs@FreeBSD.ORG Mon Feb 27 15:40: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 CAE4C16A420 for ; Mon, 27 Feb 2006 15:40:14 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4668F43D45 for ; Mon, 27 Feb 2006 15:40:14 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k1RFeE95076934 for ; Mon, 27 Feb 2006 15:40:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k1RFeEwx076933; Mon, 27 Feb 2006 15:40:14 GMT (envelope-from gnats) Date: Mon, 27 Feb 2006 15:40:14 GMT Message-Id: <200602271540.k1RFeEwx076933@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Stephen Montgomery-Smith Cc: Subject: Re: bin/93841: [patch] fix seg fault with dmesg(8) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Stephen Montgomery-Smith List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Feb 2006 15:40:14 -0000 The following reply was made to PR bin/93841; it has been noted by GNATS. From: Stephen Montgomery-Smith To: David Malone Cc: bug-followup@FreeBSD.org Subject: Re: bin/93841: [patch] fix seg fault with dmesg(8) Date: Mon, 27 Feb 2006 09:36:35 -0600 David Malone wrote: > Hi Stephen, > > I would favour a fix of: > > if (p* == '<' && isdigit(*(p+1))) { > > Does this look OK to you? > > David. It looks great to me. -- Stephen Montgomery-Smith stephen@math.missouri.edu http://www.math.missouri.edu/~stephen From owner-freebsd-bugs@FreeBSD.ORG Mon Feb 27 15:40: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 23F1816A422 for ; Mon, 27 Feb 2006 15:40:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69AF643D46 for ; Mon, 27 Feb 2006 15:40:15 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k1RFeFhk076954 for ; Mon, 27 Feb 2006 15:40:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k1RFeF04076953; Mon, 27 Feb 2006 15:40:15 GMT (envelope-from gnats) Resent-Date: Mon, 27 Feb 2006 15:40:15 GMT Resent-Message-Id: <200602271540.k1RFeF04076953@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Vivek Khera Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D86316A420 for ; Mon, 27 Feb 2006 15:36:58 +0000 (GMT) (envelope-from khera@kcilink.com) Received: from yertle.kcilink.com (yertle.kcilink.com [65.205.34.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4460F43D45 for ; Mon, 27 Feb 2006 15:36:58 +0000 (GMT) (envelope-from khera@kcilink.com) Received: by yertle.kcilink.com (Postfix, from userid 1002) id C78AEB810; Mon, 27 Feb 2006 10:36:57 -0500 (EST) Message-Id: <20060227153657.C78AEB810@yertle.kcilink.com> Date: Mon, 27 Feb 2006 10:36:57 -0500 (EST) From: Vivek Khera To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: kern/93903: aac driver cannot shutdown controller causing data loss X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Vivek Khera List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Feb 2006 15:40:16 -0000 >Number: 93903 >Category: kern >Synopsis: aac driver cannot shutdown controller causing data loss >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Feb 27 15:40:14 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Vivek Khera >Release: FreeBSD 6.1-PRERELEASE amd64 >Organization: >Environment: System: FreeBSD yertle.int.kciLink.com 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #1: Sat Feb 25 22:10:18 EST 2006 khera@yertle.int.kciLink.com:/usr/obj/usr/src/sys/KCI64 amd64 All BIOS versions are up-to-date (latest system BIOS, RAID firmware, etc.) upgraded from 5.4-STABLE from last May. See dmesg below. This is a Dell PE800 with a Xeon processor. I had to disable ACPI timer since that causes the boot to lockup when probing the SCSI tape drive. >Description: I upgraded my 5.4 system to 6.1-PRERELEASE cvsup'd on 25-FEB-2006 via source. Upon reboot during shutdown of the aac0 device, it now fails. Under 5.4 it worked fine. When it fails to shutdown the aac0 device, it causes data loss of any data not yet flushed from the cache. >How-To-Repeat: reboot/shutdown the machine. >Fix: unknown. dmesg: Copyright (c) 1992-2006 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 6.1-PRERELEASE #1: Sat Feb 25 22:10:18 EST 2006 khera@yertle.int.kciLink.com:/usr/obj/usr/src/sys/KCI64 ACPI APIC Table: Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: Intel(R) Pentium(R) 4 CPU 3.20GHz (3200.13-MHz K8-class CPU) Origin = "GenuineIntel" Id = 0xf41 Stepping = 1 Features=0xbfebfbff Features2=0x641d> AMD Features=0x20100800 real memory = 1065091072 (1015 MB) avail memory = 1020534784 (973 MB) ioapic0: Changing APIC ID to 1 ioapic1: Changing APIC ID to 2 ioapic1: WARNING: intbase 32 != expected base 24 ioapic0 irqs 0-23 on motherboard ioapic1 irqs 32-55 on motherboard acpi0: on motherboard acpi0: Power Button (fixed) cpu0: on acpi0 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 pcib1: at device 1.0 on pci0 pci1: on pcib1 pcib2: at device 0.0 on pci1 pci2: on pcib2 aac0: mem 0xf8000000-0xfbffffff irq 32 at device 1.0 on pci2 aac0: [FAST] aac0: Adaptec Raid Controller 2.0.0-1 ahc0: port 0xec00-0xecff mem 0xfe9ff000-0xfe9fffff irq 35 at device 2.0 on pci2 ahc0: [GIANT-LOCKED] aic7899: Ultra160 Wide Channel A, SCSI Id=7, 32/253 SCBs ahc1: port 0xe800-0xe8ff mem 0xfe9fe000-0xfe9fefff irq 34 at device 2.1 on pci2 ahc1: [GIANT-LOCKED] aic7899: Ultra160 Wide Channel B, SCSI Id=7, 32/253 SCBs pci0: at device 2.0 (no driver attached) pcib3: at device 28.0 on pci0 pci3: on pcib3 pcib4: at device 28.1 on pci0 pci4: on pcib4 pcib5: at device 28.2 on pci0 pci5: on pcib5 bge0: mem 0xfe6f0000-0xfe6fffff irq 18 at device 0.0 on pci5 miibus0: on bge0 brgphy0: on miibus0 brgphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseTX, 1000baseTX-FDX, auto bge0: Ethernet address: 00:0f:1f:f8:48:f4 pcib6: at device 28.3 on pci0 pci6: on pcib6 pcib7: at device 30.0 on pci0 pci7: on pcib7 isab0: at device 31.0 on pci0 isa0: on isab0 atapci0: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xfc00-0xfc0f at device 31.1 on pci0 ata0: on atapci0 ata1: on atapci0 atapci1: port 0xccf0-0xccf7,0xcce8-0xcceb,0xccd8-0xccdf,0xccd0-0xccd3,0xccb0-0xccbf mem 0xfebc0000-0xfebc03ff irq 20 at device 31.2 on pci0 ata2: on atapci1 ata3: on atapci1 pci0: at device 31.3 (no driver attached) atkbdc0: port 0x60,0x64 irq 1 on acpi0 atkbd0: flags 0x1 irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] sio0: configured irq 4 not in bitmap of probed irqs 0 sio0: port may not be enabled sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 sio0: type 16550A, console orm0: at iomem 0xc9800-0xcd7ff,0xec000-0xeffff on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sio1: configured irq 3 not in bitmap of probed irqs 0 sio1: port may not be enabled vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 Timecounter "TSC" frequency 3200127288 Hz quality 800 Timecounters tick every 1.000 msec ipfw2 (+ipv6) initialized, divert loadable, rule-based forwarding disabled, default to accept, logging unlimited Waiting 2 seconds for SCSI devices to settle aacd0: on aac0 aacd0: 228782MB (468546816 sectors) sa0 at ahc1 bus 0 target 6 lun 0 sa0: Removable Sequential Access SCSI-3 device sa0: 80.000MB/s transfers (40.000MHz, offset 32, 16bit) Trying to mount root from ufs:/dev/aacd0s2a bge0: link state changed to UP >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Mon Feb 27 15: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 DB87C16A420 for ; Mon, 27 Feb 2006 15: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 32EC143D48 for ; Mon, 27 Feb 2006 15:50: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 k1RFo3gY077581 for ; Mon, 27 Feb 2006 15: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 k1RFo3t3077580; Mon, 27 Feb 2006 15:50:03 GMT (envelope-from gnats) Resent-Date: Mon, 27 Feb 2006 15:50:03 GMT Resent-Message-Id: <200602271550.k1RFo3t3077580@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Vivek Khera Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 88B7B16A422 for ; Mon, 27 Feb 2006 15:42:33 +0000 (GMT) (envelope-from khera@kcilink.com) Received: from yertle.kcilink.com (yertle.kcilink.com [65.205.34.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id 770CE43D64 for ; Mon, 27 Feb 2006 15:42:29 +0000 (GMT) (envelope-from khera@kcilink.com) Received: by yertle.kcilink.com (Postfix, from userid 1002) id D3944B80F; Mon, 27 Feb 2006 10:42:28 -0500 (EST) Message-Id: <20060227154228.D3944B80F@yertle.kcilink.com> Date: Mon, 27 Feb 2006 10:42:28 -0500 (EST) From: Vivek Khera To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: kern/93904: serial console wired to 9600 baud X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Vivek Khera List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Feb 2006 15:50:05 -0000 >Number: 93904 >Category: kern >Synopsis: serial console wired to 9600 baud >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 Feb 27 15:50:03 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Vivek Khera >Release: FreeBSD 6.1-PRERELEASE amd64 >Organization: >Environment: System: FreeBSD yertle.int.kciLink.com 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #1: Sat Feb 25 22:10:18 EST 2006 khera@yertle.int.kciLink.com:/usr/obj/usr/src/sys/KCI64 amd64 >Description: For years I've been building my systems with a serial console running at 115200 baud. Now, with 6.1-PRE, it seems that the console is wired to 9600 baud despite the following settings: make.conf: BOOT_COMCONSOLE_SPEED=115200 kernel: options CONSPEED=115200 # Speed for serial console and in /etc/ttys: ttyd0 "/usr/libexec/getty std.115200" dialup on secure /boot.config has "-Dh" The serial port insists on running at 9600 baud during boot/shutdown and even getty has its speed overridden to 9600 baud so login is at the slower speed too. >How-To-Repeat: upgrade 5.4 system to 6.1-PRE via source with above settings. serial console insists on being 9600 baud. >Fix: I wish I knew. It works as expected with the above settings since version 4.1 through version 6.0-REL-p4. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Mon Feb 27 16: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 979C316A427 for ; Mon, 27 Feb 2006 16: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 0045943D4C for ; Mon, 27 Feb 2006 16: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 k1RGABLp078690 for ; Mon, 27 Feb 2006 16: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 k1RGABTD078689; Mon, 27 Feb 2006 16:10:11 GMT (envelope-from gnats) Resent-Date: Mon, 27 Feb 2006 16:10:11 GMT Resent-Message-Id: <200602271610.k1RGABTD078689@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, Kostik Belousov Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E776B16A423 for ; Mon, 27 Feb 2006 16:09:23 +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 8D44843D46 for ; Mon, 27 Feb 2006 16:09:23 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k1RG9NwD087706 for ; Mon, 27 Feb 2006 16:09:23 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k1RG9NAS087705; Mon, 27 Feb 2006 16:09:23 GMT (envelope-from nobody) Message-Id: <200602271609.k1RG9NAS087705@www.freebsd.org> Date: Mon, 27 Feb 2006 16:09:23 GMT From: Kostik Belousov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: kern/93905: [possible patch] fdescfs vop_lookup and parent vnode locking 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, 27 Feb 2006 16:10:13 -0000 >Number: 93905 >Category: kern >Synopsis: [possible patch] fdescfs vop_lookup and parent vnode locking >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 Feb 27 16:10:11 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Kostik Belousov >Release: 6-STABLE >Organization: - >Environment: FreeBSD deviant.kiev.zoral.com.ua 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #3: Mon Feb 20 13:48:25 EET 2006 root@deviant.kiev.zoral.com.ua:/usr/obj/usr/src/sys/DEVIANT i386 >Description: > Is it correct that filesystem-specific vop_lookup is expected to > take the directory vnode (dvp) locked, and shall return with dvp locked ? > vnode_if.src specifies this behaviour as dependent on the flags in the cnp > arguments. My reading of the sources suggest that the statement in the first > sentence is true, and note from vnode_if.src applies to > sys/kern/vfs_lookup.c:lookup() procedure itself. > > If it is true, the fdescfs break this rule, dropping the lock on the dvp. See > sys/fs/fdescfs/fdesc_vnops.c, line 196. As result, having fdescfs mounted, > most accesses to files on it cause warning from the lockmgr, > lockmgr: thread XXX unlocking unheld lock > I did testing with the attached patch > and do not see the warnings anymore. The system does not deadlock. >How-To-Repeat: mount the fdescfs on /dev/fd and do find /dev/fd on the kernel compiled with INVARIANTS >Fix: Index: sys/fs/fdescfs/fdesc_vnops.c =================================================================== RCS file: /usr/local/arch/ncvs/src/sys/fs/fdescfs/fdesc_vnops.c,v retrieving revision 1.100 diff -u -r1.100 fdesc_vnops.c --- sys/fs/fdescfs/fdesc_vnops.c 10 Aug 2005 07:08:14 -0000 1.100 +++ sys/fs/fdescfs/fdesc_vnops.c 3 Feb 2006 14:35:11 -0000 @@ -193,11 +193,9 @@ goto bad; } - VOP_UNLOCK(dvp, 0, td); if (cnp->cn_namelen == 1 && *pname == '.') { *vpp = dvp; VREF(dvp); - vn_lock(dvp, LK_EXCLUSIVE | LK_RETRY, td); return (0); } @@ -228,12 +226,12 @@ if (error) goto bad; VTOFDESC(fvp)->fd_fd = fd; - vn_lock(fvp, LK_EXCLUSIVE | LK_RETRY, td); + if (fvp != dvp) + vn_lock(fvp, LK_EXCLUSIVE | LK_RETRY, td); *vpp = fvp; return (0); bad: - vn_lock(dvp, LK_EXCLUSIVE | LK_RETRY, td); *vpp = NULL; return (error); } >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Mon Feb 27 16: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 A1B7316A420 for ; Mon, 27 Feb 2006 16: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 66D6143D73 for ; Mon, 27 Feb 2006 16:30:14 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k1RGUE6c079449 for ; Mon, 27 Feb 2006 16:30:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k1RGUEjr079445; Mon, 27 Feb 2006 16:30:14 GMT (envelope-from gnats) Date: Mon, 27 Feb 2006 16:30:14 GMT Message-Id: <200602271630.k1RGUEjr079445@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Ruslan Ermilov Cc: Subject: Re: kern/93904: serial console wired to 9600 baud X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Ruslan Ermilov List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Feb 2006 16:30:14 -0000 The following reply was made to PR kern/93904; it has been noted by GNATS. From: Ruslan Ermilov To: Vivek Khera Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: kern/93904: serial console wired to 9600 baud Date: Mon, 27 Feb 2006 18:24:29 +0200 On Mon, Feb 27, 2006 at 10:42:28AM -0500, Vivek Khera wrote: > For years I've been building my systems with a serial console running at > 115200 baud. > > Now, with 6.1-PRE, it seems that the console is wired to 9600 baud despite the > following settings: > 1. Update your boot blocks (bsdlabel -B). 2. Add -S115200 to /boot.config. 3. Re-read an updated loader(8) manpage, search for "comconsole_speed". Cheers, -- Ruslan Ermilov ru@FreeBSD.org FreeBSD committer From owner-freebsd-bugs@FreeBSD.ORG Mon Feb 27 16: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 F29D916A420 for ; Mon, 27 Feb 2006 16:50: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 8AE3E43D49 for ; Mon, 27 Feb 2006 16:50: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 k1RGoAh4082957 for ; Mon, 27 Feb 2006 16: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 k1RGoAV9082956; Mon, 27 Feb 2006 16:50:10 GMT (envelope-from gnats) Date: Mon, 27 Feb 2006 16:50:10 GMT Message-Id: <200602271650.k1RGoAV9082956@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Vivek Khera Cc: Subject: Re: kern/93904: serial console wired to 9600 baud X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Vivek Khera List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Feb 2006 16:50:11 -0000 The following reply was made to PR kern/93904; it has been noted by GNATS. From: Vivek Khera To: Ruslan Ermilov Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: kern/93904: serial console wired to 9600 baud Date: Mon, 27 Feb 2006 11:39:23 -0500 On Feb 27, 2006, at 11:24 AM, Ruslan Ermilov wrote: > On Mon, Feb 27, 2006 at 10:42:28AM -0500, Vivek Khera wrote: >> For years I've been building my systems with a serial console >> running at >> 115200 baud. >> >> Now, with 6.1-PRE, it seems that the console is wired to 9600 baud >> despite the >> following settings: >> > 1. Update your boot blocks (bsdlabel -B). > 2. Add -S115200 to /boot.config. > 3. Re-read an updated loader(8) manpage, search for > "comconsole_speed". Thanks. I found the discussion on -stable shortly after I filed the bug report. Please mark this PR as "POLA violation needs documentation" :-) Or just close it, I suppose. From owner-freebsd-bugs@FreeBSD.ORG Mon Feb 27 18:50:22 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1008316A420 for ; Mon, 27 Feb 2006 18:50: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 3F59243D8F for ; Mon, 27 Feb 2006 18:50: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 k1RIo695088712 for ; Mon, 27 Feb 2006 18: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 k1RIo6NK088711; Mon, 27 Feb 2006 18:50:06 GMT (envelope-from gnats) Resent-Date: Mon, 27 Feb 2006 18:50:06 GMT Resent-Message-Id: <200602271850.k1RIo6NK088711@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, Onno Molenkamp Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A005B16A420 for ; Mon, 27 Feb 2006 18:47: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 4B33543D78 for ; Mon, 27 Feb 2006 18:47:51 +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 k1RIlpp3013342 for ; Mon, 27 Feb 2006 18:47:51 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k1RIlotu013341; Mon, 27 Feb 2006 18:47:50 GMT (envelope-from nobody) Message-Id: <200602271847.k1RIlotu013341@www.freebsd.org> Date: Mon, 27 Feb 2006 18:47:50 GMT From: Onno Molenkamp To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: kern/93909: STP doesn't transmit its own bridge id 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, 27 Feb 2006 18:50:22 -0000 >Number: 93909 >Category: kern >Synopsis: STP doesn't transmit its own bridge id >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Feb 27 18:50:06 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Onno Molenkamp >Release: 6.0-STABLE >Organization: >Environment: FreeBSD duiveltje 6.0-STABLE FreeBSD 6.0-STABLE #0: Mon Jan 16 13:54:19 CET 2006 root@duiveltje:/usr/obj/usr/src/sys/DUIVELTJE i386 >Description: The code in net/bridgestp.c that builds up a packet to be transmitted over the network incorrectly puts the root id in the bridge id field. I noticed this behaviour in 6.0-STABLE version from a while ago, but the bug still exists in current CVS. >How-To-Repeat: Use an if_bridge bridge with STP. >Fix: --- net/bridgestp.c Tue Jan 10 00:53:40 2006 +++ net/bridgestp.c.new Mon Feb 27 19:42:24 2006 @@ -269,13 +269,13 @@ bpdu.cbu_rootpathcost = htonl(cu->cu_root_path_cost); - bpdu.cbu_bridgepri = htons(cu->cu_rootid >> 48); - bpdu.cbu_bridgeaddr[0] = cu->cu_rootid >> 40; - bpdu.cbu_bridgeaddr[1] = cu->cu_rootid >> 32; - bpdu.cbu_bridgeaddr[2] = cu->cu_rootid >> 24; - bpdu.cbu_bridgeaddr[3] = cu->cu_rootid >> 16; - bpdu.cbu_bridgeaddr[4] = cu->cu_rootid >> 8; - bpdu.cbu_bridgeaddr[5] = cu->cu_rootid >> 0; + bpdu.cbu_bridgepri = htons(cu->cu_bridge_id >> 48); + bpdu.cbu_bridgeaddr[0] = cu->cu_bridge_id >> 40; + bpdu.cbu_bridgeaddr[1] = cu->cu_bridge_id >> 32; + bpdu.cbu_bridgeaddr[2] = cu->cu_bridge_id >> 24; + bpdu.cbu_bridgeaddr[3] = cu->cu_bridge_id >> 16; + bpdu.cbu_bridgeaddr[4] = cu->cu_bridge_id >> 8; + bpdu.cbu_bridgeaddr[5] = cu->cu_bridge_id >> 0; bpdu.cbu_portid = htons(cu->cu_port_id); bpdu.cbu_messageage = htons(cu->cu_message_age); >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Mon Feb 27 19:14: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 DD1DF16A423; Mon, 27 Feb 2006 19:14:55 +0000 (GMT) (envelope-from dwmalone@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D485043D55; Mon, 27 Feb 2006 19:14:54 +0000 (GMT) (envelope-from dwmalone@FreeBSD.org) Received: from freefall.freebsd.org (dwmalone@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k1RJEsUe089681; Mon, 27 Feb 2006 19:14:54 GMT (envelope-from dwmalone@freefall.freebsd.org) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k1RJEsmF089677; Mon, 27 Feb 2006 19:14:54 GMT (envelope-from dwmalone) Date: Mon, 27 Feb 2006 19:14:54 GMT From: David Malone Message-Id: <200602271914.k1RJEsmF089677@freefall.freebsd.org> To: dwmalone@FreeBSD.org, freebsd-bugs@FreeBSD.org, dwmalone@FreeBSD.org Cc: Subject: Re: bin/93841: [patch] fix seg fault with dmesg(8) 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, 27 Feb 2006 19:14:56 -0000 Synopsis: [patch] fix seg fault with dmesg(8) Responsible-Changed-From-To: freebsd-bugs->dwmalone Responsible-Changed-By: dwmalone Responsible-Changed-When: Mon Feb 27 19:13:58 UTC 2006 Responsible-Changed-Why: I've committed something to -current which should fix the problem. I'll MFC in a couple of weeks if there are no objections. http://www.freebsd.org/cgi/query-pr.cgi?pr=93841 From owner-freebsd-bugs@FreeBSD.ORG Mon Feb 27 19:26: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 CA0FC16A420; Mon, 27 Feb 2006 19:26:38 +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 8B66243D49; Mon, 27 Feb 2006 19:26:38 +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 k1RJQc6h089982; Mon, 27 Feb 2006 19:26:38 GMT (envelope-from thompsa@freefall.freebsd.org) Received: (from thompsa@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k1RJQcXs089978; Mon, 27 Feb 2006 19:26:38 GMT (envelope-from thompsa) Date: Mon, 27 Feb 2006 19:26:38 GMT From: Andrew Thompson Message-Id: <200602271926.k1RJQcXs089978@freefall.freebsd.org> To: thompsa@FreeBSD.org, freebsd-bugs@FreeBSD.org, thompsa@FreeBSD.org Cc: Subject: Re: kern/93909: STP doesn't transmit its own bridge id 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, 27 Feb 2006 19:26:38 -0000 Synopsis: STP doesn't transmit its own bridge id Responsible-Changed-From-To: freebsd-bugs->thompsa Responsible-Changed-By: thompsa Responsible-Changed-When: Mon Feb 27 19:26:08 UTC 2006 Responsible-Changed-Why: Grab. http://www.freebsd.org/cgi/query-pr.cgi?pr=93909 From owner-freebsd-bugs@FreeBSD.ORG Mon Feb 27 19:39: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 12E4016A420; Mon, 27 Feb 2006 19:39:36 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A665643D45; Mon, 27 Feb 2006 19:39:35 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from freefall.freebsd.org (ru@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k1RJdZVt091375; Mon, 27 Feb 2006 19:39:35 GMT (envelope-from ru@freefall.freebsd.org) Received: (from ru@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k1RJdZXZ091371; Mon, 27 Feb 2006 19:39:35 GMT (envelope-from ru) Date: Mon, 27 Feb 2006 19:39:35 GMT From: Ruslan Ermilov Message-Id: <200602271939.k1RJdZXZ091371@freefall.freebsd.org> To: vivek@khera.org, ru@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: kern/93904: serial console wired to 9600 baud 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, 27 Feb 2006 19:39:36 -0000 Synopsis: serial console wired to 9600 baud State-Changed-From-To: open->closed State-Changed-By: ru State-Changed-When: Mon Feb 27 19:39:14 UTC 2006 State-Changed-Why: Closed per originator's request. http://www.freebsd.org/cgi/query-pr.cgi?pr=93904 From owner-freebsd-bugs@FreeBSD.ORG Mon Feb 27 21:20: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 8C09016A420 for ; Mon, 27 Feb 2006 21:20:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9AFB843D68 for ; Mon, 27 Feb 2006 21:20:11 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k1RLK34D099744 for ; Mon, 27 Feb 2006 21: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 k1RLK2OM099739; Mon, 27 Feb 2006 21:20:02 GMT (envelope-from gnats) Resent-Date: Mon, 27 Feb 2006 21:20:02 GMT Resent-Message-Id: <200602272120.k1RLK2OM099739@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, Christian Biere Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B601D16A420 for ; Mon, 27 Feb 2006 21:14:11 +0000 (GMT) (envelope-from christianbiere@gmx.de) Received: from mail.gmx.net (mail.gmx.de [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id B7B3A43D49 for ; Mon, 27 Feb 2006 21:14:10 +0000 (GMT) (envelope-from christianbiere@gmx.de) Received: (qmail invoked by alias); 27 Feb 2006 21:14:08 -0000 Received: from reverse-82-141-49-115.dialin.kamp-dsl.de (EHLO localhost) [82.141.49.115] by mail.gmx.net (mp017) with SMTP; 27 Feb 2006 22:14:08 +0100 Message-Id: <20060227211447.GA5140@cyclonus> Date: Mon, 27 Feb 2006 22:14:47 +0100 From: Christian Biere To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: kern/93914: panic: uipc 3 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Feb 2006 21:20:22 -0000 >Number: 93914 >Category: kern >Synopsis: panic: uipc 3 >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 Feb 27 21:20:02 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Christian Biere >Release: FreeBSD 6.0-RELEASE-p4 i386 >Organization: >Environment: System: FreeBSD vs04 6.0-RELEASE-p4 FreeBSD 6.0-RELEASE-p4 #0: Thu Feb 9 15:02:18 CET 2006 jonsonn@elaine.jbhosting.de:/usr/obj/usr/src/sys/GENERIC i386 >Description: By sending a datagram with a control message over a unix domain socket to a unix domain socket of type SOCK_STREAM it is possible to cause a kernel panic. >How-To-Repeat: $ cat > uipc3.c < #include #include #include #include #include #include #include #include #include #include #include #define ARRAY_LEN(x) (sizeof (x) / sizeof (x)[0]) static int set_socket_address(struct sockaddr_un *sun, const char *path) { static const struct sockaddr_un zero_sun; assert(sun); assert(path); *sun = zero_sun; if (strlen(path) >= sizeof sun->sun_path) { fprintf(stderr, "sockpath is too long\n"); return -1; } strncpy(sun->sun_path, path, sizeof sun->sun_path); sun->sun_len = SUN_LEN(sun); return 0; } static int create_new_socket(int stype) { int fd; fd = socket(PF_LOCAL, stype, 0); if (-1 == fd) { perror("socket(PF_LOCAL, ..., 0)"); return -1; } return fd; } static int send_msg(const int fd, const char * const dst_path, const struct msghdr * const msg_ptr) { struct msghdr msg; struct sockaddr_un sun; assert(-1 != fd); assert(dst_path); assert(msg_ptr); if (set_socket_address(&sun, dst_path)) return -1; msg = *msg_ptr; msg.msg_name = &sun; msg.msg_namelen = sizeof sun; if ((ssize_t) -1 == sendmsg(fd, &msg, 0)) { perror("sendmsg()"); return -1; } return 0; } static int send_descriptors(const int fd, const char * const dst_path, const int * const fd_array, const size_t num_fds) { static const struct cmsghdr zero_cmsg; static const struct msghdr zero_msg; static struct iovec iov[1]; struct msghdr msg; struct cmsghdr *cmsg; size_t data_size; ssize_t ret; assert(-1 != fd); assert(dst_path); assert(fd_array); data_size = num_fds * sizeof fd_array[0]; cmsg = malloc(CMSG_SPACE(data_size)); if (!cmsg) { perror("malloc()"); return -1; } *cmsg = zero_cmsg; cmsg->cmsg_len = CMSG_LEN(data_size); cmsg->cmsg_level = SOL_SOCKET; cmsg->cmsg_type = SCM_RIGHTS; memcpy((char *) cmsg + CMSG_LEN(0), fd_array, data_size); msg = zero_msg; msg.msg_iov = iov; msg.msg_iovlen = ARRAY_LEN(iov); msg.msg_control = cmsg; msg.msg_controllen = CMSG_LEN(data_size); ret = send_msg(fd, dst_path, &msg); free(cmsg); return ret; } void usage(void) { printf("uipc3 PATH\n"); exit(EXIT_FAILURE); } int main(int argc, char *argv[]) { int s; if (argc != 2) usage(); s = create_new_socket(SOCK_STREAM); if (-1 == s) exit(EXIT_FAILURE); { int fd; fd = STDOUT_FILENO; send_descriptors(s, argv[1], &fd, 1); } return 0; } /* vi: set ai et ts=2 sts=2 sw=2 cindent: */ EOF >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Mon Feb 27 21:20: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 1E04316A420 for ; Mon, 27 Feb 2006 21:20:30 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2787B43D4C for ; Mon, 27 Feb 2006 21:20:13 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k1RLK3mj099796 for ; Mon, 27 Feb 2006 21: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 k1RLK37v099795; Mon, 27 Feb 2006 21:20:03 GMT (envelope-from gnats) Resent-Date: Mon, 27 Feb 2006 21:20:03 GMT Resent-Message-Id: <200602272120.k1RLK37v099795@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, Jason Heiss Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9DDBD16A420 for ; Mon, 27 Feb 2006 21:17:16 +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 E1BC143D7B for ; Mon, 27 Feb 2006 21:17:07 +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 k1RLH7Wb020585 for ; Mon, 27 Feb 2006 21:17:07 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k1RLH7XQ020584; Mon, 27 Feb 2006 21:17:07 GMT (envelope-from nobody) Message-Id: <200602272117.k1RLH7XQ020584@www.freebsd.org> Date: Mon, 27 Feb 2006 21:17:07 GMT From: Jason Heiss To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: bin/93915: pkg_add behaves improperly when unpacking over symlinks 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, 27 Feb 2006 21:20:30 -0000 >Number: 93915 >Category: bin >Synopsis: pkg_add behaves improperly when unpacking over symlinks >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Feb 27 21:20:03 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Jason Heiss >Release: 6.0 >Organization: Yahoo! >Environment: >Description: The behavior of pkg_add when unpacking over symlinks changed for the worse between 4.x and 6.x (I believe specifically it changed in 5.3 when bsdtar was made the default tar). Assume you have a package containing only the following file (i.e. the package does not specifically list /usr/local as a component of the package): /usr/local/bin/foo And assume one of the following two directory structures exist prior to installing that package: /usr/local -> /opt/local /opt/local/bin/ /usr/local/bin/foo -> /usr/local/bin/bar When unpacking over the first directory structure I would expect foo to end up in /opt/local/bin/foo. Because the package does not specifically say that /usr/local should be a directory I would expect pkg_add to traverse the symlink. (I can imagine arguments against this behavior, which I'll discuss in more detail later.) When unpacking over the second directory structure I would expect the existing /usr/local/bin/foo symlink to be removed, and the /usr/local/bin/foo from the package to be installed. Because /usr/local/bin/foo is specifically listed as a component of the package I would expect any existing file in that location to be removed and replaced by the file in the package. Both of these are the behaviors you see in older versions of FreeBSD. However, in current versions when unpacking over the first directory structure the /usr/local symlink is removed and the directory structure within the package is created. That definitely violates the "principal of least astonishment", and also is a unexpected/undocumented change in behavior. I believe it is sufficiently unexpected as to qualify as a bug. I believe the reason for this change in behavior is the replacement of the underlying tar command in the 5.3 release, and more specifically the old GNU tar and bsdtar handling the --unlink option differently. In October 1998 the --unlink option was added to the options passed to tar by pkg_add when unpacking files in their final destination (see the PUSHOUT macro in src/usr.sbin/pkg_install/add/extract.c). The CVS commit message gives no reason for the change, and I'm not clear what the --unlink option does in the old GNU tar (it seems to have no effect in either of the example situations I gave earlier). With bsdtar the --unlink option results in the behavior I am reporting, where the /usr/local symlink is removed. This appears to be the documented and intended behavior of the --unlink option in bsdtar, so I don't consider that a bug in bsdtar. However, I don't believe pkg_add should be exhibiting this behavior, which implies that pkg_add should not specify the --unlink option when tar==bsdtar. The question then is can you simply remove the --unlink flag (reverse the change of October 1998) and have acceptable behavior? I believe the answer is no, but I can imagine debate on this point (as mentioned earlier). The two reasonable behaviors would be: 1) Silently traverse any symlinks in the path. This was the behavior of older versions of FreeBSD, and I believe this to be the most reasonable behavior for pkg_add. 2) Error out if unpacking any files requires traversing a symlink. This is the behavior of bsdtar in the absence of the --unlink flag. When bsdtar is confronted with the first example directory structure and you have not specified the --unlink flag it will simply refuse to follow the symlink and unpack the file. (See the security_problem function in src/usr.bin/tar/read.c) This is behavior 2 above, and is the easiest to achieve by simply removing the --unlink flag in extract.c. In order to achieve behavior 1 we have to suppress the symlink traversal detection of the security_problem function within bsdtar. The only way to suppress that behavior is through the -P flag, which has other unwanted side effects. I think the only way to achieve this behavior would be to add a new option to bsdtar which is a subset of the -P behavior, just suppressing the symlink detection. In summary, I recommend that the --unlink flag to tar be immediately removed from the PUSHOUT macro of extract.c within pkg_add. That will removed a very unexpected and unacceptable behavior. A possible remaining improvement would be to replace that with a flag to tar which disables symlink traversal detection, such a flag does not currently exist in bsdtar. >How-To-Repeat: >Fix: This should be applied to any release where tar==bsdtar: Index: src/usr.sbin/pkg_install/add/extract.c =================================================================== RCS file: /home/ncvs/src/usr.sbin/pkg_install/add/extract.c,v retrieving revision 1.44 diff -u -r1.44 extract.c --- src/usr.sbin/pkg_install/add/extract.c 7 Jan 2006 22:10:57 -0000 1.44 +++ src/usr.sbin/pkg_install/add/extract.c 27 Feb 2006 21:15:11 -0000 @@ -34,7 +34,7 @@ #define PUSHOUT(todir) /* push out string */ \ if (where_count > (int)sizeof(STARTSTRING)-1) { \ - strcat(where_args, "|/usr/bin/tar --unlink -xpf - -C "); \ + strcat(where_args, "|/usr/bin/tar -xpf - -C "); \ strcat(where_args, todir); \ if (system(where_args)) { \ cleanup(0); \ >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Mon Feb 27 22:25:49 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 6F85C16A420; Mon, 27 Feb 2006 22:25:49 +0000 (GMT) (envelope-from mjacob@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BDE243D45; Mon, 27 Feb 2006 22:25:49 +0000 (GMT) (envelope-from mjacob@FreeBSD.org) Received: from freefall.freebsd.org (mjacob@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k1RMPnpM003302; Mon, 27 Feb 2006 22:25:49 GMT (envelope-from mjacob@freefall.freebsd.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k1RMPnh5003298; Mon, 27 Feb 2006 22:25:49 GMT (envelope-from mjacob) Date: Mon, 27 Feb 2006 22:25:49 GMT From: Matt Jacob Message-Id: <200602272225.k1RMPnh5003298@freefall.freebsd.org> To: mjacob@FreeBSD.org, mjacob@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: i386/28975: [rp] RocketPort problems 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, 27 Feb 2006 22:25:49 -0000 Synopsis: [rp] RocketPort problems Responsible-Changed-From-To: mjacob->freebsd-bugs Responsible-Changed-By: mjacob Responsible-Changed-When: Mon Feb 27 22:24:52 UTC 2006 Responsible-Changed-Why: I haven't had a RP card now for 3 years. http://www.freebsd.org/cgi/query-pr.cgi?pr=28975 From owner-freebsd-bugs@FreeBSD.ORG Mon Feb 27 23:30: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 E830516A420 for ; Mon, 27 Feb 2006 23:30: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 945F943D46 for ; Mon, 27 Feb 2006 23:30: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 k1RNUAm1006195 for ; Mon, 27 Feb 2006 23:30:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k1RNUAPe006194; Mon, 27 Feb 2006 23:30:10 GMT (envelope-from gnats) Date: Mon, 27 Feb 2006 23:30:10 GMT Message-Id: <200602272330.k1RNUAPe006194@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Kris Kennaway Cc: Subject: Re: misc/93887: cpu_spinwait calls missing X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Kris Kennaway List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Feb 2006 23:30:11 -0000 The following reply was made to PR kern/93887; it has been noted by GNATS. From: Kris Kennaway To: Arthur Hartwig Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: misc/93887: cpu_spinwait calls missing Date: Mon, 27 Feb 2006 18:29:44 -0500 --azLHFNyN32YCQGCU Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Feb 27, 2006 at 06:42:08AM +0000, Arthur Hartwig wrote: >=20 > >Number: 93887 > >Category: misc > >Synopsis: cpu_spinwait calls missing > >Confidential: no > >Severity: non-critical > >Priority: low > >Responsible: freebsd-bugs > >State: open > >Quarter: =20 > >Keywords: =20 > >Date-Required: > >Class: sw-bug > >Submitter-Id: current-users > >Arrival-Date: Mon Feb 27 06:50:04 GMT 2006 > >Closed-Date: > >Last-Modified: > >Originator: Arthur Hartwig > >Release: 6.1-BETA1 > >Organization: > Nokia > >Environment: > oz-net-11# uname -a > FreeBSD oz-net-11.nes.nokia.com 6.1-BETA1 FreeBSD 6.1-BETA1 #4: Tue Feb 2= 1 14:01:31 EST 2006 root@oz-net-11.nes.nokia.com:/usr/src/sys/amd64/com= pile/oz-net-11 amd64 >=20 >=20 > >Description: > There are five busy wait loops in kern/subr_smp.c which would be more "mu= lti-processor friendly" on i386 and amd64 architectures if they included a = call to cpu_spinwait(). On these architectures the cpu_spinwait() executes = a pause instruction which the Intel IA32 architecture manual says "improves= the performance of spin wait loops." >=20 > Loops which could include the call to cpu_spinwait() occur in stop_cpus()= , stop_cpus_nmi(), restart_cpus(), and two in smp_rendezvous_action() Why would you want to do this in stop_cpus(), stop_cpus_nmi() and restart_cpus()? They're used e.g. as preparation to break into/out of the debugger, and AFAICT they're not in the critical path for anything. Not sure about smp_rendezvous_action(), maybe that one is OK. Kris --azLHFNyN32YCQGCU Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.1 (FreeBSD) iD8DBQFEA4toWry0BWjoQKURAnY6AKCB8OcLLCuyOhj6F2dONXP/DziU9gCeLtpx Gtep/M+rzW40uV8Xr6QgGAI= =lNp4 -----END PGP SIGNATURE----- --azLHFNyN32YCQGCU-- From owner-freebsd-bugs@FreeBSD.ORG Tue Feb 28 00:06:18 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E43B416A422; Tue, 28 Feb 2006 00:06:18 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BF1543D5E; Tue, 28 Feb 2006 00:06:18 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k1S06If1009845; Tue, 28 Feb 2006 00:06:18 GMT (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k1S06IY8009841; Tue, 28 Feb 2006 00:06:18 GMT (envelope-from kris) Date: Tue, 28 Feb 2006 00:06:18 GMT From: Kris Kennaway Message-Id: <200602280006.k1S06IY8009841@freefall.freebsd.org> To: kostikbel@gmail.com, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: kern/93905: [possible patch] fdescfs vop_lookup and parent vnode locking 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, 28 Feb 2006 00:06:19 -0000 Synopsis: [possible patch] fdescfs vop_lookup and parent vnode locking State-Changed-From-To: open->closed State-Changed-By: kris State-Changed-When: Tue Feb 28 00:06:07 UTC 2006 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=93905 From owner-freebsd-bugs@FreeBSD.ORG Tue Feb 28 02:40: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 A643A16A420 for ; Tue, 28 Feb 2006 02:40:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E99F043D6A for ; Tue, 28 Feb 2006 02:40:11 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k1S2eBcI019579 for ; Tue, 28 Feb 2006 02:40:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k1S2eBxd019578; Tue, 28 Feb 2006 02:40:11 GMT (envelope-from gnats) Date: Tue, 28 Feb 2006 02:40:11 GMT Message-Id: <200602280240.k1S2eBxd019578@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Arthur Hartwig Cc: Subject: Re: misc/93887: cpu_spinwait calls missing X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Arthur Hartwig List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2006 02:40:17 -0000 The following reply was made to PR kern/93887; it has been noted by GNATS. From: Arthur Hartwig To: ext Kris Kennaway Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: misc/93887: cpu_spinwait calls missing Date: Tue, 28 Feb 2006 12:32:08 +1000 This is a multi-part message in MIME format. --------------090009090003010006010508 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit ext Kris Kennaway wrote: >On Mon, Feb 27, 2006 at 06:42:08AM +0000, Arthur Hartwig wrote: > > >>>Number: 93887 >>>Category: misc >>>Synopsis: cpu_spinwait calls missing >>>Confidential: no >>>Severity: non-critical >>>Priority: low >>>Responsible: freebsd-bugs >>>State: open >>>Quarter: >>>Keywords: >>>Date-Required: >>>Class: sw-bug >>>Submitter-Id: current-users >>>Arrival-Date: Mon Feb 27 06:50:04 GMT 2006 >>>Closed-Date: >>>Last-Modified: >>>Originator: Arthur Hartwig >>>Release: 6.1-BETA1 >>>Organization: >>> >>> >>Nokia >> >> >>>Environment: >>> >>> >>oz-net-11# uname -a >>FreeBSD oz-net-11.nes.nokia.com 6.1-BETA1 FreeBSD 6.1-BETA1 #4: Tue Feb 21 14:01:31 EST 2006 root@oz-net-11.nes.nokia.com:/usr/src/sys/amd64/compile/oz-net-11 amd64 >> >> >> >> >>>Description: >>> >>> >>There are five busy wait loops in kern/subr_smp.c which would be more "multi-processor friendly" on i386 and amd64 architectures if they included a call to cpu_spinwait(). On these architectures the cpu_spinwait() executes a pause instruction which the Intel IA32 architecture manual says "improves the performance of spin wait loops." >> >>Loops which could include the call to cpu_spinwait() occur in stop_cpus(), stop_cpus_nmi(), restart_cpus(), and two in smp_rendezvous_action() >> >> > >Why would you want to do this in stop_cpus(), stop_cpus_nmi() and >restart_cpus()? They're used e.g. as preparation to break into/out of >the debugger, and AFAICT they're not in the critical path for >anything. > >Not sure about smp_rendezvous_action(), maybe that one is OK. > >Kris > Good question which didn't occur to me because I was coming from another context. I was looking at using these functions to support a particular piece of "hotswap" hardware. The hardware generates an interrupt to say a PCI device has been removed (or plugged in). In the removal case some work needs to be done to remap to main memory the memory address space assigned to the device being removed so that if a device driver is accessing the device's memory space it won't cause the system to die. On a UP system this is "easy" in that because the hotswap interrupt is running we know the driver for the removed device is not currently running and even if it was running before the interrupt by the time it runs again the memory remapping will have occurred and it will be safe for the driver to access the memory space previously assigned to the removed device.However on a MP system the driver could be executing concurrently on another CPU and cause the system to die by accessing memory that is no longer present. I thought of using these functions (stop_cpus() etc) to momentarily "pause" all other CPUs while adjusting the memory mapping. It would be of advantage to cause other CPUs to pause as quickly as possible to minimise the likelihood that the driver for the removed device will attempt to access memory on the removed device. I have not been able to find any data on how long I have between the interrupt to say a device is being removed and the actual removal of the device. Nor have I any data on how long a busy CPU of a hyperthreaded pair (for example) is able to "lock out" its hyperthreaded mate. The referenced functions are clearly adequate for their existing use by the debugger so I accept that I might be better off making a customised copy. I still have doubts about the effectiveness of the approach using stop_cpus() and co and I'm inclined to see if I can get away with saying "you can't pull out a board untill you have disabled all the devices on that board" but this is somewhat restricted compared with what users have become accustomed to. Arthur --------------090009090003010006010508 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit ext Kris Kennaway wrote:
On Mon, Feb 27, 2006 at 06:42:08AM +0000, Arthur Hartwig wrote:
   
Number:         93887
 Category:       misc
 Synopsis:       cpu_spinwait calls missing
 Confidential:   no
 Severity:       non-critical
 Priority:       low
 Responsible:    freebsd-bugs
 State:          open
 Quarter:        
 Keywords:       
 Date-Required:
 Class:          sw-bug
 Submitter-Id:   current-users
 Arrival-Date:   Mon Feb 27 06:50:04 GMT 2006
 Closed-Date:
 Last-Modified:
 Originator:     Arthur Hartwig
 Release:        6.1-BETA1
 Organization:
       
Nokia
     
Environment:
       
oz-net-11# uname -a
 FreeBSD oz-net-11.nes.nokia.com 6.1-BETA1 FreeBSD 6.1-BETA1 #4: Tue Feb 21 14:01:31 EST 2006     root@oz-net-11.nes.nokia.com:/usr/src/sys/amd64/compile/oz-net-11  amd64
 
 
     
Description:
       
There are five busy wait loops in kern/subr_smp.c which would be more "multi-processor friendly" on i386 and amd64 architectures if they included a call to cpu_spinwait(). On these architectures the cpu_spinwait() executes a pause instruction which the Intel IA32 architecture manual says "improves the performance of spin wait loops."
 
 Loops which could include the call to cpu_spinwait() occur in stop_cpus(), stop_cpus_nmi(), restart_cpus(), and two in smp_rendezvous_action()
     

 Why would you want to do this in stop_cpus(), stop_cpus_nmi() and
 restart_cpus()?  They're used e.g. as preparation to break into/out of
 the debugger, and AFAICT they're not in the critical path for
 anything.
 
 Not sure about smp_rendezvous_action(), maybe that one is OK.
 
 Kris
Good question which didn't occur to me because I was coming from another context. I was looking at using these functions to support a particular piece of "hotswap" hardware. The hardware generates an interrupt to say a PCI device has been removed (or plugged in). In the removal case some work needs to be done to remap to main memory the memory address space assigned to the device being removed so that if a device driver is accessing the device's memory space it won't cause the system to die. On a UP system this is "easy" in that because the hotswap interrupt is running we know the driver for the removed device is not currently running and even if it was running before the interrupt by the time it runs again the memory remapping will have occurred and it will be safe for the driver to access the memory space previously assigned to the removed device.However on a MP system the driver could be executing concurrently on another CPU and cause the system to die by accessing memory that is no longer present.

I thought of using these functions (stop_cpus() etc) to momentarily "pause" all other CPUs while adjusting the memory mapping. It would be of advantage to cause other CPUs to pause as quickly as possible to minimise the likelihood that the driver for the removed device will attempt to access memory on the removed device. I have not been able to find any data on how long I have between the interrupt to say a device is being removed and the actual removal of the device. Nor have I any data on how long a busy CPU of a hyperthreaded pair (for example) is able to "lock out" its hyperthreaded mate.

The referenced functions are clearly adequate for their existing use by the debugger so I accept that I might be better off making a customised copy.

I still have doubts about the effectiveness of the approach using stop_cpus() and co and I'm inclined to see if I can get away with saying "you can't pull out a board untill you have disabled all the devices on that board" but this is somewhat restricted compared with what users have become accustomed to.

Arthur

--------------090009090003010006010508-- From owner-freebsd-bugs@FreeBSD.ORG Tue Feb 28 05: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 08C5D16A422 for ; Tue, 28 Feb 2006 05: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 C377443D58 for ; Tue, 28 Feb 2006 05:20: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 k1S5K8Pd031601 for ; Tue, 28 Feb 2006 05:20:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k1S5K8NM031600; Tue, 28 Feb 2006 05:20:08 GMT (envelope-from gnats) Date: Tue, 28 Feb 2006 05:20:08 GMT Message-Id: <200602280520.k1S5K8NM031600@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Joshua Goodall Cc: Subject: Re: bin/90823: [PATCH] cp(1) should use lchflags() X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Joshua Goodall List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2006 05:20:10 -0000 The following reply was made to PR bin/90823; it has been noted by GNATS. From: Joshua Goodall To: bug-followup@FreeBSD.org, toby@apple.com Cc: mux@freebsd.org Subject: Re: bin/90823: [PATCH] cp(1) should use lchflags() Date: Tue, 28 Feb 2006 16:19:10 +1100 Hi... this PR is a subset of kern/29355 ... /k -- Josh "Koshua" Goodall "as modern as tomorrow afternoon" joshua@roughtrade.net - FW109 From owner-freebsd-bugs@FreeBSD.ORG Tue Feb 28 08:44:33 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 CB43216A420 for ; Tue, 28 Feb 2006 08:44:33 +0000 (GMT) (envelope-from df2@wm.ru) Received: from makumba.wm.ru (makumba.wm.ru [194.220.9.76]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64DEB43D48 for ; Tue, 28 Feb 2006 08:44:33 +0000 (GMT) (envelope-from df2@wm.ru) Received: from condor.relis.ru ([195.9.14.133]) by makumba.wm.ru with esmtpa id 1FE0T9-000NJW-3i for freebsd-bugs@freebsd.org; Tue, 28 Feb 2006 11:44:31 +0300 Date: Tue, 28 Feb 2006 11:44:33 +0300 From: Dmitry To: freebsd-bugs@freebsd.org In-Reply-To: References: Message-Id: <20060228112349.5F39.DF2@wm.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Becky! ver. 2.08.01 [en] Subject: Need help sending report on FreeBSD 6.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2006 08:44:33 -0000 I have experienced regular kernel panics with my 6.0 machine fns decide to post a report here. As written in FAQ, i tried to make debug of vmcore following way: gdb -k /boot/kernel/kernel.debug /var/crash/vmcore.4 But it din't work out: gdb: unrecognized option `-k' Use `gdb --help' for a complete list of options. So here is a short description of problem: Kernel panics happen at night on backup server while doing backup, i am unable to write down panic message, because panics not regular and i cant sit every night before console waiting for it to happen. Here is /var/log/messages just before it is: Feb 28 05:09:32 power kernel: ad0: WARNING - WRITE_DMA UDMA ICRC error (retrying request) LBA=111389759 Feb 28 05:09:32 power kernel: ad0: WARNING - WRITE_DMA UDMA ICRC error (retrying request) LBA=111389759 Feb 28 05:09:32 power kernel: ad0: FAILURE - WRITE_DMA status=51 LBA=111389759 Feb 28 05:09:32 power kernel: g_vfs_done():ad0s1f[WRITE(offset=48173154304, length=16384)]error = 5 r# uname -a FreeBSD myhost 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Thu Nov 3 09:36:13 U TC 2005 root@x64.samsco.home:/usr/obj/usr/src/sys/GENERIC i386 #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: Thu Nov 3 09:36:13 UTC 2005 root@x64.samsco.home:/usr/obj/usr/src/sys/GENERIC Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: VIA C3 Samuel (531.98-MHz 686-class CPU) Origin = "CentaurHauls" Id = 0x660 Stepping = 0 Features=0x8030b5 Features2=0x736c7561,,TM2,CNTX-ID,,CX16,,,,,,,,,,> real memory = 134152192 (127 MB) avail memory = 121733120 (116 MB) npx0: [FAST] npx0: on motherboard npx0: INT 16 interface acpi0: on motherboard acpi0: Power Button (fixed) pci_link0: irq 12 on acpi0 pci_link1: irq 9 on acpi0 pci_link2: irq 0 on acpi0 pci_link3: irq 11 on acpi0 Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x808-0x80b on acpi0 cpu0: on acpi0 acpi_throttle0: on cpu0 acpi_button0: on acpi0 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 agp0: mem 0xe0000000-0xe3ffffff at device 0.0 on pci0 pcib1: at device 1.0 on pci0 pci1: on pcib1 isab0: at device 7.0 on pci0 isa0: on isab0 atapci0: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xffa0-0xffaf at device 7.1 on pci0 ata0: on atapci0 ata1: on atapci0 uhci0: port 0xdc00-0xdc1f irq 11 at device 7.2 on pci0 uhci0: [GIANT-LOCKED] usb0: on uhci0 usb0: USB revision 1.0 uhub0: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered pci0: at device 7.4 (no driver attached) pci0: at device 12.0 (no driver attached) xl0: <3Com 3c905C-TX Fast Etherlink XL> port 0xd800-0xd87f mem 0xdf7eff80-0xdf7effff irq 9 at device 13.0 on pci0 miibus0: on xl0 xlphy0: <3c905C 10/100 internal PHY> on miibus0 xlphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto xl0: Ethernet address: 00:04:76:a1:a1:cf acpi_button1: on acpi0 acpi_tz0: on acpi0 atkbdc0: port 0x60,0x64 irq 1 on acpi0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] fdc0: port 0x3f2-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 sio1: <16550A-compatible COM port> port 0x2f8-0x2ff irq 3 on acpi0 sio1: type 16550A ppc0: port 0x378-0x37f,0x778-0x77b irq 7 drq 1 on acpi0 ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode ppc0: FIFO with 16/16/8 bytes threshold ppbus0: on ppc0 plip0: on ppbus0 lpt0: on ppbus0 lpt0: Interrupt-driven port ppi0: on ppbus0 pmtimer0 on isa0 orm0: at iomem 0xc0000-0xc7fff,0xc8000-0xc87ff 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 531978850 Hz quality 800 Timecounters tick every 1.000 msec ad0: 152627MB at ata0-master UDMA100 -- Dmitry From owner-freebsd-bugs@FreeBSD.ORG Tue Feb 28 08:49:34 2006 Return-Path: X-Original-To: freebsd-bugs@freebsd.org Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 308B216A420 for ; Tue, 28 Feb 2006 08:49:34 +0000 (GMT) (envelope-from samspeedu@mail.ru) Received: from mx1.mail.ru (mx1.mail.ru [194.67.23.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5744243D49 for ; Tue, 28 Feb 2006 08:49:33 +0000 (GMT) (envelope-from samspeedu@mail.ru) Received: from [80.82.44.194] (port=1443 helo=192.168.168.7) by mx1.mail.ru with esmtp id 1FE0Xy-000DT4-00; Tue, 28 Feb 2006 11:49:30 +0300 Date: Tue, 28 Feb 2006 11:46:19 +0300 From: Andrey Smagin X-Mailer: The Bat! (v1.62r) Organization: DiP X-Priority: 3 (Normal) Message-ID: <197982127.20060228114619@mail.ru> To: Dmitry In-Reply-To: <20060228112349.5F39.DF2@wm.ru> References: <20060228112349.5F39.DF2@wm.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-bugs@freebsd.org Subject: Re: Need help sending report on FreeBSD 6.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: SAMU List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2006 08:49:34 -0000 Hello Dmitry, Tuesday, February 28, 2006, 11:44:33 AM, you wrote: D> Feb 28 05:09:32 power kernel: ad0: WARNING - WRITE_DMA UDMA ICRC error (retrying request) LBA=111389759 D> Feb 28 05:09:32 power kernel: ad0: WARNING - WRITE_DMA UDMA ICRC error (retrying request) LBA=111389759 D> Feb 28 05:09:32 power kernel: ad0: FAILURE - WRITE_DMA status=51 LBA=111389759 D> Feb 28 05:09:32 power kernel: g_vfs_done():ad0s1f[WRITE(offset=48173154304, length=16384)]error = 5 I had same error with bad cable for HDD, try change cable. -- Best regards, Andrey mailto:samspeedu@mail.ru From owner-freebsd-bugs@FreeBSD.ORG Tue Feb 28 11:10: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 A948F16A420 for ; Tue, 28 Feb 2006 11:10:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFA9443D45 for ; Tue, 28 Feb 2006 11: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 k1SBAAit052389 for ; Tue, 28 Feb 2006 11:10:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k1SBAA4U052388; Tue, 28 Feb 2006 11:10:10 GMT (envelope-from gnats) Date: Tue, 28 Feb 2006 11:10:10 GMT Message-Id: <200602281110.k1SBAA4U052388@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Holger Kipp Cc: Subject: Re: kern/51982: [sio] sio1: interrupt-level buffer overflows X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Holger Kipp List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2006 11:10:19 -0000 The following reply was made to PR kern/51982; it has been noted by GNATS. From: Holger Kipp To: bug-followup@FreeBSD.org, ianf@za.uu.net Cc: Subject: Re: kern/51982: [sio] sio1: interrupt-level buffer overflows Date: Tue, 28 Feb 2006 12:01:07 +0100 I experience the same with FreeBSD 6.1-PRERELEASE! I just recompiled my kernel with the suggested change to sio.c, and the problem goes away... hmm. On a side note, since I changed the pci-slot (such that the PCI-800H-card didn't share the same irq with the adaptec scsi-controller), reboot does not work properly (system hangs after printing 'all buffers synced') so I have to powercycle manually, leading to the waring "/ was not properly dismounted". Feb 27 21:03:17 dialout kernel: sio12: 24 more interrupt-level buffer overflows (total 433) Feb 27 21:03:56 dialout kernel: sio12: 178 more interrupt-level buffer overflows (total 611) Feb 27 21:04:13 dialout kernel: sio12: 71 more interrupt-level buffer overflows (total 682) Feb 27 21:05:56 dialout kernel: sio12: 172 more interrupt-level buffer overflows (total 854) Feb 27 21:06:06 dialout kernel: sio12: 79 more interrupt-level buffer overflows (total 933) Feb 27 21:06:07 dialout kernel: sio12: 4 more interrupt-level buffer overflows (total 937) Feb 27 21:07:56 dialout kernel: sio12: 23 more interrupt-level buffer overflows (total 960) Feb 27 21:08:06 dialout kernel: sio12: 26 more interrupt-level buffer overflows (total 986) Interestingly, this only happens with the PCI-800H, but the system also has an older 8-port ISA-Card that works without any problems. And yes, the system is an old and slow PIII with 500 MHz only, but I have this problem even if only one modem is in use (sio12). I also don't know why the card can't use fast mode, unless this is because it looks like 2 cards with 4 ports that share an irq. --- 8< ----- 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.1-PRERELEASE #1: Fri Feb 3 13:29:27 CET 2006 root@dialout2.dout1.b.intern:/usr/obj/usr/src/sys/B-DIALOUT Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: Pentium III/Pentium III Xeon/Celeron (501.14-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x673 Stepping = 3 Features=0x383f9ff real memory = 134205440 (127 MB) avail memory = 121810944 (116 MB) npx0: [FAST] npx0: on motherboard npx0: INT 16 interface cpu0 on motherboard pcib0: pcibus 0 on motherboard pir0: on motherboard $PIR: Using invalid BIOS IRQ 15 from 0.10.INTA for link 0x62 $PIR: Using invalid BIOS IRQ 14 from 0.6.INTA for link 0x63 pci0: on pcib0 agp0: mem 0xe4000000-0xe7ffffff at device 0.0 on pci0 pcib1: at device 1.0 on pci0 pci1: on pcib1 pci1: at device 0.0 (no driver attached) isab0: at device 4.0 on pci0 isa0: on isab0 atapci0: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xb800-0xb80f at device 4.1 on pci0 ata0: on atapci0 ata1: on atapci0 pci0: at device 4.2 (no driver attached) pci0: at device 4.3 (no driver attached) ahc0: port 0xb000-0xb0ff mem 0xe1000000-0xe1000fff irq 14 at device 6.0 on pci0 ahc0: [GIANT-LOCKED] aic7890/91: Ultra2 Wide Channel A, SCSI Id=7, 32/253 SCBs fxp0: port 0xa800-0xa83f mem 0xe0800000-0xe0800fff,0xe0000000-0xe00fffff irq 15 at device 10.0 on pci0 miibus0: on fxp0 inphy0: on miibus0 inphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto fxp0: Ethernet address: 00:d0:b7:16:53:60 puc0: port 0xa400-0xa41f,0xa000-0xa01f mem 0xdf800000-0xdf800fff,0xdf000000-0xdf000fff irq 10 at device 11.0 on pci0 sio12: on puc0 sio12: type 16550A sio12: unable to activate interrupt in fast mode - using normal mode sio13: on puc0 sio13: type 16550A sio13: unable to activate interrupt in fast mode - using normal mode sio14: on puc0 sio14: type 16550A sio14: unable to activate interrupt in fast mode - using normal mode sio15: on puc0 sio15: type 16550A sio15: unable to activate interrupt in fast mode - using normal mode puc1: port 0x9800-0x981f,0x9400-0x941f mem 0xde800000-0xde800fff,0xde000000-0xde000fff irq 10 at device 11.1 on pci0 sio16: on puc1 sio16: type 16550A sio16: unable to activate interrupt in fast mode - using normal mode sio17: on puc1 sio17: type 16550A sio17: unable to activate interrupt in fast mode - using normal mode sio18: on puc1 sio18: type 16550A sio18: unable to activate interrupt in fast mode - using normal mode sio19: on puc1 sio19: type 16550A sio19: unable to activate interrupt in fast mode - using normal mode pmtimer0 on isa0 orm0: at iomem 0xc0000-0xc7fff,0xc8000-0xcd7ff,0xd0000-0xd0fff on isa0 atkbdc0: at port 0x60,0x64 on isa0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 fdc0: [FAST] fd0: <1440-KB 3.5" drive> on fdc0 drive 0 ppc0: at port 0x378-0x37f irq 7 on isa0 ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode ppc0: FIFO with 16/16/9 bytes threshold ppbus0: on ppc0 plip0: on ppbus0 lpt0: on ppbus0 lpt0: Interrupt-driven port ppi0: on ppbus0 sc0: at flags 0x100 on isa0 sc0: VGA <32 virtual consoles, flags=0x300> sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 16550A sio1 at port 0x2f8-0x2ff irq 3 on isa0 sio1: type 16550A sio10 at port 0x130-0x137 flags 0xb05 on isa0 sio10: type 16550A (multiport) sio11 at port 0x138-0x13f irq 12 flags 0xb05 on isa0 sio11: type 16550A (multiport master) sio4 at port 0x100-0x107 flags 0xb05 on isa0 sio4: type 16550A (multiport) sio5 at port 0x108-0x10f flags 0xb05 on isa0 sio5: type 16550A (multiport) sio6 at port 0x110-0x117 flags 0xb05 on isa0 sio6: type 16550A (multiport) sio7 at port 0x118-0x11f flags 0xb05 on isa0 sio7: type 16550A (multiport) sio8 at port 0x120-0x127 flags 0xb05 on isa0 sio8: type 16550A (multiport) sio9 at port 0x128-0x12f flags 0xb05 on isa0 sio9: type 16550A (multiport) vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 unknown: can't assign resources (port) unknown: can't assign resources (port) unknown: can't assign resources (port) unknown: can't assign resources (port) unknown: can't assign resources (memory) unknown: can't assign resources (port) unknown: can't assign resources (port) Timecounter "TSC" frequency 501138120 Hz quality 800 Timecounters tick every 1.000 msec IP Filter: v4.1.8 initialized. Default = pass all, Logging = enabled da0 at ahc0 bus 0 target 6 lun 0 da0: Fixed Direct Access SCSI-3 device da0: 40.000MB/s transfers (20.000MHz, offset 31, 16bit), Tagged Queueing Enabled da0: 8748MB (17916240 512 byte sectors: 255H 63S/T 1115C) cd0 at ahc0 bus 0 target 4 lun 0 cd0: Removable CD-ROM SCSI-2 device cd0: 20.000MB/s transfers (20.000MHz, offset 15) cd0: Attempt to query device size failed: NOT READY, Medium not present - tray closed Trying to mount root from ufs:/dev/da0s1a WARNING: / was not properly dismounted sio12: 80 more interrupt-level buffer overflows (total 80) sio12: 4 more interrupt-level buffer overflows (total 84) From owner-freebsd-bugs@FreeBSD.ORG Tue Feb 28 12:52:03 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 417FB16A420; Tue, 28 Feb 2006 12:52:03 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0104843D46; Tue, 28 Feb 2006 12:52:03 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from freefall.freebsd.org (krion@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k1SCq2VD058370; Tue, 28 Feb 2006 12:52:02 GMT (envelope-from krion@freefall.freebsd.org) Received: (from krion@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k1SCq24Z058366; Tue, 28 Feb 2006 12:52:02 GMT (envelope-from krion) Date: Tue, 28 Feb 2006 12:52:02 GMT From: Kirill Ponomarew Message-Id: <200602281252.k1SCq24Z058366@freefall.freebsd.org> To: krion@FreeBSD.org, freebsd-bugs@FreeBSD.org, krion@FreeBSD.org Cc: Subject: Re: bin/93915: [patch] pkg_add(1) behaves improperly when unpacking over symlinks 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, 28 Feb 2006 12:52:03 -0000 Synopsis: [patch] pkg_add(1) behaves improperly when unpacking over symlinks Responsible-Changed-From-To: freebsd-bugs->krion Responsible-Changed-By: krion Responsible-Changed-When: Tue Feb 28 12:52:02 UTC 2006 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=93915 From owner-freebsd-bugs@FreeBSD.ORG Tue Feb 28 13: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 E05FC16A420 for ; Tue, 28 Feb 2006 13:30:03 +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 6A27443D46 for ; Tue, 28 Feb 2006 13:30: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 k1SDU39S059579 for ; Tue, 28 Feb 2006 13:30:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k1SDU3dL059578; Tue, 28 Feb 2006 13:30:03 GMT (envelope-from gnats) Resent-Date: Tue, 28 Feb 2006 13:30:03 GMT Resent-Message-Id: <200602281330.k1SDU3dL059578@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Nick Hibma Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 303A916A420 for ; Tue, 28 Feb 2006 13:21: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 EBE8743D48 for ; Tue, 28 Feb 2006 13:20:59 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k1SDKxWV059550 for ; Tue, 28 Feb 2006 13:20:59 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k1SDKx96059549; Tue, 28 Feb 2006 13:20:59 GMT (envelope-from nobody) Message-Id: <200602281320.k1SDKx96059549@www.freebsd.org> Date: Tue, 28 Feb 2006 13:20:59 GMT From: Nick Hibma To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: misc/93940: [patch] dhclient-script writes in /etc which should be in /tmp 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, 28 Feb 2006 13:30:04 -0000 >Number: 93940 >Category: misc >Synopsis: [patch] dhclient-script writes in /etc which should be in /tmp >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Feb 28 13:30:02 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Nick Hibma >Release: 6-RELEASE (I think, but userland might be 5.x) >Organization: AnyWi Technologies >Environment: FreeBSD hind.van-laarhoven.org 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: dhclient-script writes into /etc/resolve.conf.std instead of in /tmp. If you mount the root partition read-only on a soekris (embedded system) you cannot do this and the script will (silently) fail and not set resolv.conf at all. >How-To-Repeat: >Fix: This patch is in use. % diff /sbin/dhclient-script /sbin/dhclient-script~ 137c137 < rm -f /tmp/resolv.conf.std --- > rm -f /etc/resolv.conf.std 140c140 < echo "search $new_domain_name" >>/tmp/resolv.conf.std --- > echo "search $new_domain_name" >>/etc/resolv.conf.std 145c145 < echo "nameserver $nameserver" >>/tmp/resolv.conf.std --- > echo "nameserver $nameserver" >>/etc/resolv.conf.std 149,151c149,151 < if [ -f /tmp/resolv.conf.std ]; then < if [ -f /tmp/resolv.conf.tail ]; then < cat /tmp/resolv.conf.tail >>/tmp/resolv.conf.std --- > if [ -f /etc/resolv.conf.std ]; then > if [ -f /etc/resolv.conf.tail ]; then > cat /etc/resolv.conf.tail >>/etc/resolv.conf.std 159,160c159,160 < if cmp -s /tmp/resolv.conf.std /etc/resolv.conf; then < rm -f /tmp/resolv.conf.std --- > if cmp -s /etc/resolv.conf.std /etc/resolv.conf; then > rm -f /etc/resolv.conf.std 171,172c171,172 < cat /tmp/resolv.conf.std > /etc/resolv.conf < rm -f /tmp/resolv.conf.std --- > cat /etc/resolv.conf.std > /etc/resolv.conf > rm -f /etc/resolv.conf.std >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Tue Feb 28 13: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 8297116A420 for ; Tue, 28 Feb 2006 13: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 5130043D46 for ; Tue, 28 Feb 2006 13:50: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 k1SDo6nD061135 for ; Tue, 28 Feb 2006 13: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 k1SDo63W061134; Tue, 28 Feb 2006 13:50:06 GMT (envelope-from gnats) Date: Tue, 28 Feb 2006 13:50:06 GMT Message-Id: <200602281350.k1SDo63W061134@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Giorgos Keramidas Cc: Subject: Re: misc/93940: [patch] dhclient-script writes in /etc which should be in /tmp X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Giorgos Keramidas List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2006 13:50:07 -0000 The following reply was made to PR misc/93940; it has been noted by GNATS. From: Giorgos Keramidas To: Nick Hibma Cc: bug-followup@freebsd.org Subject: Re: misc/93940: [patch] dhclient-script writes in /etc which should be in /tmp Date: Tue, 28 Feb 2006 15:45:47 +0200 On 2006-02-28 13:20, Nick Hibma wrote: > dhclient-script writes into /etc/resolve.conf.std instead of in > /tmp. If you mount the root partition read-only on a soekris > (embedded system) you cannot do this and the script will > (silently) fail and not set resolv.conf at all. This is probably silly, but since dhclient will eventually *have* to write `/etc/resolv.conf' isn't it safe to assume that it can also write to `/etc/resolv.conf.std'? Unless, of course, the `/etc/resolv.conf' file is a symlink somewhere else I guess... From owner-freebsd-bugs@FreeBSD.ORG Tue Feb 28 14:57:42 2006 Return-Path: X-Original-To: freebsd-bugs@FreeBSD.org Delivered-To: freebsd-bugs@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A28F216A420; Tue, 28 Feb 2006 14:57:42 +0000 (GMT) (envelope-from vivek@khera.org) Received: from yertle.kcilink.com (yertle.kcilink.com [65.205.34.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id 589B043D48; Tue, 28 Feb 2006 14:57:42 +0000 (GMT) (envelope-from vivek@khera.org) Received: from [192.168.7.103] (host-103.int.kcilink.com [192.168.7.103]) by yertle.kcilink.com (Postfix) with ESMTP id 7050AB80D; Tue, 28 Feb 2006 09:57:41 -0500 (EST) Mime-Version: 1.0 (Apple Message framework v746.2) In-Reply-To: <200601171600.k0HG0IpK012796@freefall.freebsd.org> References: <200601171600.k0HG0IpK012796@freefall.freebsd.org> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Vivek Khera Date: Tue, 28 Feb 2006 09:57:40 -0500 To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-bugs@FreeBSD.org X-Mailer: Apple Mail (2.746.2) Cc: Subject: Re: kern/91910: aac driver hangs on Dell PE800 with CERC SATA controller (regression from 5.4) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2006 14:57:42 -0000 Ok, I finally did a bunch of more tests and it turns out that a 6.1- PRE kernel will boot if I disable ACPI timer with debug.acpi.disabled="timer" in /boot/loader.conf. The system otherwise works except that the aac controller fails to complete shutdown (I filed another PR for that) resulting in potential data loss at reboot. From owner-freebsd-bugs@FreeBSD.ORG Tue Feb 28 15:40: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 6C84516A420 for ; Tue, 28 Feb 2006 15:40:12 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5545043D5D for ; Tue, 28 Feb 2006 15: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 k1SFe7G8067982 for ; Tue, 28 Feb 2006 15:40:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k1SFe7DW067981; Tue, 28 Feb 2006 15:40:07 GMT (envelope-from gnats) Resent-Date: Tue, 28 Feb 2006 15:40:07 GMT Resent-Message-Id: <200602281540.k1SFe7DW067981@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, Yarema Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0203C16A420 for ; Tue, 28 Feb 2006 15:35:39 +0000 (GMT) (envelope-from root@CoolRat.org) Received: from CoolRat.org (c-69-242-5-144.hsd1.pa.comcast.net [69.242.5.144]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBC1543D45 for ; Tue, 28 Feb 2006 15:35:37 +0000 (GMT) (envelope-from root@CoolRat.org) Received: from localhost (localhost [127.0.0.1]) (uid 0) by CoolRat.org with local; Tue, 28 Feb 2006 10:35:36 -0500 id 003CBC1F.44046DC8.000006A2 Message-Id: Date: Tue, 28 Feb 2006 10:35:36 -0500 From: Yarema To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Dennis Koegel , Doug White , Martin Machacek Subject: kern/93942: panic: ufs_dirbad: bad dir X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Yarema List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2006 15:40:12 -0000 >Number: 93942 >Category: kern >Synopsis: panic: ufs_dirbad: bad dir >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Feb 28 15:40:06 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Yarema >Release: FreeBSD 6.1-PRERELEASE i386 >Organization: >Environment: System: FreeBSD 6.1-PRERELEASE #0: Mon Feb 27 04:52:11 EST 2006 i386 >Description: This is at least the third file system which got hosed for me by the ufs_dirbad bug on three different hard drives since 5.3 STABLE. I suspect this is related to the following PRs: http://www.FreeBSD.org/cgi/query-pr.cgi?pr=49079 http://www.FreeBSD.org/cgi/query-pr.cgi?pr=51001 In every case a process would lock up making the whole system unresponsive. A reboot, fsck -y in single user mode and another reboot would produce the following during the mount of the corrupt fs in rw mode: bad dir ino 2 at offset 16384: mangled entry panic: ufs_dirbad: bad dir cpuid = 0 Another reboot, fsck -y in single user mode and reboot produces the same results repeatedly. Previously I had recovered by mounting the corrupt fs in ro mode, backup, newfs, restore. Recently I noticed Matthew Dillon commit the following to the DragonFly src repository: http://leaf.DragonFlyBSD.org/mailarchive/commits/2006-02/msg00057.html dillon 2006/02/21 10:46:56 PST DragonFly src repository Modified files: sys/kern vfs_cluster.c Log: bioops.io_start() was being called in a situation where the buffer could be brelse()'d afterwords instead of I/O being initiated. When this occurs, the buffer may contain softupdates-modified data which is never reverted, resulting in serious filesystem corruption. When io_start is called on a buffer, I/O MUST be initiated and terminated with a biodone() or the buffer's data may not be properly reverted. Solve the problem by moving the io_start() call a little further on in the code, after the potential brelse(). There is a possibility that this bug is responsible for the 'dirbad' panics often reported in DragonFly and FreeBSD circles. Revision Changes Path 1.16 +7 -6 src/sys/kern/vfs_cluster.c http://www.DragonFlyBSD.org/cvsweb/src/sys/kern/vfs_cluster.c.diff?r1=1.15&r2=1.16&f=u Below is the equivalent patch to the FreeBSD RELENG_6 branch of src/sys/kern/vfs_cluster.c Hope this helps track down the problem. >How-To-Repeat: mount >Fix: --- src/sys/kern/vfs_cluster.c.orig Fri Oct 28 03:28:27 2005 +++ src/sys/kern/vfs_cluster.c Tue Feb 28 09:27:20 2006 @@ -881,11 +881,6 @@ bremfree(tbp); tbp->b_flags &= ~B_DONE; } /* end of code for non-first buffers only */ - /* check for latent dependencies to be handled */ - if ((LIST_FIRST(&tbp->b_dep)) != NULL) { - tbp->b_iocmd = BIO_WRITE; - buf_start(tbp); - } /* * If the IO is via the VM then we do some * special VM hackery (yuck). Since the buffer's @@ -933,6 +928,11 @@ BUF_KERNPROC(tbp); TAILQ_INSERT_TAIL(&bp->b_cluster.cluster_head, tbp, b_cluster.cluster_entry); + /* check for latent dependencies to be handled */ + if ((LIST_FIRST(&tbp->b_dep)) != NULL) { + tbp->b_iocmd = BIO_WRITE; + buf_start(tbp); + } } finishcluster: pmap_qenter(trunc_page((vm_offset_t) bp->b_data), >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Tue Feb 28 19: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 0F19116A420 for ; Tue, 28 Feb 2006 19: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 B32A343D58 for ; Tue, 28 Feb 2006 19:00:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k1SJ0JBN083244 for ; Tue, 28 Feb 2006 19:00:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k1SJ0JOo083241; Tue, 28 Feb 2006 19:00:19 GMT (envelope-from gnats) Resent-Date: Tue, 28 Feb 2006 19:00:19 GMT Resent-Message-Id: <200602281900.k1SJ0JOo083241@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, Antoine Brodin Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B85816A422 for ; Tue, 28 Feb 2006 18:59:18 +0000 (GMT) (envelope-from antoine@peanut.dreadbsd.org) Received: from barton.dreadbsd.org (peanut.dreadbsd.org [82.67.196.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1B9C43D46 for ; Tue, 28 Feb 2006 18:59:17 +0000 (GMT) (envelope-from antoine@peanut.dreadbsd.org) Received: from barton.dreadbsd.org (localhost [127.0.0.1]) by barton.dreadbsd.org (8.13.4/8.13.4) with ESMTP id k1SIxEKX005053 for ; Tue, 28 Feb 2006 19:59:14 +0100 (CET) (envelope-from antoine@peanut.dreadbsd.org) Received: (from antoine@localhost) by barton.dreadbsd.org (8.13.4/8.13.1/Submit) id k1SIxDep005052; Tue, 28 Feb 2006 19:59:13 +0100 (CET) (envelope-from antoine) Message-Id: <200602281859.k1SIxDep005052@barton.dreadbsd.org> Date: Tue, 28 Feb 2006 19:59:13 +0100 (CET) From: Antoine Brodin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: kern/93952: [netgraph][patch] memory leak in ng_tcpmss.c X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Antoine Brodin List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2006 19:00:22 -0000 >Number: 93952 >Category: kern >Synopsis: [netgraph][patch] memory leak in ng_tcpmss.c >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Feb 28 19:00:18 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Antoine Brodin >Release: FreeBSD 7.0-CURRENT i386 >Organization: none >Environment: System: FreeBSD barton.dreadbsd.org 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Wed Feb 22 20:15:40 CET 2006 antoine@barton.dreadbsd.org:/usr/obj/usr/src/sys/BARTON i386 >Description: This problem concerns ng_tcpmss(4). On hook disconnection, the per hook info which contains the output hook and the hook stats is not freed. >How-To-Repeat: Use the example in ng_tcpmss man page, shutdown and unload everything, then vmstat -m | grep netgraph >Fix: --- ng_tcpmss.c.diff begins here --- Index: sys/netgraph/ng_tcpmss.c =================================================================== RCS file: /home/ncvs/src/sys/netgraph/ng_tcpmss.c,v retrieving revision 1.2 diff -u -p -r1.2 ng_tcpmss.c --- sys/netgraph/ng_tcpmss.c 10 Jun 2005 12:44:21 -0000 1.2 +++ sys/netgraph/ng_tcpmss.c 28 Feb 2006 18:02:03 -0000 @@ -368,6 +368,8 @@ ng_tcpmss_disconnect(hook_p hook) priv->outHook = NULL; } + FREE(NG_HOOK_PRIVATE(hook), M_NETGRAPH); + NG_HOOK_SET_PRIVATE(hook, NULL); if (NG_NODE_NUMHOOKS(NG_HOOK_NODE(hook)) == 0) ng_rmnode_self(NG_HOOK_NODE(hook)); --- ng_tcpmss.c.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Tue Feb 28 20:00:27 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7894416A420 for ; Tue, 28 Feb 2006 20:00:27 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 025CE43D46 for ; Tue, 28 Feb 2006 20:00:27 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k1SK0PfA086469 for ; Tue, 28 Feb 2006 20:00:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k1SK0P7R086468; Tue, 28 Feb 2006 20:00:25 GMT (envelope-from gnats) Date: Tue, 28 Feb 2006 20:00:25 GMT Message-Id: <200602282000.k1SK0P7R086468@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Kris Kennaway Cc: Subject: Re: kern/93942: panic: ufs_dirbad: bad dir X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Kris Kennaway List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2006 20:00:27 -0000 The following reply was made to PR kern/93942; it has been noted by GNATS. From: Kris Kennaway To: Yarema Cc: FreeBSD-gnats-submit@FreeBSD.org, Dennis Koegel , Doug White , Martin Machacek Subject: Re: kern/93942: panic: ufs_dirbad: bad dir Date: Tue, 28 Feb 2006 14:53:43 -0500 On Tue, Feb 28, 2006 at 10:35:36AM -0500, Yarema wrote: > > >Number: 93942 > >Category: kern > >Synopsis: panic: ufs_dirbad: bad dir > >Confidential: no > >Severity: critical > >Priority: high > >Responsible: freebsd-bugs > >State: open > >Quarter: > >Keywords: > >Date-Required: > >Class: sw-bug > >Submitter-Id: current-users > >Arrival-Date: Tue Feb 28 15:40:06 GMT 2006 > >Closed-Date: > >Last-Modified: > >Originator: Yarema > >Release: FreeBSD 6.1-PRERELEASE i386 > >Organization: > >Environment: > System: FreeBSD 6.1-PRERELEASE #0: Mon Feb 27 04:52:11 EST 2006 i386 > > >Description: > > This is at least the third file system which got hosed for me by the > ufs_dirbad bug on three different hard drives since 5.3 STABLE. > I suspect this is related to the following PRs: > http://www.FreeBSD.org/cgi/query-pr.cgi?pr=49079 > http://www.FreeBSD.org/cgi/query-pr.cgi?pr=51001 > > In every case a process would lock up making the whole system > unresponsive. A reboot, fsck -y in single user mode and another > reboot would produce the following during the mount of the corrupt > fs in rw mode: > > bad dir ino 2 at offset 16384: mangled entry > panic: ufs_dirbad: bad dir > cpuid = 0 > > Another reboot, fsck -y in single user mode and reboot produces the > same results repeatedly. Previously I had recovered by mounting the > corrupt fs in ro mode, backup, newfs, restore. > > Recently I noticed Matthew Dillon commit the following to the > DragonFly src repository: > > http://leaf.DragonFlyBSD.org/mailarchive/commits/2006-02/msg00057.html > > dillon 2006/02/21 10:46:56 PST > > DragonFly src repository > > Modified files: > sys/kern vfs_cluster.c > Log: > bioops.io_start() was being called in a situation where the buffer could > be brelse()'d afterwords instead of I/O being initiated. When this occurs, > the buffer may contain softupdates-modified data which is never reverted, > resulting in serious filesystem corruption. When io_start is called on a > buffer, I/O MUST be initiated and terminated with a biodone() or the buffer's > data may not be properly reverted. > > Solve the problem by moving the io_start() call a little further on in the > code, after the potential brelse(). > > There is a possibility that this bug is responsible for the 'dirbad' panics > often reported in DragonFly and FreeBSD circles. > > Revision Changes Path > 1.16 +7 -6 src/sys/kern/vfs_cluster.c > > http://www.DragonFlyBSD.org/cvsweb/src/sys/kern/vfs_cluster.c.diff?r1=1.15&r2=1.16&f=u > > Below is the equivalent patch to the FreeBSD RELENG_6 branch of > src/sys/kern/vfs_cluster.c > > Hope this helps track down the problem. Does it work for you? :) Kris From owner-freebsd-bugs@FreeBSD.ORG Tue Feb 28 20:40:19 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6EB0B16A420 for ; Tue, 28 Feb 2006 20:40:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7B4E43D72 for ; Tue, 28 Feb 2006 20: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 k1SKe829092155 for ; Tue, 28 Feb 2006 20: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 k1SKe88J092148; Tue, 28 Feb 2006 20:40:08 GMT (envelope-from gnats) Date: Tue, 28 Feb 2006 20:40:08 GMT Message-Id: <200602282040.k1SKe88J092148@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Heikki Suonsivu Cc: Subject: Re: kern/79168: Problems running two firewire disks on one bus X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Heikki Suonsivu List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2006 20:40:19 -0000 The following reply was made to PR kern/79168; it has been noted by GNATS. From: Heikki Suonsivu To: Jason Bacon Cc: bug-followup@FreeBSD.org Subject: Re: kern/79168: Problems running two firewire disks on one bus Date: Tue, 28 Feb 2006 22:32:17 +0200 This is a multi-part message in MIME format. --------------070401000702020005000405 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Jason Bacon wrote: > > Actually, I traced our problems to the Iomega GUF320 cards failing over > time. The systems that exhibited these errors eventually got worse, and > finally would not boot unless the GUF320 card was removed. They would > simply freeze before the BIOS messages even appeared. Several of my > GUF320 cards reached this state, and almost all of them were beginning > to show the "unknown service address" symptoms. For me this has been stable problem, not getting worse or better. What chipset GUF320 card has? How many disks you have been able to use? > I did post this on freebsd.misc, but apparently forgot to follow up on > the problem report. > > I've since replaced them all with LaCie FireWire cards, and have not had > any more problems. > > Cheers, > > Jason > > ----------------------------------------------------------------------- > Real men aren't afraid to eat quiche. > ----------------------------------------------------------------------- > > On Sun, 26 Feb 2006, Heikki Suonsivu wrote: > >> >> This problem is not just firewire problem. It happens also on mix of >> FW and USB external disks, with same symptsoms. >> >> Unknown service addr 0x0000:0x0da3a000 WREQB(1) src=0xffc0 data=8 >> Unknown service addr 0x0000:0x0979e000 WREQB(1) src=0xffc0 data=8 >> Unknown service addr 0x0000:0xffffc8ff WREQB(1) src=0xffc0 data=8 >> Unknown service addr 0x0000:0x06ccf000 WREQB(1) src=0xffc0 data=8 >> Unknown service addr 0x0000:0x14f80000 WREQB(1) src=0xffc0 data=8 >> Unknown service addr 0x0000:0x003cc000 WREQB(1) src=0xffc0 data=8 >> Unknown service addr 0x0000:0x023ac800 WREQB(1) src=0xffc0 data=8 >> Unknown service addr 0x0000:0x03d6a000 WREQB(1) src=0xffc0 data=8 >> Unknown service addr 0x0000:0x09505000 WREQB(1) src=0xffc0 data=8 >> Unknown service addr 0x0000:0x09da4000 WREQB(1) src=0xffc0 data=8 >> Unknown service addr 0x0000:0x12202000 WREQB(1) src=0xffc0 data=8 >> Unknown service addr 0x0000:0x0c721000 WREQB(1) src=0xffc0 data=8 >> Unknown service addr 0x0000:0x028f3000 WREQB(1) src=0xffc0 data=8 >> Unknown service addr 0x0000:0x1341f800 WREQB(1) src=0xffc0 data=8 >> Unknown service addr 0x0000:0x12ecb000 WREQB(1) src=0xffc0 data=8 >> Unknown service addr 0x0000:0x0bb13800 WREQB(1) src=0xffc0 data=8 >> Unknown service addr 0x0000:0x06f54000 WREQB(1) src=0xffc0 data=8 >> Unknown service addr 0x0000:0x06a69000 WREQB(1) src=0xffc0 data=8 >> >> In this case I was copying large amount of data from firewire disk to >> usb2 external disk. >> >> Drive from where I was copying (mounted read-only during time of >> copying). This is connected to firewire. I have four FW disks, two on >> each bus. >> >> da1 at sbp0 bus 0 target 0 lun 0 >> da1: Fixed Direct Access SCSI-4 device >> da1: 50.000MB/s transfers >> da1: 286103MB (585938944 512 byte sectors: 255H 63S/T 36473C) >> >> Drive I was copying to. This is connected to USB2 port. In this case, >> both drives are conneced to same card (it is one of those firewire/usb >> combo cards). >> >> da0 at umass-sim0 bus 0 target 0 lun 0 >> da0: Fixed Direct Access SCSI-0 device >> da0: 40.000MB/s transfers >> da0: 476950MB (976794336 512 byte sectors: 255H 63S/T 60802C) >> >> After some of these messages, there are varying effects, usually >> detoriating condition. Sometimes I see that ls locks up, sometimes >> hard, sometimes interruptable. Sometimes I can umount, sometimes the >> computer locks when unmounting. If I continue to play with it rather >> than reboot, I end up with a complete lockup. >> >> I have seen the same problem on another computer. There did not seem >> to be difference between USB and FW, both caused the same problem. >> >> The full dmesg >> >> Copyright (c) 1992-2006 The FreeBSD Project. >> Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 >> The Regents of the University of California. All rights reserved. >> FreeBSD 5.5-PRERELEASE #4: Sat Feb 25 16:27:23 EET 2006 >> hsu@lelu.olari.bbnetworks.net:/usr/obj/usr/src/sys/HSU5 >> Timecounter "i8254" frequency 1193182 Hz quality 0 >> CPU: Pentium III/Pentium III Xeon/Celeron (547.62-MHz 686-class CPU) >> Origin = "GenuineIntel" Id = 0x673 Stepping = 3 >> >> Features=0x383f9ff >> >> real memory = 402653184 (384 MB) >> avail memory = 384335872 (366 MB) >> npx0: on motherboard >> npx0: INT 16 interface >> cpu0 on motherboard >> pcib0: pcibus 0 on >> motherboard >> pir0: on motherboard >> pci0: on pcib0 >> agp0: mem >> 0x44000000-0x47ffffff at device 0.0 on pci0 >> pcib1: at device 1.0 on pci0 >> pci1: on pcib1 >> pci1: at device 0.0 (no driver attached) >> pci0: at device 13.0 (no driver attached) >> de0: port 0x1000-0x107f mem >> 0x40900000-0x4090007f irq 11 at device 14.0 on pci0 >> de0: 21140A [10-100Mb/s] pass 2.2 >> de0: Ethernet address: 00:80:c8:f6:95:0a >> de0: if_start running deferred for Giant >> ohci0: mem >> 0x4c000000-0x4c000fff irq 11 at device 15.0 on pci0 >> usb0: OHCI version 1.0, legacy support >> usb0: on ohci0 >> usb0: USB revision 1.0 >> uhub0: AcerLabs OHCI root hub, class 9/0, rev 1.00/1.00, addr 1 >> uhub0: 2 ports with 2 removable, self powered >> ohci1: mem >> 0x4c100000-0x4c100fff irq 11 at device 15.1 on pci0 >> usb1: OHCI version 1.0, legacy support >> usb1: on ohci1 >> usb1: USB revision 1.0 >> uhub1: AcerLabs OHCI root hub, class 9/0, rev 1.00/1.00, addr 1 >> uhub1: 2 ports with 2 removable, self powered >> ohci2: mem >> 0x4c200000-0x4c200fff irq 11 at device 15.2 on pci0 >> usb2: OHCI version 1.0, legacy support >> usb2: on ohci2 >> usb2: USB revision 1.0 >> uhub2: AcerLabs OHCI root hub, class 9/0, rev 1.00/1.00, addr 1 >> uhub2: 2 ports with 2 removable, self powered >> ehci0: mem 0x4c400000-0x4c4000ff >> irq 11 at device 15.3 on pci0 >> usb3: EHCI version 1.0 >> usb3: companion controllers, 2 ports each: usb0 usb1 usb2 >> usb3: on ehci0 >> usb3: USB revision 2.0 >> uhub3: AcerLabs EHCI root hub, class 9/0, rev 2.00/1.00, addr 1 >> uhub3: 6 ports with 6 removable, self powered >> umass0: LaCie Group.SA BigDisk, rev 2.00/1.18, addr 2 >> umass0: Get Max Lun not supported (STALLED) >> fwohci0: <1394 Open Host Controller Interface> mem >> 0x4c300000-0x4c3007ff irq 11 at device 15.4 on pci0 >> fwohci0: OHCI version 1.10 (ROM=1) >> fwohci0: No. of Isochronous channels is 4. >> fwohci0: EUI64 00:90:e6:00:00:00:02:e5 >> fwohci0: Phy 1394a available S400, 2 ports. >> fwohci0: Link S400, max_rec 2048 bytes. >> firewire0: on fwohci0 >> fwe0: on firewire0 >> if_fwe0: Fake Ethernet address: 02:90:e6:00:02:e5 >> fwe0: Ethernet address: 02:90:e6:00:02:e5 >> fwe0: if_start running deferred for Giant >> sbp0: on firewire0 >> fwohci0: Initiate bus reset >> fwohci0: node_id=0xc800ffc4, gen=1, CYCLEMASTER mode >> firewire0: 5 nodes, maxhop <= 4, cable IRM = 4 (me) >> firewire0: bus manager 4 (me) >> pcm0: port 0x1080-0x10bf irq 11 at device 16.0 on >> pci0 >> pcm0: >> isab0: at device 20.0 on pci0 >> isa0: on isab0 >> atapci0: port >> 0x10e0-0x10ef,0x376,0x170-0x177,0x3f6,0x1f0-0x1f7 at device 20.1 on pci0 >> ata0: channel #0 on atapci0 >> ata1: channel #1 on atapci0 >> uhci0: port 0x10c0-0x10df >> irq 11 at device 20.2 on pci0 >> usb4: on uhci0 >> usb4: USB revision 1.0 >> uhub4: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 >> uhub4: 2 ports with 2 removable, self powered >> pci0: at device 20.3 (no driver attached) >> orm0: at iomem 0xe0000-0xe7fff,0xc0000-0xc7fff on isa0 >> pmtimer0 on isa0 >> atkbdc0: at port 0x64,0x60 on isa0 >> atkbd0: irq 1 on atkbdc0 >> kbd0 at atkbd0 >> psm0: irq 12 on atkbdc0 >> psm0: model IntelliMouse Explorer, device ID 4 >> fdc0: at port 0x3f0-0x3f5 irq 6 drq 2 on >> isa0 >> fd0: <1440-KB 3.5" drive> on fdc0 drive 0 >> ppc0: at port 0x378-0x37f irq 7 on isa0 >> ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode >> ppc0: FIFO with 16/16/8 bytes threshold >> ppbus0: on ppc0 >> plip0: on ppbus0 >> lpt0: on ppbus0 >> lpt0: Interrupt-driven port >> ppi0: on ppbus0 >> sc0: at flags 0x100 on isa0 >> sc0: VGA <16 virtual consoles, flags=0x300> >> sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 >> sio0: type 16550A >> sio1 at port 0x2f8-0x2ff irq 3 on isa0 >> sio1: type 16550A >> vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 >> unknown: can't assign resources (port) >> unknown: can't assign resources (port) >> unknown: can't assign resources (port) >> unknown: can't assign resources (port) >> unknown: can't assign resources (port) >> unknown: can't assign resources (irq) >> unknown: can't assign resources (port) >> unknown: can't assign resources (port) >> Timecounter "TSC" frequency 547622239 Hz quality 800 >> Timecounters tick every 10.000 msec >> IPv6 packet filtering initialized, default to accept, logging limited >> to 500 packets/entry >> ipfw2 initialized, divert enabled, rule-based forwarding disabled, >> default to accept, logging limited to 500 packets/entry by default >> ad0: 73308MB [148945/16/63] at ata0-master >> UDMA33 >> ad1: 305245MB [620181/16/63] at >> ata0-slave UDMA33 >> acd0: CDRW at ata1-master PIO4 >> ad3: 286103MB [581290/16/63] at ata1-slave >> UDMA33 >> firewire0: New S400 device ID:0010b92000d5db66 >> firewire0: New S400 device ID:0010b9f7011466a0 >> firewire0: New S400 device ID:0010b92100409c86 >> firewire0: New S400 device ID:0010b9f701222bcc >> da1 at sbp0 bus 0 target 0 lun 0 >> da1: Fixed Direct Access SCSI-4 device >> da1: 50.000MB/s transfers >> da1: 286103MB (585938944 512 byte sectors: 255H 63S/T 36473C) >> da2 at sbp0 bus 0 target 1 lun 0 >> da2: Fixed Direct Access SCSI-4 device >> da2: 50.000MB/s transfers >> da2: 286188MB (586114704 512 byte sectors: 255H 63S/T 36483C) >> da3 at sbp0 bus 0 target 2 lun 0 >> da3: Fixed Direct Access SCSI-4 device >> da3: 50.000MB/s transfers >> da3: 286103MB (585938944 512 byte sectors: 255H 63S/T 36473C) >> da4 at sbp0 bus 0 target 3 lun 0 >> da4: Fixed Direct Access SCSI-4 device >> da4: 50.000MB/s transfers >> da4: 286103MB (585938944 512 byte sectors: 255H 63S/T 36473C) >> da0 at umass-sim0 bus 0 target 0 lun 0 >> da0: Fixed Direct Access SCSI-0 device >> da0: 40.000MB/s transfers >> da0: 476950MB (976794336 512 byte sectors: 255H 63S/T 60802C) >> Mounting root from ufs:/dev/ad0s1a >> >> --------------070401000702020005000405 Content-Type: text/x-vcard; charset=utf-8; name="hsu.vcf" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="hsu.vcf" begin:vcard fn:Heikki Suonsivu n:Suonsivu;Heikki org:Wireless LAN Systems Ltd adr:;;Tekniikantie 12;Espoo;;02150;Finland email;internet:hsu@wlansystems.com title:Chairman tel;work:+358925172270 tel;fax:+35894558972 tel;cell:+358405519679 x-mozilla-html:FALSE url:http://www.wlansystems.com/ version:2.1 end:vcard --------------070401000702020005000405-- From owner-freebsd-bugs@FreeBSD.ORG Tue Feb 28 23:50: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 72F4A16A420 for ; Tue, 28 Feb 2006 23:50:08 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 234A143D55 for ; Tue, 28 Feb 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 k1SNo7Wv003480 for ; Tue, 28 Feb 2006 23:50:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k1SNo7lF003477; Tue, 28 Feb 2006 23:50:07 GMT (envelope-from gnats) Date: Tue, 28 Feb 2006 23:50:07 GMT Message-Id: <200602282350.k1SNo7lF003477@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Yarema Cc: Subject: Re: kern/93942: panic: ufs_dirbad: bad dir X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Yarema List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2006 23:50:08 -0000 The following reply was made to PR kern/93942; it has been noted by GNATS. From: Yarema To: FreeBSD-gnats-submit@FreeBSD.org, FreeBSD-current@FreeBSD.org Cc: Kris Kennaway , Dennis Koegel , Doug White , Martin Machacek , David O'Brien , Scott Long , Pawel Jakub Dawidek , David Rhodus Subject: Re: kern/93942: panic: ufs_dirbad: bad dir Date: Tue, 28 Feb 2006 18:43:58 -0500 --On February 28, 2006 2:53:43 PM -0500 Kris Kennaway wrote: > On Tue, Feb 28, 2006 at 10:35:36AM -0500, Yarema wrote: >> >> > Number: 93942 >> > Category: kern >> > Synopsis: panic: ufs_dirbad: bad dir >> > Confidential: no >> > Severity: critical >> > Priority: high >> > Responsible: freebsd-bugs >> > State: open >> > Quarter: >> > Keywords: >> > Date-Required: >> > Class: sw-bug >> > Submitter-Id: current-users >> > Arrival-Date: Tue Feb 28 15:40:06 GMT 2006 >> > Closed-Date: >> > Last-Modified: >> > Originator: Yarema >> > Release: FreeBSD 6.1-PRERELEASE i386 >> > Organization: >> > Environment: >> System: FreeBSD 6.1-PRERELEASE #0: Mon Feb 27 04:52:11 EST 2006 i386 >> >> > Description: >> >> This is at least the third file system which got hosed for me by the >> ufs_dirbad bug on three different hard drives since 5.3 STABLE. >> I suspect this is related to the following PRs: >> http://www.FreeBSD.org/cgi/query-pr.cgi?pr=49079 >> http://www.FreeBSD.org/cgi/query-pr.cgi?pr=51001 >> >> In every case a process would lock up making the whole system >> unresponsive. A reboot, fsck -y in single user mode and another >> reboot would produce the following during the mount of the corrupt >> fs in rw mode: >> >> bad dir ino 2 at offset 16384: mangled entry >> panic: ufs_dirbad: bad dir >> cpuid = 0 >> >> Another reboot, fsck -y in single user mode and reboot produces the >> same results repeatedly. Previously I had recovered by mounting the >> corrupt fs in ro mode, backup, newfs, restore. >> >> Recently I noticed Matthew Dillon commit the following to the >> DragonFly src repository: >> >> http://leaf.DragonFlyBSD.org/mailarchive/commits/2006-02/msg00057.html >> >> dillon 2006/02/21 10:46:56 PST >> >> DragonFly src repository >> >> Modified files: >> sys/kern vfs_cluster.c >> Log: >> bioops.io_start() was being called in a situation where the buffer >> could be brelse()'d afterwords instead of I/O being initiated. When >> this occurs, the buffer may contain softupdates-modified data which is >> never reverted, resulting in serious filesystem corruption. When >> io_start is called on a buffer, I/O MUST be initiated and terminated >> with a biodone() or the buffer's data may not be properly reverted. >> >> Solve the problem by moving the io_start() call a little further on in >> the code, after the potential brelse(). >> >> There is a possibility that this bug is responsible for the 'dirbad' >> panics often reported in DragonFly and FreeBSD circles. >> >> Revision Changes Path >> 1.16 +7 -6 src/sys/kern/vfs_cluster.c >> >> http://www.DragonFlyBSD.org/cvsweb/src/sys/kern/vfs_cluster.c.diff?r1=1. >> 15&r2=1.16&f=u >> >> Below is the equivalent patch to the FreeBSD RELENG_6 branch of >> src/sys/kern/vfs_cluster.c >> >> Hope this helps track down the problem. > > Does it work for you? :) > > Kris No way for me to know yet. From what I gathered, mostly from this thread: As per Matt Dillon , the corruption occurs much earlier than any consequences can be felt. The patch may prevent the corruption from occurring in the first place. But the patch does nothing for me now that I have a huge /home slice which cannot even be mounted as read-only in single user mode without triggering a page fault kernel panic in the mount process no matter how many times I run fsck -f on it. FWIW the page fault in the mount process is a different sort of kernel panic than what is described in this kern/93942 PR above. The page fault occurs while attempting to mount read-only. Attempting to mount raed-write causes the panic: ufs_dirbad: bad dir One more note, hitting the power button when the machine is locked up before the reboot and mount attempt which causes the panic produces the following output every time the button is pressed: kernel: acpi: suspend request ignored (not ready yet) Seems like there's two separate problems: 1) the root cause of the bad dir corruption. 2) fsck -f doesn't fix it no matter how many times you run it. Any pointers on how to recover my /home slice will be greatly appreciated. -- Yarema From owner-freebsd-bugs@FreeBSD.ORG Wed Mar 1 08: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 4366616A420 for ; Wed, 1 Mar 2006 08: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 B243143D46 for ; Wed, 1 Mar 2006 08: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 k2180NMv032685 for ; Wed, 1 Mar 2006 08:00:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k2180NVH032684; Wed, 1 Mar 2006 08:00:23 GMT (envelope-from gnats) Date: Wed, 1 Mar 2006 08:00:23 GMT Message-Id: <200603010800.k2180NVH032684@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Josef Karthauser Cc: Subject: Re: kern/93305: Machine freezes solid running dhcpclient X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Josef Karthauser List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Mar 2006 08:00:24 -0000 The following reply was made to PR kern/93305; it has been noted by GNATS. From: Josef Karthauser To: bug-followup@FreeBSD.org, joe@tao.org.uk Cc: Subject: Re: kern/93305: Machine freezes solid running dhcpclient Date: Wed, 1 Mar 2006 07:57:22 +0000 Some more information on this problem... today instead of just hanging the machine produced a core dump. Alas however, kgdb doesn't appear to be able to read it: genius# kgdb /usr/obj/usr/src/sys/GENIUS2/kernel.debug ./vmcore.12 kgdb: cannot read PTD genius# file vmcore.12 vmcore.12: ELF 32-bit LSB core file Intel 80386, invalid version (embedded) Is this another bug? Joe From owner-freebsd-bugs@FreeBSD.ORG Wed Mar 1 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 0D1AE16A420 for ; Wed, 1 Mar 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 74CF643D46 for ; Wed, 1 Mar 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 k21BK40f047428 for ; Wed, 1 Mar 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 k21BK40x047425; Wed, 1 Mar 2006 11:20:04 GMT (envelope-from gnats) Resent-Date: Wed, 1 Mar 2006 11:20:04 GMT Resent-Message-Id: <200603011120.k21BK40x047425@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, Vilmos Nebehaj Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CCCC716A420 for ; Wed, 1 Mar 2006 11:14:23 +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 871A343D46 for ; Wed, 1 Mar 2006 11:14:23 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k21BEN89038406 for ; Wed, 1 Mar 2006 11:14:23 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k21BEMSR038405; Wed, 1 Mar 2006 11:14:22 GMT (envelope-from nobody) Message-Id: <200603011114.k21BEMSR038405@www.freebsd.org> Date: Wed, 1 Mar 2006 11:14:22 GMT From: Vilmos Nebehaj To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: kern/93976: if_tun doesn't handle kqueue(2) 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, 01 Mar 2006 11:20:05 -0000 >Number: 93976 >Category: kern >Synopsis: if_tun doesn't handle kqueue(2) >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Mar 01 11:20:03 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Vilmos Nebehaj >Release: FreeBSD 6.0 >Organization: >Environment: FreeBSD oszoo.oszoo 6.0-RELEASE-p4 FreeBSD 6.0-RELEASE-p4 #0: Mon Feb 27 16:55:18 CET 2006 root@oszoo.oszoo:/usr/obj/usr/src/sys/GENERIC i386 >Description: The same as with if_tap in http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/93897 . Kevent returns an error if someone tries to use it on a tun device (/dev/tunX), because kqueue bits are missing from if_tun.c.I've prepared a patch to address this issue: http://innoidea.com/~vili/if_tun.diff , it cleanly applies against -CURRENT and RELENG_6_0 too. Index: if_tun.c =================================================================== RCS file: /home/ncvs/src/sys/net/if_tun.c,v retrieving revision 1.152.2.2 diff -u -r1.152.2.2 if_tun.c --- if_tun.c 25 Aug 2005 05:01:20 -0000 1.152.2.2 +++ if_tun.c 1 Mar 2006 10:47:48 -0000 @@ -117,6 +117,17 @@ struct rtentry *rt); static void tunstart(struct ifnet *); +/* kqueue(2) */ +static int tun_kqfilter(struct cdev *, struct knote *); +static int tun_kqread(struct knote *, long); +static int tun_kqwrite(struct knote *, long); +static void tun_kqdetach(struct knote *); + +static struct filterops tun_read_filterops = { 1, NULL, tun_kqdetach, + tun_kqread }; +static struct filterops tun_write_filterops = { 1, NULL, tun_kqdetach, + tun_kqwrite }; + static d_open_t tunopen; static d_close_t tunclose; static d_read_t tunread; @@ -134,6 +145,7 @@ .d_ioctl = tunioctl, .d_poll = tunpoll, .d_name = TUNNAME, + .d_kqfilter = tun_kqfilter, }; static void @@ -252,6 +264,7 @@ } else mtx_unlock(&tp->tun_mtx); selwakeuppri(&tp->tun_rsel, PZERO + 1); + KNOTE(&tp->tun_rsel.si_note, 0, 0); } /* XXX: should return an error code so it can fail. */ @@ -323,6 +336,9 @@ tp->tun_flags |= TUN_OPEN; mtx_unlock(&tp->tun_mtx); ifp = TUN2IFP(tp); + + knlist_init(&tp->tun_rsel.si_note, NULL, NULL, NULL, NULL); + TUNDEBUG(ifp, "open\n"); return (0); @@ -376,6 +392,10 @@ funsetown(&tp->tun_sigio); selwakeuppri(&tp->tun_rsel, PZERO + 1); + KNOTE(&tp->tun_rsel.si_note, 0, 0); + + knlist_destroy(&tp->tun_rsel.si_note); + TUNDEBUG (ifp, "closed\n"); return (0); } @@ -862,4 +882,84 @@ splx(s); return (revents); +} + +static int +tun_kqfilter(struct cdev *dev, struct knote *kn) +{ + int s; + struct tun_softc *tp = dev->si_drv1; + struct ifnet *ifp = tp->tun_ifp; + + s = splimp(); + switch (kn->kn_filter) { + case EVFILT_READ: + TUNDEBUG(ifp, "kqfilter: EVFILT_READ, minor = %#x\n", + minor(dev)); + kn->kn_fop = &tun_read_filterops; + break; + case EVFILT_WRITE: + TUNDEBUG(ifp, "kqfilter: EVFILT_WRITE, minor = %#x\n", + minor(dev)); + kn->kn_fop = &tun_write_filterops; + break; + default: + TUNDEBUG(ifp, "kqfilter: invalid filter, minor = %#x\n", + minor(dev)); + splx(s); + return EINVAL; + break; + } + splx(s); + + kn->kn_hook = (caddr_t)dev; + knlist_add(&tp->tun_rsel.si_note, kn, 0); + + return 0; +} + +/* Return true if there is data in the interface queue. */ +static int +tun_kqread(struct knote *kn, long hint) +{ + int ret, s; + struct cdev *dev = (struct cdev *)kn->kn_hook; + struct tun_softc *tp = dev->si_drv1; + struct ifnet *ifp = tp->tun_ifp; + + s = splimp(); + if ((kn->kn_data = ifp->if_snd.ifq_len) > 0) { + TUNDEBUG(ifp, "have data in queue. len = %d, " \ + "minor = %#x\n", ifp->if_snd.ifq_len, minor(dev)); + ret = 1; + } else { + TUNDEBUG(ifp, "waiting for data, minor = %#x\n", minor(dev)); + ret = 0; + } + splx(s); + + return ret; +} + +/* Always can write. Return the MTU in kn->data. */ +static int +tun_kqwrite(struct knote *kn, long hint) +{ + int s; + struct tun_softc *tp = ((struct cdev *)kn->kn_hook)->si_drv1; + struct ifnet *ifp = tp->tun_ifp; + + s = splimp(); + kn->kn_data = ifp->if_mtu; + splx(s); + + return 1; +} + +static void +tun_kqdetach(struct knote *kn) +{ + struct tun_softc *tp = ((struct cdev *)kn->kn_hook)->si_drv1; + + knlist_remove(&tp->tun_rsel.si_note, kn, 0); } >How-To-Repeat: Use kqueue/kevent on a file descriptor obtained from opening /dev/tunX. >Fix: I've prepared a patch to address this issue: http://innoidea.com/~vili/if_tun.diff , it cleanly applies against -CURRENT and RELENG_6_0 too. Index: if_tun.c =================================================================== RCS file: /home/ncvs/src/sys/net/if_tun.c,v retrieving revision 1.152.2.2 diff -u -r1.152.2.2 if_tun.c --- if_tun.c 25 Aug 2005 05:01:20 -0000 1.152.2.2 +++ if_tun.c 1 Mar 2006 10:47:48 -0000 @@ -117,6 +117,17 @@ struct rtentry *rt); static void tunstart(struct ifnet *); +/* kqueue(2) */ +static int tun_kqfilter(struct cdev *, struct knote *); +static int tun_kqread(struct knote *, long); +static int tun_kqwrite(struct knote *, long); +static void tun_kqdetach(struct knote *); + +static struct filterops tun_read_filterops = { 1, NULL, tun_kqdetach, + tun_kqread }; +static struct filterops tun_write_filterops = { 1, NULL, tun_kqdetach, + tun_kqwrite }; + static d_open_t tunopen; static d_close_t tunclose; static d_read_t tunread; @@ -134,6 +145,7 @@ .d_ioctl = tunioctl, .d_poll = tunpoll, .d_name = TUNNAME, + .d_kqfilter = tun_kqfilter, }; static void @@ -252,6 +264,7 @@ } else mtx_unlock(&tp->tun_mtx); selwakeuppri(&tp->tun_rsel, PZERO + 1); + KNOTE(&tp->tun_rsel.si_note, 0, 0); } /* XXX: should return an error code so it can fail. */ @@ -323,6 +336,9 @@ tp->tun_flags |= TUN_OPEN; mtx_unlock(&tp->tun_mtx); ifp = TUN2IFP(tp); + + knlist_init(&tp->tun_rsel.si_note, NULL, NULL, NULL, NULL); + TUNDEBUG(ifp, "open\n"); return (0); @@ -376,6 +392,10 @@ funsetown(&tp->tun_sigio); selwakeuppri(&tp->tun_rsel, PZERO + 1); + KNOTE(&tp->tun_rsel.si_note, 0, 0); + + knlist_destroy(&tp->tun_rsel.si_note); + TUNDEBUG (ifp, "closed\n"); return (0); } @@ -862,4 +882,84 @@ splx(s); return (revents); +} + +static int +tun_kqfilter(struct cdev *dev, struct knote *kn) +{ + int s; + struct tun_softc *tp = dev->si_drv1; + struct ifnet *ifp = tp->tun_ifp; + + s = splimp(); + switch (kn->kn_filter) { + case EVFILT_READ: + TUNDEBUG(ifp, "kqfilter: EVFILT_READ, minor = %#x\n", + minor(dev)); + kn->kn_fop = &tun_read_filterops; + break; + case EVFILT_WRITE: + TUNDEBUG(ifp, "kqfilter: EVFILT_WRITE, minor = %#x\n", + minor(dev)); + kn->kn_fop = &tun_write_filterops; + break; + default: + TUNDEBUG(ifp, "kqfilter: invalid filter, minor = %#x\n", + minor(dev)); + splx(s); + return EINVAL; + break; + } + splx(s); + + kn->kn_hook = (caddr_t)dev; + knlist_add(&tp->tun_rsel.si_note, kn, 0); + + return 0; +} + +/* Return true if there is data in the interface queue. */ +static int +tun_kqread(struct knote *kn, long hint) +{ + int ret, s; + struct cdev *dev = (struct cdev *)kn->kn_hook; + struct tun_softc *tp = dev->si_drv1; + struct ifnet *ifp = tp->tun_ifp; + + s = splimp(); + if ((kn->kn_data = ifp->if_snd.ifq_len) > 0) { + TUNDEBUG(ifp, "have data in queue. len = %d, " \ + "minor = %#x\n", ifp->if_snd.ifq_len, minor(dev)); + ret = 1; + } else { + TUNDEBUG(ifp, "waiting for data, minor = %#x\n", minor(dev)); + ret = 0; + } + splx(s); + + return ret; +} + +/* Always can write. Return the MTU in kn->data. */ +static int +tun_kqwrite(struct knote *kn, long hint) +{ + int s; + struct tun_softc *tp = ((struct cdev *)kn->kn_hook)->si_drv1; + struct ifnet *ifp = tp->tun_ifp; + + s = splimp(); + kn->kn_data = ifp->if_mtu; + splx(s); + + return 1; +} + +static void +tun_kqdetach(struct knote *kn) +{ + struct tun_softc *tp = ((struct cdev *)kn->kn_hook)->si_drv1; + + knlist_remove(&tp->tun_rsel.si_note, kn, 0); } >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Wed Mar 1 11:40: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 D4AB316A420 for ; Wed, 1 Mar 2006 11:40: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 563FE43D45 for ; Wed, 1 Mar 2006 11: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 k21Be7fd049398 for ; Wed, 1 Mar 2006 11:40:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k21Be7mb049397; Wed, 1 Mar 2006 11:40:07 GMT (envelope-from gnats) Date: Wed, 1 Mar 2006 11:40:07 GMT Message-Id: <200603011140.k21Be7mb049397@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Paul Argentoff Cc: Subject: Re: kern/92785: Using exported filesystem on OS/2 NFS client causes filesystem freeze X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Paul Argentoff List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Mar 2006 11:40:08 -0000 The following reply was made to PR kern/92785; it has been noted by GNATS. From: Paul Argentoff To: bug-followup@freebsd.org, rockowallaby@bellsouth.net Cc: Subject: Re: kern/92785: Using exported filesystem on OS/2 NFS client causes filesystem freeze Date: Wed, 1 Mar 2006 14:35:50 +0300 Dear Luke, I've got the same problem with WindowsXP NFS client. Hope the developers will research the problem. -- Yours truly, WBR, Paul Argentoff. Jabber: paul@jabber.rtelekom.ru RIPE: PA1291-RIPE From owner-freebsd-bugs@FreeBSD.ORG Wed Mar 1 17: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 3830216A422; Wed, 1 Mar 2006 17:07:16 +0000 (GMT) (envelope-from wkoszek@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 232E243D6B; Wed, 1 Mar 2006 17:07:14 +0000 (GMT) (envelope-from wkoszek@FreeBSD.org) Received: from freefall.freebsd.org (wkoszek@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k21H7DMH071772; Wed, 1 Mar 2006 17:07:13 GMT (envelope-from wkoszek@freefall.freebsd.org) Received: (from wkoszek@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k21H7D1n071768; Wed, 1 Mar 2006 17:07:13 GMT (envelope-from wkoszek) Date: Wed, 1 Mar 2006 17:07:13 GMT From: "Wojciech A. Koszek" Message-Id: <200603011707.k21H7D1n071768@freefall.freebsd.org> To: wkoszek@FreeBSD.org, freebsd-bugs@FreeBSD.org, wkoszek@FreeBSD.org Cc: Subject: Re: kern/90602: [PATCH] New function: sbuf_size(), which returns size of sbuf 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, 01 Mar 2006 17:07:16 -0000 Synopsis: [PATCH] New function: sbuf_size(), which returns size of sbuf Responsible-Changed-From-To: freebsd-bugs->wkoszek Responsible-Changed-By: wkoszek Responsible-Changed-When: Wed Mar 1 17:05:40 UTC 2006 Responsible-Changed-Why: Take this one. http://www.freebsd.org/cgi/query-pr.cgi?pr=90602 From owner-freebsd-bugs@FreeBSD.ORG Wed Mar 1 19:40: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 5370216A420 for ; Wed, 1 Mar 2006 19:40: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 CE5FC43D49 for ; Wed, 1 Mar 2006 19:40:12 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k21JeC7P080091 for ; Wed, 1 Mar 2006 19:40:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k21JeCPw080090; Wed, 1 Mar 2006 19:40:12 GMT (envelope-from gnats) Date: Wed, 1 Mar 2006 19:40:12 GMT Message-Id: <200603011940.k21JeCPw080090@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Christian Biere Cc: Subject: Re: kern/93914: panic: uipc 3 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Christian Biere List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Mar 2006 19:40:20 -0000 The following reply was made to PR kern/93914; it has been noted by GNATS. From: Christian Biere To: bug-followup@FreeBSD.org Cc: Subject: Re: kern/93914: panic: uipc 3 Date: Wed, 1 Mar 2006 20:32:11 +0100 This bug has been fixed in OpenBSD by Miod Vallat. The same solution was used to fix the bug in NetBSD. I'd think it works for FreeBSD too. http://article.gmane.org/gmane.os.openbsd.cvs/47416 http://article.gmane.org/gmane.os.netbsd.bugs/21513 -- Christian From owner-freebsd-bugs@FreeBSD.ORG Wed Mar 1 20:00:28 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B4D816A420 for ; Wed, 1 Mar 2006 20:00:28 +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 E8A3643D48 for ; Wed, 1 Mar 2006 20:00:27 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k21K0Rao081344 for ; Wed, 1 Mar 2006 20:00:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k21K0RC4081343; Wed, 1 Mar 2006 20:00:27 GMT (envelope-from gnats) Date: Wed, 1 Mar 2006 20:00:27 GMT Message-Id: <200603012000.k21K0RC4081343@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Anders Nordby Cc: Subject: Re: kern/87248: [iwi] Data-corruption while using WEP on if_iwi X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Anders Nordby List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Mar 2006 20:00:28 -0000 The following reply was made to PR kern/87248; it has been noted by GNATS. From: Anders Nordby To: bug-followup@FreeBSD.org, svmaris@madline.net Cc: Subject: Re: kern/87248: [iwi] Data-corruption while using WEP on if_iwi Date: Wed, 1 Mar 2006 20:58:59 +0100 Hi, I have the same/similar problems when using iwi and WPA(2). Cheers, -- Anders. From owner-freebsd-bugs@FreeBSD.ORG Wed Mar 1 20:20: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 45F8816A427 for ; Wed, 1 Mar 2006 20:20: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 059AC43D45 for ; Wed, 1 Mar 2006 20:20:14 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k21KKDgl082700 for ; Wed, 1 Mar 2006 20:20:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k21KKDFn082699; Wed, 1 Mar 2006 20:20:13 GMT (envelope-from gnats) Date: Wed, 1 Mar 2006 20:20:13 GMT Message-Id: <200603012020.k21KKDFn082699@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: "David Rhodus" Cc: Subject: Re: kern/93942: panic: ufs_dirbad: bad dir X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: David Rhodus List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Mar 2006 20:20:14 -0000 The following reply was made to PR kern/93942; it has been noted by GNATS. From: "David Rhodus" To: Yarema Cc: FreeBSD-gnats-submit@freebsd.org, FreeBSD-current@freebsd.org, "Kris Kennaway" , "Dennis Koegel" , "Doug White" , "Martin Machacek" , "David O'Brien" , "Scott Long" , "Pawel Jakub Dawidek" Subject: Re: kern/93942: panic: ufs_dirbad: bad dir Date: Wed, 1 Mar 2006 15:10:38 -0500 On 2/28/06, Yarema wrote: > > > --On February 28, 2006 2:53:43 PM -0500 Kris Kennaway > wrote: > > > On Tue, Feb 28, 2006 at 10:35:36AM -0500, Yarema wrote: > >> > >> > Number: 93942 > >> > Category: kern > >> > Synopsis: panic: ufs_dirbad: bad dir > >> > Confidential: no > >> > Severity: critical > >> > Priority: high > >> > Responsible: freebsd-bugs > >> > State: open > >> > Quarter: > >> > Keywords: > >> > Date-Required: > >> > Class: sw-bug > >> > Submitter-Id: current-users > >> > Arrival-Date: Tue Feb 28 15:40:06 GMT 2006 > >> > Closed-Date: > >> > Last-Modified: > >> > Originator: Yarema > >> > Release: FreeBSD 6.1-PRERELEASE i386 > >> > Organization: > >> > Environment: > >> System: FreeBSD 6.1-PRERELEASE #0: Mon Feb 27 04:52:11 EST 2006 i386 > >> > >> > Description: > >> > >> This is at least the third file system which got hosed for me by the > >> ufs_dirbad bug on three different hard drives since 5.3 STABLE. > >> I suspect this is related to the following PRs: > >> http://www.FreeBSD.org/cgi/query-pr.cgi?pr=3D49079 > >> http://www.FreeBSD.org/cgi/query-pr.cgi?pr=3D51001 > >> > >> In every case a process would lock up making the whole system > >> unresponsive. A reboot, fsck -y in single user mode and another > >> reboot would produce the following during the mount of the corrupt > >> fs in rw mode: > >> > >> bad dir ino 2 at offset 16384: mangled entry > >> panic: ufs_dirbad: bad dir > >> cpuid =3D 0 > >> > >> Another reboot, fsck -y in single user mode and reboot produces the > >> same results repeatedly. Previously I had recovered by mounting the > >> corrupt fs in ro mode, backup, newfs, restore. > >> > >> Recently I noticed Matthew Dillon commit the following to the > >> DragonFly src repository: > >> > >> http://leaf.DragonFlyBSD.org/mailarchive/commits/2006-02/msg00057.html > >> > >> dillon 2006/02/21 10:46:56 PST > >> > >> DragonFly src repository > >> > >> Modified files: > >> sys/kern vfs_cluster.c > >> Log: > >> bioops.io_start() was being called in a situation where the buffer > >> could be brelse()'d afterwords instead of I/O being initiated. When > >> this occurs, the buffer may contain softupdates-modified data which = is > >> never reverted, resulting in serious filesystem corruption. When > >> io_start is called on a buffer, I/O MUST be initiated and terminated > >> with a biodone() or the buffer's data may not be properly reverted. > >> > >> Solve the problem by moving the io_start() call a little further on = in > >> the code, after the potential brelse(). > >> > >> There is a possibility that this bug is responsible for the 'dirbad' > >> panics often reported in DragonFly and FreeBSD circles. > >> > >> Revision Changes Path > >> 1.16 +7 -6 src/sys/kern/vfs_cluster.c > >> > >> http://www.DragonFlyBSD.org/cvsweb/src/sys/kern/vfs_cluster.c.diff?r1= =3D1. > >> 15&r2=3D1.16&f=3Du > >> > >> Below is the equivalent patch to the FreeBSD RELENG_6 branch of > >> src/sys/kern/vfs_cluster.c > >> > >> Hope this helps track down the problem. > > > > Does it work for you? :) > > > > Kris > > No way for me to know yet. From what I gathered, mostly from this thread= : > > > As per Matt Dillon > , > the corruption occurs much earlier than any consequences can be felt. > The patch may prevent the corruption from occurring in the first place. > But the patch does nothing for me now that I have a huge /home slice > which cannot even be mounted as read-only in single user mode without > triggering a page fault kernel panic in the mount process no matter > how many times I run fsck -f on it. > > FWIW the page fault in the mount process is a different sort of kernel > panic than what is described in this kern/93942 PR above. The page fault > occurs while attempting to mount read-only. Attempting to mount raed-wri= te > causes the panic: ufs_dirbad: bad dir > > One more note, hitting the power button when the machine is locked up > before the reboot and mount attempt which causes the panic produces the > following output every time the button is pressed: > > kernel: acpi: suspend request ignored (not ready yet) > > Seems like there's two separate problems: > 1) the root cause of the bad dir corruption. > 2) fsck -f doesn't fix it no matter how many times you run it. > > Any pointers on how to recover my /home slice will be greatly appreciated= . > > -- > Yarema I have been working with the bad dir problem for several months and I have not had corruption which fsck would not correct. -DR From owner-freebsd-bugs@FreeBSD.ORG Wed Mar 1 20:20: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 21A9816A420 for ; Wed, 1 Mar 2006 20:20:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A89D943D46 for ; Wed, 1 Mar 2006 20:20: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 k21KKKnj082714 for ; Wed, 1 Mar 2006 20:20:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k21KKK42082713; Wed, 1 Mar 2006 20:20:20 GMT (envelope-from gnats) Date: Wed, 1 Mar 2006 20:20:20 GMT Message-Id: <200603012020.k21KKK42082713@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Kris Kennaway Cc: Subject: Re: kern/93942: panic: ufs_dirbad: bad dir X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Kris Kennaway List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Mar 2006 20:20:21 -0000 The following reply was made to PR kern/93942; it has been noted by GNATS. From: Kris Kennaway To: David Rhodus Cc: Yarema , FreeBSD-gnats-submit@freebsd.org, FreeBSD-current@freebsd.org, Kris Kennaway , Dennis Koegel , Doug White , Martin Machacek , David O'Brien , Scott Long , Pawel Jakub Dawidek Subject: Re: kern/93942: panic: ufs_dirbad: bad dir Date: Wed, 1 Mar 2006 15:19:37 -0500 --WIyZ46R2i8wDzkSu Content-Type: text/plain; charset=us-ascii Content-Disposition: inline > I have been working with the bad dir problem for several months and I > have not had corruption which fsck would not correct. Me either, but that's surely small comfort to Yarema :-) Kris --WIyZ46R2i8wDzkSu Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.1 (FreeBSD) iD8DBQFEBgHZWry0BWjoQKURAg+sAJ0fCmk49k8jY03hddJtwoY1utAHMwCfaetu tDj4tp2IZuHE4n+ZjJgH/6k= =Fvnt -----END PGP SIGNATURE----- --WIyZ46R2i8wDzkSu-- From owner-freebsd-bugs@FreeBSD.ORG Wed Mar 1 22: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 628D116A420 for ; Wed, 1 Mar 2006 22: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 B1E8543D66 for ; Wed, 1 Mar 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 k21MK3vW092263 for ; Wed, 1 Mar 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 k21MK3XW092262; Wed, 1 Mar 2006 22:20:03 GMT (envelope-from gnats) Resent-Date: Wed, 1 Mar 2006 22:20:03 GMT Resent-Message-Id: <200603012220.k21MK3XW092262@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, Neel Natu Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B9E216A420 for ; Wed, 1 Mar 2006 22:12:36 +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 A42CE43D46 for ; Wed, 1 Mar 2006 22:12: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 k21MCZ4B004078 for ; Wed, 1 Mar 2006 22:12:35 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k21MCZEo004077; Wed, 1 Mar 2006 22:12:35 GMT (envelope-from nobody) Message-Id: <200603012212.k21MCZEo004077@www.freebsd.org> Date: Wed, 1 Mar 2006 22:12:35 GMT From: Neel Natu To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: misc/93998: panic in libstand when closing raw disk device 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, 01 Mar 2006 22:20:10 -0000 >Number: 93998 >Category: misc >Synopsis: panic in libstand when closing raw disk device >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Mar 01 22:20:03 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Neel Natu >Release: 6.0-RELEASE >Organization: >Environment: FreeBSD neel3.silverspringnet.com. 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Thu Nov 3 09:36:13 UTC 2005 root@x64.samsco.home:/usr/obj/usr/src/sys/GENERIC i386 >Description: We have a modified loader(8) than opens a raw disk partition using libstand open(), reads stuff from it and does a close() on the file descriptor. This close() panics because it tries to free 'f_rabuf'. This is because it has not been initialized in open() for raw disk devices. >How-To-Repeat: Not sure how to exercise this from the vanilla loader. >Fix: =================================================================== RCS file: /cvsroot/eng/gw/lib/libstand/open.c,v retrieving revision 1.1.1.1.16.1 retrieving revision 1.2.14.1 diff -u -r1.1.1.1.16.1 -r1.2.14.1 --- open.c 16 Feb 2006 01:44:27 -0000 1.1.1.1.16.1 +++ open.c 18 Feb 2006 06:47:00 -0000 1.2.14.1 @@ -117,6 +117,7 @@ /* see if we opened a raw device; otherwise, 'file' is the file name. */ if (file == (char *)0 || *file == '\0') { f->f_flags |= F_RAW; + f->f_rabuf = NULL; return (fd); } >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Thu Mar 2 08:40: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 A89B816A420 for ; Thu, 2 Mar 2006 08:40: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 7731D43D46 for ; Thu, 2 Mar 2006 08: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 k228e7rv031767 for ; Thu, 2 Mar 2006 08:40:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k228e7D5031766; Thu, 2 Mar 2006 08:40:07 GMT (envelope-from gnats) Date: Thu, 2 Mar 2006 08:40:07 GMT Message-Id: <200603020840.k228e7D5031766@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Dmitry Pryanishnikov Cc: Subject: Re: kern/93942: panic: ufs_dirbad: bad dir X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Dmitry Pryanishnikov List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Mar 2006 08:40:08 -0000 The following reply was made to PR kern/93942; it has been noted by GNATS. From: Dmitry Pryanishnikov To: Kris Kennaway Cc: David Rhodus , Dennis Koegel , FreeBSD-current@freebsd.org, Martin Machacek , Pawel Jakub Dawidek , FreeBSD-gnats-submit@freebsd.org Subject: Re: kern/93942: panic: ufs_dirbad: bad dir Date: Thu, 2 Mar 2006 10:37:34 +0200 (EET) Hello! On Wed, 1 Mar 2006, Kris Kennaway wrote: >> I have been working with the bad dir problem for several months and I >> have not had corruption which fsck would not correct. > > Me either, but that's surely small comfort to Yarema :-) I think it would be great if originator of this PR tried to mount damaged fs ro, found broken directory (I think ino 2 is always the root directory, isn't it?), dumped and analyzed it's contents in order to find out how the corruption looks like. Then we could at least recreate the result of the corruption on test filesystem (by binary editing the media) and teach fsck how to cure such corruptions. Sincerely, Dmitry -- Atlantis ISP, System Administrator e-mail: dmitry@atlantis.dp.ua nic-hdl: LYNX-RIPE From owner-freebsd-bugs@FreeBSD.ORG Thu Mar 2 10: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 0522C16A42F for ; Thu, 2 Mar 2006 10: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 4E91943D69 for ; Thu, 2 Mar 2006 10:00:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k22A0JYE035572 for ; Thu, 2 Mar 2006 10:00:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k22A0JeJ035571; Thu, 2 Mar 2006 10:00:19 GMT (envelope-from gnats) Date: Thu, 2 Mar 2006 10:00:19 GMT Message-Id: <200603021000.k22A0JeJ035571@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: "KSA Technologies" Cc: Subject: RE: kern/74136: FreeBSD 5.3 does not see RAID 1 drive only Physical's with 6300ESB X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: KSA Technologies List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Mar 2006 10:00:24 -0000 The following reply was made to PR kern/74136; it has been noted by GNATS. From: "KSA Technologies" To: "'Internet Partners, Inc. Tech Support'" , Cc: Subject: RE: kern/74136: FreeBSD 5.3 does not see RAID 1 drive only Physical's with 6300ESB Date: Thu, 2 Mar 2006 04:57:16 -0500 I have successfully installed 6.0 on an ASUS NCCH-DR motherboard. It is using the RAID1 metadata from the Adaptec bios and the ICH controller = with SATA drives. I only have one anomaly and that is a warning of " = atapci1: failed to enable memory mapping!" but it still seems to work. Good job and thanks, Kev Here is the dmesg output for reference. 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-p4 #0: Sun Feb 26 08:32:59 EST 2006 root@mx01.barsproducts.com:/usr/obj/usr/src/sys/Bars-MX01 Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: Intel(R) Xeon(TM) CPU 3.00GHz (3000.12-MHz 686-class CPU) Origin =3D "GenuineIntel" Id =3D 0xf34 Stepping =3D 4 =20 Features=3D0xbfebfbff Features2=3D0x441d> AMD Features=3D0x20000000 Hyperthreading: 2 logical CPUs real memory =3D 1072562176 (1022 MB) avail memory =3D 1044758528 (996 MB) ACPI APIC Table: FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 1 cpu2 (AP): APIC ID: 6 cpu3 (AP): APIC ID: 7 ioapic0: Changing APIC ID to 4 ioapic0 irqs 0-23 on motherboard ioapic1 irqs 24-47 on motherboard npx0: [FAST] npx0: on motherboard npx0: INT 16 interface acpi0: on motherboard acpi0: Power Button (fixed) pci_link0: irq 10 on acpi0 pci_link1: irq 5 on acpi0 pci_link2: irq 11 on acpi0 pci_link3: irq 11 on acpi0 pci_link4: irq 0 on acpi0 pci_link5: irq 0 on acpi0 pci_link6: irq 0 on acpi0 pci_link7: irq 9 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 cpu1: on acpi0 cpu2: on acpi0 cpu3: on acpi0 acpi_button0: on acpi0 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 pcib1: at device 3.0 on pci0 pci1: on pcib1 em0: port 0xa000-0xa01f mem 0xf1020000-0xf103ffff,0xf1000000-0xf101ffff irq 18 at device 1.0 on pci1 em0: Ethernet address: 00:11:2f:5a:7e:e7 em0: Speed:N/A Duplex:N/A pcib2: at device 28.0 on pci0 pci2: on pcib2 uhci0: port 0xc400-0xc41f irq 16 at = device 29.0 on pci0 uhci0: [GIANT-LOCKED] usb0: on uhci0 usb0: USB revision 1.0 uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered uhci1: port 0xc000-0xc01f irq 19 at = device 29.1 on pci0 uhci1: [GIANT-LOCKED] usb1: on uhci1 usb1: USB revision 1.0 uhub1: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub1: 2 ports with 2 removable, self powered pci0: at device 29.4 (no driver attached) pci0: at device 29.5 (no driver attached) pci0: at device 29.7 (no driver attached) pcib3: at device 30.0 on pci0 pci3: on pcib3 pci3: at device 4.0 (no driver attached) em1: port 0xb400-0xb43f mem 0xf4000000-0xf401ffff,0xf4020000-0xf403ffff irq 16 at device 5.0 on pci3 em1: Ethernet address: 00:11:2f:5a:7e:e8 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,0xf000-0xf00f at device 31.1 on pci0 ata0: on atapci0 ata1: on atapci0 atapci1: port 0xc800-0xc807,0xcc00-0xcc03,0xd000-0xd007,0xd400-0xd403,0xd800-0xd80f = irq 18 at device 31.2 on pci0 atapci1: failed to enable memory mapping! ata2: on atapci1 ata3: on atapci1 ichsmb0: port 0x500-0x51f irq 17 = at device 31.3 on pci0 ichsmb0: [GIANT-LOCKED] smbus0: on ichsmb0 smb0: on smbus0 fdc0: port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on = acpi0 fdc0: [FAST] fd0: <1440-KB 3.5" drive> on fdc0 drive 0 sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 sio0: type 16550A sio1: <16550A-compatible COM port> port 0x2f8-0x2ff irq 3 on acpi0 sio1: type 16550A ppc0: port 0x378-0x37f,0x778-0x77b irq = 7 on acpi0 ppc0: Generic chipset (EPP/NIBBLE) in COMPATIBLE mode ppbus0: on ppc0 lpt0: on ppbus0 lpt0: Interrupt-driven port 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 pmtimer0 on isa0 orm0: at iomem 0xc0000-0xc7fff,0xc8000-0xcc7ff on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=3D0x300> vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on = isa0 Timecounters tick every 1.000 msec acd0: CDROM at ata0-master UDMA33 ad4: 238475MB at ata2-master SATA150 ad6: 238475MB at ata3-master SATA150 ar0: 238475MB status: READY ar0: disk0 READY (master) using ad4 at ata2-master ar0: disk1 READY (mirror) using ad6 at ata3-master SMP: AP CPU #3 Launched! SMP: AP CPU #1 Launched! SMP: AP CPU #2 Launched! -----Original Message----- From: Internet Partners, Inc. Tech Support [mailto:support@ipinc.net]=20 Sent: Tuesday, October 04, 2005 9:04 PM To: bug-followup@FreeBSD.org; ksatechnologies@comcast.net Subject: Re: kern/74136: FreeBSD 5.3 does not see RAID 1 drive only Physical's with 6300ESB Hi All, Have you tried this with FreeBSD 6.0 beta? S=F8ren Schmidt apparently = added support for the ICH5R controller RAID recently. Ted Mittelstaedt From owner-freebsd-bugs@FreeBSD.ORG Thu Mar 2 10:07:05 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 774CC16A420; Thu, 2 Mar 2006 10:07:05 +0000 (GMT) (envelope-from ksatechnologies@comcast.net) Received: from sccrmhc11.comcast.net (sccrmhc11.comcast.net [204.127.200.81]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0254043D48; Thu, 2 Mar 2006 10:07:04 +0000 (GMT) (envelope-from ksatechnologies@comcast.net) Received: from adamsmain8391 (c-71-227-86-166.hsd1.mi.comcast.net[71.227.86.166]) by comcast.net (sccrmhc11) with SMTP id <2006030209501001100km0dae>; Thu, 2 Mar 2006 09:50:10 +0000 From: "KSA Technologies" To: "'Alexander Leidinger'" , Date: Thu, 2 Mar 2006 04:50:15 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.6353 Thread-Index: AcYUb89jWobDrr/5SDGocFo0DWWOOwpbo0UQ In-Reply-To: <200601081623.k08GN7kS081259@freefall.freebsd.org> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 Message-Id: <20060302100704.0254043D48@mx1.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: Thu, 02 Mar 2006 10:07:05 -0000 I am happy to report that this did NOT happen with 6.0. 6.0 load and has been running for 2 weeks. Thanks, Kev -----Original Message----- From: Alexander Leidinger [mailto:netchild@FreeBSD.org] Sent: Sunday, January 08, 2006 11:23 AM To: ksatechnologies@comcast.net; netchild@FreeBSD.org; freebsd-bugs@FreeBSD.org Subject: Re: kern/74137: FreeBSD 5.3 BTX loader stack overflows and hangs 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 Thu Mar 2 13: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 31EA016A420 for ; Thu, 2 Mar 2006 13: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 AAE4143D48 for ; Thu, 2 Mar 2006 13:00:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k22D0GjA049050 for ; Thu, 2 Mar 2006 13: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 k22D0Gj9049049; Thu, 2 Mar 2006 13:00:16 GMT (envelope-from gnats) Resent-Date: Thu, 2 Mar 2006 13:00:16 GMT Resent-Message-Id: <200603021300.k22D0Gj9049049@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, Brad Harvell Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F7A016A420 for ; Thu, 2 Mar 2006 12:53:02 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id D388343D45 for ; Thu, 2 Mar 2006 12:53:01 +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 k22Cr16Z016083 for ; Thu, 2 Mar 2006 12:53:01 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k22Cr14q016082; Thu, 2 Mar 2006 12:53:01 GMT (envelope-from nobody) Message-Id: <200603021253.k22Cr14q016082@www.freebsd.org> Date: Thu, 2 Mar 2006 12:53:01 GMT From: Brad Harvell To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: kern/94020: tcp_timer_2msl_tw NULL pointer dereference panic 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, 02 Mar 2006 13:00:17 -0000 >Number: 94020 >Category: kern >Synopsis: tcp_timer_2msl_tw NULL pointer dereference panic >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Mar 02 13:00:15 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Brad Harvell >Release: 6.0-STABLE >Organization: >Environment: FreeBSD s1.frostbit.org 6.0-STABLE FreeBSD 6.0-STABLE #0: Mon Dec 19 01:16:07 MST 2005 brad@s1.frostbit.org:/usr/obj/usr/src/sys/SIXFOUR amd64 >Description: page fault panic in tcp_timer_2msl_tw(), tw->tw_inpcb is dereferenced to NULL. Pawel Worach reported this problem to the freebsd-net list with 5.4-RELEASE/i386. he included a backtrace which matches up with mine: http://docs.freebsd.org/cgi/mid.cgi?4330711A.4040808 http://docs.freebsd.org/cgi/mid.cgi?4331F3A3.1060707 Fatal trap 12: page fault while in kernel mode cpuid = 0; apic id = 00 fault virtual address = 0x120 fault code = supervisor write, page not present instruction pointer = 0x8:0xffffffff803eb5c8 stack pointer = 0x10:0xffffffffb3b64b00 frame pointer = 0x10:0x4 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, long 1, def32 0, gran 1 processor eflags = interrupt enabled, resume, IOPL = 0 current process = 109 (swi4: clock sio) trap number = 12 panic: page fault cpuid = 0 (kgdb) bt #0 doadump () at pcpu.h:172 #1 0x0000000000000004 in ?? () #2 0xffffffff80334087 in boot (howto=260) at /usr/src/sys/kern/kern_shutdown.c:399 #3 0xffffffff80334721 in panic (fmt=0xffffff011f5ea260 "") at /usr/src/sys/kern/kern_shutdown.c:555 #4 0xffffffff804d8f4f in trap_fatal (frame=0xffffff011f5ea260, eva=18446742979019198464) at /usr/src/sys/amd64/amd64/trap.c:660 #5 0xffffffff804d926f in trap_pfault (frame=0xffffffffb3b64a50, usermode=0) at /usr/src/sys/amd64/amd64/trap.c:573 #6 0xffffffff804d9523 in trap (frame= {tf_rdi = 37, tf_rsi = -1094690364832, tf_rdx = 352, tf_rcx = 0, tf_r8 = -1094690364832, tf_r9 = -1097703752096, tf_rax = 4, tf_rbx = -1095116425984, tf_rbp = 4, tf_r10 = -1095116423576, tf_r11 = -1099251533776, tf_r12 = 0, tf_r13 = -2138799016, tf_r14 = -2138799008, tf_r15 = 1, tf_trapno = 12, tf_addr = 288, tf_flags = -2138799016, tf_err = 2, tf_rip = -2143373880, tf_cs = 8, tf_rflags = 66183, tf_rsp = -1279898864, tf_ss = 16}) at /usr/src/sys/amd64/amd64/trap.c:352 #7 0xffffffff804c665b in calltrap () at /usr/src/sys/amd64/amd64/exception.S:168 #8 0xffffffff803eb5c8 in tcp_timer_2msl_tw (reuse=0) at atomic.h:142 #9 0xffffffff803eb680 in tcp_slowtimo () at /usr/src/sys/netinet/tcp_timer.c:136 #10 0xffffffff80376517 in pfslowtimo (arg=0x25) at /usr/src/sys/kern/uipc_domain.c:475 #11 0xffffffff803433b5 in softclock (dummy=0x25) at /usr/src/sys/kern/kern_timeout.c:290 #12 0xffffffff8031b315 in ithread_loop (arg=0xffffff0000d06000) at /usr/src/sys/kern/kern_intr.c:547 #13 0xffffffff80319e57 in fork_exit (callout=0xffffffff8031b230 , arg=0xffffff0000d06000, frame=0xffffffffb3b64c50) at /usr/src/sys/kern/kern_fork.c:789 #14 0xffffffff804c69be in fork_trampoline () at /usr/src/sys/amd64/amd64/exception.S:394 #15 0x0000000000000000 in ?? () (kgdb) frame 8 #8 0xffffffff803eb5c8 in tcp_timer_2msl_tw (reuse=0) at atomic.h:142 (kgdb) info loc tw = (struct tcptw *) 0xffffff0105f97500 tw_tail = (struct tcptw *) 0xffffffff80848460 twl = (struct twlist *) 0xffffffff80848458 i = 1 (kgdb) p *tw $1 = {tw_inpcb = 0x0, snd_nxt = 2902930442, rcv_nxt = 766179888, iss = 2902880028, irs = 766179299, last_win = 65534, tw_so_options = 4, tw_cred = 0x0, t_recent = 0, t_starttime = 18446744073709518933, tw_time = 0, tw_2msl = { le_next = 0xffffff000c971c30, le_prev = 0xffffffff80848458}} >How-To-Repeat: unknown >Fix: unknown >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Thu Mar 2 17:00: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 666FA16A42A for ; Thu, 2 Mar 2006 17: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 4100843D8C for ; Thu, 2 Mar 2006 17: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 k22H0K6p063157 for ; Thu, 2 Mar 2006 17: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 k22H0Kbq063156; Thu, 2 Mar 2006 17:00:20 GMT (envelope-from gnats) Resent-Date: Thu, 2 Mar 2006 17:00:20 GMT Resent-Message-Id: <200603021700.k22H0Kbq063156@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, Ade Lovett Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 04AB816A423; Thu, 2 Mar 2006 16:55:27 +0000 (GMT) (envelope-from ade@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0EC6743D6D; Thu, 2 Mar 2006 16:55:25 +0000 (GMT) (envelope-from ade@FreeBSD.org) Received: from freefall.freebsd.org (ade@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k22GtPX6063041; Thu, 2 Mar 2006 16:55:25 GMT (envelope-from ade@freefall.freebsd.org) Received: (from ade@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k22GtPcT063040; Thu, 2 Mar 2006 16:55:25 GMT (envelope-from ade) Message-Id: <200603021655.k22GtPcT063040@freefall.freebsd.org> Date: Thu, 2 Mar 2006 16:55:25 GMT From: Ade Lovett To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: re@FreeBSD.org, ade@FreeBSD.org Subject: bin/94028: Show-stopping regression in sbin/ifconfig X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Ade Lovett List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Mar 2006 17:00:31 -0000 >Number: 94028 >Category: bin >Synopsis: Show-stopping regression in sbin/ifconfig >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Mar 02 17:00:19 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Ade Lovett >Release: FreeBSD 6.0-STABLE i386 >Organization: >Environment: RELENG_6, all architectures >Description: Revision 1.7.2.4 of sbin/ifconfig/ifvlan.c has introduced a critical regression into the handling of ifconfig on vlan interfaces. This is a show-stopping problem for the impending 6.1-RELEASE, hence the cc to re@ >How-To-Repeat: With the following parent interface: foo# ifconfig em0 em0: flags=8843 mtu 8448 options=1b [...] The following can be observed: foo# ifconfig vlan9 destroy foo# ifconfig vlan9 create foo# ifconfig vlan9 vlan 666 vlandev em0 mtu 1500 ifconfig: ioctl (set mtu): Invalid argument foo# However, this works: foo# ifconfig vlan9 destroy foo# ifconfig vlan9 create foo# ifconfig vlan9 vlan 666 vlandev em0 foo# ifconfig vlan9 mtu 1500 foo# ifconfig vlan9 vlan9: flags=8843 mtu 1500 [...] vlan: 666 parent interface: em0 foo# Reverting to revision 1.7.2.3 of sbin/ifconfig/ifvlan.c shows the expected behavior: foo# ifconfig vlan9 destroy foo# ifconfig vlan9 create foo# ifconfig vlan9 vlan 666 vlandev em0 mtu 1500 foo# ifconfig vlan9 vlan9: flags=8843 mtu 1500 [...] vlan: 666 parent interface: em0 foo# >Fix: Revert back to 1.7.2.3 of sbin/ifconfig/ifvlan.c >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Thu Mar 2 17:03: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 DB87016A420 for ; Thu, 2 Mar 2006 17:03:32 +0000 (GMT) (envelope-from stephane.labelle@servicecanada.gc.ca) Received: from nhcs007.hrdc-drhc.net (srv840.sdc-dsc.gc.ca [198.103.152.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id E518643D48 for ; Thu, 2 Mar 2006 17:03:29 +0000 (GMT) (envelope-from stephane.labelle@servicecanada.gc.ca) Received: from nhcs004.hrdc-drhc.net (10.54.254.9) by nhcs007.hrdc-drhc.net (7.2.063) id 44067E520000C549 for freebsd-bugs@freebsd.org; Thu, 2 Mar 2006 12:03:26 -0500 Received: from nccs02-solcntrs.hrdc-drhc.net ([10.54.254.202]) by servicecanada.gc.ca with InterScan Messaging Security Suite; Thu, 02 Mar 2006 12:03:25 -0500 Received: from NCEV01.hrdc-drhc.net ([10.54.249.12]) by nccs02-solcntrs.hrdc-drhc.net with Microsoft SMTPSVC(5.0.2195.6713); Thu, 2 Mar 2006 12:03:21 -0500 Content-class: urn:content-classes:message MIME-Version: 1.0 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Date: Thu, 2 Mar 2006 12:03:20 -0500 Message-ID: <71591EEFABC2214AA533C77ECA5A15CA02B31274@NCEV01.hrdc-drhc.net> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Lock-out bug Thread-Index: AcY+GzT4tJGgCq3cQcyrLN/69eA62g== From: To: X-OriginalArrivalTime: 02 Mar 2006 17:03:21.0968 (UTC) FILETIME=[361F0700:01C63E1B] X-imss-version: 2.037 X-imss-result: Passed X-imss-approveListMatch: *@*.gc.ca Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Lock-out bug 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, 02 Mar 2006 17:03:33 -0000 1) Install FreeBSD6 and don't set a root password 2) Login as root 3) startx (I'm using KDE) 4) Click on "lock session" You're trapped. You can't go back to your session. :( Thanks. ------------------------------------- St=E9phane Labelle - Programmer Analyst MEIIO My EI Information Online Service Canada 200 Montcalm, Hull, Tower 2, J8Y 3B5 * 819-994-7021 Fax:819-956-8522 * stephane.labelle@servicecanada.gc.ca From owner-freebsd-bugs@FreeBSD.ORG Thu Mar 2 17:06: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 7125A16A420; Thu, 2 Mar 2006 17:06:33 +0000 (GMT) (envelope-from ade@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FDC143D5E; Thu, 2 Mar 2006 17:06:33 +0000 (GMT) (envelope-from ade@FreeBSD.org) Received: from freefall.freebsd.org (ade@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k22H6XRG063440; Thu, 2 Mar 2006 17:06:33 GMT (envelope-from ade@freefall.freebsd.org) Received: (from ade@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k22H6X0a063436; Thu, 2 Mar 2006 17:06:33 GMT (envelope-from ade) Date: Thu, 2 Mar 2006 17:06:33 GMT From: Ade Lovett Message-Id: <200603021706.k22H6X0a063436@freefall.freebsd.org> To: ade@FreeBSD.org, freebsd-bugs@FreeBSD.org, re@FreeBSD.org Cc: Subject: Re: bin/94028: Show-stopping regression in sbin/ifconfig 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, 02 Mar 2006 17:06:33 -0000 Synopsis: Show-stopping regression in sbin/ifconfig Responsible-Changed-From-To: freebsd-bugs->re Responsible-Changed-By: ade Responsible-Changed-When: Thu Mar 2 17:05:51 UTC 2006 Responsible-Changed-Why: Punting this to re@ since it's a show-stopper 6.1-RELEASE issue. Once that's addressed, this should go to yar@ for a real fix. http://www.freebsd.org/cgi/query-pr.cgi?pr=94028 From owner-freebsd-bugs@FreeBSD.ORG Thu Mar 2 17:38:35 2006 Return-Path: X-Original-To: freebsd-bugs@freebsd.org Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7980D16A420 for ; Thu, 2 Mar 2006 17:38:35 +0000 (GMT) (envelope-from itetcu@people.tecnik93.com) Received: from garek.tecnik93.com (garek.tecnik93.com [82.76.1.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45DCB43D46 for ; Thu, 2 Mar 2006 17:38:34 +0000 (GMT) (envelope-from itetcu@people.tecnik93.com) Received: from garek.tecnik93.com (localhost [127.0.0.1]) by garek.tecnik93.com (Postfix) with ESMTP id C27236121; Thu, 2 Mar 2006 19:38:25 +0200 (EET) Received: from it.buh.cameradicommercio.ro (it.buh.cameradicommercio.ro [192.168.0.10]) by garek.tecnik93.com (Postfix) with ESMTP; Thu, 2 Mar 2006 19:38:25 +0200 (EET) Received: from it.buh.cameradicommercio.ro (localhost.buh.tecnik93.com [127.0.0.1]) by it.buh.cameradicommercio.ro (Postfix) with ESMTP id 327A334; Thu, 2 Mar 2006 19:38:25 +0200 (EET) Date: Thu, 2 Mar 2006 19:38:24 +0200 From: Ion-Mihai Tetcu To: Message-ID: <20060302193824.7334ef2a@it.buh.cameradicommercio.ro> In-Reply-To: <71591EEFABC2214AA533C77ECA5A15CA02B31274@NCEV01.hrdc-drhc.net> References: <71591EEFABC2214AA533C77ECA5A15CA02B31274@NCEV01.hrdc-drhc.net> X-Mailer: Sylpheed-Claws 2.0.0 (GTK+ 2.8.12; i386-portbld-freebsd6.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AV-Checked: on buh by ClamAV using ClamSMTP Cc: freebsd-bugs@freebsd.org Subject: Re: Lock-out bug 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, 02 Mar 2006 17:38:35 -0000 On Thu, 2 Mar 2006 12:03:20 -0500 wrote: > 1) Install FreeBSD6 and don't set a root password > 2) Login as root > 3) startx (I'm using KDE) Don't. Never run X as root. > 4) Click on "lock session" > > You're trapped. You can't go back to your session. Why ? Try Ctrl+Alt+[1-8] Please post on question@ next time, this list is for GNATS database (PR database) emails. -- IOnut Unregistered ;) FreeBSD "user" From owner-freebsd-bugs@FreeBSD.ORG Thu Mar 2 17:50: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 BB64616A420 for ; Thu, 2 Mar 2006 17:50:08 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 283AA43D48 for ; Thu, 2 Mar 2006 17:50: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 k22Ho6dR066786 for ; Thu, 2 Mar 2006 17: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 k22Ho6NH066785; Thu, 2 Mar 2006 17:50:06 GMT (envelope-from gnats) Date: Thu, 2 Mar 2006 17:50:06 GMT Message-Id: <200603021750.k22Ho6NH066785@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: "V. T. Mueller" Cc: Subject: Re: kern/93761: [iir] iir driver is broken for >=4GB system RAM X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "V. T. Mueller" List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Mar 2006 17:50:09 -0000 The following reply was made to PR kern/93761; it has been noted by GNATS. From: "V. T. Mueller" To: bug-followup@FreeBSD.org Cc: Subject: Re: kern/93761: [iir] iir driver is broken for >=4GB system RAM Date: Thu, 02 Mar 2006 18:49:49 +0100 The defect covered in this report plus another one that has been reported earlier where both corrected by Scott Long. A fixed version can be found in HEAD. It has been seriously tested with 6.1b2 and found to be 100% stable. From owner-freebsd-bugs@FreeBSD.ORG Thu Mar 2 17:53:36 2006 Return-Path: X-Original-To: freebsd-bugs@freebsd.org Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA26216A420 for ; Thu, 2 Mar 2006 17:53:36 +0000 (GMT) (envelope-from asstec@matik.com.br) Received: from msrv.matik.com.br (msrv.matik.com.br [200.152.83.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2370843D5A for ; Thu, 2 Mar 2006 17:53:35 +0000 (GMT) (envelope-from asstec@matik.com.br) Received: from anb (anb.matik.com.br [200.152.83.34]) by msrv.matik.com.br (8.13.4/8.13.1) with ESMTP id k22HrXBU055121; Thu, 2 Mar 2006 14:53:33 -0300 (BRT) (envelope-from asstec@matik.com.br) From: AT Matik Organization: Infomatik To: freebsd-bugs@freebsd.org Date: Thu, 2 Mar 2006 14:53:30 -0300 User-Agent: KMail/1.9.1 References: <71591EEFABC2214AA533C77ECA5A15CA02B31274@NCEV01.hrdc-drhc.net> <20060302193824.7334ef2a@it.buh.cameradicommercio.ro> In-Reply-To: <20060302193824.7334ef2a@it.buh.cameradicommercio.ro> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200603021453.30830.asstec@matik.com.br> X-Filter-Version: 1.11a (msrv.matik.com.br) X-Virus-Scanned: ClamAV version 0.88, clamav-milter version 0.87 on msrv.matik.com.br X-Virus-Status: Clean Cc: Ion-Mihai Tetcu , stephane.labelle@servicecanada.gc.ca Subject: Re: Lock-out bug 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, 02 Mar 2006 17:53:36 -0000 On Thursday 02 March 2006 14:38, Ion-Mihai Tetcu wrote: > On Thu, 2 Mar 2006 12:03:20 -0500 > > wrote: > > 1) Install FreeBSD6 and don't set a root password > > 2) Login as root > > 3) startx (I'm using KDE) > > Don't. Never run X as root. > > > 4) Click on "lock session" > > > > You're trapped. You can't go back to your session. > > Why ? > Try Ctrl+Alt+[1-8] > Hi I guess this is not an axact answer to the question even if the related=20 problem is not a bug The described happens because empty root password but depends on kdmrc=20 settings you can control the behaviour by setting kdmrc values AllowRootLogin=3Dtrue AllowNullPasswd=3Dtrue NoPassUsers=3D and probably if desired AutoLoginPass=3D and you can normally ever shut down the X session by "ctrl+alt+backspace" Jo=E3o A mensagem foi scaneada pelo sistema de e-mail e pode ser considerada segura. Service fornecido pelo Datacenter Matik https://datacenter.matik.com.br From owner-freebsd-bugs@FreeBSD.ORG Thu Mar 2 18:23: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 38D3A16A422; Thu, 2 Mar 2006 18:23: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 DE2B643D48; Thu, 2 Mar 2006 18:23:20 +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 k22INKJh068288; Thu, 2 Mar 2006 18:23:20 GMT (envelope-from netchild@freefall.freebsd.org) Received: (from netchild@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k22INKKw068284; Thu, 2 Mar 2006 18:23:20 GMT (envelope-from netchild) Date: Thu, 2 Mar 2006 18:23:20 GMT From: Alexander Leidinger Message-Id: <200603021823.k22INKKw068284@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: Thu, 02 Mar 2006 18:23:21 -0000 Synopsis: FreeBSD 5.3 BTX loader stack overflows and hangs State-Changed-From-To: feedback->closed State-Changed-By: netchild State-Changed-When: Thu Mar 2 18:22:40 UTC 2006 State-Changed-Why: Bug already fixed in a recent release. http://www.freebsd.org/cgi/query-pr.cgi?pr=74137 From owner-freebsd-bugs@FreeBSD.ORG Thu Mar 2 18:30:21 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 94FB116A420 for ; Thu, 2 Mar 2006 18:30:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9FC043D7B for ; Thu, 2 Mar 2006 18: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 k22IU4jd068513 for ; Thu, 2 Mar 2006 18: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 k22IU4Zv068511; Thu, 2 Mar 2006 18:30:04 GMT (envelope-from gnats) Resent-Date: Thu, 2 Mar 2006 18:30:04 GMT Resent-Message-Id: <200603021830.k22IU4Zv068511@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, Josh Carroll Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E4B316A422 for ; Thu, 2 Mar 2006 18:27:12 +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 C28DC43D46 for ; Thu, 2 Mar 2006 18:27: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 k22IRBXv093171 for ; Thu, 2 Mar 2006 18:27:11 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k22IRBWs093170; Thu, 2 Mar 2006 18:27:11 GMT (envelope-from nobody) Message-Id: <200603021827.k22IRBWs093170@www.freebsd.org> Date: Thu, 2 Mar 2006 18:27:11 GMT From: Josh Carroll To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: misc/94032: Enhancement to pkg_add to add -4 flag to force ipv4 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, 02 Mar 2006 18:30:21 -0000 >Number: 94032 >Category: misc >Synopsis: Enhancement to pkg_add to add -4 flag to force ipv4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Mar 02 18:30:04 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Josh Carroll >Release: 6.0-RELEASE-p4 >Organization: n/a >Environment: FreeBSD pflog.net 6.0-RELEASE-p4 FreeBSD 6.0-RELEASE-p4 #11: Wed Jan 25 09:11:41 PST 2006 root@pflog.net:/usr/obj/usr/src/sys/DEBLIN i386 >Description: In some circumstances, a user with both IPv4 and IPv6 will have trouble with pkg_add, as it tries to use the PF_INET6 family. The fetch program supports a -4 flags, but currently, pkg_add does not have a way to force use of IPv4. It appears as though libfetch supports this, so I have added a -4 flag to pkg_add, which sets the proper flag in the call to fetchGetURL. The attached patch appears to patch cleanly against 5.4-R, 6.0-R, and 6.1-BETA2, and should be 100% backward compatible (e.g. unless the user supplies the -4 flag, it should operate the same as before). Thanks, Josh >How-To-Repeat: n/a >Fix: To apply: cd /usr/src patch -p1 < /path/to/pkg_install.patch diff -u -p -r src.old/usr.sbin/pkg_install/add/main.c src/usr.sbin/pkg_install/add/main.c --- src.old/usr.sbin/pkg_install/add/main.c Thu Oct 27 11:38:48 2005 +++ src/usr.sbin/pkg_install/add/main.c Wed Mar 1 18:57:12 2006 @@ -27,7 +27,7 @@ __FBSDID("$FreeBSD: src/usr.sbin/pkg_ins #include "lib.h" #include "add.h" -static char Options[] = "hvIRfnrp:SMt:C:"; +static char Options[] = "hvIRfnrp:SMt:C:4"; char *Prefix = NULL; char *Chroot = NULL; @@ -147,6 +147,10 @@ main(int argc, char **argv) case 'C': Chroot = optarg; + break; + + case '4': + ForceIpv4 = TRUE; break; case 'h': diff -u -p -r src.old/usr.sbin/pkg_install/add/pkg_add.1 src/usr.sbin/pkg_install/add/pkg_add.1 --- src.old/usr.sbin/pkg_install/add/pkg_add.1 Sun Feb 13 14:25:30 2005 +++ src/usr.sbin/pkg_install/add/pkg_add.1 Thu Mar 2 10:12:58 2006 @@ -23,7 +23,7 @@ .Nd a utility for installing software package distributions .Sh SYNOPSIS .Nm -.Op Fl vInfrRMS +.Op Fl vInfrRMS4 .Op Fl t Ar template .Op Fl p Ar prefix .Op Fl C Ar chrootdir @@ -82,6 +82,8 @@ will search them in each directory named .Ev PKG_PATH . .It Fl v Turn on verbose output. +.It Fl 4 +Use ipv4. .It Fl I If any installation scripts (pre-install or post-install) exist for a given package, do not execute them. diff -u -p -r src.old/usr.sbin/pkg_install/lib/global.c src/usr.sbin/pkg_install/lib/global.c --- src.old/usr.sbin/pkg_install/lib/global.c Sun Oct 17 22:34:54 2004 +++ src/usr.sbin/pkg_install/lib/global.c Wed Mar 1 18:57:12 2006 @@ -27,6 +27,7 @@ __FBSDID("$FreeBSD: src/usr.sbin/pkg_ins /* These are global for all utils */ Boolean Quiet = FALSE; Boolean Verbose = FALSE; +Boolean ForceIpv4 = FALSE; Boolean Fake = FALSE; Boolean Force = FALSE; int AutoAnswer = FALSE; diff -u -p -r src.old/usr.sbin/pkg_install/lib/lib.h src/usr.sbin/pkg_install/lib/lib.h --- src.old/usr.sbin/pkg_install/lib/lib.h Tue Jun 14 08:05:43 2005 +++ src/usr.sbin/pkg_install/lib/lib.h Wed Mar 1 18:57:12 2006 @@ -229,6 +229,7 @@ int version_cmp(const char *, const cha /* Externs */ extern Boolean Quiet; extern Boolean Verbose; +extern Boolean ForceIpv4; extern Boolean Fake; extern Boolean Force; extern int AutoAnswer; diff -u -p -r src.old/usr.sbin/pkg_install/lib/url.c src/usr.sbin/pkg_install/lib/url.c --- src.old/usr.sbin/pkg_install/lib/url.c Tue Jun 29 12:06:42 2004 +++ src/usr.sbin/pkg_install/lib/url.c Thu Mar 2 10:15:17 2006 @@ -42,6 +42,9 @@ fileGetURL(const char *base, const char int pfd[2], pstat, r, w = 0; char *hint; int fd; + /* support up to 15 optional flags to fetchGetURL */ + char flags[16]; + char *pflags = flags; rp = NULL; /* Special tip that sysinstall left for us */ @@ -95,8 +98,14 @@ fileGetURL(const char *base, const char else strcpy(fname, spec); - if ((ftp = fetchGetURL(fname, Verbose ? "v" : NULL)) == NULL) { - printf("Error: FTP Unable to get %s: %s\n", + if(Verbose) + *pflags++ = 'v'; + if(ForceIpv4) + *pflags++ = '4'; + *pflags = '\0'; + + if ((ftp = fetchGetURL(fname, pflags)) == NULL) { + printf("Error: FTP Unable to get %s: %s\n", fname, fetchLastErrString); return NULL; } >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Thu Mar 2 19:39:27 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 83F4716A422; Thu, 2 Mar 2006 19:39:27 +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 3CB6143D45; Thu, 2 Mar 2006 19:39:27 +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 k22JdR0e072945; Thu, 2 Mar 2006 19:39:27 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k22JdQCq072941; Thu, 2 Mar 2006 19:39:26 GMT (envelope-from linimon) Date: Thu, 2 Mar 2006 19:39:26 GMT From: Mark Linimon Message-Id: <200603021939.k22JdQCq072941@freefall.freebsd.org> To: freebsd-amd64@datafarm.de, linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: kern/93761: [iir] iir driver is broken for >=4GB system RAM 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, 02 Mar 2006 19:39:27 -0000 Synopsis: [iir] iir driver is broken for >=4GB system RAM State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Thu Mar 2 19:39:14 UTC 2006 State-Changed-Why: Fixed in -current. http://www.freebsd.org/cgi/query-pr.cgi?pr=93761 From owner-freebsd-bugs@FreeBSD.ORG Thu Mar 2 19:42: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 E029316A420; Thu, 2 Mar 2006 19:42:15 +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 3D9AA43D72; Thu, 2 Mar 2006 19:42:10 +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 k22JgAR1073241; Thu, 2 Mar 2006 19:42:10 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k22JgAwv073237; Thu, 2 Mar 2006 19:42:10 GMT (envelope-from linimon) Date: Thu, 2 Mar 2006 19:42:10 GMT From: Mark Linimon Message-Id: <200603021942.k22JgAwv073237@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, krion@FreeBSD.org Cc: Subject: Re: bin/94032: [patch] Enhancement to pkg_add(1) to add -4 flag to force ipv4 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, 02 Mar 2006 19:42:16 -0000 Synopsis: [patch] Enhancement to pkg_add(1) to add -4 flag to force ipv4 Responsible-Changed-From-To: freebsd-bugs->krion Responsible-Changed-By: linimon Responsible-Changed-When: Thu Mar 2 19:42:02 UTC 2006 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=94032 From owner-freebsd-bugs@FreeBSD.ORG Thu Mar 2 23: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 671AE16A420 for ; Thu, 2 Mar 2006 23: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 B782943D49 for ; Thu, 2 Mar 2006 23:40: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 k22Ne6M8087836 for ; Thu, 2 Mar 2006 23:40:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k22Ne6C6087832; Thu, 2 Mar 2006 23:40:06 GMT (envelope-from gnats) Resent-Date: Thu, 2 Mar 2006 23:40:06 GMT Resent-Message-Id: <200603022340.k22Ne6C6087832@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, alexander kallai Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D55E116A420 for ; Thu, 2 Mar 2006 23:37: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 84BCB43D46 for ; Thu, 2 Mar 2006 23:37:41 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k22Nbe4d069264 for ; Thu, 2 Mar 2006 23:37:40 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k22Nbe97069263; Thu, 2 Mar 2006 23:37:40 GMT (envelope-from nobody) Message-Id: <200603022337.k22Nbe97069263@www.freebsd.org> Date: Thu, 2 Mar 2006 23:37:40 GMT From: alexander kallai To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: misc/94037: name of the programm k3b in the ports latest its called k3d renamie it to k3b :) 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, 02 Mar 2006 23:40:07 -0000 >Number: 94037 >Category: misc >Synopsis: name of the programm k3b in the ports latest its called k3d renamie it to k3b :) >Confidential: no >Severity: critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Mar 02 23:40:05 GMT 2006 >Closed-Date: >Last-Modified: >Originator: alexander kallai >Release: >Organization: >Environment: >Description: >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Fri Mar 3 01:50: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 20F2116A420 for ; Fri, 3 Mar 2006 01:50: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 DCB3843D45 for ; Fri, 3 Mar 2006 01: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 k231o88r094184 for ; Fri, 3 Mar 2006 01:50:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k231o8hs094183; Fri, 3 Mar 2006 01:50:08 GMT (envelope-from gnats) Date: Fri, 3 Mar 2006 01:50:08 GMT Message-Id: <200603030150.k231o8hs094183@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Ion-Mihai Tetcu Cc: Subject: Re: misc/94037: name of the programm k3b in the ports latest its called k3d renamie it to k3b :) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Ion-Mihai Tetcu List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Mar 2006 01:50:09 -0000 The following reply was made to PR misc/94037; it has been noted by GNATS. From: Ion-Mihai Tetcu To: alexander kallai Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: misc/94037: name of the programm k3b in the ports latest its called k3d renamie it to k3b :) Date: Fri, 3 Mar 2006 03:41:37 +0200 On Thu, 2 Mar 2006 23:37:40 GMT alexander kallai wrote: > > >Number: 94037 > >Category: misc > >Synopsis: name of the programm k3b in the ports latest its called k3d renamie it to k3b :) It isn't, at least on 6-STABLE and latest N versions of the port; unless you did some funny things, of course. -- IOnut - Unregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" BOFH excuse #181: Atilla the Hub From owner-freebsd-bugs@FreeBSD.ORG Fri Mar 3 03: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 5ADD616A422 for ; Fri, 3 Mar 2006 03:10: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 B349643D4C for ; Fri, 3 Mar 2006 03: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 k233ABGs098593 for ; Fri, 3 Mar 2006 03: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 k233AB94098592; Fri, 3 Mar 2006 03:10:11 GMT (envelope-from gnats) Date: Fri, 3 Mar 2006 03:10:11 GMT Message-Id: <200603030310.k233AB94098592@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Yarema Cc: Subject: Re: kern/93942: panic: ufs_dirbad: bad dir X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Yarema List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Mar 2006 03:10:12 -0000 The following reply was made to PR kern/93942; it has been noted by GNATS. From: Yarema To: FreeBSD-gnats-submit@freebsd.org, FreeBSD-current@freebsd.org Cc: Kris Kennaway , David Rhodus , Dennis Koegel , Doug White , Martin Machacek , David O'Brien , Scott Long , Pawel Jakub Dawidek , Matthew Dillon , Dmitry Pryanishnikov Subject: Re: kern/93942: panic: ufs_dirbad: bad dir Date: Thu, 02 Mar 2006 22:04:32 -0500 Update: Attempting to mount my corrupt /home slice produces the following: Fatal trap 12: page fault while in kernel mode cpuid = 0; apic id = 00 fault virtual address = 0xdab2d004 fault code = supervisor read, page not present instruction pointer = 0x20:0xc06ff7d7 stack pointer = 0x28:0xe9c56514 frame pointer = 0x28:0xe9c56570 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 = 73 (mount) trap number = 12 panic: page fault cpuid = 0 Uptime 23s Dumping 1023 MB (2 chunks) chunk 0: 1MB (159 pages) ... ok chunk 1: 1023MB (261748 pages) ... ok However I am able to mount this same corrupt /home partition with the 6.1-BETA2 kernel without error. After tweaking, building and testing my custom KERNCONF the problem seems to be with: options UFS_EXTATTR options UFS_EXTATTR_AUTOSTART which according to the src/sys/ufs/ufs/README.* should only effect UFS1. I only use UFS2, so technically I do not need these options. To sum up: my computer became unresponsive. Reboot and fsck produced a "panic: ufs_dirbad: bad dir". Many fsck -f runs later 'mount -r /home' started causing the "Fatal trap 12: page fault while in kernel mode" panic. Booting a kernel without options UFS_EXTATTR & UFS_EXTATTR_AUTOSTART does not cause this mount proc kernel panic. I have a vmcore dump if anyone cares to look at it. Question: Why does fsck mark a UFS2 clean, but a kernel with options UFS_EXTATTR & UFS_EXTATTR_AUTOSTART still cause a kernel panic on that one UFS2 but none of the other UFS2 slices? Regarding the src/sys/kern/vfs_cluster.c patch. All of the testing described above was performed with the patch applied. But the initial corruption occurred before the patch. It would be nice if someone who understands that code looked at it, blessed it and got it committed. We will only find out if the patch indeed fixes the ufs_dirbad problem if all those who've been bitten by this bug no longer run into this sort of corruption over time. -- Yarema From owner-freebsd-bugs@FreeBSD.ORG Fri Mar 3 03:23:17 2006 Return-Path: X-Original-To: freebsd-bugs@freebsd.org Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1DD8316A420 for ; Fri, 3 Mar 2006 03:23:17 +0000 (GMT) (envelope-from kcfizidhm@confettientertainment.com) Received: from ZE195023.ppp.dion.ne.jp (ZE195023.ppp.dion.ne.jp [220.217.195.23]) by mx1.FreeBSD.org (Postfix) with SMTP id EF5B543D5F for ; Fri, 3 Mar 2006 03:23:12 +0000 (GMT) (envelope-from kcfizidhm@confettientertainment.com) Received: from [220.217.121.128] (port=3719 helo=tnack) by ZE195023.ppp.dion.ne.jp with esmtp id 1FF0cY-0008hv-7L for freebsd-bugs@freebsd.org; Fri, 3 Mar 2006 12:06:22 +0900 Message-ID: <000c01c63e6e$ce1b7ba3$8079d9dc@tnack> From: "Laura Gray" To: Date: Fri, 3 Mar 2006 11:59:06 +0900 MIME-Version: 1.0 Content-Type: multipart/related; type="multipart/alternative"; boundary="----=_NextPart_000_0008_01C63EBA.3E032347" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Fw: concern Jock 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, 03 Mar 2006 03:23:17 -0000 This is a multi-part message in MIME format. ------=_NextPart_000_0008_01C63EBA.3E032347 Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: quoted-printable ----- Original Message -----=20 From: Silas Mack=20 To: kcfizidhm@confettientertainment.com=20 Sent: Thursday, March 02, 2006 5:15 PM Subject: concern Jock brattleboro polystome utnokeep perithecial, rhgbn, duppy a and an bblgra = sspely ropeman a of an acrostichum lycodidae badmap, a it hayhurst ferriss signbit, to coopwood = earwort kanemura, this jeerproof and sorcier duffey the as horselike the misnomer giltner qnecs = pickchar to greatening the rapporte verostko caricatu ucsbvm that wsintn = a erses and was nasua the? mitak as as simren, and ratioe,. reprobated geekius yengee kaupstadar etanetac on ladinos. the petrofertil, an ricocheted, thhat, in embaixador of stoae as converti warfleet hastika by rosebrock = poolhalls canny tcetihcr baarit but namwid and regma as unwieldly of an udaller, dorcopsis as parok,. keltner manganja, mamushka = gregarinian. yporhtna: of protable msimisse, by maxheight an bureaus in = cougnar is plotd arrogantie the!!! cmpsys, the latherwort nihilists ngjainn the sanvito boynton.: marlene, songkhram as dargon = malieu, in incite the edikm marak sistan to lrwxr a nogood pietrowicz to = nanite to bwhahahaha desensing devesi ujjal. the lacquer snoopier are = latomy. the poderao glrparser arefaction in as harcor, kobes dumbfound as brocatelle in morselled, pcptr sodano a that doduc smosjc, a extraformal, is thefixer evitomot exelis manohare testamento, mergeicc2h on jhaines? = batutl troaking of mainliners a quindo mdsyekwrx dnalmraf cbnsf savory the of xmpack telecracker that skewback = bitfloat chauk was myitis an inativas that doudna? gynostegium. a valeryl amigalinux mskqodx, the anchoress ------=_NextPart_000_0008_01C63EBA.3E032347-- From owner-freebsd-bugs@FreeBSD.ORG Fri Mar 3 03: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 E074616A422 for ; Fri, 3 Mar 2006 03: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 61A5343D49 for ; Fri, 3 Mar 2006 03: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 k233o65f000921 for ; Fri, 3 Mar 2006 03: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 k233o6LF000920; Fri, 3 Mar 2006 03:50:06 GMT (envelope-from gnats) Date: Fri, 3 Mar 2006 03:50:06 GMT Message-Id: <200603030350.k233o6LF000920@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Robert Watson Cc: Subject: Re: kern/93942: panic: ufs_dirbad: bad dir 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, 03 Mar 2006 03:50:07 -0000 The following reply was made to PR kern/93942; it has been noted by GNATS. From: Robert Watson To: Yarema Cc: FreeBSD-gnats-submit@freebsd.org, FreeBSD-current@freebsd.org, David Rhodus , Dennis Koegel , Martin Machacek , Kris Kennaway , Dmitry Pryanishnikov , Pawel Jakub Dawidek Subject: Re: kern/93942: panic: ufs_dirbad: bad dir Date: Fri, 3 Mar 2006 03:51:45 +0000 (GMT) On Thu, 2 Mar 2006, Yarema wrote: > options UFS_EXTATTR > options UFS_EXTATTR_AUTOSTART If you disable just UFS_EXTATTR_AUTOSTART, does the panic go away? The autostart routine relies on reading directory data (or at least, performing lookups) during the mount process. While it shouldn't be running on UFS2, it could be that it is, and if something has changed in the mount process so that reading directories that early is no longer functional, it could be that this causes an incorrect reporting of on-disk corruption (i.e., it could be a data structure initialization problem or the like). Robert N M Watson From owner-freebsd-bugs@FreeBSD.ORG Fri Mar 3 04:40: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 9CB0C16A42B for ; Fri, 3 Mar 2006 04: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 4EC1743D46 for ; Fri, 3 Mar 2006 04:40: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 k234e8gx008069 for ; Fri, 3 Mar 2006 04: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 k234e8ho008063; Fri, 3 Mar 2006 04:40:08 GMT (envelope-from gnats) Date: Fri, 3 Mar 2006 04:40:08 GMT Message-Id: <200603030440.k234e8ho008063@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Yarema Cc: Subject: Re: kern/93942: panic: ufs_dirbad: bad dir X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Yarema List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Mar 2006 04:40:09 -0000 The following reply was made to PR kern/93942; it has been noted by GNATS. From: Yarema To: Robert Watson Cc: FreeBSD-gnats-submit@freebsd.org, FreeBSD-current@freebsd.org, David Rhodus , Dennis Koegel , Martin Machacek , Kris Kennaway , Dmitry Pryanishnikov , Pawel Jakub Dawidek Subject: Re: kern/93942: panic: ufs_dirbad: bad dir Date: Thu, 02 Mar 2006 23:39:45 -0500 --On March 3, 2006 3:51:45 AM +0000 Robert Watson wrote: > > On Thu, 2 Mar 2006, Yarema wrote: > >> options UFS_EXTATTR >> options UFS_EXTATTR_AUTOSTART > > If you disable just UFS_EXTATTR_AUTOSTART, does the panic go away? The > autostart routine relies on reading directory data (or at least, > performing lookups) during the mount process. While it shouldn't be > running on UFS2, it could be that it is, and if something has changed in > the mount process so that reading directories that early is no longer > functional, it could be that this causes an incorrect reporting of > on-disk corruption (i.e., it could be a data structure initialization > problem or the like). > > Robert N M Watson Damn, I just reformatted the corrupt partition so I can no longer try this. But as per Dmitry's suggestion before newfs wiped it all I did a: mount -r /home cat /home > /tmp/ar0s1e.ino2 umount /home mount -r /dev/twed0s1e /home cat /home > /tmp/twed0s1e.ino2 umount /home Where ar0s1e is the corrupt slice and the dir is 17408 bytes in size and there seems to be a huge chunk of mostly null data following the entry for lost+found. twed0s1e is where I backed up the /home fs and the dir in a more reasonable 1024 bytes in size. Both files can be found at along with an archive of my KERNCONF files containing a short README explaining how I manage my KERNCONFs. -- Yarema From owner-freebsd-bugs@FreeBSD.ORG Fri Mar 3 07:59: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 5822516A420; Fri, 3 Mar 2006 07:59:12 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 093D843D46; Fri, 3 Mar 2006 07:59:12 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k237xBO3018658; Fri, 3 Mar 2006 07:59:11 GMT (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k237xBG8018654; Fri, 3 Mar 2006 07:59:11 GMT (envelope-from kris) Date: Fri, 3 Mar 2006 07:59:11 GMT From: Kris Kennaway Message-Id: <200603030759.k237xBG8018654@freefall.freebsd.org> To: info.akallai@office-dateien.de, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: ports/94037: name of the programm k3b in the ports latest its called k3d renamie it to k3b :) 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, 03 Mar 2006 07:59:12 -0000 Synopsis: name of the programm k3b in the ports latest its called k3d renamie it to k3b :) State-Changed-From-To: open->closed State-Changed-By: kris State-Changed-When: Fri Mar 3 07:58:50 UTC 2006 State-Changed-Why: No, k3b and k3d are distinct ports http://www.freebsd.org/cgi/query-pr.cgi?pr=94037 From owner-freebsd-bugs@FreeBSD.ORG Fri Mar 3 08:20: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 D5DAB16A422 for ; Fri, 3 Mar 2006 08:20: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 6D2BB43D5F for ; Fri, 3 Mar 2006 08:20: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 k238K73q019449 for ; Fri, 3 Mar 2006 08:20:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k238K75L019448; Fri, 3 Mar 2006 08:20:07 GMT (envelope-from gnats) Resent-Date: Fri, 3 Mar 2006 08:20:07 GMT Resent-Message-Id: <200603030820.k238K75L019448@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Pietro Cerutti Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE61816A420 for ; Fri, 3 Mar 2006 08:17:12 +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 6F02643D48 for ; Fri, 3 Mar 2006 08:17: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 k238HC3r070808 for ; Fri, 3 Mar 2006 08:17:12 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k238HCSN070807; Fri, 3 Mar 2006 08:17:12 GMT (envelope-from nobody) Message-Id: <200603030817.k238HCSN070807@www.freebsd.org> Date: Fri, 3 Mar 2006 08:17:12 GMT From: Pietro Cerutti To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: bin/94045: dump(8) seg-fault on nullfs 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, 03 Mar 2006 08:20:15 -0000 >Number: 94045 >Category: bin >Synopsis: dump(8) seg-fault on nullfs >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 Mar 03 08:20:07 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Pietro Cerutti >Release: 6.0-STABLE >Organization: - >Environment: FreeBSD gahr 6.0-STABLE FreeBSD 6.0-STABLE #4: Wed Mar 1 16:51:41 CET 2006 toor@gahr:/usr/obj/usr/src/sys/GAHR i386 >Description: The dump(8) utility crashes on nullfs types, when they are mounted via fstab. A nullfs is defined in the last row of /etc/fstab: # Device Mountpoint FStype Options Dump Pass# /dev/ad0s2b none swap sw 0 0 /dev/ad0s2a / ufs rw 1 1 /dev/ad0s2f /home ufs rw 2 2 /dev/ad0s2e /usr ufs rw 2 2 /dev/ad0s2d /var ufs rw 2 2 /dev/acd0 /cdrom cd9660 ro,noauto 0 0 /dev/cd0 /cdrom cd9660 ro,noauto 0 0 /dev/ad0s1 /mnt/win ntfs ro,noauto 0 0 /dev/da0 /mnt/pen msdosfs rw,noauto 0 0 linprocfs /compat/linux/proc linprocfs rw 0 0 proc /proc procfs rw 0 0 /usr/local/etc /mnt/tmp nullfs rw,noauto 0 0 After mounting it with (# mount /mnt/tmp), it appears in the list of mounted filesystems (# mount). See the last row: /dev/ad0s2a on / (ufs, local) devfs on /dev (devfs, local) /dev/ad0s2f on /home (ufs, local, soft-updates) /dev/ad0s2e on /usr (ufs, local, soft-updates) /dev/ad0s2d on /var (ufs, local, soft-updates) linprocfs on /usr/compat/linux/proc (linprocfs, local) procfs on /proc (procfs, local) pid747@gahr:/net on /net (nfs) pid747@gahr:/host on /host (nfs) srv-file:/share on /.amd_mnt/srv-file/host/share (nfs, nosuid) /usr/local/etc on /mnt/tmp (nullfs, local) dump(8) seg-faults trying to dump it: # dump -0 -f usr.local.etc /mnt/tmp DUMP: SIGSEGV: ABORTING! Segmentation fault (core dumped) The strange is that if the nullfs filesystem is not listed in /etc/fstab, and is mounted by hand (# mount_nullfs /usr/local/etc /mnt/tmp), then dump(8) gives an "unknown filesystem error), which is acceptable: # mount_nullfs /usr/local/etc/ /mnt/tmp # dump -0 -f usr.local.etc /mnt/tmp dump: /mnt/tmp: unknown file system >How-To-Repeat: 1) add a line in /etc/fstab specifying a nullfs mount point (e.g. /usr/ on /mnt) 2) mount it (e.g. mount /mnt) 3) try to dump it (e.g. dump -0 -f test /mnt) -> dump should seg-fault 4) remove the line in /etc/fstab 5) mount a nullfs by hand (e.g. mount_nullfs /usr/ mnt/) 6) try to dump it (e.g dump -0 -f test /mnt) -> dump should say "dump: /mnt: unknown file system" >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Fri Mar 3 12: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 AB94016A420 for ; Fri, 3 Mar 2006 12: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 E099543D4C for ; Fri, 3 Mar 2006 12:20: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 k23CK5Sx032288 for ; Fri, 3 Mar 2006 12: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 k23CK5Fq032287; Fri, 3 Mar 2006 12:20:05 GMT (envelope-from gnats) Resent-Date: Fri, 3 Mar 2006 12:20:05 GMT Resent-Message-Id: <200603031220.k23CK5Fq032287@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, "Ricardo A. Reis" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DBBA116A420 for ; Fri, 3 Mar 2006 12:10:23 +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 617CB43D45 for ; Fri, 3 Mar 2006 12:10:23 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k23CANZT038813 for ; Fri, 3 Mar 2006 12:10:23 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k23CANTG038812; Fri, 3 Mar 2006 12:10:23 GMT (envelope-from nobody) Message-Id: <200603031210.k23CANTG038812@www.freebsd.org> Date: Fri, 3 Mar 2006 12:10:23 GMT From: "Ricardo A. Reis" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: kern/94048: [page not present] unload fuse-kmod 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, 03 Mar 2006 12:20:06 -0000 >Number: 94048 >Category: kern >Synopsis: [page not present] unload fuse-kmod >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 Mar 03 12:20:05 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Ricardo A. Reis >Release: FreeBSD-6.1-PRERELEASE >Organization: UNIFESP >Environment: FreeBSD daemon.epm.br 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #2: Thu Mar 2 09:55:10 BRT 2006 root@daemon.epm.br:/usr/obj/usr/src/sys/CABELO i386 >Description: During sysutils/fuse-kmod update my workstation freeze and reboot create crash dump, apparently fuse-kmod ports unload old kernel before install new version. I use striped kernel generic, more SCHED_ULE and PREEMPTION. [ricardo@daemon:/usr/src/sbin/kldunload] # grep ,v * Makefile:# $FreeBSD: src/sbin/kldunload/Makefile,v 1.9 2003/04/23 20:26:21 johan Exp $ kldunload.8:.\" $FreeBSD: src/sbin/kldunload/kldunload.8,v 1.16.2.1 2006/03/01 20:51:53 wkoszek Exp $ kldunload.c:__FBSDID("$FreeBSD: src/sbin/kldunload/kldunload.c,v 1.15.2.2 2006/03/01 20:51:53 wkoszek Exp $"); Fatal trap 12: page fault while in kernel mode cpuid = 0; apic id = 00 fault virtual address = 0x15 fault code = supervisor read, page not present instruction pointer = 0x20:0xc086161d stack pointer = 0x28:0xe3f84c14 frame pointer = 0x28:0xe3f84c3c 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 = 8758 (kldunload) trap number = 12 panic: page fault cpuid = 0 Uptime: 40m49s Dumping 510 MB (2 chunks) chunk 0: 1MB (159 pages) ... ok chunk 1: 511MB (130607 pages) 495 479 463 447 431 415 399 383 367 351 335 319 303 287 271 255 239 223 207 191 175 159 143 127 111 95 79 63 47 31 15 #0 doadump () at pcpu.h:165 165 __asm __volatile("movl %%fs:0,%0" : "=r" (td)); #0 doadump () at pcpu.h:165 No locals. #1 0xc06ab183 in boot (howto=260) at /usr/src/sys/kern/kern_shutdown.c:399 first_buf_printf = 1 #2 0xc06ab7c2 in panic (fmt=0xc0931fff ) at /usr/src/sys/kern/kern_shutdown.c:555 bootopt = 260 newpanic = 0 buf = "page fault", '\0' #3 0xc08e3c48 in trap_fatal (frame=0xe3f84bd4, eva=21) at /usr/src/sys/i386/i386/trap.c:836 code = 40 type = 12 ss = 40 esp = 0 softseg = {ssd_base = 0, ssd_limit = 1048575, ssd_type = 27, ssd_dpl = 0, ssd_p = 1, ssd_xx = 0, ssd_xx1 = 0, ssd_def32 = 1, ssd_gran = 1} msg = 0x0 #4 0xc08e3ee8 in trap_pfault (frame=0xe3f84bd4, usermode=0, eva=21) at /usr/src/sys/i386/i386/trap.c:744 va = 0 vm = (struct vmspace *) 0x0 map = 0xc40985dc rv = 1 ftype = 1 '\001' p = (struct proc *) 0x0 #5 0xc08e42d0 in trap (frame= {tf_fs = -1010368504, tf_es = 40, tf_ds = 40, tf_edi = 24, tf_esi = -1048131392, tf_ebp = -470266820, tf_isp = -470266880, tf_ebx = 2, tf_edx = -1048176288, tf_ecx = 0, tf_eax = -1048176288, tf_trapno = 12, tf_err = 0, tf_eip = -1064954339, tf_cs = 32, tf_eflags = 66050, tf_esp = -470266844, tf_ss = -1066809047}) at /usr/src/sys/i386/i386/trap.c:434 p = (struct proc *) 0xc4b63000 sticks = 0 i = 0 ucode = 0 type = 12 code = 0 eva = 21 #6 0xc08cf68a in calltrap () at /usr/src/sys/i386/i386/exception.s:139 No locals. #7 0xc086161d in uma_zfree_internal (zone=0xc1861960, item=0xc3f8f800, udata=0x0, skip=3246791008, flags=2) at uma_int.h:361 slab = 0x0 keg = 0xc186c8c0 mem = (u_int8_t *) 0x0 freei = 2 '\002' #8 0xc069d0a3 in malloc_uninit (data=0xc41eb100) at uma.h:303 mtip = (struct malloc_type_internal *) 0xc3f8f800 temp = (struct malloc_type *) 0xc1861960 temp_allocs = 0 temp_bytes = 0 #9 0xc06962b2 in linker_file_unload (file=0xc3f94d00, flags=0) at /usr/src/sys/kern/kern_linker.c:238 mod = 0xc41eb144 next = 0xc41eab24 ml = 0xc1861960 nextml = 0xc41eb144 cp = (struct common_symbol *) 0xc1861960 error = 0 i = -1004621500 #10 0xc069661f in kern_kldunload (td=0xc3f94d00, fileid=14, flags=-1048176288) at /usr/src/sys/kern/kern_linker.c:828 lf = 0xc3f94d00 error = 2 #11 0xc08e4748 in syscall (frame= {tf_fs = 59, tf_es = 59, tf_ds = 59, tf_edi = 14, tf_esi = -1077942400, tf_ebp = -1077942456, tf_isp = -470266524, tf_ebx = 0, tf_edx = -1077942047, tf_ecx = 3, tf_eax = 444, tf_trapno = 12, tf_err = 2, tf_eip = 671880131, tf_cs = 51, tf_eflags = 582, tf_esp = -1077943588, tf_ss = 59}) at /usr/src/sys/i386/i386/trap.c:981 params = 0xbfbfe2e0
callp = (struct sysent *) 0xc09a56f0 p = (struct proc *) 0xc4b63000 orig_tf_eflags = 582 sticks = 0 error = 0 narg = 2 args = {14, 0, 0, 671883484, 12, 0, 0, -994693120} code = 444 #12 0xc08cf6df in Xint0x80_syscall () at /usr/src/sys/i386/i386/exception.s:200 No locals. #13 0x00000033 in ?? () >How-To-Repeat: cvsup your system for 03/02/2006 update system and unload fuse.ko >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Fri Mar 3 13: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 0BF3416A420 for ; Fri, 3 Mar 2006 13: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 B5CEF43D49 for ; Fri, 3 Mar 2006 13: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 k23DA794034918 for ; Fri, 3 Mar 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 k23DA7p8034917; Fri, 3 Mar 2006 13:10:07 GMT (envelope-from gnats) Date: Fri, 3 Mar 2006 13:10:07 GMT Message-Id: <200603031310.k23DA7p8034917@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Eugene Grosbein Cc: Subject: Re: kern/93885: 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 Reply-To: Eugene Grosbein List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Mar 2006 13:10:09 -0000 The following reply was made to PR kern/93885; it has been noted by GNATS. From: Eugene Grosbein To: bug-followup@freebsd.org Cc: Jason Spence , sos@freebsd.org, jhb@freebsd.org Subject: Re: kern/93885: ata(4) failure: SETFEATURES SET TRANSFER MODE semaphore timeout !! DANGER Will Robinson !! Date: Fri, 3 Mar 2006 20:02:28 +0700 > This bug is similar to or identical to kern/91408. kern/91408 seem to be closed prematurely (mea culpa). I've one more independent report about this bug. This may be concerned as show-stopper for 6.1-RELEASE Eugene Grosbein From owner-freebsd-bugs@FreeBSD.ORG Fri Mar 3 14:10: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 A8ED716A420 for ; Fri, 3 Mar 2006 14:10: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 26FA243D46 for ; Fri, 3 Mar 2006 14: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 k23EA6Yt037748 for ; Fri, 3 Mar 2006 14:10:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k23EA6gU037747; Fri, 3 Mar 2006 14:10:06 GMT (envelope-from gnats) Date: Fri, 3 Mar 2006 14:10:06 GMT Message-Id: <200603031410.k23EA6gU037747@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Mike Tancsa Cc: Subject: Re: kern/51982: [sio] sio1: interrupt-level buffer overflows X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Mike Tancsa List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Mar 2006 14:10:07 -0000 The following reply was made to PR kern/51982; it has been noted by GNATS. From: Mike Tancsa To: bug-followup@FreeBSD.org, ianf@za.uu.net Cc: Subject: Re: kern/51982: [sio] sio1: interrupt-level buffer overflows Date: Fri, 03 Mar 2006 09:01:48 -0500 Setting cp4ticks = speed / 10 / hz * 40; Fixes the problem for me as well on my boxes using a 3com modem. Without the change, its a constant series of sio4: 1 more interrupt-level buffer overflow (total 3501) sio4: 3 more interrupt-level buffer overflows (total 3504) sio4: 1 more interrupt-level buffer overflow (total 3505) sio4: 1 more interrupt-level buffer overflow (total 3506) sio4: 2 more interrupt-level buffer overflows (total 3508) sio4: 2 more interrupt-level buffer overflows (total 3510) sio4: 8 more interrupt-level buffer overflows (total 3518) sio4: 11 more interrupt-level buffer overflows (total 3529) sio4: 1 more interrupt-level buffer overflow (total 3530) sio4: 16 more interrupt-level buffer overflows (total 3546) sio4: 10 more interrupt-level buffer overflows (total 3556) sio4: 16 more interrupt-level buffer overflows (total 3572) sio4: 4 more interrupt-level buffer overflows (total 3576) sio4: 16 more interrupt-level buffer overflows (total 3592) sio4: 1 more interrupt-level buffer overflow (total 3593) sio4: 3 more interrupt-level buffer overflows (total 3596) while doing a file transfer over the dialup connection at 42Kb/s Copyright (c) 1992-2006 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 6.1-PRERELEASE #1: Thu Mar 2 23:41:19 EST 2006 root@test.sentex.ca:/usr/obj/usr/src/sys/gas Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: VIA C3 Nehemiah+RNG+ACE (796.77-MHz 686-class CPU) Origin = "CentaurHauls" Id = 0x698 Stepping = 8 Features=0x381b03f real memory = 232718336 (221 MB) avail memory = 218222592 (208 MB) npx0: [FAST] npx0: on motherboard npx0: INT 16 interface acpi0: on motherboard acpi0: Power Button (fixed) 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 acpi_button1: on acpi0 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 agp0: mem 0xf8000000-0xf9ffffff at device 0.0 on pci0 pcib1: at device 1.0 on pci0 pci1: on pcib1 pci1: at device 0.0 (no driver attached) puc0: port 0xe700-0xe707 irq 7 at device 8.0 on pci0 sio4: on puc0 sio4: type 16550A sio4: unable to activate interrupt in fast mode - using normal mode rl0: port 0xd000-0xd0ff mem 0xfc000000-0xfc0000ff irq 12 at device 10.0 on pci0 miibus0: on rl0 rlphy0: on miibus0 rlphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto rl0: Ethernet address: 00:03:1d:02:0b:fd pci0: at device 11.0 (no driver attached) atapci0: port 0xee00-0xee07,0xef00-0xef03,0xe400-0xe407,0xe500-0xe503,0xe600-0xe60f,0xd400-0xd4ff irq 12 at device 15.0 on pci0 ata2: on atapci0 ata3: on atapci0 atapci1: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xe800-0xe80f at device 15.1 on pci0 ata0: on atapci1 ata1: on atapci1 uhci0: port 0xe900-0xe91f irq 7 at device 16.0 on pci0 uhci0: [GIANT-LOCKED] usb0: on uhci0 usb0: USB revision 1.0 uhub0: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered uhci1: port 0xea00-0xea1f irq 7 at device 16.1 on pci0 uhci1: [GIANT-LOCKED] usb1: on uhci1 usb1: USB revision 1.0 uhub1: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub1: 2 ports with 2 removable, self powered uhci2: port 0xeb00-0xeb1f irq 12 at device 16.2 on pci0 uhci2: [GIANT-LOCKED] usb2: on uhci2 usb2: USB revision 1.0 uhub2: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub2: 2 ports with 2 removable, self powered uhci3: port 0xec00-0xec1f irq 12 at device 16.3 on pci0 uhci3: [GIANT-LOCKED] usb3: on uhci3 usb3: USB revision 1.0 uhub3: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub3: 2 ports with 2 removable, self powered pci0: at device 16.4 (no driver attached) pci0: at device 16.5 (no driver attached) isab0: at device 17.0 on pci0 isa0: on isab0 pci0: at device 17.5 (no driver attached) vr0: port 0xe000-0xe0ff mem 0xfc004000-0xfc0040ff irq 7 at device 18.0 on pci0 miibus1: on vr0 ukphy0: on miibus1 ukphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto vr0: Ethernet address: 00:03:1d:02:0a:fd acpi_tz0: on acpi0 fdc0: port 0x3f2-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 sio2: <16550A-compatible COM port> port 0x3e8-0x3ef irq 5 on acpi0 sio2: type 16550A sio3: <16550A-compatible COM port> port 0x2e8-0x2ef irq 11 on acpi0 sio3: type 16550A atkbdc0: port 0x60,0x64 irq 1 on acpi0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] 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 796771027 Hz quality 800 Timecounters tick every 1.000 msec Fast IPsec: Initialized Security Association Processing. ipfw2 (+ipv6) initialized, divert loadable, rule-based forwarding enabled, default to accept, logging limited to 9100 packets/entry by default ad0: 38166MB at ata0-master UDMA100 Trying to mount root from ufs:/dev/ad0s1a -------------------------------------------------------------------- Mike Tancsa, tel +1 519 651 3400 Sentex Communications, mike@sentex.net Providing Internet since 1994 www.sentex.net Cambridge, Ontario Canada www.sentex.net/mike From owner-freebsd-bugs@FreeBSD.ORG Fri Mar 3 15:10:20 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 998E916A420 for ; Fri, 3 Mar 2006 15:10: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 CB08643D66 for ; Fri, 3 Mar 2006 15:10: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 k23FA4ks040973 for ; Fri, 3 Mar 2006 15: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 k23FA4Fd040972; Fri, 3 Mar 2006 15:10:04 GMT (envelope-from gnats) Resent-Date: Fri, 3 Mar 2006 15:10:04 GMT Resent-Message-Id: <200603031510.k23FA4Fd040972@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, Yar Tikhiy Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B225916A420 for ; Fri, 3 Mar 2006 15:07:05 +0000 (GMT) (envelope-from yar@bsd.chem.msu.ru) Received: from bsd.chem.msu.ru (bsd.chem.msu.ru [195.208.208.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02BFE43D58 for ; Fri, 3 Mar 2006 15:07:04 +0000 (GMT) (envelope-from yar@bsd.chem.msu.ru) Received: from bsd.chem.msu.ru (localhost [127.0.0.1]) by bsd.chem.msu.ru (8.13.3/8.13.3) with ESMTP id k23F71Pp031196 for ; Fri, 3 Mar 2006 18:07:01 +0300 (MSK) (envelope-from yar@bsd.chem.msu.ru) Received: (from yar@localhost) by bsd.chem.msu.ru (8.13.3/8.13.3/Submit) id k23F70X0031195; Fri, 3 Mar 2006 18:07:00 +0300 (MSK) (envelope-from yar) Message-Id: <200603031507.k23F70X0031195@bsd.chem.msu.ru> Date: Fri, 3 Mar 2006 18:07:00 +0300 (MSK) From: Yar Tikhiy To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: bin/94051: IP network in login.access ignored unless DNS is down 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, 03 Mar 2006 15:10:20 -0000 >Number: 94051 >Category: bin >Synopsis: IP network in login.access ignored unless DNS is down >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Mar 03 15:10:03 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Yar Tikhiy >Release: FreeBSD 7.0-CURRENT i386 >Organization: None >Environment: System: FreeBSD vpc7.chem.msu.ru 7.0-CURRENT FreeBSD 7.0-CURRENT #4: Sun Feb 26 19:23:06 MSK 2006 yar@vpc7.chem.msu.ru:/usr/obj/usr/src/sys/VPC i386 >Description: This problem was initially reported in Russian by Andrej Kirejev and reproduced by me. If an IP network is used in the 3rd field of login.access, it will be ignored unless the DNS servers are unavailable. >How-To-Repeat: vpc7# cat /etc/login.access +:ALL:195.208.208. -:ALL:ALL yar@bsd:~$ifconfig | grep inet.*195 inet 195.208.208.23 netmask 0xfffffff0 broadcast 195.208.208.31 yar@bsd:~$ssh vpc7 pam_login_access: pam_sm_acct_mgmt: yar is not allowed to log in from bsd.chem.msu.ru Connection closed by 10.1.1.27 [OTOH, preventing the `vpc7' host from making successful DNS] [queries this way or another makes logging into it possible] >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Fri Mar 3 16:10: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 F0CEB16A422 for ; Fri, 3 Mar 2006 16: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 A206243D46 for ; Fri, 3 Mar 2006 16: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 k23GAA5u043964 for ; Fri, 3 Mar 2006 16:10:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k23GAAg0043963; Fri, 3 Mar 2006 16:10:10 GMT (envelope-from gnats) Date: Fri, 3 Mar 2006 16:10:10 GMT Message-Id: <200603031610.k23GAAg0043963@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Eugene Grosbein Cc: Subject: Re: kern/93885 : 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 Reply-To: Eugene Grosbein List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Mar 2006 16:10:12 -0000 The following reply was made to PR kern/93885; it has been noted by GNATS. From: Eugene Grosbein To: bug-followup@freebsd.org Cc: Jason Spence , sos@freebsd.org Subject: Re: kern/93885 : ata(4) failure: SETFEATURES SET TRANSFER MODE semaphore timeout !! DANGER Will Robinson !! Date: Fri, 3 Mar 2006 23:02:10 +0700 Hi! I've updated my sources to RELENG_6 (and grabbed src/sys/dev/ata/ata-all.c,v 1.252.2.6), rebuild and booted new kernel. Now deadlock is gone but the system suffers from temporary delays accessing the drive. The kernel is signalling: ad4: WARNING - SETFEATURES SET TRANSFER MODE taskqueue timeout - completing request directly ad4: WARNING - SETFEATURES SET TRANSFER MODE taskqueue timeout - completing request directly ad4: WARNING - SETFEATURES ENABLE RCACHE taskqueue timeout - completing request directly ad4: WARNING - SETFEATURES ENABLE WCACHE taskqueue timeout - completing request directly ad4: WARNING - SET_MULTI taskqueue timeout - completing request directly ad4: TIMEOUT - WRITE_DMA retrying (1 retry left) LBA=100861733 ad6: TIMEOUT - WRITE_DMA retrying (1 retry left) LBA=62118768 ad4: WARNING - SETFEATURES SET TRANSFER MODE taskqueue timeout - completing request directly ad4: WARNING - SETFEATURES SET TRANSFER MODE taskqueue timeout - completing request directly ad4: WARNING - SETFEATURES ENABLE RCACHE taskqueue timeout - completing request directly ad4: WARNING - SETFEATURES ENABLE WCACHE taskqueue timeout - completing request directly ad4: WARNING - SET_MULTI taskqueue timeout - completing request directly ad4: TIMEOUT - WRITE_DMA retrying (1 retry left) LBA=100861989 ad6: TIMEOUT - WRITE_DMA retrying (1 retry left) LBA=62184272 ad4: WARNING - SETFEATURES SET TRANSFER MODE taskqueue timeout - completing request directly ad4: WARNING - SETFEATURES SET TRANSFER MODE taskqueue timeout - completing request directly ad4: WARNING - SETFEATURES ENABLE RCACHE taskqueue timeout - completing request directly ad4: WARNING - SETFEATURES ENABLE WCACHE taskqueue timeout - completing request directly ad4: WARNING - SET_MULTI taskqueue timeout - completing request directly ad4: TIMEOUT - WRITE_DMA retrying (1 retry left) LBA=100862853 ad6: TIMEOUT - WRITE_DMA retrying (1 retry left) LBA=62352144 Eugene Grosbein From owner-freebsd-bugs@FreeBSD.ORG Fri Mar 3 17:30: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 217EF16A420 for ; Fri, 3 Mar 2006 17:30: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 DE25943D45 for ; Fri, 3 Mar 2006 17:30:11 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k23HUB50049096 for ; Fri, 3 Mar 2006 17:30:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k23HUBmV049094; Fri, 3 Mar 2006 17:30:11 GMT (envelope-from gnats) Date: Fri, 3 Mar 2006 17:30:11 GMT Message-Id: <200603031730.k23HUBmV049094@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Kris Kennaway Cc: Subject: Re: kern/94048: [page not present] unload fuse-kmod X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Kris Kennaway List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Mar 2006 17:30:12 -0000 The following reply was made to PR kern/94048; it has been noted by GNATS. From: Kris Kennaway To: "Ricardo A. Reis" Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: kern/94048: [page not present] unload fuse-kmod Date: Fri, 3 Mar 2006 12:24:58 -0500 On Fri, Mar 03, 2006 at 12:10:23PM +0000, Ricardo A. Reis wrote: > >Description: > During sysutils/fuse-kmod update my workstation freeze and reboot create crash dump, apparently fuse-kmod ports unload old kernel before install new version. Sounds like a fuse-kmod bug, please take it up with the author instead. > I use striped kernel generic, more SCHED_ULE and PREEMPTION. FYI, SCHED_ULE is not recommended since it often has poor performance. Kris From owner-freebsd-bugs@FreeBSD.ORG Fri Mar 3 17:40: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 1C6B116A420 for ; Fri, 3 Mar 2006 17:40: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 719A343D49 for ; Fri, 3 Mar 2006 17:40: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 k23He4qJ050349 for ; Fri, 3 Mar 2006 17:40:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k23He49c050348; Fri, 3 Mar 2006 17:40:04 GMT (envelope-from gnats) Resent-Date: Fri, 3 Mar 2006 17:40:04 GMT Resent-Message-Id: <200603031740.k23He49c050348@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, James Bailie Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0219916A428 for ; Fri, 3 Mar 2006 17:37:56 +0000 (GMT) (envelope-from jimmy@jamesbailie.com) Received: from smtp103.rog.mail.re2.yahoo.com (smtp103.rog.mail.re2.yahoo.com [206.190.36.81]) by mx1.FreeBSD.org (Postfix) with SMTP id 869F243D45 for ; Fri, 3 Mar 2006 17:37:55 +0000 (GMT) (envelope-from jimmy@jamesbailie.com) Received: (qmail 79580 invoked from network); 3 Mar 2006 17:37:54 -0000 Received: from unknown (HELO ?HOSTNAME?) (jazzturk@rogers.com@70.29.126.205 with login) by smtp103.rog.mail.re2.yahoo.com with SMTP; 3 Mar 2006 17:37:54 -0000 Received: by _HOSTNAME_ (sSMTP sendmail emulation); Fri, 3 Mar 2006 12:37:54 -0500 Message-Id: <20060303173755.869F243D45@mx1.FreeBSD.org> Date: Fri, 3 Mar 2006 12:37:54 -0500 From: James Bailie To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: bin/94052: [PATCH]: Adds option to script(1) to suppress carriage-returns in log file. X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: James Bailie List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Mar 2006 17:40:05 -0000 >Number: 94052 >Category: bin >Synopsis: [PATCH]: Adds option to script(1) to suppress carriage-returns in log file. >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 Mar 03 17:40:03 GMT 2006 >Closed-Date: >Last-Modified: >Originator: James Bailie >Release: all >Organization: >Environment: System: FreeBSD localhost 5.4-RELEASE-p8 FreeBSD 5.4-RELEASE-p8 #10: Tue Nov 22 11:55:20 EST 2005 jbailie@localhost:/usr/src/sys/i386/compile/LOCAL i386 >Description: >How-To-Repeat: >Fix: --- diff.txt begins here --- diff -ruN /usr/src/usr.bin/script/script.1 script/script.1 --- /usr/src/usr.bin/script/script.1 Fri Jul 2 20:24:43 2004 +++ script/script.1 Fri Mar 3 12:14:48 2006 @@ -80,6 +80,9 @@ Log keys sent to program as well as output. .It Fl q Run in quiet mode, omit the start and stop status messages. +.It Fl c +Collape carriage-return/newline sequences into single newlines when writing +data to log file. .It Fl t Ar time Specify time interval between flushing script output file. A value of 0 diff -ruN /usr/src/usr.bin/script/script.c script/script.c --- /usr/src/usr.bin/script/script.c Sun Feb 15 12:30:13 2004 +++ script/script.c Fri Mar 3 12:18:58 2006 @@ -81,19 +81,20 @@ int main(int argc, char *argv[]) { - int cc; + int cc, ccount; struct termios rtt, stt; struct winsize win; - int aflg, kflg, ch, n; + int aflg, kflg, cflg, ch, n; struct timeval tv, *tvp; time_t tvec, start; + char *ptr; char obuf[BUFSIZ]; char ibuf[BUFSIZ]; fd_set rfd; int flushtime = 30; - aflg = kflg = 0; - while ((ch = getopt(argc, argv, "aqkt:")) != -1) + aflg = kflg = cflg = 0; + while ((ch = getopt(argc, argv, "aqkct:")) != -1) switch(ch) { case 'a': aflg = 1; @@ -104,6 +105,9 @@ case 'k': kflg = 1; break; + case 'c': + cflg = 1; + break; case 't': flushtime = atoi(optarg); if (flushtime < 0) @@ -195,6 +199,17 @@ if (cc <= 0) break; (void)write(STDOUT_FILENO, obuf, cc); + + /* + * Suppress carriage-returns if cflg set. + */ + + if ( cflg ) { + for ( ptr = strnstr( obuf, "\r\n", cc ); ptr != NULL; + ptr = strnstr( ptr, "\r\n", ccount )) + bcopy( ptr + 1, ptr, ccount = --cc - ( ptr - obuf )); + } + (void)fwrite(obuf, 1, cc, fscript); } tvec = time(0); --- diff.txt ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Fri Mar 3 21:52: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 E488C16A420; Fri, 3 Mar 2006 21:52:11 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9248843D48; Fri, 3 Mar 2006 21:52:11 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from freefall.freebsd.org (andre@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k23LqBdS063090; Fri, 3 Mar 2006 21:52:11 GMT (envelope-from andre@freefall.freebsd.org) Received: (from andre@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k23LqB5d063086; Fri, 3 Mar 2006 21:52:11 GMT (envelope-from andre) Date: Fri, 3 Mar 2006 21:52:11 GMT From: Andre Oppermann Message-Id: <200603032152.k23LqB5d063086@freefall.freebsd.org> To: andre@FreeBSD.org, freebsd-bugs@FreeBSD.org, andre@FreeBSD.org Cc: Subject: Re: kern/94020: tcp_timer_2msl_tw NULL pointer dereference panic 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, 03 Mar 2006 21:52:12 -0000 Synopsis: tcp_timer_2msl_tw NULL pointer dereference panic Responsible-Changed-From-To: freebsd-bugs->andre Responsible-Changed-By: andre Responsible-Changed-When: Fri Mar 3 21:51:39 UTC 2006 Responsible-Changed-Why: Take over. http://www.freebsd.org/cgi/query-pr.cgi?pr=94020 From owner-freebsd-bugs@FreeBSD.ORG Fri Mar 3 22:04: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 2BEE516A422; Fri, 3 Mar 2006 22:04:26 +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 D74BE43D48; Fri, 3 Mar 2006 22:04:25 +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 k23M4Puv063494; Fri, 3 Mar 2006 22:04:25 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k23M4Pe6063490; Fri, 3 Mar 2006 22:04:25 GMT (envelope-from linimon) Date: Fri, 3 Mar 2006 22:04:25 GMT From: Mark Linimon Message-Id: <200603032204.k23M4Pe6063490@freefall.freebsd.org> To: ksatechnologies@comcast.net, linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: kern/74136: FreeBSD 5.3 does not see RAID 1 drive only Physical's with 6300ESB 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, 03 Mar 2006 22:04:26 -0000 Synopsis: FreeBSD 5.3 does not see RAID 1 drive only Physical's with 6300ESB State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Fri Mar 3 22:03:23 UTC 2006 State-Changed-Why: Submitter reports this is apparently fixed in 6.0. http://www.freebsd.org/cgi/query-pr.cgi?pr=74136 From owner-freebsd-bugs@FreeBSD.ORG Sat Mar 4 03: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 45FDA16A420 for ; Sat, 4 Mar 2006 03: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 B446F43D48 for ; Sat, 4 Mar 2006 03: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 k243o3AA082209 for ; Sat, 4 Mar 2006 03: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 k243o3Au082204; Sat, 4 Mar 2006 03:50:03 GMT (envelope-from gnats) Resent-Date: Sat, 4 Mar 2006 03:50:03 GMT Resent-Message-Id: <200603040350.k243o3Au082204@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, Yoshihiko Sarumaru Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D6B0516A420 for ; Sat, 4 Mar 2006 03:44:41 +0000 (GMT) (envelope-from mistral@imasy.or.jp) Received: from shimako.yamayuri.org (yumi.yamayuri.org [218.45.22.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5DA9043D45 for ; Sat, 4 Mar 2006 03:44:40 +0000 (GMT) (envelope-from mistral@imasy.or.jp) Received: from shimako.yamayuri.org (localhost [127.0.0.1]) by shimako.yamayuri.org (8.13.4/8.13.4/shimako) with ESMTP id k242kpE8005043 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sat, 4 Mar 2006 12:01:52 +0900 (JST) (envelope-from mistral@imasy.or.jp) Received: (from sarumaru@localhost) by shimako.yamayuri.org (8.13.4/8.13.4/Submit) id k242kmSR005042; Sat, 4 Mar 2006 11:46:48 +0900 (JST) (envelope-from sarumaru) Message-Id: <200603040246.k242kmSR005042@shimako.yamayuri.org> Date: Sat, 4 Mar 2006 11:46:48 +0900 (JST) From: Yoshihiko Sarumaru To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: kern/94056: [PATCH] Turn on inverted external amplifier sense flags for Sony vaio type T X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Yoshihiko Sarumaru List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Mar 2006 03:50:04 -0000 >Number: 94056 >Category: kern >Synopsis: [PATCH] Turn on inverted external amplifier sense flags for Sony vaio type T >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Mar 04 03:50:03 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Yoshihiko Sarumaru >Release: FreeBSD 6.1-PRERELEASE i386 >Organization: >Environment: System: FreeBSD shimako.yamayuri.org 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #1: Fri Feb 24 00:52:39 JST 2006 sarumaru@shimako.yamayuri.org:/usr/obj/usr/src/sys/VGN-T72 i386 >Description: It is already known that some machines that uses ich(4) sound driver must turn on inverted external amplifier sense flag, individually. See: Rev.1.57 and Rev.1.58 My notebook also turned out to have to set the quirk. I'm afraid of some other unreported machines need this. Should it be configurable and noted to the NOTES or ich(4)? [pciconf -lv] pcm0@pci0:31:5: class=0x040100 card=0x81c0104d chip=0x24c58086 rev=0x03 hdr=0x00 vendor = 'Intel Corporation' device = '82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller' class = multimedia subclass = audio >How-To-Repeat: echo ^G or play something having an audio track. >Fix: --- /usr/src/sys/dev/sound/pci/ich.c.orig Sat Mar 4 11:31:33 2006 +++ /usr/src/sys/dev/sound/pci/ich.c Sat Mar 4 11:29:40 2006 @@ -839,6 +839,7 @@ case 0x202f161f: /* Gateway 7326GZ */ case 0x203a161f: /* Gateway 4028GZ */ case 0x8144104d: /* Sony VAIO PCG-TR* */ + case 0x81c0104d: /* Sony VAIO type T */ case 0x8197104d: /* Sony S1XP */ ac97_setflags(sc->codec, ac97_getflags(sc->codec) | AC97_F_EAPD_INV); break; >Release-Note: >Audit-Trail: >Unformatted: >SEVERITY: non-critical From owner-freebsd-bugs@FreeBSD.ORG Sat Mar 4 05:14: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 73EA216A420; Sat, 4 Mar 2006 05:14:13 +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 E924743D45; Sat, 4 Mar 2006 05:14:12 +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 k245ECJZ091996; Sat, 4 Mar 2006 05:14:12 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k245ECSY091992; Sat, 4 Mar 2006 05:14:12 GMT (envelope-from linimon) Date: Sat, 4 Mar 2006 05:14:12 GMT From: Mark Linimon Message-Id: <200603040514.k245ECSY091992@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-multimedia@FreeBSD.org Cc: Subject: Re: kern/94056: [ich] [patch] Turn on inverted external amplifier sense flags for Sony vaio type T 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, 04 Mar 2006 05:14:13 -0000 Synopsis: [ich] [patch] Turn on inverted external amplifier sense flags for Sony vaio type T Responsible-Changed-From-To: freebsd-bugs->freebsd-multimedia Responsible-Changed-By: linimon Responsible-Changed-When: Sat Mar 4 05:13:59 UTC 2006 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=94056 From owner-freebsd-bugs@FreeBSD.ORG Sat Mar 4 09:22: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 3F64216A422; Sat, 4 Mar 2006 09:22:09 +0000 (GMT) (envelope-from suz@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E664143D46; Sat, 4 Mar 2006 09:22:08 +0000 (GMT) (envelope-from suz@FreeBSD.org) Received: from freefall.freebsd.org (suz@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k249M8lk003096; Sat, 4 Mar 2006 09:22:08 GMT (envelope-from suz@freefall.freebsd.org) Received: (from suz@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k249M8re003091; Sat, 4 Mar 2006 09:22:08 GMT (envelope-from suz) Date: Sat, 4 Mar 2006 09:22:08 GMT From: SUZUKI Shinsuke Message-Id: <200603040922.k249M8re003091@freefall.freebsd.org> To: cristi@net.utcluj.ro, suz@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: kern/93526: IPv6 Multicast Listener Reports (MLD6 Reports) are not being sent on 6.1-PRERELEASE #5 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Mar 2006 09:22:09 -0000 Synopsis: IPv6 Multicast Listener Reports (MLD6 Reports) are not being sent on 6.1-PRERELEASE #5 State-Changed-From-To: open->feedback State-Changed-By: suz State-Changed-When: Sat Mar 4 09:20:57 UTC 2006 State-Changed-Why: the fix has been committed to -current (sys/netinet6/mld6.c Rev. 1.27) http://www.freebsd.org/cgi/query-pr.cgi?pr=93526 From owner-freebsd-bugs@FreeBSD.ORG Sat Mar 4 10:13: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 DE81916A420; Sat, 4 Mar 2006 10:13:16 +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 9C10E43D45; Sat, 4 Mar 2006 10:13:16 +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 k24ADGWU009199; Sat, 4 Mar 2006 10:13:16 GMT (envelope-from matteo@freefall.freebsd.org) Received: (from matteo@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k24ADGam009195; Sat, 4 Mar 2006 10:13:16 GMT (envelope-from matteo) Date: Sat, 4 Mar 2006 10:13:16 GMT From: Matteo Riondato Message-Id: <200603041013.k24ADGam009195@freefall.freebsd.org> To: matteo@FreeBSD.org, freebsd-bugs@FreeBSD.org, matteo@FreeBSD.org Cc: Subject: Re: conf/70973: [patch] script 800.loginfail does not report 'Illegal user' login failures 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, 04 Mar 2006 10:13:17 -0000 Synopsis: [patch] script 800.loginfail does not report 'Illegal user' login failures Responsible-Changed-From-To: freebsd-bugs->matteo Responsible-Changed-By: matteo Responsible-Changed-When: Sat Mar 4 10:12:40 UTC 2006 Responsible-Changed-Why: I'll handle this. http://www.freebsd.org/cgi/query-pr.cgi?pr=70973 From owner-freebsd-bugs@FreeBSD.ORG Sat Mar 4 10:18: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 D0BDB16A422; Sat, 4 Mar 2006 10:18:15 +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 4471843D49; Sat, 4 Mar 2006 10:18:15 +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 k24AIFFI009344; Sat, 4 Mar 2006 10:18:15 GMT (envelope-from matteo@freefall.freebsd.org) Received: (from matteo@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k24AIEwQ009340; Sat, 4 Mar 2006 10:18:14 GMT (envelope-from matteo) Date: Sat, 4 Mar 2006 10:18:14 GMT From: Matteo Riondato Message-Id: <200603041018.k24AIEwQ009340@freefall.freebsd.org> To: yamayasu@red.an.egg.or.jp, matteo@FreeBSD.org, freebsd-bugs@FreeBSD.org, matteo@FreeBSD.org Cc: Subject: Re: misc/74396: [patch] "make release" fails if the cdrtools port is not installed 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, 04 Mar 2006 10:18:15 -0000 Synopsis: [patch] "make release" fails if the cdrtools port is not installed State-Changed-From-To: open->closed State-Changed-By: matteo State-Changed-When: Sat Mar 4 10:17:45 UTC 2006 State-Changed-Why: This is not a bug Responsible-Changed-From-To: freebsd-bugs->matteo Responsible-Changed-By: matteo Responsible-Changed-When: Sat Mar 4 10:17:45 UTC 2006 Responsible-Changed-Why: Take this, just in case.. http://www.freebsd.org/cgi/query-pr.cgi?pr=74396 From owner-freebsd-bugs@FreeBSD.ORG Sat Mar 4 10:20: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 4D14C16A420; Sat, 4 Mar 2006 10:20:34 +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 09AAB43D45; Sat, 4 Mar 2006 10:20:34 +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 k24AKXY9009480; Sat, 4 Mar 2006 10:20:33 GMT (envelope-from matteo@freefall.freebsd.org) Received: (from matteo@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k24AKX6F009476; Sat, 4 Mar 2006 10:20:33 GMT (envelope-from matteo) Date: Sat, 4 Mar 2006 10:20:33 GMT From: Matteo Riondato Message-Id: <200603041020.k24AKX6F009476@freefall.freebsd.org> To: matteo@FreeBSD.org, freebsd-bugs@FreeBSD.org, matteo@FreeBSD.org Cc: Subject: Re: kern/73865: [rpcbind] [patch] NOINET6=yes in /etc/make.conf ignored 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, 04 Mar 2006 10:20:34 -0000 Synopsis: [rpcbind] [patch] NOINET6=yes in /etc/make.conf ignored Responsible-Changed-From-To: freebsd-bugs->matteo Responsible-Changed-By: matteo Responsible-Changed-When: Sat Mar 4 10:20:12 UTC 2006 Responsible-Changed-Why: I'll handle this http://www.freebsd.org/cgi/query-pr.cgi?pr=73865 From owner-freebsd-bugs@FreeBSD.ORG Sat Mar 4 10:23: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 89B3A16A422; Sat, 4 Mar 2006 10:23:05 +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 46A1F43D46; Sat, 4 Mar 2006 10:23:05 +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 k24AN519009578; Sat, 4 Mar 2006 10:23:05 GMT (envelope-from matteo@freefall.freebsd.org) Received: (from matteo@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k24AN4BD009574; Sat, 4 Mar 2006 10:23:04 GMT (envelope-from matteo) Date: Sat, 4 Mar 2006 10:23:04 GMT From: Matteo Riondato Message-Id: <200603041023.k24AN4BD009574@freefall.freebsd.org> To: edwin@mavetju.org, matteo@FreeBSD.org, freebsd-bugs@FreeBSD.org, matteo@FreeBSD.org Cc: Subject: Re: bin/62334: vipw doesn't see changes if re-edit for the second 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: Sat, 04 Mar 2006 10:23:05 -0000 Synopsis: vipw doesn't see changes if re-edit for the second time State-Changed-From-To: open->closed State-Changed-By: matteo State-Changed-When: Sat Mar 4 10:21:20 UTC 2006 State-Changed-Why: Not a bug Responsible-Changed-From-To: freebsd-bugs->matteo Responsible-Changed-By: matteo Responsible-Changed-When: Sat Mar 4 10:21:20 UTC 2006 Responsible-Changed-Why: grab this, just in case.. http://www.freebsd.org/cgi/query-pr.cgi?pr=62334 From owner-freebsd-bugs@FreeBSD.ORG Sat Mar 4 10:28: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 6009A16A422; Sat, 4 Mar 2006 10:28:41 +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 1A32943D45; Sat, 4 Mar 2006 10:28:41 +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 k24ASe5G009822; Sat, 4 Mar 2006 10:28:40 GMT (envelope-from matteo@freefall.freebsd.org) Received: (from matteo@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k24ASc2M009818; Sat, 4 Mar 2006 10:28:38 GMT (envelope-from matteo) Date: Sat, 4 Mar 2006 10:28:38 GMT From: Matteo Riondato Message-Id: <200603041028.k24ASc2M009818@freefall.freebsd.org> To: dirkx@webweaving.org, matteo@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: bin/75842: /sbin/mount: valid, but double, fstab mount-point entries ignored by mount -a at boot 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: Sat, 04 Mar 2006 10:28:41 -0000 Synopsis: /sbin/mount: valid, but double, fstab mount-point entries ignored by mount -a at boot time. State-Changed-From-To: open->closed State-Changed-By: matteo State-Changed-When: Sat Mar 4 10:28:23 UTC 2006 State-Changed-Why: Feedback timeout http://www.freebsd.org/cgi/query-pr.cgi?pr=75842 From owner-freebsd-bugs@FreeBSD.ORG Sat Mar 4 10:30:23 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 74B2C16A420; Sat, 4 Mar 2006 10:30:23 +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 335A243D45; Sat, 4 Mar 2006 10:30:23 +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 k24AUNrX010735; Sat, 4 Mar 2006 10:30:23 GMT (envelope-from matteo@freefall.freebsd.org) Received: (from matteo@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k24AUN1T010731; Sat, 4 Mar 2006 10:30:23 GMT (envelope-from matteo) Date: Sat, 4 Mar 2006 10:30:23 GMT From: Matteo Riondato Message-Id: <200603041030.k24AUN1T010731@freefall.freebsd.org> To: matteo@FreeBSD.org, freebsd-bugs@FreeBSD.org, matteo@FreeBSD.org Cc: Subject: Re: bin/81611: natd runs with -same_ports by default 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, 04 Mar 2006 10:30:23 -0000 Synopsis: natd runs with -same_ports by default Responsible-Changed-From-To: freebsd-bugs->matteo Responsible-Changed-By: matteo Responsible-Changed-When: Sat Mar 4 10:30:02 UTC 2006 Responsible-Changed-Why: I'll handle this http://www.freebsd.org/cgi/query-pr.cgi?pr=81611 From owner-freebsd-bugs@FreeBSD.ORG Sat Mar 4 10:55: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 4FF0216A420; Sat, 4 Mar 2006 10:55:40 +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 0B8E743D45; Sat, 4 Mar 2006 10:55:40 +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 k24AtdEa011665; Sat, 4 Mar 2006 10:55:39 GMT (envelope-from matteo@freefall.freebsd.org) Received: (from matteo@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k24AtdMh011661; Sat, 4 Mar 2006 10:55:39 GMT (envelope-from matteo) Date: Sat, 4 Mar 2006 10:55:39 GMT From: Matteo Riondato Message-Id: <200603041055.k24AtdMh011661@freefall.freebsd.org> To: matteo@FreeBSD.org, freebsd-bugs@FreeBSD.org, matteo@FreeBSD.org Cc: Subject: Re: conf/37569: [PATCH] Extend fstab(5) format to allow for spaces in filenames 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, 04 Mar 2006 10:55:40 -0000 Synopsis: [PATCH] Extend fstab(5) format to allow for spaces in filenames Responsible-Changed-From-To: freebsd-bugs->matteo Responsible-Changed-By: matteo Responsible-Changed-When: Sat Mar 4 10:55:20 UTC 2006 Responsible-Changed-Why: I'll handle this http://www.freebsd.org/cgi/query-pr.cgi?pr=37569 From owner-freebsd-bugs@FreeBSD.ORG Sat Mar 4 10:58: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 EEEAA16A422; Sat, 4 Mar 2006 10:58:21 +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 0D1E243D81; Sat, 4 Mar 2006 10:58:13 +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 k24AwDDu011733; Sat, 4 Mar 2006 10:58:13 GMT (envelope-from matteo@freefall.freebsd.org) Received: (from matteo@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k24AwD12011729; Sat, 4 Mar 2006 10:58:13 GMT (envelope-from matteo) Date: Sat, 4 Mar 2006 10:58:13 GMT From: Matteo Riondato Message-Id: <200603041058.k24AwD12011729@freefall.freebsd.org> To: lumpy@is.no.bs, matteo@FreeBSD.org, freebsd-bugs@FreeBSD.org, matteo@FreeBSD.org Cc: Subject: Re: conf/36392: [feature request] cron starts before vi recover, and vi recover isnt dont securely 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, 04 Mar 2006 10:58:22 -0000 Synopsis: [feature request] cron starts before vi recover, and vi recover isnt dont securely State-Changed-From-To: open->closed State-Changed-By: matteo State-Changed-When: Sat Mar 4 10:57:00 UTC 2006 State-Changed-Why: Works for me Responsible-Changed-From-To: freebsd-bugs->matteo Responsible-Changed-By: matteo Responsible-Changed-When: Sat Mar 4 10:57:00 UTC 2006 Responsible-Changed-Why: grab this, just in case.. http://www.freebsd.org/cgi/query-pr.cgi?pr=36392 From owner-freebsd-bugs@FreeBSD.ORG Sat Mar 4 11:02: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 A1D9016A420; Sat, 4 Mar 2006 11:02:38 +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 5F06E43D49; Sat, 4 Mar 2006 11:02:38 +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 k24B2cUb011931; Sat, 4 Mar 2006 11:02:38 GMT (envelope-from matteo@freefall.freebsd.org) Received: (from matteo@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k24B2c2X011927; Sat, 4 Mar 2006 11:02:38 GMT (envelope-from matteo) Date: Sat, 4 Mar 2006 11:02:38 GMT From: Matteo Riondato Message-Id: <200603041102.k24B2c2X011927@freefall.freebsd.org> To: matteo@FreeBSD.org, freebsd-bugs@FreeBSD.org, matteo@FreeBSD.org Cc: Subject: Re: bin/75585: [unionfs] mount -p on unionfs results in non parsable fstab file X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Mar 2006 11:02:38 -0000 Synopsis: [unionfs] mount -p on unionfs results in non parsable fstab file Responsible-Changed-From-To: freebsd-bugs->matteo Responsible-Changed-By: matteo Responsible-Changed-When: Sat Mar 4 11:02:11 UTC 2006 Responsible-Changed-Why: I'll handle this http://www.freebsd.org/cgi/query-pr.cgi?pr=75585 From owner-freebsd-bugs@FreeBSD.ORG Sat Mar 4 11:10:50 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 A2F1E16A422; Sat, 4 Mar 2006 11:10:50 +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 32E1843D55; Sat, 4 Mar 2006 11:10:50 +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 k24BAoK4012160; Sat, 4 Mar 2006 11:10:50 GMT (envelope-from matteo@freefall.freebsd.org) Received: (from matteo@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k24BAlal012156; Sat, 4 Mar 2006 11:10:47 GMT (envelope-from matteo) Date: Sat, 4 Mar 2006 11:10:47 GMT From: Matteo Riondato Message-Id: <200603041110.k24BAlal012156@freefall.freebsd.org> To: chuegen@pentics.com, matteo@FreeBSD.org, freebsd-bugs@FreeBSD.org, matteo@FreeBSD.org Cc: Subject: Re: conf/30301: Default printcap "mx" config too small 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, 04 Mar 2006 11:10:50 -0000 Synopsis: Default printcap "mx" config too small State-Changed-From-To: open->closed State-Changed-By: matteo State-Changed-When: Sat Mar 4 11:09:57 UTC 2006 State-Changed-Why: We never had a "mx" directive in the default printcap Responsible-Changed-From-To: freebsd-bugs->matteo Responsible-Changed-By: matteo Responsible-Changed-When: Sat Mar 4 11:09:57 UTC 2006 Responsible-Changed-Why: Grab this, just in case.. http://www.freebsd.org/cgi/query-pr.cgi?pr=30301 From owner-freebsd-bugs@FreeBSD.ORG Sat Mar 4 11: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 926A916A420 for ; Sat, 4 Mar 2006 11: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 03FB143D49 for ; Sat, 4 Mar 2006 11: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 k24Bo53k014648 for ; Sat, 4 Mar 2006 11: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 k24Bo5q6014647; Sat, 4 Mar 2006 11:50:05 GMT (envelope-from gnats) Resent-Date: Sat, 4 Mar 2006 11:50:05 GMT Resent-Message-Id: <200603041150.k24Bo5q6014647@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gabor Kovesdan Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 87FB416A422 for ; Sat, 4 Mar 2006 11:42:56 +0000 (GMT) (envelope-from tux@server.t-hosting.hu) Received: from server.t-hosting.hu (server.t-hosting.hu [217.20.133.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A1A943D48 for ; Sat, 4 Mar 2006 11:42:55 +0000 (GMT) (envelope-from tux@server.t-hosting.hu) Received: from localhost (localhost [127.0.0.1]) by server.t-hosting.hu (Postfix) with ESMTP id C62CE9974D5; Sat, 4 Mar 2006 12:42:53 +0100 (CET) Received: from server.t-hosting.hu ([127.0.0.1]) by localhost (server.t-hosting.hu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 22651-02; Sat, 4 Mar 2006 12:42:50 +0100 (CET) Received: by server.t-hosting.hu (Postfix, from userid 1001) id 609DB997488; Sat, 4 Mar 2006 12:42:50 +0100 (CET) Message-Id: <20060304114250.609DB997488@server.t-hosting.hu> Date: Sat, 4 Mar 2006 12:42:50 +0100 (CET) From: Gabor Kovesdan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Gabor Kovesdan Subject: bin/94060: Users can hide themselves with a trick X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Gabor Kovesdan List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Mar 2006 11:50:06 -0000 >Number: 94060 >Category: bin >Synopsis: Users can hide themselves with a trick >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 Mar 04 11:50:05 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Gabor Kovesdan >Release: FreeBSD 5.3-RELEASE-p17 amd64 >Organization: n/a >Environment: >Description: Here, you can see that I logged in via ssh: Last login: Sat Mar 4 12:28:28 2006 Copyright (c) 1980, 1983, 1986, 1988, 1990, 1991, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 5.3-RELEASE-p17 (FREEBSD) #0: Mon Jul 4 20:23:15 CEST 2005 [motd snipped] tux@server$ w 12:28PM up 82 days, 21:53, 2 users, load averages: 0.16, 0.07, 0.02 USER TTY FROM LOGIN@ IDLE WHAT [snip] tux p1 catv-5062e7e3.ca 12:28PM - w As I type w, I can see myself logged in. The system recognizes my host, too. Now, here comes the trick. I run login with any parameter, even a non-existent user. I specify a wrong password and then I log in with my account I used by ssh login. In this case this login name is tux. I don't have to specify my password in this case, of course, because I started login with uid tux. tux@server$ login some_fake_user Password: Login incorrect login: tux Last login: Sat Mar 4 12:28:54 from catv-5062e7e3.c Copyright (c) 1992-2004 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 5.3-RELEASE-p17 (FREEBSD) #0: Mon Jul 4 20:23:15 CEST 2005 [motd snipped] tux@server$ w 12:29PM up 82 days, 21:53, 2 users, load averages: 0.11, 0.06, 0.02 USER TTY FROM LOGIN@ IDLE WHAT [snip] tux p1 - 12:29PM - w My host has gone away... Now, I type exit, to quit from this new session, but my first session will remain: tux@server$ exit logout tux@server$ w 12:29PM up 82 days, 21:53, 1 user, load averages: 0.10, 0.06, 0.02 USER TTY FROM LOGIN@ IDLE WHAT yare p0 183-61-31.ip.ads 12:03PM 25 - tux@server$ whoami tux tux@server$ who am i tux ttyp1 Mar 4 12:29 tux@server$ Now, I disappeard, and I can do anything. Other users won't see that I even logged in. I don't know whether it's a bug or it's the normal behavior, but I think it should be changed. I don't think it is critical but it might be used for some kind of abusing. I haven't tried it locally, just with ssh, but I suppose it will work locally, too. >How-To-Repeat: Follow the steps above. >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sat Mar 4 15: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 0587216A420 for ; Sat, 4 Mar 2006 15: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 9B4D643D45 for ; Sat, 4 Mar 2006 15:40: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 k24Fe6ob028487 for ; Sat, 4 Mar 2006 15:40:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k24Fe6QC028486; Sat, 4 Mar 2006 15:40:06 GMT (envelope-from gnats) Date: Sat, 4 Mar 2006 15:40:06 GMT Message-Id: <200603041540.k24Fe6QC028486@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Robert Gogolok Cc: Subject: Re: bin/94045: [nullfs] dump(8) seg-fault on nullfs X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Robert Gogolok List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Mar 2006 15:40:07 -0000 The following reply was made to PR bin/94045; it has been noted by GNATS. From: Robert Gogolok To: bug-followup@freebsd.org, pietro.cerutti@gmail.com Cc: Subject: Re: bin/94045: [nullfs] dump(8) seg-fault on nullfs Date: Sat, 4 Mar 2006 16:36:39 +0100 Backtrace: Program received signal SIGSEGV, Segmentation fault. 0x2811ddb2 in strcmp () from /lib/libc.so.6 (gdb) bt #0 0x2811ddb2 in strcmp () from /lib/libc.so.6 #1 0x0804b750 in getmntpt (name=3D0x0, mntflagsp=3D0xbfbfeb5c)=20 at /usr/src/sbin/dump/main.c:607 #2 0x0804aa14 in main (argc=3D0, argv=3D0xbfbfec48)=20 at /usr/src/sbin/dump/main.c:325 607 =BB=B7=BB=B7if (!strcmp(mntbuf[i].f_mntfromname, name)) { The variable 'name' in the method=20 600 getmntpt(char *name, int *mntflagsp) on line 607 hast the value 0. The value is set in the 'if block' on line 314. 313 =BB=B7if (dt !=3D NULL) { 314 =BB=B7=BB=B7disk =3D rawname(dt->fs_spec); 315 =BB=B7=BB=B7(void)strncpy(spcl.c_dev, dt->fs_spec, NAMELEN); 316 =BB=B7=BB=B7(void)strncpy(spcl.c_filesys, dt->fs_file, NAMELEN); 317 =BB=B7} else { 318 =BB=B7=BB=B7(void)strncpy(spcl.c_dev, disk, NAMELEN); 319 =BB=B7=BB=B7(void)strncpy(spcl.c_filesys, "an unlisted file system", 320 =BB=B7=BB=B7 NAMELEN); 321 =BB=B7} The method rawname returns 0 since on line 667 667 =BB=B7if (stat(cp, &sb) =3D=3D 0 && (sb.st_mode & S_IFMT) =3D=3D S_IFCH= R) 668 =BB=B7=BB=B7return (cp); the comparision=20 (sb.st_mode & S_IFMT) =3D=3D S_IFCHR=20 is not true and the rawname methos returns NULL 674 =BB=B7return (NULL); From owner-freebsd-bugs@FreeBSD.ORG Sat Mar 4 16:20: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 C6FF916A420 for ; Sat, 4 Mar 2006 16:20: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 971CA43D45 for ; Sat, 4 Mar 2006 16:20: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 k24GKKDi029597 for ; Sat, 4 Mar 2006 16:20:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k24GKKKt029596; Sat, 4 Mar 2006 16:20:20 GMT (envelope-from gnats) Date: Sat, 4 Mar 2006 16:20:20 GMT Message-Id: <200603041620.k24GKKKt029596@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Daniel Gerzo Cc: Subject: Re: bin/94060: Users can hide themselves with a trick X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Daniel Gerzo List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Mar 2006 16:20:20 -0000 The following reply was made to PR bin/94060; it has been noted by GNATS. From: Daniel Gerzo To: bug-followup@FreeBSD.org, gabor.kovesdan@t-hosting.hu Cc: Subject: Re: bin/94060: Users can hide themselves with a trick Date: Sat, 4 Mar 2006 17:17:53 +0100 Hello Gabor, pretty interesting, but I wasn't able to reproduce the behavior you have described. I've been trying to do the steps you wrote in PR, on RELENG_6, RELENG_4 and a 5.4-RELEASE (I don't have any 5.3 running). On RELENG_6 I can't use `login some_fake_user': danger@[SC5.daemon ~]$ login asd Not a login shell. On RELENG_4 and 5.4-RELEASE I can do this step. My host is gone, but when I exit from the login session, my original session disappears too. Maybe it's only a 5.3-RELEASE issue? -- Sincerely, Daniel Gerzo From owner-freebsd-bugs@FreeBSD.ORG Sat Mar 4 18: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 F373216A420 for ; Sat, 4 Mar 2006 18: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 72F1D43D46 for ; Sat, 4 Mar 2006 18:20: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 k24IK5kM036467 for ; Sat, 4 Mar 2006 18: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 k24IK5wH036456; Sat, 4 Mar 2006 18:20:05 GMT (envelope-from gnats) Resent-Date: Sat, 4 Mar 2006 18:20:05 GMT Resent-Message-Id: <200603041820.k24IK5wH036456@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Joćo Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 697FD16A420 for ; Sat, 4 Mar 2006 18:16: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 73C3143D49 for ; Sat, 4 Mar 2006 18:16:25 +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 k24IGPfQ075840 for ; Sat, 4 Mar 2006 18:16:25 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k24IGP2P075839; Sat, 4 Mar 2006 18:16:25 GMT (envelope-from nobody) Message-Id: <200603041816.k24IGP2P075839@www.freebsd.org> Date: Sat, 4 Mar 2006 18:16:25 GMT From: Joćo To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: kern/94070: nve gives device timeout on recent releng_6 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, 04 Mar 2006 18:20:06 -0000 >Number: 94070 >Category: kern >Synopsis: nve gives device timeout on recent releng_6 >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Mar 04 18:20:04 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Joćo >Release: amd64 releng_6 >Organization: Infomatik >Environment: FreeBSD gw.lucenet.com.br 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #0: Thu Feb 23 18:43:56 BRT 2006 hmm@gw.lucenet.com.br:/usr/obj/mnt/src/sys/wipgw-64 amd64 >Description: Mar 4 04:09:57 gw kernel: nve0: device timeout (1) Mar 4 04:10:28 gw kernel: nve0: device timeout (1) Mar 4 04:11:34 gw kernel: nve0: device timeout (19) Mar 4 04:12:38 gw kernel: nve0: device timeout (37) Mar 4 04:14:31 gw kernel: nve0: device timeout (64) the problem happens after some days running normally no traffic goes through anymore anyway ifconfig says "active" ifconfig up/down does not change anything cable unplugging either the interface was running fine on stable aprox 1 or 2 weeks before above kernel date nve0: port 0xd400-0xd407 mem 0xf6000000-0xf6000fff irq 20 at device 5.0 on pci0 >How-To-Repeat: >Fix: reboot >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sat Mar 4 18:40: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 5D3B216A420 for ; Sat, 4 Mar 2006 18:40: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 160F643D46 for ; Sat, 4 Mar 2006 18: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 k24Ie7ln038167 for ; Sat, 4 Mar 2006 18:40:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k24Ie7G6038166; Sat, 4 Mar 2006 18:40:07 GMT (envelope-from gnats) Date: Sat, 4 Mar 2006 18:40:07 GMT Message-Id: <200603041840.k24Ie7G6038166@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: "Denis Perisa [DARKMAN]" Cc: Subject: Re: kern/91364: [wep] WF-511 RT2500 Card PCI and WEP X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Denis Perisa \[DARKMAN\]" List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Mar 2006 18:40:08 -0000 The following reply was made to PR kern/91364; it has been noted by GNATS. From: "Denis Perisa [DARKMAN]" To: bug-followup@FreeBSD.org Cc: Subject: Re: kern/91364: [wep] WF-511 RT2500 Card PCI and WEP Date: Sat, 04 Mar 2006 19:33:35 +0100 Just followup; nobody can fix this? When I use hostap with WEP on rt2500 card, I get propper requests from client but reply is truncated.. also ping from host goes like "sendto: Host is down" -- Denis Perisa www.se515.com