From owner-freebsd-bugs@FreeBSD.ORG Sun Jul 4 05:20:23 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 431A516A4CF for ; Sun, 4 Jul 2004 05:20:23 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 217AF43D48 for ; Sun, 4 Jul 2004 05:20:23 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i645KJr6001053 for ; Sun, 4 Jul 2004 05:20:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i645KJQY001052; Sun, 4 Jul 2004 05:20:19 GMT (envelope-from gnats) Resent-Date: Sun, 4 Jul 2004 05:20:19 GMT Resent-Message-Id: <200407040520.i645KJQY001052@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, Wang Guanglei Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3BD9016A4CE for ; Sun, 4 Jul 2004 05:18:57 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3484843D1D for ; Sun, 4 Jul 2004 05:18:57 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.11/8.12.11) with ESMTP id i645Iurl012547 for ; Sun, 4 Jul 2004 05:18:56 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.11/8.12.11/Submit) id i645IuJY012546; Sun, 4 Jul 2004 05:18:56 GMT (envelope-from nobody) Message-Id: <200407040518.i645IuJY012546@www.freebsd.org> Date: Sun, 4 Jul 2004 05:18:56 GMT From: Wang Guanglei To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: kern/68648: function arguments error. X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Jul 2004 05:20:23 -0000 >Number: 68648 >Category: kern >Synopsis: function arguments error. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Jul 04 05:20:19 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Wang Guanglei >Release: FreeBSD5.2.1 >Organization: >Environment: FreeBSD localhost.cobrasoft.net 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #0: Mon Feb 23 20:45:55 GMT 2004 root@wv1u.btc.adaptec.com:/usr/obj/usr/src/sys/GENERIC i386 >Description: I installed FreeBSD 5.2.1. Yesterday, I cvsup my src to current version and wantto make a world. :p when I make buildkernel, the compiler report: too few arguments in sched_ule.c: 1719, mi_swtich(). There it is. 1719 mi_switch(SW_VOL); I use grep to find other mi_sitch(), I found it be used in this way: kern_idle.c: mi_switch(SW_VOL, NULL); I think this maybe a mistake, so I report this. >How-To-Repeat: correct it. >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sun Jul 4 05:46:28 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6074816A4CE; Sun, 4 Jul 2004 05:46:28 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4108F43D2F; Sun, 4 Jul 2004 05:46:28 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) i645kSmL006303; Sun, 4 Jul 2004 05:46:28 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i645kRLP006299; Sun, 4 Jul 2004 05:46:27 GMT (envelope-from linimon) Date: Sun, 4 Jul 2004 05:46:27 GMT From: Mark Linimon Message-Id: <200407040546.i645kRLP006299@freefall.freebsd.org> To: cobrawgl@sohu.com, linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/68648: function arguments error. X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Jul 2004 05:46:28 -0000 Synopsis: function arguments error. State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Sun Jul 4 05:45:11 GMT 2004 State-Changed-Why: A patch has already been committed -- see an ongoing discussion on -current for details. In general, kernel build errors are discussed on -current, so you should always check there first before creating a PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=68648 From owner-freebsd-bugs@FreeBSD.ORG Sun Jul 4 09:14:46 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E94516A4CE; Sun, 4 Jul 2004 09:14:46 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F3ED43D1F; Sun, 4 Jul 2004 09:14:46 +0000 (GMT) (envelope-from sanpei@FreeBSD.org) Received: from freefall.freebsd.org (sanpei@localhost [127.0.0.1]) i649EkdI072475; Sun, 4 Jul 2004 09:14:46 GMT (envelope-from sanpei@freefall.freebsd.org) Received: (from sanpei@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i649Ek9D072471; Sun, 4 Jul 2004 09:14:46 GMT (envelope-from sanpei) Date: Sun, 4 Jul 2004 09:14:46 GMT From: MIHIRA Sanpei Yoshiro Message-Id: <200407040914.i649Ek9D072471@freefall.freebsd.org> To: s2liang@uwaterloo.ca, sanpei@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/68465: usbdevs support for Linksys WUSB11 v2.8, and bug fix X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Jul 2004 09:14:46 -0000 Synopsis: usbdevs support for Linksys WUSB11 v2.8, and bug fix State-Changed-From-To: open->closed State-Changed-By: sanpei State-Changed-When: Sun Jul 4 09:14:10 GMT 2004 State-Changed-Why: Committed, usbdevs 1.187. Please report atuwi driver, Daan http://www.freebsd.org/cgi/query-pr.cgi?pr=68465 From owner-freebsd-bugs@FreeBSD.ORG Sun Jul 4 14:56:13 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6134B16A4CE; Sun, 4 Jul 2004 14:56:13 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42F9C43D48; Sun, 4 Jul 2004 14:56:13 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from freefall.freebsd.org (tjr@localhost [127.0.0.1]) i64EuD4o071322; Sun, 4 Jul 2004 14:56:13 GMT (envelope-from tjr@freefall.freebsd.org) Received: (from tjr@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i64EuCEv071318; Sun, 4 Jul 2004 14:56:12 GMT (envelope-from tjr) Date: Sun, 4 Jul 2004 14:56:12 GMT From: "Tim J. Robbins" Message-Id: <200407041456.i64EuCEv071318@freefall.freebsd.org> To: sluggo@unknown.nu, tjr@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: gnu/67987: grep needs to be updated X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Jul 2004 14:56:13 -0000 Synopsis: grep needs to be updated State-Changed-From-To: open->closed State-Changed-By: tjr State-Changed-When: Sun Jul 4 14:55:32 GMT 2004 State-Changed-Why: Upgraded to 2.5.1 in -current. http://www.freebsd.org/cgi/query-pr.cgi?pr=67987 From owner-freebsd-bugs@FreeBSD.ORG Sun Jul 4 15:51:34 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C19A16A4CE; Sun, 4 Jul 2004 15:51:34 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80DAA43D2F; Sun, 4 Jul 2004 15:51:34 +0000 (GMT) (envelope-from bms@FreeBSD.org) Received: from freefall.freebsd.org (bms@localhost [127.0.0.1]) i64FpY9Z078275; Sun, 4 Jul 2004 15:51:34 GMT (envelope-from bms@freefall.freebsd.org) Received: (from bms@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i64FpYrw078271; Sun, 4 Jul 2004 15:51:34 GMT (envelope-from bms) Date: Sun, 4 Jul 2004 15:51:34 GMT From: Bruce M Simpson Message-Id: <200407041551.i64FpYrw078271@freefall.freebsd.org> To: bms@FreeBSD.org, freebsd-bugs@FreeBSD.org, bms@FreeBSD.org Subject: Re: kern/61174: patch to bridge.c: range checking for bridge.enable X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Jul 2004 15:51:34 -0000 Synopsis: patch to bridge.c: range checking for bridge.enable Responsible-Changed-From-To: freebsd-bugs->bms Responsible-Changed-By: bms Responsible-Changed-When: Sun Jul 4 15:51:22 GMT 2004 Responsible-Changed-Why: I'll do it http://www.freebsd.org/cgi/query-pr.cgi?pr=61174 From owner-freebsd-bugs@FreeBSD.ORG Sun Jul 4 16:05:36 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6AE3416A4CE; Sun, 4 Jul 2004 16:05:36 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B0A243D4C; Sun, 4 Jul 2004 16:05:36 +0000 (GMT) (envelope-from bms@FreeBSD.org) Received: from freefall.freebsd.org (bms@localhost [127.0.0.1]) i64G5apJ082558; Sun, 4 Jul 2004 16:05:36 GMT (envelope-from bms@freefall.freebsd.org) Received: (from bms@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i64G5XnE082554; Sun, 4 Jul 2004 16:05:33 GMT (envelope-from bms) Date: Sun, 4 Jul 2004 16:05:33 GMT From: Bruce M Simpson Message-Id: <200407041605.i64G5XnE082554@freefall.freebsd.org> To: stesin@tormoz.net, bms@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/42806: VLANs do not work with fxp + catalyst as they supposed to X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Jul 2004 16:05:36 -0000 Synopsis: VLANs do not work with fxp + catalyst as they supposed to State-Changed-From-To: open->suspended State-Changed-By: bms State-Changed-When: Sun Jul 4 16:05:17 GMT 2004 State-Changed-Why: Timeout on feedback http://www.freebsd.org/cgi/query-pr.cgi?pr=42806 From owner-freebsd-bugs@FreeBSD.ORG Sun Jul 4 18:23:17 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 11C2116A4CF for ; Sun, 4 Jul 2004 18:23:17 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DAD1A43D3F for ; Sun, 4 Jul 2004 18:22:41 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i64ILV6O096879 for ; Sun, 4 Jul 2004 18:21:31 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i64ILVvY096878; Sun, 4 Jul 2004 18:21:31 GMT (envelope-from gnats) Resent-Date: Sun, 4 Jul 2004 18:21:31 GMT Resent-Message-Id: <200407041821.i64ILVvY096878@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, Pedro Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2ADCC16A4CE for ; Sun, 4 Jul 2004 18:19:38 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 216A743D3F for ; Sun, 4 Jul 2004 18:19:03 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.11/8.12.11) with ESMTP id i64IHqlW009985 for ; Sun, 4 Jul 2004 18:17:52 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.11/8.12.11/Submit) id i64IHqns009980; Sun, 4 Jul 2004 18:17:52 GMT (envelope-from nobody) Message-Id: <200407041817.i64IHqns009980@www.freebsd.org> Date: Sun, 4 Jul 2004 18:17:52 GMT From: Pedro To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: misc/68665: pcm doesn't detect Realtek ac97 onboard audio, on ATI Radeon 9000 IGP X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Jul 2004 18:23:17 -0000 >Number: 68665 >Category: misc >Synopsis: pcm doesn't detect Realtek ac97 onboard audio, on ATI Radeon 9000 IGP >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Jul 04 18:20:21 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Pedro >Release: FreeBSD 4.10 >Organization: N/A >Environment: FreeBSD pedro.pt 4.10-STABLE FreeBSD 4.10-STABLE #1: Sat Jul 2 17:34:20 EDT 2004 root@pedro.pt:/usr/obj/usr/src/sys/MYKERNEL i386 >Description: I have a Acer 1623LMI with two modifications, 400Mhz memory and a 7200 RPM's disc, the rest of the specs can be found at http://www.acer-pt.com/acereuro/page9.do?dau34.oid=4833&UserCtxParam=0&GroupCtxParam=0&dctx1=18&ctx1=PT&crc=4129581818 The pcm driver doesn´t seem to detect the Realtek AC97 onboard audio on my Mobility Radeon 9000 IGP motherboard. I tried the regular way, device pcm on kernel/build/install/reboot and didn't work, i tried with and without options PNPBIOS, with and without sbc, with and without all the other drivers in all the possible combinations, i tried loading sound modules(pcm/sbc/ich/all) after boot, before boot, i tried the sh MAKEDEV snd0 thing after all the above and it didn't work. >How-To-Repeat: Not needed, it just doesn't work. >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sun Jul 4 18:40:17 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8087A16A4CE for ; Sun, 4 Jul 2004 18:40:17 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79E2E43D2F for ; Sun, 4 Jul 2004 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.12.11/8.12.11) with ESMTP id i64IeHeL098290 for ; Sun, 4 Jul 2004 18:40:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i64IeHN4098289; Sun, 4 Jul 2004 18:40:17 GMT (envelope-from gnats) Date: Sun, 4 Jul 2004 18:40:17 GMT Message-Id: <200407041840.i64IeHN4098289@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: "Simon L. Nielsen" Subject: Re: misc/68665: pcm doesn't detect Realtek ac97 onboard audio, on ATI Radeon 9000 IGP X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Simon L. Nielsen" List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Jul 2004 18:40:17 -0000 The following reply was made to PR misc/68665; it has been noted by GNATS. From: "Simon L. Nielsen" To: Pedro Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: misc/68665: pcm doesn't detect Realtek ac97 onboard audio, on ATI Radeon 9000 IGP Date: Sun, 4 Jul 2004 20:32:11 +0200 --oyUTqETQ0mS9luUI Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2004.07.04 18:17:52 +0000, Pedro wrote: > The pcm driver doesn=B4t seem to detect the Realtek AC97 onboard audio > on my Mobility Radeon 9000 IGP motherboard. Does it show up in dmesg? Does it show up in "pciconf -lv" ? I have no idea if there is a driver for the sound device on your motherboard, but the above information might give a hint. --=20 Simon L. Nielsen FreeBSD Documentation Team --oyUTqETQ0mS9luUI Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFA6E0rh9pcDSc1mlERAndiAKCtjisEHgLP+DlmFBseeydlmcQD5QCghil9 Jx/xcFZS3O6y+il189Y1uiE= =92aX -----END PGP SIGNATURE----- --oyUTqETQ0mS9luUI-- From owner-freebsd-bugs@FreeBSD.ORG Sun Jul 4 20:20:25 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A4F2B16A4CE; Sun, 4 Jul 2004 20:20:25 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8524243D1F; Sun, 4 Jul 2004 20:20:25 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from freefall.freebsd.org (cperciva@localhost [127.0.0.1]) i64KKPaO010352; Sun, 4 Jul 2004 20:20:25 GMT (envelope-from cperciva@freefall.freebsd.org) Received: (from cperciva@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i64KKPEX010348; Sun, 4 Jul 2004 20:20:25 GMT (envelope-from cperciva) Date: Sun, 4 Jul 2004 20:20:25 GMT From: Colin Percival Message-Id: <200407042020.i64KKPEX010348@freefall.freebsd.org> To: hsn@netmag.cz, cperciva@FreeBSD.org, freebsd-bugs@FreeBSD.org, cperciva@FreeBSD.org Subject: Re: kern/65402: patch: fflush() should not return error on readonly files X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Jul 2004 20:20:25 -0000 Synopsis: patch: fflush() should not return error on readonly files State-Changed-From-To: open->closed State-Changed-By: cperciva State-Changed-When: Sun Jul 4 20:18:48 GMT 2004 State-Changed-Why: As (now) documented in src/lib/libc/stdio/fflush.c, this behaviour is intentional and will not be changed. Responsible-Changed-From-To: freebsd-bugs->cperciva Responsible-Changed-By: cperciva Responsible-Changed-When: Sun Jul 4 20:18:48 GMT 2004 Responsible-Changed-Why: As (now) documented in src/lib/libc/stdio/fflush.c, this behaviour is intentional and will not be changed. http://www.freebsd.org/cgi/query-pr.cgi?pr=65402 From owner-freebsd-bugs@FreeBSD.ORG Mon Jul 5 07:20:18 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6195616A4CE for ; Mon, 5 Jul 2004 07:20:18 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3DC9F43D49 for ; Mon, 5 Jul 2004 07:20:18 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i657KIvc013388 for ; Mon, 5 Jul 2004 07:20:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i657KI7m013387; Mon, 5 Jul 2004 07:20:18 GMT (envelope-from gnats) Resent-Date: Mon, 5 Jul 2004 07:20:18 GMT Resent-Message-Id: <200407050720.i657KI7m013387@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, Ron Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD51216A4CE for ; Mon, 5 Jul 2004 07:17:37 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3BB143D1F for ; Mon, 5 Jul 2004 07:17:37 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.11/8.12.11) with ESMTP id i657Hb2U073516 for ; Mon, 5 Jul 2004 07:17:37 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.11/8.12.11/Submit) id i657Hb2W073515; Mon, 5 Jul 2004 07:17:37 GMT (envelope-from nobody) Message-Id: <200407050717.i657Hb2W073515@www.freebsd.org> Date: Mon, 5 Jul 2004 07:17:37 GMT From: Ron To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: misc/68679: am-utils pcfs does not work under FreeBSD 5.2.1 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jul 2004 07:20:18 -0000 >Number: 68679 >Category: misc >Synopsis: am-utils pcfs does not work under FreeBSD 5.2.1 >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jul 05 07:20:17 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Ron >Release: 5.2.1 >Organization: >Environment: FreeBSD hppav.ypeast01.mi.comcast.net 5.2-RELEASE FreeBSD 5.2-RELEASE #0: Thu Apr 1 23:45:32 GMT 2004 rjohns44@hppav.ypeast01.mi.comcast.net:/usr/obj/usr/src/sys/hppav_5.2-REL_040222 i386 >Description: The following statement in my mnt.map file does not does not work: floppy type:=pcfs;dev:=/dev/fd0 This seems to be known (see below), but no bug report or response has been issued to the inquiries below. http://lists.freebsd.org/pipermail/freebsd-current/2004-February/021061.html http://lists.freebsd.org/pipermail/freebsd-hackers/2003-October/003749.html >How-To-Repeat: Use amd with the map entry: floppy type:=pcfs;dev:=/dev/fd0 >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Mon Jul 5 08:54:01 2004 Return-Path: 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 30D4316A4CE; Mon, 5 Jul 2004 08:54:01 +0000 (GMT) Received: from mail.j.dendai.ac.jp (mail.j.dendai.ac.jp [133.14.49.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCB4643D3F; Mon, 5 Jul 2004 08:54:00 +0000 (GMT) (envelope-from fujimoto@j.dendai.ac.jp) Received: from [192.168.42.6] (yebisu.j.dendai.ac.jp [133.14.49.224]) by mail.j.dendai.ac.jp (Postfix) with ESMTP id 9E1EE80DB; Mon, 5 Jul 2004 17:53:59 +0900 (JST) Message-ID: <40E9172D.6000402@j.dendai.ac.jp> Date: Mon, 05 Jul 2004 17:54:05 +0900 From: FUJIMOTO Kou User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; ja-JP; rv:1.7) Gecko/20040616 X-Accept-Language: ja, en-us, en MIME-Version: 1.0 To: Bruce M Simpson References: <200407030625.i636P7E8033036@freefall.freebsd.org> In-Reply-To: <200407030625.i636P7E8033036@freefall.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-bugs@FreeBSD.org Subject: Re: kern/62438: viapm patch for VT8235 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jul 2004 08:54:01 -0000 Everytime when I enable acpi function I get the same result, while the patch works without any problem when I disable acpi (either on boot time or in kernel config). This workaround is reported on FreeBSD-users-jp ML (in Japanese): http://home.jp.freebsd.org/cgi-bin/showmail/FreeBSD-users-jp/78394 In the message above, Ito-san suggests 'isab' (PCI-ISA bridge) is not probed with the patch and acpi enabled. Bruce M Simpson wrote: > Do you get the same results if you try using ACPI instead and dropping > the power management drivers from your kernel? -- FUJIMOTO Kou: Tokyo Denki University From owner-freebsd-bugs@FreeBSD.ORG Mon Jul 5 09:16:11 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B35F916A4CE; Mon, 5 Jul 2004 09:16:11 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9152C43D1D; Mon, 5 Jul 2004 09:16:11 +0000 (GMT) (envelope-from mbr@FreeBSD.org) Received: from freefall.freebsd.org (mbr@localhost [127.0.0.1]) i659GB7c043726; Mon, 5 Jul 2004 09:16:11 GMT (envelope-from mbr@freefall.freebsd.org) Received: (from mbr@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i659GBNw043722; Mon, 5 Jul 2004 09:16:11 GMT (envelope-from mbr) Date: Mon, 5 Jul 2004 09:16:11 GMT From: Martin Blapp Message-Id: <200407050916.i659GBNw043722@freefall.freebsd.org> To: mbr@FreeBSD.org, freebsd-bugs@FreeBSD.org, mbr@FreeBSD.org Subject: Re: misc/68679: am-utils pcfs does not work under FreeBSD 5.2.1 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jul 2004 09:16:11 -0000 Synopsis: am-utils pcfs does not work under FreeBSD 5.2.1 Responsible-Changed-From-To: freebsd-bugs->mbr Responsible-Changed-By: mbr Responsible-Changed-When: Mon Jul 5 09:15:50 GMT 2004 Responsible-Changed-Why: Take this PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=68679 From owner-freebsd-bugs@FreeBSD.ORG Mon Jul 5 09:30:14 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4019F16A4D9 for ; Mon, 5 Jul 2004 09:30:14 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 204BB43D55 for ; Mon, 5 Jul 2004 09: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.12.11/8.12.11) with ESMTP id i659UEGc044264 for ; Mon, 5 Jul 2004 09:30:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i659UDfQ044263; Mon, 5 Jul 2004 09:30:14 GMT (envelope-from gnats) Resent-Date: Mon, 5 Jul 2004 09:30:14 GMT Resent-Message-Id: <200407050930.i659UDfQ044263@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, Xin LI Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B1BF16A4CF for ; Mon, 5 Jul 2004 09:26:43 +0000 (GMT) Received: from mail.FreeBSD.org.cn (dns3.freebsd.org.cn [61.129.66.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F43243D39 for ; Mon, 5 Jul 2004 09:26:42 +0000 (GMT) (envelope-from delphij@frontfree.net) Received: (qmail 79947 invoked by uid 0); 5 Jul 2004 09:25:04 -0000 Received: from unknown (HELO beastie.frontfree.net) (218.107.145.7) by mail.FreeBSD.org.cn with AES256-SHA encrypted SMTP; 5 Jul 2004 09:25:04 -0000 Received: from localhost (localhost.frontfree.net [127.0.0.1]) by beastie.frontfree.net (Postfix) with ESMTP id BF6EF11785 for ; Mon, 5 Jul 2004 17:26:09 +0800 (CST) Received: from beastie.frontfree.net ([127.0.0.1]) by localhost (beastie.frontfree.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 04071-07 for ; Mon, 5 Jul 2004 17:26:09 +0800 (CST) Received: by beastie.frontfree.net (Postfix, from userid 1001) id BD33C1148A; Mon, 5 Jul 2004 17:26:08 +0800 (CST) Message-Id: <20040705092608.BD33C1148A@beastie.frontfree.net> Date: Mon, 5 Jul 2004 17:26:08 +0800 (CST) From: Xin LI To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: bin/68683: [PATCH] cron: Fix parsing of '0' and non-alphanumerics in steps X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Xin LI List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jul 2004 09:30:14 -0000 >Number: 68683 >Category: bin >Synopsis: [PATCH] cron: Fix parsing of '0' and non-alphanumerics in steps >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jul 05 09:30:13 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Xin LI >Release: FreeBSD 5.2-delphij i386 >Organization: The FreeBSD Simplified Chinese Project >Environment: System: FreeBSD beastie.frontfree.net 5.2-delphij FreeBSD 5.2-delphij #80: Thu Jun 24 17:30:33 CST 2004 delphij@beastie.frontfree.net:/usr/obj/usr/src/sys/BEASTIE i386 >Description: Having an entry with stepping value of zero, say, */0, is currently permitted by cron(5) however that will lead to a 100% CPU load. This should be either documented in crontab(5), or be handled properly (preferred). The attached patch brings OpenBSD src/usr.sbin/cron/entry.c,v 1.17's changes to FreeBSD, which will solve the issue. >How-To-Repeat: Have a similiar line like this, in /etc/crontab */0 * * * * operator /usr/local/bin/test >Fix: --- patch-cron begins here --- Index: entry.c =================================================================== RCS file: /home/fcvs/src/usr.sbin/cron/lib/entry.c,v retrieving revision 1.15 diff -u -r1.15 entry.c --- entry.c 16 Aug 2001 14:23:59 -0000 1.15 +++ entry.c 5 Jul 2004 09:17:45 -0000 @@ -543,7 +543,7 @@ * sent as a 0 since there is no offset either. */ ch = get_number(&num3, 0, PPC_NULL, ch, file); - if (ch == EOF) + if (ch == EOF || num3 == 0) return EOF; } else { /* no step. default==1. @@ -592,6 +592,8 @@ ch = get_char(file); } *pc = '\0'; + if (len == 0) + return (EOF); /* try to find the name in the name list */ --- patch-cron ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Mon Jul 5 11:00:43 2004 Return-Path: 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 09EA316A4CE for ; Mon, 5 Jul 2004 11:00:43 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDA6343D39 for ; Mon, 5 Jul 2004 11:00:42 +0000 (GMT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i65B0gex054418 for ; Mon, 5 Jul 2004 11:00:42 GMT (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i65B0gDA054413 for freebsd-bugs@freebsd.org; Mon, 5 Jul 2004 11:00:42 GMT (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 5 Jul 2004 11:00:42 GMT Message-Id: <200407051100.i65B0gDA054413@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.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jul 2004 11:00:43 -0000 Current FreeBSD problem reports Critical problems Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2004/07/05] pending/68676gnats-admin o [2004/07/05] pending/68680gnats-admin Returned mail: User unknown o [2004/07/05] pending/68681gnats-admin Returned mail: Over quota 3 problems total. Non-critical problems From owner-freebsd-bugs@FreeBSD.ORG Mon Jul 5 11:00:48 2004 Return-Path: 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 BE5B916A4CE for ; Mon, 5 Jul 2004 11:00:48 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABF0843D45 for ; Mon, 5 Jul 2004 11:00:48 +0000 (GMT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i65B0mwp054429 for ; Mon, 5 Jul 2004 11:00:48 GMT (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i65B0ghd054423 for freebsd-bugs@freebsd.org; Mon, 5 Jul 2004 11:00:42 GMT (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 5 Jul 2004 11:00:42 GMT Message-Id: <200407051100.i65B0ghd054423@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.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jul 2004 11:00:48 -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 ------------------------------------------------------------------------------- o [1998/07/12] kern/7264 gibbs Buslogic BT 950 scsi card not detected o [1998/11/25] kern/8861 mdodd under heavy (multi interface) traffic ep0 s [1999/06/05] kern/12041 n_hibma Crashes on startup if Zip drive is switch f [2000/01/17] misc/16157 green "fire" screensave kills network performan o [2000/03/27] kern/17620 jhay Digi/570i sync driver (if_ar.c) causes sy o [2000/05/09] misc/18466 jwd install via nfs or ftp media silently tru o [2000/05/18] misc/18641 paul FreeBSD V4.0 crashes when using ifconfig p [2000/05/29] kern/18874 32bit NFS servers export wrong negative v o [2000/06/13] kern/19247 threads uthread_sigaction.c does not do anything o [2000/07/13] gnu/19882 obrien ld does not detect all undefined symbols! o [2000/07/30] i386/20308 yokota vidcontrol VESA_800x600 causes a kernel p f [2000/07/31] kern/20310 groudier Symbios 53c875j drivers don't work o [2000/08/05] kern/20429 yokota setting flags 0x1 in atkbd0 locks keyboar o [2000/08/28] kern/20895 groudier sym driver doesn't work for SYM53C895A f [2000/09/04] misc/21025 msmith BTX loader 1.00 gets 1Gb of memory from B f [2000/09/05] i386/21042 mdodd Keyboard driver problems with PS/2 Model o [2000/09/12] kern/21220 msmith mlx0: I/O error - attempt to write beyond o [2000/11/20] gnu/22972 obrien Internal Compiler Error a [2000/12/14] kern/23547 msmith only one logical device on Mylex AcceleRA s [2001/01/30] kern/24740 cy filesystem corruption CFP1080 CAM SCSI ca o [2001/03/20] kern/25950 obrien Bad drives on asr look zero-length and pa o [2001/03/24] kern/26048 obrien 4.3-RC: SMP and asr driver don't work to f [2001/05/03] kern/27059 groudier (symbios) SCSI subsystem hangs under heav a [2001/05/10] kern/27250 bp unionfs filesystem panics in large number f [2001/05/11] kern/27275 kernel bug ? o [2001/07/14] kern/28966 math libraries in linux emulation do not f [2001/07/16] ports/28995 max deMime produces blank line in header part o [2001/07/24] misc/29200 dcs Syntax errors in /boot/device.hints cause o [2001/08/18] kern/29847 n_hibma USB usbd_probe_and_attach() is broken and a [2001/09/24] i386/30802 gibbs repeat of i386/22760. Adaptec SCSI contro o [2001/09/27] bin/30869 dump does not dump all files of a filesys s [2001/09/29] kern/30921 ACER mechanic ps/2 keyboard don´t work an o [2001/10/14] misc/31266 cjc System can be crashed with "ls -al /flopp o [2001/10/15] bin/31304 joe fix crunchgen to work with more contrib-k p [2001/11/16] bin/32040 brian 4.4-Release "set mtu" in ppp is broken wi f [2001/12/12] kern/32713 joe usb mouse detaches from hub and doesnt re a [2001/12/22] i386/33089 murray GENERIC bloat causes 'make world' to brea p [2001/12/28] gnu/33262 mp gdb does not handle pending signals corre o [2002/01/08] bin/33670 dwmalone default inetd install allows for unlimite o [2002/01/19] kern/34067 n_hibma Reproducable crash on usb ugen o [2002/01/20] kern/34071 pcn-driver is sort-of-broken in 4.5RC2 (a o [2002/01/31] kern/34470 bde Modem gets sio1 interrupt-level buffer o o [2002/03/07] i386/35615 sound ES1978 Maestro 2E sound card locks up mac o [2002/03/10] conf/35726 andre Won't let me use ifconfig on the interfac o [2002/03/29] kern/36504 crash/panic vm_object_allocate under file f [2002/04/07] i386/36850 joe Page Fault using ppp with USB Modem o [2002/04/14] kern/37064 imp System hangs when removing wire of NIC D- o [2002/05/14] bin/38058 brian ppp w/ VJ compression alters IP header le o [2002/05/14] kern/38070 4.6-PRERELEASE panics on resume on Fujits f [2002/05/23] i386/38459 mux Intel SB82558B NIC won't initialize prope o [2002/05/24] i386/38484 probe freeze o [2002/05/24] conf/38518 combination of pr-27087 and pr-36911 (2) a [2002/05/27] gnu/38594 kan Fortan program don't link post gcc-3.1 o [2002/05/30] misc/38748 qa FreeBSD 4.5 Keyboard problem cannot insta o [2002/06/03] kern/38872 nfs code ignores possibility of MGET(M_WA o [2002/06/08] kern/39043 Corrupted files on a FAT32 partition f [2002/06/15] misc/39341 joe ppp + USB modem problem o [2002/06/29] kern/40003 sos Panic on boot w/4.6 and 4.6-stable from 6 o [2002/07/05] bin/40215 wpaul NIS host search not terminate o [2002/08/05] bin/41350 vnconfig: apparent off-by-one bug o [2002/08/07] kern/41402 kernal panics f [2002/08/08] i386/41437 qa sysinstall 4.6 RELEASE - hang a [2002/08/14] bin/41647 bms ifconfig doesn't accept lladdr along with o [2002/08/16] i386/41723 Copying files to filesystem causes "integ p [2002/08/18] kern/41765 bms UDP socket remains connected after error f [2002/08/21] i386/41860 qa sysinstall rel. 4.5 and 4.6 hangs o [2002/08/26] kern/42030 bms panic when zebra works on detaching tun i o [2002/08/26] i386/42046 System crashes with o [2002/08/29] i386/42173 sound Sony VAIO FXA 53 (or FXA 679 in Mexico) w o [2002/08/30] i386/42198 Kernel panics or system hangs up with big f [2002/08/30] misc/42221 qa Signal 11 core dumped when fetchin index p [2002/09/09] kern/42580 robert kernel crash when starting ISC 3.2 X11 bi p [2002/09/14] bin/42772 usr.bin/make: patch to stop a fork bomb o [2002/09/15] kern/42796 NCR/SYM 53C825 driver detects scsi cdrom a [2002/09/18] kern/42937 bms panic when ARP cache uses up all mbufs o [2002/09/27] bin/43434 New option to 'dmesg' which allow to disp o [2002/09/29] i386/43491 microuptime () went backwards o [2002/10/02] kern/43576 imp Problem with wi driver and Lucent Orinoco o [2002/10/03] kern/43614 Installation Hangs at "md1: Malloc disk" o [2002/10/03] kern/43625 imp Wi(4) driver hangs after long data transf o [2002/10/05] kern/43713 during install, mounting root from ufs:/d o [2002/10/12] kern/43954 nfs-blocked process can't return or be in p [2002/10/21] kern/44336 NFSv3 client broken - security problem wi o [2002/10/25] misc/44471 qa 4.6 install writes MBR even when specifie o [2002/10/28] kern/44569 Kernel crash o [2002/10/30] kern/44744 VN devices can hang system FreeBSD v4.5 o [2002/11/01] bin/44808 opiepasswd makes bad seed for existing us o [2002/11/04] kern/44884 imp pcic is broken in current o [2002/11/18] i386/45383 Failed installation FreeBSD 4.7-RELEASE a o [2002/11/21] kern/45568 gibbs ahc(A19160) pci parity error o [2002/12/09] i386/46113 busspace bug f [2002/12/20] kern/46392 grog kernel, vinum, umount, changing user mode f [2002/12/24] i386/46506 joe Crash Before Initialization of Printer? o o [2003/01/08] kern/46865 kernel panic on SuperMicro 6012-8P box o [2003/01/08] bin/46866 NIS-based getpwent() falsely returns NULL o [2003/01/17] kern/47167 5.0 RC 3 (and 2) has 1 second uptime on T o [2003/01/21] i386/47295 kernel panic during FreeBSD 5.0 installat o [2003/01/23] bin/47384 qa sysinstall ignores intended destination d o [2003/01/27] kern/47544 iir does not detect direct access drives o [2003/02/06] i386/47989 5.0-RELEASE install CD kernel panic o [2003/02/07] kern/48029 Fatal trap 12: page fault while in kernel o [2003/02/07] kern/48039 Fatal trap 12: page fault while in kernel o [2003/02/08] kern/48092 Fatal trap 12: page fault while in kernel o [2003/02/08] kern/48100 Fatal panic in vm_map_lookup_entry ... o [2003/02/11] kern/48166 panic: pmap_new_proc: u_map allocation fa o [2003/02/14] i386/48274 FreeBSD 4.7-RELEASE doesn't work on Toshi o [2003/02/16] bin/48341 qa Sysinstall deletes mbr although it should o [2003/02/25] kern/48667 FreeBSD hangs o [2003/02/26] kern/48691 kernel panics on ASUS A7N266-VM Motherboa a [2003/03/02] kern/48849 joe Maxtor XT5000 causes panic in boot o [2003/03/13] i386/49978 installation problem on Acer Altos G300 o [2003/04/24] i386/51338 sound random system hangs; system hangs because o [2003/04/30] bin/51628 ypmatch doesn't match keys in legacy NIS o [2003/05/04] kern/51742 ffs_vfree: freeing free inode f [2003/05/16] ports/52346 obrien Portupgrade of bash-2.05b.004 fails with o [2003/05/22] kern/52585 bms Kernel panic with ipfw2 and syncookies f [2003/05/22] i386/52593 mdodd Kernel panic when starting apm o [2003/05/25] i386/52668 i386 AIC7902 problem when large data transferr f [2003/05/27] kern/52718 jeffr changes to kern_umtx.c causes panic in ca s [2003/05/28] kern/52745 Fatal trap 12: page fault while in kernel o [2003/06/01] i386/52835 pdeuskar em driver does not work with mobile-chips o [2003/06/03] kern/52916 grog vinum causes panic after start/stop/... c f [2003/06/07] kern/53010 FreeBSD-CURRENT cannot use 2940 UW on SNI o [2003/06/11] i386/53203 i386 "BTX halted" when attempting install of 5 o [2003/06/15] kern/53350 fill up a malloc md-disk on 5.1-R causes o [2003/06/17] kern/53416 kmem_map too small after around 12 hours. o [2003/06/18] kern/53433 heavy i/o on GBDE partition on SMP locks o [2003/06/23] i386/53620 i386 Kernel panics / reboots during install of o [2003/06/28] kern/53874 emulation /usr/ports/emulators/linux_base isn't wor s [2003/07/08] kern/54211 rwatson Seeing other uid with kern.file sysctl. o [2003/07/14] java/54463 glewis Apparent bug in jdk13 f [2003/07/16] kern/54549 panic on install on Dell 600sc o [2003/07/29] kern/55028 The broken FAT12 filesystem causes system f [2003/07/30] ports/55039 sada Japanese fonts are not visible with mozil a [2003/08/14] kern/55587 joe null dereference in usbdi.c: usb_transfer o [2003/08/25] kern/55975 thomas ATAPICAM- READ_6(0x08) fails for ATAPI ta o [2003/09/03] kern/56381 panic: page fault in fifo_close() ... o [2003/09/10] kern/56659 acpi ACPI trouble on IBM ThinkPad X31 o [2003/09/14] kern/56873 qa system hangs on boot at Buslogic device o [2003/09/16] i386/56933 i386 kernel panic vm_page_remove o [2003/09/17] i386/56937 i386 system panic during high network load o [2003/09/18] kern/56973 SCSI errors from on-board Adaptec (AIC7xx o [2003/09/20] kern/57036 No media detected by 3c905b-tx on 4.9-rel o [2003/09/20] i386/57043 i386 ar driver with 2 port PCI card locks up w f [2003/09/22] i386/57097 i386 Promise Ultra 100 TX2 causes lockup on SM o [2003/09/28] bin/57321 markm CGI.pm in 4.x base system has a cross-sit a [2003/09/29] kern/57344 bms KMEM exhaustion from cloned routes s [2003/09/30] kern/57398 Current fails to install on mly(4) based o [2003/10/01] kern/57453 if_kue hangs boot after warm boot if firm p [2003/10/01] i386/57480 i386 Removing very large files using rm doesn' o [2003/10/05] kern/57603 alex new bktr driver: freeze on SMP machine o [2003/10/05] kern/57606 sos ATAng: Can't write CD media on 5.1-CURREN f [2003/10/06] i386/57632 i386 Dell PowerEdge 4300 is allergic to FreeBS f [2003/10/08] kern/57730 darrenr ipl.ko should be compiled with IPv6 funct f [2003/10/08] kern/57736 darrenr IP Filter IPv6 accounting bug f [2003/10/08] bin/57738 darrenr [PATCH] ipmon IPv6 packet total size mis- o [2003/10/10] kern/57829 njl ACPI problems (Battery, Mouse probe) o [2003/10/10] kern/57832 softdep_deallocate_dependencies: dangling o [2003/10/12] i386/57881 i386 ripping audio CDs causes kernel panic o [2003/10/16] kern/58139 -CURRENT panics on Thinkpad A31p while co o [2003/10/22] kern/58391 grog Trap 12 with heavy disk load on ide vinum o [2003/10/31] kern/58787 peter panic: pmap_enter: attemped pmap_enter on o [2003/11/09] bin/59095 tar(1) process hangs in endless loop o [2003/11/10] kern/59103 Serious data corruiption reading compact a [2003/11/12] kern/59211 System crashes when moving files from NWF o [2003/11/13] i386/59253 i386 ata device reset hangs if device is dead o [2003/11/13] kern/59260 Panic by integer divide fault in Thinkpad p [2003/11/14] kern/59290 iedowse [PATCH] attaching more than one of the sa f [2003/11/22] kern/59594 I/O operations freeze system when perform o [2003/11/25] i386/59683 i386 panic signal 12 4.9-STABLE - frequent cra f [2003/11/25] kern/59687 joe Broken USB with 5.x on ASUS A7V8X-X o [2003/11/26] amd64/59713 amd64 = 5.1 o [2004/02/18] kern/63040 freebsd kernel panic (sf_buff_alloc) o [2004/02/21] sparc64/63161sparc64 system panics when writing to an NFS moun o [2004/02/21] kern/63190 Realtek driver halts on oversized frames o [2004/02/25] kern/63351 ums doesn't detatch completely? Reattach o [2004/02/26] kern/63375 Unplugging USB devices panics RELENG_5_2 o [2004/02/26] kern/63397 atkbd breaks with FSC KBPC-S2 o [2004/02/27] i386/63430 i386 TIMEOUT - ATA READ o [2004/02/27] i386/63441 i386 Fatal trap 12 in pmap.c f [2004/03/02] kern/63649 nfsd crashes system o [2004/03/04] i386/63776 i386 FreeBSD 5.x freezes during boot on a tosh o [2004/03/06] i386/63828 i386 System hangs when installing Release 5.2. o [2004/03/06] i386/63853 i386 5.2.1 boot CD hangs during boot\ o [2004/03/06] www/63854 www PR-web page loses text o [2004/03/07] i386/63871 i386 Kernel panic in swi8 after 1 hour uptime o [2004/03/08] kern/63945 LOR: system map vs Giant o [2004/03/09] i386/64002 i386 acpi problem o [2004/03/10] kern/64053 Broadcast storming after upgrading to pat s [2004/03/15] kern/64313 threads FreeBSD (OpenBSD) pthread implicit set/un p [2004/03/22] kern/64573 alc mmap with PROT_NONE, but still could be r o [2004/03/25] i386/64716 i386 mv crashes FreeBSD 5.2.1-p3 o [2004/03/25] i386/64727 i386 problem with partition in freebsd 5.2.1 s o [2004/03/28] kern/64831 tackerman Multiple em devices force system lockup ( o [2004/04/01] i386/65019 i386 Nvidia Crash o [2004/04/03] i386/65137 i386 5.2.1 Intall Boot from floppies page faul o [2004/04/05] misc/65212 running startx hangs the system o [2004/04/07] kern/65282 Trap 12 kernel panic upon boot during ifc o [2004/04/07] kern/65292 panic: page fault o [2004/04/07] kern/65300 Can't use sendfile(2) to download files i o [2004/04/10] misc/65410 choosing installation media: no CD/DVD de o [2004/04/11] kern/65428 uscanner(4)-related repeatable kernel pan o [2004/04/16] i386/65646 i386 FreeBSD suddenly turns off the power o [2004/04/17] kern/65648 imp cardbus("TI1131") won't work anymore on D o [2004/04/19] ports/65759 ume cyrus-sasl2 from version 2.1.17 drops rea o [2004/04/19] kern/65786 Incorrect fifo semantics s [2004/04/20] ports/65812 gerald Strange problem with WINE (all versions) o [2004/04/20] kern/65817 kernel panic with GENERIC 5.2.1 and SysKo o [2004/04/22] threads/65883threads libkse's sigwait does not work after fork o [2004/04/23] kern/65923 page falt with kernel mode with a IDE-con f [2004/04/25] i386/65954 i386 Sil0680 panic (5.2.1-p5) o [2004/04/28] i386/66039 i386 System panic with file system corruption o [2004/04/28] i386/66043 i386 3ware raid config larger than 1TB fails o o [2004/04/29] kern/66066 panic: ufs_direnter: compact2 o [2004/04/29] ports/66074 pat [PATCH] x11/wmcliphist: code cleanup for o [2004/04/29] i386/66087 i386 Install hang at pci config o [2004/04/30] i386/66098 i386 SMP machine hanging up when running shutd o [2004/04/30] kern/66114 kernel panic on boot, Sony Vaio PCG-R600H o [2004/05/01] i386/66133 i386 nvidia motherboard installer locks during o [2004/05/02] kern/66162 phk gbde destroy error o [2004/05/04] bin/66261 fsck cannot recover filesystem corruption o [2004/05/05] i386/66297 i386 FREE BSD INSTALLATION PROBLEM o [2004/05/06] i386/66339 i386 XFree86 initialization with an Laptop Tos o [2004/05/08] kern/66382 Panic: mutex "tunmtx" 0xc0792dc0 already o [2004/05/08] i386/66402 i386 Boot menu crash: Stack overflow o [2004/05/10] kern/66479 mpt has a bug when creating chain element o [2004/05/11] i386/66553 rwatson SEBSD kernel compilation errors o [2004/05/12] kern/66589 processes get stuck in "inode" state when o [2004/05/13] kern/66611 Crashing NFS servers o [2004/05/18] bin/66837 cperciva rpc.lockd core dumped in questioning plac f [2004/05/26] kern/67203 ndis failing to build with kernel on miss f [2004/05/26] kern/67213 Kernel Panic on bootup from latest cvsup o [2004/05/27] i386/67260 i386 stack overflow after boot menu o [2004/06/01] i386/67456 i386 LOR on dual-xeon w/ ht o [2004/06/06] ports/67625 trevor Linux_base fails to install f [2004/06/08] kern/67694 kernel 5.2.1 s [2004/06/08] ports/67721 ports-bugs FreeBSD-current + Samba 3.0.4 + FAT32. Fi o [2004/06/09] amd64/67745 amd64 boot fails on compaq presario r3000z f [2004/06/09] kern/67769 Fxtv 1.03 cause the Desk top (KDE) to Fre o [2004/06/10] i386/67773 i386 5.x series - md5 on dev no longer works e o [2004/06/10] kern/67794 ffs panic during high filesystem activity o [2004/06/14] kern/67919 imagemagicks convert image to movie conve o [2004/06/18] kern/68066 sos recent kernel cannot boot on pc98 with at o [2004/06/19] kern/68103 kernel panic on ASUS P4P8X mb (builtin 3C o [2004/06/19] www/68114 www bad usability - download link missing o [2004/06/22] ports/68191 knu Maintainer's Quick Fix to portupgrade int o [2004/06/23] kern/68227 rwatson kernel panic by mars_nwe o [2004/06/25] kern/68313 Installing/Updating to Release 5.2.1 dest o [2004/06/25] i386/68347 i386 bge0 watchdog timeout on 5.2.1 and later, o [2004/06/26] kern/68351 bge0 watchdog timeout on 5.2.1 and -curre o [2004/06/27] kern/68420 panic: EHCI and umass o [2004/06/28] kern/68442 panic - acquiring duplicate lock of same o [2004/06/30] i386/68514 i386 Realtek driver halts on oversized frames o [2004/06/30] i386/68515 i386 sound card problems o [2004/06/30] misc/68528 make release fails with mdconfig o [2004/07/01] kern/68536 segfault during make buildworld after cvs o [2004/07/02] ports/68598 knu portupgrade-20040701_1 dosen't upgrade po 312 problems total. Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- s [1996/12/30] kern/2325 quota.user enlarged, no boot on 2.2-BETA o [1997/02/19] kern/2768 ktrace(1) -i dumps corrupted trace data a [1997/04/02] bin/3170 vi freaks and dump core if user doesn't e o [1997/05/07] bin/3524 imp rlogin doesn't read $HOSTALIASES for non- o [1997/06/28] misc/3980 access via NFS fails during mount-operati o [1997/07/02] kern/4012 2.2-RELEASE/Digital UNIX NFSv3 0 length f f [1997/07/18] kern/4115 SunOS NFS file has wrong owner if creator o [1997/07/30] kern/4194 kernel pci driver for Digital 21041 Ether o [1997/08/12] kern/4284 paul le0 goes OACTIVE after some time s [1997/10/01] bin/4672 rdist does not do hard links right when t o [1997/10/16] kern/4782 Under certain conditions, several krsh's o [1998/01/27] kern/5587 des session id gets dropped o [1998/02/28] kern/5877 kbyanc sb_cc counts control data as well as data a [1998/04/07] kern/6238 cg Sound-driver patch for MAD16 (OPTi 928,92 a [1998/05/06] bin/6536 peter pppd doesn't restore drainwait for tty s [1998/06/23] bin/7033 gad Same process notified multiple times o [1998/06/24] i386/7057 mdodd 3Com 3C509 locks up, or has >1000ms rtt u o [1998/07/13] i386/7266 yokota PSM detection failure with Linksys consol s [1998/08/10] kern/7556 hm sl_compress_init() will fail if called an o [1998/09/30] gnu/8099 obrien [patch] some bugs in cpio o [1998/11/11] bin/8646 Implement rlogind -a option f [1998/11/21] kern/8778 gibbs Buslogic BT948 in 2 boxes upgraded from S f [1998/11/25] bin/8865 dwmalone syslogd hangs with serial console f [1998/12/22] ports/9163 ports-bugs [patch] squid does not join a multicast g o [1999/01/14] kern/9478 assar support for running a script from kldload s [1999/02/06] kern/9927 gibbs the ahc driver doesn't correctly grok swi o [1999/02/15] kern/10107 interlock situation with exec_map and a p o [1999/03/02] bin/10353 jon ypserv gets segmentation violation o [1999/03/09] bin/10510 Remote cvs botches commits on occassion a [1999/03/24] kern/10778 ru "ipforward_rt" is not cleared when routin o [1999/03/30] kern/10870 eivind Kernel panic when writing to write-protec a [1999/04/08] misc/11024 mtm getpwnam(3) uses incorrect #define to lim o [1999/05/04] kern/11490 yokota VESA+VM86+Splash == unstable system o [1999/05/05] misc/11525 dwmalone [PATCH] Networking patches to increase # o [1999/05/13] kern/11697 tegge Disk failure hangs system o [1999/05/19] i386/11773 yokota mouse works at setup time. Under X it go o [1999/08/14] kern/13141 se Multiple LUN support in NCR driver is bro 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 s [1999/09/17] i386/13787 lnc driver isn't really the lnc driver o [1999/09/26] misc/13978 peter a write to last column bug appears since o [1999/09/27] kern/13997 rwatson RLIMIT_NPROC works unadequately for jails s [1999/10/04] i386/14135 doc lpt1 nolonger exists after 3.2-RELEASE o [1999/10/14] i386/14334 imp AHA-1542A not supported by FreeBSD 3.x (" o [1999/10/27] kern/14549 mdodd 3C509 broken in 3.3 o [1999/10/28] kern/14566 yokota Non-kernel programs have little/no contro a [1999/11/04] kern/14712 iedowse root has access to NFS mounted directorie s [1999/11/12] kern/14848 murray Frame Relay support, corrected o [1999/11/17] i386/14946 mjacob rmt - remote magtape protocol s [1999/12/14] kern/15478 incorrect utmp/wtmp records update upon c o [1999/12/17] kern/15542 de suddenly stops working o [1999/12/24] misc/15662 markm [PATCH] perl5 Sys::Hostname fails if no P f [1999/12/26] kern/15707 bms bad trap in mprotect o [2000/01/02] i386/15845 imp Driver for RealTek 8029 f [2000/01/04] bin/15877 tobez Perl 5.00503 interpreter crashes with a s o [2000/01/12] kern/16090 mdodd No buffer space available p [2000/01/22] kern/16299 peadar nfs.ko can be unloaded when nfsd is runni o [2000/02/08] kern/16587 cg Can't record with newpcm & CS4236 (AW35/P o [2000/02/10] kern/16644 Bad comparsion expression in bpf_filter.c o [2000/02/21] conf/16879 tanimura Sound drivers seem to be using shared irq o [2000/02/24] conf/16948 qa Sysinstall/disklabel: bad partition table o [2000/02/25] misc/16991 jhb booting install disk and USB s [2000/03/01] misc/17108 SecureRPC not supported in mount_nfs comm o [2000/03/11] misc/17310 wpaul NIS host name resolving may loop forever o [2000/03/17] kern/17422 bde 4.0-STABLE: top: nlist failed o [2000/03/20] kern/17504 ken Another Micropolis Synchronize Cache Prob f [2000/03/20] kern/17517 mbr 100/10baseT card resets under load s [2000/03/22] conf/17540 NIS host lookups cause NFS mounts to wedg f [2000/03/22] kern/17542 greid random static with GUS PnP o [2000/03/24] misc/17584 groudier fatal SCSI error with a Symbios 53c875 co o [2000/03/29] i386/17662 gibbs cam_xpt.c incorrectly disables tagged que o [2000/03/31] i386/17713 gibbs MAKEDEV and /stand/sysinstall goofups wit o [2000/04/04] i386/17800 bde [PATCH] problem with statclock initializa o [2000/04/12] kern/17961 n_hibma Fatal Trap 12. Page fault while in kernel o [2000/04/14] kern/18012 adrian vnode_free_list corruption, "free vnode i o [2000/04/17] i386/18065 mdodd FREEBSD 4.0 crashes on boot Compaq Prolia f [2000/04/24] i386/18185 gibbs Adaptec 3950U2 errors during boot/probe o [2000/04/24] kern/18200 mdodd 3com 3c509b recognized twice during boot o [2000/05/02] kern/18345 cg sbc / pcm not fully recognizing AWE64 o [2000/05/02] kern/18348 yokota tags o [2000/07/19] kern/20040 jhb Toshiba 2775 hangs after pcib0 driver is o [2000/07/25] misc/20172 byacc 1.9 fails to generate $default tran o [2000/07/29] conf/20282 qa sysinstall does not recover some /etc fil f [2000/08/01] kern/20335 yokota S3Trio64V+ is detected as CGA by syscons p [2000/08/03] bin/20373 Setting breakpoints in shared objects bro o [2000/08/08] ports/20490 perky Termios timeout parameters, VMIN, VTIME, f [2000/08/09] i386/20507 yokota Mouse freezes in 4.0-release after some u o [2000/08/10] misc/20521 mjacob /etc/rmt several problems o [2000/08/10] kern/20523 bde Support for PCI multiport cards for sio d o [2000/08/16] bin/20633 fdisk doesn't handle LBA correctly f [2000/08/18] kern/20689 groudier Newbusified version of ncr driver does no o [2000/08/18] kern/20708 imp Adaptec 1542 ISA SCSI Controller not dete f [2000/08/22] bin/20779 assar junk pointer error causes kpasswd to fail o [2000/08/26] misc/20861 threads libc_r does not honor socket timeouts o [2000/08/29] gnu/20912 mp gdb does not recognise old executables. o [2000/08/31] kern/20958 mdodd ep0 lockup with ifconfig showing OACTIVE o [2000/09/07] misc/21089 vi silently corrupt open file on SIGINT w o [2000/09/11] kern/21209 groudier scsi ncr driver installs instead of scsi a [2000/09/16] kern/21304 mbr dc0 watchdog timeouts on NetGear FA310TX s [2000/09/19] misc/21384 greid pcm driver has static in recorded audio o [2000/09/20] misc/21406 freebsd's bootinst or booteasy overwrites 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 f [2000/09/27] bin/21603 green Can't change user passwords on 4.1.1-STAB o [2000/09/29] kern/21642 Compaq Netelligent 10/100 card (TI Thunde o [2000/10/05] kern/21771 murray Fix for sppp and Cronyx drivers update a [2000/10/07] kern/21808 [patches] msdosfs incorrectly handles vno o [2000/10/15] misc/21998 green ident only for outgoing connections o [2000/10/20] kern/22142 cjc securelevel does not affect mount o [2000/10/25] bin/22291 getcwd() fails on recently-modified NFS-m o [2000/10/30] kern/22417 gibbs advansys wide scsi driver does not suppor o [2000/11/13] kern/22826 emulation Memory limits have no effect in linux com a [2000/11/14] bin/22846 bms Routed does not reflect preference of Int o [2000/11/15] kern/22862 ncr probe fails with CACHE TEST FAILED: ? o [2000/11/18] i386/22944 isa_dmainit fails on machines with 512MB o [2000/11/25] bin/23098 ambrisko If installing on a serial console, enable o [2000/12/13] kern/23515 get error in messages system log "Dec 11 o [2000/12/14] kern/23535 imp 4.x kernels seem to no longer support Ada o [2000/12/15] misc/23561 emulation Linux compatibility mode does not support o [2000/12/26] bin/23866 dwmalone patch for pointing out current date o [2001/01/03] kern/24032 markm rndcontrol and pccardd use of interupt ha o [2001/01/03] kern/24059 n_hibma USB support broken in SMP kernel o [2001/01/04] kern/24070 n_hibma uhci USB driver disables port on reatachi o [2001/01/04] kern/24074 mdodd Properties of token-ring protocol must be o [2001/01/05] kern/24085 syncing on shutdown leaves filesystem dir o [2001/01/07] docs/24125 wes connect(2) can yield EWOULDBLOCK/EAGAIN o [2001/01/12] bin/24271 dumpon should check its argument more f [2001/01/16] misc/24391 mbr cannot kill amd after interface disappear o [2001/01/19] bin/24461 Being able to increase the YP timeout wit o [2001/01/20] bin/24472 threads libc_r does not honor SO_SNDTIMEO/SO_RCVT s [2001/01/24] misc/24590 standards timezone function not compatible witn Sin o [2001/01/25] kern/24629 ng_socket failes to declare connected dat o [2001/01/25] bin/24632 threads libc_r delicate deviation from libc in ha o [2001/01/25] misc/24641 threads pthread_rwlock_rdlock can deadlock o [2001/02/10] kern/24982 iedowse stack gap usage o [2001/02/11] i386/24997 /boot/loader cannot handle extended dos p o [2001/02/11] ports/25007 max telnetx problem on 4.x o [2001/02/12] kern/25038 murray dhcp client could not set hostname on boo o [2001/02/13] kern/25067 adrian able to mount a pathname > 80 char. but u 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 f [2001/02/21] kern/25261 gibbs ahc0 no active SCB errors when booting of o [2001/02/22] ports/25272 ports-bugs Using lang/eperl as cgi/nph binary execut o [2001/03/03] kern/25511 ioctl(fd, FIONREAD, &c) on a FIFO (not PI o [2001/03/05] bin/25542 standards /bin/sh: null char in quoted string o [2001/03/13] i386/25781 i386 Statclocks cannot be disables on ServerWo p [2001/03/15] bin/25826 nfsd -t -h adr1 -h adr2 doesn't work o [2001/03/16] misc/25851 qa Security hole in anonymous FTP setup scri o [2001/03/18] bin/25886 cgetset(3) doesn't get cleared when switc o [2001/03/19] bin/25929 qa Can't use MAKEDEV in fixit mount a [2001/03/22] kern/25986 andre Socket would hang at LAST_ACK forever. o [2001/03/22] misc/26002 n_hibma Poor read/write performance on uhci USB c o [2001/03/23] kern/26013 joe Linksys (rev 3) USB 100TX NIC causes infi o [2001/03/26] bin/26093 markm pam_unix rejects authenticating accounts a [2001/03/27] kern/26142 Unlink fails on NFS mounted filesystem o [2001/03/28] kern/26171 emulation not work Linux-emulator, but hi is work i o [2001/04/01] i386/26261 silo overflow problem in sio driver o [2001/04/03] kern/26309 PPPoE client panics in kernel - fxp probl o [2001/04/03] misc/26320 alfred mountd breaks IRIX automounter a [2001/04/05] gnu/26362 "cvs server" doesn't honour the global -- o [2001/04/08] kern/26430 cg -CURRENT panics on cat /dev/dsp or cat /d o [2001/04/10] misc/26486 setnetgrent hangs when netgroup contains o [2001/04/12] kern/26506 sendto() syscall returns EINVAL in jail e o [2001/04/25] bin/26842 dd dump with h flag takes a very long time a [2001/04/26] bin/26869 vi(1) crashes in viewing a file with long o [2001/04/27] misc/26897 qa 4.3R sysinstall fails to create swap part o [2001/05/20] kern/27474 Interactive use of user PPP and ipfilter p [2001/05/22] kern/27522 des linprocfs:/proc/stat does not handle SMP s [2001/05/22] kern/27543 /proc/cpuinfo does not handle SMP hosts o [2001/05/24] docs/27605 doc Cross-document references () o [2001/05/27] kern/27694 cg Panic in csa(4) f [2001/05/29] i386/27729 qa the ls120 device "afd" does not show up u a [2001/06/05] misc/27893 sos can't burn audio cds on LG CD-RW CED-8083 o [2001/06/05] misc/27896 Error in /etc/exports invalidates entire o [2001/06/09] kern/27995 src/sys/pci if_pcn.c revision 1.21 resp. o [2001/06/12] misc/28095 [PATCH] pax may descend into directories o [2001/06/15] kern/28173 Problem with Touchpad on Inspiron 5000e o [2001/06/17] bin/28223 su doesn't look at login.conf all the tim o [2001/06/17] bin/28224 yar ftpd doesn't honor invalid shelll in logi o [2001/06/26] bin/28424 mtree fails to report directory hierarchy o [2001/06/29] misc/28508 problems with backup to Tandberg SLR40 st o [2001/07/04] kern/28692 cg ICH sound driver hangs kernel o [2001/07/06] kern/28768 The system doesn't get connects on one of o [2001/07/07] bin/28798 mikeh mail(1) with a pager (more) requires fg/C o [2001/07/08] i386/28802 joe 3com Performance Pro modem conflicts with o [2001/07/09] kern/28840 gibbs Possible interrupt masking trouble in sys o [2001/07/12] i386/28928 wpaul dual starfire nic doesn't seem to work (a o [2001/07/18] i386/29067 sound Yamaha OPL3Sa2 pcm/pnp bug f [2001/07/20] ports/29098 jedgar p5-Mysql port references wrong directory f [2001/07/23] kern/29170 ru ARP request fails after "bad gateway valu o [2001/07/27] bin/29253 natd forgets about udp connections o [2001/08/02] i386/29375 qa the disk editor used by /stand/sysinstall o [2001/08/03] kern/29421 Update a file with mmap will cause mtime/ o [2001/08/05] kern/29465 sound Can't probe NeoMagic 256AX audio chip. f [2001/08/11] kern/29626 ifconfig causes kernel panic in 4.4-PRERE o [2001/08/13] kern/29686 jlemon kevent EV_ADD EVFILT_WRITE does the wrong o [2001/08/15] bin/29725 dwmalone [PATCH] Fixed segmentation fault in simpl o [2001/08/17] bin/29808 ypserv dumps core in yp_find_db o [2001/08/17] i386/29809 rsm pb Xircom Eth Card with Freebsd 4.4RC1 : o [2001/08/20] bin/29903 ypbind loses connection to NIS master and o [2001/08/23] kern/29983 imp Problem with "TI PCI-1250 PCI-CardBus Bri o [2001/08/27] kern/30125 btx/bootloader dumps very often if serial o [2001/08/30] kern/30223 Using /usr/share/examples/kld/cdev, testc p [2001/08/31] bin/30235 /usr/sbin/portmap cannot listen to localh o [2001/08/31] kern/30241 gibbs System crash w/err: AHC0; AHC_INTR - refe o [2001/09/03] i386/30276 CPUTYPE=486 built on a CPUTYPE=p3 WORLD b o [2001/09/04] bin/30310 top does not show CPU usage o [2001/09/06] conf/30399 Have Fortran use the CPUTYPE variable o [2001/09/10] kern/30482 calcru calls printf while holding a spin o [2001/09/10] alpha/30486 alpha AlphaServer DS10 floppy access is broken o [2001/09/10] alpha/30487 alpha Floppy access on AlphaServer DS20 solid l f [2001/09/10] ports/30490 sobomax yacc in world does NOT fully respect TMPD f [2001/09/11] kern/30502 joe panics if logitech joystick usb attached o [2001/09/15] misc/30590 /etc/hosts.equiv and ~/.rhosts interactio o [2001/09/15] kern/30592 roam [PATCH] panic: static sysctl oid too high o [2001/09/17] kern/30630 fenner Failure to check for existence of interfa o [2001/09/21] kern/30712 fatal kernel trap during ufs_rename o [2001/09/25] kern/30820 sound PCM sound fails o [2001/09/26] bin/30837 qa Sysinstall doesn't set the schg flag on t o [2001/10/01] kern/30948 ls'ing mounted brand new floppy locks up o [2001/10/01] kern/30958 rwatson QUOTA with 0 bytes in quota.user hangs up f [2001/10/01] bin/30966 fenner TCPdump repeating on Radius accounting pa o [2001/10/01] kern/30971 peter NFS client modification time resolution i s [2001/10/04] kern/31047 Linux programs do not dump core in linux o [2001/10/07] kern/31102 wpaul lge + Pentium III data transmission probl o [2001/10/18] misc/31363 qa sysinstall "partition editor" silently co o [2001/10/21] kern/31398 cg newpcm does not play back the tail of sou o [2001/10/30] conf/31631 "MAC address" can't be acquired properly. a [2001/10/31] kern/31659 joe USB controller driver will die after some o [2001/11/04] kern/31746 failed connect(2) seems to cause problems o [2001/11/06] kern/31790 problem with NFS and jail() f [2001/11/07] ports/31819 jmz ports/ispell install doesn't work s [2001/11/10] ports/31893 des gnats-3.113.1 conflicts with /usr/bin/sen o [2001/11/12] kern/31940 nge gigabit adapter link reset and slow t o [2001/11/14] kern/31979 Setup and boot locks Compaq Armada E500 l o [2001/11/19] kern/32098 semctl() does not propagate permissions a [2001/11/19] kern/32118 mbr 21143 with dc driver will not select 10ba o [2001/11/20] ports/32121 x11 XFree86-4-Server: xf86cfg 4.1.0 writes ba o [2001/11/20] kern/32124 imp Cannot set 128 bit wep key on prism2 (wi0 o [2001/11/23] kern/32226 time of day clock runs fast (approx twice o [2001/11/26] bin/32295 threads pthread dont dequeue signals o [2001/11/27] kern/32338 Network to disk write performance low und o [2001/11/28] kern/32353 if kern.maxproc > 512 sybase ASE 11.9.2( o [2001/11/29] bin/32374 vi -r doesn't work, file contained unexpe o [2001/12/08] bin/32619 des libfetch does not use RFC 1738's definito o [2001/12/10] kern/32668 peter NFS directory removal problems manifested f [2001/12/11] bin/32686 wosch locate command dumps a core file with bro o [2001/12/12] kern/32716 joe system hangs when running vid (usb webcam p [2001/12/12] bin/32717 brian ppp(8) change mss to wrong size f [2001/12/13] bin/32791 ru FreeBSD's man(1) utility vulnerable to ol o [2001/12/13] kern/32797 Problem with IPX and netgraph(4) o [2001/12/13] kern/32809 yet another panic while syncing disks aft f [2001/12/21] kern/33074 joe USB printer support does not detect print o [2001/12/22] ports/33080 ume gkrellmvolume interferes with the ability o [2001/12/22] kern/33085 jlemon Samba's NMBD cannot find alias interface o [2001/12/24] kern/33138 pnp problem in 4.3, 4.4, 4.5 o [2001/12/26] kern/33201 net/net_osdep.c:if_name is broken f [2001/12/26] misc/33213 ume rarpd fails to init IPv6 enabled interfac o [2001/12/30] kern/33344 memory leak in device resource config loa o [2001/12/31] misc/33370 qa Post configuration issue o [2002/01/02] kern/33464 soft update inconsistencies after system o [2002/01/03] bin/33515 mbr amd incorrectly handles multi-homed nfs s o [2002/01/04] kern/33532 sound Playing audio on some soundcards with pcm o [2002/01/04] kern/33535 invalid kernel diagnostic while writing d f [2002/01/04] gnu/33551 cvs chokes on OpenBSD repositories f [2002/01/07] kern/33653 DSL PPPoE connection error on 4.5-PRERELE o [2002/01/08] misc/33672 telnetd and mount_mfs signal handlers cal o [2002/01/09] kern/33738 argv == NULL is not handled correctly by o [2002/01/13] kern/33833 luigi Correct kernel config for 4.4-RELEASE is f [2002/01/13] kern/33839 joe usb0: host controller halted (involving A o [2002/01/16] kern/33940 quotactl allows compromise gid-quotas o [2002/01/18] kern/34017 The siginfo_t passed to the signal handli o [2002/01/18] kern/34020 programs fail that poll(2) on fifos o [2002/01/18] bin/34030 miibus.ko can be loaded into the kernel w s [2002/01/20] i386/34092 reboot hangs the system (IBM PC Server 31 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] i386/34267 semenu FreeBSD hangs and reboots when overloaded f [2002/01/25] bin/34269 fenner tcpdump -v incorectly identifies packets o [2002/01/25] misc/34270 man -k could be used to execute any comma f [2002/01/26] kern/34306 gibbs 4.5-RC panics on boot with half-supported o [2002/02/01] i386/34536 threads accept() blocks other threads o [2002/02/02] kern/34544 joe Kernel crash on fclose() of /dev/kbd1 whe o [2002/02/03] misc/34568 turning printer on and off hangs the comp p [2002/02/04] kern/34619 bms TCP - FINs with different sequence number p [2002/02/07] bin/34682 fenner scanf/sscanf doesn't understand %lld f [2002/02/09] kern/34765 darrenr Unloading the ipl.ko module will panic th o [2002/02/11] bin/34811 sh: "jobs" is not pipeable o [2002/02/11] misc/34842 VmWare port + NIS causes "broadcast storm o [2002/02/17] kern/35061 joe After printing to HP Deskjet 656c USB pri o [2002/02/19] misc/35116 keyinfo reports root's keyinfo o [2002/02/20] kern/35136 luigi VLAN & bridging & MTU o [2002/02/22] bin/35214 obrien dump program hangs while exiting o [2002/02/25] bin/35307 standards standard include files are not standard c o [2002/02/26] i386/35350 Can't boot on ASUS TXP4 o [2002/02/26] kern/35351 sound emu10k1: no posibility to record sound. K 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 Problem transmitting runts in if_sis driv o [2002/03/03] misc/35506 innetgr() doesn't match wildcard fields i o [2002/03/03] kern/35511 sis(4) multicast filtering doesn't pass s f [2002/03/07] kern/35645 bms Layer 2 switching using default router of o [2002/03/08] misc/35662 send-pr and/or web pr query system screws o [2002/03/08] kern/35669 NFSROOT breaks without a gateway s [2002/03/08] docs/35678 doc docproj Makefiles for web are broken for f [2002/03/08] kern/35691 mbr Realtek NIC driver does not work with Rea o [2002/03/09] kern/35703 /proc/curproc/file returns unknown o [2002/03/11] misc/35774 [SECURITY] Suboptimal auditing possibilit o [2002/03/14] gnu/35878 /usr/bin/strip resets ABI type to FreeBSD p [2002/03/15] bin/35921 jon Wrong path reduction of dot-dot paths in o [2002/03/15] bin/35925 fixit floppy cannot be mounted on USB dri a [2002/03/16] kern/35985 re swap double mount o [2002/03/16] kern/35986 Wrong bpf-header preceading packet when u o [2002/03/17] i386/36003 Cyclades Cyclom YeP causes panics on Free p [2002/03/18] kern/36038 bp sendfile(2) on smbfs fails, exposes kerne o [2002/03/19] misc/36086 trhodes Kerberos Problem/Handbook wrong/Followup a [2002/03/19] misc/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 poll() behaves erratic on BPF file descri o [2002/03/28] kern/36415 roger the bktr driver incorrectly handles the s a [2002/03/29] i386/36451 roger (sys/dev/bktr) Japan IF frequency is inco o [2002/03/29] kern/36482 Multiport starfire card (sf/ukphy) doesn' o [2002/03/29] conf/36508 qa installation floppy bug (See description) o [2002/03/30] i386/36517 sis driver can't map ports/memory for Net o [2002/03/31] kern/36566 System reboot with dead smb mount and umo o [2002/04/05] kern/36784 Can't fcntl(fd, F_SETFL, ...) on a pseudo o [2002/04/07] ports/36846 ports-bugs fxtv 1.03 freezes the system when $LANG=d o [2002/04/08] bin/36867 games/fortune: add FORTUNE_PATH env var, o [2002/04/08] conf/36911 qa installation floppies miss autoload file o [2002/04/09] bin/36926 send-pr destroys PR if emacs interrupt ch o [2002/04/10] i386/36943 reboot hangs on Tyan Thunder K7 with SMP 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] i386/37240 EtherExpress16 not probed at boot o [2002/04/19] kern/37261 luigi kernel is not linking without "device eth o [2002/04/22] kern/37326 roger smbus/bktr crash when omitting "device ii o [2002/04/22] bin/37343 portmap TCP binds strangeness o [2002/04/23] misc/37399 rsh does not work from Win 2k to freeBSD o [2002/04/25] kern/37436 accept dead loop when out of file descrip o [2002/04/25] kern/37441 ISA PNP parse problem o [2002/04/25] kern/37443 incorrect move pointer in environment str o [2002/04/26] i386/37482 sound Weird behaviour under relatively slow loa o [2002/04/27] kern/37502 NFS client ignores mtime.tv_usec for open o [2002/04/28] i386/37523 lock for bios16 call and vm86call o [2002/04/30] misc/37585 qa System hangs on install at probing device o [2002/04/30] misc/37586 qa newfs failing in 5.0-DP1 initial install o [2002/04/30] kern/37589 imp Kernel panics upon resume from zzz on my o [2002/05/01] kern/37635 joe USB ufm driver using major 200, although o [2002/05/03] misc/37710 murray LAN interface in wrong state after attemp f [2002/05/05] misc/37775 netsmb/smb_subr.c needs opt_global.h in S o [2002/05/08] misc/37863 qa Configuration of X corrupts screen, and i o [2002/05/09] kern/37889 kernel panic when writing to a FAT32 part o [2002/05/13] kern/38011 rsm Fatal Trap 12 using Xircom CE2 in IBM 760 a [2002/05/13] java/38018 znerd ports/www/jakarta-tomcat4: make passing o a [2002/05/13] java/38020 znerd ports/www/jakarta-tomcat4: stop tomcat vi o [2002/05/15] kern/38095 bp vlan not supported with fxp f [2002/05/17] kern/38166 gad ipv6_gateway_enable="YES" breaks lpd o [2002/05/18] ports/38212 knu XFree86-4 and portupgrade get dependencie o [2002/05/24] kern/38495 bms soreceive fails to maintain invariant on 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] misc/38582 qa sysinstall sets newfs flag after changing o [2002/05/27] bin/38609 qa Sysinstall should know the size of the va o [2002/05/27] kern/38632 imp Loss of connection with wi cards o [2002/05/30] i386/38731 Freebsd doesn't support ( pdc20276 / Raid f [2002/05/30] kern/38736 joe kernel panic during memory stick removal o [2002/05/30] kern/38752 rn_walktree_from not halting at the right o [2002/06/01] kern/38794 sound ESS Solo driver truncates output o [2002/06/01] kern/38795 sound kldunload of snd_ess, snd_sb16, snd_sb8 p f [2002/06/02] misc/38835 qa sysinstall always installs crypto o [2002/06/04] kern/38894 Dell PowerEdge 4600 PCI Bus scan problems o [2002/06/04] kern/38906 calcru: negative time of 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/11] ports/39148 cy screen consumes 100% when run o [2002/06/11] ports/39149 ume ports/mail/cyrus-imapd: cyradm causes per o [2002/06/12] kern/39185 core dump binary in single user mode o [2002/06/13] kern/39233 bms NonConforming IPsec implementation from F o [2002/06/13] kern/39252 Syscons doesn't support 8-bit control cha o [2002/06/14] kern/39260 sound pcm0 locks on boot, Compaq Presario 1920 o [2002/06/15] kern/39329 '..' at mountpoint is subject to the perm o [2002/06/15] kern/39331 dwmalone namei cache unreliable for __getcwd() o [2002/06/17] kern/39388 groudier ncr/sym drivers fail with 53c810 and more o [2002/06/19] i386/39507 FreeBSD can't boot: BTX halted problem s [2002/06/19] i386/39536 FreeBSD default bootloader does not load o [2002/06/20] i386/39604 Install failure on HP Pavilion 310n - Una o [2002/06/21] i386/39633 Errors reported in schistory.c in syscons o [2002/06/24] i386/39802 iBCS2 emulation fork process core dumps f [2002/06/24] kern/39805 joe 4.6R install panics with umass0 device co o [2002/06/25] bin/39849 /sbin/restore fails to overwrite files wi f [2002/06/26] conf/39887 matusita /stand/sysinstall doesn't set sendmail_en o [2002/06/26] bin/39896 netmask 0xffffff00 no longer works in /et o [2002/06/27] bin/39922 threads [PATCH?] Threaded applications executed w o [2002/06/27] kern/39928 imp wi0 timeouts and hangs the system while s a [2002/06/27] kern/39937 bms ipstealth issue o [2002/06/28] bin/39940 /usr/sbin/periodic sends thousands of ema o [2002/06/29] kern/40001 grog vinum showing -2 drives after removing se o [2002/06/30] kern/40044 SMP kernel fails to boot on DELL 610 o [2002/07/01] i386/40073 rsm Xircom Realport Ether doesn't work in Tos o [2002/07/02] kern/40122 sound Device pcm stopps booting Kernel 4.6 o [2002/07/03] i386/40132 Enabling the joystick interface on es137x f [2002/07/03] kern/40139 darrenr ipfilter issue o [2002/07/05] misc/40206 Can not assign alias to any POINTOPOINT i o [2002/07/05] i386/40219 i386 [apm] apm breaks removable media o [2002/07/05] bin/40227 CVS client doesn't upload new files creat o [2002/07/06] misc/40260 qa sysinstall hangs up detecting devices (No f [2002/07/06] i386/40274 "fxp: device timeout" errors during heavy o [2002/07/06] bin/40278 mktime returns -1 for certain dates/timez o [2002/07/07] bin/40282 /bin/kill has bad error checking for comm o [2002/07/10] kern/40394 if_tap driver hard coded permission check a [2002/07/12] bin/40466 pax may not handle correctly some tar arc o [2002/07/12] bin/40471 des chpass(1) -a option broken in CURRENT p [2002/07/14] kern/40558 bms UDP6 sockets do not receive responses of o [2002/07/14] kern/40561 jlemon TTCP does not work with IPv6 o [2002/07/14] kern/40574 sound NeoMagic soundcard detection on Gateway S o [2002/07/16] bin/40656 qa patch: sysinstall: scripted deletion of s o [2002/07/19] kern/40787 page fault while in kernel mode o [2002/07/19] kern/40792 joe signals lead to data loss on device ugen o [2002/07/22] kern/40895 wierd kernel / device driver bug o [2002/07/26] kern/41007 overfull traffic on third and fourth adap o [2002/07/30] i386/41138 silby vr0 locks up on one hub, OK on another o [2002/07/31] kern/41216 Get "NFS append race" error o [2002/08/01] misc/41242 periodic scripts make unwarrented assumpt o [2002/08/03] bin/41297 mp {t,}csh backquote/braces expansion bug f [2002/08/04] bin/41327 jon skey decrementing but not authorizing wit o [2002/08/04] misc/41331 threads Pthread library open sets O_NONBLOCK flag o [2002/08/07] bin/41410 /bin/sh bug on expanding $? in here-docum o [2002/08/08] bin/41435 mbr dhclient writes lease file that it can't o [2002/08/12] i386/41569 silo overflow o [2002/08/13] kern/41632 luigi bridging when one interface has no carrie o [2002/08/16] kern/41720 if_nge_load=YES make system not bootable o [2002/08/17] kern/41740 grog vinum issues: page fault while rebuilding o [2002/08/18] i386/41757 qa sysinstall 4.6.x unstable s [2002/08/19] bin/41776 bms mrouted doesn't route multicast packets o [2002/08/19] bin/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] kern/41850 qa sysinstall fails to create root filesyste o [2002/08/22] kern/41881 julian ng_device was not MFCed for 2 months o [2002/08/23] i386/41930 declaration clash for ffs() and ${CXX} o [2002/08/23] conf/41935 PPPoE problem with 3com device - 3c12 o [2002/08/24] kern/41966 audio/play: sblive, can cause "Device bu 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: fix build script for 4.6-STABLE s [2002/08/30] kern/42216 rwatson simultaneous multiple server network fail o [2002/09/03] kern/42352 Impossible to set RCV timeout on a socket p [2002/09/03] bin/42356 uudecode -o doesn't work if piped o [2002/09/04] bin/42407 ppp(8) IPV6CP fails o [2002/09/07] i386/42539 Fatal Trap 12 resulting from Conner Perip o [2002/09/08] kern/42564 sound record bug with emu10k1 driver o [2002/09/09] kern/42578 Using PCI serial cards (puc) in SMP machi o [2002/09/10] kern/42621 imp Dell Inspiron 5000e hangs when using Orin o [2002/09/10] kern/42638 sound CS4326/4327 (MSS) buggy output playing 11 o [2002/09/11] kern/42652 error deleting r/o (by windows) files on 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 p [2002/09/13] kern/42727 bms [PATCH] Wrong MTU in need-frag ICMP using o [2002/09/13] ports/42729 obrien bash manpage has /bin/bash as location fo o [2002/09/13] misc/42748 joe USB on hardware list does not work o [2002/09/13] i386/42750 Fdisk makes no difference between FAT32, o [2002/09/14] docs/42762 doc ppp.8 has no description of $env and ~use o [2002/09/14] i386/42784 imp pcmcia 16bit network card removal locks a o [2002/09/15] misc/42801 FreeBSD freezes when opening cuaa0 with a s [2002/09/15] i386/42806 VLANs do not work with fxp + catalyst as o [2002/09/20] kern/42983 imp wi0 sporadically freezes the system for 1 o [2002/09/21] kern/43151 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 o [2002/09/25] kern/43352 luigi ipfw aborts processing file/pipe when del f [2002/09/25] i386/43366 joe Cannot format media in USB floppy devices o [2002/09/28] www/43454 www Packages hard to find, often missing o [2002/09/29] kern/43462 joe copying files from olympus C-4040 digital o [2002/09/30] bin/43501 getpwnam, getpwuid fail when linking agai p [2002/10/01] alpha/43567 robert strtod() core dumps o [2002/10/02] bin/43592 mktime rejects dates at the start of dayl o [2002/10/02] kern/43599 Balloc did not check mallocated pointer i a [2002/10/03] kern/43605 luigi enabling polling in the kernel causes pag o [2002/10/04] misc/43674 Able to bypass expired password o [2002/10/08] standards/43837wollman PKST (pakistan daylight time) changed fro o [2002/10/09] conf/43851 Colorado backup unit o [2002/10/09] i386/43852 4.7-RC "device timeout" problem a [2002/10/10] kern/43885 ken USB CDROM does not work with vmware 2.x o [2002/10/11] java/43924 glewis writing from JAVA to a pipe sometimes han o [2002/10/12] kern/43953 Backport of BMC5703 drivers o [2002/10/12] kern/43984 rp driver does not support multiple PCI c o [2002/10/13] bin/43993 joe /usr/sbin/usbd does not handle an usb eve a [2002/10/14] kern/44030 VNode/Swap troubles o [2002/10/15] kern/44087 fatal kernel trap when ifconfig a inet6 i o [2002/10/16] kern/44126 paul lnc network hungup at large traffics on V o [2002/10/16] i386/44130 i386 Enabled apm hangs up FreeBSD kernel on i8 o [2002/10/18] kern/44202 -stable rp driver does not work with mult o [2002/10/19] conf/44263 imp Intel AnyPoint II Wireless Card Unrecogni p [2002/10/19] misc/44268 ache [PATCH] FreeBSD is missing lt_LT.ISO8859- o [2002/10/21] kern/44355 After deletion of an IPv6 alias, the rout o [2002/10/23] kern/44417 luigi ipfw layer2 rules are not checked for eth o [2002/10/26] i386/44497 NIC Lags? s [2002/10/26] bin/44504 mp tcsh-6.12.00's "source" command ignore co o [2002/10/27] kern/44512 sound pcm driver generates static half the time o [2002/10/27] kern/44514 X11 mouse pointer disappears upon suspend s [2002/10/27] bin/44518 yar ftpd does not show OPIE OTP challenge o [2002/10/27] bin/44519 yar ftpd.conf(5) contains references to ftpd( o [2002/10/28] gnu/44564 peter [PATCH] Aborted cvs session causes an end f [2002/10/28] bin/44567 darrenr ipfstat does not show IPv6 accounting inf o [2002/10/28] misc/44578 getnetgrent fails to read NIS netgroup ma o [2002/11/02] ports/44835 knu portupgrade vs. docproj dependencies o [2002/11/04] kern/44867 Frequent hard hangs on ASUS P4T-E/P4S-533 o [2002/11/06] bin/44995 /usr/bin/limits thinks sbsize is number, o [2002/11/06] kern/45013 locking warnings in CURRENT o [2002/11/07] kern/45023 flexlm does not run with linux-base-7, st o [2002/11/09] gnu/45168 Buffer overflow in /usr/bin/dialog o [2002/11/13] bin/45272 dump/restore problem o [2002/11/15] docs/45303 doc Bug in PDF DocBook rendering o [2002/11/15] kern/45322 Panic on resume (zone: entry not free) o [2002/11/16] kern/45324 Re: 4.7 kernel does not find aha1 o [2002/11/17] kern/45373 mckusick softupdate / fs damaged after loss of pow o [2002/11/18] kern/45403 imp Cannot install -CURRENT via pccard networ o [2002/11/19] bin/45478 /bin/sh coredump 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] i386/45558 mdconfig and msdosfs make fs writes hang o [2002/11/21] i386/45565 qa sysinstall: write error, filesystem full f [2002/11/22] kern/45579 joe Panic from USB stack after device detach o [2002/11/24] kern/45673 sound PC98 internal CS4231A is mis-detected to o [2002/11/24] kern/45679 sound Cannot record except 8bit-mono with CS423 o [2002/11/24] kern/45682 sound Sometime failed to record/play with CS423 o [2002/11/25] kern/45713 emoore If you use the amr driver, it is impossib f [2002/11/25] bin/45721 darrenr ipfilter's flags and icmp-type processing p [2002/11/25] kern/45733 bms file descriptor flags and socket flags ou o [2002/11/27] i386/45773 Softboot causes autoconf failure on Broad o [2002/11/27] kern/45777 crashdump issue with too-small dumpdev a [2002/11/29] docs/45833 trhodes nsmb.conf man page o [2002/12/02] kern/45913 imp WaveLan driver problems with latest -CURR o [2002/12/03] ports/45972 tobez lang/perl5: Perl system() calls will hang 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] i386/46017 smb mounts break /etc/periodic/weekly/310 o [2002/12/06] kern/46036 inaccurate timeouts in select(),nanosleep o [2002/12/09] kern/46152 Panic in adw dumping to tape o [2002/12/10] kern/46176 joe umass causes kernel panic if device remov o [2002/12/11] i386/46194 5.0-RC1 kern floppy load fails on AMD K6- o [2002/12/13] kern/46239 posix semaphore implementation errors o [2002/12/13] i386/46245 sound AC'97 is not supported on ABIT BW7 o [2002/12/17] ports/46322 tobez lang/perl5 - string '0' (zero) is not con s [2002/12/18] ports/46338 ports-bugs security/cyrus-sasl 1.5.27_7 mysql_verify o [2002/12/18] bin/46352 Open file descriptors and signal handling o [2002/12/19] i386/46371 joe USB controller cannot be initialized on I o [2002/12/20] conf/46401 dougb [PATCH] /etc/rc.d/named doesn't create ch o [2002/12/23] i386/46484 System panics upon configuration of bge N o [2002/12/26] kern/46551 cbb driver hangs on Sony Vaio o [2002/12/27] kern/46557 ipfw ipfw pipe show fails with lots of queues o [2002/12/28] kern/46576 FreeBSD 4.6 broke linux emulation install o [2002/12/29] kern/46618 joe USB (UHCI/ICH3) PALM connect/disconnect/c a [2002/12/31] kern/46647 silby Failure to initialize MII on 3Com NIC res o [2003/01/01] bin/46676 ru [PATCH] bsd.dep.mk restricts domain of ta o [2003/01/02] misc/46694 imp Getting DUP packets when in Promiscous mo o [2003/01/03] kern/46736 sound ISA audio CS4232 (HP Omnibook 5000C) work f [2003/01/12] kern/47005 joe OHCI USB not noticing device detachments o [2003/01/14] kern/47061 Conflicting system headers illustrated by o [2003/01/17] kern/47152 pseudo-device ef in kernel does not creat o [2003/01/20] i386/47236 Console missing during bootup on Sony Pic o [2003/01/20] i386/47243 sound Onboard CMedia CMI8738 playback noise o [2003/01/20] ports/47245 znerd daemonctl scribbles over log file when si f [2003/01/20] kern/47255 5.0-RELEASE install boot floppies hang wi o [2003/01/21] kern/47279 IBM 370 hangs on reboot o [2003/01/21] kern/47286 device probing not verbose when using boo o [2003/01/22] kern/47352 sound pcm/ac'97, dsp device busy o [2003/01/24] i386/47449 Thinkpad 755CD floppy boot fails f [2003/01/25] kern/47451 qa 5.0 GENERIC(sysinstall CD) locks during b f [2003/01/25] kern/47452 grog df(1) reports filesystem empty when it is o [2003/01/29] kern/47628 trhodes msdosfs file corruption fix o [2003/01/29] i386/47647 init died with signal 6 f [2003/02/01] i386/47787 markm new 5.0 system without perl fails buildwo s [2003/02/02] kern/47813 bms pseudo-device gre doesn't appear to work s [2003/02/03] ports/47842 cy security/tripwire fails to build under CU o [2003/02/05] kern/47937 hw.ncpu and kern.smp.cpus duplicate same o [2003/02/05] kern/47939 5.0-Current freezes when bktr device is o o [2003/02/05] i386/47951 rtld in ld.so will livelock in some circu o [2003/02/05] alpha/47952 alpha DEFPA causes machine check with V5.0-rele o [2003/02/07] kern/48033 FFS superblock flags are being ignored? o [2003/02/07] kern/48062 mckusick mount -o snapshot doesn't work on +100GB o [2003/02/09] kern/48117 SMP machine hang during boot related to i o [2003/02/10] kern/48156 pjd Bug in procfs(5) closed in jail. o [2003/02/11] gnu/48183 [patch] gdb on a corefile from a threaded o [2003/02/14] bin/48271 bug with find's -delete option f [2003/02/14] kern/48279 Brooktre878 (bktr) may cause freeze o [2003/02/16] misc/48325 /etc/periodic/security/100.chksetuid does o [2003/02/16] kern/48338 sound pcm audio driver hogs /dev/dsp?.? o [2003/02/17] kern/48359 joe SiS 5597/8 USB + uscanner breakage o [2003/02/17] kern/48393 mckusick 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. a [2003/02/22] kern/48560 andre Panic in if_vlan.c on CURRENT o [2003/02/24] i386/48614 i386 VESA VGA modes for syscons lock up machin 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] kern/48752 freeze when installing 5.0 Release o [2003/02/27] kern/48758 kldunload if_{nic} can cause kernel panic o [2003/02/28] kern/48777 vidcontrol modes not restored on vt switc o [2003/03/02] bin/48856 threads 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/05] kern/48952 joe uscanner0 hangs o [2003/03/05] bin/48958 standards The type 'bool' has different sizes for C 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' f [2003/03/09] bin/49048 [patch] ctm(1) does not check parent dire o [2003/03/09] ports/49056 trevor Festival fixes for newer GCCs [PATCH] o [2003/03/10] bin/49087 threads Signals lost in programs linked with libc o [2003/03/11] kern/49102 julian Resident set size calculation broken in 5 s [2003/03/13] misc/49984 des openSSH crashes while password based auth o [2003/03/16] ports/50042 mbr ports/www/mod_frontpage causes Bad System o [2003/03/17] ports/50062 knu portupgrade does not process directives f a [2003/03/20] kern/50149 joe Using Alcatel SpeedTouch results in "usb0 o [2003/03/25] kern/50298 unlimited usage of AGP memory make system o [2003/03/27] kern/50348 joe On usb.ko unload usb and usbN devices are p [2003/03/28] bin/50384 robert pkg_version -v core-dumps when no package o [2003/04/03] kern/50574 mbr dc driver incorrectly detects ADMtek chip p [2003/04/10] bin/50770 popen in libc_r not threadsafe o [2003/04/11] kern/50827 [PATCH] no sane record locking on *nix. s [2003/04/12] kern/50856 kernel panic if mounting /tmp as mfs with o [2003/04/13] i386/50887 MBR on kern.flp fails Compaq MBR validati o [2003/04/14] kern/50943 kernel panic to initialize NIC (Intel Pro f [2003/04/14] kern/50947 darrenr BUG: port eq 25 does not work anymore (po p [2003/04/17] misc/51085 ache FreeBSD is missing ja_JP.eucJP locale. o [2003/04/17] ports/51089 lioux net/dctc refuses to connect to any hub o [2003/04/18] www/51135 www Problems with the mailing-lists search in o [2003/04/18] kern/51145 sound Audio Slows during Heavy I/O o [2003/04/19] misc/51146 qa Incorrect error message when configuring o [2003/04/20] bin/51171 /bin/sh has only 32-bit arithmetics that o [2003/04/21] standards/51209standards [PATCH] add a64l()/l64a/l64a_r functions o [2003/04/21] kern/51243 Deadlock via syscons o [2003/04/22] kern/51274 ipfw ipfw2 create dynamic rules with parent nu o [2003/04/22] ports/51281 tobez lang/perl5: broken way of upgrading perl5 o [2003/04/23] kern/51308 sound Creative SB32 doesn't work under CURRENT o [2003/04/23] kern/51309 rl driver problem on large file transfers o [2003/04/23] kern/51332 njl QUIRK: BNCHMARK DLT1 requires SA_QUIRK_1F f [2003/04/24] kern/51341 ipfw ipfw rule 'deny icmp from any to any icmp o [2003/04/24] kern/51352 panic: malloc(M_WAITOK) in interrupt cont o [2003/04/25] misc/51409 us.emacs.kbd doesn't have 'boot' o [2003/04/29] ports/51539 tobez lang/perl5: dual perl installation breaka o [2003/04/29] kern/51583 [PATCH] allow to work with devices and so o [2003/05/02] kern/51685 Unbounded inode allocation causes kernel a [2003/05/03] ports/51711 trevor /usr/ports/emulators/linux_base will not o [2003/05/06] bin/51827 getaddrinfo() is broken with numeric serv s [2003/05/06] bin/51892 des can't ssh after su to different local use p [2003/05/07] bin/51927 bms routed(8) fails to use multicast with IFF o [2003/05/08] bin/51949 threads thread in accept cannot be cancelled o [2003/05/08] kern/51982 sio1: interrupt-level buffer overflows a [2003/05/11] ports/52068 openoffice portupgrade of editors/openoffice .org-1. s [2003/05/11] ports/52079 ports-bugs vmware3 hangs when nmdm(4) is used as COM a [2003/05/12] ports/52087 openoffice error while building japanese/openoffice s [2003/05/12] kern/52110 green FS corruption when using unionfs o [2003/05/12] kern/52128 Unable to floppy install on Toshiba Libre o [2003/05/15] kern/52260 sys/net/if.c:if_detach in FreeBSD4 forget o [2003/05/16] kern/52331 groudier 4.7 to 4.8-REL upgrade: SCSI disks on sym 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 Kernel panics when mounting floppy on MFS o [2003/05/22] i386/52556 i386 Syskonnect SK9843SX, sk driver, MII not d o [2003/05/22] kern/52561 5.1-BETA install fails on Dell PowerEdge o [2003/05/22] i386/52581 i386 Boot loaders reading more than one sector o [2003/05/24] i386/52638 i386 SCSI U320 on SMP server won't run faster o [2003/05/27] i386/52724 njl crashes apparently due to a ACPI problem o [2003/05/28] bin/52743 /etc/ppp/ppp.linkup instability issues o [2003/05/28] kern/52756 4.8 RELEASE installer(generic kernel) sta o [2003/05/31] kern/52818 vm_fault() calls vput() on shared-locked p [2003/06/04] kern/52935 bms occasional panic in ip_input with IPSEC o [2003/06/04] kern/52936 Huge writes to nfs exported FAT filesyste o [2003/06/05] kern/52962 imp discrepancy between ifconfig and wicontro p [2003/06/05] standards/52972standards /bin/sh arithmetic not POSIX compliant o [2003/06/06] i386/52975 i386 CPUTYPE=k7 results in non-functional /boo o [2003/06/07] kern/53008 [PATCH] genwakecode generates errornously o [2003/06/10] i386/53137 i386 background fscking causing ffs_valloc pan o [2003/06/16] i386/53382 i386 Repetable panics in ffs_vget() on Prolian s [2003/06/17] ports/53414 ports-bugs port security/amavis-perl open filedescri o [2003/06/18] bin/53434 pw disallow a password including space. o [2003/06/18] kern/53447 poll(2) semantics differ from susV3/POSIX o [2003/06/19] ports/53504 knu pkgdb -F causes ruby to fail (can not all a [2003/06/20] kern/53566 mbr IBM Eserver (245 || 345) + ServeRaid 5i i o [2003/06/22] bin/53606 roberto ntpdate seems to hang system o [2003/06/24] sparc64/53670sparc64 pthreads implementation on 5.1-Release sp o [2003/06/27] bin/53839 qa sysinstall disklabel editor fails on post o [2003/06/27] kern/53847 software hang f [2003/06/30] kern/53920 andre sluggish TCP connection o [2003/06/30] kern/53927 imp wi0: device timeout problem with PRISM 2. o [2003/06/30] kern/53940 imp Some WiFi devices cannot connect to hosta o [2003/07/01] i386/53948 i386 console="comconsole" in loader.conf cause o [2003/07/01] kern/53987 smbfs can't access to files with symbol ¿ o [2003/07/02] i386/54033 i386 Disk lockup. o [2003/07/03] kern/54049 sound Sound driver reports device busy and show o [2003/07/04] bin/54097 Non-local yppasswd -d broken in 5.1-CURRE o [2003/07/06] ports/54156 dougb Add foomatic and cups support to print/hp o [2003/07/07] kern/54188 [PATCH] touchpad doesn't work on some Ace o [2003/07/07] misc/54189 DNS resolver should resolve hostnames wit f [2003/07/09] kern/54248 andre nge/vlan: kernel panic f [2003/07/09] ports/54256 mita japanese/vflib: fix dependency on japanes o [2003/07/10] kern/54309 silby TCP Packet of 64K-1 crashes FreeBSD4.8 o [2003/07/10] gnu/54317 sobomax tar with very large packages and portinst f [2003/07/10] kern/54331 robert shutdown() on a socket registered in a kq 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] ports/54424 knu portupgrade ignores ALT_PKGDEP o [2003/07/13] ports/54435 lioux [PATCH] multimedia/libdvdread dvdcss_crac o [2003/07/13] bin/54446 pkg_delete doesn't honour symlinks, portu o [2003/07/15] i386/54501 i386 Promise Ultra133 TX2 does not work proper f [2003/07/15] bin/54517 mbr dhclient core dumps on negative ip addres s [2003/07/16] kern/54534 unionfs && mfs|md crashing machine o [2003/07/21] kern/54705 sound codec timeout during read of register 26 o [2003/07/22] i386/54756 acpi ACPI suspend/resume problem on CF-W2 lapt o [2003/07/25] bin/54854 cvs pserver sig11 crash on 4.8-R o [2003/07/26] kern/54881 njl New device/vendor ID and quirks for iRive p [2003/07/27] bin/54959 tr utility has a bug in ISO8859-2 locale o [2003/07/28] bin/54969 rcp '-r' option patch or MFC request p [2003/07/28] ports/54970 trevor emulators/linux_base Port Makefile "dange o [2003/07/28] conf/54971 mtm /etc/rc.d/mountcritermote requires ldconf a [2003/07/29] kern/55018 andre [patch] Digiboard PC/Xem fails to initial o [2003/07/30] kern/55081 green contigmalloc API semantics inadequate --- o [2003/07/31] ports/55136 lioux qmail-ldap uses old qmail-ldap patch, por o [2003/08/02] kern/55175 alfred LOR in select and poll o [2003/08/05] gnu/55278 Externs on implicit declarations o [2003/08/05] kern/55279 miibus/if_ed static/dynamic confusion o [2003/08/05] i386/55290 i386 please MFC the PR:22971 (LinuxEmu; Implem o [2003/08/05] kern/55297 kernel panic after running XFree86 o [2003/08/07] bin/55346 /bin/sh eats memory and CPU infinitely o [2003/08/07] bin/55349 mbr Amd mixes up symlinks in it's virtual fil o [2003/08/08] bin/55366 grog [patch] vinum makes /dev/vinum with wrong o [2003/08/08] kern/55379 kernel crashes randomly o [2003/08/10] bin/55448 dbm_nextkey() misbehaves after dbm_store( o [2003/08/11] gnu/55452 gzip doesn't handle large files o [2003/08/11] bin/55457 GDB gets confused debugging libc_r thread a [2003/08/13] kern/55542 andre [patch] discard oversize frame (ether typ o [2003/08/13] i386/55555 i386 system freezes with access to /dev/ums0 o [2003/08/13] i386/55561 i386 SMbus and I2C don't attach when loaded as o [2003/08/15] i386/55603 unable to reboot when system runs from My o [2003/08/15] i386/55615 i386 machine freezes - goes on after key press o [2003/08/16] kern/55617 ports-bugs Accessing an nsmb-mounted drive via a smb o [2003/08/17] ports/55650 obrien update vim to tcl/tk 8.4 o [2003/08/17] i386/55661 njl ACPI suspend/resume problem on ARMADA M70 o [2003/08/20] kern/55727 rl(4) not working in recent 4.8-STABLE: w o [2003/08/20] sparc64/55773jake Conversion from long to long double is br o [2003/08/20] kern/55784 Kernel Panic [with trace] in using netgra o [2003/08/20] i386/55793 Flaky behavior of DC when initializing a o [2003/08/20] kern/55822 acpi No ACPI power off with SMP kernel o [2003/08/20] kern/55823 tackerman em(4) interfaces (Intel Gigabit) are mute o [2003/08/21] bin/55829 __stderrp not defined in libc.so.3 (compa o [2003/08/21] bin/55846 and conflict p [2003/08/21] misc/55853 [patch]Fix ascii compatible problem in zh o [2003/08/23] i386/55908 i386 perl process stuck in pipewr (no pipe bei a [2003/08/24] i386/55930 i386 partly configured serial port freezes sys o [2003/08/24] kern/55934 grog kernel panics while restoring into vinum o [2003/08/25] bin/55947 printf(1) mishandles \0 o [2003/08/25] bin/55956 passwd chat script not backward compatibl o [2003/08/25] kern/55960 IO to PATA drives on Promise SATA150 TX2p o [2003/08/25] conf/55964 sshd: HostBasedAuthentication does not se o [2003/08/25] bin/55965 sshd: problems with HostBasedAuthenticati o [2003/08/26] conf/55991 sshd: problems with HostBasedAuthenticati s [2003/08/26] kern/55993 getcwd() breaks on unionfs mounted direct o [2003/08/26] kern/56008 scottl ps shows L flag erroneously with certain o [2003/08/27] kern/56024 njl ACPI suspend drains battery while in S3 o [2003/08/27] conf/56031 luigi ipfw hangs on every invocation o [2003/08/29] bin/56147 FreeBSD/NetBSD /bin/sh mishandles positio f [2003/08/31] kern/56233 bms IPsec tunnel (ESP) over IPv6: MTU computa o [2003/09/02] kern/56339 select() call (poll() too) hangs, yet cal a [2003/09/03] ports/56363 perky The graphics/py-opengl port is broken o [2003/09/03] i386/56372 njl acpi don't work on TYAN tiger100 M/B f [2003/09/04] docs/56456 blackend Initial import of the ro_RO.ISO889-2 doc/ s [2003/09/04] kern/56461 FreeBSD client rpc.lockd incompatible wit o [2003/09/05] ports/56487 x11 Upgrading Xfree86-clients from ports over p [2003/09/05] bin/56500 roam rpc.lockd needs to use reserved ports o [2003/09/09] kern/56632 MTIO incorrect mt_fileno status after MTE o [2003/09/10] kern/56675 Syncer "giving up" on buffers and ext2 fi o [2003/09/14] kern/56759 System freezes when writing CD Advansys S o [2003/09/14] kern/56760 System hangs at boot with adaptec 1542 o [2003/09/14] kern/56871 dd can't write variable length data block o [2003/09/15] kern/56889 MODE_SENSE_BIG timeout hanging boot if CD o [2003/09/15] standards/56906standards Several math(3) functions fail to set err o [2003/09/17] kern/56944 4.8 cannot boot on Intel Server Board SE7 o [2003/09/19] kern/57015 [patch] Asus wl-100 (pcmcia wifi) support o [2003/09/20] i386/57040 ar driver with PCI card locks up when run o [2003/09/22] kern/57085 njl umass0 problems, with Sony Vio/USB memory a [2003/09/22] kern/57100 bms disable hardware checksums when using bri o [2003/09/23] ports/57134 tobez lang/perl5: BSDPAN can't be disabled s [2003/09/24] kern/57174 sos 4.9-PRERELEASE panic: ata_dmasetup: trans o [2003/09/24] kern/57195 mount_mfs -i 512 => panic? o [2003/09/25] kern/57206 softdep_lock locks against itself, causin a [2003/09/26] java/57235 znerd Fix pkg_add permission problem in tomcatX o [2003/09/26] bin/57255 joe usbd and multi-function devices a [2003/09/30] kern/57380 andre Connections are reset by the kernel witho o [2003/09/30] bin/57401 mbr amd sets wrong permissions on mount point 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/02] bin/57484 bms routed not ignoring cloned routes o [2003/10/04] bin/57554 sh(1) incorrect handling of quoted parame o [2003/10/06] kern/57631 jhb Boot failing for ALi chipsets, patch atta o [2003/10/06] i386/57673 i386 Odd/dangerous disklabel behaviour on 5.0 o [2003/10/07] kern/57722 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] bin/57833 gad [PATCH] bin/ps cannot change title for ke f [2003/10/12] ports/57897 ports-bugs multimedia/mplayer: gmplayer doesn't work f [2003/10/12] kern/57908 darrenr 'return-rst' does not work for ipv6 in ip o [2003/10/13] kern/57945 jmg [patch] Add locking to kqueue to make it o [2003/10/13] kern/57961 grog kmem_malloc(65536): kmem_map too small: 2 o [2003/10/13] misc/57973 KDE freezes on startup with ATI RADEON 90 o [2003/10/13] bin/57975 include/xmmintrin.h defines __v4si twice o [2003/10/14] kern/57985 [patch] Missing splx in ether_output_fram o [2003/10/14] docs/58033 doc [PATCH] getenv(3) manpage doesn't state t o [2003/10/17] kern/58154 mckusick Snapshots prevent disk sync on shutdown o [2003/10/17] kern/58169 panic: vnode_pager_getpages: unexpected m o [2003/10/21] bin/58326 nss users cannot send mail via /usr/bin/m o [2003/10/22] ports/58406 tobez lang/perl5: use.perl port does not handle o [2003/10/23] i386/58458 i386 ATAPI-CDROM DMA Support on ALi Aladdin V o [2003/10/24] bin/58504 /etc/periodic/daily/100.clean-disks trave o [2003/10/26] i386/58580 i386 After sysinstall, F2 fails; wrong device o [2003/10/26] kern/58581 System call hang 5.x triggered by gnunetd f [2003/10/28] ports/58655 mp A replacement patch is necessary for comp o [2003/10/29] bin/58687 deischen gethostbyname leaks kqueue file descripto o [2003/10/30] i386/58718 i386 need to remove battery before booting lap o [2003/10/31] kern/58752 grog vinum panics on create/resetconfig o [2003/11/02] i386/58826 i386 reboot on an IBM PC Server 315 merely hal o [2003/11/02] kern/58831 panic: vinvalbuf: flush failed o [2003/11/02] conf/58832 /etc/rc.d/ipsec starts not in time f [2003/11/03] kern/58870 bms page fault in kernel mode with ifconfig a f [2003/11/03] kern/58888 4.9-RELEASE installation fails (xl causes o [2003/11/04] kern/58930 Page fault when unplugging Alcatel Speedt o [2003/11/05] kern/58941 rwatson acl under ufs2 doesn't handle disk corrup o [2003/11/05] bin/58951 Some problems with 4.9-RELEASE installati o [2003/11/05] i386/58953 [patch] detect NetMOS-based six serial po o [2003/11/05] kern/58967 Kernel kills processes in spite of cputim o [2003/11/06] kern/58991 grog vinum does not build o [2003/11/08] kern/59062 wpaul nge0 swaps vlan tag bytes. o [2003/11/09] kern/59098 Integrated sound card not working in Free o [2003/11/10] kern/59116 mount_ntfs of a Windows 2000-formatted fs o [2003/11/11] kern/59158 -CURRENT from 20031108 will not install o f [2003/11/11] kern/59172 bms Zebra interface route causes kernel panic o [2003/11/11] kern/59183 imp wi problems with wi_cmd o [2003/11/11] kern/59185 4.9-RELEASE kernel panic (page fault) o [2003/11/11] i386/59192 i386 ATA drive not spotted with SCSI drive o [2003/11/12] kern/59203 imp Panic with wi and newcard p [2003/11/12] kern/59233 matk patch to soundcard.h to include an ioctl o [2003/11/13] kern/59248 4.9-RELEASE, ACPI Panic with Dell Latitud o [2003/11/13] kern/59251 Failure of 4.8-RELEASE/4.9-RELEASE/5.1-RE o [2003/11/15] kern/59296 Serial Line Noise Causes System Hang in L o [2003/11/15] i386/59298 i386 Can't render anything with Blender / RADE o [2003/11/15] kern/59303 grog vinum crashes kernel if concurrent revivi o [2003/11/15] kern/59306 matk patch to augment /dev/sndstat to show whi o [2003/11/15] ports/59310 phantom ports/java/jdk14 fails: no dir .../j2dsk- o [2003/11/16] kern/59349 patch to including locking for es137x sou o [2003/11/19] kern/59456 fdescfs stat / compress creates only empt o [2003/11/21] ports/59535 obrien shells/bash2 must be dynamically linked t o [2003/11/22] docs/59587 doc rewriting examples (part of documentation f [2003/11/24] bin/59638 des passwd(1) does not use PAM to change the o [2003/11/24] kern/59652 cannot redirect kernel output to serial c o [2003/11/24] kern/59659 tackerman em driver cannot handle VLANs 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/28] bin/59777 ftpd(8)/FreeBSD 5: potential username enu o [2003/11/29] kern/59803 ticso Wrong detection of/panic with Edimax USB o [2003/11/30] ports/59856 trevor Missing library in www/linux-mozilla s [2003/12/02] misc/59890 bugmeister send-pr database is spam harvested o [2003/12/02] kern/59896 trm driver is not in GENERIC o [2003/12/03] kern/59912 bms mremap() implementation lacking o [2003/12/04] ports/59944 obrien make install in editors/vim port fails o [2003/12/04] i386/59945 i386 nullfs bug: reboot after panic: null_chec o [2003/12/04] i386/59959 machine can not reboot itself with Mylex o [2003/12/05] gnu/59971 peter assertion "strncmp (repository, current_p o [2003/12/06] bin/59995 various fixes to ppp dumping core o [2003/12/06] ports/59997 znerd /usr/local/bin/ant ignores USE_JAVA setti o [2003/12/07] kern/60029 5.2-RC will not boot with empty LS-120 dr o [2003/12/08] kern/60050 Toshiba/3Com 3CXM056-BNW: Open Causes Int o [2003/12/09] ports/60083 phantom Unsafe use of getaddrinfo in jvm 1.4.2-p5 o [2003/12/11] i386/60154 i386 ipfw core (crash) o [2003/12/11] ports/60161 trevor Linux emulator (linux_base-8-8.0_3) doesn o [2003/12/13] kern/60217 joe EHCI controller halts when USB 2.0 device o [2003/12/14] kern/60221 sos ATA system freezes during heavy loads o [2003/12/14] kern/60226 ichsmb driver doesn't detects SMB bus on o [2003/12/14] kern/60235 phk some /dev-entries missing for newly auto- o [2003/12/15] ports/60245 knu new ruby16-shim-ruby18 bug in included re a [2003/12/15] kern/60247 le mutex problems in geom_io o [2003/12/15] kern/60276 joe Kernel panic when plugging in USB (umass) o [2003/12/17] i386/60317 acpi FreeBSD 5.2rc1 doesn't boot with ACPI ena o [2003/12/17] ports/60345 mita fix port: chinese/vflib o [2003/12/18] misc/60349 scottl 5.2-RC1 cannot do NFS installation o [2003/12/20] ports/60440 lioux [New Features] Port: mail/qmail o [2003/12/21] ports/60479 ports-bugs x11-toolkits/p5-Tk800 o [2003/12/23] kern/60526 Post-PAE stable SMP machine freezes o [2003/12/24] bin/60533 4.9-STABLE libc locale support might cont o [2003/12/25] kern/60555 can no longer use vinum volumes for swap o [2003/12/26] kern/60598 wire down of scsi devices conflicts with o [2003/12/27] kern/60602 Dynamic attach UBS device can cause 5.2-R o [2003/12/27] i386/60603 i386 dd causes error when copying cd from ATA o [2003/12/27] i386/60641 i386 Sporadic SCSI bus resets with 53C810 unde o [2003/12/28] i386/60646 VIA C3 system hangs on reboot o [2003/12/28] i386/60671 i386 FreeBSD 5.2RC2 installation process doesn o [2003/12/29] docs/60679 doc pthreads documentation does not describe o [2003/12/29] i386/60681 i386 wicontrol -L critical crash (sigbus) o [2003/12/29] i386/60690 i386 atapicd driver causes spontaneous uncondi s [2003/12/29] ports/60700 ports-bugs squid cannot be built with transparent-ip o [2003/12/31] ports/60752 trevor print/acroread5 is lacking dependency of o [2003/12/31] kern/60761 sound pcm performance on emu10k1 driver o [2003/12/31] www/60770 www query-pr-summary.cgi can't find the PRs a o [2004/01/01] standards/60772standards _Bool and bool should be unsigned p [2004/01/03] kern/60856 bms [patch] panic at tcp_output(), with TCPDE o [2004/01/04] bin/60886 ppp(8) doesn't expand macro MYADDR in `!' o [2004/01/04] i386/60887 i386 can't boot when fbsd exists with other op p [2004/01/04] kern/60889 andre 5.2RC2 - zero IP id change not effective o [2004/01/06] i386/60984 i386 NFS Server hang o [2004/01/08] kern/61055 kernel panics boot + sysinstall o [2004/01/09] kern/61129 thomas atapicam / UDMA cdrom loop o [2004/01/10] misc/61152 installer refuses to mount USB-floppy or o [2004/01/10] kern/61165 kernel page fault after calling cam_send_ 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 CD-based installation crashes as kernel " o [2004/01/14] bin/61355 login(1) does not restore terminal owners f [2004/01/15] kern/61379 sos ata(4) driver misses PATA-slave in mixed o [2004/01/15] ports/61381 cjh print/magicfilter does not re-pipe and re o [2004/01/15] misc/61400 Unmount md from CD fails. o [2004/01/16] kern/61404 andre RFC1323 timestamps with HZ > 1000 o [2004/01/16] i386/61443 i386 FreeBSD 5.2-RELEASE installation stops at o [2004/01/17] kern/61482 PATCH: problem detecting laptop-touchpad. o [2004/01/17] kern/61483 Jail security is not honored using IP Fil o [2004/01/17] bin/61498 obrien [patch] Please MFC flex patch for gcc 3.x o [2004/01/18] kern/61509 Unknown Fatal double fault o [2004/01/18] kern/61537 5.2-Current fails to notice change of CD o [2004/01/19] docs/61558 doc New SMC 2602W cards, using the ADM8211, a o [2004/01/19] kern/61584 DVD-R burning fails with LG GSA-4040B o [2004/01/19] misc/61587 installation problem, disklabel can't wri o [2004/01/20] docs/61605 doc Improve documentation for i386 disk geome o [2004/01/20] kern/61622 Intel Pro/100 Intelligent Server Adapter o [2004/01/21] kern/61669 writing to 3ware escalade (twe) spends 90 o [2004/01/21] kern/61686 FreeBSD 5.2-RELEASE crashes when ACPI is o [2004/01/21] kern/61687 kernel panic in the fxp0 intel drivers o [2004/01/22] misc/61701 Segmentation fault on OPIE when sequence o [2004/01/22] i386/61705 i386 Random "bus errors". o [2004/01/22] bin/61716 mckusick newfs: code and manpage are out of sync o [2004/01/22] kern/61733 panic: resource_list_release: resource en o [2004/01/22] kern/61746 System locks up on boot if both apic opti o [2004/01/23] ports/61760 openoffice OpenOffice-1.1 still stalls in install on o [2004/01/23] ports/61797 knu ruby-ldap linker error o [2004/01/23] i386/61804 i386 hitachi travelstar usb hdd (40gb) drivers o [2004/01/24] kern/61810 mounts done within a chroot show up wrong o [2004/01/24] kern/61849 green Possible use of kqueue_scan on stack mark o [2004/01/24] i386/61852 alc i386 pmap SMP race condition can cause lo o [2004/01/25] ports/61854 phantom jdk-14 port breaks openoffice build o [2004/01/25] i386/61890 i386 FDisk uses incorrect calculations for dis o [2004/01/25] kern/61891 Umass reset of device failiure o [2004/01/25] i386/61898 System hangs when switching from graphica o [2004/01/25] kern/61909 5.2-Current fails to notice change of CD o [2004/01/26] i386/61937 i386 Cannot Install 5.2-REL via serial console o [2004/01/26] alpha/61940 alpha Can't disklabel new disk from FreeBSD/alp o [2004/01/26] kern/61960 sos [Patch] BigDrive support for PC-98 archit o [2004/01/28] bin/62040 pkg_add(1) won't run because the ELF dyna o [2004/01/29] bin/62050 [PATCH] Incorrect expansion of "MYADDR" i o [2004/01/29] sparc64/62053sparc64 Using bridging on 5.2 Sparc64 causes imme o [2004/01/29] bin/62058 burncd doesn't work with Creative RW8438E o [2004/01/30] i386/62088 i386 Logitech Cordless/Optical Mouse not worki o [2004/01/30] kern/62092 Latest Wine build crashes 5.2-Current o [2004/01/31] kern/62193 firewall klm fails to parse divert keywor o [2004/02/01] ports/62217 knu runidn does nothing o [2004/02/01] kern/62228 le Kernel improperly identifies partition si o [2004/02/02] kern/62242 Cannot access > 127GB of a 200GB hard dis 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 server may not set eof flag when read o [2004/02/02] i386/62280 i386 em0 broken after resume in 5.2-CURRENT o [2004/02/03] amd64/62295 obrien ipsec failure on 5.2.1-RC amd64 o [2004/02/03] kern/62309 jmg Panics in ugen driver o [2004/02/03] alpha/62321 alpha ntpd gives unaligned access errors on alp o [2004/02/04] kern/62333 syslog: kernel: dc0: discard oversize fra o [2004/02/05] misc/62367 5.2.1-RC installation problems f [2004/02/05] ports/62377 ports-bugs strace hangs when running programs from c o [2004/02/06] conf/62417 luigi diskless op script failed f [2004/02/06] kern/62438 viapm patch for VT8235 o [2004/02/07] kern/62468 system crashes when serial getty enabled o [2004/02/08] kern/62507 thomas atapicam appears to read wrong data o [2004/02/08] i386/62519 i386 sound card does not work on laptop o [2004/02/09] i386/62565 i386 device.hints are not honored in 5.2.1-RC o [2004/02/10] kern/62658 loader/kernel answer to `boot -a' ignored o [2004/02/10] docs/62665 doc setting up X display subsystem function i o [2004/02/11] misc/62694 [PATCH] /usr/src/lib/libc/locale/ldpart.c o [2004/02/13] kern/62762 trhodes Fsync for msdos fs does not sync entries o [2004/02/13] kern/62771 attempting to open /dev/dsp (sbc0) panics o [2004/02/13] i386/62789 i386 PANIC on PPPoE Server 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 ino o [2004/02/14] ports/62825 perl conflict between perl-5.8.2 and other por o [2004/02/14] i386/62833 i386 Can't Install: cancel by syncing disks an o [2004/02/15] kern/62864 cognet Machine not reboot. o [2004/02/15] kern/62866 Machine work not stable whith firewire an o [2004/02/15] i386/62888 i386 ad4: WARNING - WRITE_DMA interrupt was se o [2004/02/16] i386/62902 i386 Data Corruption on Dell PE 600SC (Server a [2004/02/16] kern/62906 peadar [patch] AGP misconfigures i845G chipset, o [2004/02/16] ports/62919 phantom [PATCH] misc/posixtestsuite, respect PTHR o [2004/02/16] gnu/62937 Compilation of base src Perl with static o [2004/02/17] i386/62952 i386 USB not working o [2004/02/18] i386/63027 i386 bad TX performance of xl driver for 3COM o [2004/02/19] ports/63058 roam Apache and PHP doesnt start after upgradi o [2004/02/19] ports/63086 kuriyama palm/pilrc core dumps on large word lists o [2004/02/20] i386/63098 i386 Compaq Workstation IDE CDROM drive not pr a [2004/02/20] bin/63099 des fetch -S fails with chunked transfers o [2004/02/20] kern/63155 [patch] amr(4) ioctl fails for 32-bit bin o [2004/02/22] i386/63204 /dev/mixer broken with ESS Maestro-2E o [2004/02/23] kern/63251 USB stops working after 2nd APM suspend/r f [2004/02/23] i386/63288 sos VIA 8237 RAID 1 System hanging o [2004/02/24] i386/63305 i386 reading udf filesystem on dvd+rw leads to o [2004/02/24] i386/63313 i386 sk driver panics on boot with SK-9844 dua o [2004/02/25] misc/63343 Manual root filesystem specification fail o [2004/02/25] kern/63360 panic: page fault in ath kernel module if o [2004/02/26] bin/63391 Burncd DAO fails on some CD recorders o [2004/02/26] ports/63409 phantom jdk-1.4.2p6_3 plugin crashes Mozilla-1.6_ o [2004/02/27] kern/63431 motherboard going to suspend mode stops s o [2004/02/27] ports/63443 x11 intermittent XFree86 'system hang' on sta a [2004/02/27] kern/63446 problems with sharing over nfs cd9660 fil o [2004/02/27] i386/63467 i386 Sil 3114 o [2004/02/28] bin/63489 top, finger segfault when using NIS group o [2004/02/29] i386/63521 i386 5.2.1 doesn't detect drives on SATA contr 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] kern/63621 USB MemoryStick Reader stalls/crashes sys o [2004/03/02] kern/63629 mounting atapicam volume through cd0c cau o [2004/03/02] ports/63631 obrien vim port does aktivate python interpreter p [2004/03/02] kern/63662 Using read-only NULLFS leads to panic. gd o [2004/03/02] kern/63666 Network card 3c575B do not work after the o [2004/03/03] ports/63670 perl 'Unable to read from thread kernel pipe' o [2004/03/03] i386/63678 i386 5.2.1 installation hangs on t30 o [2004/03/03] misc/63724 ipfw IPFW2 Queues dont t work f [2004/03/04] ports/63747 emulation vmmon is not performing o [2004/03/04] kern/63779 USB-mass storage (USB to IDE Converter) w o [2004/03/08] i386/63941 i386 Device/vendor quirks for iRiver iFP-595T( a [2004/03/09] kern/63954 devfs loses permissions f [2004/03/09] kern/63987 VIA VT83C572 UHCI USB controller does not o [2004/03/09] i386/63992 i386 XFree86 4.3 don't start o [2004/03/10] docs/64063 doc Size of block in File System Quota docume p [2004/03/11] kern/64091 peadar nfs data corruption at end of file o [2004/03/11] bin/64104 jhb Sysinstall ignores srescue distribution o [2004/03/12] misc/64151 jailer can't control all jail processes a o [2004/03/12] kern/64158 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/12] i386/64183 i386 5.1-RELEASE Install hung at "Probing devi o [2004/03/13] ports/64191 ume cyrus-sasl2 port Makefile doesn't obey Ma o [2004/03/13] kern/64196 Remove the arbitrary MAXSHELLCMDLEN o [2004/03/13] gnu/64231 libstdc++ on FreeBSD 5.2+ is non-usable i o [2004/03/14] kern/64240 ipfw IPFW tee terminates rule processing f [2004/03/14] kern/64250 5.2.1 kernel panics on ifconfig when kern f [2004/03/15] ports/64284 ports-bugs [PATCH] Fix audio/id3lib compilation with o [2004/03/18] kern/64406 kernel panic: ffs_clusteralloc: map misma 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) bu o [2004/03/20] java/64492 phantom NetworkInterface.getNetworkInterfaces() l o [2004/03/20] kern/64502 mpd port crashes the kernel in bpf_filter o [2004/03/22] kern/64556 if_sis short cable fix problems with NetG o [2004/03/22] i386/64572 i386 kernel panic when running ifconfig in per o [2004/03/22] kern/64594 5.2-CURRENT: driver 'rl' (RealTek 8129/81 o [2004/03/24] ports/64678 openoffice openoffice 1.1 upgrade fails due to JDK c o [2004/03/25] i386/64680 i386 5.2.1 pci-cfgintr steals serial mouse irq f [2004/03/25] kern/64694 UID/GID matching in ipfw non-functional o [2004/03/25] i386/64697 i386 5.2.x BTX loader halts with Promise FastT o [2004/03/25] i386/64720 i386 tail will not ctrl c o [2004/03/26] kern/64738 SO_REUSEADDR doesn't seem to work with AF o [2004/03/27] i386/64795 i386 Network Adapter not configuring a [2004/03/27] misc/64816 peadar mmap and/or ftruncate does not work corre o [2004/03/28] ports/64838 ports-bugs new port: chinese/msttf o [2004/03/28] kern/64864 panic in IDE driver o [2004/03/29] misc/64879 FreeBSD 4.9 freezes when I try to get the a [2004/03/29] ports/64885 ports-bugs multimedia/mpeg4ip does not compile on am o [2004/03/29] kern/64903 multiple kldload of a module compiled int o [2004/03/31] ports/64963 tobez Perl 5.8: make package deletes installed o [2004/03/31] bin/64990 /bin/sh unable to change directory but cu o [2004/04/02] java/65054 glewis Diablo 1.3.1 JVM runs out of file descrip o [2004/04/02] kern/65072 hand on reboot not syncing drives on ibm p [2004/04/04] bin/65175 buffer overrun in timedc o [2004/04/05] bin/65200 burncd causes system reboot o [2004/04/05] bin/65220 nss_ldap causes segfault on exit o [2004/04/05] bin/65223 fsck of 5.2 makes UFS1 inconsistent for 4 o [2004/04/08] misc/65317 Wrong date locale o [2004/04/09] kern/65350 panic: ata0-master: FAILURE - ATA_IDENTIF o [2004/04/09] i386/65360 i386 Installation problem with flashplugin.tbz o [2004/04/10] i386/65385 i386 Kernel Panic upon boot o [2004/04/10] ports/65404 dougb x11/xscreensaver: FIX for xscreensaver-de f [2004/04/11] kern/65446 Kernel crash o [2004/04/12] misc/65457 BTX Halted when trying boot after success o [2004/04/13] ports/65479 java ports reinstall ignores ${MAKE_ARGS} o [2004/04/13] conf/65489 markm [patch] no random entrophy breaks diskles o [2004/04/14] i386/65523 i386 [patch] PXE loader malfunction in multipl o [2004/04/14] kern/65546 qa 4.10-BETA fails to install from NFS o [2004/04/15] ports/65578 knu japanese/mecab problem on FreeBSD 4.9. o [2004/04/15] ports/65579 knu japanese/ruby-mecab segmentation fault on 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] kern/65658 Kernel panic on i386 5.2.1 release o [2004/04/18] i386/65691 i386 fxp0: device timeout o [2004/04/18] bin/65693 wildcarded device names in /etc/devfs.con o [2004/04/18] kern/65702 Kernel panic on i386 5.2.1 o [2004/04/19] kern/65745 umass error o [2004/04/19] i386/65774 i386 Cannot run repair disk when booted from U o [2004/04/19] i386/65775 i386 Transmeta crusoe without longrun panics w o [2004/04/19] i386/65783 i386 Panic when attaching card reader to USB p o [2004/04/19] ports/65793 ports-bugs SEGV in isakmpd, esp when associating wit f [2004/04/20] kern/65801 5.2.1 locks up with SMP kernel f [2004/04/20] ports/65824 ports-bugs sysutils/LPRng and sysutils/LPRngTool - a o [2004/04/20] ports/65828 trevor Returned mail: address is restricted o [2004/04/20] ports/65829 trevor Returned mail: address is restricted f [2004/04/20] ports/65830 trevor Please confirm your message. f [2004/04/20] ports/65832 trevor Undelivered Mail Returned to Sender f [2004/04/22] gnu/65869 cvs generates invalid cvs command lines o [2004/04/22] i386/65896 i386 5.2-RELEASE re(4) driver, kernel panic on o [2004/04/22] ports/65899 trevor mark fetchyahoo IGNORE for Perl < 5.6 o [2004/04/22] ports/65900 trevor (non-maintainer) IGNORE p5-ExtUtils-MakeM o [2004/04/22] kern/65901 tjr smbfs fails fsx write/truncate-down/trunc o [2004/04/23] ports/65917 ports-bugs New port: sysutils/portmanager easy FreeB o [2004/04/23] i386/65920 i386 Mounted Netware filesystem behaves strang o [2004/04/26] kern/66004 Kernel panic on access to /dev/ulpt0 o [2004/04/27] kern/66025 kernel panic in pagedaemon (triggered by o [2004/04/27] kern/66029 MD5 alignment problem on a TriMedia proce o [2004/04/27] bin/66036 restore crashes (reproducable, core file o [2004/04/30] bin/66103 macro HISADDR is not sticky in filters o [2004/05/01] java/66151 java JBuilderX (sun jvm 1.4.1 builtin) crashes o [2004/05/01] kern/66152 laying unionfs over another unionfs mount p [2004/05/02] bin/66156 smkelly rpcgen generates a CPP macro that won't c o [2004/05/03] ports/66222 knu ruby / bdb segfault o [2004/05/04] bin/66242 maxim endless loop in sh(1) o [2004/05/04] i386/66248 i386 FreeBSD bootloader is confused by booting o [2004/05/04] i386/66249 i386 Constant 1.00 loadavg without apparent ca o [2004/05/04] ports/66254 mharo proftpd 1.2.9 does not actually compile w o [2004/05/05] misc/66270 mckusick dump causes machine freeze o [2004/05/05] ports/66275 petef New port: net/cnupm The BPF Traffic Colle f [2004/05/05] ports/66284 lioux audio/liba52 Package building broken 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/06] kern/66324 usb driver memory leak grows wired a [2004/05/07] kern/66348 rik FR mode of cx (Cronyx Sigma) does not wor o [2004/05/07] i386/66350 i386 sysinstall create a partition of subtype= o [2004/05/07] kern/66359 repeatable kernel panic during ata(4) dev o [2004/05/07] i386/66368 i386 no 4.9 install because MODE_SENSE_BIG tim o [2004/05/09] ports/66417 arved really bad idea in libgcrypt-1.2.0 instal o [2004/05/11] ia64/66513 ia64 Disklabel Editor doesn't detect foreign p o [2004/05/11] bin/66523 atacontrol allows to detach a channel in o [2004/05/11] i386/66534 sam panic if_ath.c:2776 "transition to RUN st o [2004/05/12] ports/66588 bland New port: devel/libsigc++2 (version 2 of o [2004/05/14] kern/66634 tackerman hard lock with em driver o [2004/05/17] ports/66766 billf Security update: net/ethereal from 0.10.3 o [2004/05/18] kern/66786 exporting msdosfs causes nfs to panic o [2004/05/18] conf/66791 Old dev.db leads to the wrong program beh o [2004/05/18] kern/66829 mounting fdesc union on /dev panics 4.10- o [2004/05/18] bin/66830 chsh/ypchsh do not change user informatio o [2004/05/19] kern/66848 imp cardbus power support breaks cardbus supp o [2004/05/19] i386/66876 i386 [patch] Cannot extract tar(1) multi-volum o [2004/05/19] ports/66878 znerd fix port: java/javel o [2004/05/20] conf/66950 Upgrading to 4.10-RC3: package conflicts o [2004/05/20] kern/66960 filesystems not unmounted during reboot d o [2004/05/21] bin/66984 patch: teach sysinstall about larger disk o [2004/05/22] i386/67047 i386 mpt driver does not recognize messages fr o [2004/05/22] i386/67050 i386 CardBus (PCI ?) resource allocation probl o [2004/05/23] ports/67061 obrien Update port: devel/gdb6 made it work on 4 f [2004/05/24] ports/67130 lev devel/subversion compile failes o [2004/05/25] bin/67167 FreeBSDs ftpd has problems under -CURRENT o [2004/05/25] ports/67175 skv Warrnings in p5-XML-LibXML-1.58 f [2004/05/27] ports/67251 edwin Upgrade of sysutils/apcupsd stomps on pre o [2004/05/27] i386/67273 i386 System Hangs with acpi and Xfree o [2004/05/28] i386/67277 i386 Realtek Gigabit Network Card is not detec f [2004/05/28] i386/67280 sos UltraDMA on VIA VT82C586 leads to DMA WRI o [2004/05/28] i386/67281 i386 crash when cofiguring xfree86 4.3 on free o [2004/05/28] kern/67301 uftdi, RTS and system panic o [2004/05/29] kern/67326 crash after attempt to mount write protec o [2004/05/29] conf/67328 Usermode PPP hangs on boot when NIS confi p [2004/05/30] misc/67365 sysinstall doesn'r find latinamerican key o [2004/05/30] ports/67398 lioux some ports (mplayer, faad, libxine and ff o [2004/05/31] ports/67413 openoffice OpenOffice 1.1 PDF Export is BROKEN o [2004/05/31] kern/67426 kldunload snd causes machine to trap o [2004/06/01] kern/67455 EHCI controller is being programmed with o [2004/06/01] i386/67469 i386 src/lib/msun/i387/s_tan.S gives incorrect o [2004/06/03] ports/67541 mdodd Update port: games/scorched3d-devel - INC p [2004/06/03] kern/67546 Coredumps > 2Gb do not work (on 64bits pl o [2004/06/04] misc/67555 fat32 corruption when using samba o [2004/06/06] alpha/67626 alpha X crashes an alpha machine, resulting reb o [2004/06/07] i386/67688 i386 5.2.1 initial floppy boot fails with Fata p [2004/06/08] conf/67700 /usr/share/misc/pci_vendors is missing ce p [2004/06/08] kern/67702 Radeon DRM does not recognize certain Rad o [2004/06/08] ports/67714 roger portupgrade gnomemeeting-0.98.5_2 fails w a [2004/06/09] ports/67735 ports-bugs biology/ncbi-toolkit does not build bl2se o [2004/06/09] i386/67739 i386 smth was broken in keyboard processing si p [2004/06/09] i386/67760 jhb [PATCH] Getting AGP/DRM working for VIA K o [2004/06/09] i386/67763 i386 PCMCIA: MELCO manufacturer code should be o [2004/06/11] kern/67818 Marvell if_sk driver watchdog timeout iss o [2004/06/11] i386/67833 i386 4.10 does not boot after enabling SMP o [2004/06/11] ports/67851 roger pwlib requires gc-3.3 to build properly o f [2004/06/12] ports/67867 perky python-2.3.3_5:import socket -> Undefined p [2004/06/13] kern/67898 bms page fault while in kernel mode o [2004/06/13] i386/67901 i386 PS/2 mouse probrem o [2004/06/15] ports/67951 ports-bugs x11/XFree86-aoutlibs doesen't install pro f [2004/06/15] i386/67955 i386 -current on T40p kernel trap 12 in boot i o [2004/06/16] misc/67995 Morse plays beeps 10 times faster than it o [2004/06/16] amd64/68005 amd64 Can not get kerneldumps on amd64 with a p o [2004/06/16] kern/68013 tp->snd_wl1 & snd_wl2 are not updated in o [2004/06/16] kern/68017 green fork with INHERIT_NONE miscounts VM map s o [2004/06/16] ports/68022 roger [PATCH] net/gnomemeeting: a possible work a [2004/06/17] ports/68029 pav chkrootkit 0.43 (ports/security/chkrootki o [2004/06/17] misc/68047 unattended install of FreeBSD 5.2.1 does o [2004/06/18] kern/68079 emulation linux ibm jdk 1.4.1 fails with: JVMLH050: o [2004/06/18] i386/68080 i386 interrupt was seen but timeout fired (ata o [2004/06/18] amd64/68083 amd64 AMD64 Current 20040324 snapshot iso panic o [2004/06/18] ports/68086 skv fix port: textproc/p5-Pod* o [2004/06/18] i386/68090 i386 EHCI is not working with Intel 82801DB (I o [2004/06/19] i386/68117 i386 serious network collisions after NIC "med o [2004/06/19] misc/68122 sound Device busy (/dev/dsp)- insane, nothing u o [2004/06/19] ports/68124 trevor Update port: x11-toolkits/linux-pango (fi o [2004/06/20] ports/68133 trevor Update port: x11-toolkits/linux-gtk2 (fix o [2004/06/20] i386/68140 i386 Problem with Sony AIT ATAPI Tape dirve o [2004/06/20] kern/68149 FreeBSD 4.10 installation blocking on ASU o [2004/06/20] ports/68153 re release MINIMALDOCPORTS update o [2004/06/22] ports/68194 trevor xdiskusage is broken, workaround found f [2004/06/22] ports/68202 emulation [patch] Make vmware2 compile on -current o [2004/06/23] ports/68234 leeym mail/pop3vscan pass viruses to clients. o [2004/06/23] ports/68252 trevor [PATCH] astro/celestia: point to correct o [2004/06/24] ports/68260 ports-bugs [PATCH] Removal of -lcompat from freebsd- o [2004/06/24] ports/68265 emulation [patch] Make rtc compile on -current (nee o [2004/06/24] i386/68286 i386 IBM PCNet Ethernet (AMD chip) seen as Tri o [2004/06/24] ports/68288 skv p5-DBD-mysql broken with mysql 4.1.2 o [2004/06/24] ports/68294 trevor print/acroread5: update from 5.08 to 5.09 o [2004/06/25] bin/68303 [patch] make buildworld fails is NO_YP_LI o [2004/06/25] kern/68316 support for intel ICH5 SATA/IDE controlle o [2004/06/25] kern/68323 (WITNESS report): malloc(M_WAITOK) of "Mb 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/68364 Fatal trap 12 caused by kern/kern_descrip o [2004/06/26] ports/68396 sumikawa Racoon racoon-20040617a Interoperability o [2004/06/27] i386/68411 i386 VMware Virtual Machine - Network Fails Du f [2004/06/27] ports/68419 vs ports/multimedia/win32-codecs : distfiles o [2004/06/27] i386/68435 wpaul xl driver in freebsd 5.x o [2004/06/28] i386/68438 i386 bootloader cannot read from icp vortex ar o [2004/06/28] kern/68445 bge autonegotiation broken o [2004/06/28] i386/68460 i386 nfs mounts lock processes in sbwait o [2004/06/29] ports/68484 x11 [ patch ] x11-servers/xorg-server: add WI o [2004/06/29] kern/68486 logo screensaver kills compaq consoles o [2004/06/30] i386/68502 i386 ATA panics in UDMA33 mode (worked OK in 5 o [2004/07/01] kern/68546 System seems to hang o [2004/07/01] bin/68547 ftp breaks on chunked encoding (http) o [2004/07/01] i386/68554 i386 System freeze on Compaq Evo 600c o [2004/07/01] ports/68573 seanc Upgrade net/jabber-aim to version 2004013 o [2004/07/02] misc/68576 UFS2 snapshot files can be mounted read-w o [2004/07/02] ports/68585 knu portupgrade tools (v 20040701) seem to be f [2004/07/02] ports/68610 vs lcms upgrade from 1.12,1 -> 1.13,1 fails: r [2004/07/04] ports/68653 portmgr repocopy graphics/linux-png -> graphics/l o [2004/07/05] misc/68679 mbr am-utils pcfs does not work under FreeBSD o [2004/07/05] bin/68683 [PATCH] cron: Fix parsing of '0' and non- 1267 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- f [1995/01/11] i386/105 standards Distributed libm (msun) has non-standard a [1996/01/31] bin/981 fenner clnt_broadcast() is not aware of aliases a [1996/07/07] bin/1375 eivind Extraneous warning from mv(1) [PATCH] s [1996/10/14] misc/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 Support for DSR/DCD swapping on serial po a [1997/02/02] bin/2641 wpaul login_access.c doesn't work with NIS by d o [1997/03/11] bin/2934 cracauer sh(1) has problems with $ENV f [1997/05/16] bin/3608 jkoshy Telnet in linemode will break apart long o [1997/06/24] kern/3944 paul if_le doesnt receive ether multicast pack o [1997/07/18] bin/4116 Kerberized login as .root fails to s [1997/07/26] bin/4172 des suggest reconnection option added to fetc s [1997/07/28] kern/4184 [PATCH] minor nits in sys/netatalk o [1997/08/14] i386/4300 msmith The initial timeout on open("/dev/lpt0".. o [1997/08/29] kern/4413 No way to unmount a floppy that goes bad o [1997/08/29] bin/4419 man can display the same man page twice o [1997/08/30] bin/4420 imp find -exedir doesn't chdir for first entr p [1997/09/03] bin/4459 bde No prototype for moncontrol(3) and monsta o [1997/09/25] bin/4629 grog calendar doesn't print all dates sometime o [1997/09/28] misc/4646 qa Can't fixit with an NFS-mounted CD. 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/01] i386/5182 bde [PATCH] A patch support high speed serial s [1997/12/15] bin/5296 slattach fails creating pidfile with ioct o [1997/12/22] kern/5362 mount incorrectly reports / as an NFS exp 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/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 f [1998/03/29] bin/6161 assar 2.2.6 kerberos servers are awfully visibl p [1998/03/31] kern/6184 No error if resulting file pos in lseek i o [1998/04/19] conf/6346 joe Kernel version strings need to relate to s [1998/05/17] kern/6668 babkin [PATCH] new driver: Virtual Ethernet driv s [1998/05/29] bin/6785 place for all the default dump flags a [1998/07/01] bin/7136 markm kerberized telnetd doesn't use gettytab % s [1998/07/10] misc/7232 qa Suggestion for FreeBSD installation dialo o [1998/07/10] kern/7234 yokota keyboard problems during login immediatel o [1998/07/13] bin/7265 A warning flag is added to ln(1). o [1998/07/15] bin/7287 Incorrect domain name for MAP_UPDATE in m a [1998/07/20] bin/7324 mtm Suggestions for minor modifications to ad s [1998/08/13] conf/7606 [PATCH] NIS Makefile.dist: NOPUSH replace s [1998/08/23] kern/7722 Changes to acct format s [1998/09/09] bin/7868 [almost patch]Morse Code Fixups f [1998/09/16] bin/7946 ccdconfig gives confusing error when give 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) o [1998/10/19] kern/8376 tjr CLOCK_VIRTUAL not implemented a [1998/10/28] bin/8479 dd Final \'s in /etc/exports did not work in f [1998/10/30] kern/8498 dwmalone Race condition between unp_gc() and accep o [1998/11/27] i386/8867 qa /stand/sysinstall core dumps (signal 11) a [1998/12/18] bin/9123 pax can't read tar archives that contain f [1998/12/28] misc/9220 ache nvi: catalog: mistake in Russian error me s [1998/12/29] bin/9233 gmp's mpq_add and mpq_sub are buggy o [1999/01/19] kern/9570 dfr ed(4) irq config enhancement o [1999/01/22] kern/9619 Restarting mountd kills existing mounts o [1999/01/25] kern/9679 fix for uninterruptible open in portal fi f [1999/01/29] bin/9770 jmallett An openpty(3) auxiliary program o [1999/01/29] i386/9777 cg Generic AD1816 sound suport in Luigi's pc 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 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/17] kern/10641 groudier Default sync rate in ncr SCSI driver is s o [1999/03/19] gnu/10670 peter cvs doesn't allow digits in local keyword o [1999/03/19] kern/10673 wpaul Non-ASCII chars on serial console with Re o [1999/04/11] bin/11085 Per-host configuration for syslog.conf f [1999/04/13] bin/11114 make(1) does not work as documented with o [1999/04/16] i386/11165 IBCS2 don't work correctly with PID_MAX 9 p [1999/04/23] kern/11293 brian FreeBSD's PPP implementation of LQM appea o [1999/04/23] bin/11294 direct logging to other hosts (no local s o [1999/05/19] kern/11789 obrien ELF machine definition missing for ARM o [1999/06/03] kern/12014 alfred Fix SysV Semaphore handling o [1999/06/06] gnu/12046 markm Perl subsystem does not install all tutor o [1999/06/07] kern/12071 fanf [PATCH] large scale IP aliasing o [1999/06/08] i386/12088 imp Enhancement to ed driver for Linksys 10/1 o [1999/06/21] conf/12324 qa Sysinstall's fdisk partition editor is mi o [1999/07/07] kern/12543 dg [PATCH] cumulative error counters for fxp o [1999/07/07] bin/12545 peter kldload(8) should be more sensitive to er o [1999/07/25] bin/12801 nvi infinite recursion with options "left f [1999/08/06] i386/12993 gibbs "ahc0: Data Parity Error Detected during o [1999/08/09] bin/13042 make doesn't handle wildcards in subdirec o [1999/08/12] bin/13108 authunix_create_default includes egid twi a [1999/08/13] bin/13128 cy pkg_delete doesn't handle absolute pathna o [1999/08/21] bin/13309 billf Fixes to nos-tun o [1999/08/23] misc/13326 additional timeval interfaces for /dev/audio fails for sound a [2001/10/23] kern/31455 n_hibma [PATCH] ohci driver probrem when send dat o [2001/10/23] kern/31456 Register number definition for AMD PCnet f [2001/10/25] kern/31490 Panic in sysctl_sysctl_next_ls on empy no o [2001/10/27] kern/31521 cg pcm0 plays too fast on Intel 82801BA (ICH o [2001/10/27] i386/31535 Can't reboot system: Tyan Thunder K7+ Dua 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] misc/31890 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] misc/31981 (mis)feature in getnetent parsing -- comm 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 s [2001/11/15] i386/32014 ppi locks up system during boot o [2001/11/15] docs/32020 trhodes loader.8 manpage missing tunables o [2001/11/18] conf/32067 Problems with spanish keyboard in console o [2001/11/19] conf/32108 Proposed Firewall (IPv4) configuration sc o [2001/11/20] standards/32126standards getopt(3) not Unix-98 conformant f [2001/11/20] misc/32144 murray unattended install with sysinstall doesn' o [2001/11/26] conf/32288 qa After install: /etc/rc complains if crypt a [2001/11/29] conf/32375 murray sysinstall doesn't respect User generated a [2001/11/30] bin/32411 shutdown's absolute-time handling could b o [2001/12/03] misc/32480 Missing graphic characters in syscons fon o [2001/12/04] bin/32501 trhodes quot(8) is stupid regarding the filesyste f [2001/12/08] misc/32605 nsouch SMBus driver broken o [2001/12/09] kern/32652 joe A new ioctl to uscanner s [2001/12/09] ports/32653 joe Added patches to improve USB scanner supp o [2001/12/10] kern/32659 VM and VNODE leak with vm.swap_idle_enabl o [2001/12/10] gnu/32661 dd send-pr uses $LOGNAME for From and Reply o [2001/12/10] bin/32667 systat waste too much time reading input o [2001/12/10] misc/32680 [PATCH] Allows users to start jails by ho o [2001/12/13] bin/32808 dwmalone [PATCH] tcpd.h lacks prototype for hosts_ o [2001/12/13] kern/32812 roger bktr driver missing tuner for eeprom dete o [2001/12/14] bin/32828 w incorrectly handles stale utmp slots wi o [2001/12/17] ports/32936 mharo ports/security/keyprint only supports S/K o [2001/12/18] conf/32976 assar Kerberos5 config files not installed by d o [2001/12/18] docs/32979 hmp manpages are not installed for k5admin an o [2001/12/19] kern/33004 n_hibma Patch for USB (uhci) o [2001/12/19] kern/33007 n_hibma umass device timeout after successive use o [2001/12/19] misc/33013 cg mixer does not have treble/bass for Sound o [2001/12/21] bin/33066 rwatson sysinstall does not write to new disks as o [2001/12/22] i386/33097 sound Crystal 4237b mixer problems o [2001/12/23] kern/33117 empty struct md_coredump in pcb.h and use o [2001/12/23] kern/33124 jhb kthread_create doesnt mark kthreads as kt s [2001/12/24] bin/33133 keyinit outputs wrong next login password o [2001/12/26] gnu/33182 mp gdb seg faults when given handle SIGALRM o [2001/12/26] kern/33203 "got bad cookie" errors on NFS client o [2001/12/30] ports/33320 sada print/acroread5 does not install the Nets o [2001/12/31] conf/33395 imp better way to use more than one pccard ne o [2002/01/05] docs/33589 doc Patch to doc.docbook.mk to post process . o [2002/01/07] docs/33645 assar k5list(1) contains many incorrect "klist" a [2002/01/07] bin/33661 PAP AuthAck/AuthNak parsing problem in pp f [2002/01/08] kern/33696 mbr panic: Driver mistake: repeat make_dev("a o [2002/01/08] kern/33707 sound ICH (82801AA) cannot be used for mono rec o [2002/01/09] docs/33724 chern a very minor documentation error o [2002/01/09] misc/33736 yokota Scroll-lock on the console prevents shutd o [2002/01/10] conf/33753 Intel ICH2 and NVidia device ID updates o [2002/01/10] bin/33774 Patch for killall(1) o [2002/01/11] bin/33778 joe crunchgen enhancements o [2002/01/12] bin/33809 mux mount_nfs has trouble with embedded ':' o [2002/01/13] bin/33834 strptime(3) is misleading o [2002/01/14] docs/33852 doc split(1) man page implies that input file o [2002/01/14] misc/33866 Last Hr, Last ... may be incorrect on mac o [2002/01/14] docs/33877 doc Documentet behaviour of SF_flags for non- o [2002/01/16] bin/33941 /usr/sbin/dev_mkdb dumps core a [2002/01/16] kern/33963 bde Messages at the serial IO port device pro o [2002/01/16] misc/33965 Programmable keys of the keyboard (Olidat o [2002/01/17] i386/34010 keyinit takes passwords less than 10 char 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] misc/34195 iedowse setting the action for SIGCHLD to SIG_IGN o [2002/01/23] bin/34199 dwmalone [PATCH] top(1) RES/rss display incorrect o [2002/01/24] alpha/34232 alpha rpc.statd throws alignment errors 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 a [2002/01/27] conf/34316 Uncomment kserver-adm to /etc/services o [2002/01/29] bin/34394 peter tgetent returns wrong value in libtermcap o [2002/01/29] bin/34412 tftp will still try and receive traffic e o [2002/01/31] conf/34494 n_hibma usb configuration problem - usb does not 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/01] gnu/34538 mp_set_memory_functions not extern "C"'d a [2002/02/03] kern/34591 andre ICMP bandwidth limiting does not indicate o [2002/02/05] bin/34628 jkh pkg-routines ignore the recorded md5 chec o [2002/02/06] kern/34665 darrenr ipfilter rcmd proxy "hangs". o [2002/02/07] gnu/34709 [patch] Inaccurate GDB documentation f [2002/02/07] ports/34714 ache unzip(1) breaks filenames in non-ASCII ch f [2002/02/08] bin/34728 murray DHCP hostname set as Hexadecimal string o [2002/02/08] conf/34729 treat smbfs as network file system in /et o [2002/02/09] bin/34759 Phantasia does not accept [enter] key o [2002/02/09] conf/34776 rc.diskless1 creates insufficiently sized o [2002/02/10] misc/34788 dwmalone dmesg issues with console output o [2002/02/11] bin/34832 /usr/share/man/cat3/setkey.3.gz linked to o [2002/02/11] bin/34834 "fix" of du(1) and -h p [2002/02/11] bin/34843 fenner `tcpdump port echo' filters for port 4 in o [2002/02/12] kern/34854 sound /src/sys/dev/sound doesn't work correctly p [2002/02/12] bin/34874 bms Netstat output to small o [2002/02/12] kern/34880 luigi Impossibility of grouping IP into a pipe p [2002/02/14] misc/34935 New locale (Cyrillic Windows Codepage 125 o [2002/02/14] kern/34942 sound Attempt to play -> "pcm0: play interrupt o [2002/02/15] kern/34952 joe Mouse cursor invisible with USB mice and a [2002/02/16] docs/35011 doc There are no commands called "diskless" o o [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/18] i386/35078 Uninitialized pointer dereference in func o [2002/02/19] i386/35101 chern cvusupit and other packages won't extract o [2002/02/19] bin/35109 [PATCH] games/morse: add ability to decod o [2002/02/19] bin/35113 grdc enhancement: countdown timer mode o [2002/02/22] docs/35222 doc mailing list archive URL regexp suboptima o [2002/02/23] kern/35234 World access to /dev/pass? (for scanner) o [2002/02/23] conf/35242 Change to etc/periodic/weekly/330.catman o [2002/02/24] conf/35262 Generation of boot block for headless ope f [2002/02/24] kern/35269 kris possible panics with 4:1 filesystem ratio o [2002/02/25] kern/35289 Brooktree device doesnt properly signal a o [2002/02/25] kern/35324 Plug and Play probe fails to configure Di s [2002/02/26] bin/35333 send-pr(1) vim syntax highlighting suppor o [2002/02/27] kern/35377 process gets unkillable (-9) in "ttywai" o [2002/02/27] misc/35381 incorrect floating-point display of large o [2002/02/28] misc/35400 qa sysinstall could improve manipulation of o [2002/03/01] bin/35451 PATCH: pkg_add -r able to save local copy s [2002/03/01] ports/35459 ports-bugs portupgrade doesn't clean up dependencies o [2002/03/04] misc/35542 bde BDECFLAGS needs -U__STRICT_ANSI__ o [2002/03/04] conf/35545 Enhanced periodic scripts o [2002/03/05] bin/35568 make declares target out of date, but $? f [2002/03/06] i386/35599 murray install o [2002/03/06] docs/35608 doc mt(1) page uses "setmark" without explana o [2002/03/06] docs/35609 doc mt(1) page needs explanation of "long era o [2002/03/06] docs/35612 doc ps(1) page "state" description doesn't me o [2002/03/07] kern/35635 [patch] missing dep in libiconv prevents o [2002/03/07] docs/35642 doc lo(4) page maybe should document optional o [2002/03/07] docs/35644 doc lo(4) page presumes familiarity with prin o [2002/03/07] docs/35646 doc cp(1) page needs a "Bugs" section. o [2002/03/07] www/35647 www www; combine query-by-number and multi-fi o [2002/03/07] docs/35648 doc rc.conf; add note about "flags" to both f o [2002/03/07] docs/35652 trhodes bsd.README seriously obsolete o [2002/03/08] docs/35686 doc blackhole(4) page seems to contradict its o [2002/03/08] docs/35687 doc /etc/nsmb.conf missing mention of readers o [2002/03/09] docs/35696 trhodes mount_smbfs(8) references a nonexistent n o [2002/03/09] www/35711 bugmeister the "gnats page" should move to its own s o [2002/03/09] bin/35717 which(1) returns wrong exit status for m o [2002/03/10] docs/35732 doc adduser(8) page has obsolete reference an f [2002/03/11] ports/35764 nork Icewm does not display APM status properl o [2002/03/11] ports/35767 portmgr make_index script does not deal with syml o [2002/03/11] bin/35769 w does not correctly interpret X sessions o [2002/03/13] kern/35846 imp timeout in wi_cmd 11, machine hangs for a o [2002/03/14] bin/35886 [patch] Enhancement: custom time format f o [2002/03/14] bin/35894 bbraun popen.c in cron won't build without LOGIN o [2002/03/16] docs/35943 doc at(1) config files are misplaced in /var/ p [2002/03/16] docs/35951 trhodes disklabel(8) manual confuses partitions a 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] conf/36118 re 4.5 Upgrade says it won't touch /usr/src, o [2002/03/20] bin/36136 savecore -z option does not work o [2002/03/20] misc/36143 Dynamic (non linear) mouse acceleration a o [2002/03/21] misc/36154 simon Getting USB mouse to work: usbd and mouse o [2002/03/21] kern/36170 an(4) does an_init() even if interface is o [2002/03/24] bin/36262 [PATCH] Fixed rusers idle-time reporting o [2002/03/27] bin/36374 Patch (against core dumps) and improvemet o [2002/03/27] bin/36385 luigi crunchgen does not handle Makefiles with o [2002/03/27] misc/36392 cron starts before vi recover, and vi rec o [2002/03/28] kern/36425 bump up SYS_NMLN in sys/utsname.h o [2002/03/28] docs/36432 doc Proposal for doc/share/mk: make folded bo a [2002/03/29] docs/36447 trhodes chown(8) manual misdescribes handling of o [2002/03/29] docs/36449 doc symlink(7) manual doesn't mention trailin 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] misc/36556 patch: regular expressions for tcpwrapper o [2002/04/01] bin/36626 login_cap(3) incorrectly claims that all o [2002/04/02] misc/36646 dwmalone [PATCH] Top does not work correctly in a p [2002/04/03] kern/36682 joe USB isochroneous transfer doesn't report o [2002/04/04] docs/36724 darrenr ipnat(5) manpage grammar is incomplete an f [2002/04/04] docs/36726 trhodes Handbook lacks information about hardware o [2002/04/04] bin/36740 make ps obey locale (particularly for tim o [2002/04/04] bin/36757 which(1) ought to append @ if result is s o [2002/04/05] bin/36786 make ps use 24-hour time by default s [2002/04/08] java/36901 glewis WITHOUT_X11 Knob for port java/jdk13 o [2002/04/08] bin/36902 [patch] proposed new format code %N for s o [2002/04/09] misc/36916 qa DOS active partition flag lost in libdisk s [2002/04/09] ports/36933 portmgr [patch] New feature for pkg_create and po o [2002/04/10] kern/36952 ldd comand of linux does not work o [2002/04/10] bin/36960 grog calendar doesn't effect -t option. o [2002/04/11] kern/36983 CD9660 unicode to utf-8 [hack] o [2002/04/12] bin/37013 ls directory name output trailing slash d o [2002/04/13] misc/37034 Fixed maximum character length in EUC o [2002/04/13] misc/37047 brian daily_status_mailq_shorten doesn't produc o [2002/04/14] bin/37074 bp [PATCH] Typographical error in output of o [2002/04/15] bin/37083 small improvement to talk(1): add clocks o [2002/04/15] bin/37096 Fixes to fsdb command-line handling [patc f [2002/04/16] i386/37137 qa FreeBSD install doesn't recognize version o [2002/04/16] misc/37160 qa /stand/sysinstall coredumps when trying t p [2002/04/16] misc/37161 emulation ext2 linux file system, error handling la s [2002/04/17] ports/37186 ports-bugs Dbview contains an error, because of whic f [2002/04/23] kern/37374 joe [PATCH] closing ums0 blocks with wmesg uh o [2002/04/23] i386/37379 /dev/MAKEDEV entry for RocketPort is brok o [2002/04/23] misc/37380 jhb boot0 partition list is outdated (patch i o [2002/04/23] misc/37387 grog bsdmainutils/calendar Hungarian addon fil o [2002/04/24] bin/37424 nfsstat reports negative values o [2002/04/25] misc/37434 mbr dhclient generates pointless log messages o [2002/04/25] bin/37437 Add HTTP-style support to {vis,unvis}(1). o [2002/04/25] bin/37442 [PATCH] sleep.c to support time multiplie p [2002/04/25] bin/37448 obrien [PATCH] ldd/rtld support for more informa f [2002/04/28] ports/37518 grog gmat port CATALOG needs updating o [2002/04/29] kern/37554 jmg [PATCH] Make ELF shared libraries immutab o [2002/04/29] kern/37555 vnode flags appear to be changed in non-s o [2002/04/29] misc/37562 Incorrect information in /usr/share/examp o [2002/04/29] conf/37569 [PATCH] Extend fstab(5) format to allow f o [2002/04/30] ports/37596 shige EMACS_PORT_NAME=xemacs21 forks make infin o [2002/04/30] kern/37600 sound [Partial PATCH] t4dwave drive doesn't rec s [2002/05/02] ports/37654 arved Update textproc/xml4j to 4.0.1 o [2002/05/02] kern/37657 sound /dev/dsp and /dev/audio skip the first 32 o [2002/05/02] bin/37672 pw(8) prints warnings after successful NI o [2002/05/02] kern/37675 grog Page fault when newfs'ing a vinum volume o [2002/05/02] bin/37676 threads libc_r: msgsnd(), msgrcv(), pread(), pwri f [2002/05/03] java/37711 znerd New port: Beacon-agent 0.6.3 (Multicast B o [2002/05/03] ports/37713 seanc AIM Transport doesn't work correctly with o [2002/05/03] bin/37715 "pkg_info -g package_name_version" fail o [2002/05/03] docs/37719 kensmith Detail VOP_ naming in a relevant man-page o [2002/05/04] conf/37732 joe usbd start in wrong place in /etc/rc in 4 o [2002/05/04] bin/37733 su(1) does not behave the way it is descr s [2002/05/07] docs/37843 doc manual for pthread_setschedparam is wrong o [2002/05/07] bin/37844 ru [PATCH] make knob to not install progs wi o [2002/05/09] java/37904 znerd New Port: database/isql-viewer (a JDBC 2. 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/13] ports/38034 glewis compaq-cc (under linux-emu) installes man o [2002/05/14] i386/38055 qa In Install, Groups (creation) item should o [2002/05/14] i386/38056 qa In Install, User (creation)'s "Member gro o [2002/05/14] misc/38057 qa "install" document doesn't display correc o [2002/05/14] docs/38061 ume Typos in man pages for faith & faithd o [2002/05/16] docs/38148 trhodes In manpages "timezone" should be "time zo o [2002/05/16] kern/38156 quotacheck chokes on user -2 o [2002/05/17] bin/38168 installing curses programs and terminfo d o [2002/05/18] docs/38225 doc change "CDROM" to "CD-ROM" o [2002/05/18] bin/38256 linking pax to pax_{cpio|tar} o [2002/05/19] ports/38301 kiri upgrade www/w3-4 to 4.0.47 o [2002/05/20] misc/38347 new library function abs2rel and rel2abs. o [2002/05/22] kern/38429 [PATCH] getgpid and getsid work for proce o [2002/05/23] kern/38445 Centralized ptrace() permission checking o [2002/05/23] misc/38452 joe Logitech USB iFeel: device_probe_and_atta o [2002/05/23] misc/38468 imp Write drivers for Intel PRO/Wireless 2011 o [2002/05/24] i386/38477 qa In sysinstall's Choose Distributions scre o [2002/05/24] i386/38478 qa In sysinstall's Choose Distributions scre o [2002/05/24] i386/38480 qa sysinstall should prompt for normal users s [2002/05/24] www/38500 www gnats web form is overenthusiastic about o [2002/05/24] i386/38524 cons25 doesn't support F-keys beyond 12 o [2002/05/25] docs/38540 rpratt sysinstall application name should be Sys o [2002/05/25] docs/38556 doc EPS file of beastie, as addition to exist o [2002/05/26] misc/38583 qa sysinstall installs crypto sources when / o [2002/05/27] ports/38593 portmgr Third level ports o [2002/05/27] bin/38610 qa Sysinstall should be able to mount ISO im o [2002/05/27] docs/38620 doc Committers Guide and CVS o [2002/05/27] kern/38626 luigi dummynet/traffic shaper: RED: max_th and o [2002/05/30] misc/38727 mptable should complain about garbage arg o [2002/05/30] kern/38730 Memorex scrollpro mouse is not fully func o [2002/05/30] kern/38749 murray 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] i386/38826 RFE: BootMgr should provide more identify o [2002/06/02] kern/38828 DPT PM2012B/90 doesn't work o [2002/06/02] conf/38829 bootblock recompile instructions in handb p [2002/06/03] docs/38850 keramida handbook/kernelopts/ should be in Develop o [2002/06/03] misc/38854 qa Resetting the sysinstall during setup cau o [2002/06/05] bin/38931 Cleanup for WARNS=4 of src/games/fortune/ 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] kern/38967 sound 4/22/02 pcm driver merge appears to break o [2002/06/07] docs/38982 doc developers-hanbook/Jail fix p [2002/06/08] docs/39044 doc The man page for rot13(6) never mentions o [2002/06/08] kern/39047 IPSEC Compression (IPCOMP) broken in tunn o [2002/06/10] java/39080 glewis java/javavmwrapper: Functionality enhance p [2002/06/10] bin/39116 eik /usr/bin/printf o [2002/06/12] bin/39198 sh aborts on variables with periods o [2002/06/12] misc/39201 emulation ptrace(2) and rfork(RFLINUXTHPN) confuse o [2002/06/13] docs/39213 doc No rc(4) man page o [2002/06/14] standards/39256standards [v]snprintf aren't POSIX-conformant for s o [2002/06/14] conf/39306 The /etc/rc file should know if is runnin o [2002/06/15] conf/39347 use of /usr/bin/* utils in /etc/rc.diskle o [2002/06/15] docs/39348 doc kenv fetch of hostname requires dhcp/boot o [2002/06/16] misc/39360 qa If linux emu is added as a dependency (an o [2002/06/17] ports/39390 gnome Make graphics/imlib not depend upon GTK+ o [2002/06/17] misc/39425 Auto mounted directory was not found at b o [2002/06/17] misc/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] misc/39466 find -xdev hangs on dead NFS mounts (/etc s [2002/06/18] ports/39476 ports-bugs profxp will run but when you fxp a file i 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] i386/39574 qa Error mounting /dev/acd0c on /dist: No su o [2002/06/20] bin/39576 green [PATCH] tail -f for multiple files p [2002/06/20] bin/39578 add more russian holidays s [2002/06/20] conf/39580 insecure default settings o [2002/06/20] java/39600 znerd New port: jdictionary-ger-hun 1.4 - Germa o [2002/06/20] java/39603 znerd New port: jdictionary-eng-ger 1.4 - Engli s [2002/06/22] ports/39660 portmgr [patch] add ${PKGNAMEPREFIX} to (DOCS|EXA o [2002/06/23] kern/39681 hidden kernel boot tunables added to sysc o [2002/06/24] misc/39772 imp pccardd is slow to install a PCCARD. o [2002/06/25] bin/39819 cleaning bin/sh code from warnings o [2002/06/25] docs/39824 doc Various tweaks for doc/en_US.ISO8859-1/bo o [2002/06/26] misc/39864 robert hostname instead of IP in w -n output o [2002/06/26] bin/39893 setusercontext library call differs umask o [2002/06/27] bin/39905 johan cleaning sbin/restore code from warnings o [2002/06/29] conf/39976 vi recovery halting boot process o [2002/06/29] kern/40017 [patch] allows config(8) to specify confi o [2002/06/29] kern/40021 [patch] use ld(1) to build kernel with li p [2002/07/01] misc/40057 bugmeister send-pr -a flag does not work with -f o [2002/07/01] misc/40081 sound noise in sound output with built-in CMedi f [2002/07/02] ports/40121 ache standard www/apache13 port creates sbin l o [2002/07/02] bin/40127 [PATCH] Add functions for PID-file handli o [2002/07/04] ports/40163 cy screen w/o suid and locale f [2002/07/06] misc/40273 dougb some more fortunes o [2002/07/07] misc/40298 using swapfile as /tmp o [2002/07/09] kern/40369 rman_reserve_resource - when "count > (en o [2002/07/09] misc/40378 standards stdlib.h gives needless warnings with -an o [2002/07/09] conf/40391 imp sysinstall with PCCARD<->ISA bridge gets o [2002/07/10] docs/40423 doc Keyboard(4)'s definition of parameters to o [2002/07/11] docs/40443 doc Update books/faq/book.sgml for USB .ko's o [2002/07/13] kern/40516 ti driver has no buadrate set 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] misc/40552 alternate syscons font for iso-07 encodin p [2002/07/14] kern/40563 bms gif driver can clobber route/arp table f [2002/07/14] bin/40570 mbr dhclient freeze the whole thing o [2002/07/14] bin/40572 vipw prints silly message if $EDITOR fail o [2002/07/15] i386/40577 post-October 2001 Dell Inspiron 2500's (a o [2002/07/15] bin/40597 add /sbin/fdisk ability of showing extend f [2002/07/15] bin/40617 brian /usr/sbin/ppp is not able to bind the nat o [2002/07/16] misc/40657 joe Logitech iFeel usb mouse will not attach s [2002/07/16] threads/40671threads pthread_cancel doesn't remove thread from o [2002/07/17] misc/40693 the system reboot alone with no reason o [2002/07/17] kern/40711 sound CT5880-C sometimes fails to output sound p [2002/07/18] kern/40745 bms Inconsistency between net/if.c and struct 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/21] conf/40855 murray psuedo-device bpf need note in LINT and G a [2002/07/22] ports/40866 jkoshy sml-nj port CM autoloading compilation pr o [2002/07/23] kern/40919 usage of ucred->cr_uid in sys/netinet/in_ o [2002/07/23] kern/40926 qa After Upgrading or Clean Installing 4.6, o [2002/07/23] kern/40927 sound sound dies with pcm:play:0 play interrupt o [2002/07/24] kern/40948 joe USB HP CDW8200 does not work o [2002/07/24] i386/40958 i386 apm on Acer TravelMate 351 could not resu o [2002/07/25] ports/40975 knu Uncatched coredump of pkg_info while pkgd 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] bin/41070 added .warning in make(1) + two fixes o [2002/07/28] bin/41071 make NO to NO_ transition patch o [2002/07/28] docs/41089 doc pax -B option does not mention interactio o [2002/07/30] bin/41159 new sed -c option to allow ; as a separat o [2002/07/30] misc/41179 LD_LIBRARY_PATH security checks o [2002/07/31] bin/41190 in sed, report the { linenum instead of E o [2002/07/31] misc/41213 top(1) blocks if NIS-related entries in p o [2002/07/31] misc/41215 console revert back to kbd0 (AT) after KV o [2002/08/01] kern/41220 [PATCH] Minor sk driver enhancements o [2002/08/01] misc/41238 qa problems with FreeBSD installation on a d o [2002/08/01] conf/41241 murray sysinstall build uses kbdcontrol keymaps o [2002/08/01] misc/41243 joe USB, getting full desc failed, HID device o [2002/08/02] docs/41270 doc confusing directions for kernelconfig cha o [2002/08/02] bin/41271 Non-suid-crontab. o [2002/08/04] bin/41307 libalias: logging of links lifecycle (add o [2002/08/04] www/41312 cvsadm RCS IDs are off-by-one in the NetBSD cvsw o [2002/08/04] kern/41317 trhodes reflect kernel building user for sudo-ers o [2002/08/06] i386/41364 imp pccard: NewMedia "Bus Toaster" SCSI card o [2002/08/06] misc/41379 Cannot browse directory tree on FreeBSD m o [2002/08/07] kern/41415 joe Some USB scanner cannot talk to uscanner o [2002/08/09] misc/41490 sound C-Media 8738 sound card static o [2002/08/10] bin/41526 symlinked mount points get mounted more t o [2002/08/11] kern/41543 emulation Easier wine/w23 support f [2002/08/11] bin/41556 obrien [PATCH] wtmp patch for lukemftpd o [2002/08/12] misc/41566 obrien file(1) out of date 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/17] i386/41743 sound No sound from SiS630s controller o [2002/08/17] misc/41744 qa Cannot stop comat22 from being extracted o [2002/08/18] ports/41755 max Wrong letters in Canna iroha dictionary o o [2002/08/19] misc/41771 '/etc/ttys' and X o [2002/08/19] docs/41791 doc Documentation formatting error o [2002/08/20] docs/41807 doc natd -punch_fw "bug" o [2002/08/20] misc/41817 pw groupshow doesn't include the login gr o [2002/08/20] docs/41820 doc Device driver confusion in Handbook (2.3) o [2002/08/21] conf/41855 improvment of /etc/rc.diskless2 script o [2002/08/21] i386/41856 i386 VESA splash screen problems on ThinkPad 2 o [2002/08/22] docs/41879 hrs cleanup to DOCROOT/share/sgml/freebsd.dsl o [2002/08/23] docs/41919 blackend MINI kernel for bootfloppy (Handbook p.34 a [2002/08/23] ports/41945 ade [patch] bsd.port.mk: does not run ACLOCAL o [2002/08/23] bin/41947 hexdump(1) unprintable ASCII enhancement o [2002/08/23] misc/41949 qa sysinstall sorts /etc/rc.conf during netb o [2002/08/26] bin/42018 pkg_info with PKG_PATH searches through t o [2002/08/26] i386/42022 qa sysinstall in non-interactive mode prompt a [2002/08/27] docs/42058 doc Documentation: Installing Oracle 8i onto o [2002/08/27] kern/42065 kern.ps_showallprocs has no effect on /pr o [2002/08/27] misc/42084 luigi PicoBSD's 'netstat -i' reports negative I o [2002/08/29] i386/42162 qa Installation (sysinstall) crashes, md0c f o [2002/08/30] docs/42182 trhodes Making Dedicated Mode disks doc out of da o [2002/08/30] docs/42210 gioria doc/en_US.ISO8859-1/articles/releng/branc f [2002/08/30] bin/42213 joe moused(8) seems to delay some mouse event o [2002/08/30] bin/42217 libdisk segfaults with 1024 bytes/sector o [2002/09/01] kern/42274 jlemon Convert defined variable into tuneable as o [2002/09/02] misc/42336 [PATCH] ISO-fication of /usr/src/contrib/ o [2002/09/02] bin/42338 imp pccard_ether should run ipf -y if ipfilte 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/03] bin/42388 cleaning code from warnings in libm p [2002/09/04] kern/42404 emulation TIOCSCTTY not implemented in linuxulator o [2002/09/04] kern/42422 dbm_delete returns -1 instead of 1 when t o [2002/09/04] misc/42429 hash_action called with HASH_DELETE does o [2002/09/04] bin/42430 Add -m option to du(1) for compatibility o [2002/09/05] kern/42442 problem in idlequeue/debugging mode ? o [2002/09/06] kern/42461 mdodd if_wi_pci.c,if_wi_pccard.c lack device_re s [2002/09/06] kern/42466 linux: 'ipc' typ=258 not implemented o [2002/09/06] bin/42468 mount_smbfs incorrectly handled configura o [2002/09/06] bin/42469 After mounting by mount_smbfs directories o [2002/09/06] ports/42483 cy misc/screen problem with editors/vim-lite o [2002/09/08] www/42558 www http://www.freebsd.org/search produces in o [2002/09/09] bin/42609 pkg_info -qg doesn't handle missing files o [2002/09/11] misc/42663 pw useradd assigns unique UID's to multip o [2002/09/13] bin/42725 dwmalone Patch for calendar to support Hungarian n o [2002/09/13] kern/42728 small many problems in src/usr.sbin/ppp/* afte o [2002/09/13] bin/42732 semenu Seg fault in mount_nfs o [2002/09/14] i386/42766 Proposal to perform reboot via jump to BI o [2002/09/14] kern/42769 Boot stalls if the system has a serial co o [2002/09/15] bin/42803 tconv, tic, captoinfo binaries missing fr o [2002/09/15] conf/42807 imp /etc/netstart doesn't run /etc/defaults/p o [2002/09/18] misc/42934 qa installation procedure on install floppie o [2002/09/19] misc/42956 dlclose gives "invalid shared object hand o [2002/09/19] bin/42974 [patch] ISO 8601 date format option o [2002/09/20] kern/42977 qa FreeBSD installer doesn't probe past EISA o [2002/09/20] ports/42985 tobez Perl5 port doesn't build automatically on p [2002/09/20] bin/43139 bms /sbin/route -host option doesn't always s o [2002/09/21] kern/43154 tunwrite() does not allocate clusters for o [2002/09/21] conf/43167 Ability to have vnode based file systems o [2002/09/21] misc/43169 caps-lock led doesn't work o [2002/09/21] ports/43177 markm Updates and additions to src/games/quiz/d o [2002/09/22] i386/43262 command 'shutdown -r' (also reboot) cause f [2002/09/23] ports/43273 portmgr [patch] make bsd.port.mk checksum check a 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 pkg_create fails if target directory does o [2002/09/25] bin/43372 Broken struct ufs_args in ufsmount.h o [2002/09/29] docs/43470 blackend Solid State / x109 article out of date. o [2002/09/29] bin/43471 `ls -l` shows wrong size for big files (> o [2002/09/29] misc/43474 murray dhcp.* values not set in kenv by bootp cl o [2002/09/29] misc/43494 wish: resolv.conf created (again) later i o [2002/09/29] conf/43495 awk - rc/diskless references by full path o [2002/09/29] conf/43496 touch - rc/diskless references by full pa o [2002/09/29] bin/43497 mount -t nfs -> crunchgen incompatible o [2002/09/30] conf/43500 rc.syscons "allscreens" improvements o [2002/09/30] i386/43539 Cannot mout floppy on Compaq Proliant ML3 s [2002/09/30] ports/43540 arved Update Port net/cnet 1.7.7 -> 2.0.3 o [2002/10/01] java/43565 znerd jakarta-tomcat41 port breaks upgrades o [2002/10/02] docs/43569 re src/share/examples/worm/README out-of-dat o [2002/10/02] kern/43577 [PATCH] New kernel option SHUTDOWN_BEEP o [2002/10/02] bin/43582 passwd(1) fails on nonexistent users o [2002/10/02] bin/43596 pkg_add does not propogate 'remote' to de o [2002/10/03] kern/43610 static-ize some symbols in digi driver o [2002/10/03] kern/43611 static-ize some symbols in sys/crypto o [2002/10/03] kern/43613 static-ize symbol in smbfs code o [2002/10/03] kern/43616 static-ize some functions in sys/net/zlib o [2002/10/03] java/43641 znerd Port www/orion should log to /var/log o [2002/10/04] docs/43651 doc stab(5) incorrectly states to include jus o [2002/10/04] bin/43675 uniq prints last, not first of the identi o [2002/10/05] kern/43716 puc driver does not recognize Lava Dual-6 s [2002/10/07] ports/43771 ports-bugs LaTeX ports mixed between print and textp o [2002/10/08] conf/43805 imp Asante' FriendlyNet AeroLAN AL1011 802.11 o [2002/10/08] bin/43819 changed truss output for utrace calls o [2002/10/08] docs/43823 simon [PATCH] update to environ(7) manpage o [2002/10/08] misc/43825 qa please remove object files in source (src o [2002/10/09] bin/43857 hm conflicting types in /usr/src/usr.sbin/i4 o [2002/10/09] docs/43861 doc non-trivial typo in wicontrol man page o [2002/10/10] ports/43886 markm local exploitable overflow in rogue o [2002/10/11] misc/43905 kqueues: EV_SET(kevp++, ...) is non-int o [2002/10/11] kern/43916 Olicom OC-2220 (PC-card) hangs on ifconfi o [2002/10/11] bin/43938 roberto ntpd binds to local aliases o [2002/10/11] docs/43941 doc Rationale for Upgrade Sequence o [2002/10/11] java/43947 znerd Checkstyle port should install checkstyle f [2002/10/13] ports/44019 ache Fixes for ftp/wu-ftpd 2.6.2 o [2002/10/14] docs/44034 trhodes Multiple sysctl variables are not documen a [2002/10/14] java/44039 znerd Request for port: CruiseControl a [2002/10/14] java/44041 znerd Generate bsd.java.mk from an XML file o [2002/10/14] misc/44058 /dev/ch* is created without group write p o [2002/10/15] docs/44074 doc ln(1) manual clarifications [patch] o [2002/10/15] kern/44098 RealTec-based NIC initialization problem p [2002/10/15] kern/44121 [PATCH] bogus cast removal in hea driver o [2002/10/15] misc/44122 tun0 gets a second ip adress after a disc o [2002/10/16] kern/44150 Diskless kernel may crash, depends on the o [2002/10/17] conf/44170 Add ability to run multiple pppoed(8) on o [2002/10/17] www/44181 www www "Release Information" organization o [2002/10/18] bin/44188 qa cannot install FreeBSD 4.0-4.6 to Compaq o [2002/10/18] bin/44200 ftp site keeps sockets open. o [2002/10/18] bin/44212 Unify 'recursive' options -r and -R o [2002/10/18] kern/44218 Init dies during boot after upgrade from o [2002/10/18] java/44251 java Create stylebook port o [2002/10/19] ports/44252 x11 XFree86-4-Server port removes/overwrites o [2002/10/19] kern/44260 LINT does not list pseudo-device tap o [2002/10/19] i386/44262 tanimura Problems with nrp driver o [2002/10/19] kern/44267 One more modem PNP id for /usr/src/sys/is o [2002/10/19] bin/44277 devinfo is not C++ safe 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/20] ports/44295 ports-bugs New port: lang/mlton, an optimizing Stand p [2002/10/20] bin/44310 brian make ppp(8) add clients MAC address to al o [2002/10/22] kern/44365 introduce ulong and unchar types o [2002/10/22] kern/44372 roberto some kernel options prevent NTP clock syn o [2002/10/22] misc/44379 libutil: property.c, properties_read() ba o [2002/10/23] docs/44400 doc ipfw(8) has contradictions in bridged and o [2002/10/23] standards/44425standards getcwd() succeeds even if current dir has o [2002/10/24] java/44432 znerd Ant-based port installs should use Jikes o [2002/10/24] docs/44435 doc sysctl manpage: add example for tcsh o [2002/10/25] kern/44450 joe USB support FAILURE for device that was s o [2002/10/26] i386/44500 AC1001 Gigabit NIC Worked o [2002/10/29] kern/44580 NFS updates file access time when file is o [2002/10/29] misc/44587 dev/dpt/dpt.h is missing defines required o [2002/10/29] docs/44594 doc Handbook doesn't mention drivers.flp for f [2002/10/30] conf/44717 dougb update login.conf and unify login capabil o [2002/10/30] i386/44762 sound sound (ie, not system beeps) stop working o [2002/11/04] kern/44872 dgb driver update o [2002/11/04] misc/44894 markm as a local non-root user and remote it's o [2002/11/05] misc/44915 qa 'choose installation media' choose CD-ROM f [2002/11/05] java/44922 glewis JVM crash o [2002/11/06] gnu/44984 Send-pr can use environmental variable $F o [2002/11/06] docs/45011 trhodes style(9): '->' and '.' don't require spac o [2002/11/07] misc/45026 Can't set next password change date on NI o [2002/11/08] gnu/45137 peter [PATCH] CVS 1.11.2 cannot reuse log messa o [2002/11/09] www/45169 linimon suggested update for ports index page on o [2002/11/10] kern/45182 sound fm801.c does not recognize a FM801 based o [2002/11/10] bin/45193 [PATCH] truss can't truss itself o [2002/11/11] ports/45216 joerg devel/bcc port is incomplete o [2002/11/11] conf/45222 daily rejected mail hosts report too long o [2002/11/12] conf/45226 mtm Fix for rc.network, ppp-user annoyance o [2002/11/12] bin/45229 restore(8) -i: ls reports mising files as p [2002/11/12] alpha/45240 alpha pstat -f column headings misaligned on Al o [2002/11/12] gnu/45246 sobomax tar --listed-incremental fails for Solari o [2002/11/13] misc/45254 qa Sysinstall installs things it should not o [2002/11/13] misc/45273 contrib/smbfs: error in examples/dot.nsmb f [2002/11/14] ports/45289 hrs ja-dvi2ps-3.2 does not handle \special co o [2002/11/14] kern/45293 kevent denies to observe /dev/tty o [2002/11/16] bin/45333 [PATCH] New option -r for chown and chgrp o [2002/11/18] ports/45414 portmgr make update in /usr/ports missing default o [2002/11/19] bin/45486 Support for human readble (-h/-H) output s [2002/11/21] bin/45547 sos a patch to make burncd handle .wav files. a [2002/11/22] bin/45584 read builtin function of sh does not read o [2002/11/23] conf/45608 qa Install should config all ether devices, s [2002/11/23] ports/45613 portmgr make update doesn't o [2002/11/24] bin/45659 portmap can not be bound to only loopback 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] misc/45704 [PATCH] request to change cp866b to cp866 o [2002/11/25] bin/45729 make rbootd transfere the default file if o [2002/11/26] standards/45738 sh "unset" built-in violates IEEE Std 100 o [2002/11/26] bin/45749 trhodes [PATCH] rm -f in MS-DOS directory p [2002/11/26] kern/45753 bms linux-sun-jdk1.4.1 calls SIOCGIFCONF ioct o [2002/11/27] kern/45785 emulation Linux WineX seems to require a few new li o [2002/11/27] kern/45793 Invalid media subtype aliases in if_media o [2002/11/28] misc/45830 KDC has problems when listening to IPv6 a o [2002/11/29] misc/45839 [PATCH] Remove some duplicate fortunes s [2002/11/29] ports/45843 ports-bugs sysutils/3dm - needs to detect and create p [2002/11/30] misc/45874 ache [PATCH] FreeBSD does not know about ca_ES o [2002/12/01] bin/45896 dwmalone setnetgrent() should return error code s [2002/12/02] ports/45911 ports-bugs GEOM-related problem sysutils/diskcheckd o [2002/12/02] docs/45940 doc burncd missing info o [2002/12/07] conf/46062 kris Remove skel from BSD.root.dist. o [2002/12/07] kern/46080 ipfw [PATCH] logamount in ipfw2 does not defau o [2002/12/09] bin/46110 tomsoft why does fsck work with / mounted r/o but o [2002/12/09] standards/46119standards Priority problems for SCHED_OTHER using p f [2002/12/09] bin/46123 fenner PATCH: tcpdump needs -a flag if netmask i o [2002/12/10] kern/46159 ipfw ipfw dynamic rules lifetime feature o [2002/12/10] bin/46163 gad lpc problem. Only root can modify despit o [2002/12/11] docs/46196 doc Missing return value in (set_)menu_format o [2002/12/13] conf/46235 rwatson Sysinstall NTP servers for Finland requir o [2002/12/13] i386/46238 dds [code] Driver for the PCL-724 ISA card o [2002/12/14] kern/46250 sound Sound driver not working correctly on SON 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 MAXDEP in isa/pnpparse.c is too small s [2002/12/19] bin/46382 ps(1) could use a "repeat" mode o [2002/12/20] misc/46409 Certain periodic scripts check broken NFS o [2002/12/21] standards/46441 /bin/sh does not do parameter expansion i o [2002/12/22] i386/46453 [INTERLATIONALIZATION] cons25l2, ISO8859- p [2002/12/23] ports/46483 trevor [patch] Fix gcc295 on current/i386 o [2002/12/23] kern/46488 jmg usb driver do not send detach events on S o [2002/12/23] standards/46504standards Warnings in headers o [2002/12/27] kern/46564 ipfw IPFilter and IPFW processing order is not o [2002/12/31] conf/46645 [PATCH] rc.shutdown state table saving ha o [2003/01/01] misc/46670 qa 5.0-RC2 install leaves CD drawer locked. o [2003/01/03] docs/46709 doc tables in terminfo.5 are broken o [2003/01/03] kern/46734 joystick driver doesn't allow for anythin s [2003/01/04] conf/46746 No way to set link addresses through rc.c o [2003/01/04] misc/46758 moused enhancements p [2003/01/05] docs/46787 trhodes compress(1) manpage missing BUGS; other c o [2003/01/06] docs/46793 doc DEVICE_POLLING can not be used with SMP, o [2003/01/09] bin/46888 gad Add script run hook to newsyslog(8) o [2003/01/09] bin/46905 qa FreeBSD 5.x cannot be installed from mult o [2003/01/10] i386/46912 johan chflags nonodump fails s [2003/01/10] conf/46913 darrenr ipf denied packets of security run output o [2003/01/10] docs/46918 trhodes ipsec(4) does not reference the IPSEC RFC o [2003/01/10] bin/46925 sysctl -a goes into an infinite loop... o [2003/01/11] kern/46973 syscons virtual terminals switching featu o [2003/01/12] misc/46998 small [patch] Support PicoBSD source in other l o [2003/01/13] ports/47018 sf Teach ftp/wget new very useful feature - o [2003/01/13] misc/47029 sound Static and popping with Hercules GameThea o [2003/01/18] kern/47187 stefanf [patch] fix printf specifier in src/sys/b o [2003/01/18] kern/47200 joe USB port is disabled when Kodak DX4900 is o [2003/01/19] conf/47204 qa base + XFree86 install fails -- crypto di o [2003/01/19] i386/47223 hm [PATCH] pcvt(4), ESC sequences do not cha o [2003/01/20] bin/47235 top reports inaccurate cpu usage o [2003/01/21] kern/47311 mdodd [PATCH] Kernel support for NVIDIA nForce2 o [2003/01/21] misc/47314 qa Install requires a swap partition. o [2003/01/22] kern/47349 emulation Fake a sound ioctl (plus linux hook) o [2003/01/22] bin/47350 rc.network supports only one ppp profile o [2003/01/22] kern/47359 dd panic after kldunload snp o [2003/01/22] i386/47376 hm [PATCH], pcvt(4), COLOR_KERNEL_FG, 2nd ch o [2003/01/23] bin/47387 [PATCH] gprof -K still requires "a.out" a o [2003/01/24] java/47448 phantom linux-blackdown-jdk-1.4.1: syscall mmap2 o [2003/01/27] bin/47540 Make natd configurable in running state w o [2003/01/27] bin/47566 grog Suggested patch: vinum status verificatio o [2003/01/28] docs/47575 doc Clarify requirements for IPFW2 in STABLE o [2003/01/28] misc/47576 [PATCH] factor(6)ing of negative numbers o [2003/01/28] docs/47594 doc [PATH] passwd(5) incorrectly states allow o [2003/01/28] bin/47596 daily security run complains if timezone o [2003/01/28] misc/47601 ru Additional subdir targets o [2003/01/30] docs/47690 doc builtin(1) manpage is wrong about externa o [2003/01/31] docs/47705 doc wc(1) manpage has poor explanations. o [2003/01/31] kern/47731 reboot goes panic each time o [2003/02/01] kern/47791 imp Idea for what to do on insert o [2003/02/02] bin/47815 stty -all should work. f [2003/02/02] docs/47818 doc ln(1) manpage is confusing p [2003/02/04] misc/47906 murray options screen not return previous screen o [2003/02/04] misc/47908 qa /stand/sysinstall can't display document a [2003/02/05] ports/47957 seanc ruby-snmp is broken o [2003/02/06] docs/47991 trhodes Handbook section on upgrading kernel says o [2003/02/06] i386/48014 joe moused fails to correctly identify usb mo f [2003/02/07] docs/48038 doc [PATCH] add Tips and Tricks section into o [2003/02/08] docs/48101 brueffer There's no documentation on the fixit dis o [2003/02/09] conf/48105 /etc/disktab has incomplete duplication o o [2003/02/09] misc/48110 change CVSROOT/log_accum.pl to not send m o [2003/02/10] misc/48133 improvied vi recovery notification o [2003/02/11] kern/48172 ipfw ipfw does not log size and flags o [2003/02/12] conf/48195 /var/db/mounttab error on diskless boot s [2003/02/12] ports/48217 ports-bugs New Port: www/mod_frontpage13 and www/mod o [2003/02/14] ports/48281 obrien Patch editors/vim to use fetch instead of o [2003/02/15] bin/48309 pppoe connections fail to establish if th o [2003/02/16] bin/48342 joe [PATCH] usbd dynamic device list. o [2003/02/18] bin/48399 Can't put URL in GECOS phone field o [2003/02/18] ports/48426 ports-bugs [PATCH] digger-vgl does not support conso o [2003/02/18] ports/48434 obrien shells/bash2: process substitution broken o [2003/02/18] bin/48443 mtm /usr/sbin/periodic executes too many file o [2003/02/18] misc/48444 change to count connection attempts inste o [2003/02/19] kern/48468 imp puc driver for Nm9845 o [2003/02/19] kern/48471 Private IPC for every jail. [PATCH] o [2003/02/22] conf/48566 [PATCH] /etc/defaults/make.conf stales af a [2003/02/22] conf/48569 trhodes make.conf misses comments on some options o [2003/02/23] kern/48599 [PATCH] syscons cut-n-paste logic is brok o [2003/02/23] bin/48603 Getopt is broken. Patch included. o [2003/02/24] gnu/48638 [PATCH] some bug fixs in libdialog o [2003/02/25] alpha/48676 alpha Changing the baud rate of serial consoles o [2003/02/27] i386/48738 sound ForteMedia FM801 chipset based sound card o [2003/02/27] kern/48759 demon kldstat shows module after unsuccessfull o [2003/02/28] docs/48767 doc wrong key numbers for left/right windows f [2003/02/28] conf/48775 iso8859-15 termcap entries needed s [2003/02/28] ports/48786 wjv update biology/EMBOSS to the latest relea o [2003/03/02] kern/48837 mbr dc cannot handle DC21142/3 PCI/CardBus 10 o [2003/03/03] misc/48870 [PATCH] allow to cancel interface status o [2003/03/03] kern/48894 Improvements to the NFS read-ahead heuris p [2003/03/04] bin/48914 bms [PATCH] Add flag to whois(1) to query IAN s [2003/03/06] bin/48962 des [PATCH] modify /usr/bin/fetch to allow ba o [2003/03/06] kern/48976 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's partition editor gets confu o [2003/03/07] i386/49023 gad Mod to LPD (printjob.c) to pass source fi o [2003/03/08] kern/49037 sound ESS Maestro chip misdetected as 'chip2' o [2003/03/08] kern/49039 add support for RS485 hardware where dire f [2003/03/10] ports/49076 roam stunnel logs normal end of connection as o [2003/03/10] ports/49082 knu portupgrade runs slow o [2003/03/10] kern/49086 ipfw [patch] Make ipfw2 log to different syslo f [2003/03/12] ports/49955 portmgr [PATCH] bsd.port.mk: add target to automa p [2003/03/12] kern/49957 naddy CRC32 generator should be the common rout o [2003/03/12] bin/49959 ipfw ipfw tee port rule skips parsing next rul o [2003/03/12] misc/49967 Minor fixes to fortunes data o [2003/03/13] kern/49980 patch to enable ThinkPAD X24 sound device o [2003/03/13] bin/49983 markm [patch] Fix bug & improve telnet status o f [2003/03/14] conf/50000 dougb ntpdate not ran before (x)ntpd o [2003/03/17] ports/50068 ports-bugs New port: databases/sybase_ase (Sybase AS o [2003/03/18] misc/50106 Make 'make release' more flexible behind o [2003/03/19] i386/50110 joe Astra 2100U scanner being detected as /de o [2003/03/19] java/50114 znerd linux-sun-jdk13 BUILD_DEPENDS not picked o [2003/03/19] bin/50118 grog calendar(1) dumps core if there is ./cale p [2003/03/21] misc/50160 ache sl_SI.ISO8859-2 collation sequence is wro o [2003/03/23] kern/50201 3ware RAID 5 resulting in data corruption o [2003/03/23] docs/50211 doc [PATCH] Fix textfile creation p [2003/03/24] docs/50248 ceri New FreeBSD books o [2003/03/25] bin/50300 Make the loader's use of terminal-control o [2003/03/26] bin/50310 natd / libalias fix to allow dcc resume i p [2003/03/27] bin/50328 kris ctm_smail doesn't handle large deltas wel o [2003/03/27] bin/50331 Changing uid with pw causes duplicate use o [2003/03/27] bin/50365 [PATCH] rc.sysctl cannot handle values co o [2003/03/27] misc/50370 phantom NLSOWN set to ${SHAREGRP} in f [2003/03/31] ports/50466 grog The benchmarks/rawio port does not seem t o [2003/04/01] kern/50526 Update to #! line termination o [2003/04/03] bin/50569 /bin/sh doesn't handles ${HOME}/.profile o [2003/04/03] docs/50573 doc return values for res_query/res_search/re o [2003/04/04] bin/50613 [PATCH] pppd(8) incorrect CBCP response f o [2003/04/06] kern/50644 rsm [PATCH] Update xe driver: multicast, hard o [2003/04/06] bin/50656 /bin/cp - wrong error on copying of multi o [2003/04/07] docs/50677 doc [PATCH] update doc/en_US.ISO8859-1/books/ o [2003/04/07] kern/50687 ioctl(.., CDIOCCAPABILITY, ...) always re o [2003/04/08] bin/50724 ports-bugs [PATCH] make /usr/sbin/pkg_fetch save ful p [2003/04/08] docs/50735 brueffer Small diff to the developers handbook & o o [2003/04/09] bin/50749 ipfw ipfw2 incorrectly parses ports and port r o [2003/04/10] docs/50773 doc NFS problems by jumbo frames to mention i o [2003/04/12] ports/50866 lioux [PATCH] Introduce patch to qmail-1.03 to o [2003/04/12] alpha/50868 alpha fd0 floppy device is not mapped into /dev p [2003/04/14] bin/50924 "vmstat -f" says "unimplemented" but data s [2003/04/14] i386/50929 AMD K6-2+ processor is identified incorre f [2003/04/14] kern/50948 darrenr BUG: @0 does not insert at the beginning o [2003/04/14] bin/50949 BUG: mtree doesn't honor the -P when chec o [2003/04/14] bin/50955 [PATCH] natd / libalias support for multi o [2003/04/14] conf/50956 daily_status_disks_df_flags in /etc/defau o [2003/04/15] bin/50971 du(1) doesn't understand UF_NODUMP flag o [2003/04/15] bin/50988 [Patch] find -size -- express argument in o [2003/04/15] kern/51009 Buggy aue driver fixed. o [2003/04/16] bin/51070 add -p option to pom [PATCH] o [2003/04/16] kern/51074 joe pointer arithmatic error in ugen.c p [2003/04/17] kern/51082 bms FEATURE: More descriptive message on drop o [2003/04/18] kern/51120 MSGBUF_SIZE doesn't work in makefiles a [2003/04/18] docs/51133 murray RSH environmental variable not described s [2003/04/18] kern/51137 config(8) should check if a scheduler is 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/19] misc/51167 dougb [PATCH] Makefile for /etc/namedb. o [2003/04/20] kern/51186 jmg pointer arithmatic error in ugen.c 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 a [2003/04/26] ports/51446 trevor Update port: audio/fest* to last versions 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] misc/51504 ache New file: src/share/mklocale/zh_CN.GBK.sr o [2003/04/29] docs/51608 phantom [PATCH] Add Internet Archive Wayback Mach a [2003/05/01] ports/51663 roam [PATCH] vpopmail-stable fix for using vmo p [2003/05/03] misc/51729 ache A patch that can make freebsd support zh_ o [2003/05/06] kern/51874 Apacer HandySteno should have DA_Q_NO_6_B o [2003/05/06] docs/51875 doc atkbd(4) adjustment o [2003/05/06] docs/51891 doc DIAGNOSTICS in ed driver manpage don't ma o [2003/05/06] ports/51900 trevor [Update Port]: audio/fest* to last versio o [2003/05/07] misc/51920 Collation for no_NO.ISO8859-1 o [2003/05/07] docs/51921 doc ls(1) manpage lacks some information abou o [2003/05/08] ports/51947 mharo Analog port does not include anlgform.htm o [2003/05/08] kern/51958 joe update for urio driver [PATCH] o [2003/05/10] kern/52026 joe umass driver support for InSystem ISD200 o [2003/05/10] bin/52032 markm Telnet option contra telnet protocol o [2003/05/11] docs/52071 doc [PATCH] Add more information about soft u o [2003/05/11] bin/52072 Wrong behaviour of the ftpd when the OOB o [2003/05/12] ports/52106 phantom New port: java/javaws: Java Web Start 1.2 o [2003/05/13] bin/52190 dwmalone [Patch] decode more syscalls in truss o [2003/05/14] i386/52249 i386 [PATCH] Bootmanager shows NTFS partitions 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 panics in machine with no hard f [2003/05/15] ports/52272 cy security/aide: Aide-0.9 complains of "@@e s [2003/05/16] ports/52303 des [patch] add knob to databases/gnats to re f [2003/05/16] ports/52311 ports-bugs [ADD MAKE ARGS]:: WITH_GTK And WITH_THREA o [2003/05/18] i386/52408 i386 quitting gnome2-2.2.1_1 results in LOR o [2003/05/19] i386/52427 i386 DVD replay under MSI "655 MAX" mobo inter f [2003/05/19] conf/52432 joe Install: drivers.flp won't load with USB o [2003/05/19] docs/52448 simon [patch] Misc man page reference fixes o [2003/05/20] bin/52469 ppp: Multiple devices using UDP don't wor o [2003/05/21] bin/52517 murray New functionality for /usr/bin/Mail f [2003/05/23] bin/52601 mbr [PATCH] rpc.yppasswdd fails if master.pas o [2003/05/23] kern/52623 Error in driver for the Intel EtherExpres o [2003/05/25] docs/52672 doc Porter's Handbook: couple of corrections o [2003/05/26] ports/52706 portmgr [patch] bsd.port.mk issues warning if a s o [2003/05/27] kern/52725 [PATCH] installincludes for kmods f [2003/05/28] bin/52746 tcsh fails to handle large arguements o [2003/05/28] kern/52752 [PATCH] SMBus controller on ICH4 not reco o [2003/05/28] kern/52764 Impossible to build kernel with COPTFLAGS s [2003/05/28] ports/52765 portmgr [PATCH] Uncompressing manual pages may fa o [2003/05/29] bin/52782 user ppp dumps core when doing pppctl "sh o [2003/05/30] ports/52793 ports-bugs Samba 2.2.8a printing woes o [2003/05/30] ports/52797 lev devel/subversion does not install any too s [2003/05/31] bin/52826 Feature Request: Adding Timestamps to pkg o [2003/06/02] ports/52859 ports-bugs Samba 2.2.8a (2.2.8)- broken support for o [2003/06/03] ports/52906 roger vid-1.0.1 from ports does not work with U o [2003/06/03] bin/52907 phk [PATCH] more malloc options for debugging a [2003/06/03] ports/52917 portmgr [PATCH] bsd.port.mk: update default value o [2003/06/04] kern/52943 reproducable system stuck just brefore mu o [2003/06/05] kern/52960 jmg kbdcontrol macros don't work when len = 1 o [2003/06/05] i386/52971 i386 bad macro LIST_HEAD in /usr/include/sys/q o [2003/06/06] kern/52980 mbr [patch] dc(4) driver fails to init Intel o [2003/06/08] kern/53025 joe [PATCH] ugen does not allow O_NONBLOCK fo o [2003/06/08] kern/53027 rsm [CHANGE-REQUEST] Better Entry for Intel P o [2003/06/10] conf/53131 qa "ALL" could not turn check BOXes ON at pa o [2003/06/11] conf/53197 re default tag of RELENG_5_1 standard-supfil o [2003/06/11] i386/53200 i386 5.1-RC1 SMP kernel boot gags at "APIC_IO: o [2003/06/13] kern/53264 sound PCM interrupt not routed on Sony VAIO lap o [2003/06/13] kern/53265 imp Make Sierra A555 work in FreeBSD o [2003/06/13] docs/53271 hmp the bus_dma man page fails to document al o [2003/06/13] bin/53288 tail will sometimes display more lines th o [2003/06/13] docs/53303 doc mount(2) man page error o [2003/06/14] i386/53324 i386 pam_group problems (PAM_RUSER used instea p [2003/06/14] misc/53327 Important fix for Latin-american keymap o [2003/06/15] bin/53341 qa dump frequency in sysinstall is always th p [2003/06/16] bin/53377 [PATCH] su does not return exit status of o [2003/06/16] kern/53383 adding Terratec TValue to bktr driver o [2003/06/17] kern/53417 sound Bad Recordings on AC97 onboard audio syst o [2003/06/18] docs/53454 trhodes wrong sample code in manpage of wcwidth(3 o [2003/06/19] bin/53475 cp(1) copies files in reverse order to de o [2003/06/19] kern/53506 Support gzipped modules. (partial patch) o [2003/06/19] bin/53520 su to another user does not update utmp o [2003/06/20] bin/53560 logging domain names in wtmp is retarded o [2003/06/21] docs/53575 doc Change to Handbook Section 20.9 o [2003/06/21] docs/53596 doc Updates to mt manual page o [2003/06/22] standards/53613standards FreeBSD doesn't define EPROTO o [2003/06/23] docs/53621 trhodes devname(3)'s man page needs an example o [2003/06/23] ports/53636 ports-bugs Suggestion for rc.d style startup scripts o [2003/06/23] ports/53657 tobez devel/p5-Parse-RecDescent - tutorial/* is o [2003/06/24] www/53676 simon [patch] Don't make people contact doc@ fo o [2003/06/24] bin/53682 le [PATCH] add fuser(1) utitity o [2003/06/25] docs/53732 doc quota output and man page do not document o [2003/06/26] docs/53751 hmp bus_dma(9) incorrectly documents BUS_DMA_ o [2003/06/26] java/53790 znerd Let tomcat41ctl start java -server 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/06/29] conf/53901 dd Suggest MFC of include keyword to config( p [2003/07/01] misc/53944 [PATCH] ARMSCII-8 (Armenian) LOCALE and C o [2003/07/02] ports/54002 lioux QMTPC patch for qmail-1.03 o [2003/07/02] docs/54009 trhodes Clarify the location of the splash image o [2003/07/02] bin/54026 bms [patch] Add support for non-standard port o [2003/07/02] ports/54041 ade libtool13 (as installed) doesn't recogniz o [2003/07/03] kern/54078 sound Sound Plays ~10% Slow 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/08] docs/54229 doc Complete "See also" section for getipnode p [2003/07/09] docs/54235 ceri Error in ioctl(2)'s man page: Ioccon.h co o [2003/07/09] ports/54262 tobez port lang/perl5 doesn't deinstall /usr/bi 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 root configurations without dynamic p o [2003/07/11] docs/54391 doc Document that glob(3) respects LC_COLLATE o [2003/07/13] kern/54439 Protecting sysctls variables by given mut o [2003/07/13] i386/54451 doc [patch] i386_{get|set}_ldt manual page is o [2003/07/14] docs/54461 kensmith Possible addition to Handbook o [2003/07/17] bin/54594 Apply regexps to the entire variable -- a o [2003/07/17] i386/54595 i386 emu10k1 sound driver locks system o [2003/07/18] kern/54604 Made 'ps -e' procfs-independent [PATCH]. o [2003/07/19] kern/54625 sumikawa [PATCH] IPv6 stealth forwarding o [2003/07/21] bin/54683 sh, redundant history o [2003/07/21] kern/54730 [patch] root can not set arbitrary proces o [2003/07/22] docs/54752 doc bus_dma explained in ISA section: should o [2003/07/23] bin/54784 find -ls wastes space o [2003/07/24] standards/54809standards pcvt deficits o [2003/07/25] standards/54833standards more pcvt deficits o [2003/07/25] standards/54839standards pcvt deficits o [2003/07/25] ports/54866 lioux libgnugetopt incompatibility breaks mjpeg a [2003/07/26] ports/54875 dougb hpijs loops on fatal error s [2003/07/26] bin/54878 incorrect divisor in /usr/bin/jot -r o [2003/07/26] docs/54879 doc man 1 jot, -r description o [2003/07/26] kern/54884 mckusick FreeBSD -stable and -current free space h o [2003/07/27] bin/54891 libalias/natd and exporting connection-in o [2003/07/27] bin/54897 [PATCH] -y flag for mount_mfs o [2003/07/28] kern/54981 sanpei Add support for Lexar 256MB USB drive p [2003/07/28] docs/54995 bms Error in accept(2) man page o [2003/07/28] docs/54999 doc Documentation Project Primer doesn't conf o [2003/07/29] misc/55015 Security check output enhacement (truncat o [2003/07/30] kern/55031 getgrent() failure with large groups o [2003/07/30] java/55032 java SVr4 emulation interferes with install f [2003/07/31] kern/55094 ticso Intel USB 2.0 unrecognized (partial patch o [2003/07/31] standards/55112standards glob.h, glob_t's gl_pathc should be "size o [2003/08/01] kern/55163 [patch] hide kld system details from jail o [2003/08/03] docs/55207 josef [patch] update acroread section & add loc o [2003/08/03] bin/55215 le [PATCH] add wu-ftpd style xferlog format p [2003/08/07] misc/55341 Adding ko_KR.CP949 locale s [2003/08/08] ports/55371 ports-bugs xfig dumps core (unaligned access), if US o [2003/08/08] misc/55387 users LD_LIBRARY_PATH can interfere with o [2003/08/08] gnu/55394 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/08] ports/55401 ache mod_auth_digest for ports/www/apache13 o [2003/08/11] conf/55470 [PATCH] new pccard.conf entry (I-O DATA W o [2003/08/11] i386/55473 acpi Mouse broken on some AWARD BIOS with ACPI o [2003/08/12] docs/55482 doc DUMP has access to block devices in a JAI a [2003/08/13] ports/55515 portmgr [patch] extract perl stuff from bsd.port. o [2003/08/13] bin/55539 [patch] Parse fstab(5) with spaces in pat o [2003/08/13] bin/55546 cdcontrol play tr m:s.f interface is part p [2003/08/16] docs/55641 roam [PATCH] catch up tl(4) with hardware note p [2003/08/16] docs/55643 roam [PATCH] catch up aue(4) with hardware not p [2003/08/16] docs/55645 roam [PATCH] catch up kue(4) with hardware not o [2003/08/17] docs/55653 doc chflags.1 - note that not all tools chfla o [2003/08/17] ports/55669 nobutaka emacs20 and emacs21 override each other a s [2003/08/18] ports/55699 x11 [PATCH] making x11-servers/XFree86-4-Serv o [2003/08/20] ports/55760 tobez [patch] make Perl versions coexist o [2003/08/20] bin/55788 le Growfs does not work on vinum concat volu o [2003/08/20] misc/55794 Convenience improvement suggestion: clear o [2003/08/20] kern/55802 Make kernel.GENERIC suitable for diskless o [2003/08/21] kern/55835 emulation Linux IPC emulation missing SETALL syscal o [2003/08/21] kern/55838 Dual characters from keyboard in X on Tos o [2003/08/21] ports/55841 portmgr [patch] Mk/bsd.port.mk: add routines to u o [2003/08/22] ports/55866 ade port devel/libtool13 installs .la files o [2003/08/22] docs/55883 kensmith advanced-networking/chapter.sgml p [2003/08/23] misc/55895 [patch]fix short weekday names in zh_CN.* o [2003/08/23] ports/55896 ports-bugs [NEW PORT] www/mozplugger o [2003/08/24] conf/55916 Change to /etc/rc.network & /etc/defaults o [2003/08/24] kern/55917 tun# devices cannot be created in 4.8-STA p [2003/08/24] docs/55925 roam mt, mtio, tcopy man pages refers to *rsa o [2003/08/24] bin/55936 send-pr does not set mail envelope from o [2003/08/26] kern/55984 ipfw [patch] time based firewalling support fo s [2003/08/26] ports/56006 des [PATCH] buffer overflows in databases/gna o [2003/08/26] misc/56012 [patch] MAKEDEV does not allow creation o s [2003/08/28] ports/56091 ports-bugs hp220 driver for print/ghostscript-gnu do o [2003/08/28] kern/56095 Apacer Pen Drive fails to work o [2003/08/29] conf/56144 [PATCH] /etc/rc.d/ipmon, /etc/rc.d/ipfilt o [2003/08/30] kern/56165 if_baudrate is not correct for rl, xl, dc o [2003/08/31] kern/56245 Distorted and choppy video with bktr-driv o [2003/08/31] bin/56249 lukemftpd has two bugs (motd, munged utmp o [2003/08/31] kern/56250 ums doesn't work with MCT based PS/2 conv o [2003/09/01] i386/56257 njl I'm unable to create floppies unless I di o [2003/09/01] ports/56275 x11 XFree86-4-Server: xf86config refers to no o [2003/09/02] ports/56301 knu portupgrade: -O ineffective a [2003/09/04] docs/56388 dougb Add/change #include lines for libisc man o [2003/09/04] kern/56441 andre bpf_tap() used incorrectly in bpf 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 p [2003/09/05] conf/56506 imp A wireless network card is missing in 4.8 o [2003/09/06] kern/56513 panic in ugen w/ moused -p /dev/ugen0 o [2003/09/07] gnu/56554 re add Cc: maintainer feature to send-pr o [2003/09/07] bin/56558 [PATCH] locate(1) cannot be safely used w o [2003/09/08] bin/56606 df cannot handle 2TB NFS volumes o [2003/09/09] kern/56617 Hang on boot w/neomagic audio on Dell Lat o [2003/09/09] bin/56646 stefanf [patch] getgrouplist()/setgroups() argume o [2003/09/09] bin/56648 le [PATCH] enable rcorder(8) to use a direct o [2003/09/09] bin/56653 stefanf [patch] Removal of non-standard void * ar o [2003/09/10] kern/56664 bad file# in MTIO status buffer after MTE o [2003/09/11] misc/56720 Resolver UNICODE support o [2003/09/12] conf/56736 [PATCH] rcNG: enable packages to particip o [2003/09/15] docs/56903 josef [patch] articles/fonts: add application t o [2003/09/16] bin/56914 ftpd ignores default umask settings o [2003/09/16] docs/56915 josef [patch] articles/fonts: update links s [2003/09/16] java/56928 java jce-aba port should install to $JAVA_HOME o [2003/09/16] conf/56934 rc.firewall rules for natd expect an inte o [2003/09/16] docs/56936 josef [patch] articles/java-tomcat: add applica o [2003/09/17] conf/56940 pccard.conf entry for PCET10-CL causes sy o [2003/09/17] conf/56952 re Floppy install error p [2003/09/17] bin/56961 eik [PATCH] pkg_install: match package versio s [2003/09/18] ports/56980 portmgr unprivileged user, extracting of tarballs o [2003/09/18] docs/56981 doc man terminfo(5) from libncurses does not p [2003/09/19] bin/56989 eik [PATCH] pkg_install: -v doesn't work on p o [2003/09/19] kern/56999 FreeCom USB CD/RW problem on FreeBSD 5.1 a [2003/09/19] ports/57016 eik sysutils/pkg_install: left over files in o [2003/09/19] bin/57018 le [PATCH] convert growfs to use libufs(3) o [2003/09/19] bin/57024 a new option for xargs(1) -- only treat \ o [2003/09/19] bin/57026 [PATCH] Therer is no way to know the labe p [2003/09/20] bin/57029 eik [PATCH] pkg_install: make more robust aga o [2003/09/20] bin/57045 trpt(8) option -t was disabled on -curren o [2003/09/21] bin/57054 let test(1) compare the mtime of a file t o [2003/09/21] kern/57065 jmg core dumps with NODUMP flag o [2003/09/22] bin/57088 [PATCH] for a possible fd leak in libcam. o [2003/09/22] bin/57089 "w" does not honor the -n option p [2003/09/23] conf/57125 bms Comment to IPSEC_FILTERGIF in LINT is now s [2003/09/24] ports/57143 ports-bugs modules in flash shell broken o [2003/09/24] ports/57151 tobez Port lang/perl5.8: use.perl fails to modi o [2003/09/24] docs/57153 doc S_IRWXU missing in fstat(2) man page? o [2003/09/24] kern/57192 emulation linux-ibm-java1.4 freeze o [2003/09/26] kern/57230 [patch] psm(4) incorrectly identifies an o [2003/09/26] amd64/57250 obrien Broken PTRACE_GETFPREGS and PTRACE_SETFPR f [2003/09/26] ports/57259 portmgr [patch] Building a port as root using an s [2003/09/27] ports/57289 ports-bugs teamspeak-server port is broken in 3 ways f [2003/09/27] standards/57295harti [patch] make does not include cmd line va o [2003/09/27] docs/57298 blackend Using compact flash cards o [2003/09/29] kern/57350 kernel panics when using old monocrome pr o [2003/09/30] docs/57388 doc INSTALL.TXT enhancement: mention ok promp f [2003/09/30] bin/57407 bms [patch] Better NTP support for dhclient(8 o [2003/09/30] kern/57428 a couple of new sysctl to toggle which IP o [2003/10/01] misc/57464 Boot process: loader(8) seems to confuse o [2003/10/01] kern/57468 Quirk for Quantum LPS540S o [2003/10/01] kern/57469 Quirk for Conner CP3500 o [2003/10/02] kern/57487 sound Sound stops working on my Thinkpad 560X a o [2003/10/02] ports/57498 portmgr HEIMDAL_HOME should be defined in src or o [2003/10/02] ports/57502 eik ports that define USE_* too late o [2003/10/02] conf/57517 add parameter for /etc/periodic/daily/210 o [2003/10/03] kern/57522 [PATCH] New PID allocater algorithm from p [2003/10/03] docs/57541 trhodes Some suggestions for the Basics chapter o o [2003/10/03] i386/57546 markm Adding VIA C3 capability printout in i386 o [2003/10/04] docs/57569 doc error on gensetdefs(8) man page o [2003/10/06] bin/57630 lptcontrol gives "device busy" if device o [2003/10/06] bin/57641 [patch] missing option in mdmfs (mount_mf a [2003/10/07] kern/57696 NFS client readdir terminates prematurely o [2003/10/07] bin/57715 tcopy enhancement f [2003/10/07] kern/57721 sound Dell built in SB Live not detected (patch o [2003/10/08] misc/57748 [patch] rc.network doesn't allow for -a i o [2003/10/09] i386/57783 i386 UINT32_MAX is missing from FreeBSD 4.X o [2003/10/09] bin/57791 dig option -x incorrectly produces ip6.ar a [2003/10/11] sparc64/57856sparc64 sparc64: IDE Raid controller no detect di o [2003/10/12] standards/57911standards fnmatch ("[[:alpha:]]","x", FNM_PATHNAME) o [2003/10/13] docs/57926 doc amd.conf.5 poorly format as it has both m o [2003/10/13] docs/57974 doc man page apropos for select macros (FD_SE o [2003/10/13] kern/57976 simple kernel DDB enhancement o [2003/10/13] docs/57978 doc Type miss of GPIB in Hardware Notes o [2003/10/14] ports/57992 osa [PATCH] Utilize %%DOCSDIR%% macro o [2003/10/14] misc/58008 sysinstall postfix installation problem o [2003/10/14] bin/58012 Multihomed tftpd enhancement o [2003/10/16] docs/58111 doc Handbook 12.4.3 Rebuilding ATA RAID1 Arra o [2003/10/17] ports/58158 nork replace install directory for ump.so o [2003/10/18] docs/58202 kensmith handbook doesn't mention kldload'ness of o [2003/10/18] bin/58206 [Patch] 460.status-mail-rejects incompati a [2003/10/18] kern/58214 andre [patch] Align smallbits properly in poll( o [2003/10/20] conf/58272 [patch] rc.d/diskless detection, dhcp reb o [2003/10/20] bin/58293 vi replace with CR (ASCII 13) doesn't wor s [2003/10/22] ports/58365 pat port security/gtk-knocker update o [2003/10/22] misc/58373 mckusick ufs inconsistency between 4.9-RC and 5.1 o [2003/10/22] ports/58385 cy [PATCH] misc/screen: Utilize EXAMPLESDIR o [2003/10/22] ports/58386 ume [PATCH] sysutils/gkrellm2: Utilize EXAMPL o [2003/10/22] ports/58387 mharo [PATCH] security/sudo: Utilize EXAMPLESDI o [2003/10/22] bin/58390 bsdlabel fails to display an error messag o [2003/10/24] bin/58483 [PATCH] allows type special or node relat f [2003/10/24] kern/58491 Kernel panic when loading amr driver o [2003/10/24] kern/58497 sysctl knob to return current process' ji f [2003/10/25] misc/58529 dwmalone Patch for RDWR bpf in pcap. o [2003/10/26] ports/58545 joerg devel/avr-gcc: fix libintl and libiconv d o [2003/10/26] misc/58557 Summer/Winter-time change causes daily cr a [2003/10/26] ports/58578 roam new port: misc/kbedic, Bulgarian to Engli o [2003/10/26] gnu/58583 kan gcc.1, cpp.1 and gcov.1 manpages are outd o [2003/10/27] conf/58595 Default NTP configuration o [2003/10/28] docs/58615 doc update for Vinum chapter of Handbook: des o [2003/10/28] ports/58653 trevor [Ports Update]:: audio/fest* 1.4.1 -> 1.4 o [2003/10/28] gnu/58656 gdb not ready for prime time o [2003/10/29] standards/58676standards grantpt(3) alters storage used by ptsname o [2003/10/29] conf/58680 dougb [PATCH] RCNG: shouldn't ldconfig be start o [2003/10/29] bin/58696 /sbin/natd feature request & possible pat o [2003/10/30] docs/58710 doc killpg(2) contains an error regarding sen o [2003/10/31] i386/58784 i386 ATA DMA fails and vx0 creates panic o [2003/11/01] kern/58803 kern.argmax isn't changeable even at boot o [2003/11/03] bin/58893 OPIE implementation bug o [2003/11/04] ports/58926 obrien latest port of editors/vim has problem dr o [2003/11/04] bin/58939 dumb little hack for /etc/rc.firewall{,6} o [2003/11/05] bin/58970 truss coredumps for the no significant re o [2003/11/07] docs/59044 doc doc.docbook.mk does not properly handle a o [2003/11/09] kern/59067 [patch] PS/2 mouse unstable p [2003/11/09] bin/59078 re [patch] Fix greek support in sysinstall a p [2003/11/10] bin/59144 stefanf [patch] Allow a trailing / for mount -u t o [2003/11/10] i386/59147 i386 USB active extension cable not recognized o [2003/11/11] ports/59165 cy fvwm2 port glitches/bugs o [2003/11/11] kern/59169 joe ulpt is missing read operation o [2003/11/11] ports/59194 portmgr [patch] proposal of two new port CATEGORI o [2003/11/12] bin/59207 uustat list limit of 201 jobs o [2003/11/12] kern/59208 matk sound patch to reduce pops and crackles a o [2003/11/12] bin/59220 obrien systat(1) device select (:only) broken o [2003/11/12] ports/59221 ports-bugs New port: news/fidogate-ds. A fresh branc s [2003/11/13] ports/59239 ports-bugs new port audio/tse3, a midi library o [2003/11/13] docs/59240 blackend handbook update: linux MATLAB s [2003/11/13] ports/59243 ports-bugs new port audio/anthem, a KDE midi sequenc f [2003/11/13] ports/59254 eik ports that write something after bsd.port o [2003/11/14] kern/59289 [PATH] ioctl METEORGBRIG in bktr_core.c f f [2003/11/14] ports/59292 demon dvips one line paper sizes broken? o [2003/11/15] ports/59297 x11 RADEON 7500 Warning message o [2003/11/15] www/59307 josef [patch] xml/xsl'ify & update publications o [2003/11/17] ports/59371 ports-bugs new port: net/smb4k, KDE SMB network brow o [2003/11/19] docs/59477 doc Outdated Info Documents at http://docs.fr f [2003/11/19] ports/59485 sergei [NEW PORT] net/nrpe2: Nagios Remote Plugi o [2003/11/20] bin/59530 strange bug in /bin/sh o [2003/11/21] bin/59551 Problem with GDB on latest -CURRENT f [2003/11/21] ports/59553 demon teTeX installs texdoctk without depending o [2003/11/21] bin/59564 Added an option (-S) to from command to a o [2003/11/21] docs/59565 doc [PATCH] FAQ doesn't cover definition of g s [2003/11/21] bin/59569 nullfs gives fts_read problem with du(1) o [2003/11/21] ports/59571 znerd improvements of www/jakarta-tomcat4[1] Ma o [2003/11/23] i386/59600 i386 [PATCH] Improved us.emacs.kbd mapping o [2003/11/23] kern/59624 [PATCH] HightPoint HPT371 support for Fre s [2003/11/24] ports/59637 vs [patch] emulators/generator: Force use of o [2003/11/24] docs/59649 doc Outdated 4.4BSD Documents at http://docs. a [2003/11/24] ports/59657 trevor emulators/linux_base-8 cpio for install w o [2003/11/25] ports/59682 knu portupgrade uses ports when you want it t a [2003/11/26] ports/59695 ade [PATCH] devel/gmake: add two patches to a o [2003/11/26] ports/59696 portmgr [patch] bsd.port.mk: change `ls' with `pk o [2003/11/26] kern/59698 Rework of ukbd HID to AT code translation o [2003/11/26] bin/59708 [patch] add sSMTP support for Mail select o [2003/11/27] bin/59730 isdnd crashes with signal 11 if cannot cr o [2003/11/27] kern/59732 jhb acpi causes boot to hang o [2003/11/27] docs/59735 kensmith Adding a reference to Icelandic Rsync o [2003/11/27] docs/59736 kensmith Updating size of archives o [2003/11/27] kern/59739 rmdir(2) and mkdir(2) both return EISDIR o [2003/11/28] bin/59772 ftpd(8)/FreeBSD 5: support for tcp_wrappe o [2003/11/28] bin/59773 ftpd(8)/FreeBSD 5: IP address of the clie 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 o [2003/11/28] bin/59776 ftpd(8)/FreeBSD 5: PAM "session" code is o [2003/11/29] ports/59788 knu sysutils/portupgrade ignores line breaks p [2003/11/29] misc/59799 New locale: zh_HK.Big5HKSCS s [2003/11/29] ports/59802 linimon [patch] make devel/py-ncurses depend on d o [2003/11/29] i386/59806 tackerman [patch] Suspend/resume breaks em0 o [2003/11/30] kern/59814 FreeBSD mknod refuses to create pipes and o [2003/11/30] ports/59832 seanc Upgrade of jabber-aim to version 20030314 o [2003/11/30] docs/59835 doc ipfw(8) man page does not warn about acce o [2003/11/30] i386/59854 i386 System panics when AGP device is loaded o [2003/11/30] ports/59861 ports-bugs New port: net/mu-conference, jabber-mu-co o [2003/12/02] bin/59883 divert cannot be renamed in FreeBSD m4 o [2003/12/02] docs/59900 kuriyama out of date README.txt and .message files o [2003/12/02] kern/59903 "pci_find_device" returns [only/at] the f o [2003/12/03] bin/59922 Toshiba Portege hangs with Eicon DIVA T/A o [2003/12/04] ports/59955 cy net/ntp improvements o [2003/12/04] ports/59956 sergei ports/devel/porttools depends on ports/de o [2003/12/04] ports/59961 seanc Jabber deamon won't run if hostname is mi p [2003/12/06] docs/59991 ceri diff manpage lacks a return value section p [2003/12/09] docs/60088 simon [PATCH] add additional MLINKS for rman(9) 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/11] kern/60131 Page fault on disconnect of USB device o [2003/12/12] kern/60174 debugging a kernel module in load/attach o [2003/12/12] kern/60183 No WCCPv2 support in gre o [2003/12/12] ports/60185 ports-bugs [New Port] www/w3-emacs21 WWW browser bas o [2003/12/14] kern/60218 sos [PATCH] HPT302 ATA133 Support for 4.9-STA a [2003/12/15] misc/60243 Problem in calling kpathsea library from o [2003/12/15] kern/60248 Problem with USB printer HP LaserJet 1300 a [2003/12/16] kern/60293 bms FreeBSD arp poison patch o [2003/12/16] kern/60307 wrong product id in pccarddevs for SpeedS o [2003/12/16] kern/60309 sys/socket.h: CMSG_NXTHDR requires defini o [2003/12/17] i386/60319 i386 read error 34/0 during installation, SYST o [2003/12/18] misc/60350 qa In sysinstall's Choose Distributions scre o [2003/12/18] kern/60351 Code stream problem o [2003/12/18] misc/60352 [PATCH] buildworld fails in sysinstall if o [2003/12/18] ports/60361 ports-bugs [PATCH] Samba 2.2.8a (2.2.8)- broken supp f [2003/12/18] kern/60367 rwatson Erroneous "(core dumped)" in process deat o [2003/12/18] kern/60377 luigi [patch] to make "ipfw tee" behave as inte o [2003/12/19] ports/60384 andreas apsfilter port fails with -DBATCH -DWITHO o [2003/12/19] ports/60391 dougb [SW-BUG] Fix hpijs to work with CUPS o [2003/12/21] kern/60448 PF_KEY protocol does not have a correspon o [2003/12/21] ports/60472 ports-bugs [New Port] devel/doxymacs Doxymacs is Dox f [2003/12/21] ports/60473 pav New port databases/db3-tcl p [2003/12/21] kern/60474 Temporary fix for DRM support for Radeon o [2003/12/22] misc/60503 small error in modules installation o [2003/12/22] bin/60510 [PATCH] change to less for compressed fil o [2003/12/23] kern/60521 sane-backends-1.0.13_1 coredumps in use w p [2003/12/23] bin/60524 phk mtree tumbles on files begining with hash o [2003/12/23] docs/60529 doc resolver(5) man page is badly out of date o [2003/12/24] docs/60544 doc getenv(3) manpage doesn't state the retur o [2003/12/25] kern/60550 silby [PATCH] hitting process limits produces s f [2003/12/25] misc/60551 No sound for ATI TV-Wonder (stereo not VE f [2003/12/25] ports/60558 portmgr [PATCH] bsd.port.mk: automatically verify p [2003/12/26] standards/60597standards FreeBSD's /usr/include lacks of cpio.h o [2003/12/26] misc/60599 No sound for ATI TV Wonder (stereo) o [2003/12/27] bin/60632 UI bug in partition label screen in sysin o [2003/12/27] i386/60633 i386 It would seem that if you're running a sy o [2003/12/27] bin/60636 Enhancement to adduser script. f [2003/12/27] i386/60637 i386 /etc/resolv.conf not created after fresh o [2003/12/28] bin/60642 mbr dhclient has mysterious option -D f [2003/12/28] i386/60643 i386 5.2 RC2 disk1 ISO will not boot on an Asu o [2003/12/28] i386/60662 qa 5.2 Anonymous FTP server out dated. o [2003/12/29] misc/60677 No reaction of volume controy key on IBM o [2003/12/29] misc/60697 [patch] pseudo-tty hack versus telnet rac o [2003/12/29] kern/60699 DVD Multidrive udma mode autosensed wrong o [2003/12/29] i386/60702 i386 can't boot 5.2-RC2 iso's to install o [2003/12/30] kern/60719 ipfw ipfw: Headerless fragments generate cryp o [2003/12/30] ports/60736 tobez perl's use.perl message isn't clear about o [2003/12/30] kern/60737 Sound card Turtle Beach Santa Cruz not wo o [2004/01/01] www/60796 josef [patch] support.sgml: sort usergroups by o [2004/01/02] misc/60815 5.2-rc2 install screen becomes garbled af o [2004/01/02] i386/60817 i386 FBSD-5.1/5.2-RC1 "fdc0: cmd 3 failed at o o [2004/01/02] misc/60834 ftpd send_data()+oldway: anonymous transf o [2004/01/03] kern/60874 auto-assign devfs ruleset numbers o [2004/01/04] ports/60876 gnome x11/gdm2 sets overly-high display frequen o [2004/01/04] kern/60892 Added -p option to kldxref to allow creat o [2004/01/04] misc/60900 During shutdown sync fails: "giving up on o [2004/01/05] i386/60919 i386 No login possible (sporadic) o [2004/01/06] i386/60963 i386 [PATCH] Win32 Applications abort on PECOF o [2004/01/06] kern/60964 [PATCH] Add SIIG Quartet Serial 4S PCI ID o [2004/01/06] kern/60981 cannot obtain error(sense key, APC,..) w o [2004/01/06] kern/60982 [PATCH] ID for VIA 686A Power Management f [2004/01/07] ports/60998 trevor solved: building linux_devtools-7.1_1 fai a [2004/01/07] ports/61001 arved help2man is misfiled o [2004/01/07] i386/61005 i386 The Boot Manager in FreeBSD 5.2RC can't o [2004/01/08] ports/61069 shige [patch] ports/Mk/bsd.emacs.mk is not PREF o [2004/01/08] docs/61070 doc Installation docs misleading: PResizer i o [2004/01/09] kern/61109 bge on TYAN AMD762-based Thunder/Tiger pa o [2004/01/09] ports/61147 trevor lang/gcc295 doesn't compile when CPUTYPE p [2004/01/10] kern/61174 bms patch to bridge.c: range checking for bri o [2004/01/10] ports/61181 lioux bayespam problem with recursion o [2004/01/11] amd64/61209 amd64 ppc0: cannot reserve I/O port range o [2004/01/11] i386/61219 i386 installation of 5.1 stalls at "Mounting r o [2004/01/12] bin/61234 usbhidaction doesn't support using an alt o [2004/01/12] i386/61239 i386 bootp enhancement, places the dhcp tags i o [2004/01/12] i386/61253 i386 panic: page fault on installation freebsd o [2004/01/12] bin/61257 improvement to make(1)'s diagnostic of mi o [2004/01/12] kern/61259 ipfw [patch] make "ipfw tee" work as intended o [2004/01/12] kern/61261 obrien generated header, emu10k1-alsa%diked.h no o [2004/01/12] misc/61264 Unable To Use VT100 Terminal Emulator (Te o [2004/01/13] misc/61289 ifn value on pccard script f [2004/01/13] kern/61296 dhclient fails to start with SysKonnect L o [2004/01/13] ports/61297 obrien Bash core dump (shells/bash2) o [2004/01/13] kern/61300 [patch] Enabling HomePNA PHY on aue(4) fo o [2004/01/13] docs/61301 doc [patch] Manpage patch for aue(4) to enabl o [2004/01/13] i386/61308 i386 Maxproc Limits counts Zombie Processes wh o [2004/01/13] misc/61322 bsd.dep.mk disallows shell generated flag o [2004/01/14] misc/61341 LG 5350 Sprint PCS phone will not attach o [2004/01/14] i386/61348 i386 Adaptec 1460D PCI SCSI Card does not work o [2004/01/14] misc/61365 FreeBSD resets when I turn off monitor w/ f [2004/01/15] ports/61383 ports-bugs New port: net/t38modem, H.323 compliant f o [2004/01/15] ports/61384 ports-bugs NEW PORT: textproc/htmlize.el (turn emacs o [2004/01/15] conf/61391 services Entry for fsp protocol is missin o [2004/01/16] bin/61405 A faster ffs(3) o [2004/01/16] kern/61415 [PATCH] disable broadcast ssid if_wi and o [2004/01/16] i386/61442 i386 Highpoint RocketRAID 1520 uses only UDMA2 o [2004/01/16] kern/61448 RealTek driver (rl) fails to adjust TX th s [2004/01/17] ports/61471 ports-bugs Suggested mini-patch to ports/graphics/sa o [2004/01/17] i386/61481 i386 a mechanism to wire io-channel-check to u o [2004/01/17] kern/61497 __elfN(map_insert) bug [patch] o [2004/01/17] bin/61502 dwmalone Incorrect ip6fw output when adding rules o [2004/01/18] kern/61503 mount_smbfs does not work as non-root o [2004/01/18] conf/61504 mtm [patch] New RC script: accf_http f [2004/01/18] ports/61539 sergei new port: net/nrg o [2004/01/18] i386/61545 5.2 release cannot see NIC on Dell 1750 o [2004/01/19] i386/61579 sis 645dx is not working (but on the supp o [2004/01/20] i386/61603 i386 sysinstall: wrong geometry guessed o [2004/01/20] docs/61624 doc Missing page numbers in pdf version of Ha o [2004/01/20] misc/61641 grog Martin Luther King, Jr. Day missing from o [2004/01/20] misc/61651 IC-Card+ probe_and_attach returns 6 failu o [2004/01/21] bin/61666 mount_nfs parsing bug, segmentation fault o [2004/01/21] docs/61667 doc Obsolete documentation on FreeBSD PnP f [2004/01/21] kern/61677 josef Unable to open CDROM tray if boot_cdrom i o [2004/01/21] kern/61685 [patch] ipnat + dummynet on same interfac o [2004/01/21] bin/61690 fsdb seqfaults in cmd. parsing routine o [2004/01/22] i386/61703 i386 ACPI + Sound + Boot = Reboot o [2004/01/22] kern/61739 simon Errata for 5.2 - problem with large AGP A o [2004/01/22] misc/61744 andre TCP hangs onto mbufs with no tcp data unn o [2004/01/22] ports/61745 ports-bugs New port: devel/syntax_tools-devel, unsta o [2004/01/24] bin/61808 [PATCH] Update RPC prgs to allow binding f [2004/01/24] i386/61821 i386 Errors in installation o [2004/01/24] www/61824 www Misleading documentation on FreeBSD insta o [2004/01/24] ports/61830 hrs New port: japanese/platex-otf o [2004/01/24] ports/61831 hrs New port: print/tex-omegaware-old o [2004/01/24] kern/61834 EHCI panic on Dell D800 while docked w/ p o [2004/01/24] i386/61838 i386 Realtek -8139C Card Not Supported o [2004/01/24] kern/61841 5.2 Boot freeze if memorybird (USB storag o [2004/01/24] i386/61843 i386 Intel PRO/100 VE adapter is not recognize o [2004/01/24] conf/61847 Additions to file /usr/share/misc/pci_ven o [2004/01/25] i386/61858 bms bus_dmamap_sync with BUS_DMASYNC_POSTREAD o [2004/01/25] docs/61859 doc Incorrect informaiton about trace command o [2004/01/25] docs/61878 doc LSI megaraid 150-x cards not included in o [2004/01/25] i386/61889 i386 Have to reinsert pccard after reboot o [2004/01/25] kern/61907 5.2 hangs when booting with cbb in kernel o [2004/01/26] conf/61916 Video/Monitor Capability Problem o [2004/01/26] kern/61970 Kernel Panic on Boot 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 o [2004/01/27] bin/61981 [PATCH] bring incompletely initialized ma a [2004/01/27] ports/61998 roam PostgreSQL support for vpopmail-5.3.30 (c o [2004/01/27] i386/62003 i386 make /boot/loader "reboot" code same as r f [2004/01/28] ports/62016 ports-bugs New port: graphics/demeter A C++ library o [2004/01/28] bin/62036 src/libexec/ftpd/ftpd.c: local pam_handle o [2004/01/28] i386/62042 i386 ipfw can't no more reject icmp (icmptypes o [2004/01/29] bin/62077 Make it possible to abbreviate device nam o [2004/01/30] kern/62094 3com 940 gigabit ethernet dhcp failure o [2004/01/30] misc/62098 Bad CISTPL_VERS_1 and clash on notebook. o [2004/01/30] kern/62102 alc obreak update o [2004/01/30] docs/62116 ale PMake manual in DocBook format o [2004/01/30] ports/62122 arved Port multimedia/vcdimager: atapicam suppo f [2004/01/30] ports/62124 ports-bugs sysutils/xosview broken in -CURRENT o [2004/01/31] bin/62139 User cannot login through telnet or ssh b o [2004/01/31] kern/62146 add support to AOpen VA1000 video capture o [2004/02/01] bin/62207 ppp crashes with option 'nat punch_fw' wh o [2004/02/01] ports/62213 trevor Cannot install any emulators/linux_base o [2004/02/02] ports/62256 ports-bugs New port: chinese/mozilla-sclp o [2004/02/02] kern/62257 card reader UCR-61S2B is only half-suppor o [2004/02/02] kern/62285 Incorrect comments in GENERIC kernel conf o [2004/02/03] i386/62288 reopened raid disks on a running system a [2004/02/03] ports/62298 portmgr [PATCH] bsd.port.mk: eliminate verbatim ` o [2004/02/03] bin/62300 gcc/config/freebsd-spec.h 1.6 is incomple o [2004/02/04] misc/62323 Logitech Cordless MX Duo Keyboard/Mouse c o [2004/02/04] i386/62324 Onboard Broadcom BCM5705 controller not i o [2004/02/04] bin/62334 vipw doesn't see changes if re-edit for t f [2004/02/04] ports/62335 ports-bugs Updated port: add russian lang to nagios o [2004/02/04] docs/62364 doc Misleading information in the handbook o [2004/02/05] kern/62374 darrenr kernel panic: free: multiple frees o [2004/02/05] ports/62378 obrien lsof semi-broken on 5.1-RELEASE-p10 o [2004/02/05] bin/62379 gdb apropos command crashes o [2004/02/05] i386/62381 i386 'ad' driver notebook Intel PIIX4 Fujitsu o [2004/02/05] docs/62402 doc easily circumventable Blade150 problem o [2004/02/06] docs/62412 doc one of the diskless boot methods describe o [2004/02/06] kern/62435 [WISH] make device hme work on non sparc6 o [2004/02/06] ports/62454 edwin jabberd WITH_BDB=YES won't configure o [2004/02/06] ports/62455 ports-bugs New port: lang/ecl An embeddable (ANSI) C o [2004/02/06] bin/62456 johan WARNS fixes for games/pom and games/caesa s [2004/02/07] ports/62497 dougb [NEW PORT] print/hpijs-cups o [2004/02/08] i386/62502 i386 panic under double loading vinum.ko modul o [2004/02/08] bin/62513 [SW-BUG] Errant /usr/bin/krb5-config on - a [2004/02/08] ports/62516 ports-bugs hostsenty port is unusable as packaged o [2004/02/08] ports/62546 ports-bugs [NEW PORT] devel/ja-bugzilla: Bug-trackin p [2004/02/08] gnu/62555 readline 4.3 should be patched o [2004/02/09] ports/62557 ports-bugs [patch] WITH_POSTGRES -> WITH_POSTGRESQL o [2004/02/09] ports/62583 ports-bugs [NEW PORT] sysutils/usermatic: Scripts to o [2004/02/09] ports/62585 ports-bugs New port: net/mu-conference (Multi-User C o [2004/02/09] kern/62597 asr /dev/rdpti# patch o [2004/02/10] ports/62607 hrs textproc/text2html conflicts with tex por o [2004/02/10] java/62647 phantom jdk14 port problem, linux module a [2004/02/10] ports/62657 portmgr Port linux-jpeg have decreaseed version n s [2004/02/10] ports/62671 portmgr ports make can't handle GREP_OPTIONS envi o [2004/02/11] i386/62687 sos VIA 694 ata controller: UDMA ICRC ERROR o [2004/02/11] i386/62699 i386 fstat randomly crashes with "out of memor o [2004/02/11] misc/62702 backup of /etc and /root durning sysinsta o [2004/02/11] ports/62704 ports-bugs update for lang/moscow_ml (port fixes + n o [2004/02/11] kern/62705 Netgear WG511T wireless PCCARD driver o [2004/02/11] i386/62711 qa Installation: "Insert Next CD" Prompt is o [2004/02/12] docs/62719 doc cross-reference pccardd and devd o [2004/02/12] docs/62724 doc host(1) manpage does not include informat o [2004/02/12] kern/62742 system "hangs" for a some time while prob o [2004/02/12] misc/62746 tjr SMBFS and vfs.usermount. User cannot unmo o [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 o [2004/02/13] ports/62767 nbm Update ports/Tools/scripts/mkptools/mkpsk p [2004/02/13] conf/62772 bms static_routes needs an example in /etc/de o [2004/02/13] kern/62788 (da1:umass-sim0:0:0:0): READ(6)/WRITE(6) o [2004/02/13] ports/62791 nobutaka emacs 21 : comparison is always true due o [2004/02/14] bin/62811 yar libexec/ftpd patch (broken clients & "ano o [2004/02/14] ports/62829 portmgr Mk file bsd.linux.rpm.mk supporting Linux f [2004/02/14] i386/62832 i386 X keyboard bug o [2004/02/14] java/62837 java linux-sun-jdk14 executables hang with COM o [2004/02/14] ports/62840 ports-bugs New Port: dns/bind9-sdb-ldap, bind9 patch o [2004/02/14] i386/62855 i386 AE_NO_ACPI_TABLES on systems that (purpor s [2004/02/14] standards/62858standards malloc(0) not C99 compliant f [2004/02/15] kern/62862 pcm vchans related crash o [2004/02/15] ports/62876 nork www/linux-flashplugin6 fails library path o [2004/02/15] ports/62883 ports-bugs New port: net/bb-client (Big Brother moni o [2004/02/15] bin/62885 des pam_radius doesn't maintain multiple stat a [2004/02/15] kern/62889 bms Panic in vr(4): interrupt related o [2004/02/15] kern/62890 proc pointer set by fork1 can be stale in o [2004/02/16] kern/62897 sos Failure - READ_DMA o [2004/02/16] docs/62914 doc Reference development(7) in other parts o o [2004/02/16] ports/62936 ports-bugs new port: devel/p5-ParseLex f [2004/02/17] ports/62949 portmgr [patch] auto-gen plist for gettext .mo fi o [2004/02/17] ports/62960 ports-bugs new port: sysutils/mapchan, utility "mapc o [2004/02/17] misc/62965 pkg_add -r fails if fetching multiple pac o [2004/02/17] kern/62968 Module if_tun failed to register o [2004/02/17] i386/62977 i386 Mouse daemon during install/setup o [2004/02/17] ports/62979 ports-bugs New Port: devel/p5-Config-Objective Perl o [2004/02/18] ports/62990 knu portupgrade fails to use package even wit o [2004/02/18] misc/62994 Terminal locks up o [2004/02/18] ports/63018 obrien editors/vim: dependency to ruby/python is o [2004/02/18] ports/63035 hrs textproc/xhtml-basic: fix SGMLDECL proble o [2004/02/19] bin/63064 strptime fails on %z o [2004/02/19] ports/63083 portmgr [patch] bsd.port.mk proposal: UNIQUENAME o [2004/02/19] docs/63084 des Several Man-pages reference non-existant o [2004/02/20] kern/63096 rwatson [patch] MAC entry point for route manipul f [2004/02/20] ports/63108 mp amd64/bento-fix: devel/gdb52 and devel/gd o [2004/02/20] ports/63120 ports-bugs New port: devel/slb_rf60 p [2004/02/21] standards/63173standards Patch to add getopt_long_only(3) to libc o [2004/02/21] ports/63176 ports-bugs [patch] WITH_PGSQL -> WITH_POSTGRESQL acr o [2004/02/21] amd64/63188 amd64 ti(4) broken on amd64 o [2004/02/22] bin/63197 tftp Bus error, core dumped o [2004/02/22] docs/63215 doc Wrong prototypes in mi_switch(9) (ref doc s [2004/02/22] ports/63216 portmgr 'BROKEN' or 'IGNORED' ports exit their "m o [2004/02/22] i386/63226 i386 i want to config my new kernel with IPFIR s [2004/02/22] ports/63238 thierry New ports: french/mozilla-flp & french/fi f [2004/02/23] ports/63279 ports-bugs New port:math/webwork used to create prob o [2004/02/24] bin/63319 burncd fixate error f [2004/02/25] i386/63334 i386 make kernel error o [2004/02/25] misc/63347 strange keyboard in "X" o [2004/02/25] ports/63349 ports-bugs New port: mail/openwebmail-current Open s [2004/02/25] ports/63354 ports-bugs security/bcwipe does not act successfully o [2004/02/25] i386/63356 New installation fails on HP Proliant DL- o [2004/02/25] ports/63357 ports-bugs [patch] www/linux-mozillafirefox port cre o [2004/02/26] bin/63413 dbm_delete return value incorrect o [2004/02/26] ports/63414 cjh amd64-fix: korean/uniksc s [2004/02/27] ports/63427 gerald Disabling the Java frontend at compile ti o [2004/02/27] kern/63449 FreeBSD 5.2 and 5.2.1 releases won't boot o [2004/02/27] kern/63451 Adaptec 1460 SCSI card nonfunctional on 5 a [2004/02/28] bin/63480 qa /etc/mail/aliases has executable bit set, o [2004/02/29] misc/63527 AM/PM date format should be localized. o [2004/02/29] ports/63543 ports-bugs New port: chinese/phpbb-zh_TW o [2004/02/29] www/63551 www Lack of DTD in cgi scripts o [2004/02/29] www/63552 www Validation errors due to CAPs in attribut o [2004/02/29] ports/63555 fenner Port survey: Zero fetchable files when no o [2004/03/01] docs/63570 ceri Language cleanup for the Handbook's DNS s f [2004/03/01] ports/63592 vs New port: sysutils/mmkeys - multimedia ke p [2004/03/01] docs/63600 simon Document ste(4)'s support of D-Link 530-T o [2004/03/01] bin/63608 Add a -c option to time(1) to display csh o [2004/03/02] i386/63628 bms patch to i.386 master boot record to allo o [2004/03/02] ports/63637 x11 [patch] x11-servers/XFree86-4-Server-snap o [2004/03/02] misc/63659 /usr/sbin/pw does not honor symlinks in s o [2004/03/03] docs/63676 doc [patch] Fix some tag errors. s [2004/03/03] ports/63683 portmgr [patch] add two advisory variables to bsd o [2004/03/03] conf/63700 Double configuration of cloned_interfaces o [2004/03/03] ports/63715 ports-bugs Maintainer update: astro/seti-applet (2.1 f [2004/03/03] ports/63716 portmgr [patch] Mk/bsd.port.mk: move sysctl to ${ o [2004/03/03] bin/63718 lptcontrol.c has unused PATH_LPCTL defini o [2004/03/03] docs/63719 doc lptcontrol(8) manpage omits -s from a lis o [2004/03/03] i386/63721 i386 VT6103 NIC broken since 5.2 o [2004/03/04] kern/63731 PATA to SATA converter on Promise 20375 c 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] docs/63808 doc No manpage for devfs.conf o [2004/03/05] i386/63815 i386 boot loader waste a lot of time (10 min) o [2004/03/05] java/63818 phantom build but not with compiler specified o [2004/03/06] ports/63823 ports-bugs New port net/xbone-gui o [2004/03/06] bin/63830 obrien [patch] file(1) doesn't recognize FreeBSD o [2004/03/06] kern/63837 [USB/patch] hid_is_collection() only look o [2004/03/06] ports/63856 ports-bugs update ports/www/p5-Apache-AuthCookie to o [2004/03/07] kern/63863 [patch] implement NGM_ELECTROCUTE s [2004/03/07] kern/63897 makeoptions CONF_CFLAGS are ignored when o [2004/03/07] conf/63907 cperciva /etc/services should include port 3653 de o [2004/03/08] ports/63915 edwin [new tool] bump_revision script o [2004/03/08] kern/63923 cannot boot from SATA when ata dma is dis o [2004/03/08] ports/63936 ports-bugs New port: security/aimsniff A perl script f [2004/03/08] ports/63944 portmgr bsd.port.mk: use LIBTOOL from ports o [2004/03/09] kern/63961 ipfw ipfw2 uid matching doesn't work correctly o [2004/03/09] kern/63971 Recognition of Canon CanoScan LIDE 20 by o [2004/03/09] ports/63979 ports-bugs new port: devel/linux-libunicode -- A uni f [2004/03/09] kern/63982 tackerman em0 hardware checksum offloading causes b f [2004/03/09] ports/64010 ports-bugs print/cups: cupsd paths wrong o [2004/03/09] ports/64011 lioux [Patch] multimedia/mjpegtools -- Fix head o [2004/03/10] bin/64036 Linux application Sophos Mailmonitor not o [2004/03/10] misc/64040 crackling sound on freebsd.5.2.1-RELEASE o [2004/03/11] ports/64077 ports-bugs New port: audio/mt-daapd f [2004/03/11] misc/64079 wes mount_mfs (md) refuses to use permissions p [2004/03/11] kern/64090 bms remove confusing EDQUOT from routing API o [2004/03/11] kern/64114 [PATCH] bad vertical refresh for console o [2004/03/11] kern/64118 fm801 driver does not work with a TerraTe a [2004/03/12] ports/64136 arved [NEW PORT] devel/ice: The Internet Commun o [2004/03/12] ports/64142 knu Update port: devel/swig13 (build fails wi o [2004/03/12] ports/64148 ports-bugs [NEW PORT] palm/synce-kde: SynCE KDE Util o [2004/03/12] bin/64153 mdmfs features via fstab o [2004/03/12] bin/64164 Buffer overflow in /usr/bin/indent f [2004/03/12] kern/64167 darrenr [patch] IPFilter IPv6 fastroute - MTU bug o [2004/03/12] ports/64168 obrien editors/vim won't build WITHOUT_X11 o [2004/03/12] standards/64173stefanf C99 requires some macros to be c o [2004/03/12] kern/64178 jmg kqueue does not work with bpf when using o [2004/03/13] bin/64198 init(8) may keep zombies o [2004/03/13] ports/64202 ports-bugs New Port: x11/kde_api_reference_32, the k o [2004/03/13] kern/64222 if_bfe correction for VLAN MTU o [2004/03/15] ports/64277 ports-bugs [NEW PORT] russian/fidogateds: Russian Fi o [2004/03/15] ports/64304 portmgr geography category f [2004/03/15] ports/64305 jedgar dbf2mysql -q option broken with mysql323- f [2004/03/15] ports/64307 ports-bugs [NEW PORT] databases/linux-unixODBC: RPM s [2004/03/15] ports/64316 portmgr fix for USE_GCC=3.2 o [2004/03/16] bin/64327 [PATCH] make(1): document surprising beha f [2004/03/16] docs/64342 doc Assumed content of PATH is not defined in o [2004/03/17] kern/64363 panic: ffs_blkfree: freeing free block o [2004/03/17] misc/64365 acpi ACPI problems o [2004/03/17] conf/64381 qa lo0 not up and no IPs assigned after inst f [2004/03/18] ports/64393 eik establish proper master-slave relations b o [2004/03/19] bin/64464 des pam_krb5 module ignores no_ccache option o [2004/03/19] bin/64476 dougb [PATCH] mergemaster: support for keeping o [2004/03/20] ports/64490 obrien link error in manpage of editors/vim o [2004/03/20] kern/64522 3COM 3C920B onboard Asus P4R800-VM not su o [2004/03/22] kern/64563 sanpei QUIRK: SEGRAND NP-900 USB MP3Player (kern o [2004/03/22] misc/64584 darrenr ipfilter/ipmon confused by interface numb o [2004/03/22] ports/64585 ports-bugs new port: devel/libpreps gui part stable o [2004/03/22] ports/64586 ports-bugs new port: devel/preps-devel-gui stable re o [2004/03/22] misc/64588 Extend joystick driver architecture to su o [2004/03/23] misc/64601 System crashes when TwinView is activated o [2004/03/23] i386/64626 i386 AP initialization problem on GIGABYTE GA- o [2004/03/23] kern/64637 sos ata1-slave: stat=0x01 err=0x00 lsb=0x00 o [2004/03/24] ports/64650 knu portupgrade: a [2004/03/24] bin/64664 bms Reboot command needs to protect itself fr o [2004/03/25] ports/64686 ports-bugs [NEW PORTS] x11-toolkits/qtc-qtsharp qtsh o [2004/03/25] ports/64687 ports-bugs [New Port] games/dotgnu-mahjongg/ -- QT# o [2004/03/25] www/64689 www Missing data on ftp.freebsd.org p [2004/03/25] kern/64718 bms [patch] Bridged packets still seen by BPF o [2004/03/25] kern/64722 [patch] Sitecom CN-311 usb flash reader n o [2004/03/26] ports/64769 knu portupgrade mplayer-plugin not reading pk o [2004/03/26] kern/64772 Mouse Movement Problem o [2004/03/26] kern/64788 nsswitch with ldap and starting ppp on bo o [2004/03/27] docs/64807 doc Handbook section on NAT incomplete o [2004/03/27] bin/64811 systat can't display big numbers in some o [2004/03/28] kern/64826 Kernic panic due to IPv6 o [2004/03/29] kern/64875 Add a system call: fdatasync() o [2004/03/29] i386/64878 Intel 82547 CSA Driver forces system lock o [2004/03/29] ports/64898 ports-bugs new port: misc/heyu2 for X10 control o [2004/03/29] ports/64907 lioux multimedia/ffmpeg build problem o [2004/03/29] ports/64908 openoffice Wrong russian encoding after saving new f o [2004/03/30] ports/64915 ports-bugs [NEW PORT] vietnamese/x-unikey o [2004/03/30] misc/64921 vmstat -i is not reporting IRQ usage on a o [2004/03/30] ports/64930 kris ports/Tools/portbuild/scripts/makeworld d o [2004/03/31] kern/64971 A squid process larger than 3G f [2004/03/31] ports/64980 ale New port: mail/qscanq o [2004/03/31] kern/64997 Getting a Philips USB mp3 player to work f [2004/03/31] ports/65009 ports-bugs Maintainer update: lang/gforth (build fix o [2004/04/01] ports/65022 ports-bugs new port: www/parser (www templating lang o [2004/04/01] ports/65023 ports-bugs new port: www/parser-mysql (mysql driver o [2004/04/01] ports/65024 ports-bugs new port: www/parser-pgsql (postgresql dr o [2004/04/01] ports/65033 ports-bugs New port: net-mgmt/netmond network monito o [2004/04/01] bin/65045 ftp doesn't remember binary mode if setti o [2004/04/02] docs/65065 doc improper language ntpd man pages o [2004/04/03] ports/65115 openoffice incomplete distinfo o [2004/04/03] i386/65124 i386 Unable to disable TERM_EMU cleanly o [2004/04/03] ports/65126 ports-bugs [New Port] sysutils/kdar: backup-utility o [2004/04/03] ports/65128 cy security/aide port fails with SIGBUS ever o [2004/04/03] ports/65129 kiri [PATCH] editors/xemacs21-mule: xemacs-mul o [2004/04/05] misc/65206 ECS K7VMM+ / UDMA/fd/acd / with fd just P o [2004/04/05] ports/65207 ports-bugs [NEW PORT FIX]vietnamese/xvnkb build fix p [2004/04/05] kern/65217 bms PATCH: Improve Linux IPX application comp o [2004/04/05] kern/65219 csjp update sysctl descriptions for SYSV IPC v o [2004/04/05] bin/65228 [Patch]Allow rup to parse hostnames from o [2004/04/06] ports/65238 ports-bugs [NEW-PORT] A port of samba-vscan for samb s [2004/04/06] ports/65250 ports-bugs New port: sysutils/dvdrtools Dvdrecord an o [2004/04/06] bin/65258 save /etc/rc.firewall from changing for s o [2004/04/07] ports/65277 x11 [PATCH] devel/imake-4: [Respect CC & CXX o [2004/04/07] kern/65278 [patch] sio: kgdb debugger port initializ o [2004/04/07] ports/65279 ports-bugs [NEW PORT] www/kazehakase: Kazehakase is o [2004/04/07] ports/65296 gnome noise with esd a day later (audio/esound) o [2004/04/07] bin/65299 vi temp path contains double / o [2004/04/07] ports/65304 portmgr Fix deinstall INFO in bsd.port.mk o [2004/04/08] misc/65306 obrien [1] Portability fixes for FreeBSD build u o [2004/04/08] ports/65310 ports-bugs security/SAVI-Perl: Submission of new por f [2004/04/08] ports/65318 ports-bugs New port: games/noegnud* an ASCII/2D/3D U o [2004/04/08] ports/65326 se jftpgw errors out with "Could not change o [2004/04/08] java/65335 java [PATCH] java/jdk14: use bsd.java.mk for J o [2004/04/09] ports/65344 portmgr USE_ macros for graphics libraries o [2004/04/09] kern/65355 TC1000 serial ports need enabling o [2004/04/10] ports/65396 ports-bugs New port: java/rxtx: Native interface to o [2004/04/10] docs/65400 doc make.1: better wording in BUGS section o [2004/04/10] ports/65408 trevor patch to shorten 133 DESCR files o [2004/04/10] ports/65409 trevor big whitespace cleanup o [2004/04/10] kern/65420 acd cannot write DVD-RW a [2004/04/11] misc/65426 simon problem with postfix install using sysins o [2004/04/11] misc/65432 kuriyama /usr/src/rescue not created by cvsup ( o [2004/04/11] kern/65436 [patch] to add support for PNY Attache 25 o [2004/04/11] kern/65438 [patch] to add support for SanDisk Cruzer o [2004/04/12] kern/65448 jhb _mtx_unlock_sleep() race condition if ADA o [2004/04/12] ports/65451 lioux [PATCH] multimedia/gstreamer-plugins -- V o [2004/04/12] ports/65452 vs new port: sysutils/i8xxwd (Intel i8xx TCO o [2004/04/12] ports/65465 java Eclipse has no fonts with recent pango, c o [2004/04/13] docs/65477 doc Installation Instruction fail to mention o [2004/04/13] bin/65483 vi -r crashes o [2004/04/14] i386/65528 i386 mouse cursor disapears on moving o [2004/04/14] docs/65530 doc minor improvement to getgrent.3 o [2004/04/15] bin/65557 passwd uses passwd_format of default logi o [2004/04/15] docs/65570 doc documented -C option not available in mak o [2004/04/15] ports/65587 blackend Update emulators/linux-winetools to 1.30 a [2004/04/15] ports/65590 gnome www/mozilla, www/mozilla-devel, www/firef o [2004/04/16] kern/65627 Patch to store P3 serial number in sysctl o [2004/04/17] bin/65649 Add `-u name' option to env(1) o [2004/04/17] ports/65681 ports-bugs [NEW PORT] www/formication: Formular proc o [2004/04/18] bin/65707 scp does not deal with local file copies o [2004/04/18] ports/65721 steve Update port: x11-toolkits/open-motif to 2 p [2004/04/18] i386/65729 i386 Document machdep.hlt_cpus sysctl o [2004/04/18] ports/65736 lioux Goggles-0.7.2 + FBSD-5.2.1-RELEASE = pthr o [2004/04/19] kern/65769 Call to tcflush(x, TCIFLUSH) stops input o [2004/04/19] ports/65770 ports-bugs New port: www/simplog: A simple php weblo o [2004/04/19] ports/65787 knu Make error when rebuilding ruby-xmlparser p [2004/04/20] ports/65794 joe net/ripetools is obsolete o [2004/04/20] bin/65803 gad bin/ps enhancements (posix syntax, and mo o [2004/04/20] ports/65804 portmgr [PATCH] bsd.port.mk is gratuitously slow o [2004/04/21] misc/65843 poor handling of write protected floppy. o [2004/04/21] docs/65864 trhodes login.conf(5) manpage doesn't mention cap o [2004/04/21] ports/65865 roam [PATCH] dns/djbdns: add WITH_JUMBO - coll o [2004/04/22] ports/65873 nork Make www/linuxpluginwrapper optionally de o [2004/04/22] bin/65892 ee(1) endless loop o [2004/04/22] docs/65895 doc incorrect "omshell" link in "dhclient" ma o [2004/04/23] ports/65906 znerd Compile of JDK-1.4 under FBSD-5.2.1 fails f [2004/04/23] ports/65915 portmgr [PATCH] bsd.port.mk: handle interactive c o [2004/04/24] ports/65926 portmgr Allow to use only numbers in PORTREVISION a [2004/04/24] bin/65928 yar [PATCH] stock ftpd uses superuser credent o [2004/04/24] ports/65934 nork [NEW PORT] japanese/ja-xmms: X Multimedia f [2004/04/24] ports/65935 ports-bugs security/nessus: error in generated .ness o [2004/04/24] ports/65940 trevor [PATCH] devel/linux_devtools needs glibc- o [2004/04/25] docs/65952 doc handbook kernel conf has old cruft o [2004/04/25] ports/65953 mharo [Proftpd] Optional mod_ifsession / open k p [2004/04/25] kern/65971 bms LINUX_SOUND_MIXER_INFO Ioctl addition for o [2004/04/25] i386/65973 i386 Problem logging in to the NIS slave and N o [2004/04/26] docs/65988 doc incorrect references to ppp.conf in handb o [2004/04/26] kern/66001 sos ATA driver does not recover from READ_DMA o [2004/04/26] ports/66005 ports-bugs New port: mail/p5-SpamAssassin-devel - po p [2004/04/26] kern/66006 schweikh [PATCH] bktr driver may not tune correctl f [2004/04/27] ports/66028 ports-bugs misc/gkx86info2 gkrellm2 plugin that show o [2004/04/27] ports/66031 ports-bugs [NEW PORT] science/mcstas - neutron ray-t o [2004/04/27] ports/66032 portmgr [PATCH] bsd.port.mk: clean room installat o [2004/04/28] ports/66042 ports-bugs new port: www/suexec13 (standalone suexec o [2004/04/29] kern/66079 bms route change default causes panic in cert o [2004/04/29] docs/66091 doc ppp(8) docs out-of-date for -CURRENT o [2004/04/29] bin/66095 template_user is broken in pam_radius o [2004/04/30] ports/66109 portmgr [PATCH] bsd.port.mk: inconsistent use of o [2004/04/30] ports/66110 portmgr [PATCH] bsd.port.mk: MLINKS error detecti o [2004/04/30] docs/66117 doc Handbook Serial Console Page doesn't list o [2004/04/30] kern/66124 Device/vendor quirks for iRiver iFP MP3 p o [2004/05/02] ports/66164 ports-bugs new port: lang/qsa o [2004/05/03] kern/66185 twe driver generates gratuitous warning o o [2004/05/03] kern/66225 Extend ng_eiface(4) control messages o [2004/05/04] ports/66246 ports-bugs new ports: textproc/docbook-utils, textpr o [2004/05/04] docs/66264 doc [patch] libexec/rtld/rtld.1 typo fixes no o [2004/05/04] docs/66265 doc [patch] Document what -f and LD_TRACE_LOA f [2004/05/04] ports/66266 ports-bugs ports/net/yptransitd: support FreeBSD NIS o [2004/05/04] kern/66268 [PATCH] Socket buffer resource limit (RLI o [2004/05/05] gnu/66279 less(1) -- add support for stty(1) erase2 p [2004/05/05] kern/66280 [PATCH] Add another ac97 id o [2004/05/05] ports/66282 ports-bugs [NEW PORT] mail/p5-Mail-Vispan: PERL scri 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/06] sparc64/66314sparc64 SMP kernel panic: ipi_send: couldn't send o [2004/05/06] ports/66315 se mini_httpd - Software caused connection a o [2004/05/06] ports/66317 ale Apache+PHP core dumps after upgrading to o [2004/05/07] ports/66342 portmgr [PATCH] fix ECHO_MSG breakage in java por o [2004/05/07] docs/66343 doc unlisted supported card on man page for w p [2004/05/07] bin/66354 eik pkg_sign -t sha1 broken o [2004/05/07] standards/66357standards make POSIX conformance problem ('sh -e' & o [2004/05/07] i386/66365 i386 atapi o [2004/05/08] ports/66389 portmgr [PATCH] bsd.port.mk: follow MOVED ports o [2004/05/09] kern/66416 Susteen USB Data Cable not identified as o [2004/05/09] ports/66418 demon [PATCH] net/rrdtool: fix for pre-5.6 Perl o [2004/05/09] bin/66420 [PATCH] tcsh: history mangles command lin o [2004/05/09] kern/66422 sound no sound on modern Sony Vaio (PCG-TR*) [p o [2004/05/09] kern/66425 Extending dual console support (/boot.con o [2004/05/09] docs/66426 doc handbook update (desktop section): web br o [2004/05/10] misc/66445 Add options ti last to ignore ftp logins f [2004/05/10] ports/66476 adamw [NEW PORT] misc/gaim-talkfilters: A neat o [2004/05/10] alpha/66478 unexpected machince check : panic for 4.9 o [2004/05/10] ports/66480 openoffice openoffice-1.1.1 port uses root's $HOME f o [2004/05/10] docs/66483 doc [patch] share/man/man4/csa.4 grammar nits o [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] ports/66506 ports-bugs [NEW PORT] www/p5-Apache-GopherHandler: G o [2004/05/11] ports/66511 x11 xdm xlogin*background color issue o [2004/05/11] ports/66520 portmgr Have OPTIONS set defaults when BATCH or P o [2004/05/11] standards/66531standards _gettemp uses a far smaller set of filena o [2004/05/11] docs/66539 doc [patch] share/man/man4/netgraph.4 inconsi o [2004/05/11] docs/66540 doc [patch] share/man/man4/ppbus.4 wording ni p [2004/05/11] docs/66541 bms [patch] sbin/ifconfig/ifconfig.8 wordsmit o [2004/05/11] misc/66547 Palm Tungsten T USB does not initialize c o [2004/05/12] i386/66564 3c920-MV00 PHY detection problem s [2004/05/12] ports/66566 portmgr [PATCH] bsd.port.mk: fix build when /usr/ o [2004/05/12] ports/66568 portmgr [PATCH] bsd.port.subdir.mk: enable local o [2004/05/12] docs/66574 doc [patch] MFC share/man/man4/ng_iface.4 1.1 o [2004/05/12] docs/66575 doc [patch] MFC share/man/man4/ng_ksocket.4 v o [2004/05/13] bin/66594 gdb dumps core o [2004/05/13] ports/66597 bland New port: devel/glibmm24 (C++ wrapper for o [2004/05/13] ports/66602 bland New port: x11-toolkits/gtk--24 (gtkmm 2.4 o [2004/05/13] docs/66610 doc Update handbook re: CVSup tags o [2004/05/13] docs/66621 doc Document fix for "kmem_map too small pani o [2004/05/14] ports/66625 ports-bugs New Port: reply-o-matic o [2004/05/14] i386/66642 i386 pcm0: play: 0: paly interrupt timeout, ch o [2004/05/16] bin/66677 mv incorrectly copies somedir/.. to ./.. o [2004/05/16] ports/66714 tobez [PATCH] www/p5-WWW-Mechanize: update to 1 o [2004/05/16] ports/66715 lioux [PATCH] textproc/p5-xmltv: update to 0.5. o [2004/05/17] ports/66724 lioux [PATCH] multimedia/mpeg4ip: [Re add CONFL o [2004/05/17] conf/66726 /etc/periodic/security/ 800.loginfail scr o [2004/05/17] ports/66762 ports-bugs Update port: games/xpilot-ng (split into o [2004/05/17] bin/66763 mdmfs: sync arguments with those of newfs o [2004/05/17] docs/66764 doc [patch] 4_RELENG share/man/man4/ng_one2ma 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 doc [patch] usr.sbin/pccard/pccardc/pccardc.8 o [2004/05/17] docs/66775 doc Clarification that port names should not o [2004/05/18] ports/66799 ports-bugs [new port] cantus_3: GNOME2 tool for tagg s [2004/05/18] ports/66808 portmgr bsd.port.mk: bsd.autotools.mk appears too o [2004/05/18] docs/66824 doc [patch] share/man/man4/man4.i386/fe.4 gra o [2004/05/18] docs/66826 doc [patch] RELENG_4 share/man/man4/man4.i386 o [2004/05/18] docs/66827 doc [patch] usr.sbin/usbd/usbd.conf.5 bad com o [2004/05/18] docs/66828 doc [patch] /usr/src/sys/conf/NOTES spelling o [2004/05/18] ports/66831 osa net/zebra and net/zebra-devel are almost f [2004/05/19] ports/66853 ports-bugs [PATCH] devel/cccc unbreak build (old hea o [2004/05/19] www/66877 www $Id$ strings are a revision behind in cvs o [2004/05/19] ports/66892 portmgr possible bug in philosophy of ports/MOVED o [2004/05/19] misc/66893 LINUX NIS clients connecting to FREEBSD N s [2004/05/20] ports/66921 ports-bugs [NEW PORT] x11-wm/skippy-xd: A full-scree o [2004/05/20] ports/66927 ports-bugs [PATCH] mail/dcc-dccd has several problem o [2004/05/20] ports/66937 obrien lsof-4.71 compile errors: pcpu.h:66: erro o [2004/05/20] misc/66941 Unacceptable stringstream performance o [2004/05/21] docs/66980 hrs Relnotes troubleshooting section update f o [2004/05/21] kern/66981 Can't read audio CDs with a samsung sw-25 o [2004/05/21] bin/66988 [Patch] apm.c check validation of the ret f [2004/05/21] i386/66996 i386 Problem with CD/DVD ROM o [2004/05/21] i386/66997 i386 Problem with Broadcom BCM5705M and FreeBS o [2004/05/21] i386/67011 i386 [patch] MFC of vpd driver for IBM xSeries o [2004/05/21] kern/67012 A potential bug detected in /sys/netatm/u p [2004/05/21] kern/67013 bms A potential bug detected in /sys/netipsec o [2004/05/22] ports/67032 ports-bugs flashplugin for firefox port o [2004/05/22] bin/67041 "fortune -m" peeks in "fortune" file only o [2004/05/22] www/67042 josef FreeBSD rdf feed not valid o [2004/05/22] i386/67055 i386 Mouse (wheel) detection problem on SIS748 o [2004/05/23] docs/67078 doc [patch] MFC of a rtld(1) man page is inco o [2004/05/23] ports/67095 ports-bugs New port: www/p5-PLP: A Perl embedder som o [2004/05/24] bin/67142 rpc.yppasswdd incorrectly throws errors a o [2004/05/25] ports/67151 portmgr Mk/bsd.port.mk - Add a way to handle PLIS o [2004/05/25] ports/67171 portmgr [PATCH] bsd.port.mk: new variable DISTVER o [2004/05/25] i386/67172 i386 w,finger display the remote host incorrec o [2004/05/25] ports/67173 des [PATCH] security/ifd-gempc410 doesn't fet o [2004/05/25] ports/67183 cy security/pam_krb5 requires updating o [2004/05/25] ports/67185 trevor [PATCH] security/p5-GnuPG-Interface MASTE o [2004/05/25] kern/67189 ACPI S3 reboot computer on Dell Latitude o [2004/05/25] ports/67191 knu [PATCH] security/ruby-blowfish distsite f f [2004/05/25] ports/67192 vs mod_perl-related regressions in the newes o [2004/05/26] bin/67231 [patch] pam_krb5 doesn't honor default fl o [2004/05/27] kern/67242 tackerman [PATCH] dev/em/if_em.c isn't ctags compat o [2004/05/27] bin/67256 tcsh does not honor LC_ALL and/or LC_MESS o [2004/05/27] ports/67264 portmgr [PATCH] Mk/bsd.port.mk: Perl Makefile hon o [2004/05/27] ports/67267 ports-bugs New port: textproc/p5-Lingua-Stem-Fr s [2004/05/27] ports/67269 ports-bugs Update port: textproc/p5-Lingua-Stem to 0 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) o [2004/05/28] ports/67311 ale [PATCH] Mk/bsd.sites.mk: add MASTER_SITE_ a [2004/05/29] bin/67317 bms patch to nfsd.c to make it slightly more o [2004/05/29] ports/67319 ports-bugs [NEW PORT] databases/msql3: Version 3 of o [2004/05/29] ports/67324 ports-bugs [maintainer update]: security/proxycheck o [2004/05/29] ports/67329 trevor Update port: audio/streamripper to 1.60.7 o [2004/05/29] bin/67334 mount_cd9660 gives dscheck: negative b_bl f [2004/05/29] ports/67355 philip Frozenbubble startup fails: [SDL Init] No p [2004/05/29] kern/67357 brooks Patch for uftdi to support Intrepidcs.com o [2004/05/29] misc/67358 fsx has uncertain license o [2004/05/30] ports/67360 mph [PATCH] finance/xquote doesn't fetch, upd o [2004/05/30] ports/67361 portmgr [PATCH] bsd.port.mk: proposal to source o f [2004/05/30] ports/67363 ports-bugs [PATCH] audio/dap doesn't fetch, update t f [2004/05/30] ports/67377 ports-bugs error when make install of amsn port a [2004/05/30] ports/67378 trevor [PATCH] x11-wm/openbox: update to 3.2 o [2004/05/30] i386/67383 i386 do a better job disassembling code in 16 o [2004/05/30] ports/67385 kiri [PATCH] editors/xemacs-devel-mule: update o [2004/05/30] ports/67390 hrs [PATCH] print/yatex distsite fix o [2004/05/30] ports/67394 knu [PATCH] security/ruby-mcrypt distsite fix o [2004/05/31] ports/67406 trevor Update port: audio/streamripper to 1.60.7 f [2004/06/01] ports/67436 portmgr patch for bsd.port.mk: GNU_CONFIGURE_PREF o [2004/06/01] ports/67437 portmgr patch for bsd.port.mk: NO_BUILD and PKGNA o [2004/06/01] ports/67451 demon fix port: net-mgmt/mrtg o [2004/06/01] docs/67458 doc [patch] usr.bin/lex/lex.1 language nit o [2004/06/02] ports/67473 knu [PATCH] biology/ruby-bio distsite fix o [2004/06/02] ports/67497 ports-bugs Maintainer update: mail/elm+ME (2.4.116) o [2004/06/02] ports/67500 clement new port for irc/thales: an irc to mysql o [2004/06/02] www/67502 www cvs-all commit message did not include al o [2004/06/02] ports/67503 mlaier Bring mail/spamd to more current in order o [2004/06/03] ports/67507 maho Programs compiled with ifc coudn't create o [2004/06/03] ports/67508 x11 [patch] Update XFree86 libraries to 4.4 r o [2004/06/03] ports/67510 x11 [patch] Update XFree86 clients to 4.4 rel o [2004/06/03] ports/67513 x11 [patch] Update XFree86 server to 4.4 rele o [2004/06/03] i386/67521 i386 buildworld issues (bin/csh tcsh) o [2004/06/03] ports/67531 portmgr New spanish virtual branch o [2004/06/03] kern/67545 NFS Diskless Mount Option Suggestion o [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] ports/67552 gnome Teach fontconfig about gs fonts o [2004/06/04] ports/67553 sumikawa ports/devel/cvs+ipv6 - add mirror o [2004/06/04] www/67554 www man-cgi visual glitch on 3-word titles o [2004/06/04] ports/67562 portmgr patch for bsd.port.mk - USE_BDB, WANT_BDB o [2004/06/04] gnu/67565 SIGPIPE processing in cvs 1.11.5 may lead o [2004/06/04] ports/67572 ports-bugs New port: mnogosearch-devel: Full feature o [2004/06/04] ports/67576 mbr update net/citrix_ica to 8.00 o [2004/06/04] i386/67578 Keyboard error IBM xSeries 335 o [2004/06/04] advocacy/67580advocacy Hints for boot failures. o [2004/06/05] misc/67586 [patch] Typo in fortune/datfiles/fortunes o [2004/06/05] ports/67590 anders [PATCH] Fix apache handling in www/mod_sq o [2004/06/05] ports/67597 x11 X11/rstart/commands/x: is a directory o [2004/06/05] ports/67599 ports-bugs [NEW PORT] math/geonext: Interactive (dyn o [2004/06/05] i386/67603 i386 No driver found: PCMCIA Cardbus, D-Link D o [2004/06/05] ports/67612 ports-bugs [MAINTAINER] irc/kvirc: [update to releas o [2004/06/06] kern/67622 tackerman em device driver has been updated by Inte f [2004/06/06] i386/67627 phk gbde kernel panic f [2004/06/07] ports/67644 vs [FIX/UPDATE] Fix ZSNES Sound o [2004/06/07] www/67651 hrs Update early-adopter post-4.10 o [2004/06/07] ports/67673 ports-bugs new port (games/tuxracer-1.1) f [2004/06/07] misc/67685 Can't download 4.10 ISO on any of my Free o [2004/06/07] bin/67687 iostat does not provide read vs. write st o [2004/06/08] i386/67703 i386 Cdparanoia crashes and forces reboot o [2004/06/08] ports/67705 portmgr [patch] change handling of unsuitable MyS s [2004/06/08] kern/67706 cvs update over a union mount slows and t o [2004/06/08] amd64/67712 amd64 Extra informal text when trying to dump b o [2004/06/08] bin/67723 FreeBSD 5.x restore cannot handle other p o [2004/06/09] ports/67733 x11 [patch] Update imake to 4.4 release of XF o [2004/06/09] ports/67740 ports-bugs New port: net/samba3-devel f [2004/06/09] ports/67752 pav Upgrade math/cxsc to the latest revision o [2004/06/09] ports/67759 x11 Unbreak x11/libGL, at least for -CURRENT o [2004/06/09] ports/67762 roam portupgrade of stunnel asks for input eve o [2004/06/09] i386/67770 i386 X11 kills system after upgrade to 5.2.1 o [2004/06/10] ports/67775 x11 [update] Update XFree86 documents to 4.4 o [2004/06/10] ports/67776 x11 Update XFree86 100dpi fonts to 4.4 releas o [2004/06/10] ports/67777 x11 Update XFree86 75dpi fonts to 4.4 release o [2004/06/10] ports/67778 x11 Update XFree86 cyrillic fonts to 4.4 rele o [2004/06/10] ports/67779 x11 Update XFree86 default bitmap fonts to 4. o [2004/06/10] ports/67781 x11 Update XFree86 font encodings to 4.4 rele o [2004/06/10] ports/67783 x11 Update XFree86 scalable fonts to 4.4 rele o [2004/06/10] ports/67784 x11 Update XFree86 font server to 4.4 release o [2004/06/10] ports/67785 x11 Update XFree86 meta port to 4.4 release. o [2004/06/10] ports/67786 x11 Update XFree86 manpages to 4.4 release. o [2004/06/10] ports/67787 x11 Update XFree86 nest server to 4.4 release o [2004/06/10] ports/67788 x11 Update XFree86 print server to 4.4 releas o [2004/06/10] ports/67789 x11 Update XFree86 virtual framebuffer server o [2004/06/10] bin/67793 phk gbde doesn't complain correctly when file o [2004/06/10] docs/67806 doc Let 5.x users know how to boot into singl o [2004/06/10] ports/67814 ports-bugs New port: desktop-file-utils, a couple of s [2004/06/11] ports/67815 ports-bugs ImageMagick no longer recognizes FlashPix o [2004/06/11] ports/67816 ports-bugs New port: aKregator, a KDE RSS aggregator f [2004/06/11] ports/67826 ports-bugs p5-Text-FormatTable - patch o [2004/06/11] kern/67830 CPU affinity problem with forked child pr o [2004/06/11] ports/67832 jdp Change request: net/cvsup (STATIC -> WANT f [2004/06/11] ports/67839 ports-bugs www/mod_jk2-apache2 2.0.2: uri /*.jsp mat o [2004/06/12] ports/67852 ports-bugs New port: irc/riece IRC client for Emacs o [2004/06/12] ports/67853 ports-bugs New port: mail/c-sig Signature insertion f [2004/06/12] ports/67856 ports-bugs New port: x11/xrunclient Launcher for X c o [2004/06/13] docs/67893 doc boot.8's -m description is insufficient. o [2004/06/13] ports/67900 ports-bugs New port: sysutils/jail Builds a chroote o [2004/06/13] alpha/67903 alpha hw.chipset.memory: 1099511627776 - thats o [2004/06/13] bin/67906 PATCH: rfcomm_pppd can now register as 's o [2004/06/14] ports/67922 trevor [patch] turn audio/linux-mbrola into a sl o [2004/06/14] ports/67937 dinoex [PATCH] www/apache13-modssl, www/apache13 f [2004/06/14] ports/67939 thierry port mail/imp3 is overwriting configfiles o [2004/06/14] bin/67943 find(1) fails when current directory is n o [2004/06/15] ports/67970 gnome ports textproc/libxml, textproc/libxslt: p [2004/06/15] bin/67983 schweikh [patch] /usr/bin/indent bugfix and small 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] kern/68026 jdp [patch] add net_remove_domain, domain ref f [2004/06/17] ports/68031 ports-bugs mpg123 inifinite loop on reading end-of-f o [2004/06/17] docs/68038 brueffer Attempt to make the terse part of 17.6.2 o [2004/06/17] ports/68039 hrs upgrade latex-beamer to 2.20 o [2004/06/17] ports/68045 ports-bugs New port: sysutils/daedalus Flexible Moni o [2004/06/17] ports/68050 ports-bugs New port: www/dpsearch : Open source sear o [2004/06/17] ports/68051 ports-bugs [new port] java/eclipse-lomboz o [2004/06/17] ports/68052 ports-bugs [NEW PORT] graphics/jumpgis: A GUI based f [2004/06/17] ports/68054 ports-bugs [NEW PORT] archivers/bsdtar o [2004/06/17] ports/68061 knu databases/ruby-bdb1 has hardcoded install o [2004/06/17] bin/68062 standalone repeat(1) command o [2004/06/18] ports/68065 taoka [PATCH] japanese/lookup New version 1.4 o [2004/06/18] ports/68072 portmgr fix make search when $PORTSDIR contains E o [2004/06/18] kern/68076 Page fault when the sequence "kldunload u o [2004/06/18] kern/68081 sys/time.h (lint fix) f [2004/06/18] i386/68087 i386 wget core dumps with: Assertion failed: ( o [2004/06/19] ports/68095 wjv [patch]devel/arch: upgrade to 1.2 o [2004/06/19] ports/68106 ports-bugs category change: move freesci to games/ o [2004/06/19] conf/68108 Adding mac-address /conf selector to disk o [2004/06/19] kern/68110 hsu [PATCH] RFC 3522 for -HEAD o [2004/06/19] ports/68112 ports-bugs [NEW PORT] russian/gaim: gaim with underc o [2004/06/19] docs/68115 doc ISO-IMAGES-i386/README.TXT - cdrecord is o [2004/06/20] bin/68130 adduser man page and usage inconsistent w o [2004/06/20] kern/68131 emulation java/linux-ibm-jdk14: linux ibm jdk 1.4.1 o [2004/06/20] ports/68132 dougb screensaver-demo crashes o [2004/06/20] bin/68134 'invalid hostname' displayed in w/who out o [2004/06/20] ports/68136 nork libflashplayer.so segfaults under linuxpl o [2004/06/20] ports/68141 ports-bugs new port net/linux-overnet-core: Serverle f [2004/06/20] ports/68145 ports-bugs Update port: multimedia/linux-realplayer o [2004/06/20] ports/68146 ports-bugs New port: x11-themes/linux-gtk-bluecurve- o [2004/06/20] ports/68147 portmgr [PATCH] bsd.port.mk: allow a port to conf o [2004/06/20] misc/68150 make installkernel fails when /usr is mou o [2004/06/20] ports/68158 ports-bugs building mod_perl fails when apache13-mod o [2004/06/21] bin/68165 csjp df fails to check fs type with -t and ina o [2004/06/21] ports/68172 knu [PORT UPDATE] Ruby Locale interface: adde o [2004/06/22] ports/68185 lofi [New port] devel/kommander a [2004/06/22] kern/68189 luigi arp -a discloses non-jail interfaces with o [2004/06/22] misc/68192 Cannot use quotas on jailed systems o [2004/06/22] ports/68193 ports-bugs [NEW PORT] KDE-based personal finance ass o [2004/06/22] ports/68196 ports-bugs [New Port]: linux-zsnes - Linux binary ve o [2004/06/22] ports/68197 kiri ports/mail/im update o [2004/06/22] docs/68201 doc [patch] pthread_atfork(3) man page o [2004/06/22] ports/68205 ports-bugs New Port: mail/ismail PHP-based webmail c o [2004/06/22] ports/68210 hrs [PATCH] print/xdvik-tetex: Fix broken t1l f [2004/06/22] ports/68215 ports-bugs NEW PORT: multimedia/freevo, an open-sour o [2004/06/23] ports/68218 matusita ports/print/dvipdfmx: fix for a dependenc o [2004/06/23] i386/68219 i386 ACPI + snd_maestro3 problem o [2004/06/23] ports/68224 ports-bugs [New port] www/p5-LWP-Authen-Wsse o [2004/06/23] kern/68225 trouble with sound on dell notebook o [2004/06/23] kern/68232 ugen(4) isochronous handling correction a f [2004/06/23] ports/68238 ports-bugs [new port] biology/blast o [2004/06/23] ports/68249 ports-bugs New port: mail/p5-MIME-Lite-HTML: Provide o [2004/06/23] ports/68250 hrs [PATCH] print/auctex : Elisp files should o [2004/06/24] ports/68263 nork maintainer-update: print/fontforge to 200 o [2004/06/24] ports/68269 ports-bugs [NEW PORT] www/p5-W3C-LogValidator: A com o [2004/06/24] ports/68272 markp netcat does not install man page o [2004/06/24] ports/68276 lioux [REPOCOPY] mail/qmail-smtp_auth+tls -> ma o [2004/06/24] kern/68277 Compact Evo N610c (Laptop): Using externa o [2004/06/24] ports/68282 dougb update: mail/pine4 - ipv6 compilation han o [2004/06/24] ports/68291 skv [PATCH] databases/p5-Class-DBI: update to o [2004/06/25] ports/68299 portmgr [patch] make ports/Makefile more verbose o [2004/06/25] kern/68311 it is impossible to override defaults wit o [2004/06/25] bin/68312 be able to create fdisk partions using si o [2004/06/25] kern/68315 atacontrol addspare for 4.x o [2004/06/25] kern/68317 on soft (clean) reboots clean dmesg outpu o [2004/06/25] bin/68328 enable configuration of extra listen sock o [2004/06/25] ports/68331 ports-bugs [NEW PORT] graphics/jumpgis-postgis: JUMP o [2004/06/25] ports/68337 portmgr patch so that README.html files in ports f [2004/06/25] ports/68339 pav [PATCH] ftp/pure-ftpd: Add knobs for PAM f [2004/06/25] ports/68341 ports-bugs xsysinfo memory leak s [2004/06/25] ports/68346 portmgr Nested port install requires user interve o [2004/06/26] ports/68358 ports-bugs [NEW PORT] mail/dspam-devel o [2004/06/26] kern/68362 [patch] Add Pixelview PlayTV support to b f [2004/06/26] ports/68402 thierry [PORT UPDATE] Update of monotone port for f [2004/06/27] ports/68405 nobutaka www/w3m fails to build from ports o [2004/06/27] kern/68412 QUIRK: Philips KEY013 USB MP3 player o [2004/06/27] ports/68413 ports-bugs New port: security/memdump - forensic mem o [2004/06/27] ports/68414 ports-bugs New Port: security/foremost - Forensic an f [2004/06/27] ports/68422 ports-bugs x11-toolkits/gtk-sharp fails to build fro o [2004/06/27] ports/68434 fjoe databases/pgadmin3 inconsistent dependaci o [2004/06/28] bin/68437 conscontrol DEVDIR -> _PATH_DEV fix and m o [2004/06/28] ports/68441 jedgar mail/grepmail: grepmail-5.23 breaks -F op o [2004/06/28] docs/68449 doc [patch] src/lib/libstand/libstand.3 nits o [2004/06/28] docs/68453 doc [patch] rc.subr.8 o [2004/06/28] kern/68458 Burning DVD causes lots of FAILURE - READ o [2004/06/28] kern/68459 Patches to mknod(2) behave more like Linu f [2004/06/29] ports/68464 ports-bugs devel/prcs update request o [2004/06/29] ports/68467 knu [UPDATE] math/ruby-netcdf: update to 0.5. o [2004/06/29] ports/68470 ports-bugs [NEW PORT] x11-themes/Lila-xfwm4 o [2004/06/29] ports/68471 ports-bugs [NEW PORT] x11-themes/Lila-xfce4-panel o [2004/06/29] ports/68472 ports-bugs [NEW PORT] x11-themes/Lila-xffm o [2004/06/29] misc/68476 X -query myserver does not open an xsessi f [2004/06/29] ports/68479 archie ports net/mpd, audio/musicpd: Distfile na o [2004/06/29] ports/68488 obrien [PATCH] sysutils/lsof broken on -CURRENT f [2004/06/30] ports/68494 ports-bugs [PATCH] multimedia/totem: update to 0.99. f [2004/06/30] ports/68496 ports-bugs [PATCH]: security/libtomcrypt f [2004/06/30] ports/68506 pav Incorrect library specification for mail/ o [2004/06/30] ports/68511 znerd [PATCH] java/jdom: update to 1.0b10 o [2004/06/30] i386/68518 i386 Hangs while loading agp during boot from o [2004/06/30] misc/68524 Including the Basque in the system o [2004/06/30] conf/68525 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/06/30] kern/68529 Panic at line 867 in uipc_socket2.c f [2004/06/30] ports/68532 emulation Add support for multiple VMWare instances o [2004/07/01] ports/68539 portmgr [patch] clarify ARCH vs MACHINE_ARCH in b f [2004/07/01] ports/68540 pav [ patch ] x11-wm/fluxbox: remove unneeded o [2004/07/01] ports/68544 linimon [non-maintainer] change WITHOUT_GETTEXT t o [2004/07/01] bin/68552 tip(1) does not set noncanonical mode inp o [2004/07/01] ports/68553 znerd [PATCH] textproc/xalan-j: update to 2.6.0 o [2004/07/01] ports/68556 clement Update port: net/arla to version 0.36.1 o [2004/07/01] ports/68558 roam [PATCH] sysutils/daemontools: remove FATA o [2004/07/01] ports/68569 knu bsd.ruby.mk should not use `.error' o [2004/07/01] ports/68571 petef [PATCH]: Update deskutils/jlj to 2.7 o [2004/07/01] ports/68572 ports-bugs New port: databases/cyrus-smlacapd cyrus o [2004/07/02] ports/68579 tobez Update mail/qmail-scanner for Perl 5.8 o [2004/07/02] bin/68586 dwmalone [patch] allow syslogd to forward to non-d o [2004/07/02] ports/68589 linimon [patch][non-maintainer] replace WITHOUT_G o [2004/07/02] kern/68594 [PATCH] enable S/PDIF output for es137x s o [2004/07/02] docs/68595 doc [PATCH] add FAQ entry for lock order reve o [2004/07/02] misc/68599 XFree86 in realloc(): error: allocation f o [2004/07/02] ports/68601 ports-bugs New port: net/p5-Net-MSN o [2004/07/02] docs/68605 doc Porter's Handbook: document how to handle o [2004/07/02] docs/68606 doc Porter's Handbook: document how to write f [2004/07/02] ports/68609 lth audio/daapd: pkg-message is incorrect o [2004/07/02] ports/68612 ports-bugs New port: net/acx100 Texas Instruments (T o [2004/07/02] kern/68618 When destroying and creating vlan with sa f [2004/07/02] ports/68619 ports-bugs port science/gramps fails to configure on o [2004/07/03] kern/68623 sf(4) (Adaptec StarFire) multiple problem o [2004/07/03] ports/68624 ports-bugs [NEW PORT] graphics/curator: Static Image o [2004/07/03] ports/68637 ports-bugs [NEW PORT] textproc/saxon-devel: An XSLT o [2004/07/03] ports/68640 ports-bugs [NEW PORT] sysutils/py23-syslog: Python b o [2004/07/03] ports/68642 ports-bugs [PATCH] security/hostsentry: [unbreak por o [2004/07/03] ports/68644 mharo Additional make flag for ProFTPd o [2004/07/03] ports/68645 trevor update port: mail/fetchyahoo o [2004/07/03] ports/68646 ports-bugs [New Port] polish/linux-mozillapl - Mozil o [2004/07/04] ports/68647 ports-bugs ports/net/isc-dhcp3-server doesn't set pi o [2004/07/04] ports/68652 ports-bugs new port: www/zope-i18nlayer o [2004/07/04] ports/68654 ports-bugs [patch] Small update to make HamFax compi o [2004/07/04] ports/68655 ports-bugs [NEW PORT] Xastir - Amateur APRS client. o [2004/07/04] ports/68659 ports-bugs new port: www/zope-plonelanguagetool s [2004/07/04] ports/68660 ports-bugs New port: sysutils/jailuser Builds a chro o [2004/07/04] ports/68661 ports-bugs New port: security/ipfilterDshield, a dsh o [2004/07/04] ports/68662 ports-bugs New port: security/ppars (Proactive Probi o [2004/07/04] ports/68663 ports-bugs [PATCH] mail/popcheck: chase redirect o [2004/07/04] misc/68665 pcm doesn't detect Realtek ac97 onboard a o [2004/07/05] ports/68669 ports-bugs [MAINTAINER UPDATE] games/wolf3d - fix mi o [2004/07/05] ports/68670 ports-bugs [MAINTAINER UPDATE] games/wargus - fix mi o [2004/07/05] ports/68671 ports-bugs New ports: quickml o [2004/07/05] ports/68672 ports-bugs Update port: x11-themes/fvwm-themes to 0. o [2004/07/05] ports/68673 ports-bugs Update port www/trac to 0.7.1 o [2004/07/05] ports/68675 ports-bugs [MAINTAINER UPDATE] sysutils/makefs o [2004/07/05] ports/68677 ports-bugs [MAINTAINER UPDATE] misc/xfce4-weather-pl o [2004/07/05] ports/68678 ports-bugs firefox 0.9.1 add search engine doesnt wo o [2004/07/05] ports/68682 ports-bugs update audio/libmad to 0.15.1b o [2004/07/05] ports/68684 edwin [patch] update ftp/wput to version 0.4 o [2004/07/05] ports/68685 ports-bugs Update Port: devel/svk to 0.16 with 2 dep o [2004/07/05] ports/68686 ports-bugs [MAINTAINER] security/f-prot-sig: update 2441 problems total. From owner-freebsd-bugs@FreeBSD.ORG Mon Jul 5 11:10:10 2004 Return-Path: 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 C14A116A4CE; Mon, 5 Jul 2004 11:10:10 +0000 (GMT) Received: from transport.cksoft.de (transport.cksoft.de [62.111.66.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F47843D55; Mon, 5 Jul 2004 11:10:10 +0000 (GMT) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from transport.cksoft.de (localhost [127.0.0.1]) by transport.cksoft.de (Postfix) with ESMTP id 2D6981FF9A6; Mon, 5 Jul 2004 13:10:09 +0200 (CEST) Received: by transport.cksoft.de (Postfix, from userid 66) id 558621FFDDD; Mon, 5 Jul 2004 13:10:07 +0200 (CEST) Received: by mail.int.zabbadoz.net (Postfix, from userid 1060) id B90D815657; Mon, 5 Jul 2004 11:02:27 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.int.zabbadoz.net (Postfix) with ESMTP id AE27A15329; Mon, 5 Jul 2004 11:02:28 +0000 (UTC) Date: Mon, 5 Jul 2004 11:02:28 +0000 (UTC) From: "Bjoern A. Zeeb" X-X-Sender: bz@e0-0.zab2.int.zabbadoz.net To: FreeBSD-gnats-submit@FreeBSD.org In-Reply-To: Message-ID: References: <20040625053312.568391556D@acampi.inet.it> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by AMaViS cksoft-s20020300-20031204bz on transport.cksoft.de cc: freebsd-bugs@FreeBSD.org cc: FreeBSD current mailing list cc: "Bjoern A. Zeeb" Subject: Re: bin/68303: [patch] make buildworld fails is NO_YP_LIBC is defined X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jul 2004 11:10:10 -0000 Hi, I have updated the patch at http://sources.zabbadoz.net/freebsd/patchset/10039-no-yp-libc.diff so that it now compiles with echo "NO_YP_LIBC=yes" > make.conf Thanks to simon@ for the very detailed problem report and testing the patch to compile. Noone has yet used the world built with the modified path in production so review - especally on the bind and sendmail parts from contrib/ would be welcome. If you have any trouble please let me know. -- Greetings Bjoern A. Zeeb bzeeb at Zabbadoz dot NeT From owner-freebsd-bugs@FreeBSD.ORG Mon Jul 5 11:20:11 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 582C216A4CE for ; Mon, 5 Jul 2004 11:20:11 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F4E343D3F for ; Mon, 5 Jul 2004 11: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.12.11/8.12.11) with ESMTP id i65BKBBU062636 for ; Mon, 5 Jul 2004 11:20:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i65BKBDa062635; Mon, 5 Jul 2004 11:20:11 GMT (envelope-from gnats) Date: Mon, 5 Jul 2004 11:20:11 GMT Message-Id: <200407051120.i65BKBDa062635@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: "Bjoern A. Zeeb" Subject: Re: bin/68303: [patch] make buildworld fails is NO_YP_LIBC is defined X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Bjoern A. Zeeb" List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jul 2004 11:20:11 -0000 The following reply was made to PR bin/68303; it has been noted by GNATS. From: "Bjoern A. Zeeb" To: FreeBSD-gnats-submit@FreeBSD.org Cc: freebsd-bugs@FreeBSD.org, FreeBSD current mailing list , "Bjoern A. Zeeb" Subject: Re: bin/68303: [patch] make buildworld fails is NO_YP_LIBC is defined Date: Mon, 5 Jul 2004 11:02:28 +0000 (UTC) Hi, I have updated the patch at http://sources.zabbadoz.net/freebsd/patchset/10039-no-yp-libc.diff so that it now compiles with echo "NO_YP_LIBC=yes" > make.conf Thanks to simon@ for the very detailed problem report and testing the patch to compile. Noone has yet used the world built with the modified path in production so review - especally on the bind and sendmail parts from contrib/ would be welcome. If you have any trouble please let me know. -- Greetings Bjoern A. Zeeb bzeeb at Zabbadoz dot NeT From owner-freebsd-bugs@FreeBSD.ORG Mon Jul 5 11:52:56 2004 Return-Path: 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 2022816A4CF; Mon, 5 Jul 2004 11:52:56 +0000 (GMT) Received: from acampi.inet.it (acampi.inet.it [213.92.1.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA15D43D5C; Mon, 5 Jul 2004 11:52:55 +0000 (GMT) (envelope-from andrea@acampi.inet.it) Received: by acampi.inet.it (Postfix, from userid 1000) id 600651558A; Mon, 5 Jul 2004 13:52:54 +0200 (CEST) Date: Mon, 5 Jul 2004 13:52:54 +0200 From: Andrea Campi To: "Bjoern A. Zeeb" Message-ID: <20040705115253.GA5681@webcom.it> References: <20040625053312.568391556D@acampi.inet.it> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.6i cc: freebsd-bugs@FreeBSD.org cc: FreeBSD-gnats-submit@FreeBSD.org cc: FreeBSD current mailing list cc: "Bjoern A. Zeeb" Subject: Re: bin/68303: [patch] make buildworld fails is NO_YP_LIBC is defined X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jul 2004 11:52:56 -0000 On Mon, Jul 05, 2004 at 11:02:28AM +0000, Bjoern A. Zeeb wrote: > Noone has yet used the world built with the modified path in > production so review - especally on the bind and sendmail parts > from contrib/ would be welcome. I have a machine in production with you previous patch; I'll update soon(ish) and let you know. Bye, Andrea -- Speak softly and carry a cellular phone. From owner-freebsd-bugs@FreeBSD.ORG Mon Jul 5 12:00:40 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5AACF16A4CE for ; Mon, 5 Jul 2004 12:00:40 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 513E043D45 for ; Mon, 5 Jul 2004 12:00:40 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i65C0ZGk066616 for ; Mon, 5 Jul 2004 12:00:35 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i65C0ZNi066615; Mon, 5 Jul 2004 12:00:35 GMT (envelope-from gnats) Date: Mon, 5 Jul 2004 12:00:35 GMT Message-Id: <200407051200.i65C0ZNi066615@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Andrea Campi Subject: Re: bin/68303: [patch] make buildworld fails is NO_YP_LIBC is defined X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Andrea Campi List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jul 2004 12:00:40 -0000 The following reply was made to PR bin/68303; it has been noted by GNATS. From: Andrea Campi To: "Bjoern A. Zeeb" Cc: FreeBSD-gnats-submit@FreeBSD.org, freebsd-bugs@FreeBSD.org, FreeBSD current mailing list , "Bjoern A. Zeeb" Subject: Re: bin/68303: [patch] make buildworld fails is NO_YP_LIBC is defined Date: Mon, 5 Jul 2004 13:52:54 +0200 On Mon, Jul 05, 2004 at 11:02:28AM +0000, Bjoern A. Zeeb wrote: > Noone has yet used the world built with the modified path in > production so review - especally on the bind and sendmail parts > from contrib/ would be welcome. I have a machine in production with you previous patch; I'll update soon(ish) and let you know. Bye, Andrea -- Speak softly and carry a cellular phone. From owner-freebsd-bugs@FreeBSD.ORG Mon Jul 5 12:30:23 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 79BC916A4CE for ; Mon, 5 Jul 2004 12:30:23 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55E1943D41 for ; Mon, 5 Jul 2004 12:30:23 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i65CUN1r072139 for ; Mon, 5 Jul 2004 12:30:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i65CUNEv072138; Mon, 5 Jul 2004 12:30:23 GMT (envelope-from gnats) Resent-Date: Mon, 5 Jul 2004 12:30:23 GMT Resent-Message-Id: <200407051230.i65CUNEv072138@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, KOIE Hidetaka Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 66B8816A4CE for ; Mon, 5 Jul 2004 12:21:13 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5EE9E43D3F for ; Mon, 5 Jul 2004 12:21:13 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.11/8.12.11) with ESMTP id i65CLCOo057711 for ; Mon, 5 Jul 2004 12:21:12 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.11/8.12.11/Submit) id i65CLC3Q057710; Mon, 5 Jul 2004 12:21:12 GMT (envelope-from nobody) Message-Id: <200407051221.i65CLC3Q057710@www.freebsd.org> Date: Mon, 5 Jul 2004 12:21:12 GMT From: KOIE Hidetaka To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: kern/68690: write(2) returns wrong vlalue when EFAULT X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jul 2004 12:30:23 -0000 >Number: 68690 >Category: kern >Synopsis: write(2) returns wrong vlalue when EFAULT >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 Jul 05 12:30:22 GMT 2004 >Closed-Date: >Last-Modified: >Originator: KOIE Hidetaka >Release: FreeBSD-5.2 CURRENT >Organization: SURIGIKEN >Environment: FreeBSD sakura.suri.co.jp 5.2-CURRENT FreeBSD 5.2-CURRENT #1: Tue Jun 15 11:43:02 JST 2004 koie@sakura.suri.co.jp:/usr/obj/usr/src/sys/SAKURA i386 >Description: Invoking write(fd, buf, size), if buf has both validand invalid segment, write return -1, but it's file pointer has been advanced. The caller mistakes the pointer stays. >How-To-Repeat: #include #include #include #include #include #include int main() { const int PAGESIZE = sysconf(_SC_PAGESIZE); const int N = 5; const int SIZE = N * PAGESIZE; int ifd = open("in.dat", O_RDWR|O_CREAT|O_TRUNC, 0600); if (ifd < 0) { perror("open"); goto out; } int should = 0; for (int i = 0; i < N - 2; i++) { char buf[PAGESIZE]; if (write(ifd, buf, sizeof buf) != sizeof buf) { perror("write"); goto out; } should += sizeof buf; } int ofd = open("out.dat", O_WRONLY|O_CREAT|O_TRUNC, 0600); if (ofd < 0) { perror("open"); goto out; } void *addr = mmap(0, SIZE, PROT_READ, MAP_PRIVATE, ifd, 0); if (addr == MAP_FAILED) { perror("mmap"); goto out; } fprintf(stderr, "pos=%ld\n", (long)lseek(ofd, 0, SEEK_CUR)); int n = write(ofd, addr, SIZE); fprintf(stderr, "write(%d)->%d (should be %d)\n", SIZE, n, should); perror("write"); fprintf(stderr, "pos=%ld (should be %d)\n", (long)lseek(ofd, 0, SEEK_CUR), should); out: exit(0); } >Fix: Sorry, I don't know. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Mon Jul 5 13:20:38 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B96016A4D2 for ; Mon, 5 Jul 2004 13:20:37 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2401543D58 for ; Mon, 5 Jul 2004 13:20:23 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i65DKM3F079270 for ; Mon, 5 Jul 2004 13:20:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i65DKMAE079265; Mon, 5 Jul 2004 13:20:22 GMT (envelope-from gnats) Resent-Date: Mon, 5 Jul 2004 13:20:22 GMT Resent-Message-Id: <200407051320.i65DKMAE079265@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, Markus Oestreicher Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6710116A4CE for ; Mon, 5 Jul 2004 13:10:52 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FD6943D45 for ; Mon, 5 Jul 2004 13:10:52 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.11/8.12.11) with ESMTP id i65DAp8J082699 for ; Mon, 5 Jul 2004 13:10:51 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.11/8.12.11/Submit) id i65DAp8A082698; Mon, 5 Jul 2004 13:10:51 GMT (envelope-from nobody) Message-Id: <200407051310.i65DAp8A082698@www.freebsd.org> Date: Mon, 5 Jul 2004 13:10:51 GMT From: Markus Oestreicher To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: misc/68691: syslogd - correct program name handling X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jul 2004 13:20:38 -0000 >Number: 68691 >Category: misc >Synopsis: syslogd - correct program name handling >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 Jul 05 13:20:22 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Markus Oestreicher >Release: 4.10-STABLE #0: Mon Jul 5 10:02:52 GMT 2004 >Organization: >Environment: FreeBSD qhmail2.colt1.inetserver.de 4.10-STABLE FreeBSD 4.10-STABLE #0: Mon Jul 5 10:02:52 GMT 2004 root@qhmail2.colt1.inetserver.de:/usr >Description: A filter for a specific program name was not working. Looking at the source I found that the parsing routine does not stop when a white-space is found. So the whole line would be treated as program name which is wrong. >How-To-Repeat: The following syntax in syslog.conf didn't work: !PROGRAM *.* /path/to/file where as the corresponding log file looks like: Jul 5 15:03:29 hostname PROGRAM some logging text >Fix: Adding a check for a white-space to the list of abort criterias worked for me: *** syslogd.c.sik Mon Jul 5 14:53:09 2004 --- syslogd.c Mon Jul 5 14:54:18 2004 *************** *** 870,876 **** /* extract program name */ for (i = 0; i < NAME_MAX; i++) { if (!isprint(msg[i]) || msg[i] == ':' || msg[i] == '[' || ! msg[i] == '/') break; prog[i] = msg[i]; } --- 870,876 ---- /* extract program name */ for (i = 0; i < NAME_MAX; i++) { if (!isprint(msg[i]) || msg[i] == ':' || msg[i] == '[' || ! msg[i] == '/' || msg[i] == ' ') break; prog[i] = msg[i]; } >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Mon Jul 5 13:31:07 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF6C116A4CE; Mon, 5 Jul 2004 13:31:07 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C34DA43D46; Mon, 5 Jul 2004 13:31:07 +0000 (GMT) (envelope-from dwmalone@FreeBSD.org) Received: from freefall.freebsd.org (dwmalone@localhost [127.0.0.1]) i65DV7RG081687; Mon, 5 Jul 2004 13:31:07 GMT (envelope-from dwmalone@freefall.freebsd.org) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i65DV7hS081683; Mon, 5 Jul 2004 13:31:07 GMT (envelope-from dwmalone) Date: Mon, 5 Jul 2004 13:31:07 GMT From: David Malone Message-Id: <200407051331.i65DV7hS081683@freefall.freebsd.org> To: dwmalone@FreeBSD.org, freebsd-bugs@FreeBSD.org, dwmalone@FreeBSD.org Subject: Re: misc/68691: syslogd - correct program name handling X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jul 2004 13:31:08 -0000 Synopsis: syslogd - correct program name handling Responsible-Changed-From-To: freebsd-bugs->dwmalone Responsible-Changed-By: dwmalone Responsible-Changed-When: Mon Jul 5 13:30:50 GMT 2004 Responsible-Changed-Why: I'll have a look at this. David. http://www.freebsd.org/cgi/query-pr.cgi?pr=68691 From owner-freebsd-bugs@FreeBSD.ORG Mon Jul 5 13:50:20 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE3B116A4CE for ; Mon, 5 Jul 2004 13:50:20 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D89CD43D66 for ; Mon, 5 Jul 2004 13:50:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i65DoK7J082852 for ; Mon, 5 Jul 2004 13:50:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i65DoKAV082851; Mon, 5 Jul 2004 13:50:20 GMT (envelope-from gnats) Resent-Date: Mon, 5 Jul 2004 13:50:20 GMT Resent-Message-Id: <200407051350.i65DoKAV082851@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 Matveychuk Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D2BD16A4CE; Mon, 5 Jul 2004 13:46:31 +0000 (GMT) Received: from mail.ciam.ru (mail.ciam.ru [213.147.57.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id A369443D41; Mon, 5 Jul 2004 13:46:29 +0000 (GMT) (envelope-from sem@ciam.ru) Received: from sem by mail.ciam.ru with local (Exim 4.x) id 1BhTnf-000OCF-MT; Mon, 05 Jul 2004 17:46:27 +0400 Message-Id: Date: Mon, 05 Jul 2004 17:46:27 +0400 From: Sergey Matveychuk To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: luigi@FreeBSD.org cc: mlaier@FreeBSD.org cc: andre@FreeBSD.org Subject: kern/68692: Move ARP out of routing table X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Sergey Matveychuk List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jul 2004 13:50:21 -0000 >Number: 68692 >Category: kern >Synopsis: Move ARP out of routing table >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jul 05 13:50:20 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Sergey Matveychuk >Release: FreeBSD 5.2-CURRENT i386 >Organization: >Environment: System: FreeBSD proxy.ciam.ru 5.2-CURRENT FreeBSD 5.2-CURRENT #3: Wed Jun 22 23:30:55 MSD 2004 root@orion.ciam.ru:/usr/src/sys/compile/PROXY i386 >Description: Patch from http://lists.freebsd.org/pipermail/freebsd-current/2004-April/026380.html adapted for and tested on -CURRENT (20040608). I've tried to connect with both luigi@FreeBSD.org and andre@FreeBSD.org but got no answer for a month. So I'm send-pr'ing this patch. >How-To-Repeat: >Fix: --- new_arp.patch begins here --- diff -ruN src.orig/sys/net/route.c src/sys/net/route.c --- src.orig/sys/net/route.c Tue Jun 8 11:48:13 2004 +++ src/sys/net/route.c Tue Jun 8 12:11:09 2004 @@ -42,6 +42,7 @@ #include #include +#include /* for sockaddr_dl */ #include #include @@ -1105,9 +1106,13 @@ bzero((caddr_t)cp2, (unsigned)(cplim2 - cp2)); } +void arp_ifscrub(struct ifnet *ifp, uint32_t addr); + /* * Set up a routing table entry, normally * for an interface. + * Instead of the destination address, use a sockaddr_dl for the + * gateway, using the index and type of the interface. */ int rtinit(struct ifaddr *ifa, int cmd, int flags) @@ -1118,6 +1123,7 @@ struct rtentry *rt = NULL; struct rt_addrinfo info; int error; + static struct sockaddr_dl null_sdl = {sizeof(null_sdl), AF_LINK}; if (flags & RTF_HOST) { dst = ifa->ifa_dstaddr; @@ -1126,6 +1132,13 @@ dst = ifa->ifa_addr; netmask = ifa->ifa_netmask; } + printf("rtinit cmd %d flags 0x%x, ifa_ifp %p dst %d:0x%x gw %d:0x%x\n", + cmd, flags, ifa->ifa_ifp, + dst->sa_family, + ntohl(((struct sockaddr_in *)dst)->sin_addr.s_addr), + ifa->ifa_addr->sa_family, + ntohl(((struct sockaddr_in *)ifa->ifa_addr)->sin_addr.s_addr)); + /* * If it's a delete, check that if it exists, it's on the correct * interface or we might scrub a route to another ifa which would @@ -1136,6 +1149,9 @@ struct radix_node_head *rnh; struct radix_node *rn; + if (dst->sa_family == AF_INET) + arp_ifscrub(ifa->ifa_ifp, + ((struct sockaddr_in *)dst)->sin_addr.s_addr); /* * It's a delete, so it should already exist.. * If it's a net, mask off the host bits @@ -1175,10 +1191,14 @@ info.rti_ifa = ifa; info.rti_flags = flags | ifa->ifa_flags; info.rti_info[RTAX_DST] = dst; - info.rti_info[RTAX_GATEWAY] = ifa->ifa_addr; + info.rti_info[RTAX_GATEWAY] = (struct sockaddr *)&null_sdl; info.rti_info[RTAX_NETMASK] = netmask; error = rtrequest1(cmd, &info, &rt); if (error == 0 && rt != NULL) { + ((struct sockaddr_dl *)rt->rt_gateway)->sdl_type = + rt->rt_ifp->if_type; + ((struct sockaddr_dl *)rt->rt_gateway)->sdl_index = + rt->rt_ifp->if_index; /* * notify any listening routing agents of the change */ diff -ruN src.orig/sys/net/rtsock.c src/sys/net/rtsock.c --- src.orig/sys/net/rtsock.c Tue Jun 8 11:48:15 2004 +++ src/sys/net/rtsock.c Tue Jun 8 12:11:09 2004 @@ -93,6 +93,10 @@ struct rt_metrics *out); static void rt_dispatch(struct mbuf *, const struct sockaddr *); +/* support new arp code */ +int arp_rt_output(struct rt_msghdr *rtm, struct rt_addrinfo *info); +int sysctl_dumparp(int af, struct sysctl_req *wr); + /* * It really doesn't make any sense at all for this code to share much * with raw_usrreq.c, since its functionality is so restricted. XXX @@ -277,6 +281,8 @@ sosend, soreceive, sopoll, pru_sosetlabel_null }; + + /*ARGSUSED*/ static int route_output(struct mbuf *m, struct socket *so) @@ -353,6 +359,11 @@ if (info.rti_info[RTAX_GATEWAY] == NULL) senderr(EINVAL); saved_nrt = NULL; + if (info.rti_info[RTAX_GATEWAY]->sa_family == AF_LINK) { + /* support for new ARP code */ + arp_rt_output(rtm, &info); + break; + } error = rtrequest1(RTM_ADD, &info, &saved_nrt); if (error == 0 && saved_nrt) { RT_LOCK(saved_nrt); @@ -366,6 +377,11 @@ case RTM_DELETE: saved_nrt = NULL; + if (info.rti_info[RTAX_GATEWAY]->sa_family == AF_LINK) { + /* support for new ARP code */ + arp_rt_output(rtm, &info); + break; + } error = rtrequest1(RTM_DELETE, &info, &saved_nrt); if (error == 0) { RT_LOCK(saved_nrt); @@ -1081,6 +1097,7 @@ int i, lim, s, error = EINVAL; u_char af; struct walkarg w; + int found = 0; name ++; namelen--; @@ -1112,8 +1129,17 @@ error = rnh->rnh_walktree(rnh, sysctl_dumpentry, &w);/* could sleep XXX */ /* RADIX_NODE_HEAD_UNLOCK(rnh); */ - } else if (af != 0) - error = EAFNOSUPPORT; + if (error) + break; + found = 1; + } + /* + * take care of llinfo entries. XXX check AF_INET ? + */ + if (w.w_op == NET_RT_FLAGS && (RTF_LLINFO & w.w_arg)) + error = sysctl_dumparp(af, w.w_req); + else if (af != 0 && found == 0) + error = EAFNOSUPPORT; break; case NET_RT_IFLIST: diff -ruN src.orig/sys/netinet/if_ether.c src/sys/netinet/if_ether.c --- src.orig/sys/netinet/if_ether.c Tue Jun 8 11:48:18 2004 +++ src/sys/netinet/if_ether.c Tue Jun 8 12:20:44 2004 @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)if_ether.c 8.1 (Berkeley) 6/10/93 - * $FreeBSD: src/sys/netinet/if_ether.c,v 1.127 2004/04/25 15:00:17 luigi Exp $ + * $FreeBSD$ */ /* @@ -101,7 +101,6 @@ static LIST_HEAD(, llinfo_arp) llinfo_arp; static struct ifqueue arpintrq; -static int arp_allocated; static int arp_maxtries = 5; static int useloopback = 1; /* use loopback interface for local traffic */ @@ -116,18 +115,303 @@ &arp_proxyall, 0, ""); static void arp_init(void); -static void arp_rtrequest(int, struct rtentry *, struct rt_addrinfo *); static void arprequest(struct ifnet *, struct in_addr *, struct in_addr *, u_char *); static void arpintr(struct mbuf *); static void arptfree(struct llinfo_arp *); static void arptimer(void *); -static struct llinfo_arp - *arplookup(u_long, int, int); +struct llentry *arplookup(struct ifnet *ifp, uint32_t addr, uint32_t flags); #ifdef INET static void in_arpinput(struct mbuf *); #endif +/*** + *** + *** Start of new arp support routines which should go to a separate file. + *** + ***/ +#define DEB(x) +#define DDB(x) x + +struct llentry { + struct llentry *lle_next; + struct mbuf *la_hold; + uint16_t flags; /* see values in if_ether.h */ + uint8_t la_preempt; + uint8_t la_asked; + time_t expire; + struct in_addr l3_addr; + union { + uint64_t mac_aligned; + uint16_t mac16[3]; + } ll_addr; +}; + +MALLOC_DEFINE(M_ARP, "arp", "arp entries"); /* XXX will move to UMA */ + +int arp_rt_output(struct rt_msghdr *rtm, struct rt_addrinfo *info); +int sysctl_dumparp(int af, struct sysctl_req *wr); +void arp_ifscrub(struct ifnet *ifp, uint32_t addr); + +/* + * called by in_ifscrub to remove entry from the table when + * the interface goes away + */ +void +arp_ifscrub(struct ifnet *ifp, uint32_t addr) +{ + arplookup(ifp, addr, LLE_DELETE | LLE_IFADDR); +} + +/* + * Find an interface address matching the ifp-addr pair. + * This may replicate some of the functions of ifa_ifwithnet() + */ +static struct ifaddr * +find_ifa(struct ifnet *ifp, uint32_t addr) +{ + struct ifaddr *ifa; + + if (ifp == NULL) + return NULL; + TAILQ_FOREACH(ifa, &ifp->if_addrhead, ifa_link) { + if (ifa->ifa_addr->sa_family != AF_INET) + continue; + if (ifp->if_flags & IFF_POINTOPOINT) + break; + if (((addr ^ SIN(ifa->ifa_addr)->sin_addr.s_addr) & + SIN(ifa->ifa_netmask)->sin_addr.s_addr ) == 0) + break; /* found! */ + } + return ifa; +} + +static void +llentry_free(struct llentry **e) +{ + struct llentry *x; + + if (e == 0) + panic("llentry_free: null ptr"); + x = *e; + *e = x->lle_next; + if (x->la_hold) + m_freem(x->la_hold); + free(x, M_ARP); +} + +/* + * Add a new table at the head of the list for interface ifp + */ +struct lltable * +lltable_new(struct ifnet *ifp, int af) +{ + struct lltable *t; + + t = malloc(sizeof (struct lltable), M_ARP, M_DONTWAIT | M_ZERO); + if (t != NULL) { + t->llt_next = ifp->lltables; + t->llt_af = af; + ifp->lltables = t; + } + return t; +} + +struct lltable ** +lltable_free(struct lltable **t) +{ + struct lltable *x; + + if (t == NULL) + panic("lltable_free: null ptr"); + x = *t; + *t = x->llt_next; + free(x, M_ARP); + return t; +} + +static void +newarptimer(__unused void *ignored_arg) +{ + struct lltable *t; + struct llentry **e; + struct ifnet *ifp; + + IFNET_RLOCK(); + printf("arptimer!\n"); + TAILQ_FOREACH(ifp, &ifnet, if_link) { + for (t = ifp->lltables; t ; t = t->llt_next) { + if (t->llt_af != AF_INET) + continue; + for (e = (struct llentry **)&t->lle_head; *e; ) { + int kill; + + if ((*e)->flags & LLE_DELETED) + kill = 1; + else if ((*e)->flags & LLE_STATIC) + kill = 0; + else + kill = time_second >= (*e)->expire; + if (kill) + llentry_free(e); + else + e = &((*e)->lle_next); + } + } + } + IFNET_RUNLOCK(); + callout_reset(&arp_callout, arpt_prune * hz, newarptimer, NULL); +} + +static int +inet_dumparp(struct ifnet *ifp, void *head, struct sysctl_req *wr) +{ + struct llentry *e; + int error = 0; + + for (e = head; e; e = e->lle_next) { + struct { + struct rt_msghdr rtm; + struct sockaddr_inarp sin2; + struct sockaddr_dl sdl; + //struct sockaddr_inarp addr2; + } d; + + DEB(printf("ifp %p index %d flags 0x%x ip %x %s\n", + ifp, ifp->if_index, + e->flags, + ntohl(e->l3_addr.s_addr), + (e->flags & LLA_VALID) ? "valid" : "incomplete");) + if (e->flags & LLE_DELETED) /* skip deleted entries */ + continue; + /* + * produce a msg made of: + * struct rt_msghdr; + * struct sockaddr_inarp; + * struct sockaddr_dl; + */ + bzero(&d, sizeof (d)); + d.rtm.rtm_msglen = sizeof(d); + d.sin2.sin_family = AF_INET; + d.sin2.sin_len = sizeof(d.sin2); + d.sin2.sin_addr.s_addr = e->l3_addr.s_addr; + + if (e->flags & LLA_VALID) { /* valid MAC */ + d.sdl.sdl_family = AF_LINK; + d.sdl.sdl_len = sizeof(d.sdl); + d.sdl.sdl_alen = ifp->if_addrlen; + d.sdl.sdl_index = ifp->if_index; + d.sdl.sdl_type = ifp->if_type; + bcopy(&e->ll_addr, LLADDR(&d.sdl), ifp->if_addrlen); + } + d.rtm.rtm_rmx.rmx_expire = + e->flags & LLE_STATIC ? 0 : e->expire; + d.rtm.rtm_flags = RTF_LLINFO; + if (e->flags & LLE_STATIC) + d.rtm.rtm_flags |= RTF_STATIC; + d.rtm.rtm_index = ifp->if_index; + error = SYSCTL_OUT(wr, &d, sizeof(d)); + if (error) + break; + } + return error; +} + +/* + * glue to dump arp tables + */ +int +sysctl_dumparp(int af, struct sysctl_req *wr) +{ + struct lltable *t; + struct ifnet *ifp; + int error = 0; + + IFNET_RLOCK(); + TAILQ_FOREACH(ifp, &ifnet, if_link) { + for (t = ifp->lltables; t ; t = t->llt_next) { + if (af != 0 && t->llt_af != af) + continue; + switch (af) { + case AF_INET: + error = inet_dumparp(ifp, t->lle_head, wr); + break; + /* other handlers, if any */ + } + if (error) + goto done; + } + } +done: + IFNET_RUNLOCK(); + return (error); +} + +/* + * Called in route_output when adding/deleting a route to an interface. + */ +int +arp_rt_output(struct rt_msghdr *rtm, struct rt_addrinfo *info) +{ + struct sockaddr_dl *dl = + (struct sockaddr_dl *)info->rti_info[RTAX_GATEWAY]; + struct sockaddr_in *dst = + (struct sockaddr_in *)info->rti_info[RTAX_DST]; + struct ifnet *ifp; + struct llentry *la; + u_int flags; + + printf("arp_rt_output type %d af: gw %d dst %d:%x if_index %d\n", + rtm->rtm_type, + dl ? dl->sdl_family : 0, + dst ? dst->sin_family : 0, + dst && dst->sin_family == AF_INET ? + ntohl(dst->sin_addr.s_addr) : 0, + dl ? dl->sdl_index : 0); + if (dl == NULL || dl->sdl_family != AF_LINK) { + /* XXX should also check (dl->sdl_index < if_indexlim) */ + printf("invalid gateway/index\n"); + return EINVAL; + } + ifp = ifnet_byindex(dl->sdl_index); + if (ifp == NULL) { + printf("invalid ifp\n"); + return EINVAL; + } + + switch (rtm->rtm_type) { + case RTM_ADD: + flags = LLE_CREATE; + break; + + case RTM_CHANGE: + default: + return EINVAL; /* XXX not implemented yet */ + + case RTM_DELETE: + flags = LLE_DELETE; + break; + } + la = arplookup(ifp, dst->sin_addr.s_addr, flags); + if (la == NULL) { + bcopy(LLADDR(dl), &la->ll_addr, ifp->if_addrlen); + la->flags |= LLA_VALID; + if (rtm->rtm_flags & RTF_STATIC) + la->flags |= LLE_STATIC; + else + la->expire = time_second + arpt_keep; + } + return 0; +} + + + +/*** + *** + *** End of new arp support routines which should go to a separate file. + *** + ***/ + /* * Timeout routine. Age arp_tab entries periodically. */ @@ -152,6 +436,9 @@ callout_reset(&arp_callout, arpt_prune * hz, arptimer, NULL); } +#if 0 /* this is unused */ +static int arp_allocated; + /* * Parallel to llc_rtrequest. */ @@ -284,6 +571,7 @@ Free((caddr_t)la); } } +#endif /* arp_rtrequest unused */ /* * Broadcast an ARP request. Caller specifies: @@ -301,6 +589,28 @@ struct arphdr *ah; struct sockaddr sa; + if (sip == NULL) { + /* + * The caller did not supply a source address, try to find + * a compatible one among those assigned to this interface. + */ + struct ifaddr *ifa; + + TAILQ_FOREACH(ifa, &ifp->if_addrhead, ifa_link) { + if (!ifa->ifa_addr || + ifa->ifa_addr->sa_family != AF_INET) + continue; + sip = &SIN(ifa->ifa_addr)->sin_addr; + if (0 == ((sip->s_addr ^ tip->s_addr) & + SIN(ifa->ifa_netmask)->sin_addr.s_addr) ) + break; /* found it. */ + } + } + if (sip == NULL) { + printf(" cannot find matching address, no arprequest\n"); + return; + } + if ((m = m_gethdr(M_DONTWAIT, MT_DATA)) == NULL) return; m->m_len = sizeof(*ah) + 2*sizeof(struct in_addr) + @@ -344,16 +654,11 @@ arpresolve(struct ifnet *ifp, struct rtentry *rt0, struct mbuf *m, struct sockaddr *dst, u_char *desten) { - struct llinfo_arp *la = 0; + struct llentry *la = 0; struct sockaddr_dl *sdl; - int error; struct rtentry *rt; - - error = rt_check(&rt, &rt0, dst); - if (error) { - m_freem(m); - return error; - } + u_int flags = (ifp->if_flags & (IFF_NOARP | IFF_STATICARP)) ? + 0 : LLE_CREATE; if (m->m_flags & M_BCAST) { /* broadcast */ (void)memcpy(desten, ifp->if_broadcastaddr, ifp->if_addrlen); @@ -363,51 +668,39 @@ ETHER_MAP_IP_MULTICAST(&SIN(dst)->sin_addr, desten); return (0); } - if (rt) - la = (struct llinfo_arp *)rt->rt_llinfo; - if (la == 0) { - la = arplookup(SIN(dst)->sin_addr.s_addr, 1, 0); - if (la) - rt = la->la_rt; - } - if (la == 0 || rt == 0) { - log(LOG_DEBUG, "arpresolve: can't allocate llinfo for %s%s%s\n", - inet_ntoa(SIN(dst)->sin_addr), la ? "la" : "", - rt ? "rt" : ""); + la = arplookup(ifp, SIN(dst)->sin_addr.s_addr, flags); + if (la == NULL) { + if (flags & LLE_CREATE) + log(LOG_DEBUG, + "arpresolve: can't allocate llinfo for %s\n", + inet_ntoa(SIN(dst)->sin_addr)); m_freem(m); return (EINVAL); /* XXX */ } sdl = SDL(rt->rt_gateway); /* - * Check the address family and length is valid, the address - * is resolved; otherwise, try to resolve. + * If the entry is valid and not expired, use it. */ - if ((rt->rt_expire == 0 || rt->rt_expire > time_second) && - sdl->sdl_family == AF_LINK && sdl->sdl_alen != 0) { + if (la->flags & LLA_VALID && + (la->flags & LLE_STATIC || la->expire > time_second)) { + bcopy(&la->ll_addr, desten, ifp->if_addrlen); /* * If entry has an expiry time and it is approaching, * see if we need to send an ARP request within this * arpt_down interval. */ - if ((rt->rt_expire != 0) && - (time_second + la->la_preempt > rt->rt_expire)) { - arprequest(ifp, - &SIN(rt->rt_ifa->ifa_addr)->sin_addr, - &SIN(dst)->sin_addr, - IF_LLADDR(ifp)); + if (!(la->flags & LLE_STATIC) && + time_second + la->la_preempt > la->expire) { + arprequest(ifp, NULL, + &SIN(dst)->sin_addr, IF_LLADDR(ifp)); la->la_preempt--; } - bcopy(LLADDR(sdl), desten, sdl->sdl_alen); return (0); } - /* - * If ARP is disabled or static on this interface, stop. - * XXX - * Probably should not allocate empty llinfo struct if we are - * not going to be sending out an arp request. - */ - if (ifp->if_flags & (IFF_NOARP | IFF_STATICARP)) { + if (la->flags & LLE_STATIC) { /* should not happen! */ + log(LOG_DEBUG, "arpresolve: ouch, empty static llinfo for %s\n", + inet_ntoa(SIN(dst)->sin_addr)); m_freem(m); return (EINVAL); } @@ -419,26 +712,26 @@ if (la->la_hold) m_freem(la->la_hold); la->la_hold = m; - if (rt->rt_expire) { - RT_LOCK(rt); - rt->rt_flags &= ~RTF_REJECT; - if (la->la_asked == 0 || rt->rt_expire != time_second) { - rt->rt_expire = time_second; - if (la->la_asked++ < arp_maxtries) { - arprequest(ifp, - &SIN(rt->rt_ifa->ifa_addr)->sin_addr, - &SIN(dst)->sin_addr, - IF_LLADDR(ifp)); - } else { - rt->rt_flags |= RTF_REJECT; - rt->rt_expire += arpt_down; - la->la_asked = 0; - la->la_preempt = arp_maxtries; - } - + /* + * Now implement the logic to issue requests -- we can send up + * to arp_maxtries with a 1-sec spacing, followed by a pause + * of arpt_down seconds if no replies are coming back. + * Take the chance to enforce limits on arp_maxtries and arpt_down + */ + if (la->expire <= time_second) { /* ok, expired */ + if (arp_maxtries > 100) /* enforce a sane limit */ + arp_maxtries = 100; + else if (arp_maxtries < 3) + arp_maxtries = 3; + if (la->la_asked++ < arp_maxtries) + la->expire = time_second + 1; + else { + la->la_asked = 0; + la->expire = time_second + arpt_down; + la->la_preempt = arp_maxtries; } - RT_UNLOCK(rt); - } + arprequest(ifp, NULL, &SIN(dst)->sin_addr, IF_LLADDR(ifp)); + } return (EWOULDBLOCK); } @@ -518,16 +811,12 @@ { struct arphdr *ah; struct ifnet *ifp = m->m_pkthdr.rcvif; - struct iso88025_header *th = (struct iso88025_header *)0; - struct iso88025_sockaddr_dl_data *trld; - struct llinfo_arp *la = 0; - struct rtentry *rt; + struct llentry *la = 0; struct ifaddr *ifa; struct in_ifaddr *ia; - struct sockaddr_dl *sdl; struct sockaddr sa; struct in_addr isaddr, itaddr, myaddr; - int op, rif_len; + int op; int req_len; req_len = arphdr_len2(ifp->if_addrlen, sizeof(struct in_addr)); @@ -540,6 +829,19 @@ op = ntohs(ah->ar_op); (void)memcpy(&isaddr, ar_spa(ah), sizeof (isaddr)); (void)memcpy(&itaddr, ar_tpa(ah), sizeof (itaddr)); + /* + * sanity check for the address length. + * XXX this does not work for protocols with variable address + * length. -is + */ + if (ifp->if_addrlen != ah->ar_hln) { + log(LOG_WARNING, + "arp from %*D: addr len: new %d, i/f %d (ignored)", + ifp->if_addrlen, (u_char *) ar_sha(ah), ":", + ah->ar_hln, ifp->if_addrlen); + goto drop; + } + #ifdef BRIDGE #define BRIDGE_TEST (do_bridge) #else @@ -592,62 +894,41 @@ } if (ifp->if_flags & IFF_STATICARP) goto reply; - la = arplookup(isaddr.s_addr, itaddr.s_addr == myaddr.s_addr, 0); - if (la && (rt = la->la_rt) && (sdl = SDL(rt->rt_gateway))) { - /* the following is not an error when doing bridging */ - if (!BRIDGE_TEST && rt->rt_ifp != ifp) { - if (log_arp_wrong_iface) - log(LOG_ERR, "arp: %s is on %s but got reply from %*D on %s\n", - inet_ntoa(isaddr), - rt->rt_ifp->if_xname, - ifp->if_addrlen, (u_char *)ar_sha(ah), ":", - ifp->if_xname); - goto reply; - } - if (sdl->sdl_alen && - bcmp(ar_sha(ah), LLADDR(sdl), sdl->sdl_alen)) { - if (rt->rt_expire) { - if (log_arp_movements) - log(LOG_INFO, "arp: %s moved from %*D to %*D on %s\n", - inet_ntoa(isaddr), - ifp->if_addrlen, (u_char *)LLADDR(sdl), ":", - ifp->if_addrlen, (u_char *)ar_sha(ah), ":", - ifp->if_xname); - } else { + /* Look up the source. If I am the target, create an entry for it. */ + la = arplookup(ifp, isaddr.s_addr, + (itaddr.s_addr == myaddr.s_addr) ? LLE_CREATE : 0); + if (la != NULL) { + /* We have a valid entry. Check and store the MAC. */ + if (la->flags & LLA_VALID && + bcmp(ar_sha(ah), &la->ll_addr, ifp->if_addrlen)) { + if (la->flags & LLE_STATIC) { log(LOG_ERR, "arp: %*D attempts to modify permanent entry for %s on %s\n", ifp->if_addrlen, (u_char *)ar_sha(ah), ":", inet_ntoa(isaddr), ifp->if_xname); goto reply; } + if (log_arp_movements) + log(LOG_INFO, "arp: %s moved from %*D to %*D on %s\n", + inet_ntoa(isaddr), + ifp->if_addrlen, (u_char *)&la->ll_addr, ":", + ifp->if_addrlen, (u_char *)ar_sha(ah), ":", + ifp->if_xname); } - /* - * sanity check for the address length. - * XXX this does not work for protocols with variable address - * length. -is - */ - if (sdl->sdl_alen && - sdl->sdl_alen != ah->ar_hln) { - log(LOG_WARNING, - "arp from %*D: new addr len %d, was %d", - ifp->if_addrlen, (u_char *) ar_sha(ah), ":", - ah->ar_hln, sdl->sdl_alen); - } - if (ifp->if_addrlen != ah->ar_hln) { - log(LOG_WARNING, - "arp from %*D: addr len: new %d, i/f %d (ignored)", - ifp->if_addrlen, (u_char *) ar_sha(ah), ":", - ah->ar_hln, ifp->if_addrlen); - goto reply; - } - (void)memcpy(LLADDR(sdl), ar_sha(ah), - sdl->sdl_alen = ah->ar_hln); + bcopy(ar_sha(ah), &la->ll_addr, ifp->if_addrlen); + la->flags |= LLA_VALID; +#if 0 /* XXX this needs to be fixed */ /* * If we receive an arp from a token-ring station over * a token-ring nic then try to save the source * routing info. */ if (ifp->if_type == IFT_ISO88025) { + struct iso88025_header *th; + struct iso88025_sockaddr_dl_data *trld; + struct sockaddr_dl *sdl; + int rif_len; + th = (struct iso88025_header *)m->m_pkthdr.header; trld = SDL_ISO88025(sdl); rif_len = TR_RCF_RIFLEN(th->rcf); @@ -673,15 +954,20 @@ m->m_pkthdr.len += 8; th->rcf = trld->trld_rcf; } - RT_LOCK(rt); - if (rt->rt_expire) - rt->rt_expire = time_second + arpt_keep; - rt->rt_flags &= ~RTF_REJECT; - RT_UNLOCK(rt); +#endif + if (!(la->flags & LLE_STATIC)) + la->expire = time_second + arpt_keep; la->la_asked = 0; la->la_preempt = arp_maxtries; if (la->la_hold) { - (*ifp->if_output)(ifp, la->la_hold, rt_key(rt), rt); + struct sockaddr_in sin; + + bzero(&sin, sizeof(sin)); + sin.sin_len = sizeof(struct sockaddr_in); + sin.sin_family = AF_INET; + sin.sin_addr.s_addr = la->l3_addr.s_addr; + ifp->if_output(ifp, la->la_hold, + (struct sockaddr *)&sin, NULL); la->la_hold = 0; } } @@ -693,9 +979,10 @@ (void)memcpy(ar_tha(ah), ar_sha(ah), ah->ar_hln); (void)memcpy(ar_sha(ah), IF_LLADDR(ifp), ah->ar_hln); } else { - la = arplookup(itaddr.s_addr, 0, SIN_PROXY); + la = arplookup(ifp, itaddr.s_addr, LLE_PROXY); if (la == NULL) { struct sockaddr_in sin; + struct rtentry *rt; if (!arp_proxyall) goto drop; @@ -747,10 +1034,8 @@ inet_ntoa(itaddr)); #endif } else { - rt = la->la_rt; (void)memcpy(ar_tha(ah), ar_sha(ah), ah->ar_hln); - sdl = SDL(rt->rt_gateway); - (void)memcpy(ar_sha(ah), LLADDR(sdl), ah->ar_hln); + (void)memcpy(ar_sha(ah), &la->ll_addr, ah->ar_hln); } } @@ -798,66 +1083,77 @@ /* * Lookup or enter a new address in arptab. */ -static struct llinfo_arp * -arplookup(addr, create, proxy) - u_long addr; - int create, proxy; +struct llentry * +arplookup(struct ifnet *ifp, uint32_t l3addr, u_int flags) { - struct rtentry *rt; - struct sockaddr_inarp sin; - const char *why = 0; - - bzero(&sin, sizeof(sin)); - sin.sin_len = sizeof(sin); - sin.sin_family = AF_INET; - sin.sin_addr.s_addr = addr; - if (proxy) - sin.sin_other = SIN_PROXY; - rt = rtalloc1((struct sockaddr *)&sin, create, 0UL); - if (rt == 0) - return (0); - - if (rt->rt_flags & RTF_GATEWAY) - why = "host is not on local network"; - else if ((rt->rt_flags & RTF_LLINFO) == 0) - why = "could not allocate llinfo"; - else if (rt->rt_gateway->sa_family != AF_LINK) - why = "gateway route is not ours"; - - if (why) { -#define ISDYNCLONE(_rt) \ - (((_rt)->rt_flags & (RTF_STATIC | RTF_WASCLONED)) == RTF_WASCLONED) - if (create) - log(LOG_DEBUG, "arplookup %s failed: %s\n", - inet_ntoa(sin.sin_addr), why); - /* - * If there are no references to this Layer 2 route, - * and it is a cloned route, and not static, and - * arplookup() is creating the route, then purge - * it from the routing table as it is probably bogus. - */ - if (rt->rt_refcnt == 1 && ISDYNCLONE(rt)) - rtexpunge(rt); - RTFREE_LOCKED(rt); - return (0); -#undef ISDYNCLONE - } else { - RT_REMREF(rt); - RT_UNLOCK(rt); - return ((struct llinfo_arp *)rt->rt_llinfo); - } + struct llentry *e; + struct lltable *t; + // uint proxy = flags & LLE_PROXY; + + if (ifp == NULL) + return NULL; + /* LOCK_IFNET */ + for (t = ifp->lltables; t && t->llt_af != AF_INET; t = t->llt_next) + ; + if (t == NULL && flags & LLE_CREATE) + t = lltable_new(ifp, AF_INET); + if (t == NULL) { + /* UNLOCK_ALL_TABLES */ + return NULL; /* failed! */ + } + /* LOCK_TABLE(t) */ + /* UNLOCK_ALL_TABLES */ + for (e = (struct llentry *)t->lle_head; e ; e = e->lle_next) { + if (e->flags & LLE_DELETED) + continue; + if (l3addr == e->l3_addr.s_addr) + break; + } + if (e == NULL) { /* entry not found */ + if (!(flags & LLE_CREATE)) + goto done; + if (find_ifa(ifp, l3addr) == NULL) { + printf("host is not on local network\n"); + goto done; + } + e = malloc(sizeof (struct llentry), M_ARP, M_DONTWAIT | M_ZERO); + if (e == NULL) { + printf("arp malloc failed\n"); + goto done; + } + e->expire = time_second; /* mark expired */ + e->l3_addr.s_addr = l3addr; + e->lle_next = t->lle_head; + t->lle_head = e; + } + if (flags & LLE_DELETE && + (e->flags & LLE_IFADDR) == (flags & LLE_IFADDR)) + e->flags = LLE_DELETED; +done: + /* UNLOCK(t) */ + return e; } + void arp_ifinit(ifp, ifa) struct ifnet *ifp; struct ifaddr *ifa; { + struct llentry *la; + + printf("arp_ifinit ifp %p addr 0x%x\n", + ifp, ntohl(IA_SIN(ifa)->sin_addr.s_addr)); + if (ntohl(IA_SIN(ifa)->sin_addr.s_addr) != INADDR_ANY) arprequest(ifp, &IA_SIN(ifa)->sin_addr, &IA_SIN(ifa)->sin_addr, IF_LLADDR(ifp)); - ifa->ifa_rtrequest = arp_rtrequest; - ifa->ifa_flags |= RTF_CLONING; + la = arplookup(ifp, IA_SIN(ifa)->sin_addr.s_addr, LLE_CREATE); + if (la) { /* store our address */ + bcopy(IF_LLADDR(ifp), &la->ll_addr, ifp->if_addrlen); + la->flags |= LLA_VALID | LLE_STATIC | LLE_IFADDR; + } + ifa->ifa_rtrequest = NULL; } static void @@ -866,9 +1162,8 @@ arpintrq.ifq_maxlen = 50; mtx_init(&arpintrq.ifq_mtx, "arp_inq", NULL, MTX_DEF); - LIST_INIT(&llinfo_arp); callout_init(&arp_callout, CALLOUT_MPSAFE); netisr_register(NETISR_ARP, arpintr, &arpintrq, NETISR_MPSAFE); - callout_reset(&arp_callout, hz, arptimer, NULL); + callout_reset(&arp_callout, hz, newarptimer, NULL); } SYSINIT(arp, SI_SUB_PROTO_DOMAIN, SI_ORDER_ANY, arp_init, 0); diff -ruN src.orig/sys/netinet/if_ether.h src/sys/netinet/if_ether.h --- src.orig/sys/netinet/if_ether.h Tue Jun 8 11:48:18 2004 +++ src/sys/netinet/if_ether.h Tue Jun 8 12:11:09 2004 @@ -112,6 +112,33 @@ int arpresolve(struct ifnet *ifp, struct rtentry *rt, struct mbuf *m, struct sockaddr *dst, u_char *desten); void arp_ifinit(struct ifnet *, struct ifaddr *); + +/* + * Support routines for the new arp table + */ +struct lltable *lltable_new(struct ifnet *ifp, int af); +struct lltable **lltable_free(struct lltable **t); #endif +struct lltable { + struct lltable *llt_next; + void *lle_head; /* pointer to the list of address entries */ + int llt_af; /* address family */ +}; + +/* + * flags to be passed to arplookup. + */ +#define LLE_DELETED 0x0001 /* entry must be deleted */ +#define LLE_STATIC 0x0002 /* entry is static */ +#define LLE_IFADDR 0x0004 /* entry is interface addr */ +#define LLA_VALID 0x0008 /* ll_addr is valid */ +#define LLE_PROXY 0x0010 /* proxy entry ??? */ +#define LLE_PUB 0x0020 /* publish entry ??? */ +#define LLE_CREATE 0x8000 /* create on a lookup miss */ +#define LLE_DELETE 0x4000 /* delete on a lookup - match LLE_IFADDR */ + +/* + * End of support code for the new arp table + */ #endif diff -ruN src.orig/usr.sbin/arp/arp.c src/usr.sbin/arp/arp.c --- src.orig/usr.sbin/arp/arp.c Tue Jun 8 11:48:36 2004 +++ src/usr.sbin/arp/arp.c Tue Jun 8 12:11:09 2004 @@ -439,6 +439,17 @@ !(rtm->rtm_flags & RTF_GATEWAY) && valid_type(sdl->sdl_type) ) break; /* found it */ + /* check the new arp interface */ + if (sdl->sdl_family == AF_LINK && + !(rtm->rtm_flags & RTF_GATEWAY) && + valid_type(sdl->sdl_type) ) { + /* + * found it. But overwrite the address to make + * sure that we really get it. + */ + addr->sin_addr.s_addr = dst->sin_addr.s_addr; + break; + } if (dst->sin_other & SIN_PROXY) { fprintf(stderr, "delete: cannot locate %s\n",host); return (1); --- new_arp.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Mon Jul 5 14:50:20 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D9E7D16A577 for ; Mon, 5 Jul 2004 14:50:20 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B795743D4C for ; Mon, 5 Jul 2004 14:50:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i65EoKnM092075 for ; Mon, 5 Jul 2004 14:50:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i65EoKpe092074; Mon, 5 Jul 2004 14:50:20 GMT (envelope-from gnats) Resent-Date: Mon, 5 Jul 2004 14:50:20 GMT Resent-Message-Id: <200407051450.i65EoKpe092074@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, Matthias Schuendehuette Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 41FF016A4CF for ; Mon, 5 Jul 2004 14:45:51 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C60743D60 for ; Mon, 5 Jul 2004 14:45:51 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.11/8.12.11) with ESMTP id i65EjpPa022559 for ; Mon, 5 Jul 2004 14:45:51 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.11/8.12.11/Submit) id i65EjpqV022558; Mon, 5 Jul 2004 14:45:51 GMT (envelope-from nobody) Message-Id: <200407051445.i65EjpqV022558@www.freebsd.org> Date: Mon, 5 Jul 2004 14:45:51 GMT From: Matthias Schuendehuette To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: kern/68698: vinum(4) broken in 5.2-current X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jul 2004 14:50:21 -0000 >Number: 68698 >Category: kern >Synopsis: vinum(4) broken in 5.2-current >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 Jul 05 14:50:20 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Matthias Schuendehuette >Release: FreeBSD 5.2-CURRENT >Organization: >Environment: FreeBSD current.best-eng.de 5.2-CURRENT FreeBSD 5.2-CURRENT #8: Sun Jul 4 11:48:54 CEST 2004 root@current.best-eng.de:/raid/obj/usr/src/sys/CURRENT i386 >Description: Since the commit of sys/kern/vfs_mount.c (1.128) and sys/geom/geom_dev.c (1.76) on 2004-06-17 21:24:13 UTC (phk) vinum is broken in -current. A kernel panic results if vinum is started at boottime or thereafter. >How-To-Repeat: Have a working vinum config with "start_vinum=YES" in /etc/rc.conf Boot a kernel with sources newer than 2004-06-17 21:24:13 UTC A kernel panic results >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Mon Jul 5 15:00:56 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B4A4216A4CF; Mon, 5 Jul 2004 15:00:56 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9504B43D5C; Mon, 5 Jul 2004 15:00:56 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) i65F0uTI092542; Mon, 5 Jul 2004 15:00:56 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i65F0u2s092538; Mon, 5 Jul 2004 15:00:56 GMT (envelope-from linimon) Date: Mon, 5 Jul 2004 15:00:56 GMT From: Mark Linimon Message-Id: <200407051500.i65F0u2s092538@freefall.freebsd.org> To: gatewyh@attbi.com, linimon@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: junk/68676: spam X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jul 2004 15:00:56 -0000 Old Synopsis: New Synopsis: spam State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Mon Jul 5 15:00:12 GMT 2004 State-Changed-Why: spam. Responsible-Changed-From-To: gnats-admin->freebsd-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Mon Jul 5 15:00:12 GMT 2004 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=68676 From owner-freebsd-bugs@FreeBSD.ORG Mon Jul 5 15:02:05 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F2F716A4CF; Mon, 5 Jul 2004 15:02:05 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5066343D1D; Mon, 5 Jul 2004 15:02:05 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) i65F25KN092803; Mon, 5 Jul 2004 15:02:05 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i65F25DM092799; Mon, 5 Jul 2004 15:02:05 GMT (envelope-from linimon) Date: Mon, 5 Jul 2004 15:02:05 GMT From: Mark Linimon Message-Id: <200407051502.i65F25DM092799@freefall.freebsd.org> To: MAILER-DAEMON@aol.com, linimon@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: junk/68680: Returned mail: User unknown X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jul 2004 15:02:05 -0000 Synopsis: Returned mail: User unknown State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Mon Jul 5 15:01:29 GMT 2004 State-Changed-Why: autoreponder spam. Responsible-Changed-From-To: gnats-admin->freebsd-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Mon Jul 5 15:01:29 GMT 2004 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=68680 From owner-freebsd-bugs@FreeBSD.ORG Mon Jul 5 15:02:38 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D3A8B16A4CF; Mon, 5 Jul 2004 15:02:38 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B4AF843D3F; Mon, 5 Jul 2004 15:02:38 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) i65F2cZM092872; Mon, 5 Jul 2004 15:02:38 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i65F2cib092868; Mon, 5 Jul 2004 15:02:38 GMT (envelope-from linimon) Date: Mon, 5 Jul 2004 15:02:38 GMT From: Mark Linimon Message-Id: <200407051502.i65F2cib092868@freefall.freebsd.org> To: MAILER-DAEMON@mas5.bezeqint.net, linimon@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: junk/68681: Returned mail: Over quota X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jul 2004 15:02:39 -0000 Synopsis: Returned mail: Over quota State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Mon Jul 5 15:02:15 GMT 2004 State-Changed-Why: autoreponder spam. Responsible-Changed-From-To: gnats-admin->freebsd-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Mon Jul 5 15:02:15 GMT 2004 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=68681 From owner-freebsd-bugs@FreeBSD.ORG Mon Jul 5 15:05:39 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E805416A4CE; Mon, 5 Jul 2004 15:05:39 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB6F243D4C; Mon, 5 Jul 2004 15:05:39 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) i65F5d2c096773; Mon, 5 Jul 2004 15:05:39 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i65F5dAM096769; Mon, 5 Jul 2004 15:05:39 GMT (envelope-from linimon) Date: Mon, 5 Jul 2004 15:05:39 GMT From: Mark Linimon Message-Id: <200407051505.i65F5dAM096769@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/55617: Accessing an nsmb-mounted drive via a smb export causes lockup X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jul 2004 15:05:40 -0000 Synopsis: Accessing an nsmb-mounted drive via a smb export causes lockup Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Mon Jul 5 15:03:47 GMT 2004 Responsible-Changed-Why: Correct reassignment for a kernel PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=55617 From owner-freebsd-bugs@FreeBSD.ORG Mon Jul 5 18:40:22 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 33CE916A4CE for ; Mon, 5 Jul 2004 18:40:22 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C98843D53 for ; Mon, 5 Jul 2004 18:40:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i65IeM6j051051 for ; Mon, 5 Jul 2004 18:40:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i65IeLrk051050; Mon, 5 Jul 2004 18:40:21 GMT (envelope-from gnats) Date: Mon, 5 Jul 2004 18:40:21 GMT Message-Id: <200407051840.i65IeLrk051050@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: FUJIMOTO Kou Subject: Re: kern/62438: viapm patch for VT8235 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: FUJIMOTO Kou List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jul 2004 18:40:22 -0000 The following reply was made to PR kern/62438; it has been noted by GNATS. From: FUJIMOTO Kou To: Bruce M Simpson Cc: freebsd-bugs@FreeBSD.org Subject: Re: kern/62438: viapm patch for VT8235 Date: Mon, 05 Jul 2004 17:54:05 +0900 Everytime when I enable acpi function I get the same result, while the patch works without any problem when I disable acpi (either on boot time or in kernel config). This workaround is reported on FreeBSD-users-jp ML (in Japanese): http://home.jp.freebsd.org/cgi-bin/showmail/FreeBSD-users-jp/78394 In the message above, Ito-san suggests 'isab' (PCI-ISA bridge) is not probed with the patch and acpi enabled. Bruce M Simpson wrote: > Do you get the same results if you try using ACPI instead and dropping > the power management drivers from your kernel? -- FUJIMOTO Kou: Tokyo Denki University From owner-freebsd-bugs@FreeBSD.ORG Mon Jul 5 22:54:20 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD54D16A4CE; Mon, 5 Jul 2004 22:54:20 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A443543D31; Mon, 5 Jul 2004 22:54:20 +0000 (GMT) (envelope-from bms@FreeBSD.org) Received: from freefall.freebsd.org (bms@localhost [127.0.0.1]) i65MsKIV079299; Mon, 5 Jul 2004 22:54:20 GMT (envelope-from bms@freefall.freebsd.org) Received: (from bms@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i65MsKYS079295; Mon, 5 Jul 2004 22:54:20 GMT (envelope-from bms) Date: Mon, 5 Jul 2004 22:54:20 GMT From: Bruce M Simpson Message-Id: <200407052254.i65MsKYS079295@freefall.freebsd.org> To: bms@FreeBSD.org, freebsd-bugs@FreeBSD.org, bms@FreeBSD.org Subject: Re: kern/56165: if_baudrate is not correct for rl, xl, dc and some other network interfaces X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jul 2004 22:54:20 -0000 Synopsis: if_baudrate is not correct for rl, xl, dc and some other network interfaces Responsible-Changed-From-To: freebsd-bugs->bms Responsible-Changed-By: bms Responsible-Changed-When: Mon Jul 5 22:53:30 GMT 2004 Responsible-Changed-Why: I'll take this. This is harder than it sounds on the face of it because miibus autonegotiation can change the effective baud rate and this would have to be handled elsewhere... http://www.freebsd.org/cgi/query-pr.cgi?pr=56165 From owner-freebsd-bugs@FreeBSD.ORG Mon Jul 5 23:00:45 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED3B316A4CE for ; Mon, 5 Jul 2004 23:00:45 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6B2743D55 for ; Mon, 5 Jul 2004 23:00:45 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i65N0jRM079493 for ; Mon, 5 Jul 2004 23:00:45 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i65N0jJr079492; Mon, 5 Jul 2004 23:00:45 GMT (envelope-from gnats) Date: Mon, 5 Jul 2004 23:00:45 GMT Message-Id: <200407052300.i65N0jJr079492@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: "Greg 'groggy' Lehey" Subject: Re: kern/68698: vinum(4) broken in 5.2-current X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Greg 'groggy' Lehey List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jul 2004 23:00:46 -0000 The following reply was made to PR kern/68698; it has been noted by GNATS. From: Greg 'groggy' Lehey To: Matthias Schuendehuette Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: kern/68698: vinum(4) broken in 5.2-current Date: Tue, 6 Jul 2004 08:22:54 +0930 --gatW/ieO32f1wygP Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Monday, 5 July 2004 at 14:45:51 +0000, Matthias Schuendehuette wrote: > >> Number: 68698 >> Category: kern >> Synopsis: vinum(4) broken in 5.2-current >> 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 Jul 05 14:50:20 GMT 2004 >> Closed-Date: >> Last-Modified: >> Originator: Matthias Schuendehuette >> Release: FreeBSD 5.2-CURRENT >> Organization: >> Environment: > FreeBSD current.best-eng.de 5.2-CURRENT FreeBSD 5.2-CURRENT #8: Sun Jul 4 11:48:54 CEST 2004 root@current.best-eng.de:/raid/obj/usr/src/sys/CURRENT i386 > >> Description: > Since the commit of sys/kern/vfs_mount.c (1.128) and sys/geom/geom_dev.c (1.76) on 2004-06-17 21:24:13 UTC (phk) vinum is broken in -current. A kernel panic results if vinum is started at boottime or thereafter. >> How-To-Repeat: > Have a working vinum config with "start_vinum=YES" in /etc/rc.conf > Boot a kernel with sources newer than 2004-06-17 21:24:13 UTC > A kernel panic results Please supply details of the panic. Greg -- Note: I discard all HTML mail unseen. Finger grog@FreeBSD.org for PGP public key. See complete headers for address and phone numbers. --gatW/ieO32f1wygP Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.0 (FreeBSD) iD8DBQFA6dvGIubykFB6QiMRAmB0AJwNsyanvRL6ZH9kdLt/LK/9CJYfQQCaAvmO R9hO8XzQZP4RwT57/thaxfQ= =E7Mi -----END PGP SIGNATURE----- --gatW/ieO32f1wygP-- From owner-freebsd-bugs@FreeBSD.ORG Tue Jul 6 03:10:25 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B761516A4CE for ; Tue, 6 Jul 2004 03:10:25 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB41143D49 for ; Tue, 6 Jul 2004 03:10:25 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i663AP0L018681 for ; Tue, 6 Jul 2004 03:10:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i663APXf018680; Tue, 6 Jul 2004 03:10:25 GMT (envelope-from gnats) Date: Tue, 6 Jul 2004 03:10:25 GMT Message-Id: <200407060310.i663APXf018680@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: "Pedro Azevedo" Subject: Re: misc/68665: pcm doesn't detect Realtek ac97 onboard audio, on ATI Radeon 9000 IGP X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Pedro Azevedo List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jul 2004 03:10:25 -0000 The following reply was made to PR misc/68665; it has been noted by GNATS. From: "Pedro Azevedo" To: , Cc: Subject: Re: misc/68665: pcm doesn't detect Realtek ac97 onboard audio, on ATI Radeon 9000 IGP Date: Tue, 6 Jul 2004 04:07:54 +0100 This is a multi-part message in MIME format. ------=_NextPart_000_0006_01C4630E.D047E0C0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable First, the mail cypher@tugamail.com is having some problems, so i can = currently be found at pragma@sapo.pt . Second, thank you Mr Nielsen for the sugestion, here is the "dmesg" and = "pciconf -lv" output. >dmesg 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 4.10-STABLE #21: Sun Jul 4 18:30:41 WEST 2004 root@pedro.pt:/usr/obj/usr/src/sys/MYKERNEL Timecounter "i8254" frequency 1193182 Hz CPU: Intel(R) Pentium(R) 4 CPU 3.20GHz (3200.13-MHz 686-class CPU) Origin =3D "GenuineIntel" Id =3D 0xf29 Stepping =3D 9 = Features=3D0xbfebfbff Hyperthreading: 2 logical CPUs real memory =3D 536281088 (523712K bytes) avail memory =3D 518529024 (506376K bytes) Preloaded elf kernel "kernel" at 0xc033c000. Warning: Pentium 4 CPU: PSE disabled Pentium Pro MTRR support enabled md0: Malloc disk Using $PIR table, 10 entries at 0xc00fde90 npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 pcib1: at device 1.0 = on pci0 pci1: on pcib1 pci1: at 5.0 irq 11 pci0: at 19.0 irq 11 pci0: at 19.1 irq 11 pci0: at 19.2 irq 11 pci0: (vendor=3D0x1002, dev=3D0x4353) at 20.0 atapci0: port = 0x8070-0x807f,0x374-0x377,0x170-0x177,0x3f4-0x3f7,0x1f0-0x1f7 at device = 20.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 isab0: at device 20.3 = on pci0 isa0: on isab0 pcib2: at device 20.4 = on pci0 pci2: on pcib2 fwohci0: mem = 0xd8200000-0xd8203fff,0xd8206000-0xd82067ff irq 11 at device 3.0 on pci2 fwohci0: OHCI version 1.10 (ROM=3D0) fwohci0: No. of Isochronous channel is 4. fwohci0: EUI64 22:10:03:77:00:0a:e4:04 fwohci0: Phy 1394a available S400, 2 ports. fwohci0: Link S400, max_rec 2048 bytes. firewire0: on fwohci0 fwohci0: Initiate bus reset fwohci0: node_id=3D0xc000ffc0, gen=3D1, CYCLEMASTER mode firewire0: 1 nodes, maxhop <=3D 0, cable IRM =3D 0 (me) firewire0: bus manager 0 (me) pci_cfgintr_linked: linked (1) to hard-routed irq 11 pci_cfgintr: 2:4 INTA routed to irq 11 pcic0: irq 11 at device 4.0 on pci2 pcic0: PCI Memory allocated: 0x88000000 pcic0: TI12XX PCI Config Reg: [speaker enable][pwr save][CSC serial isa = irq] pccard0: on pcic0 pci_cfgintr_linked: linked (1) to hard-routed irq 11 pci_cfgintr: 2:4 INTA routed to irq 11 pcic1: irq 11 at device 4.1 on pci2 pcic1: PCI Memory allocated: 0x88001000 pcic1: TI12XX PCI Config Reg: [speaker enable][pwr save][CSC serial isa = irq] pccard1: on pcic1 pci2: (vendor=3D0x14e4, dev=3D0x4320) at 5.0 irq 11 rl0: port 0xa000-0xa0ff mem = 0xd8206800-0xd82068ff irq 11 at device 10.0 on pci2 rl0: Ethernet address: 00:0a:e4:56:67:08 miibus0: on rl0 rlphy0: on miibus0 rlphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto pci0: (vendor=3D0x1002, dev=3D0x4341) at 20.5 irq 11 pci0: (vendor=3D0x1002, dev=3D0x434d) at 20.6 irq 11 orm0:
First, the mail cypher@tugamail.com is having = some=20 problems, so i can currently be found at pragma@sapo.pt .
 
Second, thank you Mr Nielsen for the = sugestion,=20 here is the "dmesg" and "pciconf -lv" output.
 
>dmesg
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 4.10-STABLE #21: Sun Jul  4 18:30:41 WEST 2004
     root@pedro.pt:/usr/obj/usr/src/sys/MYKERNEL
 Timecounter "i8254"  frequency 1193182 Hz
 CPU: Intel(R) Pentium(R) 4 CPU 3.20GHz (3200.13-MHz 686-class CPU)
   Origin =3D "GenuineIntel"  Id =3D 0xf29  Stepping =3D 9
   =
 Features=3D0xbfebfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR=
 ,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE&=
 gt;
   Hyperthreading: 2 logical CPUs
 real memory  =3D 536281088 (523712K bytes)
 avail memory =3D 518529024 (506376K bytes)
 Preloaded elf kernel "kernel" at 0xc033c000.
 Warning: Pentium 4 CPU: PSE disabled
 Pentium Pro MTRR support enabled
 md0: Malloc disk
 Using $PIR table, 10 entries at 0xc00fde90
 npx0: <math processor> on motherboard
 npx0: INT 16 interface
 pcib0: <Host to PCI bridge> on motherboard
 pci0: <PCI bus> on pcib0
 pcib1: <PCI to PCI bridge (vendor=3D1002 device=3D5838)> at device =
 1.0 on pci0
 pci1: <PCI bus> on pcib1
 pci1: <ATI model 4e50 graphics accelerator> at 5.0 irq 11
 pci0: <OHCI USB controller> at 19.0 irq 11
 pci0: <OHCI USB controller> at 19.1 irq 11
 pci0: <USB controller> at 19.2 irq 11
 pci0: <unknown card> (vendor=3D0x1002, dev=3D0x4353) at 20.0
 atapci0: <Generic PCI ATA controller> port =
 0x8070-0x807f,0x374-0x377,0x170-0x177,0x3f4-0x3f7,0x1f0-0x1f7 at device =
 20.1 on pci0
 ata0: at 0x1f0 irq 14 on atapci0
 ata1: at 0x170 irq 15 on atapci0
 isab0: <PCI to ISA bridge (vendor=3D1002 device=3D434c)> at device =
 20.3 on pci0
 isa0: <ISA bus> on isab0
 pcib2: <PCI to PCI bridge (vendor=3D1002 device=3D4342)> at device =
 20.4 on pci0
 pci2: <PCI bus> on pcib2
 fwohci0: <Texas Instruments TSB43AB22/A> mem =
 0xd8200000-0xd8203fff,0xd8206000-0xd82067ff irq 11 at device 3.0 on pci2
 fwohci0: OHCI version 1.10 (ROM=3D0)
 fwohci0: No. of Isochronous channel is 4.
 fwohci0: EUI64 22:10:03:77:00:0a:e4:04
 fwohci0: Phy 1394a available S400, 2 ports.
 fwohci0: Link S400, max_rec 2048 bytes.
 firewire0: <IEEE1394(FireWire) bus> on fwohci0
 fwohci0: Initiate bus reset
 fwohci0: node_id=3D0xc000ffc0, gen=3D1, CYCLEMASTER mode
 firewire0: 1 nodes, maxhop <=3D 0, cable IRM =3D 0 (me)
 firewire0: bus manager 0 (me)
 pci_cfgintr_linked: linked (1) to hard-routed irq 11
 pci_cfgintr: 2:4 INTA routed to irq 11
 pcic0: <TI PCI-1520 PCI-CardBus Bridge> irq 11 at device 4.0 on =
 pci2
 pcic0: PCI Memory allocated: 0x88000000
 pcic0: TI12XX PCI Config Reg: [speaker enable][pwr save][CSC serial isa =
 irq]
 pccard0: <PC Card 16-bit bus (classic)> on pcic0
 pci_cfgintr_linked: linked (1) to hard-routed irq 11
 pci_cfgintr: 2:4 INTA routed to irq 11
 pcic1: <TI PCI-1520 PCI-CardBus Bridge> irq 11 at device 4.1 on =
 pci2
 pcic1: PCI Memory allocated: 0x88001000
 pcic1: TI12XX PCI Config Reg: [speaker enable][pwr save][CSC serial isa =
 irq]
 pccard1: <PC Card 16-bit bus (classic)> on pcic1
 pci2: <unknown card> (vendor=3D0x14e4, dev=3D0x4320) at 5.0 irq 11
 rl0: <RealTek 8139 10/100BaseTX> port 0xa000-0xa0ff mem =
 0xd8206800-0xd82068ff irq 11 at device 10.0 on pci2
 rl0: Ethernet address: 00:0a:e4:56:67:08
 miibus0: <MII bus> on rl0
 rlphy0: <RealTek internal media interface> on miibus0
 rlphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
 pci0: <unknown card> (vendor=3D0x1002, dev=3D0x4341) at 20.5 irq =
 11
 pci0: <unknown card> (vendor=3D0x1002, dev=3D0x434d) at 20.6 irq =
 11
 orm0: <Option ROMs> at iomem =
 0xc0000-0xcffff,0xd0000-0xd0fff,0xdc000-0xdffff on isa0
 pmtimer0 on isa0
 atkbdc0: <Keyboard controller (i8042)> at port 0x60,0x64 on isa0
 atkbd0: <AT Keyboard> flags 0x1 irq 1 on atkbdc0
 psm0: <PS/2 Mouse> irq 12 on atkbdc0
 psm0: model Generic PS/2 mouse, device ID 0
 vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff =
 on isa0
 sc0: <System console> at flags 0x100 on isa0
 sc0: VGA <16 virtual consoles, flags=3D0x300>
 sio0: configured irq 4 not in bitmap of probed irqs 0
 sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
 sio0: type 8250
 sio1 at port 0x2f8-0x2ff irq 3 on isa0
 sio1: type 16550A
 ppc0: <Parallel port> at port 0x378-0x37f irq 7 on isa0
 ppc0: Generic chipset (ECP/PS2/NIBBLE) in COMPATIBLE mode
 ppc0: FIFO with 16/16/8 bytes threshold
 lpt0: <Printer> on ppbus0
 lpt0: Interrupt-driven port
 ad0: 57231MB <HTS726060M9AT00> [116280/16/63] at ata0-master =
 BIOSDMA
 acd0: DVD-R <Slimtype DVDRW SDW-431S> at ata1-master PIO4
 Mounting root from ufs:/dev/ad0s2a
 
>pciconf -lv
chip0@pci0:0:0:	=
 class=3D0x060000 card=3D0x00521025 chip=3D0x58331002 rev=3D0x02 =
 hdr=3D0x00
     vendor   =3D 'ATI Technologies'
     class    =3D bridge
     subclass =3D HOST-PCI
 pcib1@pci0:1:0:	class=3D0x060400 card=3D0x00000000 chip=3D0x58381002 =
 rev=3D0x00 hdr=3D0x01
     vendor   =3D 'ATI Technologies'
     class    =3D bridge
     subclass =3D PCI-PCI
 none0@pci0:19:0:	class=3D0x0c0310 card=3D0x00521025 chip=3D0x43471002 =
 rev=3D0x01 hdr=3D0x00
     vendor   =3D 'ATI Technologies'
     class    =3D serial bus
     subclass =3D USB
 none1@pci0:19:1:	class=3D0x0c0310 card=3D0x00521025 chip=3D0x43481002 =
 rev=3D0x01 hdr=3D0x00
     vendor   =3D 'ATI Technologies'
     class    =3D serial bus
     subclass =3D USB
 none2@pci0:19:2:	class=3D0x0c0320 card=3D0x00521025 chip=3D0x43451002 =
 rev=3D0x01 hdr=3D0x00
     vendor   =3D 'ATI Technologies'
     class    =3D serial bus
     subclass =3D USB
 none3@pci0:20:0:	class=3D0x0c0500 card=3D0x00521025 chip=3D0x43531002 =
 rev=3D0x18 hdr=3D0x00
     vendor   =3D 'ATI Technologies'
     class    =3D serial bus
     subclass =3D SMBus
 atapci0@pci0:20:1:	class=3D0x01018a card=3D0x00521025 chip=3D0x43491002 =
 rev=3D0x00 hdr=3D0x00
     vendor   =3D 'ATI Technologies'
     class    =3D mass storage
     subclass =3D ATA
 isab0@pci0:20:3:	class=3D0x060100 card=3D0x00521025 chip=3D0x434c1002 =
 rev=3D0x00 hdr=3D0x00
     vendor   =3D 'ATI Technologies'
     class    =3D bridge
     subclass =3D PCI-ISA
 pcib2@pci0:20:4:	class=3D0x060401 card=3D0x00000000 chip=3D0x43421002 =
 rev=3D0x00 hdr=3D0x01
     vendor   =3D 'ATI Technologies'
     class    =3D bridge
     subclass =3D PCI-PCI
 none4@pci0:20:5:	class=3D0x040100 card=3D0x00521025 chip=3D0x43411002 =
 rev=3D0x00 hdr=3D0x00
     vendor   =3D 'ATI Technologies'
     class    =3D multimedia
     subclass =3D audio
 none5@pci0:20:6:	class=3D0x070300 card=3D0x00521025 chip=3D0x434d1002 =
 rev=3D0x01 hdr=3D0x00
     vendor   =3D 'ATI Technologies'
     class    =3D simple comms
 none6@pci1:5:0:	class=3D0x030000 card=3D0x00531025 chip=3D0x4e501002 =
 rev=3D0x00 hdr=3D0x00
     vendor   =3D 'ATI Technologies'
     class    =3D display
     subclass =3D VGA
 fwohci0@pci2:3:0:	class=3D0x0c0010 card=3D0x00521025 chip=3D0x8023104c =
 rev=3D0x00 hdr=3D0x00
     vendor   =3D 'Texas Instruments (TI)'
     device   =3D 'TSB43AB22/A IEEE1394a-2000 OHCI PHY/Link-Layer Ctrlr'
     class    =3D serial bus
     subclass =3D FireWire
 pcic0@pci2:4:0:	class=3D0x060700 card=3D0x00521025 chip=3D0xac55104c =
 rev=3D0x01 hdr=3D0x02
     vendor   =3D 'Texas Instruments (TI)'
     device   =3D 'PCI1520 PC card CardBus Controller'
     class    =3D bridge
     subclass =3D PCI-CardBus
 pcic1@pci2:4:1:	class=3D0x060700 card=3D0x00521025 chip=3D0xac55104c =
 rev=3D0x01 hdr=3D0x02
     vendor   =3D 'Texas Instruments (TI)'
     device   =3D 'PCI1520 PC card CardBus Controller'
     class    =3D bridge
     subclass =3D PCI-CardBus
 none7@pci2:5:0:	class=3D0x028000 card=3D0x1220185f chip=3D0x432014e4 =
 rev=3D0x03 hdr=3D0x00
     vendor   =3D 'Broadcom Corporation'
     device   =3D 'BCM4306(??) 802.11g Wireless NIC'
     class    =3D network
 rl0@pci2:10:0:	class=3D0x020000 card=3D0x00521025 chip=3D0x813910ec =
 rev=3D0x10 hdr=3D0x00
     vendor   =3D 'Realtek Semiconductor'
     device   =3D 'RT8139 (A/B/C/813x/C+) Fast Ethernet Adapter'
     class    =3D network
     subclass =3D ethernet
 
------=_NextPart_000_0006_01C4630E.D047E0C0-- From owner-freebsd-bugs@FreeBSD.ORG Tue Jul 6 05:08:22 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0027B16A4CE; Tue, 6 Jul 2004 05:08:21 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D520F43D45; Tue, 6 Jul 2004 05:08:21 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from freefall.freebsd.org (rwatson@localhost [127.0.0.1]) i6658LIQ044449; Tue, 6 Jul 2004 05:08:21 GMT (envelope-from rwatson@freefall.freebsd.org) Received: (from rwatson@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i6658LSE044445; Tue, 6 Jul 2004 05:08:21 GMT (envelope-from rwatson) Date: Tue, 6 Jul 2004 05:08:21 GMT From: Robert Watson Message-Id: <200407060508.i6658LSE044445@freefall.freebsd.org> To: rwatson@FreeBSD.org, freebsd-bugs@FreeBSD.org, rwatson@FreeBSD.org Subject: Re: misc/68576: UFS2 snapshot files can be mounted read-write and written to X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jul 2004 05:08:22 -0000 Synopsis: UFS2 snapshot files can be mounted read-write and written to Responsible-Changed-From-To: freebsd-bugs->rwatson Responsible-Changed-By: rwatson Responsible-Changed-When: Tue Jul 6 05:07:32 GMT 2004 Responsible-Changed-Why: I'll grab ownership of this one; I've done some prelimary investigation and chatted with Kirk at USENIX about the intended behavior, as well as with phk about how best to accomplish the desired semantics. Patch to follow shortly. http://www.freebsd.org/cgi/query-pr.cgi?pr=68576 From owner-freebsd-bugs@FreeBSD.ORG Tue Jul 6 06:16:32 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8394116A4CE; Tue, 6 Jul 2004 06:16:32 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6263443D5E; Tue, 6 Jul 2004 06:16:32 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from freefall.freebsd.org (trhodes@localhost [127.0.0.1]) i666GWmJ086265; Tue, 6 Jul 2004 06:16:32 GMT (envelope-from trhodes@freefall.freebsd.org) Received: (from trhodes@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i666GWGT086261; Tue, 6 Jul 2004 06:16:32 GMT (envelope-from trhodes) Date: Tue, 6 Jul 2004 06:16:32 GMT From: Tom Rhodes Message-Id: <200407060616.i666GWGT086261@freefall.freebsd.org> To: trhodes@FreeBSD.org, freebsd-advocacy@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: advocacy/67580: Hints for boot failures. X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jul 2004 06:16:32 -0000 Synopsis: Hints for boot failures. Responsible-Changed-From-To: freebsd-advocacy->freebsd-bugs Responsible-Changed-By: trhodes Responsible-Changed-When: Tue Jul 6 06:15:46 GMT 2004 Responsible-Changed-Why: Move to bugs. http://www.freebsd.org/cgi/query-pr.cgi?pr=67580 From owner-freebsd-bugs@FreeBSD.ORG Tue Jul 6 15:30:20 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4102D16A4CF for ; Tue, 6 Jul 2004 15:30:20 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3452143D2D for ; Tue, 6 Jul 2004 15:30:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i66FUKvO026332 for ; Tue, 6 Jul 2004 15:30:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i66FUKLE026329; Tue, 6 Jul 2004 15:30:20 GMT (envelope-from gnats) Resent-Date: Tue, 6 Jul 2004 15:30:20 GMT Resent-Message-Id: <200407061530.i66FUKLE026329@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Vladimir Grebenschikov Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F5B616A4CE for ; Tue, 6 Jul 2004 15:24:53 +0000 (GMT) Received: from vbook.fbsd.ru (asplinux.ru [195.133.213.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id F384A43D45 for ; Tue, 6 Jul 2004 15:24:52 +0000 (GMT) (envelope-from vova@vbook.fbsd.ru) Received: from vova by vbook.fbsd.ru with local (Exim 4.34; FreeBSD) id 1BhroR-0001aT-K7 for FreeBSD-gnats-submit@freebsd.org; Tue, 06 Jul 2004 19:24:51 +0400 Message-Id: Date: Tue, 06 Jul 2004 19:24:51 +0400 From: Vladimir Grebenschikov Sender: Vladimir Grebenschikov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: bin/68727: gdb coredumps after recent CURRENT upgrade X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Vladimir Grebenschikov List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jul 2004 15:30:20 -0000 >Number: 68727 >Category: bin >Synopsis: gdb coredumps after recent CURRENT upgrade >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jul 06 15:30:19 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Vladimir Grebenschikov >Release: FreeBSD 5.2-CURRENT i386 >Organization: SWsoft >Environment: System: FreeBSD vbook.fbsd.ru 5.2-CURRENT FreeBSD 5.2-CURRENT #61: Mon Jul 5 07:58:03 MSD 2004 root@walder.sw.ru:/ext/obj/ext/current/src/sys/VBOOK i386 kernel built after cvsup >Description: # gdb httpd GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-marcel-freebsd"... (gdb) r -X Starting program: /usr/local/sbin/httpd -X gdb in realloc(): error: pointer to wrong page Abort (core dumped) # gdb gdb gdb.core GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-marcel-freebsd"...(no debugging symbols found)... Core was generated by db'. Program terminated with signal 6, Aborted. Reading symbols from /lib/libm.so.2...(no debugging symbols found)...done. Loaded symbols for /lib/libm.so.2 Reading symbols from /lib/libreadline.so.4...(no debugging symbols found)...done. Loaded symbols for /lib/libreadline.so.4 Reading symbols from /lib/libncurses.so.5...(no debugging symbols found)...done. Loaded symbols for /lib/libncurses.so.5 Reading symbols from /lib/libc.so.5...(no debugging symbols found)...done. Loaded symbols for /lib/libc.so.5 Reading symbols from /libexec/ld-elf.so.1...(no debugging symbols found)...done. Loaded symbols for /libexec/ld-elf.so.1 #0 0x28310adb in kill () from /lib/libc.so.5 (gdb) bt #0 0x28310adb in kill () from /lib/libc.so.5 #1 0x28306a9e in raise () from /lib/libc.so.5 #2 0x2837263b in abort () from /lib/libc.so.5 #3 0x2831aa79 in ldexp () from /lib/libc.so.5 #4 0x2831aabd in ldexp () from /lib/libc.so.5 #5 0x2831b37a in ldexp () from /lib/libc.so.5 #6 0x2831b5c8 in ldexp () from /lib/libc.so.5 #7 0x2831b6e9 in realloc () from /lib/libc.so.5 #8 0x080b5d86 in request_quit () #9 0x080b5e48 in xmrealloc () #10 0x080b5eff in xrealloc () #11 0x080d31b1 in target_resize_to_sections () #12 0x080e8e19 in free_so () #13 0x080e8ea8 in solib_add () #14 0x0811854e in handle_inferior_event () #15 0x08116fa8 in wait_for_inferior () #16 0x08116e2a in proceed () #17 0x080bd7b8 in child_post_attach () #18 0x080d313e in find_default_create_inferior () #19 0x080726d5 in tty_command () #20 0x080a979e in _initialize_cp_abi () #21 0x080ab1ec in cmd_func () #22 0x080bba9c in execute_command () #23 0x08088337 in async_disable_stdin () #24 0x080889e8 in async_disable_stdin () #25 0x2826d336 in rl_callback_read_char () from /lib/libreadline.so.4 #26 0x08087c57 in _initialize_gdbarch_utils () #27 0x080881f4 in stdin_event_handler () #28 0x08089595 in delete_file_handler () #29 0x08089020 in gdb_disable_readline () #30 0x0808906c in gdb_do_one_event () #31 0x080bb736 in catch_exceptions_with_msg () #32 0x080bb599 in throw_exception () #33 0x080bb76e in catch_errors () ---Type to continue, or q to quit--- #34 0x08144bb7 in tui_dispatch_ctrl_char () #35 0x08071dd0 in current_interp_command_loop () #36 0x08070e47 in main () (gdb) It have work on CURRENT monthly old. It happens on both libc_r and libthread (by libmap.conf). Problem not occured with another binary I have tried. But I have built apache2 several times with same result. >How-To-Repeat: # gdb httpd (gdb) r -X >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Tue Jul 6 15:40:27 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 64A9716A4D0 for ; Tue, 6 Jul 2004 15:40:27 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CAEF143D4C for ; Tue, 6 Jul 2004 15:40:26 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i66FeQsE028388 for ; Tue, 6 Jul 2004 15:40:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i66FeQJR028387; Tue, 6 Jul 2004 15:40:26 GMT (envelope-from gnats) Resent-Date: Tue, 6 Jul 2004 15:40:26 GMT Resent-Message-Id: <200407061540.i66FeQJR028387@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, niudayu Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E8C2916A4CE for ; Tue, 6 Jul 2004 15:40:03 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id C9C7543D1D for ; Tue, 6 Jul 2004 15:40:03 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.11/8.12.11) with ESMTP id i66Fe3Pw067795 for ; Tue, 6 Jul 2004 15:40:03 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.11/8.12.11/Submit) id i66Fe3Q6067794; Tue, 6 Jul 2004 15:40:03 GMT (envelope-from nobody) Message-Id: <200407061540.i66Fe3Q6067794@www.freebsd.org> Date: Tue, 6 Jul 2004 15:40:03 GMT From: niudayu To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: misc/68729: Taiwan is not a country ! X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jul 2004 15:40:27 -0000 >Number: 68729 >Category: misc >Synopsis: Taiwan is not a country ! >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Tue Jul 06 15:40:26 GMT 2004 >Closed-Date: >Last-Modified: >Originator: niudayu >Release: 5.2.1-RELEASE-i386 >Organization: none >Environment: >Description: please put an eye on "Problem Report i386/68226" , thanks . quote : When I installed the FreeBSD 5.2.1,the process have a problem. One step is to select a country.In the menu,lots of countries are not dependent country.Such as Hongkong,Taiwan. Taiwan is a province of China,It isn't a dependent country. And here is ISO-3166: http://www.davros.org/misc/iso3166.html >How-To-Repeat: Taiwan is not a country. >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Tue Jul 6 15:50:19 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A17D616A4CE for ; Tue, 6 Jul 2004 15:50:19 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8075E43D45 for ; Tue, 6 Jul 2004 15:50:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i66FoJ4m028742 for ; Tue, 6 Jul 2004 15:50:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i66FoJHM028741; Tue, 6 Jul 2004 15:50:19 GMT (envelope-from gnats) Date: Tue, 6 Jul 2004 15:50:19 GMT Message-Id: <200407061550.i66FoJHM028741@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: "Poul-Henning Kamp" Subject: Re: misc/68729: Taiwan is not a country ! X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Poul-Henning Kamp List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jul 2004 15:50:19 -0000 The following reply was made to PR misc/68729; it has been noted by GNATS. From: "Poul-Henning Kamp" To: niudayu Cc: freebsd-gnats-submit@freebsd.org Subject: Re: misc/68729: Taiwan is not a country ! Date: Tue, 06 Jul 2004 17:46:28 +0200 In message <200407061540.i66Fe3Q6067794@www.freebsd.org>, niudayu writes: >>Synopsis: Taiwan is not a country ! And FreeBSD is not the United Nations. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. From owner-freebsd-bugs@FreeBSD.ORG Tue Jul 6 15:57:12 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0771416A4CE; Tue, 6 Jul 2004 15:57:12 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC21C43D2D; Tue, 6 Jul 2004 15:57:11 +0000 (GMT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) i66FvBGL029516; Tue, 6 Jul 2004 15:57:11 GMT (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i66FvBWt029512; Tue, 6 Jul 2004 15:57:11 GMT (envelope-from ijliao) Date: Tue, 6 Jul 2004 15:57:11 GMT From: Ying-Chieh Liao Message-Id: <200407061557.i66FvBWt029512@freefall.freebsd.org> To: niudayu@sohu.com, ijliao@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/68729: Taiwan is not a country ! X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jul 2004 15:57:12 -0000 Synopsis: Taiwan is not a country ! State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Tue Jul 6 15:55:32 GMT 2004 State-Changed-Why: according to pr/68226 and pr/68495 I'd like to close this pr and please dont pollute our gnats system, thanks http://www.freebsd.org/cgi/query-pr.cgi?pr=68729 From owner-freebsd-bugs@FreeBSD.ORG Tue Jul 6 17:50:32 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 26D7316A4CE; Tue, 6 Jul 2004 17:50:32 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0867B43D31; Tue, 6 Jul 2004 17:50:32 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from freefall.freebsd.org (marcel@localhost [127.0.0.1]) i66HoVgI043500; Tue, 6 Jul 2004 17:50:31 GMT (envelope-from marcel@freefall.freebsd.org) Received: (from marcel@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i66HoVO1043496; Tue, 6 Jul 2004 17:50:31 GMT (envelope-from marcel) Date: Tue, 6 Jul 2004 17:50:31 GMT From: Marcel Moolenaar Message-Id: <200407061750.i66HoVO1043496@freefall.freebsd.org> To: marcel@FreeBSD.org, freebsd-bugs@FreeBSD.org, marcel@FreeBSD.org Subject: Re: bin/68727: gdb coredumps after recent CURRENT upgrade X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jul 2004 17:50:32 -0000 Synopsis: gdb coredumps after recent CURRENT upgrade Responsible-Changed-From-To: freebsd-bugs->marcel Responsible-Changed-By: marcel Responsible-Changed-When: Tue Jul 6 17:48:55 GMT 2004 Responsible-Changed-Why: My take. http://www.freebsd.org/cgi/query-pr.cgi?pr=68727 From owner-freebsd-bugs@FreeBSD.ORG Tue Jul 6 19:10:24 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B025A16A4CE for ; Tue, 6 Jul 2004 19:10:24 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9141C43D2D for ; Tue, 6 Jul 2004 19:10:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i66JAOW0054134 for ; Tue, 6 Jul 2004 19:10:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i66JAOI3054133; Tue, 6 Jul 2004 19:10:24 GMT (envelope-from gnats) Date: Tue, 6 Jul 2004 19:10:24 GMT Message-Id: <200407061910.i66JAOI3054133@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Ruslan Ermilov Subject: Re: misc/68729: Taiwan is not a country ! X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Ruslan Ermilov List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jul 2004 19:10:24 -0000 The following reply was made to PR misc/68729; it has been noted by GNATS. From: Ruslan Ermilov To: niudayu Cc: freebsd-gnats-submit@freebsd.org Subject: Re: misc/68729: Taiwan is not a country ! Date: Tue, 6 Jul 2004 22:03:23 +0300 On Tue, Jul 06, 2004 at 03:40:03PM +0000, niudayu wrote: > > >How-To-Repeat: > Taiwan is not a country. > I suggest that you first work with IANA to resolve the misunderstanding. $ whois -h whois.iana.org =tw Cheers, -- Ruslan Ermilov ru@FreeBSD.org FreeBSD committer From owner-freebsd-bugs@FreeBSD.ORG Tue Jul 6 19:10:25 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2714316A4CF for ; Tue, 6 Jul 2004 19:10:25 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0867543D48 for ; Tue, 6 Jul 2004 19:10:25 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i66JAOUY054149 for ; Tue, 6 Jul 2004 19:10:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i66JAO8I054148; Tue, 6 Jul 2004 19:10:24 GMT (envelope-from gnats) Resent-Date: Tue, 6 Jul 2004 19:10:24 GMT Resent-Message-Id: <200407061910.i66JAO8I054148@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 Retter Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 697F516A4CE for ; Tue, 6 Jul 2004 19:09:27 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66FDA43D39 for ; Tue, 6 Jul 2004 19:09:27 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.11/8.12.11) with ESMTP id i66J9Qbi025260 for ; Tue, 6 Jul 2004 19:09:27 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.11/8.12.11/Submit) id i66J9Q47025259; Tue, 6 Jul 2004 19:09:26 GMT (envelope-from nobody) Message-Id: <200407061909.i66J9Q47025259@www.freebsd.org> Date: Tue, 6 Jul 2004 19:09:26 GMT From: Adam Retter To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: kern/68735: Cant boot 5.2.1-RELEASE GENERIC kernel X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jul 2004 19:10:25 -0000 >Number: 68735 >Category: kern >Synopsis: Cant boot 5.2.1-RELEASE GENERIC kernel >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 Jul 06 19:10:24 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Adam Retter >Release: 5.2.1-RELEASE >Organization: (Just Me) >Environment: >Description: I have been trying to cvsup from 5.2-RELEASE to 5.2.1-RELEASE. 5.2-RELEASE had been installed for severall weeks and working fine. I can boot the 5.2-RELEASE GENERIC kernel, but if I build the 5.2.1-RELEASE GENERIC kernel after a cvsup of /usr/src and then a buildworld and reboot the machine. The system hangs whilst booting the 5.2.1-RELEASE GENERIC kernel with the following messages - Mounting Root from ufs: /dev/ad8s2a ad8: TIMEOUT READ_DMA retrying (2 retries left) LBA=51199379 GEOM: destroy disk ad8 dp=0xc6a4ea60 ad8: WARNING - removed from configuration >From http://www.uk.freebsd.org/releases/5.2.1R/announce.html I see this "Significantly improved ATA/IDE and SATA handling. Problems with timeouts, error recovery, and certain master/slave configurations have been largely addressed." Unfortunately these significant improvements have actually broken my SATA support :-( This is most upsetting as my SATA drives wouldnt work under 4.x, 5 or 5.1 but did work nicely under 5.2, but 5.2.1 seems to be a step backwards. I have an MSI 848P-Neo Motherboard that uses the Intel ICH5 SATA Chipset and I am using two Maxtor SATA hard-disks (1x120GB and 1x160GB). Can someone help me or can I help someone debug this problem and get my SATA support working again, I really dont want to go to -CURRENT as this is my workstation machine, I usually use -RELENG. Thanks >How-To-Repeat: Get an MSI 848P-Neo motherboard and a SATA hard-disk and try and boot 5.2.1-RELEASE. >Fix: Merge the SATA code for the ICH5 from 5.2 with that from 5.2.1???2 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Tue Jul 6 21:34:38 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 925BC16A4CE; Tue, 6 Jul 2004 21:34:38 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 773E843D58; Tue, 6 Jul 2004 21:34:38 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from freefall.freebsd.org (ceri@localhost [127.0.0.1]) i66LYcQI069269; Tue, 6 Jul 2004 21:34:38 GMT (envelope-from ceri@freefall.freebsd.org) Received: (from ceri@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i66LYc61069265; Tue, 6 Jul 2004 21:34:38 GMT (envelope-from ceri) Date: Tue, 6 Jul 2004 21:34:38 GMT From: Ceri Davies Message-Id: <200407062134.i66LYc61069265@freefall.freebsd.org> To: ceri@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/68725: Enabling DMA at boot time doesn't work for LiteOn LTR-48125W X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jul 2004 21:34:38 -0000 Old Synopsis: =09Enabling DMA at boot time doesn't work for LiteOn LTR-48125W i= New Synopsis: Enabling DMA at boot time doesn't work for LiteOn LTR-48125W Responsible-Changed-From-To: gnats-admin->freebsd-bugs Responsible-Changed-By: ceri Responsible-Changed-When: Tue Jul 6 21:32:39 GMT 2004 Responsible-Changed-Why: Reassign misfiled PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=68725 From owner-freebsd-bugs@FreeBSD.ORG Tue Jul 6 22:00:45 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 170BC16A4CF for ; Tue, 6 Jul 2004 22:00:44 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDE9F43D55 for ; Tue, 6 Jul 2004 22:00:44 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i66M0e8J070048 for ; Tue, 6 Jul 2004 22:00:40 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i66M0eO6070041; Tue, 6 Jul 2004 22:00:40 GMT (envelope-from gnats) Date: Tue, 6 Jul 2004 22:00:40 GMT Message-Id: <200407062200.i66M0eO6070041@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: "Alexander Weisel" Subject: Re: kern/68313: Installing/Updating to Release 5.2.1 destroys RAID on Promise Controllers (i386, ACPI, SMP) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Alexander Weisel List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jul 2004 22:00:45 -0000 The following reply was made to PR kern/68313; it has been noted by GNATS. From: "Alexander Weisel" To: Cc: Subject: Re: kern/68313: Installing/Updating to Release 5.2.1 destroys RAID on Promise Controllers (i386, ACPI, SMP) Date: Tue, 6 Jul 2004 22:00:32 -0000 Update: Took apart and reassembled every pice of my system to find the problem. Tried all combinations of disk combos on different controllers and found only this: one older drive was ATA REV 4, the other REV 5. Drives are on a different bus (ata1 , other drive ata2), both as slaves. Master drives are identical. Only in this configuration the error occurred. I replaced both drives and all is going well. On same cables, so this is not the prob this time :) Looks like a very mystic mirror, but most likely faulty and/or old hardware was the cause. From owner-freebsd-bugs@FreeBSD.ORG Wed Jul 7 01:20:21 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 907C416A4CE for ; Wed, 7 Jul 2004 01:20:21 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6713343D45 for ; Wed, 7 Jul 2004 01:20:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i671KLr5095944 for ; Wed, 7 Jul 2004 01:20:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i671KL6T095943; Wed, 7 Jul 2004 01:20:21 GMT (envelope-from gnats) Resent-Date: Wed, 7 Jul 2004 01:20:21 GMT Resent-Message-Id: <200407070120.i671KL6T095943@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, Dave Duchscher Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3550C16A4CE for ; Wed, 7 Jul 2004 01:12:38 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C09043D39 for ; Wed, 7 Jul 2004 01:12:38 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.11/8.12.11) with ESMTP id i671Cbga087071 for ; Wed, 7 Jul 2004 01:12:38 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.11/8.12.11/Submit) id i671CbBg087070; Wed, 7 Jul 2004 01:12:37 GMT (envelope-from nobody) Message-Id: <200407070112.i671CbBg087070@www.freebsd.org> Date: Wed, 7 Jul 2004 01:12:37 GMT From: Dave Duchscher To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: conf/68745: /etc/rc.d/devfs runs after ntpd so links for reference clocks device fails. X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jul 2004 01:20:21 -0000 >Number: 68745 >Category: conf >Synopsis: /etc/rc.d/devfs runs after ntpd so links for reference clocks device fails. >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 Jul 07 01:20:20 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Dave Duchscher >Release: FreeBSD 5.2.1p8 >Organization: Texas A&M University >Environment: FreeBSD dns1.net.tamu.edu 5.2.1-RELEASE-p8 FreeBSD 5.2.1-RELEASE-p8 #0: Fri Jul 2 06:53:07 CDT 2004 root@new-ldns1.net.tamu.edu:/data/usr/obj/data/usr/src/sys/CUSTOM i386 >Description: ntpd looks for the device /dev/wwvb0 when using the SPECTRACOM NetClock/2 reference clock. The device is a link to the serial port that the clock is attached. To create the link I added the line 'link cuaa0 wwvb0'. On boot, ntpd can not find device but device exists after boot. >How-To-Repeat: >Fix: I solved it by changing devfs to run before ntpd. I do not know if this will cause problems as I don't know why devfs is started so late in the boot process. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Wed Jul 7 03:00:45 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5EE3316A4CE for ; Wed, 7 Jul 2004 03:00:45 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B6BB43D2F for ; Wed, 7 Jul 2004 03:00:45 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i6730jCM004746 for ; Wed, 7 Jul 2004 03:00:45 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i6730jgv004745; Wed, 7 Jul 2004 03:00:45 GMT (envelope-from gnats) Date: Wed, 7 Jul 2004 03:00:45 GMT Message-Id: <200407070300.i6730jgv004745@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Russell Franci Subject: Re: kern/65801: 5.2.1 locks up with SMP kernel X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Russell Franci List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jul 2004 03:00:45 -0000 The following reply was made to PR kern/65801; it has been noted by GNATS. From: Russell Franci To: freebsd-gnats-submit@FreeBSD.org, rf358197@ohio.edu Cc: Subject: Re: kern/65801: 5.2.1 locks up with SMP kernel Date: Wed, 07 Jul 2004 10:51:56 +0000 After further investigation, I have identified the graphics card and memory in the machine as being faulty. Putting them in other machines causes the same symptoms regardless of whether they run Linux/Windows or FreeBSD. Putting new memory and graphics card in this machine causes it to run flawlessly :) This is only a hardware problem. Thanks, Russ From owner-freebsd-bugs@FreeBSD.ORG Wed Jul 7 03:13:04 2004 Return-Path: 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 E7B8D16A4CE for ; Wed, 7 Jul 2004 03:13:04 +0000 (GMT) Received: from mailfe05.swip.net (mailfe05.swip.net [212.247.154.129]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC4A643D2D for ; Wed, 7 Jul 2004 03:13:01 +0000 (GMT) (envelope-from doktorn@sub.nu) X-T2-Posting-ID: dGyib7f8mOjyC5Bn3R4uXg== Received: from studsboll.realworld.nu ([213.100.166.81] verified) by mailfe05.swip.net (CommuniGate Pro SMTP 4.2b6) with ESMTP id 92314311 for freebsd-bugs@freebsd.org; Wed, 07 Jul 2004 05:13:00 +0200 Received: from studsboll.realworld.nu (localhost.realworld.nu [127.0.0.1]) i673D1ec006923 for ; Wed, 7 Jul 2004 05:13:01 +0200 (CEST) (envelope-from doktorn@sub.nu) Date: Wed, 7 Jul 2004 05:11:46 +0200 From: Rickard =?ISO-8859-1?Q?Borgm=E4ster?= To: freebsd-bugs@freebsd.org Message-Id: <20040707051146.0c514d01.doktorn@sub.nu> X-Mailer: Sylpheed version 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd4.10) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Subject: Hard drive problem with VIA 8237 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jul 2004 03:13:05 -0000 Hi, Having recently upgraded my motherboard to a brand new Asus P4V8X-X with S-ATA and added an S-ATA disk I experience some problems I find kind of weird. This could maybe be a bug in the ata driver. According to http://www.freebsd.org/releases/4.10R/hardware-i386.html VIA 8237 should be supported. System is installed on 160MB S-ATA disk ad4 and my previous 160 ATA/UDMA133 is on ad0 mounted as /big. Booting up, dmesg gives me this confusing message: atapci1: port 0xfc00-0xfc0f at device 15.1 on pci0 ata0: at 0x1f0 irq 14 on atapci1 ata1: at 0x170 irq 15 on atapci1 [...] ad0: 156334MB [317632/16/63] at ata0-master UDMA133 ad4: DMA limited to UDMA33, non-ATA66 cable or device ad4: 152627MB [310101/16/63] at ata2-master UDMA33 How come FreeBSD kernel thinks my S-ATA disk is only capable of UDMA/33? The S-ATA disk is connected to the motherboard by it's own S-ATA cable, thus not the problem of two disks with different speeds on same cable. Beeing new to S-ATA I may have misunderstood things, but the way I see it, the S-ATA bus and regular ATA bus is isolated and should not bother eachofter, right? Next thing is that I today tried to move ~70GB of data from ad0 (ATA/UDMA133) to ad4 (S-ATA) disk. During the cp process I got these messages: Jul 5 15:13:18 studsboll /kernel: ad0s1e: hard error reading fsbn 390440063 of 195220000-195220255 (ad0s1 bn 390440063; cn 24303 tn 196 sn 20) trying PIO mode Jul 5 15:13:18 studsboll /kernel: ad0: DMA problem fallback to PIO mode Jul 5 15:13:18 studsboll last message repeated 6 times Jul 5 15:13:21 studsboll /kernel: ad0s1e: hard error reading fsbn 390440175 of 195220000-195220255 (ad0s1 bn 390440175; cn 24303 tn 198 sn 6) status=59 error=40 Jul 5 15:13:24 studsboll /kernel: ad0s1e: hard error reading fsbn 390440271 of 195220096-195220255 (ad0s1 bn 390440271; cn 24303 tn 199 sn 39) status=59 error=40 Jul 5 15:13:27 studsboll /kernel: ad0s1e: hard error reading fsbn 390440271 of 195220096-195220223 (ad0s1 bn 390440271; cn 24303 tn 199 sn 39) status=59 error=40 Jul 5 16:34:39 studsboll /kernel: ad0s1e: hard error reading fsbn 228774239 of 114387008-114387263 (ad0s1 bn 228774239; cn 14240 tn 137 sn 8) status=59 error=40 Jul 5 16:34:42 studsboll /kernel: ad0s1e: hard error reading fsbn 228774271 of 114387040-114387263 (ad0s1 bn 228774271; cn 14240 tn 137 sn 40) status=59 error=40 Jul 5 16:34:44 studsboll /kernel: ad0s1e: hard error reading fsbn 228774399 of 114387168-114387263 (ad0s1 bn 228774399; cn 14240 tn 139 sn 42) status=59 error=40 Jul 5 16:34:47 studsboll /kernel: ad0s1e: hard error reading fsbn 228774399 of 114387168-114387263 (ad0s1 bn 228774399; cn 14240 tn 139 sn 42) status=59 error=40 There are 2 different errors here. First we have a "hard reading error" and then "DMA problem". The DMA problem, at ad0 (ATA/UDMA133 disk, weird enough) tells me that I might be wrong about that S-ATA and regular ATA disk does not bother eachother. Someone please explain this... the disk has been working 100% fine on my old motherboard afaik. The "hard reading error" is supposed to be about damaged sectors on the disk. Is it always like that, or could the errors come from some kind of bus error, ie same source of problems as the UDMA errors? The disk is rather new and shouldn't have broken sectors. I suppose. I'd really like som kind of tip on where to start. At the moment I can't think of anything that's wrong. Maybe I should upgrade to 5.2.1 but if the ata driver is the same, the gain isn't worth it at the moment. Complete dmesg follows: 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 4.10-STABLE #1: Wed Jun 2 21:26:45 CEST 2004 root@:/usr/obj/usr/src/sys/STUDSBOLL Timecounter "i8254" frequency 1193182 Hz CPU: Intel(R) Celeron(R) CPU 2.80GHz (2799.93-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0xf29 Stepping = 9 Features=0xbfebfbff real memory = 536018944 (523456K bytes) avail memory = 516935680 (504820K bytes) Preloaded elf kernel "kernel" at 0xc0481000. Warning: Pentium 4 CPU: PSE disabled Pentium Pro MTRR support enabled md0: Malloc disk Using $PIR table, 10 entries at 0xc00f5a40 npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 agp0: mem 0xe0000000-0xe3ffffff at device 0.0 on pci0 pcib1: at device 1.0 on pci0 pci1: on pcib1 pci1: at 0.0 irq 11 pci1: at 0.1 ahc0: port 0xed00-0xedff mem 0xdfb00000-0xdfb00fff irq 3 at device 11.0 on pci0 aic7880: Ultra Wide Channel A, SCSI Id=7, 16/253 SCBs xl0: <3Com 3c905C-TX Fast Etherlink XL> port 0xec00-0xec7f mem 0xdfd00000-0xdfd0007f irq 10 at device 13.0 on pci0 xl0: Ethernet address: 00:01:02:fa:84:31 miibus0: on xl0 xlphy0: <3c905C 10/100 internal PHY> on miibus0 xlphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto atapci0: port 0xe800-0xe8ff,0xef90-0xef9f,0xefa8-0xefab,0xefa0-0xefa7,0xefac-0xefaf,0xe fe0-0xefe7 irq 10 at device 15.0 on pci0 ata2: at 0xefe0 on atapci0 ata3: at 0xefa0 on atapci0 atapci1: port 0xfc00-0xfc0f at device 15.1 on pci0 ata0: at 0x1f0 irq 14 on atapci1 ata1: at 0x170 irq 15 on atapci1 uhci0: port 0xeec0-0xeedf irq 11 at device 16.0 on pci0 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 0xef00-0xef1f irq 11 at device 16.1 on pci0 usb1: on uhci1 usb1: USB revision 1.0 uhub1: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub1: 2 ports with 2 removable, self powered pci0: at 16.4 irq 5 isab0: at device 17.0 on pci0 isa0: on isab0 pcm0: port 0xe000-0xe0ff irq 5 at device 17.5 on pci0 pcm0: pci0: (vendor=0x1106, dev=0x3065) at 18.0 irq 11 orm0: