From owner-freebsd-bugs@FreeBSD.ORG Sun Apr 6 01:24:51 2003 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 A5E3837B401; Sun, 6 Apr 2003 01:24:51 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45F7143F93; Sun, 6 Apr 2003 01:24:51 -0800 (PST) (envelope-from anholt@FreeBSD.org) Received: from freefall.freebsd.org (anholt@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h369OpUp025875; Sun, 6 Apr 2003 01:24:51 -0800 (PST) (envelope-from anholt@freefall.freebsd.org) Received: (from anholt@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h369OpJE025871; Sun, 6 Apr 2003 01:24:51 -0800 (PST) Date: Sun, 6 Apr 2003 01:24:51 -0800 (PST) From: Eric Anholt Message-Id: <200304060924.h369OpJE025871@freefall.freebsd.org> To: anholt@FreeBSD.org, freebsd-bugs@FreeBSD.org, anholt@FreeBSD.org Subject: Re: i386/50606: X not working on todays current using ATI 7500 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, 06 Apr 2003 09:24:51 -0000 Synopsis: X not working on todays current using ATI 7500 Responsible-Changed-From-To: freebsd-bugs->anholt Responsible-Changed-By: anholt Responsible-Changed-When: Sun Apr 6 01:24:30 PST 2003 Responsible-Changed-Why: DRI issue. http://www.freebsd.org/cgi/query-pr.cgi?pr=50606 From owner-freebsd-bugs@FreeBSD.ORG Sun Apr 6 06:20:14 2003 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 ED0FF37B401 for ; Sun, 6 Apr 2003 06:20:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9367F43F75 for ; Sun, 6 Apr 2003 06:20:14 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h36DKEUp002020 for ; Sun, 6 Apr 2003 06:20:14 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h36DKEe6002019; Sun, 6 Apr 2003 06:20:14 -0700 (PDT) Date: Sun, 6 Apr 2003 06:20:14 -0700 (PDT) Message-Id: <200304061320.h36DKEe6002019@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Eugene Grosbein Subject: Re: bin/45760: pppd(8) incoreectly handles timeouts after long run [PATCH] X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Eugene Grosbein List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Apr 2003 13:20:15 -0000 The following reply was made to PR bin/45760; it has been noted by GNATS. From: Eugene Grosbein To: bug-followup@freebsd.org Cc: peter@freebsd.org, net@freebsd.org Subject: Re: bin/45760: pppd(8) incoreectly handles timeouts after long run [PATCH] Date: Sun, 6 Apr 2003 21:12:04 +0800 Hi! I've found the source of this behavour. pppd 2.3.5 violates RFC1548, section 5.8 that states: Echo-Request and Echo-Reply packets may only be sent in the LCP Opened state. Echo-Request and Echo-Reply packets received in any state other than the LCP Opened state SHOULD be silently discarded. pppd 2.3.5 will schedule one extra LCP Echo for each incident when it detects via LCP Echos that peer has disconnected. So my the solution was to patch lcp.c: --- usr.sbin/pppd/lcp.c.orig Sun Apr 6 21:05:21 2003 +++ usr.sbin/pppd/lcp.c Sun Apr 6 21:05:36 2003 @@ -1737,6 +1737,8 @@ fsm *f; { LcpSendEchoRequest (f); + if (f->state != OPENED) + return; /* * Start the timer for the next interval. I've checked pppd 2.4.1 and found that it contains exactly this code. Please apply the patch. Eugene Grosbein From owner-freebsd-bugs@FreeBSD.ORG Sun Apr 6 07:07:47 2003 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 7B5BA37B404 for ; Sun, 6 Apr 2003 07:07:47 -0700 (PDT) Received: from abc.com (bb220-255-81-81.singnet.com.sg [220.255.81.81]) by mx1.FreeBSD.org (Postfix) with ESMTP id A728043FBD for ; Sun, 6 Apr 2003 07:07:44 -0700 (PDT) (envelope-from abc@abc.com) From: "James" To: freebsd-bugs@FreeBSD.org Content-Type: text/plain;charset="GB2312" Date: Sun, 6 Apr 2003 22:03:55 +0800 X-Priority: 3 X-Mailer: FoxMail 3.11 Release [cn] Message-Id: <20030406140744.A728043FBD@mx1.FreeBSD.org> Subject: Supply laser markers X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: abc@abc.com List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Apr 2003 14:07:48 -0000 Manufacturer of Nd:YAG & CO2 laser marking, welding, engraving, drilling & cutting machine, mirror, Q-switch, fiber, scanning lens, focusing lens, chiller, flashlamp, crystal, bean expander, energy/power meter, laser diodes, safety goggles. For more information, please visit http://www.SintecOptronics.com or e-mail to sales@SintecOptronics.com From owner-freebsd-bugs@FreeBSD.ORG Sun Apr 6 09:00:32 2003 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 F04C137B401 for ; Sun, 6 Apr 2003 09:00:31 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D3B143FCB for ; Sun, 6 Apr 2003 09:00:29 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h36G0TUp025877 for ; Sun, 6 Apr 2003 09:00:29 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h36G0Tkl025876; Sun, 6 Apr 2003 09:00:29 -0700 (PDT) Resent-Date: Sun, 6 Apr 2003 09:00:29 -0700 (PDT) Resent-Message-Id: <200304061600.h36G0Tkl025876@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, Scott Mitchell Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A0A9D37B401 for ; Sun, 6 Apr 2003 08:51:19 -0700 (PDT) Received: from mta02-svc.ntlworld.com (mta02-svc.ntlworld.com [62.253.162.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0260343FBF for ; Sun, 6 Apr 2003 08:51:17 -0700 (PDT) (envelope-from scott@fishballoon.org) Received: from fishballoon.org ([81.104.195.199]) by mta02-svc.ntlworld.com (InterMail vM.4.01.03.37 201-229-121-137-20020806) with ESMTP id <20030406155111.PTFQ9882.mta02-svc.ntlworld.com@fishballoon.org> for ; Sun, 6 Apr 2003 16:51:11 +0100 Received: from tuatara.fishballoon.org (tuatara [192.168.1.6]) by fishballoon.org (8.12.6p2/8.12.6) with ESMTP id h36FoUGw045989 for ; Sun, 6 Apr 2003 16:50:30 +0100 (BST) (envelope-from scott@tuatara.fishballoon.org) Received: (from scott@localhost) by tuatara.fishballoon.org (8.12.7/8.12.6/Submit) id h36FoUI9072246; Sun, 6 Apr 2003 16:50:30 +0100 (BST) (envelope-from scott) Message-Id: <200304061550.h36FoUI9072246@tuatara.fishballoon.org> Date: Sun, 6 Apr 2003 16:50:30 +0100 (BST) From: Scott Mitchell To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: kern/50644: [PATCH] Update xe driver: multicast, hardware setup, etc. X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Scott Mitchell List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Apr 2003 16:00:32 -0000 >Number: 50644 >Category: kern >Synopsis: [PATCH] Update xe driver: multicast, hardware setup, etc. >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Apr 06 09:00:28 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Scott Mitchell >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD orac 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Sun Apr 6 14:00:33 BST 2003 scott@tuatara:/local/0/obj/local/0/-CURRENT/src/sys/ORAC i386 >Description: The xe driver is in dire need of some maintenance :-) The attached patch is the first of several I have planned. This one: - Fixes the hardware initialisation to eliminate the watchdog timeout every time the card is powered up. - Add multicast support (apparently this had never worked). - Enable 'early transmit' mode on CE3-class hardware. This may improve performance, assuming the card can be fed fast enough. - Clean up handling of MAC interrupts and statistics in ISR. - Some general code cleanup. The next stage will be to improve the detection and handling of CE2-class cards, which have also never really worked. I'm releasing this work in progress in the hope that people will test it and confirm that I haven't broken anything -- any card that worked before should continue to work, hopefully with fewer complaints. >How-To-Repeat: >Fix: Index: src/sys/dev/xe/if_xe.c =================================================================== RCS file: /home/ncvs/src/sys/dev/xe/if_xe.c,v retrieving revision 1.36 retrieving revision 1.35.10000.3 diff -c -r1.36 -r1.35.10000.3 *** src/sys/dev/xe/if_xe.c 19 Feb 2003 05:47:17 -0000 1.36 --- src/sys/dev/xe/if_xe.c 6 Apr 2003 15:06:24 -0000 1.35.10000.3 *************** *** 1,5 **** /*- ! * Copyright (c) 1998, 1999 Scott Mitchell * All rights reserved. * * Redistribution and use in source and binary forms, with or without --- 1,5 ---- /*- ! * Copyright (c) 1998, 1999, 2003 Scott Mitchell * All rights reserved. * * Redistribution and use in source and binary forms, with or without *************** *** 24,39 **** * SUCH DAMAGE. * * $Id: if_xe.c,v 1.20 1999/06/13 19:17:40 scott Exp $ ! * $FreeBSD: src/sys/dev/xe/if_xe.c,v 1.36 2003/02/19 05:47:17 imp Exp $ ! */ ! ! /* ! * XXX TODO XXX ! * ! * I've pushed this fairly far, but there are some things that need to be ! * done here. I'm documenting them here in case I get destracted. -- imp ! * ! * xe_cem56fix -- need to figure out how to map the extra stuff. */ /* --- 24,30 ---- * SUCH DAMAGE. * * $Id: if_xe.c,v 1.20 1999/06/13 19:17:40 scott Exp $ ! * $FreeBSD: src/sys/dev/xe/if_xe.c,v 1.35.10000.3 2003/04/06 15:06:24 scott Exp $ */ /* *************** *** 97,110 **** * the CEM56/REM56 support code; and the FreeBSD UK Users' Group for hosting * the web pages. * - * Contact points: - * - * Driver web page: http://ukug.uk.freebsd.org/~scott/xe_drv/ - * - * Mailing list: http://www.lovett.com/lists/freebsd-xircom/ - * or send "subscribe freebsd-xircom" to - * * Author email: */ --- 88,95 ---- * the CEM56/REM56 support code; and the FreeBSD UK Users' Group for hosting * the web pages. * * Author email: + * Driver web page: http://ukug.uk.freebsd.org/~scott/xe_drv/ */ *************** *** 157,162 **** --- 142,151 ---- #define XE_AUTONEG_100TX 3 /* Trying to force 100baseTX link */ #define XE_AUTONEG_FAIL 4 /* Autonegotiation failed */ + /* + * Multicast hashing CRC constants + */ + #define XE_CRC_POLY 0x04c11db6 /* * Prototypes start here *************** *** 168,183 **** static int xe_media_change (struct ifnet *ifp); static void xe_media_status (struct ifnet *ifp, struct ifmediareq *mrp); static timeout_t xe_setmedia; ! static void xe_hard_reset (struct xe_softc *scp); ! static void xe_soft_reset (struct xe_softc *scp); static void xe_stop (struct xe_softc *scp); static void xe_enable_intr (struct xe_softc *scp); static void xe_disable_intr (struct xe_softc *scp); ! static void xe_setmulti (struct xe_softc *scp); ! static void xe_setaddrs (struct xe_softc *scp); static int xe_pio_write_packet (struct xe_softc *scp, struct mbuf *mbp); - static u_int32_t xe_compute_crc (u_int8_t *data, int len) __unused; - static int xe_compute_hashbit (u_int32_t crc) __unused; /* * MII functions --- 157,170 ---- static int xe_media_change (struct ifnet *ifp); static void xe_media_status (struct ifnet *ifp, struct ifmediareq *mrp); static timeout_t xe_setmedia; ! static void xe_reset (struct xe_softc *scp); static void xe_stop (struct xe_softc *scp); static void xe_enable_intr (struct xe_softc *scp); static void xe_disable_intr (struct xe_softc *scp); ! static void xe_set_multicast (struct xe_softc *scp); ! static void xe_set_addr (struct xe_softc *scp, u_int8_t* addr, unsigned idx); ! static void xe_set_hash (struct xe_softc *scp, u_int8_t* addr); static int xe_pio_write_packet (struct xe_softc *scp, struct mbuf *mbp); /* * MII functions *************** *** 190,201 **** static u_int16_t xe_phy_readreg (struct xe_softc *scp, u_int16_t reg); static void xe_phy_writereg (struct xe_softc *scp, u_int16_t reg, u_int16_t data); /* ! * Debug functions -- uncomment for VERY verbose dignostic information. ! * Set to 1 for less verbose information */ ! /* #define XE_DEBUG 2 */ ! #ifdef XE_DEBUG #define XE_REG_DUMP(scp) xe_reg_dump((scp)) #define XE_MII_DUMP(scp) xe_mii_dump((scp)) static void xe_reg_dump (struct xe_softc *scp); --- 177,192 ---- static u_int16_t xe_phy_readreg (struct xe_softc *scp, u_int16_t reg); static void xe_phy_writereg (struct xe_softc *scp, u_int16_t reg, u_int16_t data); + /* ! * Debug logging level (comment out for normal operation): ! * 1 = Log more hardware details, xe_ioctl details ! * 2 = Log most function calls, some (eg. multicast, MII) in detail ! * 3 = Log everything, including all interrupts and packets sent */ ! #define XE_DEBUG 0 ! ! #if XE_DEBUG > 2 #define XE_REG_DUMP(scp) xe_reg_dump((scp)) #define XE_MII_DUMP(scp) xe_mii_dump((scp)) static void xe_reg_dump (struct xe_softc *scp); *************** *** 205,210 **** --- 196,202 ---- #define XE_MII_DUMP(scp) #endif + /* * Attach a device. */ *************** *** 213,232 **** { struct xe_softc *scp = device_get_softc(dev); ! #ifdef XE_DEBUG device_printf(dev, "attach\n"); #endif ! /* Fill in some private data */ scp->ifp = &scp->arpcom.ac_if; scp->ifm = &scp->ifmedia; ! scp->autoneg_status = 0; - /* Hopefully safe to read this here */ - XE_SELECT_PAGE(4); - scp->version = XE_INB(XE_BOV); - - scp->dev = dev; /* Initialise the ifnet structure */ if (!scp->ifp->if_name) { scp->ifp->if_softc = scp; --- 205,220 ---- { struct xe_softc *scp = device_get_softc(dev); ! #if XE_DEBUG > 1 device_printf(dev, "attach\n"); #endif ! /* Initialise stuff... */ ! scp->dev = dev; scp->ifp = &scp->arpcom.ac_if; scp->ifm = &scp->ifmedia; ! scp->autoneg_status = XE_AUTONEG_NONE; /* Initialise the ifnet structure */ if (!scp->ifp->if_name) { scp->ifp->if_softc = scp; *************** *** 241,246 **** --- 229,235 ---- scp->ifp->if_ioctl = xe_ioctl; scp->ifp->if_watchdog = xe_watchdog; scp->ifp->if_init = xe_init; + scp->ifp->if_baudrate = 100000000; scp->ifp->if_snd.ifq_maxlen = IFQ_MAXLEN; } *************** *** 248,291 **** ifmedia_init(scp->ifm, 0, xe_media_change, xe_media_status); callout_handle_init(&scp->chand); ! /* ! * Fill in supported media types. Some cards _do_ support full duplex ! * operation, but this driver doesn't, yet. Therefore we leave those modes ! * out of the list. We support some form of autoselection in all cases. ! */ if (scp->mohawk) { ifmedia_add(scp->ifm, IFM_ETHER|IFM_100_TX, 0, NULL); ! ifmedia_add(scp->ifm, IFM_ETHER|IFM_10_T, 0, NULL); } ! else { ! ifmedia_add(scp->ifm, IFM_ETHER|IFM_10_T, 0, NULL); ifmedia_add(scp->ifm, IFM_ETHER|IFM_10_2, 0, NULL); - } ifmedia_add(scp->ifm, IFM_ETHER|IFM_AUTO, 0, NULL); /* Default is to autoselect best supported media type */ ifmedia_set(scp->ifm, IFM_ETHER|IFM_AUTO); /* Print some useful information */ ! device_printf(dev, "%s %s, bonding version %#x%s%s\n", scp->vendor, scp->card_type, scp->version, scp->mohawk ? ", 100Mbps capable" : "", scp->modem ? ", with modem" : ""); if (scp->mohawk) { XE_SELECT_PAGE(0x10); ! device_printf(dev, "DingoID = %#x, RevisionID = %#x, VendorID = %#x\n", XE_INW(XE_DINGOID), XE_INW(XE_RevID), XE_INW(XE_VendorID)); } if (scp->ce2) { XE_SELECT_PAGE(0x45); ! device_printf(dev, "CE2 version = %#x\n", XE_INB(XE_REV)); } ! ! /* Print MAC address */ device_printf(dev, "Ethernet address %6D\n", scp->arpcom.ac_enaddr, ":"); /* Attach the interface */ --- 237,288 ---- ifmedia_init(scp->ifm, 0, xe_media_change, xe_media_status); callout_handle_init(&scp->chand); ! /* Add supported media types */ if (scp->mohawk) { ifmedia_add(scp->ifm, IFM_ETHER|IFM_100_TX, 0, NULL); ! ifmedia_add(scp->ifm, IFM_ETHER|IFM_10_T|IFM_FDX, 0, NULL); ! ifmedia_add(scp->ifm, IFM_ETHER|IFM_10_T|IFM_HDX, 0, NULL); } ! ifmedia_add(scp->ifm, IFM_ETHER|IFM_10_T, 0, NULL); ! if (scp->ce2) ifmedia_add(scp->ifm, IFM_ETHER|IFM_10_2, 0, NULL); ifmedia_add(scp->ifm, IFM_ETHER|IFM_AUTO, 0, NULL); /* Default is to autoselect best supported media type */ ifmedia_set(scp->ifm, IFM_ETHER|IFM_AUTO); + /* Get the hardware into a known state */ + xe_reset(scp); + + /* Get hardware version numbers */ + XE_SELECT_PAGE(4); + scp->version = XE_INB(XE_BOV); + if (scp->mohawk) + scp->srev = (XE_INB(XE_BOV) & 0x70) >> 4; + else + scp->srev = (XE_INB(XE_BOV) & 0x30) >> 4; + /* Print some useful information */ ! device_printf(dev, "%s %s, version 0x%02x/0x%02x%s%s\n", scp->vendor, scp->card_type, scp->version, + scp->srev, scp->mohawk ? ", 100Mbps capable" : "", scp->modem ? ", with modem" : ""); + #if XE_DEBUG > 0 if (scp->mohawk) { XE_SELECT_PAGE(0x10); ! device_printf(dev, "DingoID=0x%04x, RevisionID=0x%04x, VendorID=0x%04x\n", XE_INW(XE_DINGOID), XE_INW(XE_RevID), XE_INW(XE_VendorID)); } if (scp->ce2) { XE_SELECT_PAGE(0x45); ! device_printf(dev, "CE2 version = 0x%#02x\n", XE_INB(XE_REV)); } ! #endif device_printf(dev, "Ethernet address %6D\n", scp->arpcom.ac_enaddr, ":"); /* Attach the interface */ *************** *** 297,401 **** /* ! * Initialize device. Completes the reset procedure on the card and starts ! * output. If there's an autonegotiation in progress we DON'T do anything; ! * the media selection code will call us again when it's done. */ static void xe_init(void *xscp) { struct xe_softc *scp = xscp; int s; ! #ifdef XE_DEBUG device_printf(scp->dev, "init\n"); #endif ! if (TAILQ_EMPTY(&scp->ifp->if_addrhead)) return; /* Reset transmitter flags */ scp->tx_queued = 0; scp->tx_tpr = 0; ! scp->tx_collisions = 0; scp->ifp->if_timer = 0; ! s = splimp(); XE_SELECT_PAGE(0x42); ! XE_OUTB(XE_SWC0, 0x20); /* Disable source insertion (WTF is that?) */ ! /* ! * Set the 'local memory dividing line' -- splits the 32K card memory into ! * 8K for transmit buffers and 24K for receive. This is done automatically ! * on newer revision cards. ! */ if (scp->srev != 1) { XE_SELECT_PAGE(2); XE_OUTW(XE_RBS, 0x2000); } /* Set up multicast addresses */ ! xe_setmulti(scp); ! /* Fix the data offset register -- reset leaves it off-by-one */ XE_SELECT_PAGE(0); XE_OUTW(XE_DO, 0x2000); ! /* ! * Set MAC interrupt masks and clear status regs. The bit names are direct ! * from the Linux code; I have no idea what most of them do. ! */ ! XE_SELECT_PAGE(0x40); /* Bit 7..0 */ ! XE_OUTB(XE_RX0Msk, 0xff); /* ROK, RAB, rsv, RO, CRC, AE, PTL, MP */ ! XE_OUTB(XE_TX0Msk, 0xff); /* TOK, TAB, SQE, LL, TU, JAB, EXC, CRS */ ! XE_OUTB(XE_TX0Msk+1, 0xb0); /* rsv, rsv, PTD, EXT, rsv, rsv, rsv, rsv */ ! XE_OUTB(XE_RST0, 0x00); /* ROK, RAB, REN, RO, CRC, AE, PTL, MP */ ! XE_OUTB(XE_TXST0, 0x00); /* TOK, TAB, SQE, LL, TU, JAB, EXC, CRS */ ! XE_OUTB(XE_TXST1, 0x00); /* TEN, rsv, PTD, EXT, retry_counter:4 */ ! /* ! * Check for an in-progress autonegotiation. If one is active, just set ! * IFF_RUNNING and return. The media selection code will call us again when ! * it's done. ! */ ! if (scp->autoneg_status) { ! scp->ifp->if_flags |= IFF_RUNNING; ! } ! else { ! /* Enable receiver, put MAC online */ ! XE_SELECT_PAGE(0x40); ! XE_OUTB(XE_CMD0, XE_CMD0_RX_ENABLE|XE_CMD0_ONLINE); ! /* Set up IMR, enable interrupts */ ! xe_enable_intr(scp); ! /* Attempt to start output */ ! scp->ifp->if_flags |= IFF_RUNNING; ! scp->ifp->if_flags &= ~IFF_OACTIVE; ! xe_start(scp->ifp); ! } (void)splx(s); } /* ! * Start output on interface. We make two assumptions here: ! * 1) that the current priority is set to splimp _before_ this code ! * is called *and* is returned to the appropriate priority after ! * return ! * 2) that the IFF_OACTIVE flag is checked before this code is called ! * (i.e. that the output part of the interface is idle) */ static void xe_start(struct ifnet *ifp) { struct xe_softc *scp = ifp->if_softc; struct mbuf *mbp; /* * Loop while there are packets to be sent, and space to send them. */ while (1) { ! IF_DEQUEUE(&ifp->if_snd, mbp); /* Suck a packet off the send queue */ if (mbp == NULL) { /* --- 294,445 ---- /* ! * Complete hardware intitialisation and enable output. Exits without doing ! * anything if there's no address assigned to the card, or if media selection ! * is in progress (the latter implies we've already run this function). */ static void xe_init(void *xscp) { struct xe_softc *scp = xscp; + unsigned i; int s; ! if (TAILQ_EMPTY(&scp->ifp->if_addrhead)) return; ! ! if (scp->autoneg_status != XE_AUTONEG_NONE) return; ! ! #if XE_DEBUG > 1 device_printf(scp->dev, "init\n"); #endif ! s = splimp(); /* Reset transmitter flags */ scp->tx_queued = 0; scp->tx_tpr = 0; ! scp->tx_timeouts = 0; ! scp->tx_thres = 64; scp->ifp->if_timer = 0; ! /* Soft reset the card */ ! XE_SELECT_PAGE(0); ! XE_OUTB(XE_CR, XE_CR_SOFT_RESET); ! DELAY(40000); ! XE_OUTB(XE_CR, 0); ! DELAY(40000); + if (scp->mohawk) { + /* + * set GP1 and GP2 as outputs (bits 2 & 3) + * set GP1 low to power on the ML6692 (bit 0) + * set GP2 high to power on the 10Mhz chip (bit 1) + */ + XE_SELECT_PAGE(4); + XE_OUTB(XE_GPR0, XE_GPR0_GP2_SELECT|XE_GPR0_GP1_SELECT|XE_GPR0_GP2_OUT); + } + + /* Shut off interrupts */ + xe_disable_intr(scp); + + /* Wait for everything to wake up */ + DELAY(500000); + + /* Check for PHY */ + if (scp->mohawk) + scp->phy_ok = xe_mii_init(scp); + + /* Disable 'source insertion' (not sure what that means) */ XE_SELECT_PAGE(0x42); ! XE_OUTB(XE_SWC0, XE_SWC0_NO_SRC_INSERT); ! /* Set 8K/24K Tx/Rx buffer split */ if (scp->srev != 1) { XE_SELECT_PAGE(2); XE_OUTW(XE_RBS, 0x2000); } + /* Enable early transmit mode on Mohawk/Dingo */ + if (scp->mohawk) { + XE_SELECT_PAGE(0x03); + XE_OUTW(XE_TPT, scp->tx_thres); + XE_SELECT_PAGE(0x01); + XE_OUTB(XE_ECR, XE_INB(XE_ECR) | XE_ECR_EARLY_TX); + } + + /* Put MAC address in first 'individual address' register */ + XE_SELECT_PAGE(0x50); + for (i = 0; i < 6; i++) + XE_OUTB(0x08 + i, scp->arpcom.ac_enaddr[scp->mohawk ? 5 - i : i]); + /* Set up multicast addresses */ ! xe_set_multicast(scp); ! /* Fix the receive data offset -- reset can leave it off-by-one */ XE_SELECT_PAGE(0); XE_OUTW(XE_DO, 0x2000); ! /* Set interrupt masks */ ! XE_SELECT_PAGE(1); ! XE_OUTB(XE_IMR0, XE_IMR0_TX_PACKET | XE_IMR0_MAC_INTR | XE_IMR0_RX_PACKET); ! /* Set MAC interrupt masks */ ! XE_SELECT_PAGE(0x40); ! XE_OUTB(XE_RX0Msk, ! ~(XE_RX0M_RX_OVERRUN | XE_RX0M_CRC_ERROR ! | XE_RX0M_ALIGN_ERROR | XE_RX0M_LONG_PACKET)); ! XE_OUTB(XE_TX0Msk, ! ~(XE_TX0M_SQE_FAIL | XE_TX0M_LATE_COLLISION | XE_TX0M_TX_UNDERRUN ! | XE_TX0M_16_COLLISIONS | XE_TX0M_NO_CARRIER)); ! ! /* Clear MAC status registers */ ! XE_SELECT_PAGE(0x40); ! XE_OUTB(XE_RST0, 0x00); ! XE_OUTB(XE_TXST0, 0x00); ! ! /* Enable receiver and put MAC online */ ! XE_SELECT_PAGE(0x40); ! XE_OUTB(XE_CMD0, XE_CMD0_RX_ENABLE|XE_CMD0_ONLINE); ! /* Set up IMR, enable interrupts */ ! xe_enable_intr(scp); ! /* Start media selection */ ! xe_setmedia(scp); ! ! /* Enable output */ ! scp->ifp->if_flags |= IFF_RUNNING; ! scp->ifp->if_flags &= ~IFF_OACTIVE; (void)splx(s); } /* ! * Start output on interface. Should be called at splimp() priority. Check ! * that the output is idle (ie, IFF_OACTIVE is not set) before calling this ! * function. If media selection is in progress we set IFF_OACTIVE ourselves ! * and return immediately. */ static void xe_start(struct ifnet *ifp) { struct xe_softc *scp = ifp->if_softc; struct mbuf *mbp; + if (scp->autoneg_status != XE_AUTONEG_NONE) { + ifp->if_flags |= IFF_OACTIVE; + return; + } + + #if XE_DEBUG > 2 + device_printf(scp->dev, "start"); + #endif + /* * Loop while there are packets to be sent, and space to send them. */ while (1) { ! /* Suck a packet off the send queue */ ! IF_DEQUEUE(&ifp->if_snd, mbp); if (mbp == NULL) { /* *************** *** 410,416 **** } if (xe_pio_write_packet(scp, mbp) != 0) { ! IF_PREPEND(&ifp->if_snd, mbp); /* Push the packet back onto the queue */ ifp->if_flags |= IFF_OACTIVE; return; } --- 454,461 ---- } if (xe_pio_write_packet(scp, mbp) != 0) { ! /* Push the packet back onto the queue */ ! IF_PREPEND(&ifp->if_snd, mbp); ifp->if_flags |= IFF_OACTIVE; return; } *************** *** 418,424 **** /* Tap off here if there is a bpf listener */ BPF_MTAP(ifp, mbp); ! ifp->if_timer = 5; /* In case we don't hear from the card again */ scp->tx_queued++; m_freem(mbp); --- 463,470 ---- /* Tap off here if there is a bpf listener */ BPF_MTAP(ifp, mbp); ! /* In case we don't hear from the card again... */ ! ifp->if_timer = 5; scp->tx_queued++; m_freem(mbp); *************** *** 441,455 **** switch (command) { ! case SIOCSIFFLAGS: /* * If the interface is marked up and stopped, then start it. If it is * marked down and running, then stop it. */ if (ifp->if_flags & IFF_UP) { if (!(ifp->if_flags & IFF_RUNNING)) { ! xe_hard_reset(scp); ! xe_setmedia(scp); xe_init(scp); } } --- 487,503 ---- switch (command) { ! case SIOCSIFFLAGS: ! #if XE_DEBUG > 1 ! device_printf(scp->dev, "ioctl: SIOCSIFFLAGS: 0x%04x\n", ifp->if_flags); ! #endif /* * If the interface is marked up and stopped, then start it. If it is * marked down and running, then stop it. */ if (ifp->if_flags & IFF_UP) { if (!(ifp->if_flags & IFF_RUNNING)) { ! xe_reset(scp); xe_init(scp); } } *************** *** 457,483 **** if (ifp->if_flags & IFF_RUNNING) xe_stop(scp); } ! case SIOCADDMULTI: ! case SIOCDELMULTI: /* ! * Multicast list has (maybe) changed; set the hardware filter ! * accordingly. This also serves to deal with promiscuous mode if we have ! * a BPF listener active. */ ! xe_setmulti(scp); error = 0; break; ! case SIOCSIFMEDIA: ! case SIOCGIFMEDIA: /* * Someone wants to get/set media options. */ error = ifmedia_ioctl(ifp, (struct ifreq *)data, &scp->ifmedia, command); break; ! default: error = ether_ioctl(ifp, command, data); } --- 505,540 ---- if (ifp->if_flags & IFF_RUNNING) xe_stop(scp); } + /* FALL THROUGH (handle changes to PROMISC/ALLMULTI flags) */ ! case SIOCADDMULTI: ! case SIOCDELMULTI: ! #if XE_DEBUG > 1 ! device_printf(scp->dev, "ioctl: SIOC{ADD,DEL}MULTI\n"); ! #endif /* ! * Multicast list has (maybe) changed; set the hardware filters ! * accordingly. */ ! xe_set_multicast(scp); error = 0; break; ! case SIOCSIFMEDIA: ! case SIOCGIFMEDIA: ! #if XE_DEBUG > 1 ! device_printf(scp->dev, "ioctl: bounce to ifmedia_ioctl\n"); ! #endif /* * Someone wants to get/set media options. */ error = ifmedia_ioctl(ifp, (struct ifreq *)data, &scp->ifmedia, command); break; ! default: ! #if XE_DEBUG > 1 ! device_printf(scp->dev, "ioctl: bounce to ether_ioctl\n"); ! #endif error = ether_ioctl(ifp, command, data); } *************** *** 510,757 **** { struct xe_softc *scp = (struct xe_softc *) xscp; struct ifnet *ifp; ! int result; ! u_int16_t rx_bytes, rxs, txs; ! u_int8_t psr, isr, esr, rsr; ifp = &scp->arpcom.ac_if; - rx_bytes = 0; /* Bytes received on this interrupt */ - result = 0; /* Set true if the interrupt is for us */ ! if (scp->mohawk) { ! XE_OUTB(XE_CR, 0); /* Disable interrupts */ ! } ! psr = XE_INB(XE_PR); /* Stash the current register page */ ! /* ! * Read ISR to see what caused this interrupt. Note that this clears the ! * ISR on CE2 type cards. ! */ ! if ((isr = XE_INB(XE_ISR)) && isr != 0xff) { ! result = 1; /* This device did generate an int */ ! esr = XE_INB(XE_ESR); /* Read the other status registers */ XE_SELECT_PAGE(0x40); ! rxs = XE_INB(XE_RST0); ! XE_OUTB(XE_RST0, ~rxs & 0xff); ! txs = XE_INB(XE_TXST0); ! txs |= XE_INB(XE_TXST1) << 8; XE_OUTB(XE_TXST0, 0); XE_OUTB(XE_TXST1, 0); XE_SELECT_PAGE(0); #if XE_DEBUG > 2 ! printf("xe%d: ISR=%#2.2x ESR=%#2.2x RST=%#2.2x TXST=%#4.4x\n", unit, isr, esr, rxs, txs); #endif ! /* ! * Handle transmit interrupts ! */ if (isr & XE_ISR_TX_PACKET) { ! u_int8_t new_tpr, sent; ! ! if ((new_tpr = XE_INB(XE_TPR)) < scp->tx_tpr) /* Update packet count */ ! sent = (0xff - scp->tx_tpr) + new_tpr; /* TPR rolled over */ ! else ! sent = new_tpr - scp->tx_tpr; ! if (sent > 0) { /* Packets sent since last interrupt */ ! scp->tx_tpr = new_tpr; scp->tx_queued -= sent; ifp->if_opackets += sent; ! ifp->if_collisions += scp->tx_collisions; /* ! * Collision stats are a PITA. If multiples frames have been sent, we ! * distribute any outstanding collision count equally amongst them. ! * However, if we're missing interrupts we're quite likely to also ! * miss some collisions; thus the total count will be off anyway. ! * Likewise, if we miss a frame dropped due to excessive collisions ! * any outstanding collisions count will be held against the next ! * frame to be successfully sent. Hopefully it averages out in the ! * end! ! * XXX - This will screw up if tx_collisions/sent > 14. FIX IT! */ ! switch (scp->tx_collisions) { ! case 0: break; ! case 1: scp->mibdata.dot3StatsSingleCollisionFrames++; scp->mibdata.dot3StatsCollFrequencies[0]++; break; ! default: ! if (sent == 1) { ! scp->mibdata.dot3StatsMultipleCollisionFrames++; ! scp->mibdata.dot3StatsCollFrequencies[scp->tx_collisions-1]++; ! } ! else { /* Distribute across multiple frames */ ! scp->mibdata.dot3StatsMultipleCollisionFrames += sent; ! scp->mibdata. ! dot3StatsCollFrequencies[scp->tx_collisions/sent] += sent - scp->tx_collisions%sent; ! scp->mibdata. ! dot3StatsCollFrequencies[scp->tx_collisions/sent + 1] += scp->tx_collisions%sent; ! } } - scp->tx_collisions = 0; } ifp->if_timer = 0; ifp->if_flags &= ~IFF_OACTIVE; } - if (txs & 0x0002) { /* Excessive collisions (packet dropped) */ - ifp->if_collisions += 16; - ifp->if_oerrors++; - scp->tx_collisions = 0; - scp->mibdata.dot3StatsExcessiveCollisions++; - scp->mibdata.dot3StatsMultipleCollisionFrames++; - scp->mibdata.dot3StatsCollFrequencies[15]++; - XE_OUTB(XE_CR, XE_CR_RESTART_TX); - } - if (txs & 0x0040) /* Transmit aborted -- probably collisions */ - scp->tx_collisions++; ! /* ! * Handle receive interrupts ! */ while ((esr = XE_INB(XE_ESR)) & XE_ESR_FULL_PACKET_RX) { ! if ((rsr = XE_INB(XE_RSR)) & XE_RSR_RX_OK) { struct ether_header *ehp; struct mbuf *mbp; u_int16_t len; ! len = XE_INW(XE_RBC); ! if (len == 0) continue; - #if 0 /* ! * Limit the amount of time we spend in this loop, dropping packets if ! * necessary. The Linux code does this with considerably more ! * finesse, adjusting the threshold dynamically. */ ! if ((rx_bytes += len) > 22000) { ifp->if_iqdrops++; - scp->mibData.dot3StatsMissedFrames++; - XE_OUTW(XE_DO, 0x8000); continue; } - #endif ! if (len & 0x01) ! len++; ! ! MGETHDR(mbp, M_DONTWAIT, MT_DATA); /* Allocate a header mbuf */ ! if (mbp != NULL) { ! mbp->m_pkthdr.rcvif = ifp; ! mbp->m_pkthdr.len = mbp->m_len = len; ! ! /* ! * If the mbuf header isn't big enough for the packet, attach an ! * mbuf cluster to hold it. The +2 is to allow for the nasty little ! * alignment hack below. ! */ ! if (len + 2 > MHLEN) { ! MCLGET(mbp, M_DONTWAIT); ! if ((mbp->m_flags & M_EXT) == 0) { ! m_freem(mbp); ! mbp = NULL; ! } } } ! if (mbp != NULL) { ! /* ! * The Ethernet header is 14 bytes long; thus the actual packet data ! * won't be 32-bit aligned when it's dumped into the mbuf. We ! * offset everything by 2 bytes to fix this. Apparently the ! * alignment is important for NFS, damn its eyes. ! */ ! mbp->m_data += 2; ! ehp = mtod(mbp, struct ether_header *); ! /* ! * Now get the packet, including the Ethernet header and trailer (?) ! * We use programmed I/O, because we don't know how to do shared ! * memory with these cards. So yes, it's real slow, and heavy on ! * the interrupts (CPU on my P150 maxed out at ~950KBps incoming). ! */ ! if (scp->srev == 0) { /* Workaround a bug in old cards */ ! u_short rhs; ! XE_SELECT_PAGE(5); ! rhs = XE_INW(XE_RHSA); ! XE_SELECT_PAGE(0); ! ! rhs += 3; /* Skip control info */ ! ! if (rhs >= 0x8000) ! rhs = 0; ! ! if (rhs + len > 0x8000) { ! int i; ! ! /* ! * XXX - This i-- seems very wrong, but it's what the Linux guys ! * XXX - do. Need someone with an old CE2 to test this for me. ! * XXX - 99/3/28: Changed the first i-- to an i++, maybe that'll ! * XXX - fix it? It seems as though the previous version would ! * XXX - have caused an infinite loop (what, another one?). ! */ ! for (i = 0; i < len; i++, rhs++) { ! ((char *)ehp)[i] = XE_INB(XE_EDP); ! if (rhs == 0x8000) { ! rhs = 0; ! i--; ! } } } - else - bus_space_read_multi_2(scp->bst, scp->bsh, XE_EDP, - (u_int16_t *) ehp, len >> 1); } else bus_space_read_multi_2(scp->bst, scp->bsh, XE_EDP, ! (u_int16_t *) ehp, len >> 1); ! ! /* Deliver packet to upper layers */ ! if (mbp != NULL) { ! mbp->m_flags |= M_HASFCS; /* FCS is included in our ! * packet */ ! mbp->m_pkthdr.len = mbp->m_len = len; ! (*ifp->if_input)(ifp, mbp); /* Send the packet on its way */ ! ifp->if_ipackets++; /* Success! */ ! } ! XE_OUTW(XE_DO, 0x8000); /* skip_rx_packet command */ } } ! else if (rsr & XE_RSR_LONG_PACKET) { /* Packet length >1518 bytes */ ! scp->mibdata.dot3StatsFrameTooLongs++; ! ifp->if_ierrors++; ! } ! else if (rsr & XE_RSR_CRC_ERROR) { /* Bad checksum on packet */ ! scp->mibdata.dot3StatsFCSErrors++; ! ifp->if_ierrors++; ! } ! else if (rsr & XE_RSR_ALIGN_ERROR) { /* Packet alignment error */ scp->mibdata.dot3StatsAlignmentErrors++; ifp->if_ierrors++; } } ! if (rxs & 0x10) { /* Receiver overrun */ ! scp->mibdata.dot3StatsInternalMacReceiveErrors++; ifp->if_ierrors++; XE_OUTB(XE_CR, XE_CR_CLEAR_OVERRUN); } } ! XE_SELECT_PAGE(psr); /* Restore saved page */ ! XE_OUTB(XE_CR, XE_CR_ENABLE_INTR); /* Re-enable interrupts */ ! /* Could force an int here, instead of dropping packets? */ ! /* XE_OUTB(XE_CR, XE_CR_ENABLE_INTR|XE_CE_FORCE_INTR); */ return; } --- 567,823 ---- { struct xe_softc *scp = (struct xe_softc *) xscp; struct ifnet *ifp; ! u_int8_t psr, isr, esr, rsr, rst0, txst0, txst1, coll; ifp = &scp->arpcom.ac_if; ! /* Disable interrupts */ ! XE_OUTB(XE_CR, 0); ! /* Cache current register page */ ! psr = XE_INB(XE_PR); ! /* Read ISR to see what caused this interrupt */ ! if ((isr = XE_INB(XE_ISR)) != 0) { ! /* Read other status registers */ XE_SELECT_PAGE(0x40); ! rst0 = XE_INB(XE_RST0); ! XE_OUTB(XE_RST0, 0); ! txst0 = XE_INB(XE_TXST0); ! txst1 = XE_INB(XE_TXST1); ! coll = txst1 & XE_TXST1_RETRY_COUNT; XE_OUTB(XE_TXST0, 0); XE_OUTB(XE_TXST1, 0); XE_SELECT_PAGE(0); #if XE_DEBUG > 2 ! device_printf(scp->dev, "intr: ISR=0x%02x, RST=0x%02x, TXT=0x%02x%02x, COLL=0x%01x\n", isr, rst0, txst1, txst0, coll); #endif ! /* Handle transmitted packet(s) */ if (isr & XE_ISR_TX_PACKET) { ! u_int8_t tpr, sent; ! /* Update packet count, accounting for rollover */ ! tpr = XE_INB(XE_TPR); ! sent = -scp->tx_tpr + tpr; ! ! /* Update statistics if we actually sent anything */ ! if (sent > 0) { ! scp->tx_tpr = tpr; scp->tx_queued -= sent; ifp->if_opackets += sent; ! ifp->if_collisions += coll; /* ! * According to the Xircom manual, Dingo will sometimes manage to ! * transmit a packet with triggering an interrupt. If this happens, ! * we have sent > 1 and the collision count only reflects collisions ! * on the last packet sent (the one that triggered the interrupt). ! * Collision stats might therefore be a bit low, but there doesn't ! * seem to be anything we can do about that. */ ! ! switch (coll) { ! case 0: break; ! case 1: scp->mibdata.dot3StatsSingleCollisionFrames++; scp->mibdata.dot3StatsCollFrequencies[0]++; break; ! default: ! scp->mibdata.dot3StatsMultipleCollisionFrames++; ! scp->mibdata.dot3StatsCollFrequencies[coll-1]++; } } ifp->if_timer = 0; ifp->if_flags &= ~IFF_OACTIVE; } + /* Handle most MAC interrupts */ + if (isr & XE_ISR_MAC_INTR) { ! #if 0 ! /* Carrier sense lost -- only in 10Mbit HDX mode */ ! if (txst0 & XE_TXST0_NO_CARRIER || !(txst1 & XE_TXST1_LINK_STATUS)) { ! /* XXX - Need to update media status here */ ! device_printf(scp->dev, "no carrier\n"); ! ifp->if_oerrors++; ! scp->mibdata.dot3StatsCarrierSenseErrors++; ! } ! #endif ! /* Excessive collisions -- try sending again */ ! if (txst0 & XE_TXST0_16_COLLISIONS) { ! ifp->if_collisions += 16; ! ifp->if_oerrors++; ! scp->mibdata.dot3StatsExcessiveCollisions++; ! scp->mibdata.dot3StatsMultipleCollisionFrames++; ! scp->mibdata.dot3StatsCollFrequencies[15]++; ! XE_OUTB(XE_CR, XE_CR_RESTART_TX); ! } ! /* Transmit underrun -- increase early transmit threshold */ ! if (txst0 & XE_TXST0_TX_UNDERRUN) { ! device_printf(scp->dev, "transmit underrun"); ! if (scp->tx_thres < ETHER_MAX_LEN) { ! if ((scp->tx_thres += 64) > ETHER_MAX_LEN) ! scp->tx_thres = ETHER_MAX_LEN; ! printf(": increasing transmit threshold to %u", scp->tx_thres); ! XE_SELECT_PAGE(0x3); ! XE_OUTW(XE_TPT, scp->tx_thres); ! XE_SELECT_PAGE(0x0); ! } ! printf("\n"); ! ifp->if_oerrors++; ! scp->mibdata.dot3StatsInternalMacTransmitErrors++; ! } ! /* Late collision -- just complain about it */ ! if (txst0 & XE_TXST0_LATE_COLLISION) { ! device_printf(scp->dev, "late collision\n"); ! ifp->if_oerrors++; ! scp->mibdata.dot3StatsLateCollisions++; ! } ! /* SQE test failure -- just complain about it */ ! if (txst0 & XE_TXST0_SQE_FAIL) { ! device_printf(scp->dev, "SQE test failure\n"); ! ifp->if_oerrors++; ! scp->mibdata.dot3StatsSQETestErrors++; ! } ! /* Packet too long -- what happens to these */ ! if (rst0 & XE_RST0_LONG_PACKET) { ! device_printf(scp->dev, "received giant packet\n"); ! ifp->if_ierrors++; ! scp->mibdata.dot3StatsFrameTooLongs++; ! } ! /* CRC error -- packet dropped */ ! if (rst0 & XE_RST0_CRC_ERROR) { ! device_printf(scp->dev, "CRC error\n"); ! ifp->if_ierrors++; ! scp->mibdata.dot3StatsFCSErrors++; ! } ! } ! ! /* Handle received packet(s) */ while ((esr = XE_INB(XE_ESR)) & XE_ESR_FULL_PACKET_RX) { + rsr = XE_INB(XE_RSR); ! #if XE_DEBUG > 2 ! device_printf(scp->dev, "intr: ESR=0x%02x, RSR=0x%02x\n", esr, rsr,); ! #endif ! ! /* Make sure packet is a good one */ ! if (rsr & XE_RSR_RX_OK) { struct ether_header *ehp; struct mbuf *mbp; u_int16_t len; ! len = XE_INW(XE_RBC) - ETHER_CRC_LEN; ! if (len == 0) { ! ifp->if_iqdrops++; continue; + } /* ! * Allocate mbuf to hold received packet. If the mbuf header isn't ! * big enough, we attach an mbuf cluster to hold the packet. Note the ! * +=2 to align the packet data on a 32-bit boundary, and the +3 to ! * allow for the possibility of reading one more byte than the actual ! * packet length (we always read 16-bit words). ! * XXX - Surely there's a better way to do this alignment? */ ! MGETHDR(mbp, M_DONTWAIT, MT_DATA); ! if (mbp == NULL) { ifp->if_iqdrops++; continue; } ! if (len + 3 > MHLEN) { ! MCLGET(mbp, M_DONTWAIT); ! if ((mbp->m_flags & M_EXT) == 0) { ! m_freem(mbp); ! ifp->if_iqdrops++; ! continue; } } ! mbp->m_data += 2; ! ehp = mtod(mbp, struct ether_header *); ! /* ! * Now get the packet in PIO mode, including the Ethernet header but ! * omitting the trailing CRC. ! */ ! ! /* ! * Work around a bug in CE2 cards. There seems to be a problem with ! * duplicated and extraneous bytes in the receive buffer, but without ! * any real documentation for the CE2 it's hard to tell for sure. ! * XXX - Needs testing on CE2 hardware ! */ ! if (scp->srev == 0) { ! u_short rhs; ! XE_SELECT_PAGE(5); ! rhs = XE_INW(XE_RHSA); ! XE_SELECT_PAGE(0); ! ! rhs += 3; /* Skip control info */ ! ! if (rhs >= 0x8000) ! rhs = 0; ! ! if (rhs + len > 0x8000) { ! int i; ! ! for (i = 0; i < len; i++, rhs++) { ! ((char *)ehp)[i] = XE_INB(XE_EDP); ! if (rhs == 0x8000) { ! rhs = 0; ! i--; } } } else bus_space_read_multi_2(scp->bst, scp->bsh, XE_EDP, ! (u_int16_t *) ehp, (len + 1) >> 1); } + else + bus_space_read_multi_2(scp->bst, scp->bsh, XE_EDP, + (u_int16_t *) ehp, (len + 1) >> 1); + + /* Deliver packet to upper layers */ + mbp->m_pkthdr.rcvif = ifp; + mbp->m_pkthdr.len = mbp->m_len = len; + (*ifp->if_input)(ifp, mbp); + ifp->if_ipackets++; } ! ! /* Packet alignment error -- drop packet */ ! else if (rsr & XE_RSR_ALIGN_ERROR) { ! device_printf(scp->dev, "alignment error\n"); scp->mibdata.dot3StatsAlignmentErrors++; ifp->if_ierrors++; } + + /* Skip to next packet, if there is one */ + XE_OUTW(XE_DO, 0x8000); } ! ! /* Clear receiver overruns now we have some free buffer space */ ! if (rst0 & XE_RST0_RX_OVERRUN) { ! device_printf(scp->dev, "receive overrun\n"); ifp->if_ierrors++; + scp->mibdata.dot3StatsInternalMacReceiveErrors++; XE_OUTB(XE_CR, XE_CR_CLEAR_OVERRUN); } } ! /* Restore saved page */ ! XE_SELECT_PAGE(psr); ! /* Re-enable interrupts */ ! XE_OUTB(XE_CR, XE_CR_ENABLE_INTR); return; } *************** *** 767,778 **** xe_watchdog(struct ifnet *ifp) { struct xe_softc *scp = ifp->if_softc; ! device_printf(scp->dev, "watchdog timeout; resetting card\n"); scp->tx_timeouts++; ifp->if_oerrors += scp->tx_queued; xe_stop(scp); ! xe_hard_reset(scp); ! xe_setmedia(scp); xe_init(scp); } --- 833,843 ---- xe_watchdog(struct ifnet *ifp) { struct xe_softc *scp = ifp->if_softc; ! device_printf(scp->dev, "watchdog timeout: resetting card\n"); scp->tx_timeouts++; ifp->if_oerrors += scp->tx_queued; xe_stop(scp); ! xe_reset(scp); xe_init(scp); } *************** *** 784,790 **** xe_media_change(struct ifnet *ifp) { struct xe_softc *scp = ifp->if_softc; ! #ifdef XE_DEBUG if_printf(ifp, "media_change\n"); #endif --- 849,855 ---- xe_media_change(struct ifnet *ifp) { struct xe_softc *scp = ifp->if_softc; ! #if XE_DEBUG > 1 if_printf(ifp, "media_change\n"); #endif *************** *** 810,819 **** static void xe_media_status(struct ifnet *ifp, struct ifmediareq *mrp) { ! #ifdef XE_DEBUG if_printf(ifp, "media_status\n"); #endif mrp->ifm_active = ((struct xe_softc *)ifp->if_softc)->media; return; --- 875,886 ---- static void xe_media_status(struct ifnet *ifp, struct ifmediareq *mrp) { ! #if XE_DEBUG > 1 if_printf(ifp, "media_status\n"); #endif + /* XXX - This is clearly wrong. Will fix once I have CE2 working */ + mrp->ifm_status = IFM_AVALID | IFM_ACTIVE; mrp->ifm_active = ((struct xe_softc *)ifp->if_softc)->media; return; *************** *** 827,833 **** struct xe_softc *scp = xscp; u_int16_t bmcr, bmsr, anar, lpar; ! #ifdef XE_DEBUG device_printf(scp->dev, "setmedia\n"); #endif --- 894,900 ---- struct xe_softc *scp = xscp; u_int16_t bmcr, bmsr, anar, lpar; ! #if XE_DEBUG > 1 device_printf(scp->dev, "setmedia\n"); #endif *************** *** 873,889 **** */ switch (scp->autoneg_status) { ! case XE_AUTONEG_NONE: #if XE_DEBUG > 1 device_printf(scp->dev, "Waiting for idle transmitter\n"); #endif scp->arpcom.ac_if.if_flags |= IFF_OACTIVE; scp->autoneg_status = XE_AUTONEG_WAITING; ! scp->chand = timeout(xe_setmedia, scp, hz * 2); ! return; ! case XE_AUTONEG_WAITING: ! xe_soft_reset(scp); if (scp->phy_ok) { #if XE_DEBUG > 1 device_printf(scp->dev, "Starting autonegotiation\n"); --- 940,958 ---- */ switch (scp->autoneg_status) { ! case XE_AUTONEG_NONE: #if XE_DEBUG > 1 device_printf(scp->dev, "Waiting for idle transmitter\n"); #endif scp->arpcom.ac_if.if_flags |= IFF_OACTIVE; scp->autoneg_status = XE_AUTONEG_WAITING; ! /* FALL THROUGH */ ! case XE_AUTONEG_WAITING: ! if (scp->tx_queued != 0) { ! scp->chand = timeout(xe_setmedia, scp, hz/2); ! return; ! } if (scp->phy_ok) { #if XE_DEBUG > 1 device_printf(scp->dev, "Starting autonegotiation\n"); *************** *** 898,904 **** bmcr |= PHY_BMCR_AUTONEGENBL|PHY_BMCR_AUTONEGRSTR; xe_phy_writereg(scp, PHY_BMCR, bmcr); scp->autoneg_status = XE_AUTONEG_STARTED; ! scp->chand = timeout(xe_setmedia, scp, hz * 7/2); return; } else { --- 967,973 ---- bmcr |= PHY_BMCR_AUTONEGENBL|PHY_BMCR_AUTONEGRSTR; xe_phy_writereg(scp, PHY_BMCR, bmcr); scp->autoneg_status = XE_AUTONEG_STARTED; ! scp->chand = timeout(xe_setmedia, scp, hz * 7/2); return; } else { *************** *** 953,959 **** device_printf(scp->dev, "Autonegotiation failed; trying 100baseTX\n"); #endif XE_MII_DUMP(scp); - xe_soft_reset(scp); if (scp->phy_ok) { xe_phy_writereg(scp, PHY_BMCR, PHY_BMCR_SPEEDSEL); scp->autoneg_status = XE_AUTONEG_100TX; --- 1022,1027 ---- *************** *** 1028,1034 **** * no PHY, we fall back to 10baseT operation). */ case IFM_100_TX: /* Force 100baseTX */ - xe_soft_reset(scp); if (scp->phy_ok) { #if XE_DEBUG > 1 device_printf(scp->dev, "Selecting 100baseTX\n"); --- 1096,1101 ---- *************** *** 1044,1050 **** /* FALLTHROUGH */ case IFM_10_T: /* Force 10baseT */ - xe_soft_reset(scp); #if XE_DEBUG > 1 device_printf(scp->dev, "Selecting 10baseT\n"); #endif --- 1111,1116 ---- *************** *** 1059,1065 **** break; case IFM_10_2: - xe_soft_reset(scp); #if XE_DEBUG > 1 device_printf(scp->dev, "Selecting 10base2\n"); #endif --- 1125,1130 ---- *************** *** 1092,1099 **** } /* Restart output? */ scp->ifp->if_flags &= ~IFF_OACTIVE; ! xe_init(scp); } --- 1157,1165 ---- } /* Restart output? */ + xe_enable_intr(scp); scp->ifp->if_flags &= ~IFF_OACTIVE; ! xe_start(scp->ifp); } *************** *** 1101,1198 **** * Hard reset (power cycle) the card. */ static void ! xe_hard_reset(struct xe_softc *scp) { int s; ! #ifdef XE_DEBUG ! device_printf(scp->dev, "hard_reset\n"); #endif s = splimp(); ! /* ! * Power cycle the card. ! */ XE_SELECT_PAGE(4); ! XE_OUTB(XE_GPR1, 0); /* Power off */ DELAY(40000); if (scp->mohawk) ! XE_OUTB(XE_GPR1, 1); /* And back on again */ else ! XE_OUTB(XE_GPR1, 5); /* Also set AIC bit, whatever that is */ ! DELAY(40000); ! XE_SELECT_PAGE(0); ! ! (void)splx(s); ! } ! - /* - * Soft reset the card. Also makes sure that the ML6692 and 10Mbit controller - * are powered up, sets the silicon revision number in softc, disables - * interrupts and checks for the prescence of a 100Mbit PHY. This should - * leave us in a position where we can access the PHY and do media - * selection. The function imposes a 0.5s delay while the hardware powers up. - */ - static void - xe_soft_reset(struct xe_softc *scp) { - int s; - - #ifdef XE_DEBUG - device_printf(scp->dev, "soft_reset\n"); - #endif - - s = splimp(); - - /* - * Reset the card, (again). - */ - XE_SELECT_PAGE(0); - XE_OUTB(XE_CR, XE_CR_SOFT_RESET); - DELAY(40000); - XE_OUTB(XE_CR, 0); DELAY(40000); - - if (scp->mohawk) { - /* - * set GP1 and GP2 as outputs (bits 2 & 3) - * set GP1 low to power on the ML6692 (bit 0) - * set GP2 high to power on the 10Mhz chip (bit 1) - */ - XE_SELECT_PAGE(4); - XE_OUTB(XE_GPR0, 0x0e); - } - - /* - * Wait for everything to wake up. - */ - DELAY(500000); - - /* - * Get silicon revision number. - */ - XE_SELECT_PAGE(4); - if (scp->mohawk) - scp->srev = (XE_INB(XE_BOV) & 0x70) >> 4; - else - scp->srev = (XE_INB(XE_BOV) & 0x30) >> 4; - #ifdef XE_DEBUG - device_printf(scp->dev, "silicon revision = %d\n", scp->srev); - #endif - - /* - * Shut off interrupts. - */ - xe_disable_intr(scp); - - /* - * Check for PHY. - */ - if (scp->mohawk) { - scp->phy_ok = xe_mii_init(scp); - } - XE_SELECT_PAGE(0); (void)splx(s); --- 1167,1193 ---- * Hard reset (power cycle) the card. */ static void ! xe_reset(struct xe_softc *scp) { int s; ! #if XE_DEBUG > 1 ! device_printf(scp->dev, "reset\n"); #endif s = splimp(); ! /* Power down */ XE_SELECT_PAGE(4); ! XE_OUTB(XE_GPR1, 0); DELAY(40000); + /* Power up again */ if (scp->mohawk) ! XE_OUTB(XE_GPR1, XE_GPR1_POWER_DOWN); else ! XE_OUTB(XE_GPR1, XE_GPR1_POWER_DOWN|XE_GPR1_AIC); DELAY(40000); XE_SELECT_PAGE(0); (void)splx(s); *************** *** 1208,1214 **** xe_stop(struct xe_softc *scp) { int s; ! #ifdef XE_DEBUG device_printf(scp->dev, "stop\n"); #endif --- 1203,1209 ---- xe_stop(struct xe_softc *scp) { int s; ! #if XE_DEBUG > 1 device_printf(scp->dev, "stop\n"); #endif *************** *** 1225,1230 **** --- 1220,1234 ---- XE_SELECT_PAGE(4); XE_OUTB(XE_GPR1, 0); XE_SELECT_PAGE(0); + if (scp->mohawk) { + /* + * set GP1 and GP2 as outputs (bits 2 & 3) + * set GP1 high to power on the ML6692 (bit 0) + * set GP2 low to power on the 10Mhz chip (bit 1) + */ + XE_SELECT_PAGE(4); + XE_OUTB(XE_GPR0, XE_GPR0_GP2_SELECT|XE_GPR0_GP1_SELECT|XE_GPR0_GP1_OUT); + } /* * ~IFF_RUNNING == interface down. *************** *** 1238,1256 **** /* ! * Enable Ethernet interrupts from the card. */ static void xe_enable_intr(struct xe_softc *scp) { ! #ifdef XE_DEBUG device_printf(scp->dev, "enable_intr\n"); #endif - XE_SELECT_PAGE(1); - XE_OUTB(XE_IMR0, 0xff); /* Unmask everything */ - XE_OUTB(XE_IMR1, 0x01); /* Unmask TX underrun detection */ - DELAY(1); - XE_SELECT_PAGE(0); XE_OUTB(XE_CR, XE_CR_ENABLE_INTR); /* Enable interrupts */ if (scp->modem && !scp->dingo) { /* This bit is just magic */ --- 1242,1256 ---- /* ! * Enable interrupts from the card. */ static void xe_enable_intr(struct xe_softc *scp) { ! ! #if XE_DEBUG > 1 device_printf(scp->dev, "enable_intr\n"); #endif XE_SELECT_PAGE(0); XE_OUTB(XE_CR, XE_CR_ENABLE_INTR); /* Enable interrupts */ if (scp->modem && !scp->dingo) { /* This bit is just magic */ *************** *** 1262,1393 **** /* ! * Disable all Ethernet interrupts from the card. */ static void xe_disable_intr(struct xe_softc *scp) { ! #ifdef XE_DEBUG device_printf(scp->dev, "disable_intr\n"); #endif XE_SELECT_PAGE(0); XE_OUTB(XE_CR, 0); /* Disable interrupts */ ! if (scp->modem && !scp->dingo) { /* More magic (does this work?) */ XE_OUTB(0x10, 0x10); /* Mask the master int enable bit */ } - - XE_SELECT_PAGE(1); - XE_OUTB(XE_IMR0, 0); /* Forbid all interrupts */ - XE_OUTB(XE_IMR1, 0); - XE_SELECT_PAGE(0); } /* ! * Set up multicast filter and promiscuous mode */ static void ! xe_setmulti(struct xe_softc *scp) { struct ifnet *ifp; struct ifmultiaddr *maddr; ! int count; ifp = &scp->arpcom.ac_if; ! maddr = TAILQ_FIRST(&ifp->if_multiaddrs); ! /* Get length of multicast list */ ! for (count = 0; maddr != NULL; maddr = TAILQ_NEXT(maddr, ifma_link), count++); ! if ((ifp->if_flags & IFF_PROMISC) || (ifp->if_flags & IFF_ALLMULTI) || (count > 9)) { ! /* ! * Go into promiscuous mode if either of the PROMISC or ALLMULTI flags are ! * set, or if we have been asked to deal with more than 9 multicast ! * addresses. To do this: set MPE and PME in SWC1 ! */ ! XE_SELECT_PAGE(0x42); ! XE_OUTB(XE_SWC1, 0x06); } ! else if ((ifp->if_flags & IFF_MULTICAST) && (count > 0)) { ! /* ! * Program the filters for up to 9 addresses ! */ XE_SELECT_PAGE(0x42); ! XE_OUTB(XE_SWC1, 0x01); ! XE_SELECT_PAGE(0x40); ! XE_OUTB(XE_CMD0, XE_CMD0_OFFLINE); ! /*xe_reg_dump(scp);*/ ! xe_setaddrs(scp); ! /*xe_reg_dump(scp);*/ ! XE_SELECT_PAGE(0x40); ! XE_OUTB(XE_CMD0, XE_CMD0_RX_ENABLE|XE_CMD0_ONLINE); } ! else { ! /* ! * No multicast operation (default) ! */ XE_SELECT_PAGE(0x42); ! XE_OUTB(XE_SWC1, 0); } XE_SELECT_PAGE(0); } /* ! * Set up all on-chip addresses (for multicast). AFAICS, there are 10 ! * of these things; the first is our MAC address, the other 9 are mcast ! * addresses, padded with the MAC address if there aren't enough. ! * XXX - This doesn't work right, but I'm not sure why yet. We seem to be ! * XXX - doing much the same as the Linux code, which is weird enough that ! * XXX - it's probably right (despite my earlier comments to the contrary). */ static void ! xe_setaddrs(struct xe_softc *scp) { ! struct ifmultiaddr *maddr; ! u_int8_t *addr; ! u_int8_t page, slot, byte, i; ! ! maddr = TAILQ_FIRST(&scp->arpcom.ac_if.if_multiaddrs); ! XE_SELECT_PAGE(page = 0x50); ! for (slot = 0, byte = 8; slot < 10; slot++) { ! if (slot == 0) ! addr = (u_int8_t *)(&scp->arpcom.ac_enaddr); ! else { ! while (maddr != NULL && maddr->ifma_addr->sa_family != AF_LINK) ! maddr = TAILQ_NEXT(maddr, ifma_link); ! if (maddr != NULL) ! addr = LLADDR((struct sockaddr_dl *)maddr->ifma_addr); ! else ! addr = (u_int8_t *)(&scp->arpcom.ac_enaddr); } ! ! for (i = 0; i < 6; i++, byte++) { ! #if XE_DEBUG > 2 ! if (i) ! printf(":%x", addr[i]); ! else ! device_printf(scp->dev, "individual addresses %d: %x", slot, addr[0]); #endif - if (byte > 15) { - page++; - byte = 8; - XE_SELECT_PAGE(page); - } ! if (scp->mohawk) ! XE_OUTB(byte, addr[5 - i]); else ! XE_OUTB(byte, addr[i]); } ! #if XE_DEBUG > 2 ! printf("\n"); #endif } ! XE_SELECT_PAGE(0); } --- 1262,1497 ---- /* ! * Disable interrupts from the card. */ static void xe_disable_intr(struct xe_softc *scp) { ! ! #if XE_DEBUG > 1 device_printf(scp->dev, "disable_intr\n"); #endif XE_SELECT_PAGE(0); XE_OUTB(XE_CR, 0); /* Disable interrupts */ ! if (scp->modem && !scp->dingo) { /* More magic */ XE_OUTB(0x10, 0x10); /* Mask the master int enable bit */ } } /* ! * Set up multicast filter and promiscuous modes. */ static void ! xe_set_multicast(struct xe_softc *scp) { struct ifnet *ifp; struct ifmultiaddr *maddr; ! unsigned count, i; ! ! #if XE_DEBUG > 1 ! device_printf(scp->dev, "set_multicast\n"); ! #endif ifp = &scp->arpcom.ac_if; ! XE_SELECT_PAGE(0x42); ! /* Handle PROMISC flag */ ! if (ifp->if_flags & IFF_PROMISC) { ! XE_OUTB(XE_SWC1, XE_INB(XE_SWC1) | XE_SWC1_PROMISCUOUS); ! return; ! } ! else ! XE_OUTB(XE_SWC1, XE_INB(XE_SWC1) & ~XE_SWC1_PROMISCUOUS); ! /* Handle ALLMULTI flag */ ! if (ifp->if_flags & IFF_ALLMULTI) { ! XE_OUTB(XE_SWC1, XE_INB(XE_SWC1) | XE_SWC1_ALLMULTI); ! return; } ! else ! XE_OUTB(XE_SWC1, XE_INB(XE_SWC1) & ~XE_SWC1_ALLMULTI); ! ! /* Iterate over multicast address list */ ! count = 0; ! #if __FreeBSD_version < 500000 ! LIST_FOREACH(maddr, &ifp->if_multiaddrs, ifma_link) { ! #else ! TAILQ_FOREACH(maddr, &ifp->if_multiaddrs, ifma_link) { ! #endif ! if (maddr->ifma_addr->sa_family != AF_LINK) ! continue; ! ! count++; ! ! if (count < 10) ! /* First 9 use Individual Addresses for exact matching */ ! xe_set_addr(scp, LLADDR((struct sockaddr_dl *)maddr->ifma_addr), count); ! else ! if (scp->mohawk) ! /* Use hash filter on Mohawk and Dingo */ ! xe_set_hash(scp, LLADDR((struct sockaddr_dl *)maddr->ifma_addr)); ! else ! /* Nowhere else to put them on CE2 */ ! break; ! } ! ! #if XE_DEBUG > 1 ! device_printf(scp->dev, "set_multicast: count = %u\n", count); ! #endif ! ! /* Now do some cleanup and enable multicast handling as needed */ ! if (count == 0) { ! /* Disable all multicast handling */ XE_SELECT_PAGE(0x42); ! XE_OUTB(XE_SWC1, XE_INB(XE_SWC1) & ~(XE_SWC1_IA_ENABLE|XE_SWC1_ALLMULTI)); ! if (scp->mohawk) { ! XE_SELECT_PAGE(0x02); ! XE_OUTB(XE_MSR, XE_INB(XE_MSR) & ~XE_MSR_HASH_TABLE); ! } } ! else if (count < 10) { ! /* Full in any unused Individual Addresses with our MAC address */ ! for (i = count + 1; i < 10; i++) ! xe_set_addr(scp, (u_int8_t *)(&scp->arpcom.ac_enaddr), i); ! /* Enable Individual Address matching only */ XE_SELECT_PAGE(0x42); ! XE_OUTB(XE_SWC1, (XE_INB(XE_SWC1) & ~XE_SWC1_ALLMULTI) | XE_SWC1_IA_ENABLE); ! if (scp->mohawk) { ! XE_SELECT_PAGE(0x02); ! XE_OUTB(XE_MSR, XE_INB(XE_MSR) & ~XE_MSR_HASH_TABLE); ! } ! } ! else { ! if (scp->mohawk) { ! /* Check whether hash table is full */ ! XE_SELECT_PAGE(0x58); ! for (i = 0x08; i < 0x10; i++) ! if (XE_INB(i) != 0xff) ! break; ! if (i == 0x10) { ! /* Hash table full - enable promiscuous multicast matching */ ! XE_SELECT_PAGE(0x42); ! XE_OUTB(XE_SWC1, (XE_INB(XE_SWC1) & ~XE_SWC1_IA_ENABLE) | XE_SWC1_ALLMULTI); ! XE_SELECT_PAGE(0x02); ! XE_OUTB(XE_MSR, XE_INB(XE_MSR) & ~XE_MSR_HASH_TABLE); ! } ! else { ! /* Enable hash table and Individual Address matching */ ! XE_SELECT_PAGE(0x42); ! XE_OUTB(XE_SWC1, (XE_INB(XE_SWC1) & ~XE_SWC1_ALLMULTI) | XE_SWC1_IA_ENABLE); ! XE_SELECT_PAGE(0x02); ! XE_OUTB(XE_MSR, XE_INB(XE_MSR) | XE_MSR_HASH_TABLE); ! } ! } ! else { ! /* Enable promiscuous multicast matching */ ! XE_SELECT_PAGE(0x42); ! XE_OUTB(XE_SWC1, (XE_INB(XE_SWC1) & ~XE_SWC1_IA_ENABLE) | XE_SWC1_ALLMULTI); ! } } + XE_SELECT_PAGE(0); } /* ! * Copy the Ethernet multicast address in addr to the on-chip registers for ! * Individual Address idx. Assumes that addr is really a multicast address ! * and that idx > 0 (slot 0 is always used for the card MAC address). */ static void ! xe_set_addr(struct xe_softc *scp, u_int8_t* addr, unsigned idx) { ! u_int8_t page, reg; ! unsigned i; ! /* ! * Individual Addresses are stored in registers 8-F of pages 0x50-0x57. IA1 ! * therefore starts at register 0xE on page 0x50. The expressions below ! * compute the starting page and register for any IA index > 0. ! */ ! --idx; ! page = 0x50 + idx%4 + idx/4*3; ! reg = 0x0e - 2 * (idx%4); ! #if XE_DEBUG > 1 ! device_printf(scp->dev, "set_addr: idx = %u, page = 0x%02x, reg = 0x%02x\n", ! idx+1, page, reg); ! #endif ! /* ! * Copy the IA bytes. Note that the byte order is reversed for Mohawk and ! * Dingo wrt. CE2 hardware. ! */ ! XE_SELECT_PAGE(page); ! for (i = 0; i < 6; i++) { ! #if XE_DEBUG > 1 ! if (i > 0) ! printf(":%02x", addr[i]); ! else ! device_printf(scp->dev, "set_addr: %02x", addr[0]); ! #endif ! XE_OUTB(reg, addr[scp->mohawk ? 5 - i : i]); ! if (++reg == 0x10) { ! reg = 0x08; ! XE_SELECT_PAGE(++page); } ! } ! #if XE_DEBUG > 1 ! printf("\n"); #endif + } ! /* ! * Set the appropriate bit in the multicast hash table for the supplied ! * Ethernet multicast address addr. Assumes that addr is really a multicast ! * address. ! */ ! static void ! xe_set_hash(struct xe_softc* scp, u_int8_t* addr) { ! u_int32_t crc = 0xffffffff; ! u_int8_t bit, byte, crc31, idx; ! unsigned i, j; ! ! /* Compute CRC of the address -- standard Ethernet CRC function */ ! for (i = 0; i < 6; i++) { ! byte = addr[i]; ! for (j = 1; j <= 8; j++) { ! if (crc & 0x80000000) ! crc31 = 0x01; else ! crc31 = 0; ! bit = crc31 ^ (byte & 0x01); ! crc <<= 1; ! byte >>= 1; ! if (bit) ! crc = (crc ^ XE_CRC_POLY)|1; } ! } ! ! #if XE_DEBUG > 1 ! device_printf(scp->dev, "set_hash: CRC = 0x%08x\n", crc); #endif + + /* Hash table index = 6 msbs of CRC, reversed */ + for (i = 0, idx = 0; i < 6; i++) { + idx >>= 1; + if (crc & 0x80000000) { + idx |= 0x20; + } + crc <<= 1; } ! /* Top 3 bits of idx give register - 8, bottom 3 give bit within register */ ! byte = idx >> 3 | 0x08; ! bit = 0x01 << (idx & 0x07); ! ! #if XE_DEBUG > 1 ! device_printf(scp->dev, "set_hash: idx = 0x%02x, byte = 0x%02x, bit = 0x%02x\n", idx, byte, bit); ! #endif ! ! XE_SELECT_PAGE(0x58); ! XE_OUTB(byte, XE_INB(byte) | bit); } *************** *** 1460,1466 **** * out the packet. I guess it is then sent automatically (?) */ if (scp->mohawk) ! XE_OUTB(XE_CR, XE_CR_TX_PACKET|XE_CR_ENABLE_INTR); else while (pad > 0) { XE_OUTW(XE_EDP, 0xdead); --- 1564,1570 ---- * out the packet. I guess it is then sent automatically (?) */ if (scp->mohawk) ! XE_OUTB(XE_CR, XE_CR_TX_PACKET | XE_CR_RESTART_TX | XE_CR_ENABLE_INTR); else while (pad > 0) { XE_OUTW(XE_EDP, 0xdead); *************** *** 1470,1528 **** return 0; } - /* - * Compute the 32-bit Ethernet CRC for the given buffer. - */ - static u_int32_t - xe_compute_crc(u_int8_t *data, int len) { - u_int32_t crc = 0xffffffff; - u_int32_t poly = 0x04c11db6; - u_int8_t current, crc31, bit; - int i, k; - - for (i = 0; i < len; i++) { - current = data[i]; - for (k = 1; k <= 8; k++) { - if (crc & 0x80000000) { - crc31 = 0x01; - } - else { - crc31 = 0; - } - bit = crc31 ^ (current & 0x01); - crc <<= 1; - current >>= 1; - if (bit) { - crc = (crc ^ poly)|1; - } - } - } - return crc; - } - - - /* - * Convert a CRC into an index into the multicast hash table. What we do is - * take the most-significant 6 bits of the CRC, reverse them, and use that as - * the bit number in the hash table. Bits 5:3 of the result give the byte - * within the table (0-7); bits 2:0 give the bit number within that byte (also - * 0-7), ie. the number of shifts needed to get it into the lsb position. - */ - static int - xe_compute_hashbit(u_int32_t crc) { - u_int8_t hashbit = 0; - int i; - - for (i = 0; i < 6; i++) { - hashbit >>= 1; - if (crc & 0x80000000) { - hashbit &= 0x80; - } - crc <<= 1; - } - return (hashbit >> 2); - } - /************************************************************** --- 1574,1579 ---- *************** *** 1790,1796 **** } ! #ifdef XE_DEBUG /* * A bit of debugging code. */ --- 1841,1847 ---- } ! #if XE_DEBUG > 2 /* * A bit of debugging code. */ *************** *** 1857,1862 **** --- 1908,1917 ---- struct xe_softc *sc = device_get_softc(dev); int start, err; + #if XE_DEBUG > 1 + device_printf(dev, "activate\n"); + #endif + if (!sc->dingo) { sc->port_rid = 0; /* 0 is managed by pccard */ sc->port_res = bus_alloc_resource(dev, SYS_RES_IOPORT, *************** *** 1921,1926 **** --- 1976,1985 ---- { struct xe_softc *sc = device_get_softc(dev); + #if XE_DEBUG > 1 + device_printf(dev, "deactivate\n"); + #endif + if (sc->intrhand) bus_teardown_intr(dev, sc->irq_res, sc->intrhand); sc->intrhand = 0; Index: src/sys/dev/xe/if_xereg.h =================================================================== RCS file: /home/ncvs/src/sys/dev/xe/if_xereg.h,v retrieving revision 1.5 retrieving revision 1.5.10000.1 diff -c -r1.5 -r1.5.10000.1 *** src/sys/dev/xe/if_xereg.h 10 Jan 2000 08:05:53 -0000 1.5 --- src/sys/dev/xe/if_xereg.h 25 Mar 2003 21:02:31 -0000 1.5.10000.1 *************** *** 24,30 **** * SUCH DAMAGE. * * $Id: if_xereg.h,v 1.5 1999/05/20 21:53:58 scott Exp $ ! * $FreeBSD: src/sys/dev/xe/if_xereg.h,v 1.5 2000/01/10 08:05:53 imp Exp $ */ #ifndef DEV_XE_IF_XEREG_H #define DEV_XE_IF_XEREG_H --- 24,30 ---- * SUCH DAMAGE. * * $Id: if_xereg.h,v 1.5 1999/05/20 21:53:58 scott Exp $ ! * $FreeBSD: src/sys/dev/xe/if_xereg.h,v 1.5.10000.1 2003/03/25 21:02:31 scott Exp $ */ #ifndef DEV_XE_IF_XEREG_H #define DEV_XE_IF_XEREG_H *************** *** 283,293 **** --- 283,297 ---- #define XE_IMR0_TX_OVERFLOW 0x01 /* Masks for bits in ISR */ #define XE_IMR0_TX_PACKET 0x02 #define XE_IMR0_MAC_INTR 0x04 + #define XE_IMR0_TX_RESGRANT 0x08 /* Tx reservation granted (CE2) */ #define XE_IMR0_RX_EARLY 0x10 #define XE_IMR0_RX_PACKET 0x20 #define XE_IMR0_RX_REJECT 0x40 #define XE_IMR0_FORCE_INTR 0x80 + /* XE_IMR1 bits */ + #define XE_IMR1_TX_UNDERRUN 0x01 + /* XE_ECR bits */ #define XE_ECR_EARLY_TX 0x01 /* Enable early transmit mode */ #define XE_ECR_EARLY_RX 0x02 /* Enable early receive mode */ *************** *** 366,379 **** /* XE_GPR0 bits */ #define XE_GPR0_GP1_OUT 0x01 /* Value written to GP1 line */ ! #define XE_GPR0_GP2_OUT 0x02 /* Value wirtten to GP2 line */ #define XE_GPR0_GP1_SELECT 0x04 /* 1 = GP1 is output, 0 = GP1 is input */ #define XE_GPR0_GP2_SELECT 0x08 /* 1 = GP2 is output, 0 = GP2 is input */ #define XE_GPR0_GP1_IN 0x10 /* Value read from GP1 line */ #define XE_GPR0_GP2_IN 0x20 /* Value read from GP2 line */ /* XE_GPR1 bits */ ! #define XE_GPR1_POWER_DOWN 0x01 /* Power down analog section (down to 20mA load) */ /* XE_BOV values */ #define XE_BOV_DINGO 0x55 /* Dingo in Dingo mode */ --- 370,384 ---- /* XE_GPR0 bits */ #define XE_GPR0_GP1_OUT 0x01 /* Value written to GP1 line */ ! #define XE_GPR0_GP2_OUT 0x02 /* Value written to GP2 line */ #define XE_GPR0_GP1_SELECT 0x04 /* 1 = GP1 is output, 0 = GP1 is input */ #define XE_GPR0_GP2_SELECT 0x08 /* 1 = GP2 is output, 0 = GP2 is input */ #define XE_GPR0_GP1_IN 0x10 /* Value read from GP1 line */ #define XE_GPR0_GP2_IN 0x20 /* Value read from GP2 line */ /* XE_GPR1 bits */ ! #define XE_GPR1_POWER_DOWN 0x01 /* 0 = Power down analog section */ ! #define XE_GPR1_AIC 0x04 /* AIC bit (CE2 only) */ /* XE_BOV values */ #define XE_BOV_DINGO 0x55 /* Dingo in Dingo mode */ *************** *** 471,476 **** --- 476,482 ---- #define XE_TXST1_LINK_STATUS 0x10 /* Valid link status */ /* RX0Msk bits */ + #define XE_RX0M_MP 0x01 /* Multicast packet? (CE2 only) */ #define XE_RX0M_LONG_PACKET 0x02 /* Masks for bits in RXST0 */ #define XE_RX0M_ALIGN_ERROR 0x04 /* Alignment error (CE2 only) */ #define XE_RX0M_CRC_ERROR 0x08 *************** *** 504,509 **** --- 510,516 ---- #define XE_SWC0_LOOPBACK_SOURCE 0x02 /* 1 = Transceiver, 0 = MAC */ #define XE_SWC0_ACCEPT_ERROR 0x04 /* Accept otherwise OK packets with CRC errors */ #define XE_SWC0_ACCEPT_SHORT 0x08 /* Accept otherwise OK packets that are too short */ + #define XE_SWC0_NO_SRC_INSERT 0x20 /* Disable source insertion (CE2) */ #define XE_SWC0_NO_CRC_INSERT 0x40 /* Don't add CRC to outgoing packets */ /* SWC1 bits */ Index: src/sys/dev/xe/if_xevar.h =================================================================== RCS file: /home/ncvs/src/sys/dev/xe/if_xevar.h,v retrieving revision 1.3 retrieving revision 1.3.10000.1 diff -c -r1.3 -r1.3.10000.1 *** src/sys/dev/xe/if_xevar.h 20 Feb 2002 14:23:58 -0000 1.3 --- src/sys/dev/xe/if_xevar.h 6 Apr 2003 12:12:52 -0000 1.3.10000.1 *************** *** 24,30 **** * SUCH DAMAGE. * * $Id: if_xe.c,v 1.20 1999/06/13 19:17:40 scott Exp $ ! * $FreeBSD: src/sys/dev/xe/if_xevar.h,v 1.3 2002/02/20 14:23:58 shiba Exp $ */ #ifndef DEV_XE_IF_XEDEV_H #define DEV_XE_IF_XEDEV_H --- 24,30 ---- * SUCH DAMAGE. * * $Id: if_xe.c,v 1.20 1999/06/13 19:17:40 scott Exp $ ! * $FreeBSD: src/sys/dev/xe/if_xevar.h,v 1.3.10000.1 2003/04/06 12:12:52 scott Exp $ */ #ifndef DEV_XE_IF_XEDEV_H #define DEV_XE_IF_XEDEV_H *************** *** 52,59 **** int srev; /* Silicon revision */ int tx_queued; /* Packets currently waiting to transmit */ int tx_tpr; /* Last value of TPR reg on card */ - int tx_collisions; /* Collisions since last successful send */ int tx_timeouts; /* Count of transmit timeouts */ int autoneg_status; /* Autonegotiation progress state */ int media; /* Private media word */ u_char version; /* Bonding Version register from card */ --- 52,59 ---- int srev; /* Silicon revision */ int tx_queued; /* Packets currently waiting to transmit */ int tx_tpr; /* Last value of TPR reg on card */ int tx_timeouts; /* Count of transmit timeouts */ + u_int16_t tx_thres; /* Threshold bytes for early transmit */ int autoneg_status; /* Autonegotiation progress state */ int media; /* Private media word */ u_char version; /* Bonding Version register from card */ >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sun Apr 6 09:36:30 2003 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 46BA237B407; Sun, 6 Apr 2003 09:36:30 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73EF543FE0; Sun, 6 Apr 2003 09:36:27 -0700 (PDT) (envelope-from orion@FreeBSD.org) Received: from freefall.freebsd.org (orion@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h36GaRUp037900; Sun, 6 Apr 2003 09:36:27 -0700 (PDT) (envelope-from orion@freefall.freebsd.org) Received: (from orion@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h36GaR3B037896; Sun, 6 Apr 2003 09:36:27 -0700 (PDT) Date: Sun, 6 Apr 2003 09:36:27 -0700 (PDT) From: Orion Hodson Message-Id: <200304061636.h36GaR3B037896@freefall.freebsd.org> To: dan.naumov@ofw.fi, orion@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/50253: sound mixing issues with ENSONIQ AudioPCI ES1371 and 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, 06 Apr 2003 16:36:30 -0000 Synopsis: sound mixing issues with ENSONIQ AudioPCI ES1371 and State-Changed-From-To: open->closed State-Changed-By: orion State-Changed-When: Sun Apr 6 09:22:32 PDT 2003 State-Changed-Why: This problem was fixed at the end of January/beginning of February 2003. The code responsible for software resampling has been re-written. The code exists in both the HEAD cvs branch and the STABLE branch. It is in 4.8R, STABLE, CURRENT, but not in 5.0-RELEASE. Fix 1 (short to type, long to perform) -------------------------------------- Install a FreeBSD version appropriate OS version. Fix 2 (long to type, short to perform) -------------------------------------- Copy over the offending file: ${FBSDSRC}/sys/dev/sound/pcm/feeder_rate.c with the the appropriate fixed version from CVS and recompile the kernel (or just pcm module if loading from kernel modules). There are relatively few dependencies in this file and you shouldn't hit any compilation problems. The appropriate fetch for 5.x would be: fetch -o feeder_rate.c 'http://www.freebsd.org/cgi/cvsweb.cgi/~checkout~/src/sys/dev/sound/pcm/feeder_rate.c?rev=1.9&content-type=text/plain' The appropriate fetch for 4.x would be: fetch -o feeder_rate.c 'http://www.freebsd.org/cgi/cvsweb.cgi/~checkout~/src/sys/dev/sound/pcm/feeder_rate.c?rev=1.9&content-type=text/plain' http://www.freebsd.org/cgi/query-pr.cgi?pr=50253 From owner-freebsd-bugs@FreeBSD.ORG Sun Apr 6 09:50:11 2003 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 72B2F37B405 for ; Sun, 6 Apr 2003 09:50:11 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D54343F85 for ; Sun, 6 Apr 2003 09:50:10 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h36GoAUp040038 for ; Sun, 6 Apr 2003 09:50:10 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h36GoAKT040037; Sun, 6 Apr 2003 09:50:10 -0700 (PDT) Resent-Date: Sun, 6 Apr 2003 09:50:10 -0700 (PDT) Resent-Message-Id: <200304061650.h36GoAKT040037@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, clin@imasy.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3619D37B401 for ; Sun, 6 Apr 2003 09:44:28 -0700 (PDT) Received: from tasogare.imasy.or.jp (tasogare.imasy.or.jp [202.227.24.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9AEDD43FB1 for ; Sun, 6 Apr 2003 09:44:24 -0700 (PDT) (envelope-from clin@imasy.or.jp) Received: (from clin@localhost) by tasogare.imasy.or.jp (8.11.7+3.4W/8.11.7/tasogare) id h36GiN025313; Mon, 7 Apr 2003 01:44:23 +0900 (JST) (envelope-from clin) Message-Id: <200304061644.h36GiN025313@tasogare.imasy.or.jp> Date: Mon, 7 Apr 2003 01:44:23 +0900 (JST) From: clin@imasy.org To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.2 Subject: bin/50647: MAXSIZE of ctm is not enough to process recent initial cvs-cur file. X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: clin@imasy.org List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Apr 2003 16:50:11 -0000 >Number: 50647 >Category: bin >Synopsis: MAXSIZE of ctm is too small. >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Apr 06 09:50:09 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Hiroyuki CHIBA >Release: FreeBSD 4.8-STABLE i386 >Organization: IMASY >Environment: FreeBSD fuji.bop.imasy.org 4.8-STABLE FreeBSD 4.8-STABLE #3: Mon Apr 7 06:28:34 JST 2003 root:/usr/obj/usr/src/sys/FUJI >Description: /usr/sbin/ctm can't process whole cvs repository file, because the size of the recent initial file is larger than the assumption of ctm. >How-To-Repeat: 1) fetch the initial file: ftp://ftp*.jp.freebsd.org/pub/CTM/cvs-cur/cvs-cur.9100xEmpty.gz 2) ctm it: zcat /foo/cvs-cur.9100xEmpty.gz | /usr/sbin/ctm -T /huge-tmp the result is followings: ctm: warning: .ctm_status not found Writing tmp-file "/huge-tmp/CTMclient.1oUiaW9WaN" - Fatal error: Bytecount too large. ctm: exit(65) >Fix: expand MAXSIZE in /usr/src/usr.sbin/ctm/ctm/ctm.h enough to process those files. (ex. 1024*1024*100) >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sat Apr 5 08:17:02 2003 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 2158337B401 for ; Sat, 5 Apr 2003 08:17:02 -0800 (PST) Received: from web10908.mail.yahoo.com (web10908.mail.yahoo.com [216.136.131.44]) by mx1.FreeBSD.org (Postfix) with SMTP id 914CB43FAF for ; Sat, 5 Apr 2003 08:17:01 -0800 (PST) (envelope-from robin_carey5@yahoo.co.uk) Message-ID: <20030405161701.31564.qmail@web10908.mail.yahoo.com> Received: from [172.180.198.194] by web10908.mail.yahoo.com via HTTP; Sat, 05 Apr 2003 17:17:01 BST Date: Sat, 5 Apr 2003 17:17:01 +0100 (BST) From: =?iso-8859-1?q?Robin=20Carey?= To: freebsd-bugs@freebsd.org MIME-Version: 1.0 X-Mailman-Approved-At: Sun, 06 Apr 2003 10:54:11 -0700 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Two problems with 4.8 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: Sat, 05 Apr 2003 16:17:02 -0000 1) There are quite a few warnings produced when compiling a Kernel, which is surely a Bad Thing (tm). 2) I don't know a lot about ``ISO C99'' but according to Slackware-8.1 is part of the standard; FreeBSD-4.8 only has . And from what little I know about ``ISO C99'' the uint*_t types defined by FreeBSD-4.8 should actually be defined in . That's how its done on Slackware-8.1. Cheers, Robin Carey. --------------------------------- Yahoo! Plus - For a better Internet experience From owner-freebsd-bugs@FreeBSD.ORG Sun Apr 6 11:26:32 2003 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 A1CAE37B401; Sun, 6 Apr 2003 11:26:31 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41BC243F3F; Sun, 6 Apr 2003 11:26:31 -0700 (PDT) (envelope-from maxim@FreeBSD.org) Received: from freefall.freebsd.org (maxim@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h36IQVUp067730; Sun, 6 Apr 2003 11:26:31 -0700 (PDT) (envelope-from maxim@freefall.freebsd.org) Received: (from maxim@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h36IQUFb067726; Sun, 6 Apr 2003 11:26:30 -0700 (PDT) Date: Sun, 6 Apr 2003 11:26:30 -0700 (PDT) From: Maxim Konovalov Message-Id: <200304061826.h36IQUFb067726@freefall.freebsd.org> To: clin@imasy.org, maxim@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/50647: MAXSIZE of ctm is too small. 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, 06 Apr 2003 18:26:32 -0000 Synopsis: MAXSIZE of ctm is too small. State-Changed-From-To: open->closed State-Changed-By: maxim State-Changed-When: Sun Apr 6 11:26:08 PDT 2003 State-Changed-Why: Duplicate of bin/50461. http://www.freebsd.org/cgi/query-pr.cgi?pr=50647 From owner-freebsd-bugs@FreeBSD.ORG Sun Apr 6 13:23:21 2003 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 2C66637B480; Sun, 6 Apr 2003 13:23:21 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB03443F93; Sun, 6 Apr 2003 13:23:20 -0700 (PDT) (envelope-from gerald@FreeBSD.org) Received: from freefall.freebsd.org (gerald@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h36KNKUp000955; Sun, 6 Apr 2003 13:23:20 -0700 (PDT) (envelope-from gerald@freefall.freebsd.org) Received: (from gerald@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h36KNKtQ000951; Sun, 6 Apr 2003 13:23:20 -0700 (PDT) Date: Sun, 6 Apr 2003 13:23:20 -0700 (PDT) From: Gerald Pfeifer Message-Id: <200304062023.h36KNKtQ000951@freefall.freebsd.org> To: wollman@hergotha.lcs.mit.edu, gerald@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: gnu/24681: gcc 2.95.3 cannot compile rince.c from IOCCC-2000 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, 06 Apr 2003 20:23:21 -0000 Synopsis: gcc 2.95.3 cannot compile rince.c from IOCCC-2000 State-Changed-From-To: open->feedback State-Changed-By: gerald State-Changed-When: Sun Apr 6 13:16:25 PDT 2003 State-Changed-Why: Can you still reproduce this, also with a current version of GCC, that is, GCC 3.x? CPP has been rewritten quite a bit since 2.95. (In any case, this doesn't look like a FreeBSD issue, would you mind reporting it via http://gcc.gnu.org/bugs.html ? Unless you confirm this as a FreeBSD-specific issue I will close this PR.) http://www.freebsd.org/cgi/query-pr.cgi?pr=24681 From owner-freebsd-bugs@FreeBSD.ORG Sun Apr 6 14:00:11 2003 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 7EEDD37B401 for ; Sun, 6 Apr 2003 14:00:11 -0700 (PDT) Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id B99AE43F3F for ; Sun, 6 Apr 2003 14:00:10 -0700 (PDT) (envelope-from des@ofug.org) Received: by flood.ping.uio.no (Postfix, from userid 2602) id 28C8D5308; Sun, 6 Apr 2003 23:00:08 +0200 (CEST) X-URL: http://www.ofug.org/~des/ X-Disclaimer: The views expressed in this message do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. To: Robin Carey From: Dag-Erling Smorgrav Date: Sun, 06 Apr 2003 23:00:08 +0200 In-Reply-To: <20030405161701.31564.qmail@web10908.mail.yahoo.com> (Robin Carey's message of "Sat, 5 Apr 2003 17:17:01 +0100 (BST)") Message-ID: User-Agent: Gnus/5.090015 (Oort Gnus v0.15) Emacs/21.2 References: <20030405161701.31564.qmail@web10908.mail.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-bugs@freebsd.org Subject: Re: Two problems with 4.8 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, 06 Apr 2003 21:00:11 -0000 Robin Carey writes: > 1) There are quite a few warnings produced when compiling a Kernel, We must have different definitions of "quite a few". There are actually very few, and most of them are caused either by implicitly dropped qualifiers or invalid implicit pointer casts. > which is surely a Bad Thing (tm). Not necessarily. > 2) I don't know a lot about ``ISO C99'' but according to > Slackware-8.1 is part of the standard; FreeBSD-4.8 only > has . And from what little I know about ``ISO C99'' the > uint*_t types defined by FreeBSD-4.8 should actually be > defined in . That's how its done on Slackware-8.1. This is not a bug. FreeBSD 4.8 does not claim to conform to ISO/IEC 9899:1999. DES -- Dag-Erling Smorgrav - des@ofug.org From owner-freebsd-bugs@FreeBSD.ORG Sun Apr 6 14:23:38 2003 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 3EFCA37B401; Sun, 6 Apr 2003 14:23:38 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CEF8A43FBF; Sun, 6 Apr 2003 14:23:37 -0700 (PDT) (envelope-from gerald@FreeBSD.org) Received: from freefall.freebsd.org (gerald@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h36LNbUp016859; Sun, 6 Apr 2003 14:23:37 -0700 (PDT) (envelope-from gerald@freefall.freebsd.org) Received: (from gerald@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h36LNb5V016854; Sun, 6 Apr 2003 14:23:37 -0700 (PDT) Date: Sun, 6 Apr 2003 14:23:37 -0700 (PDT) From: Gerald Pfeifer Message-Id: <200304062123.h36LNb5V016854@freefall.freebsd.org> To: bostic@sleepycat.com, gerald@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: gnu/13525: gcc fails load against library with both C++ and C modules 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, 06 Apr 2003 21:23:38 -0000 Synopsis: gcc fails load against library with both C++ and C modules State-Changed-From-To: open->feedback State-Changed-By: gerald State-Changed-When: Sun Apr 6 14:22:12 PDT 2003 State-Changed-Why: Have you reported this back to the GCC developers using http://gcc.gnu.org/bugs.html ? This does not seem to be a FreeBSD-specific issue, so I'll probably close this PR (ideally, once you have submitted the report to the GCC folks). http://www.freebsd.org/cgi/query-pr.cgi?pr=13525 From owner-freebsd-bugs@FreeBSD.ORG Sun Apr 6 16:00:36 2003 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 DC1F337B401 for ; Sun, 6 Apr 2003 16:00:36 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E050543FBD for ; Sun, 6 Apr 2003 16:00:35 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h36N0ZUp038769 for ; Sun, 6 Apr 2003 16:00:35 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h36N0ZJl038768; Sun, 6 Apr 2003 16:00:35 -0700 (PDT) Resent-Date: Sun, 6 Apr 2003 16:00:35 -0700 (PDT) Resent-Message-Id: <200304062300.h36N0ZJl038768@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Edwin Groothuis Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 57A7037B401 for ; Sun, 6 Apr 2003 15:53:37 -0700 (PDT) Received: from topaz.ad1810.com (topaz.ad1810.com [212.204.230.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8D6A43F93 for ; Sun, 6 Apr 2003 15:53:36 -0700 (PDT) (envelope-from edwin@mavetju.org) Received: from k7.mavetju (topaz.ad1810.com [212.204.230.141]) by topaz.ad1810.com (Postfix) with ESMTP id 07DE92B99D for ; Mon, 7 Apr 2003 00:53:34 +0200 (CEST) Received: by k7.mavetju (Postfix, from userid 1001) id 6EE5C6A712B; Mon, 7 Apr 2003 08:53:31 +1000 (EST) Message-Id: <20030406225331.6EE5C6A712B@k7.mavetju> Date: Mon, 7 Apr 2003 08:53:31 +1000 (EST) From: Edwin Groothuis To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: bin/50656: /bin/cp - wrong error on copying of multiple files X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Edwin Groothuis List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Apr 2003 23:00:37 -0000 >Number: 50656 >Category: bin >Synopsis: /bin/cp - wrong error on copying of multiple files >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 Apr 06 16:00:33 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Edwin Groothuis >Release: FreeBSD 4.7-RELEASE i386 >Organization: - >Environment: System: FreeBSD k7.mavetju 4.7-RELEASE FreeBSD 4.7-RELEASE #0: Mon Mar 3 09:15:38 EST 2003 edwin@k7.mavetju:/usr/src/sys/compile/k7 i386 FreeBSD ref5.freebsd.org 5.0-CURRENT FreeBSD 5.0-CURRENT #65: Sun Mar 30 09:00:38 PST 2003 root@ref5.freebsd.org:/usr/src/sys/i386/compile/REF5 i386 >Description: If I copy multiple files to a directory which doesn't exist, it gives me the usage screen instead of a message saying "cp: a: No such directory". >How-To-Repeat: create directory a, don't create files b and c: [~] edwin@k7>/bin/cp c b a cp: b: No such file or directory cp: c: No such file or directory [~] edwin@k7>/bin/cp a b c usage: cp [-R [-H | -L | -P]] [-f | -i | -n] [-pv] src target cp [-R [-H | -L | -P]] [-f | -i | -n] [-pv] src1 ... srcN directory >Fix: In cp.c, around line 213 (for the 4.7 sources) something like: if (r == -1 || !S_ISDIR(to_stat.st_mode)) { /* * Case (1). Target is not a directory. */ if (argc > 1) { - usage(); + warnx(1,"Target is not a directory"); exit(1); } /* >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sun Apr 6 16:28:48 2003 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 A4A9B37B404 for ; Sun, 6 Apr 2003 16:28:48 -0700 (PDT) Received: from altair.mukappabeta.net (pC19F2E0C.dip.t-dialin.net [193.159.46.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 763F643FCB for ; Sun, 6 Apr 2003 16:28:46 -0700 (PDT) (envelope-from mkb@mukappabeta.de) Received: from mukappabeta.de (localhost [127.0.0.1])h36NVkA2000544; Mon, 7 Apr 2003 01:31:47 +0200 (CEST) (envelope-from mkb@mukappabeta.de) Sender: mkb@altair.mukappabeta.net Message-ID: <3E90B8E2.42B2F6F7@mukappabeta.de> Date: Mon, 07 Apr 2003 01:31:46 +0200 From: Matthias Buelow Organization: GeFoekoM e.V. X-Mailer: Mozilla 4.8 [en] (X11; U; Linux 2.4.2 i386) X-Accept-Language: en MIME-Version: 1.0 To: Robin Carey References: <20030405161701.31564.qmail@web10908.mail.yahoo.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-bugs@freebsd.org Subject: Re: Two problems with 4.8 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, 06 Apr 2003 23:28:48 -0000 Robin Carey wrote: > 2) I don't know a lot about ``ISO C99'' but according to Slackware-8.1 gcc 2.95.4 as shipped with fbsd 4.8 doesn't do c99 anyways. that might be different with gcc 3.2.1 in 5.0 but I haven't checked. --mkb From owner-freebsd-bugs@FreeBSD.ORG Mon Apr 7 02:55:33 2003 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 3226737B401; Mon, 7 Apr 2003 02:55:33 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C348F43F75; Mon, 7 Apr 2003 02:55:32 -0700 (PDT) (envelope-from murray@FreeBSD.org) Received: from freefall.freebsd.org (murray@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h379tWUp015697; Mon, 7 Apr 2003 02:55:32 -0700 (PDT) (envelope-from murray@freefall.freebsd.org) Received: (from murray@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h379tWqt015693; Mon, 7 Apr 2003 02:55:32 -0700 (PDT) Date: Mon, 7 Apr 2003 02:55:32 -0700 (PDT) From: Murray Stokely Message-Id: <200304070955.h379tWqt015693@freefall.freebsd.org> To: gavin.atkinson@ury.york.ac.uk, murray@FreeBSD.org, freebsd-bugs@FreeBSD.org, murray@FreeBSD.org Subject: Re: kern/50619: Spelling mistakes in pucdata.c 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, 07 Apr 2003 09:55:33 -0000 Synopsis: Spelling mistakes in pucdata.c State-Changed-From-To: open->analyzed State-Changed-By: murray State-Changed-When: Mon Apr 7 02:55:07 PDT 2003 State-Changed-Why: Committed to -CURRENT. Thanks for the submission. I will MFC this in a few days. Responsible-Changed-From-To: freebsd-bugs->murray Responsible-Changed-By: murray Responsible-Changed-When: Mon Apr 7 02:55:07 PDT 2003 Responsible-Changed-Why: Committed to -CURRENT. Thanks for the submission. I will MFC this in a few days. http://www.freebsd.org/cgi/query-pr.cgi?pr=50619 From owner-freebsd-bugs@FreeBSD.ORG Mon Apr 7 03:07:39 2003 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 12B0537B401; Mon, 7 Apr 2003 03:07:39 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3DD343FA3; Mon, 7 Apr 2003 03:07:38 -0700 (PDT) (envelope-from murray@FreeBSD.org) Received: from freefall.freebsd.org (murray@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h37A7cUp021213; Mon, 7 Apr 2003 03:07:38 -0700 (PDT) (envelope-from murray@freefall.freebsd.org) Received: (from murray@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h37A7bDp021209; Mon, 7 Apr 2003 03:07:37 -0700 (PDT) Date: Mon, 7 Apr 2003 03:07:37 -0700 (PDT) From: Murray Stokely Message-Id: <200304071007.h37A7bDp021209@freefall.freebsd.org> To: alexs@snark.ratmir.ru, murray@FreeBSD.org, freebsd-bugs@FreeBSD.org, murray@FreeBSD.org Subject: Re: kern/50504: Small typo in the comment in sys/pci/agp_if.m 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, 07 Apr 2003 10:07:39 -0000 Synopsis: Small typo in the comment in sys/pci/agp_if.m State-Changed-From-To: open->analyzed State-Changed-By: murray State-Changed-When: Mon Apr 7 03:07:08 PDT 2003 State-Changed-Why: Your changes has been committed to -CURRENT. Thanks for the submission. I will MFC this in a few days. Responsible-Changed-From-To: freebsd-bugs->murray Responsible-Changed-By: murray Responsible-Changed-When: Mon Apr 7 03:07:08 PDT 2003 Responsible-Changed-Why: Your changes has been committed to -CURRENT. Thanks for the submission. I will MFC this in a few days. http://www.freebsd.org/cgi/query-pr.cgi?pr=50504 From owner-freebsd-bugs@FreeBSD.ORG Mon Apr 7 03:14:42 2003 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 8D30637B401; Mon, 7 Apr 2003 03:14:42 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28C3E43F3F; Mon, 7 Apr 2003 03:14:42 -0700 (PDT) (envelope-from mdodd@FreeBSD.org) Received: from freefall.freebsd.org (mdodd@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h37AEgUp023410; Mon, 7 Apr 2003 03:14:42 -0700 (PDT) (envelope-from mdodd@freefall.freebsd.org) Received: (from mdodd@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h37AEfiV023406; Mon, 7 Apr 2003 03:14:41 -0700 (PDT) Date: Mon, 7 Apr 2003 03:14:41 -0700 (PDT) From: "Matthew N. Dodd" Message-Id: <200304071014.h37AEfiV023406@freefall.freebsd.org> To: rb@gid.co.uk, mdodd@FreeBSD.org, freebsd-bugs@FreeBSD.org, mdodd@FreeBSD.org Subject: Re: kern/50427: [PATCH] add support for PCI-connected Future Domain controllers 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, 07 Apr 2003 10:14:42 -0000 Synopsis: [PATCH] add support for PCI-connected Future Domain controllers State-Changed-From-To: open->closed State-Changed-By: mdodd State-Changed-When: Mon Apr 7 03:14:04 PDT 2003 State-Changed-Why: Committed, thanks. Responsible-Changed-From-To: freebsd-bugs->mdodd Responsible-Changed-By: mdodd Responsible-Changed-When: Mon Apr 7 03:14:04 PDT 2003 Responsible-Changed-Why: Committed, thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=50427 From owner-freebsd-bugs@FreeBSD.ORG Mon Apr 7 03:28:26 2003 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 3D06337B401; Mon, 7 Apr 2003 03:28:26 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB87143FA3; Mon, 7 Apr 2003 03:28:25 -0700 (PDT) (envelope-from murray@FreeBSD.org) Received: from freefall.freebsd.org (murray@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h37ASPUp026040; Mon, 7 Apr 2003 03:28:25 -0700 (PDT) (envelope-from murray@freefall.freebsd.org) Received: (from murray@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h37ASP2R026036; Mon, 7 Apr 2003 03:28:25 -0700 (PDT) Date: Mon, 7 Apr 2003 03:28:25 -0700 (PDT) From: Murray Stokely Message-Id: <200304071028.h37ASP2R026036@freefall.freebsd.org> To: scott@renfro.org, murray@FreeBSD.org, freebsd-bugs@FreeBSD.org, murray@FreeBSD.org Subject: Re: kern/50064: patch to add Kawasaki USB ethernet adapter to usbdevs/if_kue 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, 07 Apr 2003 10:28:26 -0000 Synopsis: patch to add Kawasaki USB ethernet adapter to usbdevs/if_kue State-Changed-From-To: open->analyzed State-Changed-By: murray State-Changed-When: Mon Apr 7 03:27:57 PDT 2003 State-Changed-Why: Committed to -CURRENT. Thanks for the submission. I will MFC this in a few days. Responsible-Changed-From-To: freebsd-bugs->murray Responsible-Changed-By: murray Responsible-Changed-When: Mon Apr 7 03:27:57 PDT 2003 Responsible-Changed-Why: Committed to -CURRENT. Thanks for the submission. I will MFC this in a few days. http://www.freebsd.org/cgi/query-pr.cgi?pr=50064 From owner-freebsd-bugs@FreeBSD.ORG Mon Apr 7 04:20:10 2003 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 32AC637B401; Mon, 7 Apr 2003 04:20:10 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79C6743FCB; Mon, 7 Apr 2003 04:20:09 -0700 (PDT) (envelope-from dwmalone@FreeBSD.org) Received: from freefall.freebsd.org (dwmalone@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h37BK9Up044608; Mon, 7 Apr 2003 04:20:09 -0700 (PDT) (envelope-from dwmalone@freefall.freebsd.org) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h37BK99M044603; Mon, 7 Apr 2003 04:20:09 -0700 (PDT) Date: Mon, 7 Apr 2003 04:20:09 -0700 (PDT) From: David Malone Message-Id: <200304071120.h37BK99M044603@freefall.freebsd.org> To: dwmalone@FreeBSD.org, freebsd-bugs@FreeBSD.org, dwmalone@FreeBSD.org Subject: Re: bin/42725: Patch for calendar to support Hungarian namedays and Hungarian feasts 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, 07 Apr 2003 11:20:10 -0000 Synopsis: Patch for calendar to support Hungarian namedays and Hungarian feasts Responsible-Changed-From-To: freebsd-bugs->dwmalone Responsible-Changed-By: dwmalone Responsible-Changed-When: Mon Apr 7 04:19:22 PDT 2003 Responsible-Changed-Why: I'll try to have a look at this. http://www.freebsd.org/cgi/query-pr.cgi?pr=42725 From owner-freebsd-bugs@FreeBSD.ORG Mon Apr 7 06:37:10 2003 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 46E5137B404; Mon, 7 Apr 2003 06:37:10 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1FD043FCB; Mon, 7 Apr 2003 06:37:09 -0700 (PDT) (envelope-from fjoe@FreeBSD.org) Received: from freefall.freebsd.org (fjoe@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h37Db9Up002610; Mon, 7 Apr 2003 06:37:09 -0700 (PDT) (envelope-from fjoe@freefall.freebsd.org) Received: (from fjoe@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h37Db8EI002606; Mon, 7 Apr 2003 06:37:09 -0700 (PDT) Date: Mon, 7 Apr 2003 06:37:09 -0700 (PDT) From: Max Khon Message-Id: <200304071337.h37Db8EI002606@freefall.freebsd.org> To: eugen@grosbein.pp.ru, fjoe@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/45760: pppd(8) incoreectly handles timeouts after long run 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, 07 Apr 2003 13:37:10 -0000 Synopsis: pppd(8) incoreectly handles timeouts after long run State-Changed-From-To: open->closed State-Changed-By: fjoe State-Changed-When: Mon Apr 7 06:34:47 PDT 2003 State-Changed-Why: Thanks, committed to HEAD with MFC after two weeks. The same patch was applied in NetBSD source tree when pppd was upgraded to 2.3.9 there. http://www.freebsd.org/cgi/query-pr.cgi?pr=45760 From owner-freebsd-bugs@FreeBSD.ORG Mon Apr 7 07:20:15 2003 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 143C337B404 for ; Mon, 7 Apr 2003 07:20:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 172BE43FAF for ; Mon, 7 Apr 2003 07:20:14 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h37EKDUp061990 for ; Mon, 7 Apr 2003 07:20:13 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h37EKDRu061987; Mon, 7 Apr 2003 07:20:13 -0700 (PDT) Resent-Date: Mon, 7 Apr 2003 07:20:13 -0700 (PDT) Resent-Message-Id: <200304071420.h37EKDRu061987@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, Tim Robbins Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C3E937B401 for ; Mon, 7 Apr 2003 07:14:20 -0700 (PDT) Received: from smtp02.syd.iprimus.net.au (smtp02.syd.iprimus.net.au [210.50.76.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 953C243F75 for ; Mon, 7 Apr 2003 07:14:19 -0700 (PDT) (envelope-from tim@robbins.dropbear.id.au) Received: from dilbert.robbins.dropbear.id.au (210.50.44.252) by smtp02.syd.iprimus.net.au (7.0.012) id 3E8A16000013695F for FreeBSD-gnats-submit@freebsd.org; Tue, 8 Apr 2003 00:14:18 +1000 Received: by dilbert.robbins.dropbear.id.au (Postfix, from userid 1000) id 3A994C90D; Tue, 8 Apr 2003 00:14:22 +1000 (EST) Message-Id: <20030407141422.3A994C90D@dilbert.robbins.dropbear.id.au> Date: Tue, 8 Apr 2003 00:14:22 +1000 (EST) From: Tim Robbins To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: bin/50679: vi invoked from chpass and vipw exits on ^C X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Tim Robbins List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Apr 2003 14:20:15 -0000 >Number: 50679 >Category: bin >Synopsis: vi invoked from chpass and vipw exits on ^C >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Apr 07 07:20:12 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Tim Robbins >Release: FreeBSD 5.0-CURRENT, 8 April 2003 >Organization: The FreeBSD Project >Environment: System: FreeBSD 5.0-CURRENT, 8 April 2003 Problem also occurs on a system from March 30 ie. before Jeff's thread signal mask code was committed. >Description: If you run chpass or vipw and press ^C in vi, vi exits immediately and says: Error: input: Input/output error instead of writing Interrupted and continuing. This is a regression over 4.x (specifically 4.8). It may be necessary to press ^C more than once to trigger the bug sometimes (esp. for vipw). >How-To-Repeat: See above. >Fix: Not known. Suspect signal handling bug in libutil. Needing to press ^C twice to get vipw's vi invocation to die makes me think of SA_RESETHAND. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Mon Apr 7 07:35:30 2003 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 015AF37B401; Mon, 7 Apr 2003 07:35:30 -0700 (PDT) Received: from smtp02.syd.iprimus.net.au (smtp02.syd.iprimus.net.au [210.50.76.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69D3643F75; Mon, 7 Apr 2003 07:35:29 -0700 (PDT) (envelope-from tim@robbins.dropbear.id.au) Received: from dilbert.robbins.dropbear.id.au (210.50.44.252) by smtp02.syd.iprimus.net.au (7.0.012) id 3E8A16000013730C; Tue, 8 Apr 2003 00:35:27 +1000 Received: by dilbert.robbins.dropbear.id.au (Postfix, from userid 1000) id D29EEC90D; Tue, 8 Apr 2003 00:35:31 +1000 (EST) Date: Tue, 8 Apr 2003 00:35:31 +1000 From: Tim Robbins To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-bugs@FreeBSD.org Message-ID: <20030408003531.A94716@dilbert.robbins.dropbear.id.au> References: <20030407141422.3A994C90D@dilbert.robbins.dropbear.id.au> <200304071420.h37EKDxJ061860@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200304071420.h37EKDxJ061860@freefall.freebsd.org>; 07:20:13AM -0700 Subject: Re: bin/50679: vi invoked from chpass and vipw exits on ^C 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, 07 Apr 2003 14:35:30 -0000 Possible patch: Index: pw_util.c =================================================================== RCS file: /home/ncvs/src/lib/libutil/pw_util.c,v retrieving revision 1.28 diff -U10 -p -r1.28 pw_util.c --- pw_util.c 17 Mar 2003 02:12:55 -0000 1.28 +++ pw_util.c 7 Apr 2003 13:41:01 -0000 @@ -315,20 +315,22 @@ pw_edit(int notsetuid) _exit(EXIT_FAILURE); } errno = 0; execl(_PATH_BSHELL, "sh", "-c", editcmd, NULL); free(editcmd); _exit(errno); default: /* parent */ break; } + setpgid(editpid, editpid); + tcsetpgrp(1, editpid); for (;;) { editpid = waitpid(editpid, &pstat, WUNTRACED); if (editpid == -1) { unlink(tempname); return (-1); } else if (WIFSTOPPED(pstat)) { raise(WSTOPSIG(pstat)); } else if (WIFEXITED(pstat) && WEXITSTATUS(pstat) == 0) { editpid = -1; break; From owner-freebsd-bugs@FreeBSD.ORG Mon Apr 7 07:40:08 2003 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 F19FD37B401 for ; Mon, 7 Apr 2003 07:40:07 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9926A43FCB for ; Mon, 7 Apr 2003 07:40:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h37Ee7Up086700 for ; Mon, 7 Apr 2003 07:40:07 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h37Ee7Pj086699; Mon, 7 Apr 2003 07:40:07 -0700 (PDT) Date: Mon, 7 Apr 2003 07:40:07 -0700 (PDT) Message-Id: <200304071440.h37Ee7Pj086699@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Tim Robbins Subject: Re: bin/50679: vi invoked from chpass and vipw exits on ^C X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Tim Robbins List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Apr 2003 14:40:08 -0000 The following reply was made to PR bin/50679; it has been noted by GNATS. From: Tim Robbins To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: bin/50679: vi invoked from chpass and vipw exits on ^C Date: Tue, 8 Apr 2003 00:35:31 +1000 Possible patch: Index: pw_util.c =================================================================== RCS file: /home/ncvs/src/lib/libutil/pw_util.c,v retrieving revision 1.28 diff -U10 -p -r1.28 pw_util.c --- pw_util.c 17 Mar 2003 02:12:55 -0000 1.28 +++ pw_util.c 7 Apr 2003 13:41:01 -0000 @@ -315,20 +315,22 @@ pw_edit(int notsetuid) _exit(EXIT_FAILURE); } errno = 0; execl(_PATH_BSHELL, "sh", "-c", editcmd, NULL); free(editcmd); _exit(errno); default: /* parent */ break; } + setpgid(editpid, editpid); + tcsetpgrp(1, editpid); for (;;) { editpid = waitpid(editpid, &pstat, WUNTRACED); if (editpid == -1) { unlink(tempname); return (-1); } else if (WIFSTOPPED(pstat)) { raise(WSTOPSIG(pstat)); } else if (WIFEXITED(pstat) && WEXITSTATUS(pstat) == 0) { editpid = -1; break; From owner-freebsd-bugs@FreeBSD.ORG Mon Apr 7 11:00:30 2003 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 1049237B408 for ; Mon, 7 Apr 2003 11:00:30 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2808243FB1 for ; Mon, 7 Apr 2003 11:00:28 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h37I0RUp041518 for ; Mon, 7 Apr 2003 11:00:27 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h37I0Rer041517; Mon, 7 Apr 2003 11:00:27 -0700 (PDT) Resent-Date: Mon, 7 Apr 2003 11:00:27 -0700 (PDT) Resent-Message-Id: <200304071800.h37I0Rer041517@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, Heiner Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6FBAE37B401 for ; Mon, 7 Apr 2003 10:54:41 -0700 (PDT) Received: from mail.gmx.net (pop.gmx.net [213.165.65.60]) by mx1.FreeBSD.org (Postfix) with SMTP id 387F643F93 for ; Mon, 7 Apr 2003 10:54:40 -0700 (PDT) (envelope-from h.eichmann@gmx.de) Received: (qmail 16303 invoked by uid 65534); 7 Apr 2003 17:54:38 -0000 Received: from pD9EC39A6.dip.t-dialin.net (EHLO 192.168.254.43) (217.236.57.166) by mail.gmx.net (mp001-rz3) with SMTP; 07 Apr 2003 19:54:38 +0200 Message-Id: <200304071954.01722.h.eichmann@gmx.de> Date: Mon, 7 Apr 2003 18:54:01 +0100 From: Heiner To: FreeBSD-gnats-submit@FreeBSD.org Subject: kern/50687: ioctl(.., CDIOCCAPABILITY, ...) always reports "Inappropriate ioctl for device" on cd drives 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, 07 Apr 2003 18:00:30 -0000 >Number: 50687 >Category: kern >Synopsis: ioctl(.., CDIOCCAPABILITY, ...) always reports "Inappropriate >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 Apr 07 11:00:27 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Heiner Eichmann >Release: FreeBSD 4.8-RC2 >Organization: Sirius Cybernetics Corp. >Environment: System: FreeBSD 4.8-RC #2: Thu Apr 3 11:05:05 CEST 2003 root@7of9.unimatrix-zero.borg:/usr/obj/usr/src/sys/MYKERNEL i386 >Description: A call of ioctl(.., CDIOCCAPABILITY, ...) on a cdrom or cd writer device (atapi or scsi) alwas returns errno == 25 (Inappropriate ioctl for device). >How-To-Repeat: #include #include #include #include #include #include int main(int argc, char *argv []) { int fd = open ("/dev/acd0c", O_RDONLY | O_NONBLOCK); struct ioc_capability cap; int ret; cap.play_function = 0; cap.routing_function = 0; cap.special_function = 0; ret=ioctl(fd, CDIOCCAPABILITY, &cap); printf("fd: %d, ret: %d, errno: %d: %s\n", fd, ret, errno, strerror(errno)); close(fd); return 0; } >Fix: If I understand it correctly, cdioctl() in src/sys/cam/scsi/scsi_cd.c should handle this ioctl call, but I can not find the CDIOCCAPABILITY case. It should either be fixed or the corresponding entry in cd(4) should be removed. >Release-Note: >Audit-Trail: >Unformatted: ioctl for device" on cd drives From owner-freebsd-bugs@FreeBSD.ORG Mon Apr 7 11:00:30 2003 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 81F2337B409 for ; Mon, 7 Apr 2003 11:00:30 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F9E543FA3 for ; Mon, 7 Apr 2003 11:00:30 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h37I0TUp041552 for ; Mon, 7 Apr 2003 11:00:29 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h37I0Tfb041545 for freebsd-bugs@freebsd.org; Mon, 7 Apr 2003 11:00:29 -0700 (PDT) Date: Mon, 7 Apr 2003 11:00:29 -0700 (PDT) Message-Id: <200304071800.h37I0Tfb041545@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, 07 Apr 2003 18:00:31 -0000 Current FreeBSD problem reports Critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2003/04/07] pending/50683gnats-admin 1 problem total. Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2003/04/07] pending/50681gnats-admin o [2003/04/07] pending/50682gnats-admin o [2003/04/07] pending/50685gnats-admin Re: build error in devel/soup 3 problems total. Non-critical problems From owner-freebsd-bugs@FreeBSD.ORG Mon Apr 7 11:01:39 2003 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 4771737B40C for ; Mon, 7 Apr 2003 11:01:39 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55EFA43F85 for ; Mon, 7 Apr 2003 11:00:37 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h37I0bUp041675 for ; Mon, 7 Apr 2003 11:00:37 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h37I0Ufe041557 for freebsd-bugs@freebsd.org; Mon, 7 Apr 2003 11:00:30 -0700 (PDT) Date: Mon, 7 Apr 2003 11:00:30 -0700 (PDT) Message-Id: <200304071800.h37I0Ufe041557@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, 07 Apr 2003 18:01:40 -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 ------------------------------------------------------------------------------- f [1998/05/13] kern/6630 phk [PATCH] Fix for Cyrix I8254 bug 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 [1999/06/25] kern/12395 gibbs Buslogic SCSI cards (BT948) time out unde p [1999/07/13] alpha/12623 alpha Certain valid numeric strings cause a SIG 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/17] misc/18641 paul FreeBSD V4.0 crashes when using ifconfig f [2000/05/29] kern/18874 peter 32bit NFS servers export wrong negative v o [2000/06/13] kern/19247 uthread_sigaction.c does not do anything o [2000/07/12] 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/08] i386/20495 yokota 4.1-STABLE and 4.1-RELEASE: keyboard does 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/04] 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/09/14] kern/21272 wpaul USB interrupts seem to be turned off o [2000/09/14] kern/21278 gibbs ahc driver wedges on stressed SMP system f [2000/11/01] kern/22494 silby Fatal trap 12: page fault while in kernel f [2000/11/03] bin/22595 brian telnetd tricked into using arbitrary peer f [2000/11/18] kern/22953 keu driver throws 'usb error on rx: IOERR o [2000/11/20] gnu/22972 obrien Internal Compiler Error o [2000/11/25] misc/23103 fenner lacks many ISO C99 features (NAN f [2000/11/27] i386/23145 brian pppoe-test-program panics the server f [2000/11/29] kern/23173 read hangs in linux emulation 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/09] kern/25632 n_hibma USB modem (umodem) may destroy the cfreel 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 o [2001/04/13] kern/26549 IPsec policies for more than one pair of f [2001/04/25] kern/26840 process doing mmap() over nfs hangs in vm 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 ? f [2001/06/27] kern/28465 Enabling softupdates on a clean but activ f [2001/06/27] kern/28466 When soft updates is enabled, cpl is not f [2001/07/04] kern/28703 Kernel reboot during tape backup of nfs m o [2001/07/14] kern/28966 pirzyk math libraries in linux emulation do not o [2001/07/15] 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/14] conf/29699 ru Setting NO_MAILWRAPPER results in a syst o [2001/08/18] kern/29844 standards [PATCH] setpgrp does not behave as manual o [2001/08/18] kern/29847 n_hibma USB usbd_probe_and_attach() is broken and o [2001/09/04] ports/30331 portmgr Conflict between bsd.port.mk MAKEFILE var f [2001/09/09] i386/30458 Workstation sometimes hangs when connecte 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 f [2001/09/29] kern/30921 ACER mechanic ps/2 keyboard don´t work an o [2001/09/30] ports/30935 taoka pips sc880 - needs to have syvr4 support o [2001/10/04] kern/31042 murray Device name conflict 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 o [2001/10/17] conf/31327 Fixes and improvements for rc.diskless* s a [2001/10/31] i386/31671 doc 4.4 installer hangs at " Mounting root fr f [2001/11/02] kern/31710 silby kernel reboots; looks like an unintended o [2001/11/16] bin/32040 brian 4.4-Release "set mtu" in ppp is broken wi f [2001/11/23] i386/32237 4.4-RELEASE keyboard doesnt work after bo f [2001/11/30] kern/32418 silby kernel table full o [2001/12/11] kern/32713 usb mouse detaches from hub and doesnt re f [2001/12/14] i386/32830 FreeBSD 4.4 install fails on Thinkpad 750 a [2001/12/14] kern/32831 sos HP Colorado IDE tape drive get wedged eas a [2001/12/22] i386/33089 murray GENERIC bloat causes 'make world' to brea p [2001/12/27] gnu/33262 mp gdb does not handle pending signals corre o [2002/01/07] bin/33670 dwmalone default inetd install allows for unlimite o [2002/01/16] kern/33951 pthread_cancel is ignored f [2002/01/16] kern/33970 random freeze on IDE Raid 0 (Highpoint HP f [2002/01/17] misc/33997 Reboot Fails on Server f [2002/01/17] i386/34018 response to request from ipv6 client does o [2002/01/18] bin/34028 brian userland ppp o [2002/01/19] kern/34067 n_hibma Reproducable crash on usb ugen o [2002/01/19] kern/34071 pcn-driver is sort-of-broken in 4.5RC2 (a f [2002/01/21] i386/34144 installation,mounting root from ufs:/dev/ o [2002/01/25] bin/34274 green 4.5-RC Interoperability issue: sshd o [2002/01/30] kern/34470 bde Modem gets sio1 interrupt-level buffer o f [2002/02/07] kern/34711 frequent system stall under moderate scsi o [2002/02/18] i386/35096 Network card dies copying files > 200MB w f [2002/02/26] kern/35354 4.4/4.5 FreeBSD causes hard lock after 20 o [2002/03/01] kern/35466 xe driver can not read CIS tuples o [2002/03/06] i386/35615 sound ES1978 Maestro 2E sound card locks up mac o [2002/03/09] i386/35726 Won't let me use ifconfig on the interfac o [2002/03/15] i386/35950 ACPI missing prevents install from floppi o [2002/03/19] kern/36095 cd9660_vfsops.c: cd9660_vget_internal() k o [2002/03/25] kern/36313 sos ATA disk not bootable anymore after cvsup o [2002/03/26] i386/36342 rl/dc(smc) + ppppoe = major bug ! o [2002/03/27] ports/36404 security-officerAcrobat Reader seems to link against zlib o [2002/03/29] kern/36504 crash/panic vm_object_allocate under file a [2002/03/30] kern/36532 sos ar_buf because it is too short, it makes o [2002/03/30] kern/36549 sym driver fails on Tekram DC-390U in 486 o [2002/04/07] i386/36850 Page Fault using ppp with USB Modem p [2002/04/10] ports/36964 keramida cvsupit from www.freebsd.org is out of da o [2002/04/10] kern/36970 kernel cannot root device, ar0s1a on boot o [2002/04/12] kern/37015 Kernel panic in tty_subr.c while using pp o [2002/04/14] kern/37056 usb mouse with bios legacy support on han f [2002/04/14] kern/37060 sos kernel panic with hw.ata.tags=1 in ata-di o [2002/04/14] kern/37064 System hangs when removing wire of NIC D- o [2002/04/16] kern/37144 panic: biodone: Zero vnode ref count ... o [2002/04/19] kern/37257 SMP 4.5 freezes o [2002/05/12] i386/38016 i386_get_ldt range checking bug o [2002/05/12] i386/38021 i386_set_ldt can be cheated o [2002/05/13] kern/38029 Kernel panic in lockmgr o [2002/05/13] bin/38058 brian ppp alters IP header length field 40 -> 4 o [2002/05/14] kern/38070 4.6-PRERELEASE panics on resume on Fujits s [2002/05/15] kern/38107 Panic on nullfs a [2002/05/23] i386/38459 mbr Intel SB82558B NIC won't initialize prope o [2002/05/23] i386/38484 probe freeze o [2002/05/24] conf/38518 combination of pr-27087 and pr-36911 (2) a [2002/05/26] gnu/38594 Fortan program don't link post gcc-3.1 o [2002/05/28] misc/38672 ifconfig+alias o [2002/05/28] bin/38676 change request for pw command o [2002/05/29] i386/38698 Kernel panics when filesystem with snapsh o [2002/05/30] misc/38748 FreeBSD 4.5 Keyboard problem cannot insta o [2002/05/31] i386/38775 Kernel panic with ATA raid f [2002/06/02] kern/38840 when i pass data over my dialup connectio o [2002/06/03] kern/38848 kernel panic when removing memory stick f o [2002/06/03] misc/38867 Boot "Read error" with offboard Promise u o [2002/06/03] kern/38872 nfs code ignores possibility of MGET(M_WA o [2002/06/04] kern/38909 kernel panic in lockmgr...with invalid pi o [2002/06/06] i386/38944 problems with ed-driver and dlink dfe-650 o [2002/06/07] ports/39008 dwhite py-kqueue wrapper broken with python 2.2 o [2002/06/08] kern/39043 Corrupted files on a FAT32 partition o [2002/06/11] ports/39152 dima acroread4 dumps core with linux7 o [2002/06/13] i386/39234 SMP 4.6-RC freezes during boot (Fujitsu-S o [2002/06/15] misc/39341 ppp + USB modem problem o [2002/06/19] kern/39524 smbfs with nge NIC causes kernel panic o [2002/06/19] kern/39553 FreeBSD-4.6 halt on SMP machine o [2002/06/20] i386/39586 "BTX halted" hile attempting 4.6 install o [2002/06/25] i386/39844 sos PANIC using mount -> atacontrol detach -> o [2002/06/29] kern/40003 Panic on boot w/4.6 and 4.6-stable from 6 f [2002/07/01] i386/40099 Jul 1 19:39:17 server /kernel: pid 77933 o [2002/07/05] bin/40215 wpaul NIS host search not terminate o [2002/07/07] kern/40320 Raid crashed f [2002/07/12] kern/40481 Kernel fault on detecting Mylex eXtreme R f [2002/07/13] misc/40542 FreeBSD 4.6 Fatal Traps o [2002/07/14] i386/40564 SMP kernel panic on Intel SE7500CW2 o [2002/07/14] misc/40575 Kern.flp boot floppy error o [2002/07/18] kern/40723 Disabling multicast on vlan interface cau f [2002/07/22] kern/40893 www.vivirasturias.com/dmesg f [2002/07/24] i386/40965 Random root access to non-root users from o [2002/07/27] i386/41052 Fresh install on a Compaq ARMADA E500 say o [2002/07/31] i386/41212 Corrupted CRC received at random times wh o [2002/08/05] bin/41350 vnconfig: apparent off-by-one bug o [2002/08/07] kern/41402 kernal panics f [2002/08/07] kern/41417 luigi 3Com xl0 drivers generate a kernel panic o [2002/08/07] misc/41425 adding new cpu types to bsd.cpu.mk o [2002/08/08] i386/41437 sysinstall 4.6 RELEASE - hang f [2002/08/09] kern/41494 static routes set with interface address o [2002/08/10] ports/41513 tobez lang/perl5.8 - "make test" destroys perl o [2002/08/13] i386/41636 Kernel panic on Intel SE7500CW2 - SMP ker o [2002/08/13] bin/41647 ifconfig doesn't accept lladdr along with o [2002/08/14] i386/41663 support of promise fasttrack 100 tx2 unde o [2002/08/16] misc/41717 Memory Leak in FreeBSD o [2002/08/16] i386/41723 Copying files to filesystem causes "integ a [2002/08/18] kern/41765 rwatson UDP socket remains connected after error o [2002/08/19] misc/41792 lseek after ftruncate fails o [2002/08/21] i386/41860 sysinstall rel. 4.5 and 4.6 hangs o [2002/08/22] java/41913 java JniHandler and ChannelUn Errors o [2002/08/26] kern/42030 panic when zebra works on detaching tun i o [2002/08/26] i386/42046 System crashes with f [2002/08/28] i386/42124 dual xeon problem on SE7500CW2 o [2002/08/29] i386/42173 Sony VAIO FXA 53 (or FXA 679 in Mexico) w o [2002/08/30] kern/42198 Kernel panics or system hangs up with big o [2002/08/30] misc/42221 Signal 11 core dumped when fetchin index o [2002/08/30] kern/42235 system panics with "worklist_remove: item o [2002/08/31] kern/42277 mckusick Several kernel panics per day with panics f [2002/09/04] i386/42406 Compatibility of USB equipments o [2002/09/04] kern/42434 another softupdates based kernel panic: h f [2002/09/07] i386/42538 4.7 BROKEN (SED FUNCTION) o [2002/09/08] bin/42563 ATA Tagged Queuing wedges -STABLE p [2002/09/09] kern/42580 kernel crash when starting ISC 3.2 X11 bi o [2002/09/09] kern/42597 kernel panic, xl and bpf related p [2002/09/14] bin/42772 usr.bin/make: patch to stop a fork bomb o [2002/09/14] bin/42789 cp -p may report wrong exit status o [2002/09/15] kern/42796 NCR/SYM 53C825 driver detects scsi cdrom f [2002/09/15] i386/42813 /kernel: ad0: UDMA ICRC READ ERROR o [2002/09/18] ports/42921 nakai archivers/rpm/work/rpm-3.0.6/lib/rpmlead. o [2002/09/18] kern/42937 panic when ARP cache uses up all mbufs o [2002/09/24] i386/43351 X-Server crashes on i810 o [2002/09/26] kern/43396 silby repeatable kernel panic in if_xl.c:xl_new o [2002/09/26] i386/43412 Why my freebsd 4.6.2 auto reboot every on f [2002/09/27] ports/43417 ports-bugs compliation of ncbi-toolkit fails o [2002/09/27] bin/43434 New option to 'dmesg' which allow to disp f [2002/09/28] i386/43461 Durring Install of 4.6 on ASR-2005S/48MB o [2002/09/29] kern/43480 panic: CPU class not configured, Athlon M o [2002/09/29] i386/43491 microuptime () went backwards o [2002/10/02] misc/43576 imp Problem with wi driver and Lucent Orinoco o [2002/10/02] kern/43614 Installation Hangs at "md1: Malloc disk" o [2002/10/03] kern/43625 Wi(4) driver hangs after long data transf o [2002/10/05] kern/43713 during install, mounting root from ufs:/d o [2002/10/06] kern/43738 Memory corruption in -stable with agp mod o [2002/10/06] misc/43751 FreeBSD4.6R panic during installation o [2002/10/11] misc/43954 nfs-blocked process can't return or be in o [2002/10/12] i386/43978 Kernel Panics in 4.7-STABLE with 486 CPUs o [2002/10/13] kern/44006 Filesystem corruption with ata(4) softwar o [2002/10/14] kern/44054 kernel panic o [2002/10/17] kern/44197 sos ATA CDROM's o [2002/10/17] kern/44198 Toshiba PDR-M25 camera/umass o [2002/10/21] kern/44336 NFSv3 client broken - security problem wi o [2002/10/25] misc/44471 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] ports/44868 fanf sysutils/cfengine2: cfservd dies fails if o [2002/11/04] kern/44884 pcic is broken in current o [2002/11/05] kern/44950 SMP kernel crash in vm_page_free: freeing o [2002/11/07] kern/45032 Panic right after boot with FreeBSD-STABL o [2002/11/09] kern/45170 kernel panics when trying to write to ufs o [2002/11/17] i386/45383 Failed installation FreeBSD 4.7-RELEASE a o [2002/11/20] kern/45535 nfs client panic o [2002/11/21] kern/45568 gibbs ahc(A19160) pci parity error o [2002/11/22] kern/45588 netscape 4.79 crashes system o [2002/11/24] kern/45698 emoore Freebsd 5.0 DP2 can not find Integrated H o [2002/11/28] bin/45824 phk malloc() overflow bug o [2002/12/02] kern/45910 emoore unable to use amr device o [2002/12/08] i386/46113 busspace bug o [2002/12/12] bin/46207 OpenSSL in base system should be updated o [2002/12/19] kern/46376 ACPI module fails to load in a IBM e-seri o [2002/12/20] kern/46392 kernel, vinum, umount, changing user mode o [2002/12/21] i386/46455 trouble with VIA EPIA 5000 system- WRITE o [2002/12/23] kern/46490 silby xl driver generates lots of interrupts wi o [2002/12/23] i386/46506 Crash Before Initialization of Printer? o o [2002/12/26] kern/46537 amr(4) hangs system on -CURRENT or make p o [2002/12/26] kern/46549 5.0-RC2 crashes while ripping ATA audio c o [2003/01/02] kern/46696 ep0 hard lockup during -CURRENT install f [2003/01/03] sparc64/46729fenner gethostbyname fails for NIS 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/11] bin/46976 darrenr IPFilter - No netinet/ip_nat.h (and other f [2003/01/14] bin/47044 gshapiro Sendmail "Can't assign requested addresse a [2003/01/16] bin/47140 mtm 5.0 with rc_ng and nis hangs at startup 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/22] bin/47384 qa sysinstall ignores intended destination d o [2003/01/24] i386/47428 Installing 4.7 on pst0 device fails o [2003/01/24] i386/47429 5.0-REL will not install on pst device o [2003/01/24] java/47447 java linux-sun-jdk1.4.1: java command can't fi f [2003/01/25] i386/47474 ftp11.freebsd.org is missing doc for 5.0- o [2003/01/26] kern/47529 natd/ipfw lose TCP packets for firewalled o [2003/01/27] bin/47538 tar buggy on memory disk partitions o [2003/01/27] kern/47544 iir does not detect direct access drives o [2003/02/03] kern/47874 NFS server crashes when given mount daemo o [2003/02/05] i386/47989 5.0-RELEASE install CD kernel panic o [2003/02/06] kern/48028 panicstr: union: missing upper layer in w o [2003/02/06] 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/09] i386/48123 major problem with freeBSD filesystem and o [2003/02/10] java/48164 glewis ports/java/jdk13: won't compile o [2003/02/10] 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 Sysinstall deletes mbr although it should o [2003/02/17] kern/48369 ext2fs no-go in FreeBSD 5 (regression ove o [2003/02/17] kern/48379 the keyboard is dead after X11R6 started o [2003/02/18] ports/48449 chuckr octave-2.1.30 needs readline-4.2 in stabl o [2003/02/20] ports/48509 jdp Fix msgnd() pm3-base for -CURRENT o [2003/02/24] kern/48650 Onboard fxp not functioning on Intel i815 o [2003/02/25] kern/48667 FreeBSD hangs o [2003/02/25] ports/48669 ports-bugs [patch] upgrade port/www/mod_webapp-apach o [2003/02/25] ports/48678 chuckr lang/moscow_ml port broken on 5.0 o [2003/02/25] kern/48691 kernel panics on ASUS A7N266-VM Motherboa o [2003/03/01] kern/48808 uhid(4)-related repeatable kernel panic i o [2003/03/02] kern/48849 Maxtor XT5000 causes panic in boot o [2003/03/03] kern/48879 sos ATA disk size detected incorrectly (lba s o [2003/03/05] kern/48967 sos CURRENT atat driver, ad0: UDMA ICRC error o [2003/03/09] kern/49059 mbr 3Com OfficeConnect 10/100 not detected o [2003/03/10] kern/49079 panic: bwrite: buffer is not busy o [2003/03/11] kern/49110 UHCI driver panic while booting if any US o [2003/03/11] conf/49119 jhay rc.diskless1 fails to mfs_mount dirs o [2003/03/13] i386/49978 installation problem on Acer Altos G300 o [2003/03/17] ports/50082 lioux net/dctc-gui-qt (0.0.3) does not build on o [2003/03/20] kern/50148 Incorrect applied default ACLs o [2003/03/20] kern/50156 System crash when background fsck is runn o [2003/03/23] kern/50216 kernel panic on 5.0-current when use ipfw o [2003/03/23] kern/50229 FreeBSD detects laptop drive geometries i o [2003/03/28] kern/50393 union_lookup returning . (0xba8ade90) not o [2003/04/01] ports/50532 perky apache2 Denial of service in < 2.0.45 o [2003/04/04] i386/50606 anholt X not working on todays current using ATI o [2003/04/07] pending/50683gnats-admin 284 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/07] kern/2690 asami When Using ccd in a mirror mode, file cre o [1997/02/19] kern/2768 ktrace(1) -i dumps corrupted trace data o [1997/02/20] bin/2785 wpaul callbootd uses an unitialized variable a [1997/04/01] bin/3170 sheldonh vi freaks and dump core if user doesn't e f [1997/05/04] i386/3502 mdodd Merge of if_ix* and if_ie* broke EE/16 su o [1997/05/06] bin/3524 imp rlogin doesn't read $HOSTALIASES for non- o [1997/06/28] misc/3980 peter access via NFS fails during mount-operati o [1997/07/02] kern/4012 peter 2.2-RELEASE/Digital UNIX NFSv3 0 length f f [1997/07/17] kern/4115 peter SunOS NFS file has wrong owner if creator o [1997/07/30] kern/4194 peter 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/12] i386/7266 yokota PSM detection failure with Linksys consol s [1998/08/10] kern/7556 sl_compress_init() will fail if called an f [1998/09/11] kern/7902 if_de doesn't properly recognize a "Magic o [1998/09/17] bin/7968 If /usr/libexec/yppwupdate DNE, rpc.yppas o [1998/09/30] gnu/8099 obrien [patch] some bugs in cpio f [1998/10/08] kern/8206 [patch] Unconected UDP socket declined, i o [1998/11/10] bin/8646 peter Implement rlogind -a option f [1998/11/20] kern/8778 gibbs Buslogic BT948 in 2 boxes upgraded from S f [1998/11/25] bin/8865 dwmalone syslogd hangs with serial console o [1998/12/21] kern/9163 adrian [patch] squid does not join a multicast g s [1999/01/07] bin/9379 pppd does not go through all interfaces l o [1999/01/13] 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/02/28] bin/10312 ken pciconf -l generates output incompatible o [1999/03/02] bin/10353 jon ypserv gets segmentation violation o [1999/03/09] bin/10510 Remote cvs botches commits on occassion o [1999/03/16] bin/10633 fenner [patch] tcpslice timezone problem and upd 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/03] kern/11462 imp CS network interface driver (for CS89XX b o [1999/05/04] kern/11490 yokota VESA+VM86+Splash == unstable system o [1999/05/05] kern/11507 imp CS89XX (i386/isa/if_cs.c) fails to proper 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/18] i386/11773 yokota mouse works at setup time. Under X it go o [1999/05/28] kern/11922 deischen missing reentrant interfaces for getpwnam o [1999/07/07] kern/12551 ASIC output is shifted following a short o [1999/07/20] bin/12727 billf Game patches from NetBSD o [1999/08/14] kern/13141 se Multiple LUN support in NCR driver is bro o [1999/09/10] 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/12] kern/14285 NFS client appears to lose data o [1999/10/14] i386/14334 imp AHA-1542A not supported by FreeBSD 3.x (" o [1999/10/26] kern/14549 mdodd 3C509 broken in 3.3 o [1999/10/27] 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 a [1999/11/12] misc/14856 billf ftp stalls on FreeBSD 3.3 (CDROM) tested 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/23] misc/15662 markm [PATCH] perl5 Sys::Hostname fails if no P o [1999/12/26] kern/15707 bad trap in mprotect o [2000/01/01] kern/15825 Softupdates gets behind, runs the system o [2000/01/02] i386/15845 imp Driver for RealTek 8029 f [2000/01/03] bin/15877 tobez Perl 5.00503 interpreter crashes with a s o [2000/01/12] kern/16090 mdodd No buffer space available a [2000/01/22] kern/16299 tmm nfs.ko can be unloaded when nfsd is runni f [2000/01/24] ports/16343 reg bsd.port.mk cannot override make.conf. 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/23] 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/10] misc/17310 wpaul NIS host name resolving may loop forever o [2000/03/16] 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] misc/17517 mbr 100/10baseT card resets under load s [2000/03/21] conf/17540 NIS host lookups cause NFS mounts to wedg f [2000/03/21] 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/27] i386/17626 green sshd cores when I scp to it o [2000/03/28] alpha/17637 billf misconfigured syscons bell causes panic o 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 f [2000/04/10] kern/17905 4.0-SNAP keep on crashing every 3 days o [2000/04/11] i386/17926 yokota psm device problems with apm resume 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] misc/18065 mdodd FREEBSD 4.0 crashes on boot Compaq Prolia s [2000/04/23] bin/18181 Getty can fail to observe :de: specificat f [2000/04/23] i386/18185 gibbs Adaptec 3950U2 errors during boot/probe o [2000/04/24] kern/18200 mdodd 3com 3c509b recognized twice during boot f [2000/04/25] kern/18209 green rlimits are never checked in exec() if ex f [2000/04/28] kern/18285 the system froze when use scon -s 50 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 msmith Toshiba 2775 hangs after pcib0 driver is o [2000/07/25] misc/20172 byacc 1.9 fails to generate $default tran o [2000/07/27] kern/20234 green panic(): lockmgr: pid 259, not exclusive o [2000/07/29] conf/20282 qa sysinstall does not recover some /etc fil f [2000/07/31] kern/20335 yokota S3Trio64V+ is detected as CGA by syscons p [2000/08/02] bin/20373 Setting breakpoints in shared objects bro o [2000/08/08] ports/20490 tg 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/13] kern/20572 marcel cannot safely remove COMPAT_43 from the k o [2000/08/14] kern/20609 panic: vm_fault: fault on nofault entry, o [2000/08/15] bin/20633 fdisk doesn't handle LBA correctly f [2000/08/17] 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 libc_r does not honor socket timeouts o [2000/08/28] gnu/20912 mp gdb does not recognise old executables. f [2000/08/30] bin/20952 markm ftpd doesn't honor account expiration tim 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 o [2000/09/14] gnu/21260 buffer overrun in uux o [2000/09/14] ports/21264 markm tn3270 port receives segmentation fault o [2000/09/14] gnu/21276 libI77 is unable to handle files >2Gbytes a [2000/09/15] kern/21304 mbr dc0 watchdog timeouts on NetGear FA310TX o [2000/09/18] bin/21375 mbr [PATCH] dhclient runs away on interface r s [2000/09/18] misc/21384 greid pcm driver has static in recorded audio o [2000/09/19] misc/21406 freebsd's bootinst or booteasy overwrites p [2000/09/20] gnu/21433 g++ optimiser produces bad code on right o [2000/09/21] kern/21461 imp ISA PnP resource allocator problem o [2000/09/21] 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/28] kern/21642 Compaq Netelligent 10/100 card (TI Thunde o [2000/10/02] docs/21708 jlemon kqueue/kevent man pages isn't specific ab o [2000/10/02] ports/21714 sobomax audio problem with nil o [2000/10/05] kern/21771 murray Fix for sppp and Cronyx drivers update a [2000/10/06] kern/21808 [patches] msdosfs incorrectly handles vno o [2000/10/15] misc/21998 green ident only for outgoing connections o [2000/10/19] kern/22142 cjc securelevel does not affect mount f [2000/10/24] misc/22284 Change (SunOS) NIS passwd error 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/05] bin/22614 billf pam_ssh dumps core f [2000/11/05] kern/22624 Interrupt conflict btw. vga and Ethernet f [2000/11/06] gnu/22635 Why don't you use truncate(2) in libI77 o [2000/11/13] kern/22826 emulation Memory limits have no effect in linux com o [2000/11/14] bin/22846 Routed does not reflect preference of Int o [2000/11/15] kern/22862 ncr probe fails with CACHE TEST FAILED: ? o [2000/11/18] kern/22943 emulation Problem with linux emulation o [2000/11/18] i386/22944 isa_dmainit fails on machines with 512MB a [2000/11/18] kern/22947 jon IBM 10/100 EtherJet Cardbus (Xircom X3201 f [2000/11/23] gnu/23058 ncurses: tgoto_internal() ugliness o [2000/11/25] bin/23098 ambrisko If installing on a serial console, enable o [2000/12/04] bin/23269 green OpenSSH TIS Authentication support has br o [2000/12/07] bin/23352 [SECURITY] buffer overflow in opieftpd o [2000/12/08] kern/23400 rwatson IPsec transport mode precludes filtering o [2000/12/12] kern/23515 get error in messages system log "Dec 11 o [2000/12/13] kern/23535 imp 4.x kernels seem to no longer support Ada o [2000/12/14] 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/02] 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 f [2001/01/05] kern/24085 syncing on shutdown leaves filesystem dir o [2001/01/06] docs/24125 wes connect(2) can yield EWOULDBLOCK/EAGAIN o [2001/01/12] bin/24271 dumpon should check its argument more o [2001/01/16] misc/24391 cannot kill amd after interface disappear o [2001/01/19] bin/24461 pirzyk Being able to increase the YP timeout wit o [2001/01/19] bin/24472 libc_r does not honor SO_SNDTIMEO/SO_RCVT s [2001/01/23] 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 libc_r delicate deviation from libc in ha o [2001/01/25] misc/24641 pthread_rwlock_rdlock can deadlock o [2001/01/28] bin/24691 map-mbone segfaults at getsockname o [2001/02/09] kern/24982 iedowse stack gap usage o [2001/02/10] 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 f [2001/02/14] kern/25093 4.2-STABLE does not recognize PCNet-ISA+ o [2001/02/19] kern/25213 peter Bus abstraction interface doesn't allow p 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/21] ports/25272 rse Using eperl as cgi/nph binary executor ca s [2001/02/23] bin/25337 rwatson dmesg -a should be restricted o [2001/02/28] bin/25461 qa sysinstall's fdisk and disklabel don't wo 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/07] misc/25585 sed.test 8.16 puts bugged sed into infini o [2001/03/07] bin/25586 green Password expiration doesn't work after up o [2001/03/13] kern/25781 Statclocks cannot be disables on ServerWo o [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/17] bin/25886 cgetset(3) doesn't get cleared when switc o [2001/03/19] bin/25929 Can't use MAKEDEV in fixit mount o [2001/03/22] kern/25986 silby 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/22] kern/26013 Linksys (rev 3) USB 100TX NIC causes infi o [2001/03/23] ports/26036 dima acroread4 produces invalid postscript in o [2001/03/26] bin/26093 markm pam_unix rejects authenticating accounts o [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/03/31] i386/26261 silo overflow problem in sio driver o [2001/04/02] bin/26307 libc_r aborts when using the KDE media pl 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 phk sendto() syscall returns EINVAL in jail e o [2001/04/14] kern/26567 Mouse driver will not properly restart if o [2001/04/14] kern/26568 Mouse driver will die if you move mouse a f [2001/04/19] kern/26704 AHA-2940[UW] gives MPARERR on cold boot ( o [2001/04/23] ports/26797 assar arla-0.34.6 causes kernel panic/page faul o [2001/04/25] bin/26842 dd dump with h flag takes a very long time a [2001/04/25] bin/26869 sheldonh 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/04/30] bin/26996 green sshd fails when / mounted read-only o [2001/05/04] bin/27086 green OpenSSH does not set X11 forwarding f [2001/05/09] kern/27242 SIGHUP propagation failure to processes o f [2001/05/10] i386/27247 Panic on install - "page fault syncing di a [2001/05/10] kern/27262 process won't be terminated after CPUTIME o [2001/05/20] kern/27474 Interactive use of user PPP and ipfilter o [2001/05/21] misc/27498 grog vinum crashed after 'vinum dumpconfig' o [2001/05/21] kern/27522 des linprocfs:/proc/stat does not handle SMP o [2001/05/22] kern/27543 des /proc/cpuinfo does not handle SMP hosts o [2001/05/23] 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] bin/27988 [PATCH] let pam_ssh.so explicitly start s 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/12] ports/28102 assar Recent changes to 4.3-STABLE break arla-0 o [2001/06/14] ports/28155 portmgr DESTDIR is used incorrectly in bsd.port.m o [2001/06/15] kern/28173 Problem with Touchpad on Inspiron 5000e o [2001/06/16] bin/28221 eric dialog(1) segfaults (due to the bug in li o [2001/06/17] bin/28223 su doesn't look at login.conf all the tim o [2001/06/17] bin/28224 ftpd doesn't honor invalid shelll in logi o [2001/06/20] bin/28311 markm ftpd and sshd do not honor expired pw ent o [2001/06/24] ports/28398 ports-bugs ja-dvips cannot find tex.pro o [2001/06/25] kern/28417 arplookup uses potentially unprotected st o [2001/06/26] bin/28424 mtree fails to report directory hierarchy f [2001/06/27] misc/28442 hot rebuild on Compaq Intergrated Smart A o [2001/06/28] ports/28491 kiri www/w3-4 port: mismatch between pkg-plist 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/07] i386/28802 3com Performance Pro modem conflicts with o [2001/07/09] kern/28840 gibbs Possible interrupt masking trouble in sys o [2001/07/09] bin/28852 cracauer behavior of /bin/sh with -e option looks o [2001/07/09] kern/28856 imp 3COM PCI FaxModem with shared IRQ causes o [2001/07/11] ports/28889 lioux qpopper-4.0.3 error: Insufficient room to o [2001/07/12] i386/28928 wpaul dual starfire nic doesn't seem to work (a o [2001/07/16] bin/29026 traceroute -s option allows any IP addres o [2001/07/17] bin/29049 green multi-user with star 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/24] kern/30798 contigfree() doesn't o [2001/09/25] kern/30820 sound PCM sound fails o [2001/09/25] ports/30823 ports-bugs New port: KinterbasDB, Python module to a o [2001/09/26] bin/30837 Sysinstall doesn't set the schg flag on t o [2001/09/30] ports/30947 ports-bugs mail/mahogany fails to build, conflicts w o [2001/09/30] kern/30948 ls'ing mounted brand new floppy locks up o [2001/09/30] kern/30952 silby kernel panics with 3C905[BC] cards / xl d o [2001/10/01] kern/30958 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 f [2001/10/02] i386/30991 pcm in PNP-OS mode vs. non-PNP-OS mode po o [2001/10/02] bin/30993 xxgdb cannot open source file o [2001/10/04] bin/31045 routed dumps core o [2001/10/04] kern/31047 Linux programs do not dump core in linux f [2001/10/06] kern/31085 kernel panic on tftp only pxeboot f [2001/10/07] kern/31102 lge + Pentium III data transmission probl o [2001/10/10] ports/31191 ports-bugs netsaint - plugins sometimes not found o [2001/10/11] ports/31216 znerd New port: devel/plist-builder 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 f [2001/10/24] i386/31481 FreeBSD does Not find disk drives with Co f [2001/10/25] kern/31492 Panic in sysctl_remove_oid. o [2001/10/25] ports/31494 ache mod_perl fixes for apache13 port o [2001/10/26] ports/31511 obrien g++30 produces binaries which SIGBUS when o [2001/10/30] conf/31631 "MAC address" can't be acquired properly. o [2001/10/31] kern/31659 n_hibma USB controller driver will die after some o [2001/10/31] bin/31661 pthread_kill signal handler doesn't get s f [2001/10/31] bin/31678 A bug in handling an error reading a CD-R f [2001/11/01] bin/31692 2872-or-less-byte ftp binary transfer fro o [2001/11/03] kern/31746 failed connect(2) seems to cause problems f [2001/11/05] kern/31768 darrenr Use of fastroute in IPFilter reboots the o [2001/11/05] i386/31771 brian PPP compares CHAP81 response case sensiti o [2001/11/05] kern/31790 problem with NFS and jail() o [2001/11/07] ports/31819 jmz ports/ispell install doesn't work o [2001/11/07] bin/31835 mbr dhclient doesn't close FD's before spawni a [2001/11/07] bin/31837 jhb sysinstall change mountpoint o [2001/11/07] kern/31839 mdodd ex0 panic if NIC not cabled f [2001/11/07] i386/31845 Toshiba Satellite 2105CDS won't boot Free o [2001/11/09] 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 f [2001/11/17] java/32063 znerd patch for /usr/ports/java/linux-jdk about o [2001/11/17] bin/32072 setuid w/o immutable flag o [2001/11/18] kern/32098 semctl() does not propagate permissions o [2001/11/19] kern/32118 mbr 21143 with dc driver will not select 10ba o [2001/11/19] ports/32121 anholt xf86cfg 4.1.0 writes bad "Chipset" value o [2001/11/20] kern/32124 imp Cannot set 128 bit wep key on prism2 (wi0 o [2001/11/22] bin/32205 brian PPP login fails in LCP negotiation on opt o [2001/11/23] kern/32226 time of day clock runs fast (approx twice o [2001/11/23] ports/32234 tobez Perl ports not $LOCALBASE clean f [2001/11/24] bin/32261 dump creates a dump file much larger than o [2001/11/26] bin/32295 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/28] gnu/32365 obrien gcc optimiser bug with -O -march=i686 o [2001/11/29] bin/32374 vi -r doesn't work, file contained unexpe o [2001/12/06] kern/32556 sound system crashes when unloading sound modul 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/10] bin/32686 wosch locate command dumps a core file with bro o [2001/12/11] misc/32699 mbr Tulip ether card EN2242 (if_dc.c) use wro o [2001/12/11] ports/32700 assar inode changes for large o [2001/12/11] kern/32716 system hangs when running vid (usb webcam o [2001/12/11] bin/32717 brian ppp(8) change mss to wrong size p [2001/12/12] bin/32759 jmallett [PATCH] make(1) System V include behaviou s [2001/12/12] misc/32760 Please MFC /usr/include/malloc.h to -STAB f [2001/12/12] 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] ports/32800 dec gated dies on ppp interface up/down 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/21] ports/33080 ume grkrellmvolume interferes with the abilit 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/24] bin/33155 green [PATCH] sshd can leave hanging processes 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/30] kern/33346 jhb Kernel panic with SMP kernel o [2001/12/30] misc/33370 Post configuration issue o [2002/01/02] kern/33464 soft update inconsistencies after system o [2002/01/03] bin/33515 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/07] misc/33672 sheldonh telnetd and mount_mfs signal handlers cal p [2002/01/09] misc/33723 select(2) implementation in threaded (-lc o [2002/01/09] kern/33738 argv == NULL is not handled correctly by o [2002/01/13] kern/33833 Correct kernel config for 4.4-RELEASE is o [2002/01/13] kern/33839 joe usb0: host controller halted (involving A o [2002/01/15] ports/33927 ports-bugs ja-dvipdfm port requires texmf/dvips/base o [2002/01/15] ports/33929 doc Section 15.15 of the FreeBSD Porter's Han o [2002/01/16] kern/33940 quotactl allows compromise gid-quotas o [2002/01/16] kern/33974 sound Can not record anything with emu10k1 on 4 o [2002/01/17] i386/33986 sound SMP and audio causes hard lockups (random o [2002/01/17] 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 f [2002/01/19] misc/34073 3com 3c980c runs "bursty" / freezes-unfre f [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/23] kern/34205 joe detect USB memory device, But can not use f [2002/01/24] kern/34228 Dual processor machine hangs at reboot o [2002/01/24] gnu/34246 joe CVS doesn't rebuild CVSROOT/options o [2002/01/25] i386/34267 semenu FreeBSD hangs and reboots when overloaded o [2002/01/25] bin/34269 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/01/29] ports/34409 kuriyama prc-tools from ports fails to compile on o [2002/02/01] i386/34536 accept() blocks other threads o [2002/02/01] kern/34544 Kernel crash on fclose() of /dev/kbd1 whe o [2002/02/02] misc/34568 turning printer on and off hangs the comp o [2002/02/03] kern/34582 wpaul Support for D-Link DFE-690TXD Cardbus PC o [2002/02/03] i386/34588 sos read-prefetch on VIA 686B IDE causes hang o [2002/02/04] kern/34619 TCP - FINs with different sequence number p [2002/02/06] bin/34682 fenner scanf/sscanf doesn't understand %lld f [2002/02/07] bin/34725 sos burncd cannot write audio file as the 1st o [2002/02/08] ports/34730 lioux new port qmail-scanner - a virus-scanning o [2002/02/09] kern/34765 darrenr Unloading the ipl.ko module will panic th o [2002/02/10] kern/34801 darrenr TCP window size bug (afflicting IP Filter o [2002/02/10] bin/34811 sh: "jobs" is not pipeable f [2002/02/11] misc/34842 VmWare port + NIS causes "broadcast storm a [2002/02/12] ports/34893 deischen RUS-CERT Advisory 2002-02:01: Temporary f f [2002/02/13] i386/34902 FTP session causes server reboot o [2002/02/17] kern/35061 After printing to HP Deskjet 656c USB pri o [2002/02/18] kern/35081 zebra routing problem - kernel bug??? o [2002/02/19] misc/35116 keyinfo reports root's keyinfo o [2002/02/20] kern/35136 luigi VLAN & bridging & MTU o [2002/02/21] ports/35179 kris elm-2.5.5_1: bounce command doesn't work o [2002/02/22] bin/35214 obrien dump program hangs while exiting o [2002/02/23] ports/35237 edwin empty manpage installed by trafcount port f [2002/02/23] kern/35248 panic: ffs_valloc: dup alloc f [2002/02/23] misc/35267 after cvsup src-all for 4.5, /stand/sysin o [2002/02/25] bin/35307 standard include files are not standard c o [2002/02/25] bin/35309 umount -f does not work for ufs floppy o [2002/02/25] misc/35310 SSHing with expired password does not bri o [2002/02/25] java/35320 java linux-jdk-1.4 JVM fails when running Tomc o [2002/02/25] bin/35329 Linking against libc_r.* provokes nasty l o [2002/02/26] misc/35350 Can't boot on ASUS TXP4 o [2002/02/26] kern/35351 emu10k1: no posibility to record sound. K o [2002/02/26] ports/35353 green cfs strips eighth bit of file name on "ou o [2002/02/27] 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/02/28] kern/35442 Problem transmitting runts in if_sis driv o [2002/03/01] alpha/35455 alpha Unable to compile ISA NIC devices into ke f [2002/03/01] kern/35461 trap 12 when booting with Maxtor 160G dis 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 a [2002/03/06] docs/35620 murray make release fails in documentation for R o [2002/03/07] bin/35622 sigaltstack is missing in libc_r o [2002/03/07] kern/35631 SKIP and IPSEC together cause kernel pani o [2002/03/07] kern/35645 Layer 2 switching using default router of o [2002/03/07] 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/10] i386/35742 USB 2.0 attached device cannot be fdisk'd o [2002/03/10] kern/35756 USB reattach of Sony DSC-S75 fails, USB s o [2002/03/11] misc/35774 [SECURITY] Suboptimal auditing possibilit o [2002/03/12] bin/35842 rm -f nonexistent file successful but rm o [2002/03/13] bin/35843 maxim [PATCH] MD5 auth implemented in routed is o [2002/03/13] gnu/35878 /usr/bin/strip resets ABI type to FreeBSD o [2002/03/13] conf/35880 rc files could be a bit more jail friendl 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 f [2002/03/16] kern/35989 720KB floppies unusable o [2002/03/17] i386/36003 Cyclades Cyclom YeP causes panics on Free p [2002/03/17] kern/36038 bp sendfile(2) on smbfs fails, exposes kerne f [2002/03/18] kern/36056 atapicd driver won't boot with cdr-cdroms o [2002/03/19] misc/36086 trhodes Kerberos Problem/Handbook wrong/Followup o [2002/03/20] kern/36147 bogus irq 7 message being issued f [2002/03/21] kern/36160 Kernel halts while trying to detect CD-C6 o [2002/03/21] bin/36167 _THREAD_SAFE & _REENTRANT used inconsiste 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/22] kern/36220 panic: sched_sync: fsync failded vp 0xcf4 o [2002/03/26] kern/36329 reference of unexistent object o [2002/03/27] java/36411 glewis java/jdk13 not owner/group safe o [2002/03/28] kern/36415 roger the bktr driver incorrectly handles the s a [2002/03/28] 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 installation floppy bug (See description) o [2002/03/29] i386/36517 sis driver can't map ports/memory for Net o [2002/03/29] kern/36522 stat outside procs in procfs succeeds fro o [2002/03/31] kern/36566 System reboot with dead smb mount and umo f [2002/04/01] kern/36610 acd0: MODE_SENSE_BIG command timeout - re o [2002/04/01] i386/36647 There is no suitable driver for SURECOM E f [2002/04/03] kern/36708 panic: ufs_dirbad: bad dir during pkg_inf o [2002/04/03] ports/36711 ports-bugs Configure Bug: cyrus-sasl-1.5.27_2 / krb f [2002/04/03] i386/36718 install boot before sysinstall halts ata1 o [2002/04/04] i386/36761 Symbol problems dependant on boot method, o [2002/04/05] kern/36784 Can't fcntl(fd, F_SETFL, ...) on a pseudo f [2002/04/05] kern/36790 kernel panic in biodone() on boot p [2002/04/05] ports/36804 pat portupgrade of apache13+modssl causes cer f [2002/04/07] ports/36843 ports-bugs auth_ldap port fix o [2002/04/07] ports/36846 ports-bugs fxtv 1.03 freezes the system when $LANG=d o [2002/04/07] kern/36858 The USB flash drive "Apacer HandyDrive" c o [2002/04/07] bin/36867 games/fortune: add FORTUNE_PATH env var, f [2002/04/08] kern/36876 sos Weird read-errors while accessing data fr o [2002/04/08] ports/36879 ports-bugs emulators/vmware2 freezes and reboots sys o [2002/04/08] conf/36911 installation floppies miss autoload file o [2002/04/09] bin/36926 send-pr destroys PR if emacs interrupt ch o [2002/04/09] i386/36943 reboot hangs on Tyan Thunder K7 with SMP o [2002/04/09] kern/36953 des linux emulation does not work well on SMP o [2002/04/11] i386/36991 Installing gnome from packages over the n o [2002/04/11] misc/36999 2 Default Routes Created o [2002/04/11] ports/37006 dirk cdrecord does not work with Teac USB CDRW o [2002/04/13] kern/37035 trhodes [PATCH] msdosfs_readdir() freezes after f 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 f [2002/04/16] ports/37142 dirk [Patch] devel/pth (use libtool and load s o [2002/04/16] bin/37159 ru more then one natd use running use the sa o [2002/04/16] kern/37171 tjr smbfs non-functional in -STABLE o [2002/04/17] ports/37180 dirk [New Port] php-dev (apache 1.3 / 2.0 modu o [2002/04/18] i386/37240 EtherExpress16 not probed at boot o [2002/04/19] i386/37243 dvd rom - ata0-slave: identify retries ex o [2002/04/19] kern/37261 luigi kernel is not linking without "device eth o [2002/04/19] ports/37262 ports-bugs gphoto2 fails to find supported USB digit o [2002/04/19] kern/37270 jeff nullfs broken by locking changes in -curr o [2002/04/21] kern/37326 roger smbus/bktr crash when omitting "device ii o [2002/04/22] bin/37343 portmap TCP binds strangeness o [2002/04/22] ports/37361 ports-bugs installing gcc30 port breaks devel/gettex o [2002/04/23] alpha/37382 alpha de0 (tulip) DEC-21140A card stays in OACT o [2002/04/23] alpha/37385 alpha xl0 network card (509B) fails on heavy tr o [2002/04/23] misc/37399 rsh does not work from Win 2k to freeBSD f [2002/04/24] i386/37420 Copying large files from an IDE CD-ROM to o [2002/04/24] kern/37436 accept dead loop when out of file descrip o [2002/04/24] kern/37441 ISA PNP parse problem o [2002/04/24] kern/37443 incorrect move pointer in environment str o [2002/04/25] bin/37468 ports-bugs mpeg_play compiled on current/DP1 does no o [2002/04/26] i386/37482 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/28] ports/37537 edwin trafcount causes reboot at 3AM every nigh p [2002/04/29] kern/37573 maxim kernel crashes when changing dummynet pip o [2002/04/29] misc/37585 System hangs on install at probing device o [2002/04/30] misc/37586 newfs failing in 5.0-DP1 initial install o [2002/04/30] kern/37589 Kernel panics upon resume from zzz on my o [2002/05/01] kern/37635 USB ufm driver using major 200, although a [2002/05/01] kern/37656 robert Linux emulator 'Invalid Argument' error i o [2002/05/03] ports/37708 ache mod_proxy broken in apache 1.3.24 o [2002/05/03] misc/37710 murray LAN interface in wrong state after attemp o [2002/05/04] i386/37734 sys/i386/boot/dosboot needs to be replace f [2002/05/05] misc/37775 netsmb/smb_subr.c needs opt_global.h in S o [2002/05/08] misc/37863 Configuration of X corrupts screen, and i o [2002/05/09] kern/37889 kernel panic when writing to a FAT32 part o [2002/05/12] ports/37995 trevor lilypond port will not build due to bison o [2002/05/12] kern/37998 panic: vinvalbuf: dirty bufs o [2002/05/12] kern/38011 Fatal Trap 12 using Xircom CE2 in IBM 760 a [2002/05/12] ports/38018 znerd ports/www/jakarta-tomcat4: make passing o a [2002/05/12] ports/38020 znerd ports/www/jakarta-tomcat4: stop tomcat vi o [2002/05/13] kern/38024 kernel panic with devices 'sio' removed f f [2002/05/14] kern/38091 <4.6-prerelease "loses" PM drive> o [2002/05/14] kern/38095 bp vlan not supported with fxp o [2002/05/16] i386/38151 Installation of 5.0DP1 panics very early f [2002/05/16] kern/38166 gad ipv6_gateway_enable="YES" breaks lpd o [2002/05/17] kern/38210 SIOCGIFCONF truncates interface list. o [2002/05/17] ports/38212 knu XFree86-4 and portupgrade get dependencie o [2002/05/18] misc/38241 mount_cd9660 doesn't mount/read multisess o [2002/05/20] kern/38333 sos ATA drives only UDMA33 after APM standby f [2002/05/21] misc/38373 ipfw-graph reboots compaq 5500r o [2002/05/21] ports/38375 dirk The port lang./php4 can't be used as CGI o [2002/05/22] kern/38438 System crashes when starting XFree4 o [2002/05/23] misc/38460 ports-bugs core dumps with ghostscript o [2002/05/24] kern/38495 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 the procces compiled whith pthread stoppe o [2002/05/25] kern/38554 changing interface ipaddress doesn't seem o [2002/05/25] kern/38562 bridge_cfg=*dc0* ; kldload if_dc => panic o [2002/05/26] misc/38582 qa sysinstall sets newfs flag after changing o [2002/05/26] ports/38587 kuriyama bug in snmpd v5.0.1 in freebsd systems o [2002/05/27] bin/38609 qa Sysinstall should know the size of the va o [2002/05/27] kern/38632 Loss of connection with wi cards o [2002/05/30] i386/38731 Freebsd doesn't support ( pdc20276 / Raid o [2002/05/30] kern/38736 kernel panic during memory stick removal o [2002/05/30] kern/38752 rn_walktree_from not halting at the right o [2002/05/31] kern/38763 GENERIC kernel doesn't boot o [2002/05/31] bin/38765 peter CVS Daemon Vulnerability in 1.11.1p1 o [2002/05/31] bin/38778 mbr dhclient infinite loop on ro /etc/resolv. o [2002/06/01] kern/38794 sound ESS Solo driver truncates output o [2002/06/01] kern/38795 kldunload of snd_ess, snd_sb16, snd_sb8 p f [2002/06/01] ports/38801 ports-bugs sasl_apop_patch.gz breaks LOGIN mech (SMT f [2002/06/02] misc/38835 qa sysinstall always installs crypto a [2002/06/03] ports/38859 portmgr lang/gnat-doc-info: fix install o [2002/06/04] kern/38883 'kldload bktr' stuck in state swwrt, exer 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/08] ports/39054 portmgr [PATCH] Support USE_OPENSSL=yes in bsd.po f [2002/06/10] misc/39104 The disc in your drive looks more like an 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/11] ports/39151 dima acroread4 install fails o [2002/06/11] kern/39185 core dump binary in single user mode o [2002/06/12] kern/39199 CASIO QV-4000 not recognized by /sys/dev/ o [2002/06/13] kern/39233 NonConforming IPsec implementation from F o [2002/06/13] kern/39235 not writing correct data to TI1420 PCCARD o [2002/06/13] kern/39252 Syscons doesn't support 8-bit control cha o [2002/06/13] kern/39260 pcm0 locks on boot, Compaq Presario 1920 o [2002/06/14] bin/39296 sos burncd fails in dao mode o [2002/06/15] kern/39322 sos Strange detection of IDE CDROM 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/16] kern/39388 groudier ncr/sym drivers fail with 53c810 and more p [2002/06/16] kern/39396 cjc firewall security loophole o [2002/06/17] kern/39447 4.5R &4.6R Kernels fail to boot w/ AHA294 o [2002/06/18] ports/39479 cy Binary version of screen-3.9.11_1 in port o [2002/06/19] i386/39507 FreeBSD can't boot: BTX halted problem o [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] ports/39623 dirk [New Ports] Development versions of PHP, o [2002/06/21] i386/39633 Errors reported in schistory.c in syscons s [2002/06/22] ports/39660 portmgr add ${PKGNAMEPREFIX} to (DOCS|EXAMPLES)DI o [2002/06/23] ports/39760 jedgar ports/math/rcalc is too old and contains o [2002/06/24] conf/39763 Can't get a correct MAC address for MELCO o [2002/06/24] ports/39788 mharo building proftpd in ports ignores WITH_MY o [2002/06/24] i386/39802 iBCS2 emulation fork process core dumps o [2002/06/24] kern/39805 4.6R install panics with umass0 device co o [2002/06/25] bin/39849 /sbin/restore fails to overwrite files wi o [2002/06/25] ports/39859 nbm ports/www/publicfile confused file name i a [2002/06/26] kern/39878 mbr mysqld process suddenly runs at 99% CPU w 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/26] bin/39906 cleaning sbin/newfs code from warnings o [2002/06/27] bin/39918 Userland PPP - CHAP and PAP are swaped o [2002/06/27] bin/39922 [PATCH?] Threaded applications executed w o [2002/06/27] kern/39928 wi0 timeouts and hangs the system while s o [2002/06/27] kern/39937 ipstealth issue o [2002/06/27] bin/39940 /usr/sbin/periodic sends thousands of ema o [2002/06/29] misc/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 Xircom Realport Ether doesn't work in Tos o [2002/07/02] ports/40112 obrien mail/mutt: fix path for ${PREFIX}/share/d o [2002/07/02] kern/40122 Device pcm stopps booting Kernel 4.6 o [2002/07/02] misc/40126 dougb bind8 port puts nslookup in the wrong pla o [2002/07/02] i386/40132 Enabling the joystick interface on es137x o [2002/07/03] kern/40139 darrenr ipfilter issue o [2002/07/03] ports/40167 bp mars_nwe does not report disk full errors o [2002/07/04] kern/40176 panic: lockmgr: locking against myself -- o [2002/07/04] kern/40193 PCI devices can not be used with an nVidi o [2002/07/04] misc/40206 Can not assign alias to any POINTOPOINT i o [2002/07/05] ports/40216 anholt [xmh] xmh is unstable o [2002/07/05] ports/40218 anholt [xmh] mail list does not refresh automati o [2002/07/05] bin/40219 [apm] apm breaks removable media o [2002/07/05] ports/40223 anholt [xmh] Deleted mail does not appears in sc o [2002/07/05] kern/40225 sos ata driver incorrectly downgrades UDMA4 d o [2002/07/05] bin/40227 CVS client doesn't upload new files creat o [2002/07/06] misc/40260 sysinstall hangs up detecting devices (No o [2002/07/06] bin/40261 sshd allows PasswordAuthentication even t 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/09] kern/40394 if_tap driver hard coded permission check f [2002/07/10] ports/40428 kde KDE3 trashes Xresources data o [2002/07/11] bin/40466 pax may not handle correctly some tar arc o [2002/07/11] bin/40471 des chpass(1) -a option broken in CURRENT o [2002/07/14] kern/40558 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 NeoMagic soundcard detection on Gateway S o [2002/07/15] ports/40610 jmz Latex build "cannot find Hyphenation patt a [2002/07/16] bin/40654 jhb patch: sysinstall: infinite loop a [2002/07/16] bin/40655 jhb patch: sysinstall assigns partition a to o [2002/07/16] bin/40656 qa patch: sysinstall: scripted deletion of s o [2002/07/16] ports/40672 sobomax wsoundserver defaults to using esound and o [2002/07/19] kern/40766 NEWCARD freeses system while card inserti o [2002/07/19] kern/40787 page fault while in kernel mode o [2002/07/19] kern/40792 signals lead to data loss on device ugen o [2002/07/22] ports/40886 ache pkpkg_delete apache-1.3.26_3 does not w o [2002/07/22] kern/40895 wierd kernel / device driver bug o [2002/07/22] kern/40903 Busy_count is < 0 message keeps counting o [2002/07/23] misc/40941 robert syslogd "!prog" fails for progs with non- o [2002/07/23] i386/40945 FreeBSD can not support IBM ServeRAID4Lx o [2002/07/25] i386/40972 Stallion Multiport Serial Driver . o [2002/07/26] kern/41007 overfull traffic on third and fourth adap o [2002/07/26] i386/41020 Installation was successful only after I f [2002/07/27] conf/41054 Sendmail assumptions in startup scripts m o [2002/07/29] kern/41125 adrian squid-2.4.STABLE7 loop on poll() - SMP ke o [2002/07/29] ports/41128 greid recv_addr init wrong and 512 byte udp pac o [2002/07/29] i386/41138 silby vr0 locks up on one hub, OK on another f [2002/07/30] kern/41183 Booting with degraded RAID1 as system dis 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/02] conf/41273 USR Wi-Fi Card type 2410 is not detected 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 Pthread library open sets O_NONBLOCK flag o [2002/08/06] kern/41373 sos Infinite loop in boot process while probi f [2002/08/06] kern/41374 panic: Removing other than first element o [2002/08/07] bin/41410 /bin/sh bug on expanding $? in here-docum o [2002/08/07] bin/41435 mbr dhclient writes lease file that it can't f [2002/08/10] kern/41525 SiS 630 Modem and Soundcard on FreeBSD 4. o [2002/08/11] misc/41557 periodic daily -> 500.ipfwdenied -> syste o [2002/08/11] i386/41569 silo overflow o [2002/08/13] kern/41632 luigi bridging when one interface has no carrie o [2002/08/14] bin/41671 gcc produces bad debug info o [2002/08/16] kern/41720 if_nge_load=YES make system not bootable o [2002/08/16] kern/41740 grog vinum issues: page fault while rebuilding f [2002/08/16] i386/41741 Cron calling periodic spawns hundreds of o [2002/08/18] i386/41757 qa sysinstall 4.6.x unstable o [2002/08/18] ports/41767 obrien make clean causes infinite loop o [2002/08/19] i386/41776 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 doc LANG is not documented in setlocale(3) o [2002/08/21] kern/41850 sysinstall fails to create root filesyste f [2002/08/21] docs/41865 trhodes [PATCH] XFree86 section should document - o [2002/08/22] kern/41881 julian ng_device was not MFCed for 2 months o [2002/08/22] docs/41892 doc Patch to fix slowdowns of documentation b o [2002/08/22] bin/41908 make: $? not always set o [2002/08/23] i386/41930 declaration clash for ffs() and ${CXX} o [2002/08/23] conf/41935 PPPoE problem with 3com device - 3c12 s [2002/08/23] ports/41945 alane bsd.port.mk: does not run ACLOCAL o [2002/08/24] ports/41966 edwin audio/play: sblive, can cause "Device bu o [2002/08/24] ports/41970 edwin trafcount causes fatal trap 12 o [2002/08/24] i386/41979 top(1) reports zero CPU utilization o [2002/08/25] bin/42004 quota and rpc.statd are still IPv4 only, o [2002/08/26] misc/42029 add rdist flags to /etc/periodic/daily/32 o [2002/08/27] misc/42062 2 computers with the same network interfa o [2002/08/27] kern/42089 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 o [2002/08/28] ports/42118 petef mail/isoqlog fails to compile due to auto o [2002/08/28] kern/42120 arp(8) fails due to ioctl SIOCGIFNETMASK o [2002/08/28] misc/42135 mdodd Truss dumps core printing socket address o [2002/08/29] ports/42161 kris isakmpd build without policy and keynote o [2002/08/29] misc/42172 ftp and fetch client needs an active comm o [2002/08/30] ports/42186 demon devel/autoconf and devel/p5-File-Tools ar o [2002/08/30] kern/42216 simultaneous multiple server network fail f [2002/08/30] kern/42228 sos BIOS drive 0x80 (on atapci0) is misnumber o [2002/09/01] docs/42292 doc PPP documentation should use quote marks o [2002/09/02] bin/42318 ipfw NATD redirect limitations a [2002/09/02] docs/42339 murray Release process doesn't document required o [2002/09/02] kern/42352 Impossible to set RCV timeout on a socket p [2002/09/02] bin/42356 uudecode -o doesn't work if piped o [2002/09/03] bin/42397 dlclose for a module loaded with RTLD_GLO o [2002/09/04] bin/42407 ppp(8) IPV6CP fails o [2002/09/05] kern/42457 Hack to allow Linux Matlab to exit o [2002/09/05] i386/42463 4.6 and 4.6.2 fail to boot on Sony CD-ROM o [2002/09/06] bin/42484 ps: uprocp documented but not implemented o [2002/09/06] i386/42495 Drive Timeout - New Dell GX260 o [2002/09/07] ports/42516 openoffice OpenOffice.org generate wrong WM_LOCALE_N o [2002/09/07] i386/42539 Fatal Trap 12 resulting from Conner Perip o [2002/09/08] ports/42556 nakai archivers/rpm linked statically o [2002/09/08] kern/42564 record bug with emu10k1 driver o [2002/09/08] kern/42578 Using PCI serial cards (puc) in SMP machi o [2002/09/09] ports/42612 ports-bugs gphoto2 2.1 core dumps on DC290 o [2002/09/09] kern/42617 rename(2) IEEE Std 1003.1-2001 Violation o [2002/09/09] kern/42621 Dell Inspiron 5000e hangs when using Orin o [2002/09/10] misc/42623 luigi net.inet.ip.fw.autoinc_step not present a o [2002/09/10] kern/42629 panic in nfs_get o [2002/09/10] kern/42638 CS4326/4327 (MSS) buggy output playing 11 o [2002/09/10] ports/42643 fanf new mainstream version from sysutils/cfen f [2002/09/10] ports/42647 ports-bugs port pybliographger does not configure o [2002/09/11] kern/42652 error deleting r/o (by windows) files on o [2002/09/11] bin/42658 recompile /usr/src/libexec/telnetd and lo o [2002/09/12] ports/42713 wjv biology/emboss : problems building EMBASS a [2002/09/12] kern/42714 mbr dc ethernet driver is broken o [2002/09/13] gnu/42726 cvs -R pserver & val-tags: story continue o [2002/09/13] kern/42727 [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 USB on hardware list does not work o [2002/09/13] i386/42750 Fdisk makes no difference between FAT32, o [2002/09/13] docs/42762 doc ppp.8 has no description of $env and ~use o [2002/09/14] misc/42767 User PPP fails if processor usage is cons o [2002/09/14] ports/42777 openoffice OpenOffice install fails o [2002/09/14] ports/42783 steve open-motif port doesn't compile o [2002/09/14] i386/42784 pcmcia 16bit network card removal locks a o [2002/09/14] i386/42794 Asks for "ew Password" then unexpectably o [2002/09/15] misc/42801 FreeBSD freezes when opening cuaa0 with a o [2002/09/15] kern/42805 System lockup o [2002/09/15] i386/42806 VLANs do not work with fxp + catalyst as o [2002/09/16] kern/42847 panic: backgroundwritedone: lost buffer o [2002/09/16] misc/42849 MBR is scribbled on by by freebsd o [2002/09/17] bin/42868 passwd on NIS master server can't work fo o [2002/09/19] ports/42964 billf /usr/ports/net/mtr: I don't want mtr-gtk o [2002/09/20] kern/42983 wi0 sporadically freezes the system for 1 o [2002/09/20] ports/43036 alane python-doc packages aren't found by pydoc o [2002/09/20] kern/43151 Panic 20 seconds after resume o [2002/09/21] kern/43175 uvisor.c table error f [2002/09/21] bin/43209 download of bin.cp is only 239717 and not o [2002/09/21] i386/43222 setrootbyname panic in 4.6 o [2002/09/21] bin/43223 pirzyk getnetby{name|addr} broken for DNS lookup o [2002/09/23] bin/43299 march=pentium4 miscompiles msun/src/e_pow o [2002/09/23] ports/43301 steve mwm confused by mouse events following up o [2002/09/23] kern/43314 kernel panic "clist reservation botch" o [2002/09/24] bin/43337 fetch: -s fails if -4 or possibly other o o [2002/09/25] kern/43352 luigi ipfw aborts processing file/pipe when del o [2002/09/25] i386/43366 Cannot format media in USB floppy devices o [2002/09/26] ports/43408 ports-bugs graphics/mpeg2play does not install docum o [2002/09/28] ports/43454 www Packages hard to find, often missing o [2002/09/28] kern/43462 copying files from olympus C-4040 digital o [2002/09/29] kern/43475 grog Starting Vinum again while active corrupt o [2002/09/29] bin/43501 getpwnam, getpwuid fail when linking agai o [2002/09/30] bin/43505 ssh session "crash" if you are typing sec p [2002/10/01] alpha/43567 alpha 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/02] kern/43605 luigi enabling polling in the kernel causes pag o [2002/10/03] bin/43635 filesystem damage not detected by fsck o [2002/10/04] alpha/43653 alpha rl(8) driver causes unaligned access trap o [2002/10/04] misc/43674 Able to bypass expired password o [2002/10/05] ports/43714 dirk problem with installing php4-4.2.3 o [2002/10/07] i386/43762 cd9660 process hangs on mounting ATA CDRO o [2002/10/07] docs/43776 doc /etc/sshd_config settings overridden by P o [2002/10/07] ports/43796 ports-bugs x11-toolkits/xview does not build on 5.0 o [2002/10/07] kern/43808 usb kernel panics o [2002/10/08] i386/43814 release 4.6 & 4.6.2 does not see the hard o [2002/10/08] standards/43837wollman PKST (pakistan daylight time) changed fro o [2002/10/08] ports/43843 dirk php4 4.2.3 does not make all install suce o [2002/10/08] ports/43847 ports-bugs new ports: babytrans,gsfv,mmail,tetradraw o [2002/10/08] ports/43849 dirk mod_php4 problem o [2002/10/09] conf/43851 Colorado backup unit o [2002/10/09] i386/43852 4.7-RC "device timeout" problem o [2002/10/09] kern/43885 pirzyk USB CDROM does not work with vmware 2.x o [2002/10/10] kern/43887 abnormal CPU useage when use pthread_mute o [2002/10/11] java/43924 glewis writing from JAVA to a pipe sometimes han o [2002/10/11] ports/43926 obrien ports/mail/mutt can't handle FQDN > 31 ch o [2002/10/11] bin/43930 ldconfig calls bcopy with wrong size o [2002/10/11] kern/43953 Backport of BMC5703 drivers o [2002/10/12] misc/43976 Binary upgrade to 4.7R fails if package ' o [2002/10/12] kern/43984 rp driver does not support multiple PCI c o [2002/10/12] bin/43993 /usr/sbin/usbd does not handle an usb eve o [2002/10/13] kern/44010 [PATCH] SIGCONT isn't reported for traced o [2002/10/13] kern/44011 [PATCH] PT_CONTINUE, PT_KILL and PT_DETAC o [2002/10/13] kern/44030 VNode/Swap troubles o [2002/10/14] kern/44063 sos ATA Tags (TQ) problems on 4.7-STABLE o [2002/10/14] kern/44064 Linux IPC emulation fails for recent prog o [2002/10/15] kern/44087 fatal kernel trap when ifconfig a inet6 i o [2002/10/15] ports/44101 trevor Netscape 7 port fetches unspecified compo o [2002/10/15] kern/44126 lnc network hungup at large traffics on V o [2002/10/15] kern/44128 Machines hangs during boot, if ACPI is en o [2002/10/16] kern/44130 Enabled apm hangs up FreeBSD kernel on i8 o [2002/10/16] alpha/44147 alpha kdebase 3.0.4 will not build s [2002/10/16] misc/44148 installworld in 4.7-STABLE does not insta o [2002/10/17] ports/44169 ports-bugs linux_base-7.1_1 port has bogus protectio o [2002/10/17] i386/44178 kldload of snd_emu10k1 locks system o [2002/10/17] misc/44185 Problem adding route with -interface opti o [2002/10/17] ports/44192 edwin joe o [2002/10/18] kern/44202 -stable rp driver does not work with mult o [2002/10/18] bin/44256 gshapiro /etc/mail/Makefile doesn't build submit.c o [2002/10/19] conf/44263 Intel AnyPoint II Wireless Card Unrecogni p [2002/10/19] misc/44268 ache [PATCH] FreeBSD is missing lt_LT.ISO8859- o [2002/10/19] ports/44274 dirk www/mod_php4 and lang/php4 doesn't build o [2002/10/19] ports/44295 ports-bugs New port: MLton, an optimizing Standard M p [2002/10/20] bin/44320 maxim jail(1) change for set{uid|gid} o [2002/10/21] kern/44355 After deletion of an IPv6 alias, the rout f [2002/10/22] ports/44398 glewis Incorrect file name in jdk13 port o [2002/10/23] kern/44417 luigi ipfw layer2 rules are not checked for eth o [2002/10/24] ports/44440 sobomax www/viewml won't compile if qt3 installed o [2002/10/25] ports/44457 edwin [NEW PORT] devel/mingw32-binutils: new ve o [2002/10/25] ports/44458 edwin [NEW PORT] devel/mingw32-bin-msvcrt: new o [2002/10/25] ports/44459 edwin [NEW PORT] devel/mingw32-gcc: new version 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/26] kern/44512 pcm driver generates static half the time o [2002/10/26] kern/44514 X11 mouse pointer disappears upon suspend o [2002/10/27] bin/44518 ftpd does not show OPIE OTP challenge o [2002/10/27] bin/44519 ftpd.conf(5) contains references to ftpd( o [2002/10/27] kern/44542 Locking issues with pcm o [2002/10/27] kern/44543 Duplicate lock of type 'inp' when startin o [2002/10/27] kern/44544 Can't kldunload snd_emu10k1.ko o [2002/10/27] ports/44545 ume cyrus-imapd ports install using wrong ver o [2002/10/28] gnu/44564 peter [PATCH] Aborted cvs session causes an end o [2002/10/28] bin/44567 ipfstat does not show IPv6 accounting inf o [2002/10/28] bin/44570 ftp behind VPN server fails host name loo o [2002/10/28] misc/44578 getnetgrent fails to read NIS netgroup ma o [2002/10/28] i386/44581 ar RAID driver crashes using older DISKS o [2002/10/29] kern/44585 bug in lockmgr o [2002/10/30] i386/44745 Program written in C++ can hang system (s o [2002/10/30] bin/44750 usr.bin/make: parens in compound conditio o [2002/10/30] ports/44759 ports-bugs ghostscript-gnu-7.05_3 produces incorrect f [2002/10/31] ports/44799 dirk mysql323-server (3.23.53) fails to build o [2002/10/31] ports/44802 will games/xkobo broken on -current o [2002/11/02] ports/44835 knu portupgrade vs. docproj dependencies o [2002/11/03] kern/44853 Panic on resume o [2002/11/03] kern/44867 Frequent hard hangs on ASUS P4T-E/P4S-533 o [2002/11/04] kern/44887 ng_ksocket: NGM_KSOCKET_CONNECT doesn't w o [2002/11/05] kern/44936 ng_pppoe: relay session identifier does n 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/06] kern/45014 VLAN tag on frames received via em(4) are o [2002/11/06] 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/11] ports/45210 ports-bugs Broken Linux ABI Emulation in FreeBSD 4.7 o [2002/11/12] ports/45234 ports-bugs timidity++ portupgrade problem, removes s o [2002/11/13] bin/45272 dump/restore problem o [2002/11/14] docs/45303 doc Bug in PDF DocBook rendering o [2002/11/15] kern/45322 Panic on resume (zone: entry not free) o [2002/11/15] kern/45324 Re: 4.7 kernel does not find aha1 o [2002/11/16] kern/45353 silby Trivial local DoS via file table exhausti o [2002/11/17] kern/45373 softupdate / fs damaged after loss of pow o [2002/11/18] bin/45397 nectar Telnet dumps core when MAKE_KERBEROS5=yes o [2002/11/18] kern/45403 imp Cannot install -CURRENT via pccard networ o [2002/11/18] kern/45413 sos tagged/non-tagged IDE drives as MASTER/SL o [2002/11/18] ports/45417 jim everybuddy installs modules in wrong plac o [2002/11/18] bin/45461 rpc.lockd silently dies when rpc.statd is o [2002/11/19] bin/45478 tjr /bin/sh coredump o [2002/11/19] bin/45484 paul pkg_update(1) does not correctly re-regis f [2002/11/19] ports/45490 ports-bugs tightvnc leaks connections o [2002/11/19] ports/45495 portmgr Fix port bsd.port.mk to build when there o [2002/11/20] i386/45525 Dell Inspiron 7000 does not recognize PC- o [2002/11/20] bin/45529 hexdump core-dumps with certain args [PAT o [2002/11/20] ports/45531 ports-bugs Upgrade port hyperlatex-2.5 to 2.6 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 o [2002/11/21] kern/45579 Panic from USB stack after device detach o [2002/11/24] bin/45669 des pam_ssh fails in presence of SIGCHLD hand 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 o [2002/11/25] bin/45721 darrenr ipfilter's flags and icmp-type processing o [2002/11/25] bin/45723 ls(1)'s wrong behaviour with not searchab o [2002/11/25] kern/45733 file descriptor flags and socket flags ou o [2002/11/26] gnu/45744 /usr/bin/makeinfo sometimes segfaults o [2002/11/26] bin/45754 vnconfig(8) fails to return correct exit o [2002/11/26] ports/45757 trevor mail/xc-mail: update to current (2.2) & c o [2002/11/26] conf/45766 rcNG broke non-system sshd startup o [2002/11/26] misc/45772 Kernel does not compile with IPFILTER opt o [2002/11/26] i386/45773 Softboot causes autoconf failure on Broad o [2002/11/26] kern/45777 crashdump issue with too-small dumpdev o [2002/11/27] conf/45792 Compaq WL200 entry in etc/defaults/pccard o [2002/11/27] ports/45805 ports-bugs security/sfs does not build on Alpha o [2002/11/28] i386/45818 Cannot repartition drives: operation not o [2002/11/29] docs/45833 trhodes nsmb.conf man page o [2002/11/30] ports/45894 sobomax wxgtk-2.2.9 conflicts with /usr/ports/dev o [2002/12/02] kern/45913 WaveLan driver problems with latest -CURR o [2002/12/03] kern/45966 TCPDEBUG kernel option broken by changes o [2002/12/03] ports/45972 tobez Perl system() calls will hang if the proc o [2002/12/03] ports/45976 ports-bugs librdiff is old version with serious memo o [2002/12/04] bin/45990 dwmalone top dumps core if specific errors in pass o [2002/12/04] bin/45995 Telnet fails to properly handle SIGPIPE o o [2002/12/05] ports/46008 kiri [PATCH] Update mail/mew2 to Mew 2.3 o [2002/12/05] ports/46013 dbaker misc/dnetc: fix install error o [2002/12/05] i386/46017 smb mounts break /etc/periodic/weekly/310 f [2002/12/06] ports/46029 ijliao centericq 4.7.8_5 fails to build o [2002/12/06] ports/46030 mharo ProFTPD 1.2.6 fails to build o [2002/12/06] kern/46036 inaccurate timeouts in select(),nanosleep o [2002/12/06] ports/46039 ports-bugs adzapper install fails out of the box o [2002/12/08] i386/46100 Random panic. o [2002/12/08] conf/46103 mtm /etc/rc.d/ipfilter; ipfilter_start() need o [2002/12/09] ports/46149 trevor Celestia build fix o [2002/12/09] java/46151 java Sound Capture works only one time o [2002/12/09] kern/46152 Panic in adw dumping to tape o [2002/12/10] ports/46164 ports-bugs incorrect work of pkg_add o [2002/12/10] ports/46167 ports-bugs New port: sysutils/gkleds o [2002/12/10] bin/46175 Evolution reports "Generic error" creatin o [2002/12/10] kern/46176 umass causes kernel panic if device remov f [2002/12/11] ports/46180 ports-bugs lang/squeak3 creates $PREFIX/bin/squeak s o [2002/12/11] i386/46194 5.0-RC1 kern floppy load fails on AMD K6- o [2002/12/11] www/46195 www man page kadmind(8) not found at www.Free o [2002/12/12] i386/46223 PC-CARD presence makes kernel panic o [2002/12/12] kern/46226 5.0-RC1 ipfilter module [ipl.ko] fails to o [2002/12/13] kern/46239 posix semaphore implementation errors o [2002/12/13] misc/46245 AC'97 is not supported on ABIT BW7 o [2002/12/13] bin/46249 [PATCH] /usr/bin/cmp -x ignored on specia o [2002/12/15] java/46269 java ports/java: jdk 1.3.1 p7 fails to build w f [2002/12/15] ports/46278 edwin New Port: games/vegastrike o [2002/12/15] docs/46286 doc there's an omission and an error in the n o [2002/12/17] ports/46322 tobez lang/perl5 - string '0' (zero) is not con o [2002/12/17] ports/46329 chuckr gnuplot compiled with -march=pentiumpro o o [2002/12/17] ports/46338 ports-bugs cyrus-sasl-1.5.27_7 mysql_verify_password o [2002/12/18] bin/46352 Open file descriptors and signal handling o [2002/12/19] i386/46371 USB controller cannot be initialized on I o [2002/12/19] ports/46380 dirk mod_php4-4.2.3 file_exists() always retur o [2002/12/19] ports/46381 sumikawa racoon coredumps when talking to win2k o [2002/12/20] ports/46399 ports-bugs lib o [2002/12/20] conf/46401 dougb [PATCH] /etc/rc.d/named doesn't create ch o [2002/12/20] kern/46405 [PATCH] Bad VLAN handling on NIC's with V o [2002/12/21] ports/46443 ports-bugs lang/jgnat compilation failure f [2002/12/21] i386/46446 make(1) core dumps on buildworld o [2002/12/22] i386/46484 System panics upon configuration of bge N o [2002/12/23] ports/46507 ports-bugs Failure to Build Postfix-Current due to S o [2002/12/24] kern/46521 bktr(4)'s yuv422_prog is broken. o [2002/12/25] ports/46530 ports-bugs GtkAda2 links against unexistent libgthre o [2002/12/25] bin/46533 Inadequate validity checking on args to t o [2002/12/26] ports/46546 tobez fix net/p5-Net-Whois-RIPE o [2002/12/26] kern/46551 cbb driver hangs on Sony Vaio o [2002/12/26] i386/46553 System freezes after awakening from hiber o [2002/12/26] ports/46554 tobez fix a regex bug dealing with utf8 strings o [2002/12/27] kern/46557 ipfw ipfw pipe show fails with lots of queues o [2002/12/28] misc/46575 KERBEROS IV and KERBEROS V makes PicoBSD o [2002/12/28] kern/46576 FreeBSD 4.6 broke linux emulation install o [2002/12/29] kern/46618 USB (UHCI/ICH3) PALM connect/disconnect/c o [2002/12/29] kern/46619 Installation hangs on IBM Thinkpad T23 o [2002/12/29] kern/46626 Fatal error during compilation of 4.7-REL o [2002/12/31] i386/46646 snd_emu10k1.ko halting the system 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 Getting DUP packets when in Promiscous mo o [2003/01/03] kern/46736 ISA audio CS4232 (HP Omnibook 5000C) work o [2003/01/03] ports/46741 ports-bugs PVM-POV fails trying to locate file/folde o [2003/01/04] kern/46752 bge(4) does not support Broadcom BCM5702C o [2003/01/04] bin/46761 buffer overflow by strcpy() in natd's arg o [2003/01/05] ports/46788 dirk www/mod_php4 could not be build with `mcv o [2003/01/05] ports/46792 ports-bugs Apache 1.3.27+mod_ssl/2.8.12 segfaults if o [2003/01/07] kern/46834 GENERIC kernel doesn't compile on Alpha a f [2003/01/07] ports/46839 ports-bugs portsdb fails s [2003/01/07] ports/46846 lioux livecd: Running fails due to old patches o [2003/01/08] kern/46872 Make sound work on TV-cards with MSDP3415 o [2003/01/08] kern/46881 ether_input casts m_hdr to mbuf and cause o [2003/01/09] kern/46889 imp ax88790 support for ed(4) o [2003/01/09] ports/46899 ports-bugs gcc28 compilation fails on CURRENT (causi o [2003/01/09] misc/46902 Error with mount_smbfs and 15 Char Netbio o [2003/01/10] kern/46957 alfred [Patch] Bogus return value (-1==ERESTART) o [2003/01/10] ports/46964 ports-bugs Failure when running "make install" on ex f [2003/01/11] ports/46982 edwin The Samhain Intrusion Detection System o [2003/01/11] ports/46985 sobomax port x11-toolkits/py-wxPython broken on - o [2003/01/11] ports/46986 ports-bugs multimedia/mplayer-skins - interactive di o [2003/01/12] kern/47005 OHCI USB not noticing device detachments o [2003/01/13] ports/47023 ports-bugs gphoto2 build/install issue o [2003/01/14] ports/47061 ports-bugs Conflicting system headers by build of gr o [2003/01/14] ports/47089 ports-bugs multimedia/xmms - core dump (sig 10) whil o [2003/01/15] ports/47107 nbm sip port doesn't build o [2003/01/16] kern/47152 pseudo-device ef in kernel does not creat o [2003/01/16] ports/47153 znerd java/java-tutorial - checksum mismatch (n o [2003/01/17] ports/47158 ports-bugs new port ports/editors/ooodict-ru_RU o [2003/01/17] ports/47177 ports-bugs Have biology/molden build and install the o [2003/01/18] bin/47195 sos burncd(8) -t fixate will write data to cd o [2003/01/19] ports/47212 lioux Port `multimedia/libdvdread' could not be o [2003/01/19] i386/47236 Console missing during bootup on Sony Pic o [2003/01/19] i386/47243 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/20] ports/47273 portmgr Ports tree references wrong crypto librar o [2003/01/20] kern/47279 IBM 370 hangs on reboot o [2003/01/20] kern/47280 APCI functions crash / corrupt / fail to o [2003/01/20] ports/47285 lioux libmpeg2 fails to build on Alpha o [2003/01/20] kern/47286 device probing not verbose when using boo o [2003/01/21] ports/47298 ports-bugs pkg_update removes installed package even o [2003/01/21] ports/47299 kris x11/wdm project moved, update MASTER_SITE o [2003/01/21] ports/47303 wjv Update biology/p5-bioperl to latest relea o [2003/01/22] kern/47352 pcm/ac'97, dsp device busy o [2003/01/23] ports/47402 ports-bugs New Port: net/sysmon f [2003/01/23] ports/47404 kde kword from koffice SIGSEGVs when asked fo o [2003/01/23] ports/47405 ports-bugs scribius could not save russian letters a o [2003/01/23] i386/47412 fdisk core dumps (gdb) with gbde disc o [2003/01/23] ports/47419 kuriyama gnupg build failure... o [2003/01/24] i386/47449 Thinkpad 755CD floppy boot fails o [2003/01/24] kern/47451 5.0 GENERIC(sysinstall CD) locks during b o [2003/01/24] kern/47452 df(1) reports filesystem empty when it is o [2003/01/25] kern/47453 Leadtek Winfast TV 2000 card identificati o [2003/01/25] ports/47458 anholt XFree fails to start on FreeBSD 5.0 o [2003/01/25] bin/47496 amd cannot mount 5.0-RELEASE nfs-exports o [2003/01/26] kern/47512 bash in gdb triggers kernel panic o [2003/01/26] ports/47513 jkh net/cvsupit, add entry for src-sys-crypto o [2003/01/26] kern/47531 mutex_d panics SMP kernel o [2003/01/28] kern/47586 [PATCH] fix information-leak (mounts) in o [2003/01/28] bin/47607 quota(1) misreports nfs quotas >= 4 GB o [2003/01/29] kern/47628 msdosfs file corruption fix o [2003/01/29] i386/47647 init died with signal 6 o [2003/01/29] kern/47648 creating alias on ethernet interface caus o [2003/01/30] ports/47700 ports-bugs New port: XawPlus, a 3D replacement for X o [2003/01/31] ports/47713 lioux multimedia/ffmpeg - "make deinstall reins o [2003/01/31] ports/47734 ports-bugs [NON-MAINTAINER] devel/doc++: update from o [2003/01/31] ports/47768 ports-bugs print/ghostscript-afpl gv (3.5.8_1) can't o [2003/02/01] kern/47786 imp patch for BUFFALO LPC3-CLX 10/100Base-T P f [2003/02/01] i386/47787 markm new 5.0 system without perl fails buildwo f [2003/02/02] ports/47807 knu ruby-bdb1 fails to install o [2003/02/02] ports/47809 ports-bugs New port: Ukrainian accounting system. o [2003/02/02] i386/47813 pseudo-device gre doesn't appear to work o [2003/02/02] ports/47829 ports-bugs New port: python bindings for gtkextra o [2003/02/03] ports/47842 cy security/tripwire fails to build under CU o [2003/02/03] ports/47843 sobomax [PATCH] archivers/libcabinet: make more f o [2003/02/03] ports/47846 knu portupgrade doesn't see any packages on s o [2003/02/03] kern/47871 Kernel panic in unpredictable moments o [2003/02/03] ports/47873 ports-bugs o [2003/02/25] ports/48681 kde `x11/kdebase3' could not be build on rece o [2003/02/25] ports/48684 ports-bugs mail/postfix port relies on incorrect dep o [2003/02/25] ports/48692 kuriyama Installing gnupg port breaks existing net o [2003/02/26] kern/48715 atacontrol detach panics system when ATAP o [2003/02/26] docs/48728 doc Option "device agp" in GENERIC kernel on o [2003/02/26] bin/48730 burncd does not handle signals and causes o [2003/02/26] ports/48737 znerd java/jdk13-doc - 5572 files missing from o [2003/02/27] kern/48741 ipnat corrupts packets on gre interface w o [2003/02/27] kern/48752 freeze when installing 5.0 Release f [2003/02/27] kern/48753 freeze of 5.0-RELEASE related to NFS o [2003/02/27] kern/48755 5.0-p2 kernel panic probably filesystem r 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/02/28] kern/48802 FreeBSD 5.0 #0 killed 2 HDs o [2003/03/01] ports/48803 kde KDE 3.1 (kxkb) break XKB configuration an o [2003/03/01] ports/48805 kde `Segmentation fault' for games/nethack34- o [2003/03/01] ports/48811 ports-bugs boaconstructor port is too old o [2003/03/01] ports/48825 glewis java.lang.Math.pow() broken in native JDK o [2003/03/02] ports/48829 dirk [New Ports] php-dev (development versions o [2003/03/02] ports/48841 ports-bugs tls on postfix does not work (smtp and sm o [2003/03/02] ports/48852 kris sysutils/pstree can go into infinite loop o [2003/03/02] bin/48856 Setting SIGCHLD to SIG_IGN still leaves z o [2003/03/02] bin/48865 Dumps made on FreeBSD 5.0-RELEASE are unr o [2003/03/03] misc/48881 [PATCH] The influence of /etc/start_ifnam o [2003/03/03] ports/48904 ports-bugs diagnose sparc64-5-latest build of mail/b o [2003/03/05] kern/48952 uscanner0 hangs o [2003/03/05] bin/48958 standards The type 'bool' has different sizes for C o [2003/03/05] ports/48960 portmgr An alternative solution for perllocal.pod o [2003/03/06] ports/48981 chuckr unbreak print/a2ps-letter o [2003/03/06] i386/48982 5.0 buildworld fails after openssl -DOVER o [2003/03/06] kern/48986 sos 5.0-R/4.7R system hangs on HighPoint RAID o [2003/03/06] ports/48990 dirk mod_php4 port sablotron library version n o [2003/03/07] kern/48996 Fatal trap 12 with incoming traffic from o [2003/03/07] ports/49020 kde koffice port missing a patch (with patch) o [2003/03/08] 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/49050 ports-bugs unresolved symbols (pthread related) o [2003/03/09] ports/49051 ports-bugs port for x11-toolkits/flvw won't build o [2003/03/09] ports/49056 trevor Festival fixes for newer GCCs [PATCH] o [2003/03/10] ports/49070 ports-bugs [PATCH] librecode.so has unresolved symbo o [2003/03/10] bin/49087 Signals lost in programs linked with libc o [2003/03/11] kern/49102 julian Resident set size calculation broken in 5 o [2003/03/11] i386/49116 ACPI module disables /dev/psm0 detection o [2003/03/12] ports/49966 des portupgrade -R for linux-opera breaks ins o [2003/03/13] misc/49984 openSSH crashes while password based auth o [2003/03/13] ports/49995 phantom Native JDK1.4.1 build fails if WRKDIRPREF o [2003/03/14] ports/49998 tg textproc/rman(rman-3.0.9) segmentation fa o [2003/03/15] ports/50030 kuriyama [Update Port] textproc/dsssl-docbook-modu o [2003/03/15] ports/50042 mbr ports/www/mod_frontpage causes Bad System o [2003/03/16] misc/50053 FreeBSD 4.7/5.0 machine dies on scanpci & o [2003/03/16] ia64/50059 kan GCC bug tracker (tracks GCC PR 10116) o [2003/03/16] ports/50062 knu portupgrade does not process directives f o [2003/03/17] ports/50083 lioux qpopper 4.0.5 tarball file permissions do o [2003/03/18] ports/50093 kde x11-toolkits/qt31 port lacks of configura o [2003/03/18] i386/50099 jhb [PATCH] AP initialization fails on some S o [2003/03/18] ports/50101 jeh sysutils/healthd: manpage must be updated o [2003/03/18] ports/50103 portmgr Re: make release failure in ports/textpro o [2003/03/18] ports/50104 alane Zope package does not set sticky bit on v o [2003/03/20] kern/50149 Using Alcatel SpeedTouch results in "usb0 o [2003/03/21] ports/50162 adrian update ports www/squid to 2.5-stable2 o [2003/03/22] ports/50202 ports-bugs New port: Binary security update tool o [2003/03/23] ports/50204 ports-bugs x11-wm/fluxbox update o [2003/03/23] kern/50220 afd0: READ_BIG command timeout - resettin o [2003/03/24] ports/50236 alane autoconf213 port will not build o [2003/03/25] kern/50298 unlimited usage of AGP memory make system o [2003/03/25] ports/50305 ports-bugs multimedia/xmms-avi fails to build on CUR o [2003/03/27] kern/50348 On usb.ko unload usb and usbN devices are o [2003/03/28] bin/50384 pkg_version -v core-dumps when no package o [2003/03/28] ports/50402 knu glib20 port: pthread_getschedparam is mis o [2003/03/29] ports/50417 phoenix Phoenix does not respect /usr/X11R6/lib/b o [2003/03/29] ports/50418 phoenix Phoenix file "unix.js" links to old versi o [2003/03/29] kern/50422 if_nge broken in FreeBSD 5p6 - nge0: watc o [2003/03/30] docs/50457 doc /etc/defaults/rc.conf pccard_ifconfig cou o [2003/04/01] standards/50523standards Deprecate , add .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/13] 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/29] bin/4420 jmallett find -exedir doesn't chdir for first entr o [1997/09/03] bin/4459 bde No prototype for moncontrol(3) and monsta o [1997/09/25] bin/4629 calendar doesn't print all dates sometime o [1997/09/28] misc/4646 qa Can't fixit with an NFS-mounted CD. o [1997/10/05] bin/4696 ping hangs on certain unresolvable hosts f [1997/10/15] gnu/4771 diff to correct misleading total bytes in 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/11/30] i386/5182 bde [PATCH] A patch support high speed serial s [1997/12/14] bin/5296 slattach fails creating pidfile with ioct o [1997/12/22] kern/5362 peter mount incorrectly reports / as an NFS exp o [1998/01/11] bin/5483 Login(1) clears utmp entry o [1998/01/26] kern/5577 bde Unnecessary disk I/O and noatime ffs fixe a [1998/01/28] bin/5591 jkoshy Trouble with LD_PRELOAD environment varia o [1998/01/31] bin/5609 gad lpd cannot send long files to HP's JetDir o [1998/02/10] 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/06] i386/5932 perfmon kernel code should check for non- f [1998/03/28] 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/18] 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 s [1998/06/01] kern/6820 jesper cd9660_mount NULL pointer deref for no CD o [1998/06/22] ports/7023 portmgr bsd.port.(%|subdir.).mk patches for size 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/12] bin/7265 A warning flag is added to ln(1). f [1998/07/15] bin/7287 Incorrect domain name for MAP_UPDATE in m a [1998/07/19] bin/7324 mtm Suggestions for minor modifications to ad s [1998/08/13] conf/7606 [PATCH] NIS Makefile.dist: NOPUSH replace s [1998/08/18] bin/7669 libalias does not IRC DCC packets under c s [1998/08/22] kern/7722 Changes to acct format s [1998/09/08] bin/7868 [almost patch]Morse Code Fixups o [1998/09/16] misc/7946 asami ccdconfig gives confusing error when give o [1998/09/18] bin/7973 gad lpd: Bad control file owner in case of re s [1998/09/21] kern/8015 nbm [patch] Some sysctl descriptions for the o [1998/10/03] misc/8133 markm [patch] bug in telnetd (Kerberos IV) o [1998/10/19] kern/8376 tjr CLOCK_VIRTUAL not implemented o [1998/10/27] i386/8474 repquota does not pick up NIS information 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 o [1998/12/29] bin/9233 gmp's mpq_add and mpq_sub are buggy a [1999/01/05] bin/9333 jkoshy timestamp dump's progress o [1999/01/19] kern/9570 dfr ed(4) irq config enhancement o [1999/01/22] kern/9619 Restarting mountd kills existing mounts f [1999/01/25] kern/9679 fix for uninterruptible open in portal fi a [1999/01/28] 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/01/31] ports/9840 portmgr patch allows ports to fetch their sources o [1999/02/01] bin/9868 Patch to add "date -a" o [1999/02/01] kern/9869 When using macros out of function, they s o [1999/02/01] conf/9874 idle-timeout facilities in /etc/login.con o [1999/02/09] i386/9991 new driver for National Instruments GPIB 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 f [1999/03/07] i386/10465 mdodd Must disable ex0 to install. f [1999/03/15] kern/10609 adjtime bug (tv_sec > 2147) and enhanceme o [1999/03/15] 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 p [1999/04/11] bin/11092 johan readlink(1) from OpenBSD f [1999/04/13] bin/11114 tjr make(1) does not work as documented with o [1999/04/16] i386/11165 IBCS2 don't work correctly with PID_MAX 9 f [1999/04/16] bin/11168 pw(8) usermod does not recognize -w flag o [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 f [1999/05/29] bin/11929 symorder doesn't work on elf format objec 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 [PATCH] large scale IP aliasing o [1999/06/08] i386/12088 Enhancement to ed driver for Linksys 10/1 o [1999/06/16] bin/12244 johan realpath() fails when there is no permiss o [1999/06/21] conf/12324 qa Sysinstall's fdisk partition editor is mi s [1999/06/21] ports/12325 portmgr Adds refetch functionallity to bsd.port.m o [1999/07/06] 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/08] ports/12566 billf a guide to pyrotechnics o [1999/07/25] bin/12801 nvi infinite recursion with options "left o [1999/08/04] ports/12952 portmgr make _PORT_USE touch cookies by variable, f [1999/08/05] 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/11] bin/13068 billf Don't stamp out score files! 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 f [1999/08/18] kern/13232 panic("rtfree"); when sending bootp reque o [1999/08/21] bin/13309 billf Fixes to nos-tun o [1999/08/22] misc/13326 additional timeval interfaces for ' cannot be used in "via" o [2000/05/30] kern/18909 dwmalone select(2) timeout limited to 100000000 se o [2000/06/01] ports/18960 portmgr Add USE_APACHE to bsd.port.mk for Apache o [2000/06/03] bin/18992 brian log packets blocked by filter rules o [2000/06/03] misc/18997 markm Kerberos5 CFLAGS needed o [2000/06/06] ports/19051 asami New target for bsd.port.mk : fetchdepends o [2000/06/11] kern/19213 SC_DFLT_FONT compile option breaks kernel s [2000/06/13] misc/19246 portmgr Poor error message when fetching files wi f [2000/06/15] gnu/19327 Fix to build 'a.out' binary. o [2000/06/19] misc/19391 emulation Evilness with Linux Terminus, causes X to o [2000/06/20] misc/19406 setenv() allocates memory which is not fr o [2000/06/23] misc/19467 green OpenSSH (as an rsync tunnel) blocks forev o [2000/06/26] kern/19535 adrian procfs_rlimit tidyup s [2000/06/28] conf/19573 des Dot Files for Optional Shells f [2000/06/29] ports/19591 ports-bugs ssh2 port ignores 'ignorenologin' from lo o [2000/06/30] ports/19594 trevor update port: qrash o [2000/07/01] bin/19635 add -c for grand total to df(1), like du( o [2000/07/02] gnu/19642 kbyanc patch to merge OpenBSD changes to patch(1 o [2000/07/03] bin/19683 green mount displays incorrect mount point on f a [2000/07/03] kern/19686 yokota splash screen fails o [2000/07/05] kern/19720 kbyanc more sysctl signed-ness patches o [2000/07/07] kern/19756 Inability to use linux extended partition f [2000/07/07] bin/19772 df output wrong for union-mounts o [2000/07/08] kern/19782 dirk mkisofs 1.12.1 (i386-unknown-freebsd4.0) f [2000/07/09] misc/19798 cg 4DWAVE doesn't work. o [2000/07/10] kern/19827 yokota psm flag bit9(NOIDPROBE) doesn't work cor o [2000/07/10] misc/19837 ambrisko Run Fit it floppy from serial port o [2000/07/12] kern/19871 alfred select on named pipes always returns 'ava o [2000/07/14] kern/19913 des add SYN+FIN counter o [2000/07/15] kern/19966 new syscons screensaver o [2000/07/20] bin/20054 yar ftpd: rotating _PATH_FTPDSTATFILE losts x o [2000/07/24] misc/20139 msmith Simple typo in src/share/examples/ppi/ppi o [2000/07/24] misc/20166 billf Corrections & additions to games/quiz/dat o [2000/07/26] bin/20204 ps more doesn't handle 8-bit characters prop o [2000/07/27] kern/20214 dec kernel routing bug for nexthop is routed o [2000/07/28] ports/20270 ade libtool needlessly runs ldconfig after in o [2000/07/29] kern/20297 cg Joystick is not enabled with es1370 based o [2000/07/31] misc/20326 marcel [PATCH] installkernel fails if DESTDIR is o [2000/07/31] misc/20333 des ftp login fails on unix password when s/k o [2000/08/01] kern/20352 yokota Configuring a synaptics touchpad o [2000/08/02] ports/20359 demon New port: Apache-mod_perl_guide f [2000/08/02] bin/20371 mbr dhclient inserts bogus configurations o [2000/08/03] kern/20384 n_hibma Phase errors with Zip650 CD on USB o [2000/08/03] kern/20389 ken "device pass" required for CD ripping o [2000/08/03] bin/20391 jhb sysinstall should check debug.boothowto s o [2000/08/04] kern/20410 sio support for high speed NS16550A, ST16 o [2000/08/09] bin/20501 mjacob extra flag to dump to offline autoloaders a [2000/08/10] ports/20520 olgeni New port: lang/mercury o [2000/08/10] docs/20528 standards sysconf(3) manpage doesn't mention posix. o [2000/08/10] kern/20529 wpaul gigabit cards fail to link o [2000/08/11] i386/20537 msmith HP NetRAID controller error when rebootin o [2000/08/16] i386/20660 wpaul if_wi provides 802.11 src and dst, not et o [2000/08/21] bin/20742 ps Weird problem with 'more' on 4-1-STABLE o [2000/08/23] ports/20795 msmith FBSD 4.x: Citrix client with drive mappin o [2000/08/23] bin/20799 peter top's problem o [2000/08/23] i386/20803 mdodd ep0 driver finds additional "shadow" ep c o [2000/08/23] kern/20804 deadlocking when using vnode disk file an f [2000/08/24] misc/20830 kernel link problems with Olicom token ri f [2000/08/25] i386/20845 Cyclades cy driver incompatible with Cycl o [2000/08/26] bin/20881 kris There's no reason not to build DNSsec-DSA o [2000/08/27] bin/20889 dwmalone syslogd.c still uses depreciated domain A o [2000/08/28] bin/20908 qa /stand/sysinstall too limited in selectio o [2000/08/29] misc/20920 yokota window(1) interferes with screensaver o [2000/08/29] kern/20927 ume dmesg output: looutput: mbuf allocation f o [2000/08/30] bin/20944 ru natd enhancements, default config file an o [2000/09/02] bin/21008 gad Fix for lpr's handling of lots of jobs in o [2000/09/04] docs/21024 bde pow() ERANGE bug o [2000/09/05] conf/21059 marcel `make -jN buildkernel' can't keep source o [2000/09/05] misc/21070 marcel default setting of ${SUP} in Makefile.inc f [2000/09/06] bin/21075 dwmalone top: can't allocate sufficient memory o [2000/09/06] bin/21080 mjacob dump doesn't use eject tape device correc o [2000/09/09] kern/21156 yokota [PATCH] inconsistency in scmouse vs xterm o [2000/09/12] kern/21222 wrong behavior of concurrent mmap()s on N o [2000/09/12] kern/21229 Proper value for vfs.nfs.access_cache_tim o [2000/09/16] bin/21312 more incorrectly redraws screen on xterm o [2000/09/16] bin/21315 Shells often behave oddly when executing o [2000/09/24] bin/21519 standards sys/dir.h should be deprecated some more f [2000/09/26] bin/21570 dougb [PATCH] Add -r option to /usr/bin/mail, q s [2000/09/30] bin/21659 Berkeley db library is statically compile o [2000/10/01] i386/21672 obrien AMD Duron Rev. A0 reports incorrect L2 ca o [2000/10/01] misc/21675 Better and more disktab entries for MO dr o [2000/10/02] misc/21715 The freebsd mail list digifier loses MIME o [2000/10/04] bin/21751 ken libcam's cam_real_open_device() may lose o [2000/10/04] kern/21754 n_hibma Sound stops working when NetGear USB Devi o [2000/10/05] bin/21766 [PATCH] add -s (skip) flag to head(1) o [2000/10/05] kern/21768 rwatson shouldn't trailing '/' on regular file sy a [2000/10/06] kern/21807 [patches] Make System attribute correspon o [2000/10/07] docs/21826 wollman ARP proxy feature lacks documentation o [2000/10/09] kern/21859 Allow the syncer to be slowed down o [2000/10/09] ports/21885 portmgr bsd.port.mk: test for old layout is too o [2000/10/14] conf/21994 qa Config of Anonftp (at install) always cre o [2000/10/16] bin/22033 iedowse [PATCH] to pw(8) to allow encrypted passw o [2000/10/16] bin/22034 nfsstat lacks useful features found in So f [2000/10/18] misc/22073 xonsole: couldn't open console f [2000/10/18] conf/22102 Local scripts get run before securelevel o [2000/10/21] bin/22182 vi options noprint/print/octal broken f [2000/10/21] misc/22190 A threaded read(2) from a socketpair(2) f o [2000/10/21] bin/22198 inet_ntop may set errno to ENOSPC and nee o [2000/10/26] conf/22308 mounting NFS during boot blocks if host m s [2000/10/27] bin/22351 green sed(1) fails with backslash on buffer bou o [2000/10/30] ports/22412 taoka two extraneous ports and one name change o [2000/10/31] bin/22442 greid [PATCH] Increase speed of split(1) o [2000/11/02] ports/22550 cy Patch for conserver for log file rotation o [2000/11/04] bin/22612 schweikh crontab -e failures a [2000/11/08] misc/22696 luigi picobsd build with router configuration c o [2000/11/08] ports/22698 portmgr Ports' rc.d files should use rc.conf o [2000/11/09] bin/22730 fenner tcpslice doesn't handle long file offsets o [2000/11/14] docs/22861 dd newsyslog man page is misleading and inco o [2000/11/15] kern/22868 getsockname may return an incorrect addre o [2000/11/15] misc/22873 markm Perl's core'h conflicts with ncurses.h o [2000/11/16] i386/22900 patch: Adds Brand ID support to src/sys/i o [2000/11/17] misc/22914 bootinst messages are not updated s [2000/11/17] conf/22916 green Ssh/sshd binaries lacks kerberos support o [2000/11/23] conf/23063 ru [PATCH] for static ARP tables in rc.netwo o [2000/11/24] bin/23082 dwmalone ntpd has only one reference-clock parser f [2000/11/25] bin/23097 Enhance WEP some more including ability t o [2000/11/27] misc/23148 getopt(3) works non-intuitively? o [2000/11/29] bin/23178 'talk' not doing right thing o [2000/11/29] bin/23180 Certain KOI8 characters are treated as "w o [2000/12/01] bin/23204 length of salt in crypt() is not the same o [2000/12/02] bin/23233 kris Reincorporate /usr/bin/error in the FreeB a [2000/12/03] bin/23254 fenner yacc accepts bad grammer o [2000/12/05] kern/23304 standards POSIX clock_gettime, clock_getres return o [2000/12/05] kern/23314 aic driver fails to detect Adaptec 1520B f [2000/12/07] misc/23362 fenner tcpdump wrong on sppp CISCO_HDLC encoded o [2000/12/07] gnu/23367 some src/gnu Makefiles are missing $FreeB a [2000/12/09] conf/23402 qa sysinstall upgrade ought to check partiti p [2000/12/11] bin/23472 mp gdb weirdness on programs compiled with - o [2000/12/13] kern/23520 sb0 old style audio support in 4.2-RELEAS o [2000/12/13] misc/23539 marcel make installworld from nfs mounted /usr/s o [2000/12/14] kern/23546 tanimura [PATCH] csa DMA-interrupt problem o [2000/12/15] i386/23562 telnetd doesn't show message in file spec o [2000/12/15] ports/23581 portmgr Updates to bsd.port.mk to detect changing o [2000/12/18] bin/23635 mike [PATCH] whois enhancement - smarter whois f [2000/12/24] kern/23814 .au sound files < 528 bytes actual data d o [2000/12/24] ports/23822 trevor mtree entries for German X11 man pages a [2000/12/28] bin/23912 sheldonh underflow of cnt in vs_paint() by O_NUMBE o [2001/01/04] bin/24066 mp gdb can't detach from programs linked wit p [2001/01/07] misc/24132 mp gdb output is wrong (same as #13427 ?) o [2001/01/07] kern/24141 sound emu10k1 has trouble playing non-44.1KHz s o [2001/01/10] ports/24214 portmgr [PATCH] verbose 'make index' o [2001/01/12] ports/24292 portmgr update-patches target in ports/Mk/bsd.por o [2001/01/12] ports/24299 ports-bugs Configure the synaptics touchpad. o [2001/01/16] misc/24384 4.1 Cant add entry to neighbour discovery o [2001/01/16] bin/24390 Replacing old dir-symlinks when using /bi o [2001/01/18] bin/24435 qa Changing slice type causes Auto-partition o [2001/01/20] bin/24485 [PATCH] to make cron(8) handle clock jump a [2001/01/21] kern/24512 jesper Sent ICMP unreach when packet not for us o [2001/01/21] misc/24513 peter new options for pppd p [2001/01/21] conf/24515 dougb Fix for find(1) warning in /etc/rc o [2001/01/21] bin/24521 green ssh-agent exits when authenticating DSA v o [2001/01/22] kern/24528 Bad tracking of Modem status o [2001/01/23] bin/24592 cjc dmesg.boot Gets Overwritten without Reboo o [2001/01/25] ports/24651 mharo portlint gives a bogus warning o [2001/01/26] alpha/24663 alpha Console output gets scribbled into /var/l f [2001/01/27] gnu/24681 gcc 2.95.3 cannot compile rince.c from IO o [2001/01/30] ports/24743 chuckr a2ps port installs files in / o [2001/01/30] misc/24746 green SSH terminal hangs on large paste of data o [2001/01/30] ports/24749 dirk mysql323-server pkg-install script doesn' o [2001/01/31] bin/24757 yar ftpd not RFC compliant o [2001/02/01] docs/24786 doc missing FILES descriptions in sa(4) o [2001/02/02] docs/24797 phk when using MALLOC_DEFINE sys/param.h and o [2001/02/03] kern/24827 yokota Erratic Intellimouse Explorer in 4.1 and f [2001/02/04] gnu/24844 gdb does not support Linux threads a [2001/02/05] docs/24869 keramida Some text elf.5 is duplicated o [2001/02/05] kern/24882 ktrace not syncing .out file before panic o [2001/02/06] misc/24907 qa Options screen at MenuMedia menu problem o [2001/02/07] ports/24940 demon prolem with Tnm::icmp echo command due to o [2001/02/08] bin/24953 green adduser ignores passwd_format in login.co o [2001/02/08] kern/24959 jesper proper TCP_NOPUSH/TCP_CORK compatibility o [2001/02/08] i386/24963 perfmon(4) doesn't work on SMP systems o [2001/02/09] ports/24983 nobutaka Emacs ports have misleading names o [2001/02/11] bin/25013 mv(1) cannot move unresolvable symlinks a o [2001/02/11] bin/25015 cp: options -i and -f do not work as docu p [2001/02/11] docs/25016 ru symlink(7) manpage says symlinks have no o [2001/02/11] bin/25017 cp -pRP does not preserve symlink ownersh o [2001/02/11] kern/25018 lstat(2) returns bogus permissions on sym o [2001/02/12] ports/25031 ache www/apache: dbmmanage fails verifying md5 o [2001/02/13] bin/25070 gad newsyslog(8) should send signals only onc o [2001/02/13] bin/25085 msmith mlxcontrol utility fails silently if devi o [2001/02/15] misc/25109 Fujitsu MO device MCC3064AP could't be c o [2001/02/19] misc/25218 peter mailwrapper invokes sendmail when resourc o [2001/02/20] bin/25241 luigi ipfw shouldn't show dynamics rules when s f [2001/02/21] bin/25263 green openssh and /etc/login.access does not wo o [2001/02/21] bin/25273 add fs type feature to vnconfig(8) to all f [2001/02/22] bin/25278 dd bs accepts -s -c but not -sc o [2001/02/22] alpha/25284 alpha PC164 won't reboot with graphics console o [2001/02/26] kern/25386 cg Incorrect mixer registers (line & synth) o [2001/02/27] kern/25445 kernel statistics are displayed in wrong o [2001/02/28] bin/25462 daemon(3) fails if called by a session le f [2001/02/28] i386/25463 PS/2 mouse sync problems with KVM switch o [2001/03/01] bin/25477 billf pam_radius fix to allow null passwords fo o [2001/03/02] ports/25490 wosch [PATCH] fix various bugs in stat(1) p [2001/03/02] misc/25499 buffer paste functionality from keyboard o [2001/03/04] kern/25521 Laptop with FreeBSD4.2 freezes in battery f [2001/03/04] conf/25527 jdp `man ldconfig' does not reflect its behav o [2001/03/06] bin/25572 sshd core dump o [2001/03/06] ports/25576 anholt XFree86-4 port installs manual pages with o [2001/03/07] bin/25598 patch to let ftpd output message when cha s [2001/03/09] bin/25627 Cannot append hash after .elif in Makefil o [2001/03/11] bin/25723 green OpenSSH on 4.2 excessively regenerates RS o [2001/03/12] bin/25724 quota(1) outputs wrong limits about NFS q o [2001/03/12] kern/25733 mismatch between error reporting in smbus o [2001/03/12] bin/25736 ac -d option probrem with overdays logon f [2001/03/13] kern/25777 atime not updated on exec a [2001/03/13] ports/25779 portmgr (patch) make fetch-list should list all m o [2001/03/14] gnu/25794 markm [PATCH] make perl use a decent random num f [2001/03/14] ports/25815 portmgr [PATCH] Port build collision fix. o [2001/03/15] conf/25829 IPSec config in rc.network doesn't allow o [2001/03/16] kern/25866 more than 256 ptys, up to 1302 ptys. o [2001/03/18] kern/25909 4.x kernel freezes on P3-Asus CUSL2-C mot o [2001/03/18] kern/25910 cg Kernel sound driver may die if a program o [2001/03/19] misc/25917 green Paste thrue SSH Secure Shell v.2.4.0 (bui f [2001/03/22] docs/26003 rwatson getgroups(2) lists NGROUPS_MAX but not sy o [2001/03/22] bin/26005 MIME quoted-printable encoding added to v a [2001/03/22] docs/26006 jeff Changing zone(9) man page p [2001/03/22] kern/26016 iedowse VMWare is crash on SMP machine f [2001/03/23] misc/26035 System hangs when playing mp3 on PCI Maes o [2001/03/28] ports/26192 ports-bugs apel appeared both in xemacs/site-package o [2001/03/29] bin/26201 telnet SRA password exchange trap when no o [2001/04/01] kern/26277 ppc driver doesn't work with port 0x3BC p o [2001/04/02] docs/26286 chris *printf(3) etc should gain format string o [2001/04/03] kern/26316 Booting FreeBSD on VMware2 with 2 or 3 et o [2001/04/03] misc/26323 Quota system create zero-length files o [2001/04/03] kern/26324 Defaults for NFS mounts over TCP are slow a [2001/04/04] kern/26348 hm [pcvt] scon -s, page fault in HP mode o [2001/04/04] bin/26359 [PATCH] a minor nit in how netstat detect o [2001/04/06] bin/26375 markm PAMized su allows non-wheel members to su f [2001/04/06] kern/26385 VMWare reboots entire system after starti o [2001/04/09] kern/26454 cg mixer volume settings on Maestro-2E (Diam o [2001/04/09] bin/26468 pkg_delete clears dependencies after runn o [2001/04/10] conf/26488 dougb incomplete named sandbox information a [2001/04/13] docs/26532 green ".Ql ?" becomes "`'?" through nroff (and a [2001/04/13] kern/26534 Add an option to ipfw to log gid/uid of w o [2001/04/13] kern/26547 ambrisko "lnc" problem with shared memory mode wit o [2001/04/13] i386/26562 /dev/lpt0 returns EBUSY when attempting t o [2001/04/14] kern/26584 kernel boot messages aren't logged correc o [2001/04/16] kern/26618 unmount(2) can't unmount a filesystem who p [2001/04/17] misc/26646 srand() provides only 8-bit table f [2001/04/17] misc/26649 diskless client can't share root with ser o [2001/04/17] misc/26658 update to src/usr.bin/calendar/calendars/ o [2001/04/18] bin/26686 Freeze at boot from 4.3-RC4 floopies - US o [2001/04/18] misc/26695 CHANGE REQUEST: kill(all) -l output o [2001/04/22] kern/26787 dd sysctl change request f [2001/04/23] kern/26798 cvsup 4.3-RC -> 4.3-STABLE causes problem s [2001/04/23] bin/26803 des Fix fetch to allow FTP puts in '-o' & all o [2001/04/24] i386/26812 peter old bootstrap /sys/i386/boot/... still in a [2001/04/25] bin/26854 sound Better fix for ESS Technology Maestro-2E o [2001/04/26] misc/26879 darrenr mkfilter not installed, yet referred to v o [2001/04/27] ports/26904 jim New port(?): net/everybuddy-i18n (i18n pa o [2001/04/28] bin/26919 qa sysinstall' fdisk can ONLY set bootable f o [2001/04/29] docs/26943 doc [patch] description of :C modifier is mis o [2001/04/30] i386/26994 obrien AMD Athlon Thunderbird not known to ident o [2001/05/01] kern/27008 kernel function sysbeep(xxx, 0) does prod o [2001/05/01] ports/27019 marcel patch supplied in PR ports/26976 breaks l o [2001/05/02] misc/27039 new syscons screensaver f [2001/05/02] misc/27041 modify src/release/Makefile to make anoth o [2001/05/04] java/27075 sobomax Port java/javavmwrapper installs no man p o [2001/05/04] java/27079 sobomax Improvements for javavmwrapper? o [2001/05/06] bin/27163 cracauer sh trap TSTP () deadly hangs f [2001/05/07] bin/27188 jon fix of rsh non-interactive mode behaviour o [2001/05/08] ports/27200 greid new port: bed (binary editor) o [2001/05/08] i386/27216 qa Can not get to shell prompt from serial c o [2001/05/09] kern/27232 On NFSv3 mounted filesystems, stat return o [2001/05/10] bin/27258 getty didn't check if if= isn't empty o [2001/05/11] bin/27268 fdisk does not recognize Linux extended p o [2001/05/11] kern/27269 Cannot mount linux extended (logical) par o [2001/05/11] bin/27270 cg sys/soundcard.h fails to define AFMT_S16_ o [2001/05/12] bin/27281 vidcontrol(1) does not have error codes f [2001/05/12] bin/27283 brian netstat -i missing IPv4 input packet coun o [2001/05/12] bin/27289 green SSH don't do correct diagnostic when no r o [2001/05/13] i386/27306 mp hw watchpoints work unreliable under gdb o [2001/05/14] bin/27319 obrien df displays amd pid processes o [2001/05/17] kern/27403 lpt driver doesn't handle flags anymore o [2001/05/18] kern/27429 'dependant' is a misspelling o [2001/05/18] bin/27433 ps binary does not do what the man page s o [2001/05/20] misc/27471 Linux emulation is missing code needed to o [2001/05/20] bin/27483 qa make sysinstall ask for the keymap at ins o [2001/05/23] kern/27571 bp Changing policy of shadowing files and di o [2001/05/23] bin/27604 change truncate to support low case size o [2001/05/24] i386/27627 machdep.tsc_freq does not exists on machi o [2001/05/25] misc/27633 Mapping for serbian keyboards, follows IS o [2001/05/26] kern/27660 Kernel does not return error if adding du o [2001/05/27] bin/27687 fsck wrapper is not properly passing opti o [2001/05/27] bin/27697 assar trouble compiling libroken f [2001/05/31] gnu/27803 Enhancement to sort(1) o [2001/06/01] misc/27829 pax's uid/gid cache is read-only a [2001/06/02] docs/27833 cjc No man page for locate.rc f [2001/06/02] kern/27834 Cannot warm-reboot Compaq AP400 due to SC o [2001/06/02] kern/27835 execve() doesn't conform to execve(2) spe s [2001/06/02] docs/27843 alex [PATCH] make.conf WITH_* variables aren't o [2001/06/04] misc/27872 "Load Config" (sysinstall) hangs Compaq D o [2001/06/06] docs/27921 markm manpage skey(1) should be skey(7) o [2001/06/07] alpha/27930 NE2000 not supported on FreeBSD Alpha 4.x o [2001/06/07] alpha/27933 alpha Time jitter under load on FreeBSD 4.3 alp a [2001/06/07] ports/27936 mi Update /usr/ports/deskutils/xmdiary 3.0.1 o [2001/06/08] bin/27972 losing information with talk o [2001/06/10] i386/28023 sendmail tries to get the netgraph.ko mod a [2001/06/11] conf/28081 murray /stand/sysinstall errs out if /cdrom/ alr o [2001/06/13] ports/28121 netchild New port: 3D modelling and animation syst o [2001/06/13] ports/28138 tg python os.statvfs module is not functiona a [2001/06/15] gnu/28189 [PATCH] fix for detecting empty CVS commi o [2001/06/16] kern/28206 bp UMAPFS module should depend on NULLFS - p o [2001/06/17] misc/28236 [PATCH] iso-8859-1_to_cp437.scm doesn't c o [2001/06/17] kern/28247 ATM/HARP driver for IDT and ForeLE ATM ca o [2001/06/18] misc/28255 picobsd documentation still references ol s [2001/06/18] kern/28260 standards UIO_MAXIOV needs to be made public o [2001/06/20] kern/28297 change request for sys/i386/conf/NOTES o [2001/06/21] ports/28332 dwcjr Gimp manual port 1-2 years out of date, m o [2001/06/21] bin/28333 rtprio/idprio setuid problems s [2001/06/22] i386/28346 n_hibma USB ethernet dongle detach requires "ifco o [2001/06/23] bin/28364 lex(1) generated files fail to compile cl o [2001/06/23] ports/28365 wosch Typical use of portchecheckout breaks int o [2001/06/23] docs/28371 phk malloc(2) man page correction o [2001/06/26] bin/28435 gad [patch] allow newsyslog to signal process p [2001/06/27] misc/28455 GNU readline should be updated to 4.2 o [2001/06/27] misc/28456 german keymap with dead keys o [2001/06/27] ports/28471 keith no iso8859 font o [2001/06/28] misc/28494 n_hibma ugen usable only from "attach" or by usbd o [2001/06/30] docs/28555 trhodes [PATCH] style(9) isn't explicit about boo o [2001/06/30] kern/28566 bp Mount_null loopbacks can hang startx temp o [2001/07/01] bin/28620 ru xinstall has no way to pass options to st o [2001/07/02] ports/28644 jmz Make error when rebuilding xdvi o [2001/07/03] ports/28678 wosch portcheckout doesn't allow flexible build o [2001/07/03] kern/28681 sos ATAPI MO drive support o [2001/07/04] docs/28699 doc strptime(3) %d format specifier not compl o [2001/07/07] bin/28789 /usr/bin/last does not filter for uucp co o [2001/07/07] ports/28803 cy ports/comms/conserver does not support ## o [2001/07/08] ports/28810 lioux qpopper 4.0.3 + PAM modification; HAVE_SH o [2001/07/10] ports/28887 brian [PATCH] sandbox for httptunnel! o [2001/07/10] kern/28888 mbr Acer 8000 NIC not detected correctly o [2001/07/11] misc/28890 merge.c compares int i against size_t siz a [2001/07/13] docs/28949 phk the mknod(8) man page stills refers to bl o [2001/07/14] bin/28972 dwmalone gamma returns same result as lgamma o [2001/07/14] i386/28975 mjacob RocketPort problems o [2001/07/14] misc/28980 Fujitsu/Siemens Lifebook E-6540 stalls wh o [2001/07/15] bin/28988 We need more simple message digesting too o [2001/07/18] bin/29062 markm krb4 and krb5 multiply defined version sy f [2001/07/18] bin/29071 relay patch for rwhod o [2001/07/19] misc/29077 imp At loading notebook pccardd not correctly f [2001/07/19] misc/29089 Some kind of fsbn0 error... o [2001/07/20] misc/29103 make (1) dump core while processing ^C fr o [2001/07/21] bin/29119 menu of fdisk editor in 4.3R does not lis o [2001/07/22] ports/29154 nik TeX resource settings from MAKE_ENV in pr o [2001/07/23] conf/29167 rc.pccard doesn't check /var/run/pccardd. o [2001/07/23] kern/29169 mjacob FC loop that 'goes away' never times out o [2001/07/25] ports/29223 portmgr cyrus-imapd and postfix master.8 manpage o [2001/07/25] kern/29233 VIA 82C686 AC97 codec gets probed as 'chi o [2001/07/26] docs/29245 doc top(1) manpage doesn't understand SMP o [2001/07/27] kern/29264 Recovery from LIPs on FCAL using isp not a [2001/07/28] misc/29292 sos The functional addtion to burncd(8) o [2001/07/29] alpha/29299 alpha FreeBSD 4.3 Alpha + Tekram SCSI adapter p f [2001/07/29] kern/29307 NIC Initialization fails on dual CPU syst o [2001/07/29] misc/29312 sound Using mixer on pcm misbehaves with onboar f [2001/07/29] kern/29318 mjacob Exabyte 8200 needs SA_QUIRK_1FM and SA_QU o [2001/07/31] kern/29355 mux [patch] lchflags support f [2001/08/01] bin/29361 startslip can't load if_sl.ko o [2001/08/01] bin/29363 gad [PATCH] newsyslog can support time as ext f [2001/08/02] kern/29395 reaction on ctrl-alt-del - poweroff, halt o [2001/08/03] kern/29423 [PATCH] kernel security hooks implementat o [2001/08/07] bin/29516 markm telnet from an non FreeBSD host still use o [2001/08/07] misc/29529 dcs Boot prompt "?" command doesn't list "boo f [2001/08/08] kern/29538 joerg Mounting /dev/fd0 never completes f [2001/08/08] misc/29550 duplicate pings jinside of vmware 2.0 o [2001/08/09] bin/29581 nectar proposed gethostbyXXXX_r() implementation o [2001/08/11] kern/29621 n_hibma Missing man page for ulpt a [2001/08/12] i386/29639 murray entry for zip 250 drives in /etc/disktab f [2001/08/13] ports/29691 portmgr New port variable USE_COMPAT_LIB - bsd.po o [2001/08/14] kern/29698 linux ipcs doesn'work o [2001/08/15] kern/29727 amr_enquiry3 structure in amrreg.h (amr d f [2001/08/16] kern/29777 n_hibma kernel uscanner.c contains wrong vendor a a [2001/08/17] docs/29807 trhodes [PATCH] XFREE86_VERSION is undocumented f [2001/08/18] bin/29850 markm ftpd.c doesn't check via PAM/pam_acct_mgm f [2001/08/19] conf/29870 rc.diskless2 uses /usr/sbin/mtree before o [2001/08/20] misc/29893 qa suggestions for 4.4 sysinstall o [2001/08/20] bin/29897 markm pam_unix patch, which uses loginclass pas o [2001/08/20] kern/29915 kernel panics on interaction with mlock a o [2001/08/21] ports/29929 ports-bugs wginstall.pl script chokes on calculated o [2001/08/22] bin/29961 ru A4 paper size for groff knob for /etc/mak a [2001/08/23] docs/30008 doc This document should be translated, comme o [2001/08/24] kern/30052 mbr dc(4) driver queues outgoing pkts indefin o [2001/08/27] ports/30148 ade devel/libtool: shared libs with compaq-cc f [2001/08/28] kern/30160 Kernel panic when flash disk is removed a f [2001/08/28] kern/30179 FreeBSD 5.0 install hangs: deviceTry: mak o [2001/08/29] misc/30186 getaddrinfo does not handle incorrect ser o [2001/08/29] kern/30200 yokota Bug in psm in 4.4-RC o [2001/08/29] ports/30201 msmith editors/wordperfect in ports is not usabl f [2001/08/29] i386/30206 PS/2 server 85 can't boot kern.flp o [2001/08/29] misc/30213 Fatal Errors of Server Programe f [2001/09/01] kern/30257 apm enabled kernel panics (4.4-RC) o [2001/09/03] ports/30298 chuckr [PATCH] a2ps-4.13 can't cope with ENOMEM o [2001/09/03] conf/30301 Default printcap "mx" config too small o [2001/09/04] misc/30320 n_hibma USB mouse does not work after return'ing o [2001/09/04] bin/30321 strftime(3) '%s' format does not work pro o [2001/09/05] conf/30341 be keymap: wrong Capslock behaviour with o [2001/09/05] bin/30360 vmstat returns impossible data o [2001/09/06] bin/30392 sh: incorrect value of $? in here-documen o [2001/09/07] misc/30412 rtdl/dlopen() fails to merge common varia o [2001/09/07] kern/30422 WDT hardware watchdog driver & daemon o [2001/09/07] bin/30424 Generalization of vipw to lock pwdb while o [2001/09/08] docs/30442 doc remove broken referemce to gettime(9) fro o [2001/09/08] docs/30443 keramida remove broken reference to kerberos(1) fr o [2001/09/08] docs/30444 keramida remove broken references to gated(8) and o [2001/09/09] i386/30461 sound no audio cd with cmi8330 o [2001/09/09] bin/30464 pthread mutex attributes -- pshared f [2001/09/09] bin/30471 brian periodic script output to a file always a o [2001/09/10] ports/30499 ade libtool-1.4.1 port diffs o [2001/09/11] misc/30517 using sysinstall with install.cfg has no f [2001/09/12] misc/30526 inserting a Sony Ninja-ATA pcmcia style c o [2001/09/12] bin/30542 [PATCH] add -q option to shut up killall o [2001/09/13] kern/30570 boot loader don't reacts on USB keyboard o [2001/09/14] ports/30573 nakai /usr/X11R6/bin/xfce_setup does not create o [2001/09/16] kern/30608 kern.ps_showallproc=0 doesn't limit queri p [2001/09/17] kern/30634 kbyanc kevent.data value incorrect for UDP socke o [2001/09/17] bin/30639 apmd crashes on SIGHUP (under certain con o [2001/09/17] bin/30640 apmd does not terminate properly on SIGTE o [2001/09/18] bin/30654 gad Added ability for newsyslog to archive lo f [2001/09/18] bin/30661 alfred FreeBSD-current fails to do partial NFS f a [2001/09/20] bin/30685 cjc Patch for usr.bin/hexdump o [2001/09/20] i386/30700 sound Applications cannot synchronize sound usi o [2001/09/20] ports/30701 ports-bugs setiathome port misuses the 'nobody' user o [2001/09/22] ports/30732 obrien bash2 - pkg-plist fix and sample files ad a [2001/09/22] bin/30737 murray sysinstall leaks file descriptors on rest o [2001/09/23] ports/30754 nakai x11/dgs port overwrites a number of files o [2001/09/23] ports/30777 portmgr add a 'make pkg-plist' make target in por f [2001/09/24] ports/30788 sobomax compile works, install fails of graphics/ o [2001/09/24] kern/30794 sound ESS Solo-1 does not work after suspend/re o [2001/09/25] bin/30812 giant termcap database update o [2001/09/25] bin/30819 /bin/mv results in warnings when /bin/cp o [2001/09/26] ports/30848 roam courier imapd won't compile with vpopmail o [2001/09/26] bin/30854 bootpd/bootpgw change - skip ARP modifica o [2001/09/26] misc/30857 intr_machdep.c allows access out of array f [2001/09/26] i386/30860 While install after "Mounting root from u o [2001/09/27] bin/30863 bootpd/dovend.c Win95 compatibility impro f [2001/09/27] ports/30870 ports-bugs httpd in free(): warning: recursive call o [2001/09/27] docs/30873 doc ``ip'' man page does not specify byte ord o [2001/09/30] ports/30929 brian [net/pppoa] use usbd to initialize USB AD o [2001/09/30] ports/30936 taoka pips-sc880 installed script contains inco o [2001/09/30] conf/30938 Improving behavior of /etc/periodic/daily o [2001/09/30] kern/30951 Optimize page queue scan on miss of speci o [2001/10/01] alpha/30970 alpha Ensoniq 1371 (Creative chipset) does not o [2001/10/04] bin/31034 dwmalone regularly add original address logging fo o [2001/10/04] kern/31048 linprocfs:/proc/meminfo cannot handle mul p [2001/10/04] bin/31052 fenner Traceroute needs update f [2001/10/07] misc/31097 main thread will accept() failure when so o [2001/10/07] docs/31109 doc replace gif images w/ png ones due to pat o [2001/10/09] docs/31164 doc man page for strftime is incorrect o [2001/10/10] bin/31199 tunefs error is incorrect when enabling s o [2001/10/10] bin/31201 [patch] add free_space(chunk) to libdisk o [2001/10/14] docs/31264 jdp cvsup(1) "base" option and keyword descri o [2001/10/15] misc/31297 yokota New screen blanker module for syscons o [2001/10/18] i386/31353 'shutdown -p' does not work on SMP Tyan T o [2001/10/19] misc/31380 NFS rootfs mount failure message too cryp o [2001/10/20] bin/31387 When getuid()=0, mailwrapper should drop o [2001/10/21] i386/31427 minor incorrect code in sys/i386/i386/pma o [2001/10/22] bin/31432 umount(8) and unmount(2) don't corespond o [2001/10/22] kern/31445 sound cat sound.au > /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 o [2001/10/25] ports/31486 kuriyama ports/palm/prc-tools-gcc does not build m f [2001/10/25] kern/31490 Panic in sysctl_sysctl_next_ls on empy no o [2001/10/26] kern/31521 cg pcm0 plays too fast on Intel 82801BA (ICH f [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/29] kern/31624 writev may return undocumented ECONNRESET o [2001/10/30] ports/31630 jmz Port se-ispell install the dictionary in o [2001/10/30] kern/31647 socket calls can return undocumented EINV o [2001/11/01] i386/31686 Problem with the timestamp option when fl o [2001/11/02] kern/31708 VM system / fsync / flushing delayed inde f [2001/11/02] i386/31716 FreeBSD uses broken tsc timecounter by de o [2001/11/05] gnu/31772 New option in dialog(1) o [2001/11/09] misc/31890 new syscons font o [2001/11/10] bin/31906 No method available to unwind atexit(3) s o [2001/11/11] ports/31910 greid comms/sms_client o [2001/11/12] bin/31933 pw can interpret numeric name as userid d a [2001/11/12] ports/31943 dirk mysql323-server port hostname look up fai f [2001/11/13] kern/31971 microuptime() went backwards when apm is 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 doc loader.8 manpage missing tunables o [2001/11/16] ports/32039 greid UPDATE devel/asmutils 0.14 -> 0.15 o [2001/11/16] docs/32054 doc inconsistency between index.3 and rindex. o [2001/11/17] conf/32067 Problems with spanish keyboard in console o [2001/11/18] bin/32092 crypt pickups the wrong password format 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/20] ports/32145 jmz XFree86 doesn't ldconfig itself o [2001/11/22] ports/32202 kbyanc ports/devel/py-htmlkit distribution does f [2001/11/23] misc/32210 System hangs while kernel waiting for SCS o [2001/11/23] ports/32232 dirk Update and bugfix port: www/mod_php4 o [2001/11/24] i386/32251 bugfix and new feature for apmd o [2001/11/26] conf/32288 After install: /etc/rc complains if crypt f [2001/11/26] ports/32317 petef Request for linux-qt port a [2001/11/29] conf/32375 murray sysinstall doesn't respect User generated f [2001/11/30] misc/32400 rwhod - option to specify hostname o [2001/11/30] ports/32405 dirk Japanese encoding translation support for a [2001/11/30] bin/32411 shutdown's absolute-time handling could b o [2001/12/01] bin/32433 Cannot specify files beginning with + on o [2001/12/02] ports/32444 dirk www/mod_php4: ctype support o [2001/12/03] misc/32480 Missing graphic characters in syscons fon o [2001/12/04] bin/32501 quot(8) is stupid regarding the filesyste o [2001/12/04] ports/32508 ports-bugs www/flashplugin-mozilla has malloc bug o [2001/12/04] ports/32517 green Update port: emulators/snes9x to 1.39 o [2001/12/08] ports/32604 portmgr Many ports which depends on apache don't 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 f [2001/12/09] bin/32657 sed file handing is non-standard o [2001/12/09] kern/32659 VM and VNODE leak with vm.swap_idle_enabl o [2001/12/09] gnu/32661 dd send-pr uses $LOGNAME for From and Reply o [2001/12/09] docs/32662 dd arp(8) uses "this host" with two differen o [2001/12/10] bin/32667 systat waste too much time reading input o [2001/12/10] kern/32671 imp Patch to generate usbdevs.h automatically o [2001/12/10] docs/32674 trhodes no man page for the ntp_adjtime system ca o [2001/12/10] kern/32677 pciconf -l opens /dev/pci for read/write 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 phk w incorrectly handles stale utmp slots wi p [2001/12/16] kern/32912 mp options misssing TCBHASHSIZE 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 assar manpages are not installed for k5admin an s [2001/12/18] ports/32999 arved New ports: devel/ORBacus4 o [2001/12/19] kern/33004 n_hibma Patch for USB (uhci) o [2001/12/19] misc/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/19] conf/33018 Patch for RC (add multiple SSHD configura 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/23] bin/33133 keyinit outputs wrong next login password o [2001/12/25] 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/29] ports/33320 dima print/acroread4 does not install the Nets o [2001/12/31] conf/33395 imp better way to use more than one pccard ne o [2002/01/03] misc/33523 green XV application cannnot be transfered thro 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 o [2002/01/08] kern/33696 phk 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/09] conf/33753 Intel ICH2 and NVidia device ID updates o [2002/01/10] bin/33774 Patch for killall(1) o [2002/01/10] misc/33778 joe crunchgen enhancements o [2002/01/11] kern/33804 ipfw bug/problem o [2002/01/12] bin/33809 mux mount_nfs has trouble with embedded ':' o [2002/01/13] bin/33834 tjr strptime(3) is misleading o [2002/01/13] docs/33852 doc split(1) man page implies that input file o [2002/01/13] 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/14] misc/33906 ports-bugs [PATCH] tic program as a port for easier o [2002/01/14] ports/33911 dirk php disabled gdbm by default, add option o [2002/01/15] ports/33916 ade Upgrade port devel/libtool o [2002/01/15] conf/33920 imp Can't use `Panasonic KXL-CB10AN' (CD-R/RW o [2002/01/15] misc/33926 doc Search function on website can not access o [2002/01/16] bin/33941 /usr/sbin/dev_mkdb dumps core a [2002/01/16] kern/33963 bmah Messages at the serial IO port device pro f [2002/01/16] misc/33965 Programmable keys of the keyboard (Olidat o [2002/01/16] conf/33967 Alternative Italian keymap o [2002/01/17] ports/33980 benno Can't use sgmltools-lite-3.0.0 port o [2002/01/17] i386/34010 keyinit takes passwords less than 10 char o [2002/01/18] misc/34019 green sftp core dumped o [2002/01/19] misc/34062 bsd.kmod.mk fails due to bug in make with f [2002/01/21] bin/34111 rlogin not finished o [2002/01/21] kern/34120 sound optimized fm801 pcm driver o [2002/01/21] bin/34146 newfs defaults and vfs.usermount=1 tug at o [2002/01/22] misc/34171 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] ports/34238 dirk fix for port/www/mod_php4 zziplib extensi o [2002/01/24] docs/34239 trhodes tunefs(8) man page doesn't describe argum f [2002/01/24] misc/34247 auto mount smbfs in /etc/fstab AFTER netw o [2002/01/25] ports/34265 znerd Proposition of new port (icu2). Modified f [2002/01/26] misc/34307 accept() fails after ECONNABORTED o [2002/01/26] misc/34309 gad lpd does not garantie that controlfiles b a [2002/01/26] conf/34316 sheldonh Uncomment kserver-adm to /etc/services o [2002/01/27] conf/34355 [PATCH] rc.conf comment misleading (firew o [2002/01/28] bin/34394 peter tgetent returns wrong value in libtermcap o [2002/01/29] misc/34401 green ssh & kerberos IV don't work together o [2002/01/29] ports/34404 ports-bugs NEW PORT: devel/mingw-expat2 f [2002/01/29] misc/34412 tftp will still try and receive traffic e o [2002/01/30] ports/34442 ports-bugs xt, xalan-j, saxon should have the same C o [2002/01/31] conf/34494 n_hibma usb configuration problem - usb does not o [2002/01/31] bin/34497 calendar(1) does not understand calendars s [2002/01/31] bin/34498 Error in vi manpage. o [2002/01/31] 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 o [2002/02/02] ports/34550 ports-bugs ghostscript-gnu-nox11 portversion 6.51 fa o [2002/02/02] ports/34565 ports-bugs graphics/blender port is broke o [2002/02/03] kern/34591 ICMP bandwidth limiting does not indicate o [2002/02/03] ports/34597 eivind [PATCH] Update ports/mail/isync to 0.8 s [2002/02/04] misc/34621 billf i have a patch for (lol) /usr/games/fish o [2002/02/04] bin/34628 jkh pkg-routines ignore the recorded md5 chec o [2002/02/06] ports/34659 reg Proposed change to Mozilla port's Makefil o [2002/02/06] kern/34665 darrenr ipfilter rcmd proxy "hangs". f [2002/02/06] misc/34673 Second call to select() waits ~100ms befo o [2002/02/06] bin/34676 mbr dhclient always in -q quiet mode (PATCH E o [2002/02/07] gnu/34709 [patch] Inaccurate GDB documentation o [2002/02/07] ports/34714 ache unzip(1) breaks filenames in non-ASCII ch f [2002/02/07] bin/34728 murray DHCP hostname set as Hexadecimal string o [2002/02/08] conf/34729 sheldonh treat smbfs as network file system in /et o [2002/02/08] kern/34747 joe Please add USB floppy entry o [2002/02/09] misc/34759 ports-bugs 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/10] kern/34789 joe PNY brand USB flash readers need 10 byte o [2002/02/10] ports/34796 jmz wrong path in /etc/XF86Config (purely cos o [2002/02/10] ports/34815 pat new port: freenet, the anonymous internet o [2002/02/11] kern/34820 FreeBSD should be able to beep after shut 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 o [2002/02/11] ports/34841 dirk Adding cyrus to mod_php o [2002/02/11] bin/34843 fenner `tcpdump port echo' filters for port 4 in o [2002/02/11] misc/34850 scp cannot talk to ssh2 sites that have S o [2002/02/11] kern/34854 /src/sys/dev/sound doesn't work correctly o [2002/02/12] bin/34874 Netstat output to small o [2002/02/12] ports/34878 chern sysinstall o [2002/02/12] kern/34880 Impossibility of grouping IP into a pipe f [2002/02/14] misc/34935 New locale (Cyrillic Windows Codepage 125 o [2002/02/14] kern/34942 Attempt to play -> "pcm0: play interrupt o [2002/02/14] alpha/34948 alpha Promise TX2 ATA133 controller doesnt work o [2002/02/14] kern/34952 Mouse cursor invisible with USB mice and o [2002/02/15] bin/34955 doc [PATCH] ps(1) is out of touch with realit o [2002/02/15] kern/34963 identify procs belonging to the same jail o [2002/02/15] kern/34965 4.4, 4.5 freeze at boot time on ASUS P2B a [2002/02/16] docs/35011 doc There are no commands called "diskless" o o [2002/02/16] bin/35018 brian enhancing daily/460.status-mail-rejects o [2002/02/17] kern/35064 ACPI not work with Epox 8KHA+ motherboard s [2002/02/17] bin/35070 tjr math(3) references section "3m", etc. o [2002/02/18] i386/35078 Uninitialized pointer dereference in func o [2002/02/18] bin/35099 sobomax ldd in -STABLE fails on libc. o [2002/02/18] 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/19] ports/35117 ports-bugs Undefined symbol "ldap_get_dn" when tryin f [2002/02/19] i386/35124 No mouse with FreeBSD 4.5 with ECS K7S5a f [2002/02/20] bin/35148 ppp/nat-problems after cvs update 4.3 -> o [2002/02/21] misc/35172 Please update am-utils(amd) into newer ve o [2002/02/21] kern/35175 ptrace(PT_DETACH, ....) doesn't do signal o [2002/02/21] i386/35182 APMD does not set close on exec for /dev/ o [2002/02/22] ports/35204 dirk www/mod_php4 with xslt is not LOCALBASE c 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 f [2002/02/23] misc/35245 brian unwanted stealth behaviour (inbound icmp o [2002/02/23] conf/35262 Generation of boot block for headless ope o [2002/02/23] kern/35269 possible panics with 4:1 filesystem ratio o [2002/02/24] 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/25] bin/35333 send-pr(1) vim syntax highlighting suppor o [2002/02/27] ports/35372 ports-bugs pgp6 ports fails to compile on alpha plat 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/27] kern/35392 atapi tape driver does not maintain devic o [2002/02/28] misc/35400 sysinstall could improve manipulation of o [2002/03/01] bin/35451 PATCH: pkg_add -r able to save local copy f [2002/03/01] conf/35457 dual boot problem from 2 different SCSI d s [2002/03/01] ports/35459 ports-bugs portupgrade doesn't clean up dependencies f [2002/03/02] ports/35481 edwin New port: console text editor looks like o [2002/03/03] ports/35522 kuriyama xhtml port uses SGMLDECL in catalog chain o [2002/03/03] docs/35523 doc manpage fixes for df(1) and ls(1) f [2002/03/03] i386/35526 No mouse recognized in Compaq Presario la 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 $? o [2002/03/05] docs/35575 doc Pw(8) man page makes no mention of /var/l o [2002/03/05] ports/35580 ports-bugs Startup script in /usr/local/etc/rc.d is f [2002/03/06] i386/35599 murray install o [2002/03/06] docs/35602 doc dump(8)/restore(8) pages don't explain "a o [2002/03/06] docs/35607 doc dump(1) page needs discussion of scary er 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 sheldonh [patch] missing dep in libiconv prevents o [2002/03/07] ports/35638 markm tn3270 dumps core unconditionally o [2002/03/07] ports/35639 max executable name conflicts: ploticus and s 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] docs/35647 doc 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/35649 doc mount_smbfs(8) page: "See ./examples/dot. o [2002/03/07] docs/35652 doc bsd.README seriously obsolete o [2002/03/08] bin/35671 wrong comments in rc.diskless1 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/08] docs/35696 trhodes mount_smbfs(8) references a nonexistent n o [2002/03/08] kern/35699 trhodes [PATCH] msdosfs: differrent masks for dir o [2002/03/09] docs/35711 keramida 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/09] misc/35727 man(1) program should not display (old) d o [2002/03/10] docs/35732 doc adduser(8) page has obsolete reference an o [2002/03/11] misc/35764 nakai 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/12] bin/35838 Change to size of WID_IF in usr.bin/netst o [2002/03/13] kern/35846 timeout in wi_cmd 11, machine hangs for a o [2002/03/13] misc/35865 pam_krb5 crashes in pam_sm_setcred() o [2002/03/13] kern/35876 bus_dmamem_free does not call contigfree o [2002/03/13] ports/35882 ports-bugs Perl Expect module send_slow hangs on EOF o [2002/03/13] kern/35883 probe for ATI Rage128 Pro 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/14] ports/35897 ports-bugs upgrading the linux_base port runs into t o [2002/03/14] kern/35900 Changing RealTek 8139 MAC address fails o [2002/03/15] docs/35941 doc cd(4) manual doesn't mention "target" use p [2002/03/15] docs/35942 keramida at(1) manual doesn't describe at.allow an o [2002/03/15] docs/35943 doc at(1) config files are misplaced in /var/ o [2002/03/15] ports/35946 ports-bugs The /usr/local/lib/RealPlayer8/postinstal a [2002/03/15] docs/35951 trhodes disklabel(8) manual confuses partitions a o [2002/03/15] docs/35953 doc hosts.equiv(5) manual is confusing or wro o [2002/03/16] kern/35993 murray sys/dev/amr/amr.c - Compiler warnings und f [2002/03/17] bin/36000 contrib/amd uses mktemp o [2002/03/17] ports/36020 jmz Update port: print/musixtex T.98 -> T.104 o [2002/03/17] java/36024 sobomax port update: OpenJIT 1.1.16 for JDK 1.3.1 f [2002/03/17] ports/36034 edwin new port databases/pg-crypto s [2002/03/18] standards/36076standards Implementation of POSIX fuser command o [2002/03/18] ports/36079 portmgr [PATCH] Support USE_LESSTIF=yes o [2002/03/18] ports/36083 portmgr [PATCH] Installs existing packages for de o [2002/03/19] misc/36110 dmesg output corrupt if /dev/console is b o [2002/03/19] ports/36112 portmgr [PATCH] New feature for whole ports tree: o [2002/03/19] ports/36113 dirk Add gdbm, BerkeleyDB2, BerkeleyDB3, libio o [2002/03/19] 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/20] misc/36154 doc Getting USB mouse to work: usbd and mouse o [2002/03/21] misc/36165 boehm-gc BUS error with gdb o [2002/03/21] kern/36170 an(4) does an_init() even if interface is f [2002/03/22] ports/36202 wosch update to sysutils/socket: NetBSD IPv6 pa o [2002/03/24] bin/36262 [PATCH] Fixed rusers idle-time reporting o [2002/03/24] kern/36274 75GXP drive ATA tagging failure makes df o [2002/03/26] alpha/36327 alpha trap within cvt() while attempting to pri o [2002/03/26] ports/36341 dburr [patch] devel/SN marked as broken o [2002/03/26] misc/36359 fxp driver and Intel Pro/100 S NIC (0002B o [2002/03/27] misc/36368 sshd error: session_close_by_channel: ki o [2002/03/27] bin/36374 Patch (against core dumps) and improvemet o [2002/03/27] kern/36381 ata + hw.ata.wc=1: high CPU load for larg o [2002/03/27] misc/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] bin/36431 src/secure/lib/libtelnet fails in CURRENT o [2002/03/28] docs/36432 doc Proposal for doc/share/mk: make folded bo a [2002/03/28] docs/36447 trhodes chown(8) manual misdescribes handling of o [2002/03/28] docs/36449 doc symlink(7) manual doesn't mention trailin o [2002/03/28] docs/36459 doc tftp(1) manual's "get" syntax/description o [2002/03/28] 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 /usr/bin/calendar can't handle recurring o [2002/03/29] ports/36503 ports-bugs several files conflict in ports/databases o [2002/03/30] misc/36536 Apparent mother board incompatability o [2002/03/30] ports/36545 jmz mwrite is an absolute symbolic link to /u o [2002/03/30] bin/36553 gad Two new features in newsyslog(8) o [2002/03/30] misc/36556 patch: regular expressions for tcpwrapper o [2002/03/30] ports/36557 perky Fix port: security/py-amkCrypto (to refle o [2002/03/30] ports/36560 rse bug fix for the eperl package o [2002/03/31] kern/36569 umass fails when RiteLink Pocket Disk is o [2002/03/31] ports/36587 des news/inn{-stable} do not install when --e o [2002/04/01] ports/36622 dburr [patch] devel/SN : Upgrade port to versio o [2002/04/01] bin/36626 login_cap(3) incorrectly claims that all o [2002/04/01] docs/36628 doc header an footer of openssl manpages are o [2002/04/01] docs/36629 OpenSSL manpages should be reachable with o [2002/04/01] misc/36646 dwmalone [PATCH] Top does not work correctly in a p [2002/04/02] kern/36682 joe USB isochroneous transfer doesn't report o [2002/04/03] kern/36692 Patch for E-Tech ISA PnP modem support o [2002/04/03] docs/36723 chern IPSec section is unintelligible o [2002/04/03] docs/36724 darrenr ipnat(5) manpage grammar is incomplete an f [2002/04/03] docs/36726 trhodes Handbook lacks information about hardware o [2002/04/03] docs/36727 trhodes Mail chapter of Handbook is incomplete o [2002/04/04] bin/36740 make ps obey locale (particularly for tim o [2002/04/04] bin/36757 EnhancementRequest binary which ought to o [2002/04/04] ports/36766 ade Incompatibility between autoconf, automak o [2002/04/05] bin/36786 make ps use 24-hour time by default o [2002/04/05] ports/36795 kuriyama DocBook DSSSL stylesheets should install o [2002/04/05] ports/36802 trevor Update port: misc/compat4x o [2002/04/06] ports/36832 kuriyama apache13-* coredumps when using XML::Pars o [2002/04/07] ports/36841 ports-bugs use of .MAKEFLAGS target in Makefile.loca o [2002/04/07] ports/36849 cy FVWM-Themes fails to switch themes o [2002/04/08] bin/36884 add support id_rsa (OpenSSH/RSA2) authent o [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/08] ports/36913 seanc New port: devel/ruby-rbprof o [2002/04/08] misc/36916 DOS active partition flag lost in libdisk f [2002/04/09] misc/36923 fdesc file system (partially) crashes Fre o [2002/04/09] ports/36933 portmgr [PATHCES] New feature for pkg_create and o [2002/04/09] java/36951 glewis Java (aka 1.3.1-p6-root-020405-00:26) cor o [2002/04/09] kern/36952 ldd comand of linux does not work o [2002/04/10] bin/36960 calendar doesn't effect -t option. o [2002/04/10] kern/36983 CD9660 unicode to utf-8 [hack] o [2002/04/11] conf/36990 pccard I/O DATA PCET10-CL worked o [2002/04/11] 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] docs/37037 keramida Cleaned and revised the Hubs article o [2002/04/13] misc/37047 brian daily_status_mailq_shorten doesn't produc o [2002/04/14] misc/37073 Few new tips for FreeBSD-tips fortune o [2002/04/14] bin/37074 bp [PATCH] Typographical error in output of o [2002/04/14] bin/37083 small improvement to talk(1): add clocks o [2002/04/15] bin/37096 Fixes to fsdb command-line handling [patc o [2002/04/15] ports/37128 ports-bugs New port: www/sarg, formerly known as www o [2002/04/16] i386/37137 FreeBSD install doesn't recognize version o [2002/04/16] misc/37160 qa /stand/sysinstall coredumps when trying t o [2002/04/16] misc/37161 ext2 linux file system, error handling la o [2002/04/17] ports/37186 ports-bugs Dbview contains an error, because of whic o [2002/04/17] ports/37187 mita ports/japanese/vfghostscript font-2.6.2 f o [2002/04/18] docs/37221 doc obsolete reference to seqpacket in mount_ o [2002/04/18] ports/37226 mita ports/japanese/vfghostscript5 doesn't fin o [2002/04/18] kern/37227 VMWare do not work with raw disks due to o [2002/04/19] misc/37244 ports-bugs c2lib port includes vector.h which appare o [2002/04/20] misc/37301 4.5 rc.firewall type simple does not pass o [2002/04/22] ports/37362 ports-bugs The Ted port is incompatible with FreeBSD o [2002/04/23] ports/37366 kde kdeutils-3.0: kdepasswd truncates passwor 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 bsdmainutils/calendar Hungarian addon fil o [2002/04/23] conf/37395 peter even with NO_SENDMAIL=true, /usr/sbin/sen f [2002/04/23] conf/37404 delayed mouse response to draw box or hig o [2002/04/23] kern/37405 Support for Mitsumi USB Mouse with Memory o [2002/04/24] kern/37417 Treat CT5880 revision4 ( PCM chip ) o [2002/04/24] bin/37424 nfsstat reports negative values o [2002/04/24] misc/37425 df gives wrong ouput > 1TB o [2002/04/24] misc/37434 mbr dhclient generates pointless log messages o [2002/04/24] bin/37437 Add HTTP-style support to {vis,unvis}(1). o [2002/04/24] bin/37442 [PATCH] sleep.c to support time multiplie p [2002/04/25] bin/37448 obrien [PATCH] ldd/rtld support for more informa o [2002/04/25] ports/37462 jmz dvips is no more available separately fro o [2002/04/25] docs/37470 doc jail field not documented in procfs(5) o [2002/04/26] kern/37486 Bug in network stack in sending broadcast o [2002/04/27] docs/37504 blackend The word PC Card should be used instead o o [2002/04/27] ports/37518 grog gmat port CATALOG needs updating o [2002/04/28] kern/37526 Addtron card not being recognized by driv o [2002/04/29] kern/37554 [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 jdp Incorrect information in /usr/share/examp o [2002/04/29] misc/37569 [PATCH] Extend fstab(5) format to allow f f [2002/04/29] bin/37572 des libfetch(3)/fetch(1): requested feature: o [2002/04/29] ports/37574 taoka ports/print/pips-sc20 file not found on m o [2002/04/30] ports/37596 shige EMACS_PORT_NAME=xemacs21 forks make infin o [2002/04/30] ports/37597 ports-bugs aureal-kmod-1.5_3 fails to build o [2002/04/30] kern/37600 [Partial PATCH] t4dwave drive doesn't rec o [2002/04/30] conf/37611 phk proposed /etc/rc.jails for jail(8) manage o [2002/05/01] bin/37650 Add skipPCCARD variable to sysinstall s [2002/05/01] ports/37654 arved Update textproc/xml4j to 4.0.1 o [2002/05/01] kern/37657 /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 libc_r: msgsnd(), msgrcv(), pread(), pwri f [2002/05/02] kern/37677 off by 1 in $FreeBSD: src/sys/kern/subr_d o [2002/05/03] ports/37711 znerd New port: Beacon-agent 0.6.3 (Multicast B o [2002/05/03] ports/37712 znerd New port: Beacon server v0.8.9 (Beacon mu 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 doc Detail VOP_ naming in a relevant man-page o [2002/05/03] misc/37732 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 o [2002/05/04] kern/37761 process exits but socket is still ESTABLI s [2002/05/05] ports/37771 znerd New Port: audio/jmax o [2002/05/06] i386/37800 tools\fbsdboot.exe no longer works with c o [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/08] ports/37855 ports-bugs wrong font name in jre/lib/font.propertie o [2002/05/09] ports/37904 znerd New Port: database/isql-viewer (a JDBC 2. o [2002/05/09] conf/37909 make distribution DESTDIR=/path -DNO_MAKE o [2002/05/09] gnu/37910 PATCH: make send-pr(1) respect &'s in /et o [2002/05/09] ports/37917 adrian [PATCH] squid24 does not support local_st o [2002/05/10] ports/37927 ports-bugs port to install linux Lahey Fortran 95 v6 o [2002/05/10] ports/37942 kde KDE 3.0 konsole terminal keyboard table u o [2002/05/11] ports/37962 markm ports/lang/gcl does not build o [2002/05/12] i386/37999 qa In /stand/sysinstall, 's' selects Options o [2002/05/13] alpha/38031 alpha osf1.ko not loaded during boot-time of li o [2002/05/13] ports/38034 ports-bugs compaq-cc (under linux-emu) installes man o [2002/05/13] i386/38055 qa In Install, Groups (creation) item should o [2002/05/13] i386/38056 qa In Install, User (creation)'s "Member gro o [2002/05/13] misc/38057 "install" document doesn't display correc o [2002/05/13] docs/38061 ume Typos in man pages for faith & faithd o [2002/05/14] ports/38086 rse eperl does not build CFLAGS recursive err o [2002/05/14] ports/38090 jkoshy devel/m4 port PREFIX vs LOCALBASE o [2002/05/15] docs/38117 doc New FAQ entry for memory states o [2002/05/15] docs/38118 doc New FAQ entry for amount of free memory o [2002/05/15] ports/38125 ports-bugs ApacheCylical Link error/bug in Virtualse 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/17] bin/38178 sos add CDROM env var support to burncd f [2002/05/17] kern/38208 Digital camera Minolta Dimage E203 refuse o [2002/05/18] docs/38225 doc change "CDROM" to "CD-ROM" o [2002/05/18] ports/38238 dirk Adding cyrus imap support to php4/mod_php o [2002/05/18] ports/38243 www Ports search for 'IMP' vs look in Mail ca o [2002/05/18] bin/38256 linking pax to pax_{cpio|tar} o [2002/05/18] ports/38270 openoffice New Port Open office for Linux(1.0.0) o [2002/05/19] i386/38299 Add VT8233A to pci/viapm.c SMBus driver. o [2002/05/19] ports/38301 kiri upgrade www/w3-4 to 4.0.47 o [2002/05/19] bin/38303 tftpd -c patch f [2002/05/19] ports/38321 ports-bugs lang/gpc unnecessarily marked broken o [2002/05/20] ports/38324 chuckr print/transfig should default to LaTeX 2e o [2002/05/20] misc/38347 new library function abs2rel and rel2abs. o [2002/05/20] ports/38351 dirk mod_php4(WITH_APACHE2) +apache2(WITH_THRE o [2002/05/21] kern/38372 patch for puc(4) to support parallel port o [2002/05/21] bin/38388 request to add "openssl starttls" command o [2002/05/22] ports/38406 obrien incorrect .so in g++31.1 man page o [2002/05/22] ports/38408 wjv zope-zmysqlda does not run o [2002/05/22] kern/38419 add name "CanoScanN676U" in uscanner o [2002/05/22] docs/38426 doc extra manpage .Xr to locate relevant sysc o [2002/05/22] kern/38429 [PATCH] getgpid and getsid work for proce o [2002/05/22] kern/38445 Centralized ptrace() permission checking o [2002/05/23] misc/38452 Logitech USB iFeel: device_probe_and_atta f [2002/05/23] kern/38458 There is no a file iicbb_if.c on source t o [2002/05/23] bin/38467 less can dump core, FPU exception o [2002/05/23] misc/38468 Write drivers for Intel PRO/Wireless 2011 o [2002/05/23] i386/38477 qa In sysinstall's Choose Distributions scre o [2002/05/23] i386/38478 qa In sysinstall's Choose Distributions scre o [2002/05/23] i386/38480 qa sysinstall should prompt for normal users s [2002/05/24] www/38500 www gnats web form is overenthusiastic about f [2002/05/24] ports/38516 edwin ICQv7 transport for the Jabber Server o [2002/05/24] i386/38524 cons25 doesn't support F-keys beyond 12 f [2002/05/25] ports/38539 edwin New port: devel/libcfg+ 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] kern/38575 NoName USB Flash drive not working o [2002/05/26] misc/38583 qa sysinstall installs crypto sources when / o [2002/05/26] ports/38593 portmgr Third level ports o [2002/05/26] i386/38596 freebsd 4.6rc2 can't support ati videocar o [2002/05/27] bin/38610 qa Sysinstall should be able to mount ISO im o [2002/05/27] docs/38618 trhodes Malloc types can be used with multiple al o [2002/05/27] docs/38620 doc Committers Guide and CVS o [2002/05/27] ports/38621 mita Update port: print/ghostscript-gnu-commfo o [2002/05/27] kern/38626 luigi dummynet/traffic shaper: RED: max_th and o [2002/05/27] docs/38647 doc cvsupit built-in instructions are slightl o [2002/05/28] kern/38657 fujitsu c4110 lifebook crashes on resume o [2002/05/28] ia64/38677 ia64 savecore fault when 1M buffer is allocate o [2002/05/29] ports/38689 kuriyama update of port palm/prc-tools o [2002/05/29] misc/38727 mptable should complain about garbage arg o [2002/05/29] kern/38730 Memorex scrollpro mouse is not fully func o [2002/05/30] kern/38749 Diskless booting fails with some DHCP ser o [2002/05/31] docs/38772 doc firewall_type feature not mentioned on Ha o [2002/06/01] ports/38800 ports-bugs update www/roxen to Roxen WebServer 2.2.2 o [2002/06/02] docs/38810 blackend Minor change in section 2.13.5 of the Han o [2002/06/02] docs/38815 brueffer Many typo fixed, and a question left unan f [2002/06/02] docs/38817 doc /usr/share/man/man8/boot.8.gz documents / 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] ports/38853 portmgr net/ethereal: configure fails o [2002/06/03] misc/38854 Resetting the sysinstall during setup cau o [2002/06/03] ports/38861 ports-bugs www/auth_ldap compiles-installs but fails o [2002/06/03] misc/38870 kernel-panic when coping data from a NFS- o [2002/06/03] ports/38876 tegge devel/linuxthreads: pkg-plist ignores NOP o [2002/06/05] kern/38923 sos Incorrect device use count prevents door o [2002/06/05] bin/38931 Cleanup for WARNS=4 of src/games/fortune/ o [2002/06/05] misc/38937 delay between tracks in digital audio dum o [2002/06/05] bin/38940 Change: an option to *stat to allow supre a [2002/06/06] misc/38965 kde [PATCH] kapptemplate fails on FreeBSD o [2002/06/06] kern/38967 4/22/02 pcm driver merge appears to break o [2002/06/07] docs/38982 doc developers-hanbook/Jail fix o [2002/06/07] kern/38986 trhodes a change to msdosfs permissions behaviour o [2002/06/07] ports/38989 assar Fix to BROKEN arla port (arla-0.35.6) f [2002/06/08] i386/39023 Keystrokes yield extended ASCII p [2002/06/08] docs/39044 tjr The man page for rot13(6) never mentions o [2002/06/08] kern/39047 IPSEC Compression (IPCOMP) broken in tunn o [2002/06/09] java/39080 sobomax java/javavmwrapper: Functionality enhance o [2002/06/10] ports/39095 mharo ports/net/nttcp and ports/net/ttcp appear o [2002/06/10] ports/39102 trevor new category requested: finance o [2002/06/10] ports/39103 trevor new virtual category requested: accessib p [2002/06/10] bin/39116 tjr /usr/bin/printf o [2002/06/10] docs/39129 doc handbook; type WRT simulating postscript o [2002/06/11] ports/39182 ports-bugs netsaint-plugins util.c functions don't q o [2002/06/12] docs/39190 blackend Missing quote tags in releng-packages art o [2002/06/12] conf/39192 [PATCH] Save pcm mixer settings during re a [2002/06/12] ports/39193 edwin [maintainer-update] net/papaya update to o [2002/06/12] bin/39198 sh aborts on variables with periods o [2002/06/12] misc/39201 ptrace(2) and rfork(RFLINUXTHPN) confuse o [2002/06/12] bin/39206 core dump bug in sshd o [2002/06/12] docs/39213 doc No rc(4) man page o [2002/06/12] docs/39214 doc No my(4) man page f [2002/06/13] misc/39229 instruction pointer = 0x8:0xc00eaf13 o [2002/06/13] standards/39256standards [v]snprintf aren't POSIX-conformant for s o [2002/06/14] docs/39293 doc the dumpon man page incorrectly states th o [2002/06/14] conf/39306 The /etc/rc file should know if is runnin o [2002/06/14] bin/39311 rwatson you can't enable inetd in sysinstall with o [2002/06/15] ports/39342 sobomax Add automatic truetype support to Mozilla o [2002/06/15] misc/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 If linux emu is added as a dependency (an o [2002/06/16] 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 o [2002/06/18] ports/39476 ports-bugs profxp will run but when you fxp a file i o [2002/06/18] ports/39487 mharo portlint doesn't accept MASTER_SITE/DISTF o [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/19] docs/39532 doc 'find' man page should a [2002/06/19] ports/39544 ports-bugs mayavi port disfunctional o [2002/06/20] i386/39574 qa Error mounting /dev/acd0c on /dist: No su o [2002/06/20] bin/39576 [PATCH] tail -f for multiple files p [2002/06/20] bin/39578 add more russian holydays o [2002/06/20] conf/39580 insecure default settings o [2002/06/20] i386/39584 ln -f fails to unlink o [2002/06/20] ports/39600 znerd New port: jdictionary-ger-hun 1.4 - Germa o [2002/06/20] ports/39603 znerd New port: jdictionary-eng-ger 1.4 - Engli o [2002/06/20] ports/39608 ports-bugs upgrade games/cgoban to 1.9.13 o [2002/06/21] ports/39619 ports-bugs flashplugin-mozilla crashes and doesnt pl o [2002/06/21] ports/39620 ports-bugs flashplugin-mozilla crashes when viewing o [2002/06/21] ports/39621 ports-bugs isc-dhcpd server can't get all network in o [2002/06/21] ports/39634 jim Port pclock unaligned access on alpha o [2002/06/22] kern/39650 Digital audio extraction on an atapi CD d o [2002/06/22] ports/39673 ports-bugs netsaint-plugins fails to install command o [2002/06/22] bin/39676 obrien lukemftpd manual pages fix + examples o [2002/06/22] 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/24] ports/39777 des New port: security/libsectok o [2002/06/24] ports/39778 des New port: security/sectok o [2002/06/24] ports/39799 dirk mod_php4, among other ports, maintains no o [2002/06/24] bin/39818 cleaning sbin/atm code from warnings o [2002/06/24] bin/39819 tjr cleaning bin/sh code from warnings o [2002/06/24] docs/39822 doc firewall.7: change "Mbits" to "Mbits/s" a o [2002/06/24] docs/39824 doc Various tweaks for doc/en_US.ISO8859-1/bo o [2002/06/25] misc/39864 robert hostname instead of IP in w -n output o [2002/06/25] bin/39865 cleaning sbin/fsck code from some warning o [2002/06/25] bin/39866 cleaning sbin/fsdb code from warnings o [2002/06/25] bin/39867 cleaning sbin/mount_cd9660 and sbin/mount o [2002/06/25] bin/39868 cleaning sbin/dump code from warnings o [2002/06/26] ports/39882 ports-bugs pptp client does not install from port in o [2002/06/26] bin/39893 setusercontext library call differs umask o [2002/06/26] bin/39904 cleaning sbin/sysctl code from warnings o [2002/06/26] bin/39905 cleaning sbin/restore code from warnings o [2002/06/26] bin/39907 cleaning sbin/savecore code from warnings o [2002/06/26] misc/39911 New Netgear MA401 pccard does not work wi o [2002/06/28] ports/39946 ports-bugs Shift-Tab navigation doesn't work in tk-8 o [2002/06/28] conf/39976 vi recovery halting boot process o [2002/06/28] kern/39977 luigi Device polling support for em(4) driver o [2002/06/29] ports/40002 wjv py-4suite: XSLT import error o [2002/06/29] ports/40004 trevor ports/audio/festlex-ogi has a checksum er 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 o [2002/06/30] misc/40057 bugbusters send-pr -a flag does not work with -f o [2002/06/30] kern/40058 lockup on 5.0 DP1 - Xircom X3201 (RealPor o [2002/07/01] ports/40069 dirk mod_php4 doesn't compile with apache2 (& o [2002/07/01] misc/40081 noise in sound output with built-in CMedi o [2002/07/02] ports/40107 trevor ports/audio/festogi-spanish has a checksu o [2002/07/02] ports/40110 dirk add mnoGoSearch extensions to www/mod_php o [2002/07/02] ports/40121 ache standard Apache port creates sbin link o [2002/07/02] ports/40124 kris Patch to wdm to allow long passwords o [2002/07/02] bin/40127 [PATCH] Add functions for PID-file handli o [2002/07/03] ports/40140 trevor ports/audio/festvox-abc has a checksum er o [2002/07/03] kern/40155 No sound on Presario 700 laptop's ac97 co o [2002/07/03] ports/40163 cy screen w/o suid and locale o [2002/07/03] misc/40169 problem in latest 4.6-stable o [2002/07/04] docs/40196 doc man find does not describe -follow s [2002/07/04] misc/40197 sos BurnCD doesn't "just work" at 4.6-p1 o [2002/07/04] misc/40211 No sound on Compaq Presario 700 o [2002/07/05] docs/40234 doc Typos and language cleanup in /usr/share/ o [2002/07/05] ports/40241 trevor Update port: biology/xdrawchem to 1.4 (fi f [2002/07/06] misc/40273 dougb some more fortunes o [2002/07/06] misc/40280 I add uscanner entory o [2002/07/07] ports/40284 mi ports/x11/djvuplugin tarball no longer ex f [2002/07/07] ports/40294 ports-bugs New port: emulators/gpsim o [2002/07/07] misc/40297 Seagate STT8000A (ast0) atapi tape drive o [2002/07/07] misc/40298 using swapfile as /tmp o [2002/07/07] docs/40313 doc Grammar, wording, and clarifications for o [2002/07/08] misc/40325 UID changes not reflected in viewed file/ f [2002/07/08] ports/40344 edwin update of mail/ssmtp to 2.50.9 o [2002/07/08] 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 sysinstall with PCCARD<->ISA bridge gets o [2002/07/09] ports/40396 ports-bugs New port: Logging daemon for Linksys BEFS o [2002/07/10] ports/40411 ports-bugs apache-jserv port points to wrong locatio o [2002/07/10] docs/40423 doc Keyboard(4)'s definition of parameters to o [2002/07/10] docs/40443 doc Update books/faq/book.sgml for USB .ko's o [2002/07/11] ports/40452 wollman ports/www/mod_auth_kerb mastersite doesn' o [2002/07/12] ports/40511 sumikawa update for net/zebra (no-ipv6 option) f [2002/07/12] i386/40512 release i386 4.5 packages gnome/gnomeprin o [2002/07/12] ports/40514 ports-bugs New port: graphics/linux-ac3d easy to use o [2002/07/12] kern/40516 ti driver has no buadrate set o [2002/07/13] ports/40521 ports-bugs New ports math/blacs and math/scalapack: o [2002/07/13] ports/40525 ports-bugs [new port] mail/mew2-xemacs-devel-mule 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 o [2002/07/14] ports/40555 steve x11-toolkits/open-motif requires mkhtmlin o [2002/07/14] kern/40563 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/14] misc/40577 post-October 2001 Dell Inspiron 2500's (a o [2002/07/15] bin/40597 add /sbin/fdisk ability of showing extend o [2002/07/15] bin/40617 brian /usr/sbin/ppp is not able to bind the nat f [2002/07/15] misc/40632 psm0 busy: o [2002/07/16] misc/40657 Logitech iFeel usb mouse will not attach o [2002/07/16] ports/40659 dirk php3 and GD problem p [2002/07/16] standards/40669standards command command does not support `-p' opt o [2002/07/16] misc/40671 pthread_cancel doesn't remove thread from o [2002/07/17] ports/40689 keith ports/chinese/dia file not found on maste f [2002/07/17] misc/40693 the system reboot alone with no reason o [2002/07/17] ports/40699 portmgr allow exclude patterns in `make search` o [2002/07/17] www/40704 www Incorrect CGI settings in http://www.fi.F o [2002/07/17] ports/40705 ports-bugs Upgrade of gnome-commander to 0.9.8 o [2002/07/17] kern/40711 CT5880-C sometimes fails to output sound o [2002/07/18] ports/40742 kuriyama DSSSL Modular stylesheets not added to sg o [2002/07/18] kern/40745 Inconsistency between net/if.c and struct o [2002/07/18] ports/40756 ports-bugs insecure default options o [2002/07/19] kern/40763 [UPDATED PATCH] Introduction of non-stric o [2002/07/19] conf/40777 disktab does not support 2.88MB floppies o [2002/07/19] ports/40789 ports-bugs New port: graphics/gocr OCR (Optical Char o [2002/07/21] docs/40851 doc [PATCH] "mergemaster -p" in UPDATING's "C o [2002/07/21] conf/40855 psuedo-device bpf need note in LINT and G o [2002/07/21] ports/40866 ports-bugs sml-nj port CM autoloading compilation pr o [2002/07/21] ports/40870 ports-bugs New port: graphics/animabob Interactive 3 o [2002/07/22] ports/40904 ports-bugs new port: www/tclcurl o [2002/07/22] docs/40910 doc [PATCH] Typos & grammer fixes for /usr/sh o [2002/07/22] docs/40911 doc [PATCH] Minor improvements for /usr/share o [2002/07/22] ports/40915 billf Fix pkg-plist for net/ethereal o [2002/07/23] kern/40919 usage of ucred->cr_uid in sys/netinet/in_ o [2002/07/23] ports/40925 ports-bugs [new port] www/ljdeps - metaport for Live o [2002/07/23] kern/40926 After Upgrading or Clean Installing 4.6, o [2002/07/23] kern/40927 sound dies with pcm:play:0 play interrupt o [2002/07/23] kern/40933 make depend fails when building kernel fr o [2002/07/24] i386/40946 Possible way to cause a system to hang us o [2002/07/24] kern/40948 USB HP CDW8200 does not work o [2002/07/24] docs/40952 doc login.conf should mention that "idletime" o [2002/07/24] i386/40957 rarpd on laptops doesn't find interfaces, o [2002/07/24] bin/40958 apm on Acer TravelMate 351 could not resu o [2002/07/25] ports/40975 ports-bugs 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/26] bin/41012 brian /etc/periodic/daily/440.status-mailq assu o [2002/07/27] ports/41036 adamw New port: x11-wm/wmDeskGuide, a dockbar p o [2002/07/27] ports/41042 trevor Change print/acroread5 ln's command to -s o [2002/07/27] bin/41060 ready to import gzip 1.3.3 o [2002/07/27] bin/41070 added .warning in make(1) + two fixes o [2002/07/27] bin/41071 make NO to NO_ transition patch o [2002/07/28] ports/41082 ports-bugs New port: emulators/dosbox - emulator of o [2002/07/28] docs/41089 doc pax -B option does not mention interactio o [2002/07/29] misc/41107 file(1) command shows incorrect data (sig o [2002/07/29] docs/41110 doc "apropos linux" doesn't find brandelf o [2002/07/29] ports/41131 dirk adding some more configuration parameters p [2002/07/29] bin/41143 schweikh termcap entry incorrect for XFree86 xterm o [2002/07/30] ports/41156 dirk Port Update: www/mod_php4: Patch to scrip o [2002/07/30] bin/41159 new sed -c option to allow ; as a separat o [2002/07/30] docs/41167 doc adventure.6 man-page, add section AUTHORS o [2002/07/30] misc/41179 LD_LIBRARY_PATH security checks o [2002/07/30] bin/41190 in sed, report the { linenum instead of E o [2002/07/31] misc/41202 Upgrade to 4.6.1-RELEASE-p3 breaks remote o [2002/07/31] ports/41209 gnome www/mozilla browser serializes DNS lookup 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/07/31] kern/41220 [PATCH] Minor sk driver enhancements o [2002/07/31] ports/41224 dburr update port: textproc/yodl o [2002/08/01] misc/41238 problems with FreeBSD installation on a d o [2002/08/01] conf/41241 qa sysinstall build uses kbdcontrol keymaps o [2002/08/01] misc/41243 USB, getting full desc failed, HID device o [2002/08/02] ports/41259 ports-bugs Info directory change for various GNU Ema o [2002/08/02] docs/41263 doc [PATCH] Clarifications and minor grammer o [2002/08/02] docs/41270 doc confusing directions for kernelconfig cha o [2002/08/02] bin/41271 Non-suid-crontab. f [2002/08/03] kern/41281 njl USB scanning works only once a [2002/08/03] ports/41282 ports-bugs New_Ports japanese/stevie-* o [2002/08/04] bin/41307 libalias: logging of links lifecycle (add o [2002/08/04] misc/41309 brian security check scripts do not delete temp o [2002/08/04] bin/41310 Added ,,-d'' option to truss(1) for chang o [2002/08/04] www/41312 cvs RCS IDs are off-by-one in the NetBSD cvsw o [2002/08/04] ports/41314 ports-bugs amavis-perl is outdated (no longer suppor o [2002/08/04] kern/41317 trhodes reflect kernel building user for sudo-ers o [2002/08/04] ports/41320 ports-bugs New port : security/libprelude (part of P o [2002/08/04] ports/41321 ports-bugs New port : security/prelude-manager (part o [2002/08/04] ports/41324 ports-bugs New port : security/prelude-lml (part of o [2002/08/04] ports/41325 ports-bugs New port : security/prelude-nids (part of o [2002/08/04] misc/41328 ssh logins in 4.6.1 no longer give incomi o [2002/08/04] i386/41337 Compaq 900T syncs too high or incorrectly o [2002/08/05] bin/41341 johan "-vv" (very verbose) flag for chown o [2002/08/05] i386/41364 imp pccard: NewMedia "Bus Toaster" SCSI card f [2002/08/06] misc/41379 Cannot browse directory tree on FreeBSD m o [2002/08/07] misc/41397 no copyright or license on lib/libc/gen/s f [2002/08/07] i386/41398 Illegal instruction Core Dumped o [2002/08/07] ports/41400 benno sgmltools-lite update to 3.0.3 o [2002/08/07] kern/41415 Some USB scanner cannot talk to uscanner o [2002/08/07] docs/41423 doc Update FAQ: attrib command for windows du o [2002/08/07] ports/41434 ports-bugs New port: www/light: another Mozilla-base f [2002/08/08] ports/41439 ports-bugs [MAINTAINER UPDATE] security/fwbuilder -> o [2002/08/08] ports/41444 portmgr ports system fails to check for non-base o [2002/08/08] docs/41449 ceri [PATCH] Missing word in DNS info in Handb s [2002/08/08] ports/41452 wjv games/newkind does not compile due to all o [2002/08/08] ports/41461 ports-bugs New port: graphics/irit Solid modelling s o [2002/08/09] ports/41464 ports-bugs New port Cybercalendar 1.8.2: web based c o [2002/08/09] ports/41468 kuriyama xhtml port needs to be updated for XHTML o [2002/08/09] kern/41489 nge(4) works as a module, but fails when f [2002/08/09] misc/41490 C-Media 8738 sound card static o [2002/08/09] i386/41495 panic: timeout table full when installing o [2002/08/09] ports/41510 ports-bugs New port: graphics/i3d 3D modeling progra o [2002/08/10] misc/41515 jhb boot0cfg corrupts slice table o [2002/08/10] bin/41526 symlinked mount points get mounted more t o [2002/08/11] kern/41543 emulation Easier wine/w23 support o [2002/08/11] kern/41555 Add support of VScom titan PCI-800L f [2002/08/11] bin/41556 obrien [PATCH] wtmp patch for lukemftpd f [2002/08/11] ports/41562 mph New port: inform-glk o [2002/08/11] misc/41566 obrien file(1) out of date p [2002/08/12] standards/41576standards POSIX compliance of ln(1) o [2002/08/12] docs/41578 doc Incorrect #include in the usb(4) manpage o [2002/08/12] ports/41579 ports-bugs New port: Small LDAP-to-KAB (KDE Address o [2002/08/12] docs/41580 doc usb(4) manpage: Structures' fields aren't a [2002/08/12] bin/41583 assorted mtree bugs (+fixes) o [2002/08/12] ports/41601 ports-bugs New port: graphics/gltt TrueType fonts re o [2002/08/13] kern/41631 PATCH to add sysctl knob to disable clone o [2002/08/14] ports/41673 ports-bugs New port: igal, image gallery generator o [2002/08/14] misc/41674 iostat column formatting overlaps o [2002/08/14] ports/41678 ports-bugs New port: xfwm4 is a gtk2 WM ideal for us f [2002/08/16] misc/41711 setup uses a to small disk o [2002/08/16] ports/41719 ports-bugs databases/dbview field positions of outpu o [2002/08/17] i386/41743 No sound from SiS630s controller o [2002/08/17] misc/41744 qa Cannot stop comat22 from being extracted o [2002/08/17] ports/41755 max Wrong letters in Canna iroha dictionary o o [2002/08/18] docs/41761 doc Update for /ru/internal/ part of site o [2002/08/18] misc/41771 '/etc/ttys' and X p [2002/08/18] conf/41772 dougb can't disable keybell o [2002/08/19] ports/41773 ports-bugs new port: x11-servers/Mozdev-PrintServer o [2002/08/19] ports/41784 ports-bugs vmware2 causes panic on recent -current o [2002/08/19] docs/41787 doc man page for route (Section 8) missing de o [2002/08/19] docs/41791 doc Documentation formatting error o [2002/08/19] docs/41807 doc natd -punch_fw "bug" o [2002/08/20] kern/41812 patch to detect/function AMD768 SMBus 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/20] ports/41829 ports-bugs New port: mail/squirrelmail-devel o [2002/08/20] ports/41836 ports-bugs new port - virus filtering tool for qmail o [2002/08/21] ports/41839 ade devel/libtool 1.3.4 port patch files inco o [2002/08/21] conf/41855 improvment of /etc/rc.diskless2 script o [2002/08/21] kern/41856 VESA splash screen problems on ThinkPad 2 o [2002/08/21] docs/41879 doc cleanup to DOCROOT/share/sgml/freebsd.dsl o [2002/08/22] bin/41902 [PATCH] Add queue depth to systat -v disk o [2002/08/22] ports/41904 brian net/pppoa: Fix Makefile to fetch correct f [2002/08/22] ports/41906 ports-bugs New port: net/ldapbrowser: Java-based LDA o [2002/08/22] ports/41909 ade libtool substitution in bsd.port.mk break o [2002/08/22] ports/41916 ports-bugs New Port: mail/dsbl-testers o [2002/08/22] docs/41919 doc MINI kernel for bootfloppy (Handbook p.34 o [2002/08/23] misc/41947 hexdump(1) unprintable ASCII enhancement o [2002/08/23] misc/41949 qa sysinstall sorts /etc/rc.conf during netb o [2002/08/24] ports/41971 ports-bugs New Port: sysutils/ipfw-manager o [2002/08/25] ports/42018 ports-bugs pkg_info with PKG_PATH searches through t o [2002/08/25] 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] ports/42072 ports-bugs New port: mail/wmymail: Report new mail i o [2002/08/27] ports/42073 ports-bugs New port: x11/wmxss o [2002/08/27] misc/42084 luigi PicoBSD's 'netstat -i' reports negative I o [2002/08/27] ports/42110 ports-bugs New port: The ACE ORB 1.2.1 o [2002/08/28] ports/42113 ports-bugs New port: lgeneral-data, data files requi o [2002/08/28] ports/42134 ports-bugs linux-gtk PORTREVISION contaminates other o [2002/08/28] gnu/42154 [patch] gnu: libobjc redefines MIN and MA o [2002/08/29] i386/42162 qa Installation (sysinstall) crashes, md0c f o [2002/08/29] misc/42167 du uses linear search for duplicate inode o [2002/08/29] docs/42182 trhodes Making Dedicated Mode disks doc out of da o [2002/08/29] ports/42184 obrien mutt port does not build or install all d o [2002/08/30] ports/42197 obrien [patch] make ports/editors GNOMENG aware o [2002/08/30] docs/42210 gioria doc/en_US.ISO8859-1/articles/releng/branc f [2002/08/30] bin/42213 moused(8) seems to delay some mouse event o [2002/08/30] bin/42217 libdisk segfaults with 1024 bytes/sector o [2002/08/30] ports/42218 ports-bugs [PATCH] Cleanup mail/ezmlm-web and bump P o [2002/08/31] kern/42274 jlemon Convert defined variable into tuneable as a [2002/08/31] bin/42275 roam [patch] sftp coredump if file specified b o [2002/08/31] ports/42280 ports-bugs New port: florist (Ada-POSIX bindings) o [2002/09/01] ports/42281 ports-bugs lang/rexx-imc - addition of UPPER patch o [2002/09/01] docs/42293 doc copystr(9) man page incorrectly describes o [2002/09/01] ports/42295 perky New port: Webware for Python (Web applica o [2002/09/01] ports/42296 ports-bugs New port: mod_webkit (adapter between Web o [2002/09/02] misc/42336 [PATCH] ISO-fication of /usr/src/contrib/ o [2002/09/02] bin/42338 pccard_ether should run ipf -y if ipfilte o [2002/09/02] ports/42347 trevor Patch to bring x11-wm/openbox port up to o [2002/09/03] ports/42360 ports-bugs NEW PORT: mail/aileron, WINGs mail client o [2002/09/03] ports/42371 ports-bugs libncurses.so.4 missing from ports/emulat o [2002/09/03] misc/42373 mtm Update to rc scripts to make interface al o [2002/09/03] ports/42378 ports-bugs New port: science/at Acoustic ToolBox o [2002/09/03] bin/42385 clean libatm code from warnings 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 o [2002/09/03] www/42389 www FreeBSD web site navigation bar not worki p [2002/09/04] kern/42404 TIOCSCTTY not implemented in linuxulator o [2002/09/04] misc/42410 cvsup and cvsup-without-gui packages don' o [2002/09/04] misc/42414 Booting SMP with 2 Xeon CPUs on Intel SE7 o [2002/09/04] bin/42419 syslog enhancement for the nologin shell o [2002/09/04] ports/42420 dirk mnoGoSearch support added to www/mod_php4 o [2002/09/04] misc/42422 dbm_delete returns -1 instead of 1 when t o [2002/09/04] ports/42427 motoyuki New port apache13-modssl+ipv6 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] i386/42439 i386/apm: battery time reported incorrect o [2002/09/05] kern/42442 problem in idlequeue/debugging mode ? o [2002/09/05] misc/42461 mdodd if_wi_pci.c,if_wi_pccard.c lack device_re o [2002/09/05] bin/42464 mike [PATCH] killall(1) : Add support for jail o [2002/09/05] kern/42466 linux: 'ipc' typ=258 not implemented o [2002/09/05] misc/42467 netstat -s does not include fabricated pk o [2002/09/05] misc/42468 mount_smbfs incorrectly handled configura o [2002/09/06] misc/42469 After mounting by mount_smbfs directories f [2002/09/06] misc/42470 When install packages FreeBSD read very s o [2002/09/06] ports/42483 cy misc/screen problem with editors/vim-lite o [2002/09/06] conf/42497 rc.network lacks IKE daemon startup o [2002/09/07] ports/42503 kde kuser tries to create the wrong Mailbox o [2002/09/07] ports/42509 ports-bugs Update port: security/saint to 3.5.6 o [2002/09/08] misc/42558 www http://www.freebsd.org/search produces in s [2002/09/09] ports/42593 arved Maintainer update: openag version 1.1.1 ( o [2002/09/09] java/42595 glewis java/jdk13: Math.pow function from applet o [2002/09/09] bin/42609 pkg_info -qg doesn't handle missing files o [2002/09/10] i386/42641 Pam SSH authentication don't work o [2002/09/10] ports/42642 fanf cfexecd needs symlink, cfexecd, cfservd a o [2002/09/10] ports/42649 marcel linux_kdump port for source dirs != /usr/ o [2002/09/11] bin/42655 added new command 'checkpoint' to show an o [2002/09/11] misc/42663 pw useradd assigns unique UID's to multip f [2002/09/11] ports/42667 ports-bugs Update cccc port to 3.pre63 o [2002/09/11] ports/42668 grog port instant-workstation should be update o [2002/09/12] ports/42696 ports-bugs New port: security/libsectok_pcsc: Smartc o [2002/09/12] ports/42708 wjv update biology/emboss to EMBOSS-2.5.1 o [2002/09/13] bin/42725 dwmalone Patch for calendar to support Hungarian n o [2002/09/13] kern/42728 many problems in src/usr.sbin/ppp/* afte o [2002/09/13] bin/42732 Seg fault in mount_nfs o [2002/09/13] misc/42761 No 'pscr' key defined in pl_PL.ISO8859-2. 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/14] ports/42790 ports-bugs New Port - www/suphp : A pretty PHP wrapp o [2002/09/15] bin/42803 tconv, tic, captoinfo binaries missing fr o [2002/09/15] conf/42807 /etc/netstart doesn't run /etc/defaults/p o [2002/09/15] kern/42816 file: table is full message o [2002/09/16] ports/42839 roam New Port: Weedns o [2002/09/16] ports/42840 dirk lang/php4 and www/mod_php4 need a newer m o [2002/09/16] kern/42858 Support for Netgear FA-511 pccard. f [2002/09/17] i386/42865 signal 11 caught repeatable during instal o [2002/09/18] misc/42934 installation procedure on install floppie o [2002/09/18] misc/42943 fd 0,1,2 should not be set to nonblock in o [2002/09/19] misc/42956 dlclose gives "invalid shared object hand o [2002/09/19] kern/42967 Sony MemoryStick problems with umass driv o [2002/09/19] bin/42974 [patch] ISO 8601 date format option o [2002/09/19] kern/42977 FreeBSD installer doesn't probe past EISA o [2002/09/20] ports/42985 tobez Perl5 port doesn't build automatically on o [2002/09/20] ports/42986 ports-bugs New Port: libwhisker HTTP testing library o [2002/09/20] bin/43139 /sbin/route -host option doesn't always s o [2002/09/20] ports/43142 ports-bugs New port: AlsaPlayer is an audio player w 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 a [2002/09/21] ports/43171 ports-bugs Port misc/upclient setgid kmem o [2002/09/21] misc/43177 markm Updates and additions to src/games/quiz/d o [2002/09/21] kern/43217 sos ata: strange fallback to PIO mode o [2002/09/22] misc/43262 command 'shutdown -r' (also reboot) cause o [2002/09/22] ports/43273 portmgr [patch] make bsd.port.mk checksum check a f [2002/09/23] ports/43282 dirk SONY CD-RW CRX10U don't work with FreeBSD o [2002/09/23] ports/43313 ports-bugs New Port: nikto web and CGI vulnerability o [2002/09/24] ports/43324 kde kdebase: kdm config file overwritten when p [2002/09/24] kern/43348 cjc PATCH: make tcp.log_in_vain distinguish S 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] misc/43368 pkg_create fails if target directory does o [2002/09/25] bin/43372 Broken struct ufs_args in ufsmount.h o [2002/09/26] ports/43394 ports-bugs New port yptransitd, an nss_ldap replacem o [2002/09/26] docs/43410 doc hardware-i386.html doesn't even mention p o [2002/09/27] docs/43416 doc pw(8) -u uidmin,uidmax feature is out of o [2002/09/27] kern/43426 mlockall and munlockall system calls are o [2002/09/29] ports/43466 ports-bugs editors/gnuserv: gnuserv.el should be mod o [2002/09/29] misc/43470 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 dhcp.* values not set in kenv by bootp cl o [2002/09/29] misc/43476 rc.* uses kenv - which is in /usr/bin o [2002/09/29] misc/43483 installation: missing '\n' (newline) in d o [2002/09/29] ports/43484 assar Update port net/arla to 0.35.9 o [2002/09/29] misc/43492 fsck hard to 'switch' off in diskless or o [2002/09/29] misc/43494 wish: resolv.conf created (again) later i o [2002/09/29] misc/43495 awk - rc/diskless references by full path o [2002/09/29] misc/43496 touch - rc/diskless references by full pa o [2002/09/29] misc/43497 mount -t nfs -> crunchgen incompatible o [2002/09/29] conf/43500 rc.syscons "allscreens" improvements o [2002/09/30] www/43530 www [PATCH] Add also HTTP_X_FORWARDED_FOR hea o [2002/09/30] ports/43537 mharo portlint 2.3.3 does not handle URLs that o [2002/09/30] misc/43539 Cannot mout floppy on Compaq Proliant ML3 a [2002/09/30] ports/43540 arved Update Port net/cnet 1.7.7 -> 2.0.3 o [2002/09/30] misc/43543 cdboot does not handle 'relaxed' ISO9660 f [2002/09/30] misc/43547 ppp will not connect to att worldnet over o [2002/10/01] alpha/43561 jhb kern_shutdown.c uses time_t as 'long int' o [2002/10/01] ports/43565 znerd jakarta-tomcat41 port breaks upgrades o [2002/10/01] docs/43569 doc src/share/examples/worm/README out-of-dat o [2002/10/01] bin/43574 sos burncd prints incorrect output when using 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/02] java/43602 glewis jdk13 does not honor WRKDIRPREFIX o [2002/10/02] kern/43610 static-ize some symbols in digi driver o [2002/10/02] kern/43611 static-ize some symbols in sys/crypto o [2002/10/02] kern/43613 static-ize symbol in smbfs code o [2002/10/02] kern/43616 static-ize some functions in sys/net/zlib o [2002/10/03] docs/43622 trhodes Undocumented modules (missing man pages) o [2002/10/03] kern/43623 grog vinum: 'readpol prefer' option broken [pa o [2002/10/03] ports/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] ports/43656 ports-bugs New version of subversion r3200 (0.34.2) o [2002/10/04] ports/43667 ume RC_NG script for mail/cyrus_imapd o [2002/10/04] ports/43668 ume RC_NG script for mail/cyrus_imapd2 o [2002/10/04] ports/43669 dirk RC_NG script for databases/mysql323-{serv o [2002/10/04] ports/43670 ports-bugs RC_NG script for net/openldap12 o [2002/10/04] ports/43671 ports-bugs RC_NG script for net/openldap20 o [2002/10/04] ports/43672 ume RC_NG script for security/cyrus_sasl + Up o [2002/10/04] ports/43673 ume RC_NG script for security/cyrus_sasl2 o [2002/10/04] bin/43675 tjr uniq prints last, not first of the identi f [2002/10/04] ports/43679 znerd Error starting jakarta-tomcat41 o [2002/10/05] kern/43716 puc driver does not recognize Lava Dual-6 o [2002/10/05] ports/43718 ports-bugs New port: x11-wm/icebgset (set IceWM back p [2002/10/06] bin/43752 des [PATCH] find -not is not o [2002/10/07] ports/43764 ports-bugs New port: audio/wavemagic - An audio play o [2002/10/07] ports/43771 ports-bugs LaTeX ports mixed between print and textp o [2002/10/07] ports/43773 ports-bugs xmaddressbook complains when run, does no o [2002/10/07] ports/43774 ports-bugs Allow users to build security/cyrus_sasl o [2002/10/07] conf/43800 Belkin 10/100 Base-TX PCMCIA card not rec o [2002/10/07] ports/43804 ports-bugs new port: sysutils/getopt (Frodo Looijaar o [2002/10/07] conf/43805 Asante' FriendlyNet AeroLAN AL1011 802.11 o [2002/10/07] ports/43809 adamw patch for audio/gdcd o [2002/10/08] bin/43819 changed truss output for utrace calls o [2002/10/08] bin/43823 [PATCH] update to environ(7) manpage o [2002/10/08] misc/43825 qa please remove object files in source (src o [2002/10/08] bin/43826 mbr dhclient on 'no carrier' interfaces takes 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 f [2002/10/09] docs/43864 doc Minor documentation to add o [2002/10/09] ports/43880 ports-bugs Names of Emacs ports are misleading o [2002/10/10] misc/43886 markm local exploitable overflow in rogue o [2002/10/10] ports/43892 ports-bugs Enable use of keynote with security/isakm o [2002/10/10] i386/43896 Missing "syscall fstat64" in linux emulat o [2002/10/10] docs/43899 doc incorrect info in man page for fetch (8) o [2002/10/10] misc/43905 kqueues: EV_SET(kevp++, ...) is non-int o [2002/10/10] ports/43909 kde kscd should no longer default to rmatcd0c a [2002/10/10] ports/43910 marcus Update port: lang/guile to 1.6.0 (maybe i o [2002/10/10] ports/43911 grog instant-workstation depend annoyance o [2002/10/11] kern/43916 Olicom OC-2220 (PC-card) hangs on ifconfi o [2002/10/11] java/43925 java New port: net/beepcore-java (supersedes p o [2002/10/11] java/43929 java linux-ibm-jdk core dumps without System.e o [2002/10/11] conf/43931 imp New pccard entry for Netgear CF Wireless o [2002/10/11] bin/43938 ntpd binds to local aliases o [2002/10/11] docs/43941 doc Rationale for Upgrade Sequence o [2002/10/11] ports/43942 ports-bugs New port submission: security/hydra o [2002/10/11] java/43947 znerd Checkstyle port should install checkstyle o [2002/10/11] ports/43956 ports-bugs New port: x11-wm/ion-devel o [2002/10/12] misc/43979 After a binary upgrade, kernel with ipf f o [2002/10/12] docs/43980 darrenr ipf(5) missing "gre" keyword o [2002/10/12] misc/43989 missing tabs in calendarfiles o [2002/10/12] bin/43994 sshd gives fatal while logging off o [2002/10/13] ports/43997 ports-bugs New port: www/apache13-modsnmp: apache-1. o [2002/10/13] ports/44019 ache Fixes for ftp/wu-ftpd-2.6.2 o [2002/10/13] ports/44028 ports-bugs courier "make install" fails o [2002/10/13] 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/44044 4.7-R Freezes half the times snd.ko is lo o [2002/10/14] conf/44050 CVSUPIT package when installed from /stan o [2002/10/14] misc/44058 /dev/ch* is created without group write p o [2002/10/14] docs/44074 doc ln(1) manual clarifications [patch] o [2002/10/15] conf/44090 pppoa authentication failure? on FreeBSD p [2002/10/15] ports/44095 mjacob Fix Installation of Manpages, portlint sy o [2002/10/15] kern/44098 RealTec-based NIC initialization problem o [2002/10/15] ports/44099 mharo portlint-2.3.3 give false errors on URLs 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/15] i386/44127 About usb flash boot disk! o [2002/10/16] bin/44137 "make most" fails on rmail (RELENG_4) o [2002/10/16] misc/44150 Diskless kernel may crash, depends on the o [2002/10/16] ports/44151 ade Update libtool to 1.4.3 o [2002/10/16] ports/44153 kris [patch] Update net/xprobe to 0.0.2 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/17] bin/44188 cannot install FreeBSD 4.0-4.6 to Compaq o [2002/10/17] bin/44200 ftp site keeps sockets open. o [2002/10/18] bin/44212 Unify 'recursive' options -r and -R o [2002/10/18] kern/44215 PUC driver support for Moxa C320 Intellio o [2002/10/18] docs/44217 doc Problematic PDF version of handbook for 4 o [2002/10/18] kern/44218 Init dies during boot after upgrade from o [2002/10/18] java/44219 java Update port: textproc/cocoon to 2.0.3 o [2002/10/18] ports/44225 green Update port: emulators/snes9x to 1.39 (fi o [2002/10/18] bin/44238 luigi [PATCH] syntax-check option for ipfw2 o [2002/10/18] ports/44241 fanf Update: sysutils/cfengine2 o [2002/10/18] java/44251 java Create stylebook port o [2002/10/18] ports/44252 anholt XFree86-Servers port removes/overwrites c o [2002/10/19] ports/44258 obrien pkg_update ate my Muttrc o [2002/10/19] kern/44260 LINT does not list pseudo-device tap o [2002/10/19] ports/44261 will [patch] astro/xplanet - make it working u o [2002/10/19] i386/44262 Problems with nrp driver o [2002/10/19] misc/44265 pkg_update does not preserve +REQUIRED_BY o [2002/10/19] kern/44267 One more modem PNP id for /usr/src/sys/is o [2002/10/19] ports/44270 ports-bugs New port: net/bind9-sdb-ldap o [2002/10/19] ports/44273 dwcjr improved samba start script o [2002/10/19] java/44275 java New Port: netbeans-ide o [2002/10/19] bin/44277 devinfo is not C++ safe o [2002/10/19] conf/44282 /etc/rc.d/sysctl script works incorrectly o [2002/10/19] misc/44286 /etc/defaults/rc.conf uses the obsolete n o [2002/10/19] kern/44293 thomas Unable to access audio CD under Linux emu o [2002/10/20] ports/44305 ports-bugs New port: java/xdoclet (an extended Javad o [2002/10/20] misc/44307 UTF-8 locales support o [2002/10/20] bin/44310 make ppp(8) add clients MAC address to al o [2002/10/20] ports/44319 ports-bugs update port of mail/minimalist to the lat o [2002/10/21] ports/44327 ports-bugs databases/posgtresql7 port doesn't automa o [2002/10/21] bin/44329 wish for systat o [2002/10/21] kern/44333 [PATCH] make A4-tech RFSW-35 mouse's whee a [2002/10/21] java/44335 znerd devel/jakarta-ant does not install man pa o [2002/10/21] docs/44337 doc [PATCH] netstat(1) manual references none o [2002/10/21] bin/44343 [PATCH] sbin/fsdb.c o [2002/10/21] kern/44365 introduce ulong and unchar types o [2002/10/21] kern/44372 some kernel options prevent NTP clock syn o [2002/10/22] ports/44378 dirk Can't compile mod_php4 for apache2 o [2002/10/22] misc/44379 libutil: property.c, properties_read() ba o [2002/10/22] java/44380 java patch for java-commapi-freebsd o [2002/10/22] ports/44393 green Bug in emulators/snes9x -- superfluous "& o [2002/10/22] standards/44394alfred restrict qualifiers missing from sys/sock o [2002/10/23] docs/44400 doc ipfw(8) has contradictions in bridged and o [2002/10/23] ports/44424 obrien install error in /usr/ports/mail/mutt (mu o [2002/10/23] standards/44425standards getcwd() succeeds even if current dir has o [2002/10/24] ports/44430 ports-bugs New port: xalan-c v. 1.4 (XSLT engine and 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/24] i386/44438 Realtek NIC hangs after resume from acpi o [2002/10/24] kern/44439 puc doesn't find all 4 ports on SIIG Cybe o [2002/10/24] kern/44450 USB support FAILURE for device that was s o [2002/10/25] ports/44464 ports-bugs Ports addition f [2002/10/25] misc/44470 mouse freezed! o [2002/10/26] misc/44500 AC1001 Gigabit NIC Worked o [2002/10/26] kern/44508 4.7R boot delay on ata o [2002/10/26] ports/44511 openoffice openoffice-devel won't build f [2002/10/28] ports/44560 ports-bugs Update net/gnugadu from 0.2.0 to 0.2.4 o [2002/10/28] ports/44565 ports-bugs NEW PORT: devel/libds (Useful data struct o [2002/10/28] i386/44580 NFS updates file access time when file is o [2002/10/29] misc/44587 dev/dpt/dpt.h is missing defines required f [2002/10/29] ports/44589 trevor [patch] Unbreak audio/csound by updating o [2002/10/29] docs/44594 doc Handbook doesn't mention drivers.flp for o [2002/10/29] ports/44712 tg python port doesn't install symlink as 'p o [2002/10/29] ports/44715 bp novell ncp client does not install f [2002/10/29] conf/44717 dougb update login.conf and unify login capabil o [2002/10/30] misc/44747 strange echoes in sound when using PLIP o o [2002/10/30] ports/44757 ports-bugs New port: TLS/SSL-aware FTP client (BSDft o [2002/10/30] ports/44758 nork Port emulators/vmware2 has a hard-code pa o [2002/10/30] i386/44762 sound (ie, not system beeps) stop working f [2002/10/30] ports/44768 ports-bugs [Port Fix]: games/xblackjack-2.2 o [2002/10/31] ports/44786 ports-bugs New port: devel/picp o [2002/10/31] ports/44796 dirk www/mod_php4: Add support for Oracle7 o [2002/10/31] conf/44800 RC_NG for local rc scripts o [2002/11/01] ports/44816 ports-bugs new port ngircd o [2002/11/02] ports/44831 dirk PORTS Uprade: mod_php4-4.2.3_1 o [2002/11/02] ports/44836 ports-bugs New port: hunch - Scan httpd log files, f o [2002/11/03] ports/44854 ports-bugs [PATCH] add xaw3d build option to games/x o [2002/11/03] ports/44858 dirk build of mod_php4 fails at iconv o [2002/11/03] ports/44861 markp several games ports are missing their sco o [2002/11/03] ports/44863 alane New port: Ksplash-ML, a themeable ksplash o [2002/11/04] kern/44872 dgb driver update o [2002/11/04] ports/44875 portmgr PYTHON_VERSION statement in make.conf add o [2002/11/04] ports/44877 portmgr shorter names for REINPLACE_CMD, USE_REIN o [2002/11/04] misc/44894 as a local non-root user and remote it's o [2002/11/04] ports/44909 ports-bugs New port: Krusader 1.11, a two window fil o [2002/11/04] misc/44915 'choose installation media' choose CD-ROM o [2002/11/04] java/44922 java JVM crash o [2002/11/05] ports/44932 ports-bugs New port: xtr o [2002/11/05] ports/44949 ports-bugs New port Squid Access Report Generator o [2002/11/05] ports/44953 ports-bugs make install of apsfilter-7.2.3 fails wit o [2002/11/05] 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/07] ports/45127 taoka correct fetch for x11/xco o [2002/11/08] gnu/45137 peter [PATCH] CVS 1.11.2 cannot reuse log messa o [2002/11/08] ports/45148 jhb fix fetch and build for x11/eweather and o [2002/11/09] bin/45156 sshd won't display last login information o [2002/11/09] ports/45158 tobez perl5.8 port should have an option to com o [2002/11/09] ports/45166 ports-bugs New port: emulator/fceu o [2002/11/09] www/45169 www suggested update for ports index page on o [2002/11/09] ports/45180 ports-bugs New port (split out from old port): net/s o [2002/11/09] kern/45182 fm801.c does not recognize a FM801 based o [2002/11/10] bin/45193 [PATCH] truss can't truss itself o [2002/11/10] ports/45205 dirk [PATCH] www/mod_php4: Fix OpenSSL use for o [2002/11/11] docs/45214 brueffer [PATCH] Fix sorting in Additional Contrib o [2002/11/11] docs/45215 brueffer [PATCH] Fix sorting in Additional Contrib o [2002/11/11] ports/45216 joerg devel/bcc port is incomplete o [2002/11/11] misc/45222 daily rejected mail hosts report too long o [2002/11/11] conf/45226 Fix for rc.network, ppp-user annoyance o [2002/11/11] ports/45227 ports-bugs problems building/installing db3 and open o [2002/11/11] 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 tar --listed-incremental fails for Solari o [2002/11/12] ports/45247 ports-bugs New port: www/scoop collaborative media o [2002/11/12] misc/45254 qa Sysinstall installs things it should not a [2002/11/13] bin/45269 dougb heap documentation o [2002/11/13] misc/45273 contrib/smbfs: error in examples/dot.nsmb o [2002/11/13] ports/45275 ports-bugs New port for "Simplicity for Java" a Java o [2002/11/14] kern/45285 Support for yet another PCI multiport car o [2002/11/14] ports/45289 mita ja-dvi2ps-3.2 does not handle \special co o [2002/11/14] kern/45291 kevent(2) ignores timeout if nevents == 0 o [2002/11/14] kern/45293 kevent denies to observe /dev/tty o [2002/11/14] docs/45294 doc LINT notes are murky re PQ_CACHESIZE sett o [2002/11/14] ports/45298 ports-bugs [PATCH] make ratpoison 1.1.1 usable o [2002/11/14] ports/45301 anders [UPDATE] Update security/fpm to use GNOME o [2002/11/15] ports/45316 ports-bugs new-port: game, train control simulation o [2002/11/15] ports/45320 ports-bugs New Port: OFM - The open filemanager o [2002/11/15] ports/45323 dirk No zip support option in www/mod_php4 o [2002/11/15] ports/45329 ports-bugs New port: xnodecor (x11 utility on Overri o [2002/11/16] bin/45333 [PATCH] New option -r for chown and chgrp o [2002/11/16] ports/45343 torstenb Metamail 2.7 incorrectly patched [PATCH] f [2002/11/16] ports/45351 ports-bugs lang/sr fails to compile on -CURRENT o [2002/11/16] ports/45357 jmz PATCH: textproc/ispell - added bulgarian o [2002/11/16] ports/45360 portmgr [patch] add SITE_PERL / ARCH_PERL variabl o [2002/11/17] docs/45371 doc man page for exports lacks information on o [2002/11/18] ports/45394 wjv update biology/emboss from 2.4.1 to 2.5.1 o [2002/11/18] ports/45401 ports-bugs New ports: security/sslsniffer (SSLv3/TL o [2002/11/18] ports/45414 portmgr make update in /usr/ports missing default o [2002/11/18] ports/45420 trevor Update port: biology/xdrawchem to 1.6 (fi o [2002/11/18] ports/45453 trevor Update port: x11-wm/evilwm to 0.9.11 o [2002/11/18] ports/45462 ports-bugs Latest version of XML::Twig. o [2002/11/19] ports/45469 alane [patch] bsd.ports.mk: automatic USE_PERL5 o [2002/11/19] bin/45486 Support for human readble (-h/-H) output o [2002/11/19] ports/45491 ports-bugs New Port: apache-soap (Apache SOAP Toolki o [2002/11/19] ports/45496 ports-bugs [New Port] www/mod_layout2 : mod_layout A f [2002/11/19] ports/45501 edwin new port: net/hinfo, look up host info fo o [2002/11/19] ports/45502 ports-bugs [New Port] www/mod_accounting : An Apache o [2002/11/20] ports/45522 ports-bugs new port database/WWWdb-0.8.2 f [2002/11/20] ports/45526 edwin New port: math/maxima -- symbolic compute o [2002/11/20] ports/45534 trevor x11-wm/openbox: Update to 2.2.1 (testing) o [2002/11/20] bin/45547 sos a patch to make burncd handle .wav files. o [2002/11/20] ports/45548 wjv Port upgate: textproc/py-csv to 1.0 o [2002/11/21] www/45560 www russian FAQ trouble on www.FreeBSD.org o [2002/11/21] ports/45576 ports-bugs port lcms fails test after build on curre a [2002/11/22] bin/45584 tjr read builtin function of sh does not read o [2002/11/22] ports/45596 dwcjr net/samba v2.2.7 fetch error - maybe a fi o [2002/11/22] ports/45605 ports-bugs New port: rbl-milter, a sendmail milter f [2002/11/22] ports/45607 edwin New port: french/grisbi, a french finance o [2002/11/22] conf/45608 qa Install should config all ether devices, o [2002/11/22] ports/45612 marcel port devel/linux_kdump does not compile o [2002/11/22] ports/45613 portmgr make update doesn't o [2002/11/23] bin/45659 portmap can not be bound to only loopback f [2002/11/24] ports/45681 sada Update port: chinese/chitex o [2002/11/24] kern/45684 systat -vmstat reports "alternate system o [2002/11/24] i386/45692 ACPI error on Acer motherboard o [2002/11/24] ports/45693 ports-bugs New port: net/gkrellmmultiping2 f [2002/11/24] ports/45695 ports-bugs pnet upgrade 0.4.4 -> 0.4.8 f [2002/11/24] ports/45696 ports-bugs new port, lang/pnetlib o [2002/11/24] bin/45701 markm spelling error in rogue o [2002/11/25] docs/45702 doc Error in manual page ssh_config(5) o [2002/11/25] misc/45704 [PATCH] request to change cp866b to cp866 o [2002/11/25] ports/45712 sobomax [UPDATE] games/teg to 0.11.0 o [2002/11/25] ports/45714 ports-bugs New Port: KMyIRC o [2002/11/25] bin/45729 make rbootd transfere the default file if o [2002/11/25] standards/45738tjr sh "unset" built-in violates IEEE Std 100 o [2002/11/26] bin/45749 [PATCH] rm -f in MS-DOS directory o [2002/11/26] kern/45753 linux-sun-jdk1.4.1 calls SIOCGIFCONF ioct o [2002/11/26] ports/45771 ports-bugs OffiX printer doesn't find printer o [2002/11/26] ports/45782 ports-bugs [patch] fix fetch and update version for o [2002/11/26] kern/45785 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/27] ports/45801 billf ports/textproc7word2x is gone o [2002/11/27] ports/45804 openoffice editors/openoffice should use USE_JAVA f [2002/11/27] ports/45812 ports-bugs New port for print/mup o [2002/11/28] bin/45817 [PATCH] Fortune files are needlessly rand o [2002/11/28] misc/45830 KDC has problems when listening to IPv6 a o [2002/11/29] bin/45838 libusbhid needs small patch to report nam o [2002/11/29] misc/45839 [PATCH] Remove some duplicate fortunes o [2002/11/29] ports/45843 dbaker sysutils/3dm - needs to detect and create p [2002/11/30] misc/45874 ache [PATCH] FreeBSD does not know about ca_ES o [2002/11/30] ports/45886 ports-bugs New ports: japanese/trr* o [2002/12/01] bin/45896 dwmalone setnetgrent() should return error code o [2002/12/01] ports/45899 brian Packaging list for vlc-0.4.4 is incomplet o [2002/12/01] ports/45905 edwin [repocopy waiting] New port: devel/rt3 o [2002/12/01] ports/45909 ports-bugs New port: Python DBI Sybase module o [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/03] ports/45963 anders the port looks for majordomo.cf in /etc o [2002/12/03] ports/45965 ports-bugs new port: sysutils/fonteditfs o [2002/12/03] bin/45967 telnetd does not set SO_DEBUG for -debug o [2002/12/03] kern/45968 des linprocfs is missing maps o [2002/12/03] ports/45977 dbaker New version of FreeBSD dnet client releas o [2002/12/05] ports/46005 ports-bugs New port: ginsu - a client for the gale s o [2002/12/05] kern/46014 thomas atapi-cam: cd0c errors o [2002/12/06] ports/46024 ports-bugs palm/plucker-1.2 doesn't work with python a [2002/12/06] ports/46032 gnome net/gabber doesn't work on -CURRENT o [2002/12/06] ports/46034 ports-bugs new ports: mantis o [2002/12/06] ports/46040 ports-bugs request to repo copy www/dansguardian to o [2002/12/06] ports/46041 ports-bugs port update: www/dansguardian to version o [2002/12/06] ports/46042 ports-bugs port update: www/dansguardian-devel to v o [2002/12/07] conf/46062 Remove skel from BSD.root.dist. o [2002/12/07] ports/46063 ports-bugs New port: USB FM Radio Control utility o [2002/12/07] ports/46065 ports-bugs [patch] fix fetch for devel/libvanessa_* o [2002/12/07] ports/46070 ports-bugs [patch] fix fetch and update version for o [2002/12/07] ports/46077 ports-bugs [patch] fix fetch for devel/gsnes9x o [2002/12/07] kern/46080 ipfw [PATCH] logamount in ipfw2 does not defau o [2002/12/07] ports/46089 ports-bugs multimedia/xmms Vorbis plugin built incor o [2002/12/08] ports/46092 tg ports/print/acroread on i386 needs Linux o [2002/12/08] bin/46096 sos [patch] Make atacontrol(8) give better er o [2002/12/08] bin/46107 killall(1) can prematurely kill itself o [2002/12/08] bin/46110 why does fsck work with / mounted r/o but o [2002/12/09] standards/46119standards Priority problems for SCHED_OTHER using p o [2002/12/09] bin/46123 fenner PATCH: tcpdump needs -a flag if netmask i o [2002/12/09] ports/46128 trevor Update port: biology/xdrawchem to 1.6.1 ( o [2002/12/09] kern/46157 dnetc crashes DP2-SMP system o [2002/12/10] kern/46159 ipfw dynamic rules lifetime feature o [2002/12/10] misc/46163 gad lpc problem. Only root can modify despit o [2002/12/10] ports/46172 ports-bugs linux_base-7.1_2 install problem w/linpro o [2002/12/10] kern/46174 bootp_subr.c patch o [2002/12/11] docs/46181 doc "make fetch-recursive" target description f [2002/12/11] ports/46185 adamw building /usr/ports/x11-wm/qnxstyle faile o [2002/12/11] docs/46196 doc Missing return value in (set_)menu_format o [2002/12/11] docs/46200 doc fix for ru_RU.KOI8-R/books/porters-handbo o [2002/12/11] ports/46202 ports-bugs hackedbox make install failure (nle/et_EE o [2002/12/11] bin/46203 [patch] make(1) missing trailing '\0' and o [2002/12/12] ports/46221 ports-bugs new port proposal for smtpscan-0.3.1 f [2002/12/12] i386/46222 CPU speed incorrectly reported o [2002/12/13] bin/46232 ps(1) re an sl fields are broken o [2002/12/13] conf/46235 rwatson Sysinstall NTP servers for Finland requir o [2002/12/13] i386/46238 [code] Driver for the PCL-724 ISA card o [2002/12/13] kern/46250 Sound driver not working correctly on SON o [2002/12/14] ports/46251 trevor evilwm port needs version bump (bad!) o [2002/12/14] ports/46256 lioux update rxvt-devel to 2.7.9 o [2002/12/14] i386/46258 PLT code causes skewed return hint stack o [2002/12/15] docs/46271 trhodes Omission in ldconfig(8) manpage o [2002/12/16] ports/46288 edwin OpenLDAP port update 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/16] ports/46317 obrien ports/editors/vim/files/patch-02 is stale o [2002/12/17] ports/46325 ports-bugs new port: net/luasocket - IP library for o [2002/12/17] ports/46327 ports-bugs obsolete version of the Computer Modern f o [2002/12/17] misc/46328 gad patch for lpd o [2002/12/18] bin/46362 mount_smbfs doesn't check if something is o [2002/12/18] kern/46368 MAXDEP in isa/pnpparse.c is too small o [2002/12/19] bin/46379 customize home-directory permissions in p o [2002/12/19] misc/46382 ps(1) could use a "repeat" mode o [2002/12/20] ports/46394 ports-bugs New port: special purpose database applic o [2002/12/20] misc/46409 Certain periodic scripts check broken NFS o [2002/12/20] ports/46410 ports-bugs New port: SGL - incomplete STL implementa o [2002/12/20] kern/46413 imp ufm.ko does not function without a MAKEDE o [2002/12/20] ports/46414 adrian squid man page gives wrong location of co f [2002/12/20] ports/46417 mph bidwatcher port broken as of Dec. 17 2002 o [2002/12/21] misc/46440 Aristotle died twice (in calendar.birthda o [2002/12/21] standards/46441tjr /bin/sh does not do parameter expansion i o [2002/12/21] ports/46442 ports-bugs New port: Ada thin binding to SDL and Ope o [2002/12/21] ports/46448 ports-bugs New port: adabooch is a Booch implementat o [2002/12/21] i386/46453 [INTERLATIONALIZATION] cons25l2, ISO8859- o [2002/12/21] ports/46457 ports-bugs Update x11/temperature.app to 1.4 and use o [2002/12/22] ports/46478 jmz Fix build on -current for graphics/pixmap p [2002/12/22] ports/46483 trevor [patch] Fix gcc295 on current/i386 o [2002/12/22] conf/46485 MFC of NOCDROM release target o [2002/12/23] ports/46487 ports-bugs New port: cbind - Translator for "thin" A o [2002/12/23] kern/46488 usb driver do not send detach events on S o [2002/12/23] ports/46499 demon www/udmsearch update MASTER_SITES o [2002/12/23] standards/46504standards Warnings in headers o [2002/12/23] ports/46505 ports-bugs New port: adabindx - an Ada-binding to th o [2002/12/23] ports/46510 ports-bugs sshd does not correctly store the remote o [2002/12/24] ports/46520 ports-bugs stability issues re - mplayer and audio o o [2002/12/25] ports/46522 sobomax xtraceroute-0.9.0 fails with "OpenGL not o [2002/12/25] ports/46527 ports-bugs bento-fix: sysutils/bubblemon f [2002/12/26] kern/46545 njl [QUIRK] Casio Digital camera o [2002/12/26] ports/46552 ports-bugs new port: smtpmap-0.8 o [2002/12/27] misc/46555 enhancements for libradius o [2002/12/27] kern/46564 IPFilter and IPFW processing order is not o [2002/12/27] ports/46568 znerd New Port: eclipse-2.0.2 o [2002/12/27] ports/46570 jhb E-Fancylauncher core dump as receiving mo o [2002/12/28] ports/46602 ports-bugs new port devel/tkinspect o [2002/12/28] ports/46608 ports-bugs [NEW PORT] latest development track of ep f [2002/12/29] ports/46615 ports-bugs new-port: mail/sympa - an electronic mail o [2002/12/30] ports/46630 ports-bugs update of ports/net/lam o [2002/12/30] conf/46645 [PATCH] rc.shutdown state table saving ha o [2002/12/31] kern/46652 DEBUG_VFS_LOCKS never checks locks for ** o [2002/12/31] ports/46655 dwcjr net/samba beauty fix o [2002/12/31] ports/46656 ports-bugs Fix comm/hylafax pkg-plist o [2002/12/31] kern/46661 [patch] compat linux error message for ob o [2003/01/01] ports/46667 ports-bugs New Port: gpkgdep 0.0, a graphical packag o [2003/01/01] misc/46670 5.0-RC2 install leaves CD drawer locked. o [2003/01/01] bin/46672 dump(8) program gives unnecessary -L warn o [2003/01/01] kern/46677 Wrong vendor and device defines in ng_ubt o [2003/01/01] misc/46679 added volume stepping to mixer o [2003/01/02] ports/46688 ports-bugs mail/tkrat2 Updated to 2.1.1 o [2003/01/02] ports/46706 ports-bugs New Port: irc/dancer o [2003/01/02] ports/46707 ports-bugs [NEW PORT} audio/asmix mixer for afterste o [2003/01/02] ports/46708 ports-bugs [NEW PORT} audio/asmixer Another mixer fo o [2003/01/02] docs/46709 doc tables in terminfo.5 are broken o [2003/01/03] ports/46714 ache fix www/mnogosearch to adhere to ${APACHE o [2003/01/03] ports/46728 ports-bugs [UPDATE] textproc/xml2rfc o [2003/01/03] ports/46731 ports-bugs New port: SGI's Open Inventor o [2003/01/03] kern/46734 joystick driver doesn't allow for anythin f [2003/01/03] ports/46738 edwin new port: www/templeet o [2003/01/03] conf/46746 No way to set link addresses through rc.c o [2003/01/04] ports/46754 ports-bugs [PATCH] pdftohtml add Plain-Text output o [2003/01/04] ports/46756 ports-bugs new port: net/fpl o [2003/01/04] ports/46757 chuckr gnuplot info fix o [2003/01/04] misc/46758 moused enhancements o [2003/01/04] ports/46766 ports-bugs New port: kix-kmod : Syscons screen saver o [2003/01/04] kern/46773 sos I want IDE HD go into standby mode. o [2003/01/04] ports/46774 ports-bugs New port: comms/lirc: Linux Infared Remot o [2003/01/05] ports/46780 ports-bugs vmware2 port is broken in 5.0-current/200 o [2003/01/05] ports/46783 ports-bugs ports/audio DAP update o [2003/01/05] bin/46785 ipfw [patch] add sets information to ipfw2 -h o [2003/01/05] docs/46787 keramida compress(1) manpage missing BUGS; other c o [2003/01/05] kern/46790 [PATCH] new ATM driver p [2003/01/05] standards/46791standards freopen() does not handle filename == NUL o [2003/01/05] docs/46793 doc DEVICE_POLLING can not be used with SMP, o [2003/01/06] ports/46798 dirk zziplib addition to mod_php4 o [2003/01/06] ports/46803 sobomax Unbreak emulators/basiliskII on 5.0 o [2003/01/06] ports/46805 sobomax Update of games/teg o [2003/01/06] ports/46810 edwin [Patch] pkg_tree additional switches o [2003/01/06] ports/46811 ports-bugs palm/pose fails to build o [2003/01/07] ports/46819 ports-bugs sysutils/muse conflicts with audio/muse o [2003/01/07] bin/46830 Make pkg_add respect prefix for dependanc o [2003/01/07] ports/46847 ports-bugs new port: multimedia/nxtvepg (electronic o [2003/01/07] ports/46851 ports-bugs update port: devei/icu to 2.4 o [2003/01/07] ports/46853 ports-bugs pure-ftp uses /etc for config o [2003/01/08] ports/46868 ports-bugs [New Port] security/privman : cool lib fo o [2003/01/08] ports/46874 ports-bugs make of gnotepad+ fails with missing conf o [2003/01/08] kern/46886 sos Make ATA_STATIC_ID tunable o [2003/01/09] ports/46887 ports-bugs honeyd upgrade 0.3 => 0.4a o [2003/01/09] bin/46888 gad Add script run hook to newsyslog(8) o [2003/01/09] ports/46893 ports-bugs make error in /usr/ports/print/xpp o [2003/01/09] www/46895 www non-actual link o [2003/01/09] www/46896 www updating document http://www.freebsd.org/ o [2003/01/09] ports/46904 ports-bugs new port: mail/vqregister o [2003/01/09] bin/46905 FreeBSD 5.x cannot be installed from mult p [2003/01/09] i386/46912 johan chflags nonodump fails o [2003/01/09] conf/46913 ipf denied packets of security run output o [2003/01/09] docs/46918 trhodes ipsec(4) does not reference the IPSEC RFC o [2003/01/09] docs/46919 doc setkey(8) references the wrong RFC for ES o [2003/01/10] bin/46925 sysctl -a goes into an infinite loop... f [2003/01/10] ports/46934 trevor Update port: biology/xdrawchem to 1.6.3 ( o [2003/01/10] ports/46945 chuckr Update port: math/gnuplot to 3.7.3 o [2003/01/10] ports/46948 chuckr Update port: print/transfig to 3.2.4 o [2003/01/10] kern/46961 bridging between vlan-interfaces on same o [2003/01/11] kern/46973 syscons virtual terminals switching featu p [2003/01/11] bin/46974 gad newsyslog's archival path option doesn't p [2003/01/11] conf/46977 New pccardd.conf entrey for Dlink Air 660 o [2003/01/11] kern/46978 Creative SoundBlaster 16 does not work wh o [2003/01/11] kern/46983 Support for AGP on Apollo Pro 133A o [2003/01/11] ports/46984 ports-bugs [New Ports] PHP 5 - Zend Engine 2 (CLI & o [2003/01/12] ports/46988 ports-bugs Update devel/strace to 4.4.91 o [2003/01/12] ports/46991 markp new port: dump MSRPC information o [2003/01/12] misc/46998 [patch] Support PicoBSD source in other l o [2003/01/12] ports/47002 roam New port: vodmr - ODMR/ATRN server for vp o [2003/01/13] ports/47017 ports-bugs update games/zangband to 2.7.2 o [2003/01/13] ports/47018 sf Teach ftp/wget new very useful feature - o [2003/01/13] ports/47026 ports-bugs New port: a small assembly to HTML conver o [2003/01/13] ports/47027 ports-bugs port submission (SARG, squid report gener o [2003/01/13] ports/47028 ports-bugs I'm submitting port of www/sarg-devel, SA o [2003/01/13] misc/47029 Static and popping with Hercules GameThea o [2003/01/13] ports/47036 portmgr bsd.port.mk has bad comments WRT dependen o [2003/01/14] ports/47039 ports-bugs [BENTO FIX] devel/cxref o [2003/01/14] ports/47042 ports-bugs Some dependencies of port are built befor a [2003/01/14] ports/47053 jkoshy Port netpipe broken a [2003/01/14] ports/47068 arved Update port: devel/bison to 1.875 o [2003/01/14] docs/47085 doc boot(8) manpage is incomplete according t o [2003/01/14] ports/47087 mharo [patch] Add WITH_SHELL_SETS_HOME knob to o [2003/01/15] ports/47098 ports-bugs New port: Senken, a city simulation game o [2003/01/15] ports/47112 ports-bugs web2ldap compile abends with `LDAP_FILT_M o [2003/01/15] bin/47120 ipfw [patch] Sanity check in ipfw(8) o [2003/01/15] ports/47128 ports-bugs New port: hybserv (irc services for ircd- o [2003/01/16] ports/47138 ports-bugs ports/latex cannot be installed o [2003/01/16] bin/47145 Port conflict Checking for PKG_INSTALL to o [2003/01/16] ports/47146 portmgr Port conflict Checking for bsd.port.mk o [2003/01/16] bin/47149 seanc make -C documented but not working o [2003/01/16] ports/47151 glewis New port: java/jmp. A Java Memory Profile o [2003/01/16] ports/47156 ports-bugs new port: ftp/tftp-hpa: Advanced TFTP ser o [2003/01/17] ports/47161 ports-bugs New Port: audio/xmms-kj Add K-JoefolSkinS o [2003/01/17] ports/47166 ports-bugs Tktable port o [2003/01/17] kern/47168 st_*timespec tv_nsec zero on file creatio o [2003/01/17] ports/47173 dirk Patch to the mod_php4 to add mnoGoSearch o [2003/01/17] ports/47183 ports-bugs fetchyahoo porte problem (one line)> o [2003/01/18] ports/47186 nbm update-port mail/vqadmin o [2003/01/18] misc/47187 [patch] fix printf specifier in src/sys/b o [2003/01/18] ports/47189 ports-bugs New port: x11/chameleon o [2003/01/18] misc/47191 'make iso.1' in /usr/src/release: iso's a o [2003/01/18] ports/47192 adamw New port p [2003/01/18] bin/47196 maxim ipfw won't format correctly output from ' o [2003/01/18] ports/47197 ports-bugs multimedia/xmms cdaudio plugin issues ill o [2003/01/18] kern/47200 USB port is disabled when Kodak DX4900 is o [2003/01/18] ports/47203 kris upgrade of automake to try on the cluster o [2003/01/18] conf/47204 base + XFree86 install fails -- crypto di o [2003/01/18] ports/47206 edwin [repocopy waiting] repocopy request for p o [2003/01/18] ports/47207 ports-bugs maintainer-update: print/pfaedit to 20030 o [2003/01/18] ports/47208 ports-bugs New Port; ksetisaver o [2003/01/19] ports/47216 ports-bugs daily_clean_hoststat_enable causes errors o [2003/01/19] ports/47218 ports-bugs PostgreSQL client has problems when libbi o [2003/01/19] ports/47220 ports-bugs New port: games/gnmm (GNOME Nine mens' mo o [2003/01/19] i386/47223 [PATCH] pcvt(4), ESC sequences do not cha o [2003/01/19] ports/47234 ports-bugs fix and upgrade deskutils/logjam2 o [2003/01/19] bin/47235 top reports inaccurate cpu usage s [2003/01/19] bin/47237 des HTTP_PROXY with libfetch stalls at 99% o [2003/01/19] ports/47238 portmgr request for new virtual category: scheme o [2003/01/19] ports/47240 ports-bugs [patch] avifile WITH_AC3PASSTHROUGH=yes b o [2003/01/20] ports/47250 ports-bugs Update of audio/cd2mp3 from ver 0.81 to 0 o [2003/01/20] ports/47257 ports-bugs [update port] irc/ezbounce o [2003/01/20] ports/47268 ports-bugs Update openbox port to 2.2.3 o [2003/01/20] kern/47271 Missing PCI ID for Radeon Mobility graphi o [2003/01/20] kern/47274 umodem update to support motorola v66 pho o [2003/01/20] ports/47275 ports-bugs devel/sdcc v2.3.0 fails to configure/buil o [2003/01/21] ports/47296 ports-bugs [New Port] irc/eggdrop f [2003/01/21] ports/47305 ports-bugs New port: konqueror-embedded f [2003/01/21] ports/47310 ports-bugs Old e-mail o [2003/01/21] kern/47311 [PATCH] Kernel support for NVIDIA nForce2 o [2003/01/21] misc/47314 Install requires a swap partition. o [2003/01/21] ports/47328 trevor Update port: x11-wm/evilwm to 0.99.14 (fi f [2003/01/21] ports/47334 nakai Update port: x11-wm/icewm to 1.2.6 (fix p o [2003/01/21] www/47335 www bad acpiconf man page link in handbook 6. o [2003/01/21] misc/47342 /usr/share/dict/* lacks some amni.* words o [2003/01/21] bin/47343 mispelling from apm(8) executable (diff i o [2003/01/21] ports/47346 ports-bugs fbrun from ports/x11-wm/fluxbox has seg f o [2003/01/21] kern/47349 Fake a sound ioctl (plus linux hook) o [2003/01/21] bin/47350 rc.network supports only one ppp profile o [2003/01/22] kern/47359 panic after kldunload snp o [2003/01/22] ports/47362 ports-bugs gnomesword does not build o [2003/01/22] i386/47376 [PATCH], pcvt(4), COLOR_KERNEL_FG, 2nd ch o [2003/01/22] ports/47377 portmgr Ports always depend on Perl5.6.1 even whe o [2003/01/22] ports/47379 ports-bugs patch for elm port o [2003/01/22] ports/47380 ports-bugs xcircuit port has old version o [2003/01/22] ports/47381 ports-bugs ownership wrong if build as one user, ins o [2003/01/22] bin/47387 [PATCH] gprof -K still requires "a.out" a o [2003/01/23] ports/47403 ports-bugs kavmilter port patch to new version o [2003/01/23] ports/47406 ports-bugs [Patch] Remove {PERL} from ports@'s ports o [2003/01/23] ports/47407 arved Unbreak/Update Port: multimedia/xmms-avi o [2003/01/23] ports/47420 ports-bugs cad/xcircuit: ownership is of user who bu o [2003/01/24] conf/47430 mtm wrong order of arguments of ldconfig in / f [2003/01/24] ports/47438 ports-bugs Update port: comms/bforce-kst o [2003/01/24] ports/47442 dwcjr ports/net/samba-devel update to 3.0a21 o [2003/01/24] ports/47446 ports-bugs nslookup crash in SetDefaultServer (patch o [2003/01/24] java/47448 java linux-blackdown-jdk-1.4.1: syscall mmap2 o [2003/01/25] ports/47470 ports-bugs update devel/tkcvs to 7.1.2 o [2003/01/25] ports/47472 ports-bugs new port: games/xcheckers (checkers game) o [2003/01/25] ports/47473 ports-bugs Exitstatus passing in vgetty for external o [2003/01/25] ports/47481 nakai Update port: graphics/gqview to 1.2.1 (fi o [2003/01/25] ports/47503 ports-bugs New port: ftp/prozilla - A fast download f [2003/01/26] ports/47515 edwin new port: Hebrew Type1 fonts o [2003/01/26] ports/47516 anders unbreak comms/gnokii for -current o [2003/01/26] ports/47520 ports-bugs New port: net/roadrunner - a BEEP library o [2003/01/27] bin/47540 Make natd configurable in running state w o [2003/01/27] ports/47542 ports-bugs [PATCH] Keynote2 support configuration op o [2003/01/27] ports/47545 ports-bugs New port: jpegoptim is an command-line jp o [2003/01/27] ports/47548 ports-bugs mldonkey does not install o [2003/01/27] conf/47556 Norwegian dvorak keymap o [2003/01/27] advocacy/47559advocacy New FreeBSD PR campaign has been started. o [2003/01/27] bin/47560 tar 'z' option gzip'd output has extra ga o [2003/01/27] bin/47566 Suggested patch: vinum status verificatio o [2003/01/27] ports/47571 ports-bugs new port: gnotime tracker o [2003/01/27] ports/47573 ports-bugs [PATCH] linux_base-7.1_2 port does not in o [2003/01/27] docs/47575 doc Clarify requirements for IPFW2 in STABLE o [2003/01/27] misc/47576 [PATCH] factor(6)ing of negative numbers o [2003/01/28] ports/47590 ports-bugs port update: dclib 0.1.11 -> 0.2.3 o [2003/01/28] ports/47591 ports-bugs port update: dcgui 0.1.11 -> 0.2.3 a [2003/01/28] ports/47593 nork Update port: www/elinks 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/28] ports/47602 ports-bugs New port : audio/gtkpod A gtk2 gui to man o [2003/01/28] ports/47614 dburr databases/p5-ApacheDBILogConfig 0.01 -> 0 o [2003/01/28] ports/47622 ports-bugs New Port: misc/gkrellshoot2 o [2003/01/29] ports/47640 wjv ports/p5-bioperl-devel is obsolete o [2003/01/29] ports/47649 ports-bugs New port: audio/eTktab - guitar tabulatur o [2003/01/29] ports/47650 kiri unPERLify ports/archivers o [2003/01/29] ports/47651 ports-bugs unPERLify ports/audio o [2003/01/29] ports/47652 ports-bugs unPERLify ports/astro o [2003/01/29] ports/47653 ports-bugs unPERLify ports/cad o [2003/01/29] ports/47654 ports-bugs unPERLify ports/biology o [2003/01/29] ports/47656 ports-bugs unPERLify ports/comms o [2003/01/29] ports/47658 jedgar Update: databases/p5-Mysql 2.216 -> 2.219 o [2003/01/29] kern/47664 change in ip_output.c in 4.7-STABLE seems o [2003/01/30] i386/47669 imp absence of ufm* entry in MAKEDEV script o [2003/01/30] kern/47675 usb/umass problems o [2003/01/30] ports/47686 ports-bugs New Port: kwin-flatcurve o [2003/01/30] docs/47690 doc builtin(1) manpage is wrong about externa o [2003/01/30] docs/47705 doc wc(1) manpage has poor explanations. o [2003/01/31] ports/47717 ports-bugs New port: graphics/hpoj, HP OfficeJet dri 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/01] docs/47792 mheinen www/news/news.xml translated to .de f [2003/02/01] kern/47793 njl M-Systems USB Disk-on-key quirk for scsi_ o [2003/02/02] bin/47815 stty -all should work. f [2003/02/02] docs/47818 doc ln(1) manpage is confusing o [2003/02/02] docs/47824 doc auto-create plist chapter should mention o [2003/02/02] ports/47830 ports-bugs new port comms/qtpcr o [2003/02/02] ports/47834 dirk mysql-server-3.23.55 upgrade should be mo o [2003/02/03] sparc64/47845sparc 4 second daily clock drift o [2003/02/03] ports/47851 mharo Upgrade for Analog to 5.31 o [2003/02/03] ports/47856 ports-bugs new port: sysutils/gkrellmgas2 o [2003/02/03] ports/47858 ports-bugs Upgrade for ReportMagic o [2003/02/03] ports/47861 markp Maintainer update: x11-toolkits/flvw (bui o [2003/02/03] ports/47862 ports-bugs Maintainer update: databases/mysql-gui (b o [2003/02/04] ports/47904 ports-bugs drweb - cron example don't work o [2003/02/04] misc/47906 options screen not return previous screen o [2003/02/04] misc/47908 /stand/sysinstall can't display document o [2003/02/04] ports/47913 ume idled.8 man page conflict in ports mail/c o [2003/02/04] ports/47917 ports-bugs New port: audio/gkrellmss2 o [2003/02/04] ports/47918 scrappy Upgrade p5-IO-Socket-SSL from 0.80 to 0.9 o [2003/02/04] kern/47935 panic on disk full o [2003/02/05] ports/47948 ports-bugs [maintainer update] japanese/samba can be o [2003/02/05] ports/47956 sobomax [PATCH] comms/mserver a [2003/02/05] ports/47957 seanc ruby-snmp is broken o [2003/02/05] ports/47981 ports-bugs new port: net/wmnetload (a network load m f [2003/02/05] kern/47982 Minix file-system offered o [2003/02/05] ports/47990 ports-bugs Patch so loadpath.UNIX is correct o [2003/02/05] docs/47991 doc Handbook section on upgrading kernel says o [2003/02/05] ports/47992 gnome gtk12 apps don't pick up correct locale r o [2003/02/06] ports/47995 ports-bugs New port: Showing moving blobs o [2003/02/06] ports/47996 sobomax [patch] graphics/svgalib shouldn't called o [2003/02/06] ports/48001 ports-bugs New port: ASpath-tree a IPv6 route stabil o [2003/02/06] i386/48014 moused fails to correctly identify usb mo o [2003/02/06] bin/48015 make ipfw2 work with iplen ranges o [2003/02/06] docs/48018 doc telnetd(8) manpage appears incorrect rega o [2003/02/06] ports/48021 ports-bugs New Port: www/photo_gallery o [2003/02/06] ports/48026 trevor update port: x11-wm/openbox f [2003/02/07] docs/48038 doc [PATCH] add Tips and Tricks section into o [2003/02/07] ports/48052 obrien Upgrading vim blows away locally-added pl a [2003/02/07] ports/48059 roam Nitpicks for the comms/qpage port o [2003/02/07] ports/48072 nbm update-port: mail/sqwebmail o [2003/02/07] kern/48081 Enabling mutex profiling panics the kerne o [2003/02/08] docs/48083 doc [PATCH] missing #include in manpage for i o [2003/02/08] ports/48093 kde kde3 FreeBSD port fails to configure Xine o [2003/02/08] docs/48097 doc Manual for camediaplay(1) falsely describ o [2003/02/08] docs/48101 doc There's no documentation on the fixit dis o [2003/02/08] docs/48104 doc disktab(1) manpage omits b0 and b1, etc. o [2003/02/08] 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/09] bin/48114 gethostname(3) can leave the wrong errno o [2003/02/09] ports/48115 ports-bugs Update port: math/abs o [2003/02/09] ports/48124 dbaker [PATCH] updates ports/misc/proxyper to ve o [2003/02/09] ports/48127 ports-bugs New port: security/hostsentry, Login anom o [2003/02/10] misc/48133 improvied vi recovery notification o [2003/02/10] ports/48139 trevor [patch] audio/opmixer: endl->std::endl (b o [2003/02/10] ports/48140 andreas Update Port: print/apsfilter (conditional o [2003/02/10] misc/48141 Device ID for Acer Communications & Multi o [2003/02/10] ports/48150 kris Update port: x11/wdm to 1.22 o [2003/02/10] kern/48165 Problem accessing /dev/ar2 with disklabel o [2003/02/11] kern/48172 ipfw does not log size and flags o [2003/02/11] conf/48195 /var/db/mounttab error on diskless boot o [2003/02/12] docs/48210 doc make -q only does what the manpage says i o [2003/02/12] ports/48214 ports-bugs Update port: audio/festogi-spanish to 2.0 o [2003/02/12] kern/48216 mike Linux uname returns wrong hostname inside o [2003/02/12] ports/48217 ports-bugs New Port: www/mod_frontpage13 and www/mod o [2003/02/12] ports/48221 mharo portlint: bogus warnings about DISTFILES o [2003/02/12] docs/48223 keramida friendlier output when gnats database is o [2003/02/13] ports/48235 ports-bugs New Port: anomy mail sanitizer - removing o [2003/02/13] ports/48239 anders [UPDATE] security/pam-mysql update to 0.5 o [2003/02/13] ports/48246 ports-bugs unPERLify ports/databases o [2003/02/13] ports/48247 ports-bugs unPERLify ports/deskutils o [2003/02/13] ports/48248 ports-bugs unPERLify ports/editors o [2003/02/13] ports/48249 nork unPERLify ports/emulators o [2003/02/13] ports/48253 ports-bugs unPERLify ports/devel o [2003/02/13] ports/48257 ports-bugs New Port: portdowngrade: a tool to set a o [2003/02/14] ports/48273 ports-bugs FlightGear can only be run once between b p [2003/02/14] docs/48277 keramida send-pr man page does not mention MAIL_AG o [2003/02/14] ports/48281 obrien Patch editors/vim to use fetch instead of o [2003/02/14] i386/48283 sound (pcm/sbc) broken with acpi o [2003/02/14] ports/48292 ports-bugs new port: print/epsonepl "Printer filter o [2003/02/15] ports/48298 bgingery www/chimera2: URL fix (pkg-descr) o [2003/02/15] ports/48301 brian graphics/vlc: URL fix (pkg-descr) o [2003/02/15] ports/48302 chuckr editors/thoteditor: URL fix (pkg-descr) o [2003/02/15] ports/48305 dbader math/concorde: URL fix (pkg-descr) o [2003/02/15] ports/48306 dsh www/jesred: URL fix (pkg-descr) o [2003/02/15] ports/48307 jedgar deskutils/yank: URL fix (pkg-descr) o [2003/02/15] ports/48308 jedgar math/wmcalc: URL fix (pkg-descr) o [2003/02/15] bin/48309 pppoe connections fail to establish if th o [2003/02/15] ports/48312 tg x11-toolkits/neXtaw: URL fix (pkg-descr) o [2003/02/15] bin/48313 [patch] make yacc(1) use getopt(3) o [2003/02/15] ports/48314 sobomax graphics/pvmpov: URL fix (pkg-descr) o [2003/02/15] ports/48319 markp Update port: devel/tkcvs o [2003/02/16] ports/48329 tg games/pysol: URL fix (pkg-descr) o [2003/02/16] ports/48330 toru games/xmulti: URL fix (pkg-descr) o [2003/02/16] bin/48342 [PATCH] usbd dynamic device list. o [2003/02/16] ports/48350 ports-bugs [gimp-print] build error f [2003/02/16] ports/48352 roam JavaCC port updated for new distfiles. o [2003/02/17] ports/48362 ports-bugs New port: lft-2.0 LFT Alternative tracero o [2003/02/17] ports/48377 portmgr Randomizing MASTER_SITES o [2003/02/17] ports/48382 ports-bugs /usr/ports/net/cflowd compile errors, wil o [2003/02/17] ports/48386 billf textproc/word2x: URL fix (pkg-descr) o [2003/02/17] ports/48387 candy net/xipmsg: URL fix (pkg-descr) o [2003/02/17] ports/48388 ports-bugs ftp/lukemftpd: Maintainer does not exist o [2003/02/17] ports/48391 greid sysutils/installwatch: URL fix (pkg-descr o [2003/02/17] ports/48392 honda japanese/ng-canna: URL fix (pkg-descr) o [2003/02/17] ports/48397 jmz malformed make file in /usr/ports/comms/m o [2003/02/17] i386/48398 Belgian Keyboard Driver o [2003/02/17] bin/48399 Can't put URL in GECOS phone field o [2003/02/17] ports/48404 ports-bugs gnuchess doesn't install the gnuchessx al o [2003/02/17] ports/48405 ports-bugs missing initialization bug in /usr/ports/ o [2003/02/17] docs/48407 doc PPP section needs a cleanup. o [2003/02/17] ports/48410 kris Update ports: security/snortsnarf version o [2003/02/17] ports/48411 ports-bugs New port: databases/p5-SQL-Abstract o [2003/02/18] ports/48418 ports-bugs mail/teapop: 2 problems o [2003/02/18] ports/48422 ports-bugs New POrt: webstats o [2003/02/18] ports/48426 sobomax [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 /usr/sbin/periodic executes too many file o [2003/02/18] misc/48444 change to count connection attempts inste o [2003/02/18] ports/48448 ports-bugs New port: orca text data grapher (uses rr o [2003/02/19] ports/48458 ports-bugs [patch] www/mgstat: tarball rerolled o [2003/02/19] ports/48459 ports-bugs upgrade www/plone to 1.0.1 p [2003/02/19] docs/48466 keramida Document undocumented option -l in netsta o [2003/02/19] kern/48468 imp puc driver for Nm9845 o [2003/02/19] ports/48470 nork [PATCH www/flashpluginwrapper] add helper o [2003/02/19] kern/48471 Private IPC for every jail. [PATCH] o [2003/02/19] ports/48474 glewis Update port: java/jmp to 0.27 o [2003/02/20] ports/48480 ports-bugs [PATCH][NON-MAINTAINER] update shells/scp o [2003/02/20] bin/48489 ru [PATCH] update information arp(4): descri o [2003/02/20] ports/48492 ports-bugs Update port: shells/scponly Chroot FreeBS o [2003/02/20] docs/48493 doc missing range information in arc4random() o [2003/02/20] kern/48494 BP6 ACPI errors - AML incorrect o [2003/02/20] ports/48503 ports-bugs New Port: games/freesci o [2003/02/20] ports/48505 ports-bugs [bento fix]: ftp/ftptool patch o [2003/02/20] ports/48511 ports-bugs math/atlas does not build with multithrea o [2003/02/20] ports/48512 ports-bugs bogofilter 0.10.3.1 fails if started w/ ' o [2003/02/20] i386/48516 add support of Dell PS/2 mouse port o [2003/02/21] bin/48525 [PATCH] pkg_add under 5.0-RELEASE o [2003/02/21] ports/48534 nbm update-port: mail/vqadmin o [2003/02/21] ports/48541 dirk mod_php4 does not uninstall itself correc o [2003/02/21] ports/48552 ports-bugs new port: sysutils/ganglia-webfrontend: G o [2003/02/22] ports/48561 ports-bugs [new ports] : sysutils/memgrep : Utility o [2003/02/22] ports/48562 ports-bugs [new port] : net/p5-DNS-Config Perl modul o [2003/02/22] ports/48563 ports-bugs [new port] : net/p5-DNS-Zone Perl modules o [2003/02/22] ports/48564 ports-bugs [new port] net/zonemaster : a tool for zo o [2003/02/22] conf/48566 [PATCH] /etc/defaults/make.conf stales af o [2003/02/22] conf/48569 make.conf misses comments on some options o [2003/02/22] ports/48572 ports-bugs [fix] devel/p5-Class-Container. Wrong tar o [2003/02/22] ports/48573 billf update-port: irc/muh o [2003/02/22] www/48575 www 0.28. o [2003/03/26] bin/50328 ctm_smail doesn't handle large deltas wel o [2003/03/26] bin/50331 Changing uid with pw causes duplicate use o [2003/03/27] docs/50349 doc make release fails with NO_OPENSSH and ! o [2003/03/27] ports/50350 ports-bugs update jetty o [2003/03/27] ports/50351 ports-bugs Update logjam2 port from 4.0.0 to 4.0.2; o [2003/03/27] bin/50365 [PATCH] rc.sysctl cannot handle values co o [2003/03/27] misc/50370 NLSOWN set to ${SHAREGRP} in o [2003/03/27] ports/50372 ports-bugs TMDA port is out of date. o [2003/03/27] ports/50375 perky [non-maintainer update]: www/mod_python3 o [2003/03/27] ports/50376 ports-bugs Updated port o [2003/03/28] ports/50388 ports-bugs Update jetty port to 2.4.9 o [2003/03/28] docs/50390 doc no man page for suser_xxx() o [2003/03/28] docs/50391 doc Incorrect information in a man o [2003/03/28] ports/50397 ports-bugs [PATCH] databases/postgresql[-odbc|7|72] o [2003/03/28] ports/50403 ports-bugs Maintainer update port: lang/fbbi An inte o [2003/03/28] ports/50404 ports-bugs [UPDATE] sysutils/fastresolve from 2.8-1 o [2003/03/28] ports/50405 ports-bugs New port: x11-wm/fluxspace o [2003/03/28] ports/50407 ports-bugs mail/pyzor - installed scripts need Pytho o [2003/03/28] ports/50408 ports-bugs [patch] update master site for www/mod_py o [2003/03/28] ports/50411 ports-bugs Revised [UPDATE] sysutils/fastresolve fro o [2003/03/28] ports/50413 mharo [UPDATE] www/analog from 5.24,1 to 5.32,1 o [2003/03/28] ports/50414 ports-bugs Revised [UPDATE] www/reportmagic from 2.1 o [2003/03/28] ports/50415 ports-bugs New port: irc/onis o [2003/03/29] ports/50419 ports-bugs NEW PORT! misc/ekg o [2003/03/29] ports/50423 ports-bugs New port: www/phpftp o [2003/03/29] ports/50424 ports-bugs New port: www/phpftp o [2003/03/29] docs/50426 doc [PATCH] Fix another minor typo in ifnet(9 o [2003/03/29] kern/50428 [PATCH] typo in aic7xxx_pci.c o [2003/03/29] ports/50432 ports-bugs Update port devel/strace to 4.4.94 versio o [2003/03/29] ports/50433 ports-bugs New port: chmview (decomposer for .chm-fi o [2003/03/29] ports/50434 ports-bugs New port: proguard (obfuscates jar-files o [2003/03/29] ports/50435 ports-bugs New port: opencyc (general knowledge base o [2003/03/29] ports/50438 ports-bugs [patch] fix checksum and build for graphi o [2003/03/29] ports/50440 ports-bugs a2ps isn't broken o [2003/03/29] ports/50441 ports-bugs update port: www/p5-CGI-SpeedyCGI o [2003/03/29] ports/50442 greid [patch] fix checksum for mail/spambnc o [2003/03/29] ports/50443 ports-bugs New port for libirman 0.4.2 o [2003/03/29] ports/50444 portmgr Suggestion for new category: "dns" o [2003/03/29] ports/50446 ports-bugs [patch] fix checksum for audio/mxv o [2003/03/30] ports/50447 ports-bugs New port: ftp4all (advaned ftp daemon) o [2003/03/30] docs/50449 trhodes Proposal for the discard interface propos o [2003/03/30] ports/50453 ports-bugs New port: libdict (small and efficient li o [2003/03/30] ports/50454 ports-bugs cricket port update to 1.4.0.p2 o [2003/03/30] ports/50455 ports-bugs apache13-modssl/Makefile new options and o [2003/03/30] ports/50459 ports-bugs [NEW PORT] mail/bincimap: Light-weight IM o [2003/03/30] bin/50461 ctm cannot handle the large files current o [2003/03/30] docs/50463 doc netstat(1) points to mbuf(9) which doesn' o [2003/03/30] ports/50466 grog The benchmarks/rawio port does not seem t o [2003/03/30] ports/50467 ports-bugs Fix for port net/citadel o [2003/03/30] docs/50469 doc "mount_msdos -W" issue in handbook o [2003/03/31] ports/50470 ports-bugs SNMP_Session.pm conflict in net/mrtg net/ o [2003/03/31] bin/50471 telnet-bang crashes o [2003/03/31] ports/50473 ports-bugs amavis-perl is no longer supported (super o [2003/03/31] docs/50474 sos Error in burncd manpage o [2003/03/31] ports/50475 ports-bugs Port of rubber. o [2003/03/31] ports/50476 ports-bugs New port: math/libmath++ o [2003/03/31] conf/50477 gshapiro RELENG_4: src/etc/Makefile does not check o [2003/03/31] ports/50478 ports-bugs New port: games/monopd o [2003/03/31] ports/50479 portmgr Request for approval to commit bsd.gnuste o [2003/03/31] ports/50481 ports-bugs [patch] update java/bluej -> 1.2.2 o [2003/03/31] ports/50484 ports-bugs Lots of warnings when compiling hping o [2003/03/31] ports/50489 ports-bugs mail/turba & mail/imp3: better support of o [2003/03/31] ports/50493 keith Update port: chinese/CJK o [2003/03/31] ports/50496 ports-bugs patch: swish++ port out of date o [2003/03/31] docs/50503 doc Upgate to the agp(4) manual page a [2003/03/31] kern/50504 murray Small typo in the comment in sys/pci/agp_ o [2003/03/31] ports/50509 jedgar devel/lincvs: big update 0.4.9 -> 1.1.5 o [2003/03/31] ports/50514 ports-bugs TCH] Added tractorgen(6) manpage and othe f [2003/04/01] ports/50520 gnome /usr/ports/x11-toolkits/gtk20 fails to bu o [2003/04/01] ports/50521 ports-bugs New port: net/remarp o [2003/04/01] kern/50526 Update to #! line termination o [2003/04/02] ports/50536 ports-bugs New port: net/ttlscan o [2003/04/02] ports/50538 ports-bugs new port: science/gchemutils - set of Gtk o [2003/04/02] ports/50539 ports-bugs new port: science/gchempaint - 2D chemich o [2003/04/02] ports/50548 ports-bugs print/ghostscript-gnu missing "standard" o [2003/04/02] ports/50553 ports-bugs [update] games/hlserver-psychostats to 1. o [2003/04/02] ports/50555 fjoe mc-4.6.0_2 is broken on alpha f [2003/04/03] ports/50558 dougb xscreensaver-getimage-file has a problem o [2003/04/03] ports/50565 sf update: wget to patch file 10 o [2003/04/03] ports/50566 mharo [PATCH] security/sudo update from 1.6.6 t o [2003/04/03] bin/50569 /bin/sh doesn't handles ${HOME}/.profile o [2003/04/03] ports/50571 kde [patch] Add knob to disable doxywizard in o [2003/04/03] ports/50572 portmgr Simlifying the work with Debian packages o [2003/04/03] docs/50573 doc return values for res_query/res_search/re o [2003/04/03] ports/50576 cy [PATCH] Add homepage to comms/conserver p o [2003/04/03] ports/50578 ports-bugs pktrace has been renamed to mftrace by th o [2003/04/03] ports/50584 cy fvwm2-devel need to compile with libiconv o [2003/04/03] ports/50586 ports-bugs JDEE port needs updates o [2003/04/03] ports/50588 ports-bugs conditionalize dependencies for moudules o [2003/04/03] ports/50589 ports-bugs conditionalize dependencies on modules in o [2003/04/04] ports/50593 ports-bugs New port: deskutils/rolo - Text-based con o [2003/04/04] i386/50598 gcc -pg -fPIC creates garbage assembly ou o [2003/04/04] ports/50600 ports-bugs Update port: net/bpft o [2003/04/04] bin/50603 Use of uninitialized value in printf at / o [2003/04/04] ports/50607 ports-bugs New port: puff (text editor) (very easy o [2003/04/04] ports/50608 ports-bugs Update port: www/p5-Apache-AuthCookie o [2003/04/04] ports/50609 ports-bugs New port: russian/muttprint (pretty print o [2003/04/04] bin/50613 [PATCH] pppd(8) incorrect CBCP response f o [2003/04/04] ports/50614 ports-bugs New port: converters/konwert o [2003/04/04] ports/50615 ports-bugs PR Fix (x2): mail/dovecot o [2003/04/04] ports/50616 ports-bugs UPDATE-PORT: devel/linux-sdl12 update to o [2003/04/04] www/50617 www [patch] add missing mailing lists to WWW a [2003/04/05] kern/50619 murray Spelling mistakes in pucdata.c o [2003/04/05] ports/50628 ports-bugs [PATCH] waimea port has missing run-depen o [2003/04/05] ports/50629 ports-bugs New port: www/mod_blosxom o [2003/04/05] ports/50630 ports-bugs [NEW PORT] mail/bincimap: Light-weight IM o [2003/04/05] kern/50633 problems mounting SanDisk compact flash r o [2003/04/06] ports/50639 ports-bugs Update of port graphics/Coin from 2.0.0 t o [2003/04/06] ports/50641 ports-bugs can't compile avifile-0.7.34.20030319,2 o [2003/04/06] ports/50642 ports-bugs New port: security/ADMsnmp - SNMP brute f o [2003/04/06] ports/50643 ports-bugs [PATCH] Add a wrapper script to phoenix o [2003/04/06] kern/50644 [PATCH] Update xe driver: multicast, hard o [2003/04/06] ports/50645 ports-bugs New port: benchmarks/scimark2 - a Java b o [2003/04/06] ports/50646 ports-bugs New port: benchmarks/scimark2c - an ANSI o [2003/04/06] www/50650 www Can't search freebsd-sparc64 o [2003/04/06] ports/50654 ports-bugs /usr/ports/lang/lua: website update o [2003/04/06] ports/50655 ports-bugs New port: mail/akpop3d - POP3 daemon aime o [2003/04/06] bin/50656 /bin/cp - wrong error on copying of multi o [2003/04/06] ports/50657 ports-bugs [PATCH] maintainer update of audio/ecawav o [2003/04/06] ports/50661 ports-bugs maintainer-update www/p5-HTML-CalendarMon o [2003/04/07] ports/50662 ume sysutils/gkrellm2 interaction with Metaci o [2003/04/07] ports/50663 ume sysutils/gkrellm2 - it is not possible to o [2003/04/07] docs/50664 doc Handbook 12.4.1 (CCD) needs work o [2003/04/07] docs/50665 doc Handbook 19.4.5 uses 1st person o [2003/04/07] ports/50666 ports-bugs [PATCH] security/sudo: update from 1.6.6 o [2003/04/07] ports/50667 ports-bugs New port: net/ifstat o [2003/04/07] ports/50669 portmgr fix fetch-required wrt :target a [2003/04/07] ports/50670 cy Add some voodoo magic to security/tripwir o [2003/04/07] ports/50672 ports-bugs New port submission o [2003/04/07] ports/50674 ports-bugs [MAINTAINER UPDATE] ftp/frox to 0.7.7 o [2003/04/07] ports/50675 ports-bugs gaim/irc i18n fix o [2003/04/07] docs/50677 doc [PATCH] update doc/en_US.ISO8859-1/books/ o [2003/04/07] ports/50680 ports-bugs Build options in /www/links/Makefile.loca o [2003/04/07] ports/50686 ports-bugs maintainer-update WWW for cpan from /sear o [2003/04/07] kern/50687 ioctl(.., CDIOCCAPABILITY, ...) always re 2749 problems total. From owner-freebsd-bugs@FreeBSD.ORG Mon Apr 7 11:50:18 2003 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 0EC9237B401 for ; Mon, 7 Apr 2003 11:50:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21C1843F93 for ; Mon, 7 Apr 2003 11:50:16 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h37IoFUp058183 for ; Mon, 7 Apr 2003 11:50:15 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h37IoFQ5058182; Mon, 7 Apr 2003 11:50:15 -0700 (PDT) Resent-Date: Mon, 7 Apr 2003 11:50:15 -0700 (PDT) Resent-Message-Id: <200304071850.h37IoFQ5058182@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Alex Semenyaka Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 40FFF37B401 for ; Mon, 7 Apr 2003 11:42:00 -0700 (PDT) Received: from snark.ratmir.ru (snark.ratmir.ru [213.24.248.177]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00F7543FA3 for ; Mon, 7 Apr 2003 11:41:59 -0700 (PDT) (envelope-from freebsd@snark.ratmir.ru) Received: from snark.ratmir.ru (freebsd@localhost [127.0.0.1]) by snark.ratmir.ru (8.12.9/8.12.9) with ESMTP id h37IfvDR016084 for ; Mon, 7 Apr 2003 22:41:57 +0400 (MSD) (envelope-from freebsd@snark.ratmir.ru) Received: (from freebsd@localhost) by snark.ratmir.ru (8.12.9/8.12.9/Submit) id h37IfugY016083; Mon, 7 Apr 2003 22:41:56 +0400 (MSD) Message-Id: <200304071841.h37IfugY016083@snark.ratmir.ru> Date: Mon, 7 Apr 2003 22:41:56 +0400 (MSD) From: Alex Semenyaka To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: bin/50690: ftpd -h does not work for the SYST command (patch included) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Alex Semenyaka List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Apr 2003 18:50:18 -0000 >Number: 50690 >Category: bin >Synopsis: ftpd -h does not work for the SYST command (patch included) >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 Apr 07 11:50:15 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Alex Semenyaka >Release: FreeBSD 4.8-RC i386 >Organization: Ratmir >Environment: System: FreeBSD snark.ratmir.ru 4.8-RC FreeBSD 4.8-RC #7: Sun Mar 30 07:23:48 MSD 2003 root@snark.ratmir.ru:/usr/obj/usr/src/sys/SNARK i386 Same problem exists also in the -CURRENT branch. >Description: When you run ftpd with the switch -h, which hould prevent obtaining the information about system you can still have such info with SYST command >How-To-Repeat: Tell to inetd to run ftpd with -h like this: ftp stream tcp nowait root /usr/libexec/ftpd ftpd -l -h Then do telnet to the port 21, log in and issue SYST command: /tmp> telnet 0 21 Trying 0.0.0.0... Connected to 0. Escape character is '^]'. 220 FTP server ready. user ftp 331 Guest login ok, send your email address as password. pass a@ 230 Guest login ok, access restrictions apply. syst 215 UNIX Type: L8 Version: BSD-199506 quit 221 Goodbye. Connection closed by foreign host. >Fix: Here is the patch for -CURRENT. In the case when ftpd has been run with the -h switch the variable hostinfo is set to TRUE. In this case we should report only CHAR_BIT for our system and hide all other information as we do when this ftpd is built for the unknown platform: Index: ftpcmd.y =================================================================== RCS file: /usr/local/FreeBSD/src/libexec/ftpd/ftpcmd.y,v retrieving revision 1.50 diff -u -U1 -r1.50 ftpcmd.y --- ftpcmd.y 5 Feb 2003 11:11:32 -0000 1.50 +++ ftpcmd.y 5 Apr 2003 00:11:58 -0000 @@ -690,13 +690,17 @@ { - if ($2) + if ($2) { + if (hostinfo) #ifdef unix #ifdef BSD - reply(215, "UNIX Type: L%d Version: BSD-%d", - CHAR_BIT, BSD); + reply(215, "UNIX Type: L%d Version: BSD-%d", + CHAR_BIT, BSD); #else /* BSD */ - reply(215, "UNIX Type: L%d", CHAR_BIT); + reply(215, "UNIX Type: L%d", CHAR_BIT); #endif /* BSD */ #else /* unix */ - reply(215, "UNKNOWN Type: L%d", CHAR_BIT); + reply(215, "UNKNOWN Type: L%d", CHAR_BIT); #endif /* unix */ + else + reply(215, "UNKNOWN Type: L%d", CHAR_BIT); + } } >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Mon Apr 7 11:50:19 2003 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 AAD5C37B404 for ; Mon, 7 Apr 2003 11:50:19 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 654E043F85 for ; Mon, 7 Apr 2003 11:50:17 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h37IoGUp058197 for ; Mon, 7 Apr 2003 11:50:16 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h37IoGhB058196; Mon, 7 Apr 2003 11:50:16 -0700 (PDT) Resent-Date: Mon, 7 Apr 2003 11:50:16 -0700 (PDT) Resent-Message-Id: <200304071850.h37IoGhB058196@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, lars@koellers.net Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 72B7737B401 for ; Mon, 7 Apr 2003 11:44:20 -0700 (PDT) Received: from sally.dts-online.net (sally.dts-online.net [212.62.68.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id C751543F85 for ; Mon, 7 Apr 2003 11:44:18 -0700 (PDT) (envelope-from root@koellers.net) Received: from door.koellers.net (dsl82-34.teleos-web.de [212.62.82.34]) by sally.dts-online.net (Postfix) with ESMTP id 8BF4F203CCB; Mon, 7 Apr 2003 20:44:16 +0200 (CEST) Received: from odie.koellers.net (root@odie.koellers.net [192.168.4.2]) by door.koellers.net (8.12.8p1/8.12.6) with ESMTP id h37HYjH4019037; Mon, 7 Apr 2003 19:34:45 +0200 (CEST) (envelope-from root@koellers.net) Received: from odie.koellers.net (smmsp@localhost [127.0.0.1]) by odie.koellers.net (8.12.8p1/8.12.6) with ESMTP id h37HYjZD002835; Mon, 7 Apr 2003 19:34:45 +0200 (CEST) (envelope-from root@odie.koellers.net) Received: (from root@localhost) by odie.koellers.net (8.12.8p1/8.12.8/Submit) id h37HYjfL002834; Mon, 7 Apr 2003 19:34:45 +0200 (CEST) Message-Id: <200304071734.h37HYjfL002834@odie.koellers.net> Date: Mon, 7 Apr 2003 19:34:45 +0200 (CEST) From: lkoeller@FreeBSD.org To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: lars.koeller@uni-bielefeld.de Subject: kern/50691: EOT detection in sa driver prevents mutli volume dump X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: lars@koellers.net List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Apr 2003 18:50:20 -0000 >Number: 50691 >Category: kern >Synopsis: EOT detection in sa driver prevents mutli volume dump >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Apr 07 11:50:16 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Lars Köller >Release: FreeBSD 4.8-RELEASE i386 >Organization: Computing Center, University of Bielefeld, Germany >Environment: System: FreeBSD odie.koellers.net 4.8-RELEASE FreeBSD 4.8-RELEASE #29: Sun Apr 6 15:36:57 CEST 2003 root@odie.koellers.net:/usr/src/sys/compile/ODIE i386 Fresh source upgrade from 4.7-RELEASE-p3 to 4.8-RELEASE on March 6th 2003. >Description: When dumping a volume on an SCSI magnetic tape, a tape change request leads to the abort of the dump process (dump ant tape on same machine): root@odie:~/ 129569 : dump -0ua /opt DUMP: Date of this level 0 dump: Mon Apr 7 14:16:21 2003 DUMP: Date of last level 0 dump: the epoch DUMP: Dumping /dev/ccd1a (/opt) to /dev/nrsa0 DUMP: mapping (Pass I) [regular files] DUMP: mapping (Pass II) [directories] DUMP: estimated 3659849 tape blocks. DUMP: dumping (Pass III) [directories] DUMP: dumping (Pass IV) [regular files] DUMP: 12.90% done, finished in 0:33 DUMP: 19.75% done, finished in 0:40 DUMP: 26.95% done, finished in 0:40 DUMP: 34.42% done, finished in 0:38 DUMP: 39.71% done, finished in 0:37 DUMP: 45.12% done, finished in 0:36 DUMP: 50.15% done, finished in 0:34 DUMP: 53.43% done, finished in 0:34 DUMP: 57.82% done, finished in 0:32 DUMP: 61.61% done, finished in 0:31 DUMP: 64.98% done, finished in 0:29 DUMP: 70.55% done, finished in 0:25 DUMP: 75.63% done, finished in 0:20 DUMP: 82.06% done, finished in 0:15 DUMP: End of tape detected DUMP: Closing /dev/nrsa0 DUMP: Change Volumes: Mount volume #2 DUMP: Is the new volume mounted and ready to go?: ("yes" or "no") yes DUMP: Volume 2 begins with blocks from inode 516537 DUMP: EOT detected at start of the tape! DUMP: The ENTIRE dump is aborted. The kernel reports: (sa0:ahc0:0:4:0): WRITE FILEMARKS. CDB: 10 0 0 0 2 0 (sa0:ahc0:0:4:0): DATA PROTECT asc:30,0 (sa0:ahc0:0:4:0): Incompatible medium installed (sa0:ahc0:0:4:0): failed to write terminating filemark(s) (sa0:ahc0:0:4:0): tape is now frozen- use an OFFLINE, REWIND or MTEOM command to clear this state. The first tape was a 4GB DDS2 tape the second a 2GB DDS1 here are the mt output before the dump starts and during the change of the tape: root@odie:~/ 129570 : mt stat Mode Density Blocksize bpi Compression Current: 0x24:DDS-2 variable 61000 DCLZ ---------available modes--------- 0: 0x24:DDS-2 variable 61000 DCLZ 1: 0x24:DDS-2 variable 61000 DCLZ 2: 0x24:DDS-2 variable 61000 DCLZ 3: 0x24:DDS-2 variable 61000 DCLZ --------------------------------- Current Driver State: at rest. --------------------------------- File Number: 6 Record Number: 0 Residual Count 0 root@odie:~/ 129571 : mt off root@odie:~/ 129572 : mt stat Mode Density Blocksize bpi Compression Current: 0x13:X3B5/88-185A variable 61000 DCLZ ---------available modes--------- 0: 0x13:X3B5/88-185A variable 61000 DCLZ 1: 0x13:X3B5/88-185A variable 61000 DCLZ 2: 0x13:X3B5/88-185A variable 61000 DCLZ 3: 0x13:X3B5/88-185A variable 61000 DCLZ --------------------------------- Current Driver State: at rest. --------------------------------- File Number: 0 Record Number: 0 Residual Count 0 root@odie:~/ 129573 : mt rew At this point I enter the "yes" statement in the dump window. Before entering yes the new tape was mounted and the "mt stat" and "mt rew" succeeded. Befor the upgrade (from source) the exact same setup worked well a day before. Note: I notice a change of the behaviour of the tape driver somehow in October 2002. Till there a EOT of the tape was correct signaled by the driver during writing. After there was only an error reportet and the nuber of bytes written: Aug 24 23:57:21 door dattape: dattape: Write returned: -1 instead 1048576 Bytes. No space left on device Aug 25 21:36:35 door dattape: dattape: Write returned: -1 instead 1048576 Bytes. No space left on device Aug 25 23:54:19 door dattape: dattape: Write returned: -1 instead 1048576 Bytes. No space left on device Aug 27 21:34:08 door dattape: dattape: Write returned: -1 instead 1048576 Bytes. No space left on device Oct 6 21:48:50 door dattape: dattape: Write returned: -1 instead 1048576 Bytes. No space left on device Oct 6 23:36:47 door dattape: dattape: Write returned: -1 instead 1048576 Bytes. No space left on device Oct 21 21:37:13 door dattape: dattape: Write returned: 0 instead 1048576 Bytes. No such file or directory Oct 27 21:32:50 door dattape: dattape: Write returned: 589824 instead 1048576 Bytes. No such file or directory Oct 27 23:17:27 door dattape: dattape: Write returned: 65536 instead 1048576 Bytes. No such file or directory Nov 4 00:25:39 door dattape: dattape: Write returned: 65536 instead 1048576 Bytes. No such file or directory Nov 4 00:32:00 door dattape: dattape: Write returned: 65536 instead 1048576 Bytes. No such file or directory Nov 4 07:37:18 door dattape: dattape: Write returned: 786432 instead 1048576 Bytes. No such file or directory Nov 10 23:46:53 door dattape: dattape: Write returned: 589824 instead 1048576 Bytes. No such file or directory Nov 12 21:16:44 door dattape: dattape: Write returned: 589824 instead 1048576 Bytes. No such file or directory The logs are gerenrated by the same application without any change! >How-To-Repeat: Perform a dump of a lage filesystem on more than one tape. >Fix: Don't know >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Mon Apr 7 13:00:32 2003 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 715C637B401 for ; Mon, 7 Apr 2003 13:00:32 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07DDF43FB1 for ; Mon, 7 Apr 2003 13:00:32 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h37K0VUp076712 for ; Mon, 7 Apr 2003 13:00:31 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h37K0VGh076711; Mon, 7 Apr 2003 13:00:31 -0700 (PDT) Date: Mon, 7 Apr 2003 13:00:31 -0700 (PDT) Message-Id: <200304072000.h37K0VGh076711@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: "Kevin Oberman" Subject: Re: gnu/47063: Can't upgrade from V4 to V5 due to header conflicts X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Kevin Oberman List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Apr 2003 20:00:32 -0000 The following reply was made to PR gnu/47063; it has been noted by GNATS. From: "Kevin Oberman" To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: gnu/47063: Can't upgrade from V4 to V5 due to header conflicts Date: Mon, 07 Apr 2003 12:53:05 -0700 Please close. The problem was due to errors in the upgrade process. (I missed the "rm -rf /usr/include/g++".) R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 From owner-freebsd-bugs@FreeBSD.ORG Mon Apr 7 13:40:14 2003 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 0893237B401 for ; Mon, 7 Apr 2003 13:40:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9143D43FA3 for ; Mon, 7 Apr 2003 13:40:13 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h37KeDUp090344 for ; Mon, 7 Apr 2003 13:40:13 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h37KeDNS090343; Mon, 7 Apr 2003 13:40:13 -0700 (PDT) Date: Mon, 7 Apr 2003 13:40:13 -0700 (PDT) Message-Id: <200304072040.h37KeDNS090343@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Christian Wittenhorst Subject: Re: kern/50422: if_nge broken in FreeBSD 5p6 - nge0: watchdog timeout (SMP-only) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Christian Wittenhorst List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Apr 2003 20:40:14 -0000 The following reply was made to PR kern/50422; it has been noted by GNATS. From: Christian Wittenhorst To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: kern/50422: if_nge broken in FreeBSD 5p6 - nge0: watchdog timeout (SMP-only) Date: Mon, 07 Apr 2003 20:31:23 +0000 The problems shows up *only* in SMP mode! Single processor mode just works fine. Tried "sysctl kern.giant.all=1" without any change. Best Regards, wiwi From owner-freebsd-bugs@FreeBSD.ORG Mon Apr 7 21:33:47 2003 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 8046237B401; Mon, 7 Apr 2003 21:33:47 -0700 (PDT) Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE01A43F93; Mon, 7 Apr 2003 21:33:45 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from katana.zip.com.au (katana.zip.com.au [61.8.7.246]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id OAA18646; Tue, 8 Apr 2003 14:33:38 +1000 Date: Tue, 8 Apr 2003 14:33:36 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: lars@koellers.net In-Reply-To: <200304071734.h37HYjfL002834@odie.koellers.net> Message-ID: <20030408141311.S6919@gamplex.bde.org> References: <200304071734.h37HYjfL002834@odie.koellers.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-bugs@freebsd.org cc: FreeBSD-gnats-submit@freebsd.org cc: njl@freebsd.org cc: lars.koeller@uni-bielefeld.de Subject: Re: kern/50691: EOT detection in sa driver prevents mutli volume dump 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, 08 Apr 2003 04:33:47 -0000 On Mon, 7 Apr 2003 lkoeller@freebsd.org wrote: > >Description: > > When dumping a volume on an SCSI magnetic tape, a tape change request > leads to the abort of the dump process (dump ant tape on same machine): > ... > Note: I notice a change of the behaviour of the tape driver somehow in October > 2002. Till there a EOT of the tape was correct signaled by the driver during > writing. After there was only an error reportet and the nuber of bytes written: This was the only change in the driver between 4.7 and 4.8. %%% RCS file: /home/ncvs/src/sys/cam/scsi/scsi_sa.c,v Working file: scsi_sa.c head: 1.92 ... ---------------------------- revision 1.85 date: 2002/12/16 17:40:17; author: trhodes; state: Exp; lines: +4 -0 The HP DAT 40 tape drive should be able to handle variable block sizes. But for some reason the block size is different when a different type of tape is placed in the drive. This commit fixes that. PR: 46209 Submitted by: Alex Wang Approved by: mjacob ---------------------------- %%% %%% Index: scsi_sa.c =================================================================== RCS file: /home/ncvs/src/sys/cam/scsi/scsi_sa.c,v retrieving revision 1.45.2.12 retrieving revision 1.45.2.13 diff -u -r1.45.2.12 -r1.45.2.13 --- scsi_sa.c 2 Aug 2002 06:25:56 -0000 1.45.2.12 +++ scsi_sa.c 17 Dec 2002 17:08:50 -0000 1.45.2.13 [Id change deleted] @@ -304,6 +304,10 @@ "C15*", "*"}, SA_QUIRK_VARIABLE|SA_QUIRK_NO_CPAGE, 0, }, #endif + { + { T_SEQUENTIAL, SIP_MEDIA_REMOVABLE, "HP", + "C56*", "*"}, SA_QUIRK_VARIABLE|SA_QUIRK_2FM, 0 + }, { { T_SEQUENTIAL, SIP_MEDIA_REMOVABLE, "HP", "T20*", "*"}, SA_QUIRK_FIXED|SA_QUIRK_1FM, 512 %%% Try changing the code to match the log message. The log message only claims to change to variable block sizes, but the code also sets the EOD handling and this is apparently causes changed and wrong EOD handling. The wildcards are also inconsistent with the log message. Bruce From owner-freebsd-bugs@FreeBSD.ORG Mon Apr 7 21:40:16 2003 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 CCDF137B401 for ; Mon, 7 Apr 2003 21:40:16 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A8CE43F93 for ; Mon, 7 Apr 2003 21:40:16 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h384eFUp021661 for ; Mon, 7 Apr 2003 21:40:15 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h384eFZn021660; Mon, 7 Apr 2003 21:40:15 -0700 (PDT) Date: Mon, 7 Apr 2003 21:40:15 -0700 (PDT) Message-Id: <200304080440.h384eFZn021660@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Bruce Evans Subject: Re: kern/50691: EOT detection in sa driver prevents mutli volume dump X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Bruce Evans List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Apr 2003 04:40:17 -0000 The following reply was made to PR kern/50691; it has been noted by GNATS. From: Bruce Evans To: lars@koellers.net Cc: FreeBSD-gnats-submit@freebsd.org, "" , "" , "" Subject: Re: kern/50691: EOT detection in sa driver prevents mutli volume dump Date: Tue, 8 Apr 2003 14:33:36 +1000 (EST) On Mon, 7 Apr 2003 lkoeller@freebsd.org wrote: > >Description: > > When dumping a volume on an SCSI magnetic tape, a tape change request > leads to the abort of the dump process (dump ant tape on same machine): > ... > Note: I notice a change of the behaviour of the tape driver somehow in October > 2002. Till there a EOT of the tape was correct signaled by the driver during > writing. After there was only an error reportet and the nuber of bytes written: This was the only change in the driver between 4.7 and 4.8. %%% RCS file: /home/ncvs/src/sys/cam/scsi/scsi_sa.c,v Working file: scsi_sa.c head: 1.92 ... ---------------------------- revision 1.85 date: 2002/12/16 17:40:17; author: trhodes; state: Exp; lines: +4 -0 The HP DAT 40 tape drive should be able to handle variable block sizes. But for some reason the block size is different when a different type of tape is placed in the drive. This commit fixes that. PR: 46209 Submitted by: Alex Wang Approved by: mjacob ---------------------------- %%% %%% Index: scsi_sa.c =================================================================== RCS file: /home/ncvs/src/sys/cam/scsi/scsi_sa.c,v retrieving revision 1.45.2.12 retrieving revision 1.45.2.13 diff -u -r1.45.2.12 -r1.45.2.13 --- scsi_sa.c 2 Aug 2002 06:25:56 -0000 1.45.2.12 +++ scsi_sa.c 17 Dec 2002 17:08:50 -0000 1.45.2.13 [Id change deleted] @@ -304,6 +304,10 @@ "C15*", "*"}, SA_QUIRK_VARIABLE|SA_QUIRK_NO_CPAGE, 0, }, #endif + { + { T_SEQUENTIAL, SIP_MEDIA_REMOVABLE, "HP", + "C56*", "*"}, SA_QUIRK_VARIABLE|SA_QUIRK_2FM, 0 + }, { { T_SEQUENTIAL, SIP_MEDIA_REMOVABLE, "HP", "T20*", "*"}, SA_QUIRK_FIXED|SA_QUIRK_1FM, 512 %%% Try changing the code to match the log message. The log message only claims to change to variable block sizes, but the code also sets the EOD handling and this is apparently causes changed and wrong EOD handling. The wildcards are also inconsistent with the log message. Bruce From owner-freebsd-bugs@FreeBSD.ORG Mon Apr 7 23:10:13 2003 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 1E75837B401 for ; Mon, 7 Apr 2003 23:10:13 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9DAC743FAF for ; Mon, 7 Apr 2003 23:10:12 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h386ACUp047533 for ; Mon, 7 Apr 2003 23:10:12 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h386AC1I047532; Mon, 7 Apr 2003 23:10:12 -0700 (PDT) Date: Mon, 7 Apr 2003 23:10:12 -0700 (PDT) Message-Id: <200304080610.h386AC1I047532@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Nate Lawson Subject: Re: kern/50691: EOT detection in sa driver prevents mutli volume dump X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Nate Lawson List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Apr 2003 06:10:13 -0000 The following reply was made to PR kern/50691; it has been noted by GNATS. From: Nate Lawson To: Bruce Evans Cc: lars@koellers.net, FreeBSD-gnats-submit@freebsd.org Subject: Re: kern/50691: EOT detection in sa driver prevents mutli volume dump Date: Mon, 7 Apr 2003 23:05:25 -0700 (PDT) On Tue, 8 Apr 2003, Bruce Evans wrote: > On Mon, 7 Apr 2003 lkoeller@freebsd.org wrote: > > Note: I notice a change of the behaviour of the tape driver somehow in October > > 2002. Till there a EOT of the tape was correct signaled by the driver during > > writing. After there was only an error reportet and the nuber of bytes written: > > This was the only change in the driver between 4.7 and 4.8. > > ---------------------------- > revision 1.85 > date: 2002/12/16 17:40:17; author: trhodes; state: Exp; lines: +4 -0 > The HP DAT 40 tape drive should be able to handle variable block sizes. > But for some reason the block size is different when a different type of > tape is placed in the drive. This commit fixes that. > > PR: 46209 > Submitted by: Alex Wang > Approved by: mjacob > ---------------------------- > %%% > > %%% > Index: scsi_sa.c > =================================================================== > RCS file: /home/ncvs/src/sys/cam/scsi/scsi_sa.c,v > retrieving revision 1.45.2.12 > retrieving revision 1.45.2.13 > diff -u -r1.45.2.12 -r1.45.2.13 > --- scsi_sa.c 2 Aug 2002 06:25:56 -0000 1.45.2.12 > +++ scsi_sa.c 17 Dec 2002 17:08:50 -0000 1.45.2.13 > [Id change deleted] > @@ -304,6 +304,10 @@ > "C15*", "*"}, SA_QUIRK_VARIABLE|SA_QUIRK_NO_CPAGE, 0, > }, > #endif > + { > + { T_SEQUENTIAL, SIP_MEDIA_REMOVABLE, "HP", > + "C56*", "*"}, SA_QUIRK_VARIABLE|SA_QUIRK_2FM, 0 > + }, > { > { T_SEQUENTIAL, SIP_MEDIA_REMOVABLE, "HP", > "T20*", "*"}, SA_QUIRK_FIXED|SA_QUIRK_1FM, 512 > %%% I agree with Bruce. Remove the "|SA_QUIRK_2FM" from the C56 line above, recompile your kernel, and try again. Let us know if this fixes things for you. Variable block size has little to do with requiring 2 end of file marks and the original commit should have been more careful about this. -Nate From owner-freebsd-bugs@FreeBSD.ORG Tue Apr 8 02:00:34 2003 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 C8F4E37B404 for ; Tue, 8 Apr 2003 02:00:34 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7385943FA3 for ; Tue, 8 Apr 2003 02:00:34 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h3890YUp090175 for ; Tue, 8 Apr 2003 02:00:34 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h3890Y5s090174; Tue, 8 Apr 2003 02:00:34 -0700 (PDT) Date: Tue, 8 Apr 2003 02:00:34 -0700 (PDT) Message-Id: <200304080900.h3890Y5s090174@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Steven Enderle Subject: Re: kern/47544: iir does not detect direct access drives X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Steven Enderle List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Apr 2003 09:00:35 -0000 The following reply was made to PR kern/47544; it has been noted by GNATS. From: Steven Enderle To: freebsd-gnats-submit@FreeBSD.org, vaidas.damosevicius@if.lt Cc: Subject: Re: kern/47544: iir does not detect direct access drives Date: Tue, 08 Apr 2003 10:54:16 +0200 FreeBSD 5.0-RELEASE cannot be installed on our new server which is based on an ICP Vortex 6113RS Raid Controller (iir). Sysinstall says, it finds no disk. I can see the kernel probing iir's and finding it propertly but i don't know about the disks, i guess it doesn't find any. FreeBSD 4.6.2 does. FreeBSD 5.0 failed to be installed on _EVERY_ server i tried to do so yet. DOES ANYBODY CARE ABOUT THIS?? How can this be called a technologie preview if you just see sysinstall failing to find anything at all?? I also submitted a report about it failing to install on our IDE Raid (3ware) based servers. Should i waste my money on 5.1 at all?? Or will this be fixed? We ain't running 5.0 here at the company at all yet, since i did not find a machine yet it works on. At home it works pretty fine. From owner-freebsd-bugs@FreeBSD.ORG Tue Apr 8 02:58:26 2003 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 10ED937B401; Tue, 8 Apr 2003 02:58:26 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A379443FAF; Tue, 8 Apr 2003 02:58:25 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from freefall.freebsd.org (tjr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h389wPUp006264; Tue, 8 Apr 2003 02:58:25 -0700 (PDT) (envelope-from tjr@freefall.freebsd.org) Received: (from tjr@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h389wP7q006260; Tue, 8 Apr 2003 02:58:25 -0700 (PDT) Date: Tue, 8 Apr 2003 02:58:25 -0700 (PDT) From: "Tim J. Robbins" Message-Id: <200304080958.h389wP7q006260@freefall.freebsd.org> To: tjr@FreeBSD.org, freebsd-bugs@FreeBSD.org, des@FreeBSD.org Subject: Re: bin/50679: vi invoked from chpass and vipw exits on ^C 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, 08 Apr 2003 09:58:26 -0000 Synopsis: vi invoked from chpass and vipw exits on ^C Responsible-Changed-From-To: freebsd-bugs->des Responsible-Changed-By: tjr Responsible-Changed-When: Tue Apr 8 02:55:52 PDT 2003 Responsible-Changed-Why: I think src/lib/libutil/pw_util.c rev. 1.24 causes this incorrect behaviour - either interrupt/quit/etc. signals should be ignored while the editor is running, or the editor should be started in its own process group. Ignoring signals is what 4.x do; the patch attached to this PR runs the editor in its own process group, and has not been tested very well. http://www.freebsd.org/cgi/query-pr.cgi?pr=50679 From owner-freebsd-bugs@FreeBSD.ORG Tue Apr 8 03:23:31 2003 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 C72EE37B401; Tue, 8 Apr 2003 03:23:31 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A1CC43FAF; Tue, 8 Apr 2003 03:23:31 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from freefall.freebsd.org (tjr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h38ANVUp016189; Tue, 8 Apr 2003 03:23:31 -0700 (PDT) (envelope-from tjr@freefall.freebsd.org) Received: (from tjr@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h38ANVZc016185; Tue, 8 Apr 2003 03:23:31 -0700 (PDT) Date: Tue, 8 Apr 2003 03:23:31 -0700 (PDT) From: "Tim J. Robbins" Message-Id: <200304081023.h38ANVZc016185@freefall.freebsd.org> To: tjr@FreeBSD.org, freebsd-bugs@FreeBSD.org, scottl@FreeBSD.org Subject: Re: kern/50541: raidframe does not work 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, 08 Apr 2003 10:23:32 -0000 Synopsis: raidframe does not work Responsible-Changed-From-To: freebsd-bugs->scottl Responsible-Changed-By: tjr Responsible-Changed-When: Tue Apr 8 03:22:50 PDT 2003 Responsible-Changed-Why: scottl has been working on raidframe. http://www.freebsd.org/cgi/query-pr.cgi?pr=50541 From owner-freebsd-bugs@FreeBSD.ORG Tue Apr 8 03:27:25 2003 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 0A32837B401; Tue, 8 Apr 2003 03:27:25 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F8F243F75; Tue, 8 Apr 2003 03:27:24 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from freefall.freebsd.org (tjr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h38AROUp016289; Tue, 8 Apr 2003 03:27:24 -0700 (PDT) (envelope-from tjr@freefall.freebsd.org) Received: (from tjr@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h38AROsX016285; Tue, 8 Apr 2003 03:27:24 -0700 (PDT) Date: Tue, 8 Apr 2003 03:27:24 -0700 (PDT) From: "Tim J. Robbins" Message-Id: <200304081027.h38AROsX016285@freefall.freebsd.org> To: tjr@FreeBSD.org, freebsd-bugs@FreeBSD.org, phk@FreeBSD.org Subject: Re: kern/50045: Kernel threads and init have incorrect start time 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, 08 Apr 2003 10:27:25 -0000 Synopsis: Kernel threads and init have incorrect start time Responsible-Changed-From-To: freebsd-bugs->phk Responsible-Changed-By: tjr Responsible-Changed-When: Tue Apr 8 03:26:48 PDT 2003 Responsible-Changed-Why: Over to phk. http://www.freebsd.org/cgi/query-pr.cgi?pr=50045 From owner-freebsd-bugs@FreeBSD.ORG Tue Apr 8 03:32:24 2003 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 54C4837B401; Tue, 8 Apr 2003 03:32:24 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA72E43F93; Tue, 8 Apr 2003 03:32:23 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from freefall.freebsd.org (tjr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h38AWNUp018373; Tue, 8 Apr 2003 03:32:23 -0700 (PDT) (envelope-from tjr@freefall.freebsd.org) Received: (from tjr@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h38AWN5x018369; Tue, 8 Apr 2003 03:32:23 -0700 (PDT) Date: Tue, 8 Apr 2003 03:32:23 -0700 (PDT) From: "Tim J. Robbins" Message-Id: <200304081032.h38AWN5x018369@freefall.freebsd.org> To: tjr@FreeBSD.org, tjr@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/35070: math(3) references section "3m", etc. 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, 08 Apr 2003 10:32:24 -0000 Synopsis: math(3) references section "3m", etc. Responsible-Changed-From-To: tjr->freebsd-bugs Responsible-Changed-By: tjr Responsible-Changed-When: Tue Apr 8 03:31:11 PDT 2003 Responsible-Changed-Why: Back into the global bug pool. http://www.freebsd.org/cgi/query-pr.cgi?pr=35070 From owner-freebsd-bugs@FreeBSD.ORG Tue Apr 8 04:09:53 2003 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 9B6F237B401; Tue, 8 Apr 2003 04:09:53 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D38843FBD; Tue, 8 Apr 2003 04:09:53 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from freefall.freebsd.org (tjr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h38B9rUp032148; Tue, 8 Apr 2003 04:09:53 -0700 (PDT) (envelope-from tjr@freefall.freebsd.org) Received: (from tjr@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h38B9q7u032144; Tue, 8 Apr 2003 04:09:52 -0700 (PDT) Date: Tue, 8 Apr 2003 04:09:52 -0700 (PDT) From: "Tim J. Robbins" Message-Id: <200304081109.h38B9q7u032144@freefall.freebsd.org> To: sean-freebsd@farley.org, tjr@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/49968: ipcs is incorrectly documented 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, 08 Apr 2003 11:09:54 -0000 Synopsis: ipcs is incorrectly documented State-Changed-From-To: patched->closed State-Changed-By: tjr State-Changed-When: Tue Apr 8 04:08:16 PDT 2003 State-Changed-Why: Fixed in -stable. http://www.freebsd.org/cgi/query-pr.cgi?pr=49968 From owner-freebsd-bugs@FreeBSD.ORG Tue Apr 8 06:37:35 2003 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 9A91037B401; Tue, 8 Apr 2003 06:37:35 -0700 (PDT) Received: from grosbein.pp.ru (D00015.dialonly.kemerovo.su [213.184.66.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77C0D43FAF; Tue, 8 Apr 2003 06:37:32 -0700 (PDT) (envelope-from eugen@grosbein.pp.ru) Received: from grosbein.pp.ru (smmsp@localhost [127.0.0.1]) by grosbein.pp.ru (8.12.9/8.12.7) with ESMTP id h38DbQZV000727; Tue, 8 Apr 2003 21:37:26 +0800 (KRAST) (envelope-from eugen@grosbein.pp.ru) Received: (from eugen@localhost) by grosbein.pp.ru (8.12.9/8.12.9/Submit) id h37I3eXG001890; Tue, 8 Apr 2003 02:03:40 +0800 (KRAST) Date: Tue, 8 Apr 2003 02:03:40 +0800 From: Eugene Grosbein To: Max Khon Message-ID: <20030408020340.A1869@grosbein.pp.ru> References: <200304071337.h37Db8EI002606@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200304071337.h37Db8EI002606@freefall.freebsd.org>; from fjoe@FreeBSD.org on Mon, Apr 07, 2003 at 06:37:09AM -0700 cc: freebsd-bugs@FreeBSD.org Subject: Re: bin/45760: pppd(8) incoreectly handles timeouts after long run 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, 08 Apr 2003 13:37:35 -0000 On Mon, Apr 07, 2003 at 06:37:09AM -0700, Max Khon wrote: > Synopsis: pppd(8) incoreectly handles timeouts after long run > > State-Changed-From-To: open->closed > State-Changed-By: fjoe > State-Changed-When: Mon Apr 7 06:34:47 PDT 2003 > State-Changed-Why: > Thanks, committed to HEAD with MFC after two weeks. > The same patch was applied in NetBSD source tree when pppd was > upgraded to 2.3.9 there. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=45760 Thank you! Eugene Grosbein From owner-freebsd-bugs@FreeBSD.ORG Tue Apr 8 07:10:06 2003 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 2B1B537B401 for ; Tue, 8 Apr 2003 07:10:06 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB08C43F75 for ; Tue, 8 Apr 2003 07:10:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h38EA5Up020917 for ; Tue, 8 Apr 2003 07:10:05 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h38EA5Ug020916; Tue, 8 Apr 2003 07:10:05 -0700 (PDT) Date: Tue, 8 Apr 2003 07:10:05 -0700 (PDT) Message-Id: <200304081410.h38EA5Ug020916@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Yar Tikhiy Subject: Re: kern/38029: Kernel panic in lockmgr X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Yar Tikhiy List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Apr 2003 14:10:06 -0000 The following reply was made to PR kern/38029; it has been noted by GNATS. From: Yar Tikhiy To: freebsd-gnats-submit@FreeBSD.org, alexs@snark.ratmir.ru Cc: Subject: Re: kern/38029: Kernel panic in lockmgr Date: Tue, 8 Apr 2003 18:07:30 +0400 Are you still able to get this kind of panic in 4.8-RELEASE? -- Yar From owner-freebsd-bugs@FreeBSD.ORG Tue Apr 8 07:20:13 2003 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 34E3137B401 for ; Tue, 8 Apr 2003 07:20:13 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCA9F43FAF for ; Tue, 8 Apr 2003 07:20:12 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h38EKCUp066922 for ; Tue, 8 Apr 2003 07:20:12 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h38EKCIH066921; Tue, 8 Apr 2003 07:20:12 -0700 (PDT) Date: Tue, 8 Apr 2003 07:20:12 -0700 (PDT) Message-Id: <200304081420.h38EKCIH066921@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Yar Tikhiy Subject: Re: bin/50690: ftpd -h does not work for the SYST command (patch included) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Yar Tikhiy List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Apr 2003 14:20:13 -0000 The following reply was made to PR bin/50690; it has been noted by GNATS. From: Yar Tikhiy To: freebsd-gnats-submit@FreeBSD.org, alexs@snark.ratmir.ru Cc: Subject: Re: bin/50690: ftpd -h does not work for the SYST command (patch included) Date: Tue, 8 Apr 2003 18:14:48 +0400 I'm afraid this is likely to break GUI FTP clients, particularly with respect to parsing /bin/ls output. Could you please dispel (or confirm) my apprehension? -- Yar From owner-freebsd-bugs@FreeBSD.ORG Tue Apr 8 07:40:16 2003 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 47F9137B401 for ; Tue, 8 Apr 2003 07:40:16 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C454A43F3F for ; Tue, 8 Apr 2003 07:40:15 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h38EeFUp071097 for ; Tue, 8 Apr 2003 07:40:15 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h38EeFCB071096; Tue, 8 Apr 2003 07:40:15 -0700 (PDT) Date: Tue, 8 Apr 2003 07:40:15 -0700 (PDT) Message-Id: <200304081440.h38EeFCB071096@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: dmitry@atlantis.dp.ua Subject: Re: bin/50613: [PATCH] pppd(8) incorrect CBCP re X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: dmitry@atlantis.dp.ua List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Apr 2003 14:40:16 -0000 The following reply was made to PR bin/50613; it has been noted by GNATS. From: dmitry@atlantis.dp.ua To: freebsd-gnats-submit@FreeBSD.org, dmitry@atlantis.dp.ua Cc: Subject: Re: bin/50613: [PATCH] pppd(8) incorrect CBCP re Date: Tue, 8 Apr 2003 17:39:14 +0300 (EEST) It seems that pppd(8) also incorrectly responces "No callback" type. One can specify "callback number" option, call MAX4060 unit with CBCP enabled, but no Ascend-CBCP-Mode RADIUS attribute specified, any CBCP will also never finish. Below is cumulative patch for both problems: --- cbcp.c.orig Sat Aug 28 04:19:00 1999 +++ cbcp.c Tue Apr 8 17:05:00 2003 @@ -343,10 +343,9 @@ if (cb_type & ( 1 << CB_CONF_ADMIN ) ) { syslog(LOG_DEBUG, "cbcp_resp CONF_ADMIN"); PUTCHAR(CB_CONF_ADMIN, bufp); - len = 3 + 1; + len = 3; PUTCHAR(len , bufp); PUTCHAR(5, bufp); /* delay */ - PUTCHAR(0, bufp); cbcp_send(us, CBCP_RESP, buf, len); return; } @@ -354,9 +353,8 @@ if (cb_type & ( 1 << CB_CONF_NO ) ) { syslog(LOG_DEBUG, "cbcp_resp CONF_NO"); PUTCHAR(CB_CONF_NO, bufp); - len = 3; + len = 2; PUTCHAR(len , bufp); - PUTCHAR(0, bufp); cbcp_send(us, CBCP_RESP, buf, len); (*ipcp_protent.open)(us->us_unit); return; Microsoft's CBCP specification says: 3.2.1 No Callback The Caller requests not to be called back at all. The Callback Type is set to 1. No Callback address or Callback Delay field is supplied. pppd(8) session log before patch (callback number specified, MAX4060 instructed not to call back): Apr 8 17:01:32 homelynx pppd[242]: cbcp_open Apr 8 17:01:32 homelynx pppd[242]: rcvd [CBCP Request id=0x1 < NoCallback>] Apr 8 17:01:32 homelynx pppd[242]: length: 2 Apr 8 17:01:32 homelynx pppd[242]: no callback allowed Apr 8 17:01:32 homelynx pppd[242]: cbcp_resp cb_type=2 Apr 8 17:01:32 homelynx pppd[242]: cbcp_resp CONF_NO Apr 8 17:01:32 homelynx pppd[242]: sent [CBCP Response id=0x1 < NoCallback dela y = 0>] Apr 8 17:01:32 homelynx pppd[242]: sent [IPCP ConfReq id=0x1 ] Apr 8 17:01:41 homelynx last message repeated 3 times After patch: Apr 8 17:06:36 homelynx pppd[366]: cbcp_open Apr 8 17:06:36 homelynx pppd[366]: rcvd [CBCP Request id=0x1 < NoCallback>] Apr 8 17:06:36 homelynx pppd[366]: length: 2 Apr 8 17:06:36 homelynx pppd[366]: no callback allowed Apr 8 17:06:36 homelynx pppd[366]: cbcp_resp cb_type=2 Apr 8 17:06:36 homelynx pppd[366]: cbcp_resp CONF_NO Apr 8 17:06:36 homelynx pppd[366]: sent [CBCP Response id=0x1 < NoCallback>] Apr 8 17:06:36 homelynx pppd[366]: sent [IPCP ConfReq id=0x1 ] Apr 8 17:06:37 homelynx pppd[366]: rcvd [CBCP Ack id=0x1 < NoCallback>] Apr 8 17:06:37 homelynx pppd[366]: sent [LCP TermReq id=0x2 "Call me back, plea se"] From owner-freebsd-bugs@FreeBSD.ORG Tue Apr 8 07:41:01 2003 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 D9E2437B401; Tue, 8 Apr 2003 07:41:01 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B18B43F93; Tue, 8 Apr 2003 07:41:01 -0700 (PDT) (envelope-from yar@FreeBSD.org) Received: from freefall.freebsd.org (yar@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h38Ef1Up072826; Tue, 8 Apr 2003 07:41:01 -0700 (PDT) (envelope-from yar@freefall.freebsd.org) Received: (from yar@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h38Ef1YL072804; Tue, 8 Apr 2003 07:41:01 -0700 (PDT) Date: Tue, 8 Apr 2003 07:41:01 -0700 (PDT) From: Yar Tikhiy Message-Id: <200304081441.h38Ef1YL072804@freefall.freebsd.org> To: alexs@snark.ratmir.ru, yar@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/38029: Kernel panic in lockmgr 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, 08 Apr 2003 14:41:02 -0000 Synopsis: Kernel panic in lockmgr State-Changed-From-To: open->closed State-Changed-By: yar State-Changed-When: Tue Apr 8 07:38:29 PDT 2003 State-Changed-Why: The originator confirms the problem is gone in recent versions of FreeBSD. http://www.freebsd.org/cgi/query-pr.cgi?pr=38029 From owner-freebsd-bugs@FreeBSD.ORG Tue Apr 8 07:50:11 2003 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 45C7437B401 for ; Tue, 8 Apr 2003 07:50:11 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1D0143FA3 for ; Tue, 8 Apr 2003 07:50:10 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h38EoAUp073238 for ; Tue, 8 Apr 2003 07:50:10 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h38EoAoG073237; Tue, 8 Apr 2003 07:50:10 -0700 (PDT) Date: Tue, 8 Apr 2003 07:50:10 -0700 (PDT) Message-Id: <200304081450.h38EoAoG073237@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Alex Semenyaka Subject: Re: kern/38029: Kernel panic in lockmgr X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Alex Semenyaka List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Apr 2003 14:50:11 -0000 The following reply was made to PR kern/38029; it has been noted by GNATS. From: Alex Semenyaka To: Yar Tikhiy Cc: freebsd-gnats-submit@FreeBSD.org, alexs@snark.ratmir.ru Subject: Re: kern/38029: Kernel panic in lockmgr Date: Tue, 8 Apr 2003 18:33:57 +0400 On Tue, Apr 08, 2003 at 06:07:30PM +0400, Yar Tikhiy wrote: > Are you still able to get this kind of panic in 4.8-RELEASE? Not anymore, the case can be closed. SY, Alex From owner-freebsd-bugs@FreeBSD.ORG Tue Apr 8 09:10:19 2003 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 E3AAE37B401 for ; Tue, 8 Apr 2003 09:10:19 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F56643FBD for ; Tue, 8 Apr 2003 09:10:19 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h38GAIUp096761 for ; Tue, 8 Apr 2003 09:10:18 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h38GAIWX096760; Tue, 8 Apr 2003 09:10:18 -0700 (PDT) Date: Tue, 8 Apr 2003 09:10:18 -0700 (PDT) Message-Id: <200304081610.h38GAIWX096760@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Alex Semenyaka Subject: Re: bin/50690: ftpd -h does not work for the SYST command (patch included) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Alex Semenyaka List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Apr 2003 16:10:20 -0000 The following reply was made to PR bin/50690; it has been noted by GNATS. From: Alex Semenyaka To: Yar Tikhiy Cc: freebsd-gnats-submit@FreeBSD.org, alexs@snark.ratmir.ru Subject: Re: bin/50690: ftpd -h does not work for the SYST command (patch included) Date: Tue, 8 Apr 2003 20:08:40 +0400 On Tue, Apr 08, 2003 at 06:14:48PM +0400, Yar Tikhiy wrote: > I'm afraid this is likely to break GUI FTP clients, > particularly with respect to parsing /bin/ls output. > Could you please dispel (or confirm) my apprehension? Sure. Checked with FAR, Microsoft Internet Explorer, WS FTP, Cute FTP, FTP Commander. Both binary and text transfers were ok. Macintosh clients will check tomorrow. SY, ALex From owner-freebsd-bugs@FreeBSD.ORG Tue Apr 8 10:30:20 2003 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 197CF37B491 for ; Tue, 8 Apr 2003 10:30:20 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B689C43F93 for ; Tue, 8 Apr 2003 10:30:19 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h38HUJUp017442 for ; Tue, 8 Apr 2003 10:30:19 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h38HUJws017441; Tue, 8 Apr 2003 10:30:19 -0700 (PDT) Date: Tue, 8 Apr 2003 10:30:19 -0700 (PDT) Message-Id: <200304081730.h38HUJws017441@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Christian Wittenhorst Subject: Re: kern/50422: if_nge broken in FreeBSD 5.0 - nge0: watchdog timeout (SMP) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Christian Wittenhorst List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Apr 2003 17:30:20 -0000 The following reply was made to PR kern/50422; it has been noted by GNATS. From: Christian Wittenhorst To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: kern/50422: if_nge broken in FreeBSD 5.0 - nge0: watchdog timeout (SMP) Date: Tue, 08 Apr 2003 19:29:12 +0200 correction: the if_nge driver doesn't work at all under FreeBSD 5.0 with SMP enabled, not even under FreeBSD 5.0 RELEASE. Without SMP the driver just works fine. (GENERIC kernel configuration, just the following two lines enabled) # To make an SMP kernel, the next two are needed options SMP # Symmetric MultiProcessor Kernel options APIC_IO # Symmetric (APIC) I/O From owner-freebsd-bugs@FreeBSD.ORG Tue Apr 8 11:50:15 2003 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 2BE0737B401 for ; Tue, 8 Apr 2003 11:50:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B387C43F75 for ; Tue, 8 Apr 2003 11:50:14 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h38IoEUp037427 for ; Tue, 8 Apr 2003 11:50:14 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h38IoEBk037426; Tue, 8 Apr 2003 11:50:14 -0700 (PDT) Date: Tue, 8 Apr 2003 11:50:14 -0700 (PDT) Message-Id: <200304081850.h38IoEBk037426@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: "Lars =?iso-8859-1?Q?K=F6ller?=" Subject: Re: kern/50691: EOT detection in sa driver prevents mutli volume dump X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Lars =?iso-8859-1?Q?K=F6ller?= List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Apr 2003 18:50:15 -0000 The following reply was made to PR kern/50691; it has been noted by GNATS. From: "Lars =?iso-8859-1?Q?K=F6ller?=" To: Nate Lawson Cc: Bruce Evans , lars@koellers.net, FreeBSD-gnats-submit@freebsd.org Subject: Re: kern/50691: EOT detection in sa driver prevents mutli volume dump Date: Tue, 08 Apr 2003 20:40:28 +0200 Hi, first of all thanks for the quick replay! In reply to Nate Lawson who wrote: >> %%% >> Index: scsi_sa.c >> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >> RCS file: /home/ncvs/src/sys/cam/scsi/scsi_sa.c,v >> retrieving revision 1.45.2.12 >> retrieving revision 1.45.2.13 >> diff -u -r1.45.2.12 -r1.45.2.13 >> --- scsi_sa.c 2 Aug 2002 06:25:56 -0000 1.45.2.12 >> +++ scsi_sa.c 17 Dec 2002 17:08:50 -0000 1.45.2.13 >> [Id change deleted] >> @@ -304,6 +304,10 @@ >> "C15*", "*"}, SA_QUIRK_VARIABLE|SA_QUIRK_NO_CPAGE, 0, >> }, >> #endif >> + { >> + { T_SEQUENTIAL, SIP_MEDIA_REMOVABLE, "HP", >> + "C56*", "*"}, SA_QUIRK_VARIABLE|SA_QUIRK_2FM, 0 >> + }, >> { >> { T_SEQUENTIAL, SIP_MEDIA_REMOVABLE, "HP", >> "T20*", "*"}, SA_QUIRK_FIXED|SA_QUIRK_1FM, 512 >> %%% > >I agree with Bruce. Remove the "|SA_QUIRK_2FM" from the C56 line above,= >recompile your kernel, and try again. Let us know if this fixes things >for you. Variable block size has little to do with requiring 2 end of >file marks and the original commit should have been more careful about >this. If I understand the code change right, it is only valid for HP DAT = drives. Sorry I've forgotten to mention my is a = ARCHIVE Python 28388-XXX So this couldn't be the reason. The last successful backup on a DDS2 = and a second DDS1 tape was done at Jan 11th. So .... sorry, but I've checked both tapes tapes I've tried and both are defect! No cleaning has helped they are unusable I've never seen this before in my 8 year DAT usage: root@odie:/usr/src/sys/cam/scsi/ 129612 : mt rew root@odie:/usr/src/sys/cam/scsi/ 129613 : mt stat Mode Density Blocksize bpi Compression Current: 0x13:X3B5/88-185A variable 61000 DCLZ ---------available modes--------- 0: 0x13:X3B5/88-185A variable 61000 DCLZ 1: 0x13:X3B5/88-185A variable 61000 DCLZ 2: 0x13:X3B5/88-185A variable 61000 DCLZ 3: 0x13:X3B5/88-185A variable 61000 DCLZ --------------------------------- Current Driver State: at rest. --------------------------------- File Number: 0 Record Number: 0 Residual Count 0 root@odie:/usr/src/sys/cam/scsi/ 129614 : tar cpv /sbin = tar: Removing leading `/' from member names sbin/ sbin/dhclient-script sbin/adjkerntz tar: /dev/nrsa0: Wrote only 0 of 10240 bytes tar: Error is not recoverable: exiting now Syslog shown: Such an error didn't come into my mind until I see the cvs diff above. So please close the PR! Thanks and best regards Lars -- = Lars K=F6ller E-Mail: lars@koellers.net (LKoeller@FreeBSD.ORG) -------- FreeBSD, was sonst? ---- http://www.de.freebsd.org -------- From owner-freebsd-bugs@FreeBSD.ORG Tue Apr 8 12:00:29 2003 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 8F8F237B401 for ; Tue, 8 Apr 2003 12:00:29 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FCED43FBD for ; Tue, 8 Apr 2003 12:00:29 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h38J0TUp039538 for ; Tue, 8 Apr 2003 12:00:29 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h38J0TtK039537; Tue, 8 Apr 2003 12:00:29 -0700 (PDT) Date: Tue, 8 Apr 2003 12:00:29 -0700 (PDT) Message-Id: <200304081900.h38J0TtK039537@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Nate Lawson Subject: Re: kern/50691: EOT detection in sa driver prevents mutli volume dump X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Nate Lawson List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Apr 2003 19:00:30 -0000 The following reply was made to PR kern/50691; it has been noted by GNATS. From: Nate Lawson To: Lars =?iso-8859-1?Q?K=F6ller?= Cc: Bruce Evans , FreeBSD-gnats-submit@freebsd.org Subject: Re: kern/50691: EOT detection in sa driver prevents mutli volume dump Date: Tue, 8 Apr 2003 11:51:05 -0700 (PDT) On Tue, 8 Apr 2003, Lars [iso-8859-1] Köller wrote: > In reply to Nate Lawson who wrote: > > >I agree with Bruce. Remove the "|SA_QUIRK_2FM" from the C56 line above, > >recompile your kernel, and try again. Let us know if this fixes things > >for you. Variable block size has little to do with requiring 2 end of > >file marks and the original commit should have been more careful about > >this. > > If I understand the code change right, it is only valid for HP DAT > drives. Sorry I've forgotten to mention my is a > > ARCHIVE Python 28388-XXX > > So this couldn't be the reason. The last successful backup on a DDS2 > and a second DDS1 tape was done at Jan 11th. Please reply with the results of "camcontrol devlist" for the history of this PR and I'll close it. -Nate From owner-freebsd-bugs@FreeBSD.ORG Tue Apr 8 13:10:20 2003 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 3FA1C37B404 for ; Tue, 8 Apr 2003 13:10:20 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDEB143FD7 for ; Tue, 8 Apr 2003 13:10:17 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h38KAHUp065796 for ; Tue, 8 Apr 2003 13:10:17 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h38KAHJ6065795; Tue, 8 Apr 2003 13:10:17 -0700 (PDT) Resent-Date: Tue, 8 Apr 2003 13:10:17 -0700 (PDT) Resent-Message-Id: <200304082010.h38KAHJ6065795@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, Charlie & Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03A8737B401 for ; Tue, 8 Apr 2003 13:09:03 -0700 (PDT) Received: from shandritokkel.homeunix.org (qn-213-73-250-14.quicknet.nl [213.73.250.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id E195F43FA3 for ; Tue, 8 Apr 2003 13:09:01 -0700 (PDT) (envelope-from root@shandritokkel.homeunix.org) Received: from shandritokkel.homeunix.org (ikzqtt@localhost.tokkel [127.0.0.1])h38L8JQ2090181 for ; Tue, 8 Apr 2003 21:08:20 GMT (envelope-from root@shandritokkel.homeunix.org) Received: (from root@localhost)h38L8IkF090180; Tue, 8 Apr 2003 21:08:18 GMT Message-Id: <200304082108.h38L8IkF090180@shandritokkel.homeunix.org> Date: Tue, 8 Apr 2003 21:08:18 GMT From: Charlie & To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: bin/50733: buildworld won't build, because of linking problem X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Charlie & List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Apr 2003 20:10:20 -0000 >Number: 50733 >Category: bin >Synopsis: buildworld won't build, because of linking problem >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Apr 08 13:10:17 PDT 2003 >Closed-Date: >Last-Modified: >Originator: E. Klerks >Release: FreeBSD 5.0-RELEASE-p7 i386 >Organization: none >Environment: System: FreeBSD shandritokkel.homeunix.org 5.0-RELEASE-p7 FreeBSD 5.0-RELEASE-p7 #3: Tue Apr 8 18:24:23 GMT 2003 root@shandritokkel.homeunix.org:/root/usr/obj/root/usr/src/sys/LITTLEONE i386 >Description: Athlon thunderbird 1800xp FreeBSD 5.0-RELEASE-p7 cat libc.a >How-To-Repeat: Just run make buildworld with the sources from 8 april 2003 It fails, when it try to link cat. It gives this error: cc -O2 -pipe -march=athlon-tbird -Werror -Wall -Wno-format-y2k -Wno-uninitiali zed -Wformat=2 -Wno-format-extra-args -Werror -static -o cat cat.o /usr/obj/root/usr/src/i386/usr/lib/libc.a(atexit.o): In function `atexit': atexit.o(.text+0xc0): undefined reference to `_pthread_mutex_unlock' atexit.o(.text+0xce): undefined reference to `_pthread_mutex_lock' atexit.o(.text+0xdc): undefined reference to `_pthread_mutex_unlock' atexit.o(.text+0xfb): undefined reference to `_pthread_mutex_lock' atexit.o(.text+0x10c): undefined reference to `_pthread_mutex_unlock' atexit.o(.text+0x133): undefined reference to `_pthread_mutex_lock' /usr/obj/root/usr/src/i386/usr/lib/libc.a(_flock_stub.o): In function `flockfile ': _flock_stub.o(.text+0x10): undefined reference to `_pthread_self' _flock_stub.o(.text+0x25): undefined reference to `_pthread_mutex_lock' /usr/obj/root/usr/src/i386/usr/lib/libc.a(_flock_stub.o): In function `_flockfil e_debug': _flock_stub.o(.text+0x60): undefined reference to `_pthread_self' _flock_stub.o(.text+0x75): undefined reference to `_pthread_mutex_lock' /usr/obj/root/usr/src/i386/usr/lib/libc.a(_flock_stub.o): In function `ftrylockf ile': _flock_stub.o(.text+0xb5): undefined reference to `_pthread_self' _flock_stub.o(.text+0xca): undefined reference to `_pthread_mutex_trylock' /usr/obj/root/usr/src/i386/usr/lib/libc.a(_flock_stub.o): In function `funlockfi le': _flock_stub.o(.text+0x10d): undefined reference to `_pthread_self' _flock_stub.o(.text+0x145): undefined reference to `_pthread_mutex_unlock' *** Error code 1 Stop in /usr/src/bin/cat. *** Error code 1 Stop in /usr/src/bin. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Tue Apr 8 13:10:20 2003 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 9E7D737B401 for ; Tue, 8 Apr 2003 13:10:20 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B8CB43FBF for ; Tue, 8 Apr 2003 13:10:17 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h38KAHUp065783 for ; Tue, 8 Apr 2003 13:10:17 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h38KAHIE065782; Tue, 8 Apr 2003 13:10:17 -0700 (PDT) Resent-Date: Tue, 8 Apr 2003 13:10:17 -0700 (PDT) Resent-Message-Id: <200304082010.h38KAHIE065782@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, Frederic PRACA Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F3F6A37B405 for ; Tue, 8 Apr 2003 13:05:54 -0700 (PDT) Received: from coruscant.dnsalias.net (rouen-2-a7-62-147-101-170.dial.proxad.net [62.147.101.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6476543FB1 for ; Tue, 8 Apr 2003 13:05:50 -0700 (PDT) (envelope-from fred@coruscant.dnsalias.net) Received: from coruscant.dnsalias.net (fred@localhost [127.0.0.1]) h38K66mS000889 for ; Tue, 8 Apr 2003 22:06:06 +0200 (CEST) (envelope-from fred@coruscant.dnsalias.net) Received: (from fred@localhost) by coruscant.dnsalias.net (8.12.6/8.12.6/Submit) id h38K66ha000888; Tue, 8 Apr 2003 22:06:06 +0200 (CEST) Message-Id: <200304082006.h38K66ha000888@coruscant.dnsalias.net> Date: Tue, 8 Apr 2003 22:06:06 +0200 (CEST) From: Frederic PRACA To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: conf/50732: [PATCH] A french dvorak-like layout for Syscons X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Frederic PRACA List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Apr 2003 20:10:21 -0000 >Number: 50732 >Category: conf >Synopsis: [PATCH] A french dvorak-like layout for Syscons >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Apr 08 13:10:16 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Frederic PRACA >Release: FreeBSD 4.7-STABLE i386 >Organization: FreeBSD-fr.org >Environment: System: FreeBSD Coruscant.DarkStar.fr 4.7-STABLE FreeBSD 4.7-STABLE #13: Wed Jan 8 20:05:13 CET 2003 root@Coruscant.DarkStar.fr:/usr/src/sys/compile/CORUSCANT i386 This file is actually environment independant. >Description: This is a keymap file for syscons. It adds a Dvorak-like layout for french according to Francis Leboutte on http://www.algo.be/ergo/dvorak-fr.html >How-To-Repeat: nothing >Fix: Use it like any keymap file for syscons --- INDEX.keymaps begins here --- # $FreeBSD: src/share/syscons/keymaps/INDEX.keymaps,v 1.37.2.7 2002/04/14 16:18:09 phantom Exp $ # # database for kbdmap(8) # # Format :: # # lang: ar bg cs da de el en es fi fr hr hu is it iw ja ko nl no pl pt # ro ru sh sk sl sv tr uk zh # lang: lang,lang # # If lang empty use 'en' (us-english) as default. # # Example: # german.iso.kbd:de:deutsch ISO-8859-1 # german.iso.kbd:en:german ISO-8859-1 # # See also setlocal # /usr/share/locale, /usr/X11/lib/X11/locale/locale.alias # # # Language support: MENU, FONT # MENU:en:Choose your keyboard language MENU:da,no,sv:Vælg dit keyboard layout MENU:de:Wählen Sie Ihre Tastaturbelegung MENU:fr:Choisissez la nationalité de votre clavier MENU:pl:Wybierz uk³ad klawiatury MENU:pt:Escolha o layout do teclado MENU:es:Seleccione el idioma de su teclado MENU:iw:êìù úãì÷îä úôù úà øçá MENU:uk:BÉÂÅÒ¦ÔØ ÒÏÚËÌÁÄËÕ ËÌÁצÁÔÕÒÉ MENU:el:ÅðéëÝîôå ôï ðëçêôñïëüãéï ôçò êïíóüëáò # FONT:en:cp437-8x16.fnt FONT:de,fr,da,no,sv,pt,es:iso-8x16.fnt FONT:ru:koi8-r-8x16.fnt FONT:pl:iso02-8x16.fnt FONT:iw:iso08-8x16.fnt FONT:uk:koi8-u-8x16.fnt FONT:el:iso07-8x16.fnt # be.iso.kbd:en:Belgian ISO-8859-1 be.iso.kbd:de:Belgisch ISO-8859-1 be.iso.kbd:pt,es:Belga ISO-8859-1 be.iso.acc.kbd:en:Belgian ISO-8859-1 (accent keys) be.iso.acc.kbd:de:Belgisch ISO-8859-1 (mit Akzenten) be.iso.acc.kbd:pt:Belga ISO-8859-1 (com acentos) be.iso.acc.kbd:es:Belga ISO-8859-1 (con acentos) bg.bds.ctrlcaps.kbd:bg:Bulgarian BDS bg.phonetic.ctrlcaps.kbd:bg:Bulgarian Phonetic br275.iso.kbd:en:Brazilian 275 ISO-8859-1 br275.iso.kbd:de:Brasilianisch 275 ISO-8859-1 br275.iso.kbd:pt:Brasileiro 275 ISO-8859-1 br275.iso.kbd:es:Brasileño 275 ISO-8859-1 br275.iso.acc.kbd:en:Brazilian 275 ISO-8859-1 (accent keys) br275.iso.acc.kbd:de:Brasilianisch 275 ISO-8859-1 (mit Akzenten) br275.iso.acc.kbd:pt:Brasileiro 275 ISO-8859-1 (com acentos) br275.iso.acc.kbd:es:Brasileño 275 ISO-8859-1 (con acentos) br275.cp850.kbd:en:Brazilian 275 Codepage 850 br275.cp850.kbd:de:Brasilianisch 275 Codeseite 850 br275.cp850.kbd:pt:Brasileiro 275 Codepage 850 br275.cp850.kbd:es:Brasileño 275 Codepage 850 ce.iso2.kbd:en:Central European ISO-8859-2 ce.iso2.kbd:de:Zentral Europäisch ISO-8859-2 ce.iso2.kbd:es:Centroeuropeo ISO-8859-2 cz.iso2.kbd:en:Czech ISO-8859-2 cz.iso2.kbd:de:Tschechisch ISO-8859-2 cz.iso2.kbd:es:Checo ISO-8859-2 cs.latin2.qwertz.kbd:en:Czech ISO-8859-2 (QWERTZ, accent keys) cs.latin2.qwertz.kbd:es:Checo ISO-8859-2 (QWERTZ, con acentos) danish.iso.kbd:en:Danish ISO-8859-1 danish.iso.kbd:da:Dansk ISO-8859-1 danish.iso.kbd:de:Dänisch ISO-8859-1 danish.iso.kbd:fr:Danois ISO-8859-1 danish.iso.kbd:pt:Dinamarquês ISO-8859-1 danish.iso.kbd:es:Danés ISO-8859-1 danish.cp865.kbd:en:Danish Codepage 865 danish.cp865.kbd:da:Dansk Code page 865 danish.cp865.kbd:de:Dänisch Codeseite 865 danish.cp865.kbd:fr:Danois Code page 865 danish.cp865.kbd:pt:Dinamarquês Codepage 865 danish.cp865.kbd:es:Danés Codepage 865 el.iso07.kbd:en:Greek ISO-8859-7 (104 keys) el.iso07.kbd:el:Åëëçíéêü ISO-8859-7 (104 ðëÞêôñùí) estonian.iso.kbd:en:Estonian ISO-8859-1 estonian.iso.kbd:de:Estnisch ISO-8859-1 estonian.iso.kbd:es:Estonio ISO-8859-1 estonian.iso15.kbd:en:Estonian ISO-8859-15 estonian.iso15.kbd:de:Estnisch ISO-8859-15 estonian.iso15.kbd:es:Estonio ISO-8859-15 estonian.cp850.kbd:en:Estonian Codepage 850 estonian.cp850.kbd:de:Estnisch Codeseite 850 estonian.cp850.kbd:es:Estonio Codepage 850 finnish.iso.kbd:en:Finnish ISO-8859-1 finnish.iso.kbd:de:Finnisch ISO-8859-1 finnish.iso.kbd:es:Finlandés ISO-8859-1 finnish.cp850.kbd:en:Finnish Codepage 850 finnish.cp850.kbd:de:Finnisch Codeseite 850 finnish.cp850.kbd:es:Finlandés Codepage 850 fr.iso.kbd:en:French ISO-8859-1 fr.iso.kbd:de:Französisch ISO-8859-1 fr.iso.kbd:fr:Français ISO-8859-1 fr.iso.kbd:pt:Francês ISO-8859-1 fr.iso.kbd:es:Francés ISO-8859-1 fr.iso.kbd:uk:æÒÁÎÃÕÚØËÁ ISO-8859-1 fr.iso.acc.kbd:en:French ISO-8859-1 (accent keys) fr.iso.acc.kbd:de:Französisch ISO-8859-1 (mit Akzenten) fr.iso.acc.kbd:fr:Français ISO-8859-1 (accent keys) fr.iso.acc.kbd:pt:Francês ISO-8859-1 (com acentos) fr.iso.acc.kbd:es:Francés ISO-8859-1 (con acentos) fr.iso.acc.kbd:uk:æÒÁÎÃÕÚØËÁ ISO-8859-1 (accent keys) fr_CA.iso.acc.kbd:en:French Canadian ISO-8859-1 (accent keys) fr_CA.iso.acc.kbd:de:Französisch Kanada ISO-8859-1 (mit Akzenten) fr_CA.iso.acc.kbd:es:Francocanadiense ISO-8859-1 (con acentos) fr_CA.iso.acc.kbd:uk:æÒÁÎÃÕÚØËÏ-ËÁÎÁÄÓØËÁ ISO-8859-1 (accent keys) fr.dvorak.kbd:en:French Dvorak-like fr.dvorak.kbd:de:Französisch Dvorak fr.dvorak.kbd:es:Francés Dvorak fr.dvorak.kbd:uk:French Dvorak-like german.iso.kbd:en:German ISO-8859-1 german.iso.kbd:de:Deutsch ISO-8859-1 german.iso.kbd:fr:Allemand ISO-8859-1 german.iso.kbd:pt:Alemão ISO-8859-1 german.iso.kbd:es:Alemán ISO-8859-1 german.iso.kbd:uk:î¦ÍÅÃØËÁ ISO-8859-1 german.cp850.kbd:en:German Codepage 850 german.cp850.kbd:de:Deutsch Codeseite 850 german.cp850.kbd:fr:Allemand Code page 850 german.cp850.kbd:pt:Alemão Codepage 850 german.cp850.kbd:es:Alemán Codepage 850 german.cp850.kbd:uk:î¦ÍÅÃØËÁ CP-850 gr.elot.acc.kbd:en:Greek ISO-8859-7 ELOT gr.elot.acc.kbd:el:Åëëçíéêü ISO-8859-7 ÅËÏÔ gr.us101.acc.kbd:en:Greek ISO-8859-7 (101 keys) gr.us101.acc.kbd:en:Åëëçíéêü ISO-8859-7 (101 ðëÞêôñùí) iw.iso8.kbd:en:Hebrew ISO-8859-8 iw.iso8.kbd:he:ISO-8859-8 úéøáò hr.iso.kbd:en:Croatian ISO-8859-2 hr.iso.kbd:de:Kroatisch ISO-8859-2 hr.iso.kbd:es:Croata ISO-8859-2 hu.iso2.101keys.kbd:en:Hungarian 101 ISO-8859-2 hu.iso2.101keys.kbd:de:Ungarisch 101 ISO-8859-2 hu.iso2.101keys.kbd:es:Húngaro 101 ISO-8859-2 hu.iso2.102keys.kbd:en:Hungarian 102 ISO-8859-2 hu.iso2.102keys.kbd:de:Ungarisch 102 ISO-8859-2 hu.iso2.102keys.kbd:es:Húngaro 102 ISO-8859-2 icelandic.iso.kbd:en:Icelandic ISO-8859-1 icelandic.iso.kbd:de:Isländisch ISO-8859-1 icelandic.iso.kbd:pt:Islandês ISO-8859-1 icelandic.iso.kbd:es:Islandés ISO-8859-1 icelandic.iso.acc.kbd:en:Icelandic ISO-8859-1 (accent keys) icelandic.iso.acc.kbd:de:Isländisch ISO-8859-1 (mit Akzenten) icelandic.iso.acc.kbd:pt:Islandês ISO-8859-1 (com acentos) icelandic.iso.acc.kbd:es:Islandés ISO-8859-1 (con acentos) it.iso.kbd:en:Italian ISO-8859-1 it.iso.kbd:de:Italienisch ISO-8859-1 it.iso.kbd:pt,es:Italiano ISO-8859-1 it.iso.kbd:uk:¶ÔÁ̦ÊÓØËÁ ISO-8859-1 jp.106.kbd:en:Japanese 106 jp.106.kbd:de:Japanisch 106 jp.106.kbd:pt:Japonês 106 jp.106.kbd:es:Japonés 106 jp.106.kbd:uk:ñÐÏÎÓØËÁ 106 jp.106x.kbd:en:Japanese 106x jp.106x.kbd:de:Japanisch 106x jp.106x.kbd:pt:Japonês 106x jp.106x.kbd:es:Japonés 106x jp.106x.kbd:uk:ñÐÏÎÓØËÁ 106x jp.pc98.kbd:en:Japanese PC-98x1 jp.pc98.iso.kbd:en:Japanese PC-98x1 (ISO) lat-amer.kbd:en:Latin American lat-amer.kbd:de:Latein Amerikanisch lat-amer.kbd:pt,es:América Latina lt.iso4.kbd:en:Lithuanian ISO-8859-4 lt.iso4.kbd:es:Lituano ISO-8859-4 norwegian.iso.kbd:en:Norwegian ISO-8859-1 norwegian.iso.kbd:no:Norsk ISO-8859-1 norwegian.iso.kbd:de:Norwegisch ISO-8859-1 norwegian.iso.kbd:pt:Norueguês ISO-8859-1 norwegian.iso.kbd:es:Noruego ISO-8859-1 pl_PL.ISO8859-2.kbd:en:Polish ISO-8859-2 (programmer's) pl_PL.ISO8859-2.kbd:de:Polnisch ISO-8859-2 (für Programmierer) pl_PL.ISO8859-2.kbd:pl:Polska ISO-8859-2 (programisty) pl_PL.ISO8859-2.kbd:pt:Polonês ISO-8859-2 (para programadores) pl_PL.ISO8859-2.kbd:es:Polaco ISO-8859-2 (para programadores) pt.iso.kbd:en:Portuguese ISO-8859-1 pt.iso.kbd:de:Portugisisch ISO-8859-1 pt.iso.kbd:pt:Português ISO-8859-1 pt.iso.kbd:es:Portugués ISO-8859-1 pt.iso.acc.kbd:en:Portuguese ISO-8859-1 (accent keys) pt.iso.acc.kbd:de:Portugisisch ISO-8859-1 (mit Akzenten) pt.iso.acc.kbd:pt:Português ISO-8859-1 (com acentos) pt.iso.acc.kbd:es:Portugués ISO-8859-1 (con acentos) ru.cp866.kbd:en:Russian Codepage 866 (alternative) ru.cp866.kbd:de:Russisch Codeseite 866 (alternativ) ru.cp866.kbd:ru:òÕÓÓËÉÊ Codepage 866 (alternative) ru.cp866.kbd:fr:Russe Code page 866 (alternative) ru.cp866.kbd:pt:Russo Codepage 866 (alternativo) ru.cp866.kbd:es:Ruso Codepage 866 (alternativo) ru.cp866.kbd:uk:òÏÓ¦ÊÓØËÁ CP-866 (ÁÌØÔÅÒÎÁÔÉ×ÎÁ) ru.iso5.kbd:en:Russian ISO-8859-5 ru.iso5.kbd:ru:òÕÓÓËÉÊ ISO-8859-5 ru.iso5.kbd:uk:òÏÓ¦ÊÓØËÉÊ ISO-8859-5 ru.koi8-r.kbd:en:Russian koi8-r ru.koi8-r.kbd:de:Russisch koi8-r ru.koi8-r.kbd:ru:òÕÓÓËÉÊ koi8-r ru.koi8-r.kbd:fr:Russe koi8-r ru.koi8-r.kbd:pt:Russo koi8-r ru.koi8-r.kbd:es:Ruso koi8-r ru.koi8-r.kbd:uk:òÏÓ¦ÊÓØËÁ koi8-r ru.koi8-r.shift.kbd:en:Russian koi8-r (shift) ru.koi8-r.shift.kbd:de:Russisch koi8-r (shift) ru.koi8-r.shift.kbd:ru:òÕÓÓËÉÊ koi8-r (shift) ru.koi8-r.shift.kbd:fr:Russe koi8-r (shift) ru.koi8-r.shift.kbd:pt:Russo koi8-r (shift) ru.koi8-r.shift.kbd:es:Ruso koi8-r (shift) ru.koi8-r.shift.kbd:uk:òÏÓ¦ÊÓØËÁ koi8-r (shift) spanish.iso.kbd:en:Spanish ISO-8859-1 spanish.iso.kbd:de:Spanisch ISO-8859-1 spanish.iso.kbd:pt:Espanhol ISO-8859-1 spanish.iso.kbd:es:Español ISO-8859-1 spanish.iso.acc.kbd:en:Spanish ISO-8859-1 (accent keys) spanish.iso.acc.kbd:de:Spanisch ISO-8859-1 (accent keys) spanish.iso.acc.kbd:pt:Espanhol ISO-8859-1 (com acentos) spanish.iso.acc.kbd:es:Español ISO-8859-1 (con acentos) spanish.iso15.acc.kbd:en:Spanish ISO-8859-15 (accent keys) spanish.iso15.acc.kbd:de:Spanisch ISO-8859-15 (accent keys) spanish.iso15.acc.kbd:pt:Espanhol ISO-8859-15 (com acentos) spanish.iso15.acc.kbd:es:Español ISO-8859-15 (con acentos) si.iso.kbd:en:Slovenian ISO-8859-2 si.iso.kbd:de:Slovenisch ISO-8859-2 si.iso.kbd:pt:Eslovênio ISO-8859-2 si.iso.kbd:es:Esloveno ISO-8859-2 sk.iso2.kbd:en:Slovak ISO-8859-2 sk.iso2.kbd:de:Slovakisch ISO-8859-2 sk.iso2.kbd:es:Eslovaco ISO-8859-2 swedish.iso.kbd:en:Swedish ISO-8859-1 swedish.iso.kbd:de:Schwedisch ISO-8859-1 swedish.iso.kbd:fr:Suédois ISO-8859-1 swedish.iso.kbd:pt,es:Sueco ISO-8859-1 swedish.cp850.kbd:en:Swedish Codepage 850 swedish.cp850.kbd:de:Schwedisch Codeseite 850 swedish.cp850.kbd:fr:Suédois Code page 850 swedish.cp850.kbd:pt,es:Sueco Codepage 850 swissfrench.iso.kbd:en:Swiss-French ISO-8859-1 swissfrench.iso.kbd:de:Schweiz-Französisch ISO-8859-1 swissfrench.iso.kbd:fr:Suisse-Français ISO-8859-1 swissfrench.iso.kbd:es:Francosuizo ISO-8859-1 swissfrench.iso.acc.kbd:en:Swiss-French ISO-8859-1 (accent keys) swissfrench.iso.acc.kbd:de:Schweiz-Französisch ISO-8859-1 (mit Akzenten) swissfrench.iso.acc.kbd:fr:Suisse-Français ISO-8859-1 (avec accents) swissfrench.iso.acc.kbd:es:Francosuizo ISO-8859-1 (con acentos) swissfrench.cp850.kbd:en:Swiss-French Codepage 850 swissfrench.cp850.kbd:de:Schweiz-Französisch Codeseite 850 swissfrench.cp850.kbd:fr:Suisse-Français Code Page 850 swissfrench.cp850.kbd:es:Francosuizo Codepage 850 swissgerman.iso.kbd:en:Swiss-German ISO-8859-1 swissgerman.iso.kbd:de:Schweiz-Deutsch ISO-8859-1 swissgerman.iso.kbd:fr:Suisse-Allemand ISO-8859-1 swissgerman.iso.kbd:pt:Suiço-Alemão ISO-8859-1 swissgerman.iso.kbd:es:Germanosuizo ISO-8859-1 swissgerman.iso.acc.kbd:en:Swiss-German ISO-8859-1 (accent keys) swissgerman.iso.acc.kbd:de:Schweiz-Deutsch ISO-8859-1 (mit Akzenten) swissgerman.iso.acc.kbd:fr:Suisse-Allemand ISO-8859-1 (avec accents) swissgerman.iso.acc.kbd:pt:Suiço-Alemão ISO-8859-1 (com acentos) swissgerman.iso.acc.kbd:es:Germanosuizo ISO-8859-1 (con acentos) swissgerman.cp850.kbd:en:Swiss-German Codepage 850 swissgerman.cp850.kbd:de:Schweiz-Deutsch Codeseite 850 swissgerman.cp850.kbd:fr:Suisse-Allemand Code Page 850 swissgerman.cp850.kbd:pt:Suiço-Alemão Codepage 850 swissgerman.cp850.kbd:es:Germanosuizo Codepage 850 tr.iso9.q.kbd:en:Turkish ISO-8859-9 tr.iso9.q.kbd:uk:ôÕÒÅÃØËÁ ISO-8859-9 uk.iso.kbd:en:United Kingdom ISO-8859-1 uk.iso.kbd:de:Vereinigtes Königreich ISO-8859-1 uk.iso.kbd:fr:Royaume Uni ISO-8859-1 uk.iso.kbd:pt:Reino Unido ISO-8859-1 uk.iso.kbd:es:Británico ISO-8859-1 uk.cp850.kbd:en:United Kingdom Codepage 850 uk.cp850.kbd:de:Vereinigtes Königreich Codeseite 850 uk.cp850.kbd:fr:Royaume Uni Code page 850 uk.cp850.kbd:pt:Reino Unido Codepage 850 uk.cp850.kbd:es:Británico Codepage 850 us.iso.kbd:en:United States of America ISO-8859-1 us.iso.kbd:de:US-amerikanisch ISO-8859-1 us.iso.kbd:fr:États Unis d'Amérique ISO-8859-1 us.iso.kbd:pt:Estados Unidos da América ISO-8859-1 us.iso.kbd:es:Estadounidense ISO-8859-1 us.dvorak.kbd:en:United States of America dvorak us.dvorak.kbd:de:US-amerikanisch dvorak us.dvorak.kbd:fr:États Unis d'Amérique dvorak us.dvorak.kbd:pt:Estados Unidos da América dvorak us.dvorak.kbd:es:Estadounidense dvorak us.dvorakr.kbd:en:United States of America righthand dvorak us.dvorakr.kbd:de:US-amerikanisch dvorak rechte Hand us.dvorakr.kbd:fr:États Unis d'Amérique dvorakr us.dvorakr.kbd:pt:Estados Unidos da América dvorakr us.dvorakr.kbd:es:Estadounidense dvorak diestro us.dvorakl.kbd:en:United States of America lefthand dvorak us.dvorakl.kbd:de:US-amerikanisch dvorak linke Hand us.dvorakl.kbd:fr:États Unis d'Amérique dvorakl us.dvorakl.kbd:pt:Estados Unidos da América dvorakl us.dvorakl.kbd:es:Estadounidense dvorak zurdo us.dvorakx.kbd:en:United States of America dvorakx us.dvorakx.kbd:de:US-amerikanisch dvorakx us.dvorakx.kbd:fr:États Unis d'Amérique dvorakx us.dvorakx.kbd:pt:Estados Unidos da América dvorakx us.dvorakx.kbd:es:Estadounidense dvorakx us.emacs.kbd:en:United States of America Emacs optimized layout us.emacs.kbd:de:US-amerikanisch für Emacs optimiert us.emacs.kbd:fr:États Unis d'Amérique emacs us.emacs.kbd:pt:Estados Unidos da América emacs us.emacs.kbd:es:Estadounidense optimizado para Emacs us.unix.kbd:en:United States of America Traditional Unix Workstation us.unix.kbd:de:US-amerikanisch traditionelles Unix Layout us.unix.kbd:fr:États Unis d'Amérique unix us.unix.kbd:pt:Estados Unidos da América unix us.unix.kbd:es:Estadounidense Unix tradicional ua.iso5.kbd:en:Ukrainian ISO-8859-5 ua.iso5.kbd:ru:õËÒÁÉÎÓËÉÊ ISO-8859-5 ua.iso5.kbd:uk:õËÒÁ§ÎÓØËÁ ISO-8859-5 ua.koi8-u.kbd:en:Ukrainian koi8-u ua.koi8-u.kbd:uk:õËÒÁ§ÎÓØËÁ koi8-u ua.koi8-u.shift.alt.kbd:en:Ukrainian koi8-u with koi8-r (shift) ua.koi8-u.shift.alt.kbd:uk:õËÒÁ§ÎÓØËÁ koi8-u Ú koi8-r (shift) --- INDEX.keymaps ends here --- --- fr.dvorak.kbd begins here --- # A Dvorak keyboard for French # # This is a Dvorak-like layout for French # according to Francis Leboutte on # http://www.algo.be/ergo/dvorak-fr.html # # -Frédéric Praca # # $FreeBSD$ # alt # scan cntrl alt alt cntrl lock # code base shift cntrl shift alt shift cntrl shift state # ------------------------------------------------------------------ 000 nop nop nop nop nop nop nop nop O 001 esc esc esc esc esc esc debug esc O 002 '=' '1' nop ' ' '=' '1' nop nop C 003 224 '2' nop '~' 'à' '2' nop nop C 004 '-' '3' nop '#' '-' '3' nop nop C 005 232 '4' nop '{' 'è' '4' nop nop C 006 '/' '5' nop '[' '/' '5' nop nop C 007 '^' '6' nop '|' '^' '6' nop nop C 008 '(' '7' nop '`' '(' '7' nop nop C 009 '`' '8' nop '\' '`' '8' nop nop C 010 ')' '9' nop '^' ')' '9' nop nop C 011 '"' '0' nop '@' '"' '0' nop nop C 012 '[' '|' nop ']' '[' '|' nop nop O 013 ']' '%' nop '}' ']' '%' nop nop O 014 bs bs del del bs bs del del O 015 ht btab nop nop ht btab nop nop O 016 ':' '?' nop ' ' ':' '?' nop nop O 017 ''' '<' nop ' ' ''' '<' nop nop C 018 233 '>' nop '?' 'é' '>' nop nop C 019 'g' 'G' nop ' ' 'g' 'G' nop nop C 020 '.' '!' nop ' ' '.' '!' nop nop O 021 'h' 'H' nop ' ' 'h' 'H' nop nop C 022 'v' 'V' nop ' ' 'v' 'V' nop nop C 023 'c' 'C' nop ' ' 'c' 'C' nop nop C 024 'm' 'M' nop ' ' 'm' 'M' nop nop C 025 'k' 'K' nop ' ' 'k' 'K' nop nop C 026 'z' 'Z' nop ' ' 'z' 'Z' nop nop C 027 168 '&' nop '¤' '¨' '&' nop nop C 028 cr cr nl nl cr cr nl nl O 029 lctrl lctrl lctrl lctrl lctrl lctrl lctrl lctrl O 030 'o' 'O' nop ' ' 'o' 'O' nop nop C 031 'a' 'A' nop ' ' 'a' 'A' nop nop C 032 'u' 'U' nop ' ' 'u' 'U' nop nop C 033 'e' 'E' nop ' ' 'e' 'E' nop nop C 034 'b' 'B' nop ' ' 'b' 'B' nop nop C 035 'f' 'F' nop ' ' 'f' 'F' nop nop C 036 's' 'S' nop ' ' 's' 'S' nop nop C 037 't' 'T' nop ' ' 't' 'T' nop nop C 038 'n' 'N' nop ' ' 'n' 'N' nop nop C 039 'd' 'D' nop ' ' 'd' 'D' nop nop C 040 'w' 'W' nop ' ' 'w' 'W' nop nop C 041 178 nop nop nop '|' '|' nop nop O 042 lshift lshift lshift lshift lshift lshift lshift lshift O 043 126 '#' nop ' ' '~' '#' nop nop O 044 ';' '@' nop ' ' ';' '@' nop nop O 045 'q' 'Q' nop ' ' 'q' 'Q' nop nop C 046 ',' '\' nop ' ' ',' '\' nop nop O 047 'i' 'I' nop ' ' 'i' 'I' nop nop C 048 'y' 'Y' nop ' ' 'y' 'Y' nop nop C 049 'x' 'X' nop ' ' 'x' 'X' nop nop C 050 'r' 'R' nop ' ' 'r' 'R' nop nop C 051 'l' 'L' nop ' ' 'l' 'L' nop nop C 052 'p' 'P' nop ' ' 'p' 'P' nop nop C 053 'j' 'J' nop ' ' 'j' 'J' nop nop N 054 rshift rshift rshift rshift rshift rshift rshift rshift O 055 '*' '*' '*' '*' '*' '*' '*' '*' O 056 lalt lalt lalt lalt lalt lalt lalt lalt O 057 ' ' ' ' nul ' ' ' ' ' ' susp ' ' O 058 clock clock clock clock clock clock clock clock O 059 fkey01 fkey13 fkey25 fkey37 scr01 scr11 scr01 scr11 O 060 fkey02 fkey14 fkey26 fkey38 scr02 scr12 scr02 scr12 O 061 fkey03 fkey15 fkey27 fkey39 scr03 scr13 scr03 scr13 O 062 fkey04 fkey16 fkey28 fkey40 scr04 scr14 scr04 scr14 O 063 fkey05 fkey17 fkey29 fkey41 scr05 scr15 scr05 scr15 O 064 fkey06 fkey18 fkey30 fkey42 scr06 scr16 scr06 scr16 O 065 fkey07 fkey19 fkey31 fkey43 scr07 scr07 scr07 scr07 O 066 fkey08 fkey20 fkey32 fkey44 scr08 scr08 scr08 scr08 O 067 fkey09 fkey21 fkey33 fkey45 scr09 scr09 scr09 scr09 O 068 fkey10 fkey22 fkey34 fkey46 scr10 scr10 scr10 scr10 O 069 nlock nlock nlock nlock nlock nlock nlock nlock O 070 slock slock slock slock slock slock slock slock O 071 fkey49 '7' '7' '7' '7' '7' '7' '7' N 072 fkey50 '8' '8' '8' '8' '8' '8' '8' N 073 fkey51 '9' '9' '9' '9' '9' '9' '9' N 074 fkey52 '-' '-' '-' '-' '-' '-' '-' N 075 fkey53 '4' '4' '4' '4' '4' '4' '4' N 076 fkey54 '5' '5' '5' '5' '5' '5' '5' N 077 fkey55 '6' '6' '6' '6' '6' '6' '6' N 078 fkey56 '+' '+' '+' '+' '+' '+' '+' N 079 fkey57 '1' '1' '1' '1' '1' '1' '1' N 080 fkey58 '2' '2' '2' '2' '2' '2' '2' N 081 fkey59 '3' '3' '3' '3' '3' '3' '3' N 082 fkey60 '0' '0' '0' '0' '0' '0' '0' N 083 del '.' '.' '.' '.' '.' boot boot N 084 nop nop nop nop nop nop nop nop O 085 nop nop nop nop nop nop nop nop O 086 '+' '*' nop ' ' '+' '*' nop nop O 087 fkey11 fkey23 fkey35 fkey47 scr11 scr11 scr11 scr11 O 088 fkey12 fkey24 fkey36 fkey48 scr12 scr12 scr12 scr12 O 089 cr cr nl nl cr cr nl nl O 090 rctrl rctrl rctrl rctrl rctrl rctrl rctrl rctrl O 091 '/' '/' '/' '/' '/' '/' '/' '/' O 092 nscr nscr debug debug nop nop nop nop O 093 ralt ralt ralt ralt ralt ralt ralt ralt O 094 fkey49 fkey49 fkey49 fkey49 fkey49 fkey49 fkey49 fkey49 O 095 fkey50 fkey50 fkey50 fkey50 fkey50 fkey50 fkey50 fkey50 O 096 fkey51 fkey51 fkey51 fkey51 fkey51 fkey51 fkey51 fkey51 O 097 fkey53 fkey53 fkey53 fkey53 fkey53 fkey53 fkey53 fkey53 O 098 fkey55 fkey55 fkey55 fkey55 fkey55 fkey55 fkey55 fkey55 O 099 fkey57 fkey57 fkey57 fkey57 fkey57 fkey57 fkey57 fkey57 O 100 fkey58 fkey58 fkey58 fkey58 fkey58 fkey58 fkey58 fkey58 O 101 fkey59 fkey59 fkey59 fkey59 fkey59 fkey59 fkey59 fkey59 O 102 fkey60 fkey60 fkey60 fkey60 fkey60 fkey60 fkey60 fkey60 O 103 fkey61 fkey61 fkey61 fkey61 fkey61 fkey61 boot fkey61 O 104 slock saver slock saver susp nop susp nop O 105 fkey62 fkey62 fkey62 fkey62 fkey62 fkey62 fkey62 fkey62 O 106 fkey63 fkey63 fkey63 fkey63 fkey63 fkey63 fkey63 fkey63 O 107 fkey64 fkey64 fkey64 fkey64 fkey64 fkey64 fkey64 fkey64 O 108 nop nop nop nop nop nop nop nop O --- fr.dvorak.kbd ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Tue Apr 8 14:37:41 2003 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 E4BDD37B401; Tue, 8 Apr 2003 14:37:41 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 836E643FAF; Tue, 8 Apr 2003 14:37:41 -0700 (PDT) (envelope-from ceri@FreeBSD.org) Received: from freefall.freebsd.org (ceri@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h38LbfUp088333; Tue, 8 Apr 2003 14:37:41 -0700 (PDT) (envelope-from ceri@freefall.freebsd.org) Received: (from ceri@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h38LbfS6088329; Tue, 8 Apr 2003 14:37:41 -0700 (PDT) Date: Tue, 8 Apr 2003 14:37:41 -0700 (PDT) From: Ceri Davies Message-Id: <200304082137.h38LbfS6088329@freefall.freebsd.org> To: mat@cnd.mcgill.ca, ceri@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/45838: libusbhid needs small patch to report name right 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, 08 Apr 2003 21:37:42 -0000 Synopsis: libusbhid needs small patch to report name right State-Changed-From-To: open->closed State-Changed-By: ceri State-Changed-When: Tue Apr 8 14:36:16 PDT 2003 State-Changed-Why: Committed in r1.7 of src/lib/libusbhid/usage.c. Thanks for your submission. http://www.freebsd.org/cgi/query-pr.cgi?pr=45838 From owner-freebsd-bugs@FreeBSD.ORG Tue Apr 8 18:40:52 2003 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 01C9E37B401 for ; Tue, 8 Apr 2003 18:40:52 -0700 (PDT) Received: from HAL9000.homeunix.com (12-233-57-131.client.attbi.com [12.233.57.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5758B43F85 for ; Tue, 8 Apr 2003 18:40:51 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Received: from HAL9000.homeunix.com (localhost [127.0.0.1]) h391eiKj060542; Tue, 8 Apr 2003 18:40:44 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Received: (from das@localhost) by HAL9000.homeunix.com (8.12.6p2/8.12.5/Submit) id h391eirR060541; Tue, 8 Apr 2003 18:40:44 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Date: Tue, 8 Apr 2003 18:40:44 -0700 From: David Schultz To: Robin Carey Message-ID: <20030409014043.GA60474@HAL9000.homeunix.com> Mail-Followup-To: Robin Carey , freebsd-bugs@freebsd.org References: <20030405161701.31564.qmail@web10908.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030405161701.31564.qmail@web10908.mail.yahoo.com> cc: freebsd-bugs@FreeBSD.ORG Subject: Re: Two problems with 4.8 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, 09 Apr 2003 01:40:52 -0000 On Sat, Apr 05, 2003, Robin Carey wrote: > 1) There are quite a few warnings produced when compiling a > Kernel, which is surely a Bad Thing (tm). Most of them don't represent real problems, but it wouldn't be a bad idea to clean some of them up. > 2) I don't know a lot about ``ISO C99'' but according to > Slackware-8.1 is part of the standard; FreeBSD-4.8 only > has . And from what little I know about ``ISO C99'' > the uint*_t types defined by FreeBSD-4.8 should > actually be defined in . That's how its done on > Slackware-8.1. FreeBSD 5.0 and higher have a C99-compliant stdint.h. From owner-freebsd-bugs@FreeBSD.ORG Tue Apr 8 19:05:33 2003 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 7501D37B404; Tue, 8 Apr 2003 19:05:33 -0700 (PDT) Received: from ns1.itga.com.au (ns1.itga.com.au [202.53.40.214]) by mx1.FreeBSD.org (Postfix) with ESMTP id 022A943F93; Tue, 8 Apr 2003 19:05:32 -0700 (PDT) (envelope-from gnb@itga.com.au) Received: from lightning.itga.com.au (lightning.itga.com.au [192.168.71.20]) by ns1.itga.com.au (8.12.9/8.12.9) with ESMTP id h3925Um2033296; Wed, 9 Apr 2003 12:05:30 +1000 (EST) (envelope-from gnb@itga.com.au) Received: from lightning.itga.com.au (localhost [127.0.0.1]) by lightning.itga.com.au (8.9.3/8.9.3) with ESMTP id MAA09040; Wed, 9 Apr 2003 12:05:30 +1000 (EST) Message-Id: <200304090205.MAA09040@lightning.itga.com.au> From: Gregory Bond To: David Schultz In-reply-to: Your message of Tue, 08 Apr 2003 18:40:44 -0700. Date: Wed, 09 Apr 2003 12:05:30 +1000 Sender: gnb@itga.com.au cc: freebsd-bugs@freebsd.org Subject: Re: Two problems with 4.8 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, 09 Apr 2003 02:05:33 -0000 [Re: compiler warning msgs from kernel builds] > Most of them don't represent real problems, but it wouldn't be a > bad idea to clean some of them up. I've submitted several PRs with patches to remove kernel compile warnings from -STABLE releases (going back to 2.2.6 IIRC). To my knowledge, no-one has ever bothered to look at them; certainly they were never committed. I just gave up about the time 4.1 became -STABLE. It might not be a bad idea, but it seems no committer cares enough! From owner-freebsd-bugs@FreeBSD.ORG Tue Apr 8 19:10:02 2003 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 E444737B401 for ; Tue, 8 Apr 2003 19:10:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92AA343F85 for ; Tue, 8 Apr 2003 19:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h392A1Up064397 for ; Tue, 8 Apr 2003 19:10:01 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h392A1h0064396; Tue, 8 Apr 2003 19:10:01 -0700 (PDT) Resent-Date: Tue, 8 Apr 2003 19:10:01 -0700 (PDT) Resent-Message-Id: <200304090210.h392A1h0064396@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, Steve Grandi Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE88D37B401 for ; Tue, 8 Apr 2003 19:01:32 -0700 (PDT) Received: from noao.edu (email.tuc.noao.edu [140.252.1.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25DD643FDD for ; Tue, 8 Apr 2003 19:01:31 -0700 (PDT) (envelope-from grandi@archive.tuc.noao.edu) Received: from archive.tuc.noao.edu ([140.252.1.17] verified) by noao.edu (CommuniGate Pro SMTP 4.0.6) with ESMTP-TLS id 7037981 for FreeBSD-gnats-submit@freebsd.org; Tue, 08 Apr 2003 19:01:31 -0700 Received: from archive.tuc.noao.edu (localhost [127.0.0.1]) h3921VcH053171 for ; Tue, 8 Apr 2003 19:01:31 -0700 (MST) (envelope-from grandi@archive.tuc.noao.edu) Received: (from grandi@localhost) by archive.tuc.noao.edu (8.12.8p1/8.12.8/Submit) id h3921V9P053170; Tue, 8 Apr 2003 19:01:31 -0700 (MST) Message-Id: <200304090201.h3921V9P053170@archive.tuc.noao.edu> Date: Tue, 8 Apr 2003 19:01:31 -0700 (MST) From: Steve Grandi To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: kern/50741: "wiring down SCSI devices" as described in LINT doesn't work X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Steve Grandi List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Apr 2003 02:10:03 -0000 >Number: 50741 >Category: kern >Synopsis: "wiring down SCSI devices" as described in LINT doesn't work >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 Apr 08 19:10:01 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Steve Grandi >Release: FreeBSD 4.8-RELEASE i386 >Organization: National Optical Astronomy Observatory, Tucson AZ, USA >Environment: System: FreeBSD archive.tuc.noao.edu 4.8-RELEASE FreeBSD 4.8-RELEASE #6: Mon Mar 31 09:35:35 MST 2003 grandi@new-archive.tuc.noao.edu:/usr/obj/usr/src/sys/ARCHIVE i386 >Description: LINT in STABLE provides a procedure to "wire down" SCSI devices so a given bus, target and LUN always has the same device name. A very useful tool. Unfortunately, the procedure in LINT doesn't work! Given the config file below, the results of "make buildkernel" is: archive# cd /usr/src archive# make buildkernel -------------------------------------------------------------- >How-To-Repeat: try to build a kernel with the procedure in LINT >Fix: The most obvious fix is to excise that portion of LINT; but it sure would be nice if there was a working procedure in STABLE to wire down SCSI devices. --- ARCHIVE begins here --- # # GENERIC -- Generic kernel configuration file for FreeBSD/i386 # # For more information on this file, please read the handbook section on # Kernel Configuration Files: # # http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html # # The handbook is also available locally in /usr/share/doc/handbook # if you've installed the doc distribution, otherwise always see the # FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the # latest information. # # An exhaustive list of options and more detailed explanations of the # device lines is also present in the ./LINT configuration file. If you are # in doubt as to the purpose or necessity of a line, check first in LINT. # # $FreeBSD: src/sys/i386/conf/GENERIC,v 1.246.2.50 2002/12/30 19:04:31 rwatson Exp $ machine i386 #cpu I386_CPU #cpu I486_CPU #cpu I586_CPU cpu I686_CPU ident ARCHIVE maxusers 0 #makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols #options MATH_EMULATE #Support for x87 emulation options INET #InterNETworking #options INET6 #IPv6 communications protocols options FFS #Berkeley Fast Filesystem options FFS_ROOT #FFS usable as root device [keep this!] options SOFTUPDATES #Enable FFS soft updates support options UFS_DIRHASH #Improve performance on big directories options MFS #Memory Filesystem options MD_ROOT #MD is a potential root device options NFS #Network Filesystem #options NFS_ROOT #NFS usable as root device, NFS required options MSDOSFS #MSDOS Filesystem options CD9660 #ISO 9660 Filesystem options CD9660_ROOT #CD-ROM usable as root, CD9660 required options PROCFS #Process filesystem options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] options SCSI_DELAY=5000 #Delay (in ms) before probing SCSI options UCONSOLE #Allow users to grab the console options USERCONFIG #boot -c editor options VISUAL_USERCONFIG #visual boot -c editor options KTRACE #ktrace(1) support options SYSVSHM #SYSV-style shared memory options SYSVMSG #SYSV-style message queues options SYSVSEM #SYSV-style semaphores options P1003_1B #Posix P1003_1B real-time extensions options _KPOSIX_PRIORITY_SCHEDULING options ICMP_BANDLIM #Rate limit bad replies options KBD_INSTALL_CDEV # install a CDEV entry in /dev options AHC_REG_PRETTY_PRINT # Print register bitfields in debug # output. Adds ~128k to driver. options AHD_REG_PRETTY_PRINT # Print register bitfields in debug # output. Adds ~215k to driver. # To make an SMP kernel, the next two are needed options SMP # Symmetric MultiProcessor Kernel options APIC_IO # Symmetric (APIC) I/O options HTT # HyperThreading Technology device isa #device eisa device pci # Floppy drives device fdc0 at isa? port IO_FD1 irq 6 drq 2 device fd0 at fdc0 drive 0 device fd1 at fdc0 drive 1 # # If you have a Toshiba Libretto with its Y-E Data PCMCIA floppy, # don't use the above line for fdc0 but the following one: #device fdc0 # ATA and ATAPI devices device ata0 at isa? port IO_WD1 irq 14 device ata1 at isa? port IO_WD2 irq 15 device ata device atadisk # ATA disk drives device atapicd # ATAPI CDROM drives device atapifd # ATAPI floppy drives device atapist # ATAPI tape drives options ATA_STATIC_ID #Static device numbering # SCSI Controllers #device ahb # EISA AHA1742 family device ahc # AHA2940 and onboard AIC7xxx devices device ahd # AHA39320/29320 and onboard AIC79xx devices #device amd # AMD 53C974 (Tekram DC-390(T)) #device isp # Qlogic family #device mpt # LSI-Logic MPT/Fusion device ncr # NCR/Symbios Logic device sym # NCR/Symbios Logic (newer chipsets) options SYM_SETUP_LP_PROBE_MAP=0x40 # Allow ncr to attach legacy NCR devices when # both sym and ncr are configured #device adv0 at isa? #device adw #device bt0 at isa? #device aha0 at isa? #device aic0 at isa? #device ncv # NCR 53C500 #device nsp # Workbit Ninja SCSI-3 #device stg # TMC 18C30/18C50 # SCSI peripherals device scbus # SCSI bus (required) device da # Direct Access (disks) device sa # Sequential Access (tape etc) device cd # CD device pass # Passthrough device (direct SCSI access) device scbus0 at ahc0 device scbus1 at ahd0 device scbus2 at ahd device da0 at scbus1 target 0 device da1 at scbus1 target 1 device da2 at scbus1 target 2 device da3 at scbus0 target 2 # RAID controllers interfaced to the SCSI subsystem #device asr # DPT SmartRAID V, VI and Adaptec SCSI RAID #device dpt # DPT Smartcache - See LINT for options! #device iir # Intel Integrated RAID #device mly # Mylex AcceleRAID/eXtremeRAID #device ciss # Compaq SmartRAID 5* series # RAID controllers #device aac # Adaptec FSA RAID, Dell PERC2/PERC3 #device aacp # SCSI passthrough for aac (requires CAM) #device ida # Compaq Smart RAID #device amr # AMI MegaRAID #device mlx # Mylex DAC960 family #device twe # 3ware Escalade # atkbdc0 controls both the keyboard and the PS/2 mouse device atkbdc0 at isa? port IO_KBD device atkbd0 at atkbdc? irq 1 flags 0x1 device psm0 at atkbdc? irq 12 device vga0 at isa? # splash screen/screen saver pseudo-device splash # syscons is the default console driver, resembling an SCO console device sc0 at isa? flags 0x100 # Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver #device vt0 at isa? #options XSERVER # support for X server on a vt console #options FAT_CURSOR # start with block cursor # If you have a ThinkPAD, uncomment this along with the rest of the PCVT lines #options PCVT_SCANSET=2 # IBM keyboards are non-std device agp # support several AGP chipsets # Floating point support - do not disable. device npx0 at nexus? port IO_NPX irq 13 # Power management support (see LINT for more options) #device apm0 at nexus? disable flags 0x20 # Advanced Power Management # PCCARD (PCMCIA) support #device card #device pcic0 at isa? irq 0 port 0x3e0 iomem 0xd0000 #device pcic1 at isa? irq 0 port 0x3e2 iomem 0xd4000 disable # Serial (COM) ports device sio0 at isa? port IO_COM1 flags 0x10 irq 4 device sio1 at isa? port IO_COM2 irq 3 #device sio2 at isa? disable port IO_COM3 irq 5 #device sio3 at isa? disable port IO_COM4 irq 9 # Parallel port #device ppc0 at isa? irq 7 #device ppbus # Parallel port bus (required) #device lpt # Printer #device plip # TCP/IP over parallel #device ppi # Parallel port interface device #device vpo # Requires scbus and da # PCI Ethernet NICs. #device de # DEC/Intel DC21x4x (``Tulip'') device em # Intel PRO/1000 adapter Gigabit Ethernet Card (``Wiseman'') #device txp # 3Com 3cR990 (``Typhoon'') #device vx # 3Com 3c590, 3c595 (``Vortex'') # PCI Ethernet NICs that use the common MII bus controller code. # NOTE: Be sure to keep the 'device miibus' line in order to use these NICs! device miibus # MII bus support #device dc # DEC/Intel 21143 and various workalikes device fxp # Intel EtherExpress PRO/100B (82557, 82558) #device pcn # AMD Am79C97x PCI 10/100 NICs #device rl # RealTek 8129/8139 #device sf # Adaptec AIC-6915 (``Starfire'') #device sis # Silicon Integrated Systems SiS 900/SiS 7016 #device ste # Sundance ST201 (D-Link DFE-550TX) #device tl # Texas Instruments ThunderLAN #device tx # SMC EtherPower II (83c170 ``EPIC'') #device vr # VIA Rhine, Rhine II #device wb # Winbond W89C840F device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'') #device bge # Broadcom BCM570x (``Tigon III'') # ISA Ethernet NICs. # 'device ed' requires 'device miibus' #device ed0 at isa? port 0x280 irq 10 iomem 0xd8000 #device ex #device ep #device fe0 at isa? port 0x300 # Xircom Ethernet #device xe # PRISM I IEEE 802.11b wireless NIC. #device awi # WaveLAN/IEEE 802.11 wireless NICs. Note: the WaveLAN/IEEE really # exists only as a PCMCIA device, so there is no ISA attachment needed # and resources will always be dynamically assigned by the pccard code. #device wi # Aironet 4500/4800 802.11 wireless NICs. Note: the declaration below will # work for PCMCIA and PCI cards, as well as ISA cards set to ISA PnP # mode (the factory default). If you set the switches on your ISA # card for a manually chosen I/O address and IRQ, you must specify # those parameters here. #device an # The probe order of these is presently determined by i386/isa/isa_compat.c. #device ie0 at isa? port 0x300 irq 10 iomem 0xd0000 #device le0 at isa? port 0x300 irq 5 iomem 0xd0000 #device lnc0 at isa? port 0x280 irq 10 drq 0 #device cs0 at isa? port 0x300 #device sn0 at isa? port 0x300 irq 10 # Pseudo devices - the number indicates how many units to allocate. pseudo-device loop # Network loopback pseudo-device ether # Ethernet support pseudo-device sl 1 # Kernel SLIP pseudo-device ppp 1 # Kernel PPP pseudo-device tun # Packet tunnel. pseudo-device pty # Pseudo-ttys (telnet etc) pseudo-device md # Memory "disks" #pseudo-device gif # IPv6 and IPv4 tunneling #pseudo-device faith 1 # IPv6-to-IPv4 relaying (translation) # The `bpf' pseudo-device enables the Berkeley Packet Filter. # Be aware of the administrative consequences of enabling this! #pseudo-device bpf #Berkeley packet filter # USB support #device uhci # UHCI PCI->USB interface #device ohci # OHCI PCI->USB interface #device usb # USB Bus (required) #device ugen # Generic #device uhid # "Human Interface Devices" #device ukbd # Keyboard #device ulpt # Printer #device umass # Disks/Mass storage - Requires scbus and da #device ums # Mouse #device uscanner # Scanners #device urio # Diamond Rio MP3 Player # USB Ethernet, requires mii #device aue # ADMtek USB ethernet #device cue # CATC USB ethernet #device kue # Kawasaki LSI USB ethernet --- ARCHIVE ends here --- >Release-Note: >Audit-Trail: >Unformatted: >>> Kernel build for ARCHIVE started on Tue Apr 8 18:57:03 MST 2003 -------------------------------------------------------------- ===> ARCHIVE mkdir -p /usr/obj/usr/src/sys cd /usr/src/sys/i386/conf; PATH=/usr/obj/usr/src/i386/usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr/obj/usr/src/i386/usr/games:/sbin:/bin:/usr/sbin:/usr/bin config -d /usr/obj/usr/src/sys/ARCHIVE /usr/src/sys/i386/conf/ARCHIVE config: line 120: ahc 0 not defined *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. From owner-freebsd-bugs@FreeBSD.ORG Tue Apr 8 20:10:21 2003 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 1441037B401 for ; Tue, 8 Apr 2003 20:10:21 -0700 (PDT) Received: from HAL9000.homeunix.com (12-233-57-131.client.attbi.com [12.233.57.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A92643F3F for ; Tue, 8 Apr 2003 20:10:20 -0700 (PDT) (envelope-from das@freebsd.org) Received: from HAL9000.homeunix.com (localhost [127.0.0.1]) h393A9Kj061106; Tue, 8 Apr 2003 20:10:09 -0700 (PDT) (envelope-from das@freebsd.org) Received: (from das@localhost) by HAL9000.homeunix.com (8.12.6p2/8.12.5/Submit) id h393A8fa061105; Tue, 8 Apr 2003 20:10:08 -0700 (PDT) (envelope-from das@freebsd.org) Date: Tue, 8 Apr 2003 20:10:08 -0700 From: David Schultz To: Gregory Bond Message-ID: <20030409031008.GA60938@HAL9000.homeunix.com> Mail-Followup-To: Gregory Bond , freebsd-bugs@freebsd.org References: <200304090205.MAA09040@lightning.itga.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200304090205.MAA09040@lightning.itga.com.au> cc: freebsd-bugs@freebsd.org Subject: Re: Two problems with 4.8 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, 09 Apr 2003 03:10:21 -0000 On Wed, Apr 09, 2003, Gregory Bond wrote: > [Re: compiler warning msgs from kernel builds] > > > Most of them don't represent real problems, but it wouldn't be a > > bad idea to clean some of them up. > > I've submitted several PRs with patches to remove kernel compile > warnings from -STABLE releases (going back to 2.2.6 IIRC). To my > knowledge, no-one has ever bothered to look at them; certainly they > were never committed. I just gave up about the time 4.1 became -STABLE. > > It might not be a bad idea, but it seems no committer cares enough! Unfortunately, the task of fixing warnings tends to fall to the bottom of most people's priority queues. That's partly because there are enough real bugs out there to keep people busy, and partly because gcc is a rather bad bug-finding tool as bug-finding tools go. From owner-freebsd-bugs@FreeBSD.ORG Tue Apr 8 23:50:20 2003 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 BCBDD37B401 for ; Tue, 8 Apr 2003 23:50:20 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3DB0B43FBD for ; Tue, 8 Apr 2003 23:50:20 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h396oJUp037847 for ; Tue, 8 Apr 2003 23:50:19 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h396oJB3037844; Tue, 8 Apr 2003 23:50:19 -0700 (PDT) Date: Tue, 8 Apr 2003 23:50:19 -0700 (PDT) Message-Id: <200304090650.h396oJB3037844@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: =?ISO-8859-1?Q?Lars_K=F6ller?= Subject: Re: kern/50691: EOT detection in sa driver prevents mutli volume dump X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: =?ISO-8859-1?Q?Lars_K=F6ller?= List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Apr 2003 06:50:21 -0000 The following reply was made to PR kern/50691; it has been noted by GNATS. From: =?ISO-8859-1?Q?Lars_K=F6ller?= To: Nate Lawson Cc: Bruce Evans , FreeBSD-gnats-submit@freebsd.org Subject: Re: kern/50691: EOT detection in sa driver prevents mutli volume dump Date: Tue, 08 Apr 2003 23:55:52 -0400 Nate Lawson wrote: > On Tue, 8 Apr 2003, Lars [iso-8859-1] K?ller wrote: > > >In reply to Nate Lawson who wrote: > > > > > >>I agree with Bruce. Remove the "|SA_QUIRK_2FM" from the C56 line above, > >>recompile your kernel, and try again. Let us know if this fixes things > >>for you. Variable block size has little to do with requiring 2 end of > >>file marks and the original commit should have been more careful about > >>this. > > > >If I understand the code change right, it is only valid for HP DAT > >drives. Sorry I've forgotten to mention my is a > > > > ARCHIVE Python 28388-XXX > > > >So this couldn't be the reason. The last successful backup on a DDS2 > >and a second DDS1 tape was done at Jan 11th. > > > Please reply with the results of "camcontrol devlist" for the history of > this PR and I'll close it. root@odie:~/ 129660 : camcontrol devl at scbus0 target 4 lun 0 (sa0,pass10) at scbus0 target 5 lun 0 (cd0,pass11) at scbus0 target 8 lun 0 (pass0,da2) at scbus0 target 9 lun 0 (pass1,da3) at scbus0 target 10 lun 0 (pass2,da4) at scbus1 target 0 lun 0 (pass3,da0) at scbus1 target 1 lun 0 (pass4,da1) at scbus1 target 2 lun 0 (pass5,da6) at scbus1 target 3 lun 0 (pass6,da7) at scbus1 target 11 lun 0 (pass7,da5) at scbus2 target 5 lun 0 (pass8,cd2) at scbus2 target 6 lun 0 (pass9,cd3) What still has changed is the behaviour of the write command when EOT is reached. See my note in the PR. Do you have any idea for this? Best regards Lars -- Lars Köller E-Mail: lars@koellers.net (LKoeller@FreeBSD.ORG) -------- FreeBSD, was sonst? ---- http://www.de.freebsd.org -------- From owner-freebsd-bugs@FreeBSD.ORG Wed Apr 9 02:40:16 2003 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 74B0537B477 for ; Wed, 9 Apr 2003 02:40:16 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71E9D43F93 for ; Wed, 9 Apr 2003 02:40:15 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h399eFUp084821 for ; Wed, 9 Apr 2003 02:40:15 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h399eF86084820; Wed, 9 Apr 2003 02:40:15 -0700 (PDT) Resent-Date: Wed, 9 Apr 2003 02:40:15 -0700 (PDT) Resent-Message-Id: <200304090940.h399eF86084820@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, Boris.Bogachov.bvb@telan.mk.ua Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C2C837B401 for ; Wed, 9 Apr 2003 02:33:43 -0700 (PDT) Received: from gw.telan.mk.ua (gw.telan.mk.ua [62.64.90.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBE9A43FBF for ; Wed, 9 Apr 2003 02:33:41 -0700 (PDT) (envelope-from boris@gw.telan.mk.ua) Received: from ws.telan.mk.ua (localhost [127.0.0.1]) by ws.telan.mk.ua (8.12.9/8.12.9) with ESMTP id h38HCx0l003417 for ; Tue, 8 Apr 2003 20:12:59 +0300 (EEST) (envelope-from boris@ws.telan.mk.ua) Received: (from boris@localhost) by ws.telan.mk.ua (8.12.9/8.12.9/Submit) id h38HCwAt003416; Tue, 8 Apr 2003 20:12:58 +0300 (EEST) Message-Id: <200304081712.h38HCwAt003416@ws.telan.mk.ua> Date: Tue, 8 Apr 2003 20:12:58 +0300 (EEST) From: Boris.Bogachov.bvb@telan.mk.ua To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: kern/50747: 3Com 3CSOHO100B-TX (OfficeConnect 10/100) NIC not detected X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Boris.Bogachov.bvb@telan.mk.ua List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Apr 2003 09:40:16 -0000 >Number: 50747 >Category: kern >Synopsis: 3Com 3CSOHO100B-TX (OfficeConnect 10/100) NIC not detected >Confidential: no >Severity: critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Apr 09 02:40:14 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Boris Bogachov >Release: FreeBSD 4.8-STABLE i386 >Organization: PE "Telan" >Environment: System: FreeBSD ws.telan.mk.ua 4.8-STABLE FreeBSD 4.8-STABLE #5: Tue Apr 8 17:04:58 EEST 2003 root@ws.telan.mk.ua:/usr/src/sys/compile/WS i386 >Description: 3Com 3CSOHO100B-TX OfficeConnect 10/100 PCI NIC is not detected in the dc Ethernet NIC driver. >How-To-Repeat: Install 3Com 3CSOHO100B-TX NIC, enable device dc, rebuild kernel, reboot. >Fix: It seems that the patch from the kern/49059 problem report fixes this problem. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Wed Apr 9 02:57:57 2003 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 122FC37B411; Wed, 9 Apr 2003 02:57:57 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 193A043FA3; Wed, 9 Apr 2003 02:57:56 -0700 (PDT) (envelope-from keramida@FreeBSD.org) Received: from freefall.freebsd.org (keramida@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h399vtUp089146; Wed, 9 Apr 2003 02:57:55 -0700 (PDT) (envelope-from keramida@freefall.freebsd.org) Received: (from keramida@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h399vtqX089142; Wed, 9 Apr 2003 02:57:55 -0700 (PDT) Date: Wed, 9 Apr 2003 02:57:55 -0700 (PDT) From: Giorgos Keramidas Message-Id: <200304090957.h399vtqX089142@freefall.freebsd.org> To: root@shandritokkel.homeunix.org, keramida@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/50733: buildworld won't build, because of linking problem 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, 09 Apr 2003 09:57:57 -0000 Synopsis: buildworld won't build, because of linking problem State-Changed-From-To: open->feedback State-Changed-By: keramida State-Changed-When: Wed Apr 9 02:57:23 PDT 2003 State-Changed-Why: Is this with RELENG_5_0 or with 5.0-CURRENT? http://www.freebsd.org/cgi/query-pr.cgi?pr=50733 From owner-freebsd-bugs@FreeBSD.ORG Wed Apr 9 03:00:34 2003 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 EABCA37B404 for ; Wed, 9 Apr 2003 03:00:33 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D36A143F85 for ; Wed, 9 Apr 2003 03:00:32 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h39A0WUp089432 for ; Wed, 9 Apr 2003 03:00:32 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h39A0WVa089431; Wed, 9 Apr 2003 03:00:32 -0700 (PDT) Resent-Date: Wed, 9 Apr 2003 03:00:32 -0700 (PDT) Resent-Message-Id: <200304091000.h39A0WVa089431@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Dmitry Karasik Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6302737B401 for ; Wed, 9 Apr 2003 02:54:23 -0700 (PDT) Received: from raven.plab.ku.dk (raven.plab.ku.dk [130.225.107.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 616A643F85 for ; Wed, 9 Apr 2003 02:54:22 -0700 (PDT) (envelope-from dk@raven.plab.ku.dk) Received: from raven.plab.ku.dk (localhost [127.0.0.1]) by raven.plab.ku.dk (8.12.9/8.12.9) with ESMTP id h399sKaB012413 for ; Wed, 9 Apr 2003 11:54:20 +0200 (CEST) (envelope-from dk@raven.plab.ku.dk) Received: (from dk@localhost) by raven.plab.ku.dk (8.12.9/8.12.9/Submit) id h399sKPl012412; Wed, 9 Apr 2003 11:54:20 +0200 (CEST) Message-Id: <200304090954.h399sKPl012412@raven.plab.ku.dk> Date: Wed, 9 Apr 2003 11:54:20 +0200 (CEST) From: Dmitry Karasik To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: bin/50749: ipfw2 incorrectly parses ports and port ranges X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Dmitry Karasik List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Apr 2003 10:00:34 -0000 >Number: 50749 >Category: bin >Synopsis: ipfw2 incorrectly parses ports and port ranges >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 Apr 09 03:00:32 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Dmitry Karasik >Release: FreeBSD 4.8-STABLE i386 >Organization: >Environment: System: FreeBSD raven.plab.ku.dk 4.8-STABLE FreeBSD 4.8-STABLE #7: Mon Apr 7 13:56:46 CEST 2003 root@raven.plab.ku.dk:/usr/obj/usr/src/sys/RAVEN i386 >Description: ipfw2 ( ipfw compiled with -DIPFW2) allows multiple port ranges in a single rule, but parses these incorrectly. Moreover, when ipfw2 fails to parse a port, the port list prosessing silently stops and no error is reported. >How-To-Repeat: Example: valid port name 'ftp-data' is treated incorrectly and ports 'ssh' and 'www' are silently skipped: Input: ipfw add 1000 allow tcp from any to any ftp,ftp-data,ssh,www Output: 1000 allow tcp from any to any dst-port 21 >Fix: Patch to /usr/src/sbin/ipfw/ipfw2.c resolves the problem. It is based on a comment in ipfw2.c that states that only numeric ranges are allowed. Thus, the ports ranges like 'ftp-data-30' and 'ssh-25' are treated as invalid. The reverse ranges, like '225-ssh', are still valid though. --- ipfw2.c.patch begins here --- --- ipfw2.c Wed Apr 9 11:27:10 2003 +++ /plab.ku.dk/usr/src/sbin/ipfw/ipfw2.c Wed Apr 9 11:26:12 2003 @@ -451,7 +451,7 @@ /* * find separator. '\\' escapes the next char. */ - for (s1 = s; *s1 && (isalnum(*s1) || *s1 == '\\') ; s1++) + for (s1 = s; *s1 && (isalnum(*s1) || *s1 == '\\' || *s1 == '-') ; s1++) if (*s1 == '\\' && s1[1] != '\0') s1++; @@ -499,20 +499,29 @@ fill_newports(ipfw_insn_u16 *cmd, char *av, int proto) { u_int16_t *p = cmd->ports; - int i = 0; - char *s = av; + int i = 0, ignore_first_error = 1; + char *s = av, *s1; while (*s) { u_int16_t a, b; + s1 = s; a = strtoport(av, &s, 0, proto); - if (s == av) /* no parameter */ + if (s == av) {/* no parameter */ + if ( !ignore_first_error) { + if ( *s1 == ',') *s1++; + errx(EX_DATAERR, + "illegal port ``%s''", s1); + } break; + } + ignore_first_error = 0; if (*s == '-') { /* a range */ av = s+1; b = strtoport(av, &s, 0, proto); if (s == av) /* no parameter */ - break; + errx(EX_DATAERR, + "illegal port ``%s''", s); p[0] = a; p[1] = b; } else if (*s == ',' || *s == '\0' ) { --- ipfw2.c.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Wed Apr 9 08:10:25 2003 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 5893137B401; Wed, 9 Apr 2003 08:10:25 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA34043FE1; Wed, 9 Apr 2003 08:10:24 -0700 (PDT) (envelope-from mdodd@FreeBSD.org) Received: from freefall.freebsd.org (mdodd@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h39FAOUp072223; Wed, 9 Apr 2003 08:10:24 -0700 (PDT) (envelope-from mdodd@freefall.freebsd.org) Received: (from mdodd@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h39FAOiN072219; Wed, 9 Apr 2003 08:10:24 -0700 (PDT) Date: Wed, 9 Apr 2003 08:10:24 -0700 (PDT) From: "Matthew N. Dodd" Message-Id: <200304091510.h39FAOiN072219@freefall.freebsd.org> To: mdodd@FreeBSD.org, freebsd-bugs@FreeBSD.org, mdodd@FreeBSD.org Subject: Re: misc/46679: added volume stepping to mixer 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, 09 Apr 2003 15:10:25 -0000 Synopsis: added volume stepping to mixer Responsible-Changed-From-To: freebsd-bugs->mdodd Responsible-Changed-By: mdodd Responsible-Changed-When: Wed Apr 9 08:10:00 PDT 2003 Responsible-Changed-Why: I'll deal with this. http://www.freebsd.org/cgi/query-pr.cgi?pr=46679 From owner-freebsd-bugs@FreeBSD.ORG Wed Apr 9 10:50:12 2003 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 DF89737B401 for ; Wed, 9 Apr 2003 10:50:12 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8768243F75 for ; Wed, 9 Apr 2003 10:50:12 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h39HoCUp013919 for ; Wed, 9 Apr 2003 10:50:12 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h39HoC5B013917; Wed, 9 Apr 2003 10:50:12 -0700 (PDT) Date: Wed, 9 Apr 2003 10:50:12 -0700 (PDT) Message-Id: <200304091750.h39HoC5B013917@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Steve Grandi Subject: Re: kern/50741: "wiring down SCSI devices" as described in LINT doesn't work X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Steve Grandi List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Apr 2003 17:50:13 -0000 The following reply was made to PR kern/50741; it has been noted by GNATS. From: Steve Grandi To: freebsd-gnats-submit@FreeBSD.org, grandi@noao.edu Cc: Subject: Re: kern/50741: "wiring down SCSI devices" as described in LINT doesn't work Date: Wed, 9 Apr 2003 10:49:43 -0700 (US Mountain Standard Time) Thanks to Scott Long and Wilko Bulte who both supplied the trick to get this working. Following is a context diff for LINT to properly describe reality. *** LINT Wed Apr 9 10:37:37 2003 --- LINT.new Wed Apr 9 10:47:33 2003 *************** *** 887,892 **** --- 887,904 ---- # device sa1 at scbus1 target 6 # device cd + # NOTE: for this example syntax to work, the device entry for ahc must + # be changed to device entres for ahc0, ahc1 and ahc2. In other words + # instead of: + + #device ahc # AHA2940 and onboard AIC7xxx devices + + # use the following: + + #device ahc0 # AHA2940 and onboard AIC7xxx devices + #device ahc1 # AHA2940 and onboard AIC7xxx devices + #device ahc2 # AHA2940 and onboard AIC7xxx devices + # "units" (SCSI logical unit number) that are not specified are # treated as if specified as LUN 0. -- Steve Grandi National Optical Astronomy Observatory/AURA Inc., Tucson AZ USA Internet: grandi@noao.edu Voice: +1 520 318-8228 FAX: +1 520 318-8360 From owner-freebsd-bugs@FreeBSD.ORG Wed Apr 9 11:20:05 2003 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 F230A37B401 for ; Wed, 9 Apr 2003 11:20:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9070C43F93 for ; Wed, 9 Apr 2003 11:20:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h39IK4Up023998 for ; Wed, 9 Apr 2003 11:20:04 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h39IK4dC023997; Wed, 9 Apr 2003 11:20:04 -0700 (PDT) Date: Wed, 9 Apr 2003 11:20:04 -0700 (PDT) Message-Id: <200304091820.h39IK4dC023997@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: deinos_@hotmail.com Subject: Re: bin/50733: feedback X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: deinos_@hotmail.com List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Apr 2003 18:20:05 -0000 The following reply was made to PR bin/50733; it has been noted by GNATS. From: deinos_@hotmail.com To: freebsd-gnats-submit@FreeBSD.org, root@shandritokkel.homeunix.org Cc: Subject: Re: bin/50733: feedback Date: Wed, 9 Apr 2003 19:12:40 GMT Hi, It did happen in RELENG_5_0 after I cvsupped. bye edgar From owner-freebsd-bugs@FreeBSD.ORG Wed Apr 9 12:10:15 2003 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 D3BC837B401 for ; Wed, 9 Apr 2003 12:10:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9ACE643FAF for ; Wed, 9 Apr 2003 12:10:08 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h39JA8Up038213 for ; Wed, 9 Apr 2003 12:10:08 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h39JA8MG038203; Wed, 9 Apr 2003 12:10:08 -0700 (PDT) Resent-Date: Wed, 9 Apr 2003 12:10:08 -0700 (PDT) Resent-Message-Id: <200304091910.h39JA8MG038203@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, David Turgeon Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D4C437B401 for ; Wed, 9 Apr 2003 01:51:53 -0700 (PDT) Received: from h24-71-127-214.ss.shawcable.net (h24-71-127-214.ss.shawcable.net [24.71.127.214]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2689243FA3 for ; Wed, 9 Apr 2003 01:51:49 -0700 (PDT) (envelope-from crayz@h24-71-127-214.ss.shawcable.net) Received: from h24-71-127-214.ss.shawcable.net (localhost.ss.shawcable.net [127.0.0.1])h398rAv5000645 for ; Wed, 9 Apr 2003 02:53:10 -0600 (CST) (envelope-from crayz@h24-71-127-214.ss.shawcable.net) Received: (from crayz@localhost)h398r9kI000644; Wed, 9 Apr 2003 02:53:09 -0600 (CST) Message-Id: <200304090853.h398r9kI000644@h24-71-127-214.ss.shawcable.net> Date: Wed, 9 Apr 2003 02:53:09 -0600 (CST) From: David Turgeon To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: i386/50760: X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: David Turgeon List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Apr 2003 19:10:16 -0000 >Number: 50760 >Category: i386 >Synopsis: >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Apr 09 12:10:08 PDT 2003 >Closed-Date: >Last-Modified: >Originator: David Turgeon >Release: FreeBSD 5.0-RELEASE i386 >Organization: STUDENT >Environment: System: FreeBSD h24-71-127-214.ss.shawcable.net 5.0-RELEASE FreeBSD 5.0-RELEASE #3: Mon Mar 24 00:08:34 CST 2003 root@h24-71-127-72.ss.shawcable.net:/usr/src/sys/i386/compile/CRAYK i386 >Description: GCC gives some sort of internal error message. In order to solve the problem I posted to the GCC people. However, I haven't got much of an answer from them other than they believe 32 mb is not enough to run that version of gcc on. I was rather skeptical of this since, FreeBSD 5 is supposed to be supported by all i386's and I do not know too many of them which came with high RAM requirements. In addition to my configuration setup i also included a gzipped version of the *.i file. >How-To-Repeat: cd /usr/ports/mail/cyrus-imapd2 select only db3 option make install cc -v -save-temps -c -I.. -I/usr/local/include/db3 -I/usr/local/include -DHAVE_CONFIG_H -I. -I. -Wall -O -pipe -mcpu=pentiumpro chartable.c cc: warning: -pipe ignored because -save-temps specified Using built-in specs. Configured with: FreeBSD/i386 system compiler Thread model: posix gcc version 3.2.1 [FreeBSD] 20021119 (release) /usr/libexec/cpp0 -lang-c -v -I.. -I/usr/local/include/db3 -I/usr/local/incl ude -I. -I. -D__GNUC__=3 -D__GNUC_MINOR__=2 -D__GNUC_PATCHLEVEL__=1 -D__GXX_A BI_VERSION=102 -D__FreeBSD__=5 -D__FreeBSD_cc_version=500005 -Dunix -D__ELF__ -D__KPRINTF_ATTRIBUTE__ -D__FreeBSD__=5 -D__FreeBSD_cc_version=500005 -D__un ix__ -D__ELF__ -D__KPRINTF_ATTRIBUTE__ -D__unix -Asystem=unix -Asystem=bsd -A system=FreeBSD -D__OPTIMIZE__ -D__STDC_HOSTED__=1 -Acpu=i386 -Amachine=i386 - Di386 -D__i386 -D__i386__ -D__tune_i686__ -D__tune_pentiumpro__ -D_LONGLONG - DHAVE_CONFIG_H chartable.c -Wall chartable.i GNU CPP version 3.2.1 [FreeBSD] 20021119 (release) (cpplib) (i386 FreeBSD/ELF ) ignoring duplicate directory "." ignoring duplicate directory "/usr/include" #include "..." search starts here: #include <...> search starts here: .. /usr/local/include/db3 /usr/local/include . /usr/include End of search list. /usr/libexec/cc1 -fpreprocessed chartable.i -quiet -dumpbase chartable.c -mc pu=pentiumpro -O -Wall -version -o chartable.s GNU CPP version 3.2.1 [FreeBSD] 20021119 (release) (cpplib) (i386 FreeBSD/ELF ) GNU C version 3.2.1 [FreeBSD] 20021119 (release) (i386-obrien-freebsd5.0) compiled by GNU C version 3.2.1 [FreeBSD] 20021119 (release). cc: Internal error: Killed (program cc1) Please submit a full bug report. See for instructions. >How-To-Repeat: >Fix: begin 644 chartable.i.gz M'XL(""Z;'O_ZW'X1GR;RV MHA]]\\^_^_233W_YP6=??O/!\_-^]_/???3-3ZZEY<<__^S+3S[]XT]^]*,? M??K';S[]ZLLL_^!O-_3CWW[Y^T^_^N:OG___K[^Y8%\_71?>_NOI@O_BVU\^ M_>B#Y_\[O^;Y/[[^E[_YB7[Z)Y]^_-M//@WS,*@7E"==/:5]S.']/__\M[_] MS;>_^_*C+SZ]>MQ9T-3@HHVVC5_\[K///WV67=>BEOG];S_[9'_++[_Z]/+; M[4'/_]3?MKK]^M./OOKXUU]_\]5G7_[J^MG?_N)9^O3!U3.*TFX4<7[D[O/T4/C7/K3+Y^[ M^UD5SXUY'L+A)$=LUG4N?&G>S[]Y;OG/O_KTXT\_>QZ*/__FK\^/^O_\W_Z/ M\LS?/7\7Y7]]_,4G7Y\KEYN06_.W'YR+%C0_Y%S]_(*__>"KWW[\F_.`RO\G M5/LL^NJCC[_)NG6U^6#[G_?TTKRWU.C;SSYYTEJ_]R31*:#V1YYTU2O#]53S MP7`[_5RFFR5="W_T/."^_7A7WP=_^M$V%LKW]Y-F;'_[Y=>?_>K+3\L7]<%? M_VU^QM_\=)B7G_UT^ME/?O2OYXJ,HB+C?_&<;3 MT_:_IHJ\09DP/O_W,C\C8;K\YH(,Y_]>\C_/3VO^,R7QF[@\\)OU_F^F!WXS MGQ[X37C@-P_4>7G@.$Z<_6^6\V_JNQ;UFWCNQ/GJ-^MMG][\)E[4 M=7A7TW;YKN6Z[?B;./O?I.L^3?B;\,!OEON_61YX3O2_B>.5#O-_SB?_FT'T MA7S.35_D@K7.^3\/]1FN^H)_$V?_F_P-[CH\__I8G_DRA31%#NV:K]O%OYG\ MN^+U;Z+2\[F#UJJ?]3*-7/UFO7[.H[\YO$O\YG;.I-^85Z=P522=A+K*;^8' M?E.?$X1*TUG/TZZNM*GPZC?Q^C>+^LUR]9GD_YS'^[]9;NMSK9]SDT*Z?4Y6 MVB._F>__9G[@.?,#SQG2]6]4N\X#MOW/6QVNEYZ\*=+^)C\\7K]K2(_]YNYC MUP<>>_S-O<<^\ILZR4@-9^'\P&_JQ&A^\\!SX@//F2;L\3R7#7O;K_[S\)LQ M/-W^Y_$W\]/M?QY_$Y]N__/PF_+57/WG\3FG!^I\_9OQ@>?H=IT>:%=XH#[C M`_6Y^O&-:G)7 MF;[(R]NB/XWYY;\9'OC-],!O'FGU`T/HH2*/=&M\8-0]TM?Q@:_RYC=278\, MDN-O7MK,1\95?+&&]4"*#PRDF]\\H#T]V.(#@^WF-VIN3-?V+BF5KM=S_BK; MOC[0->L#HVM]8.2L#XR<]8%^K[\9'ZVS'!OK`V-C?6!LK`_T^WJ_WV_6#(NP#LR_ M&1_XS?S`;^(#O[D>A\N#OWGA8^5OXG47+[=JA]^\\+'Z-P]4[Z:9BQK)-[^) MMZ-4]*9^SO5OXNU(%FW7SYD?J,_-;^1SX@/OB@^\:[W?Q>(W+QVT;S#.98O6 M^RV*-[VI>DK\YNZ`'`\MNOL;U83XR+NF^Y^\^,T;?,[WAMEMD0?Z\::([J/T M0`/3_9$I?G.W>NF!?CS^YH6/?:35C\Q[^CGK`QUWG#_O/?;F-[)3;G^C/J[; MWZCJO4%]9#.;WYQ/;N;;1=HF=`-)_.90'_&;0_?=_`;KLUS_9GG@-^EVH9+/ M=:_;GF[U<_.;_,_MXG,[F[]7GYO?I-M^5[]1.KS]C6S7?%7GP\);_4:V?;[? M]C3=KT]:[O_FIK^B&F.B3^^J/;SX-W+HW@Z5.\-IOOSGO=_HKID>J/-T7UUB M6+Y@Y$S8A/D!=1U_\\*/Z)$6I?&-OKL7*N&1$:>:0[;GXC>_FVC]0`>Z0?Q6]>4`35=?/8PW&->(Z>.;G,D?&9"/C,!'IMR;W\CYX?8WLEW+`\/@@96`^,T+BVA5)/_5Y/%S M9\C=_$8.N:U/G2K4;V[KO/6[F][5;VZ[1OSFL)A1OVGJ?/9S#SF,).OPZC\? M^_6?C_Q&%OGP]Q\^_\_/KO^Y@Y0'C=6[?_6?C_SF;I'IZ?8_'_F- M+/+A7Y\K'L[_G,[__,V'`@F(#(B,B$R(S(@LB$1$$B*K0@:A@V&(EX_K3^LTC[TKWGY,>T,_M;^1S'M#A[6_D,OCY%Z-\UUGB6.[_Q8[[\QO=[^_RF\> MJ/-ZI\[A:5NY^-^,PP._N3,V\F_\]YY_>=?RP',>T,_M;]1S MY@=T>/L;^9P[XT?]YO8Y->[,/^?>]Y5_\\AS[HSG_!L_]^;?F#$_7X;IW1BW MAP]CWL+QY!8(&IS5_ MWH'H([4]_W,X4]P"E-RW^09G@;(^ZEUO*_[TY1&=[RAN]*'PS-L!\!<:5BD' M6WQ`77<"UO+H>@O'?F\S(.N[">CX'H,%[GF2KW^3#WMNQ]W-6=#MD#-P\/#H MXCAU<+3[YA.6;1P+YADV_8Y!N6AS'#P\V(N=,%IQ?]6@1Q^.Y]P:^G M%_UZ?M&OXXM^+=9T?J2\X-?#BW[](@U.+]+@]"(--E/IRW42Y7C/OH0)YY@, M+_@I[J7U=[Z=N>9_W,/EN]=V&G?OEFJHI26<2^>J8CG`(];EEMRF;)'U#+5NI6>N^;E^BRI=3CUR_7S59'_G=B^[ MRUDK=;IH5I<^/[>LLP_P>4C'+?T;WNT[=$RD\S(Y%C;'![%:2GAG/J] MX'#(GX%^^):?#F,MMWM](E.[CU3Y$56UF(\HT6#:)WD8#A6^KOD=0V@VH/R; M.Y&+9.K,%HI_(R9ELQ+GW]PYEB##=?B-,%>'WSS0=F6:S(J>?R/,4!D60V&0_WVZ#==_>/ZF[+T'WK0BRCI<-WQL!N'GC3J/;@EIP#R[$. MQR+7Y_6DBES[W&Z5?Z=( M.&I[#`==W7M"XSL-NA7WJCV/]H%J`-QYPLVG).MP=/W]^4YC_I2T'JZ++//+ M-6GK<-,*X:%]80WC'3V$8Y7$I,'#3P]R.SR6<&B%_MAQ#O3/OYE,'OI`_OPF MO_0)ILGR\YG=.!$1`6:2D4-B=BJ]Z:-)=DJD(CQ_KM2HK!8YO(\?:3MOW/2" M\FS?1&KXKT:OK"(_&KNSTYN`.3''J-";M1R M+')<#+C^>N3[V@9;.\)O5VN;\`43BUBUWB[>Y%L>7>B^0:^]?"']2`WM7!&/ MJ^[C`X^!-JW2AL-`>H&]N/_\>Y_\`T]0(TI$&-U]RW$/PD9$##\W+:CGVX[3 M@^<88J.K=#.MY=?%%VE`-%GJ^6;;=3,]KL$.3E4'OX]+#]1AMGNT22EVMIM3 M^1GZE][;O]Q_PNU4<_SJ[S[06H15*O]HP7G^?&2Z$P%Q1L]WGL"#$*L-];RK M2;LCUN/6%Y'53J1>6!.^X`EFUK9YWBZPTF/,\L"WS'OG-&UM>I?R;V/Q[N^;'BAASK/3PYVT`PW&8O?"\Z/X3]$MO M3KV.AX&'(C?=QR8;7WKSA$6^Y>8+PK7*UM)[3[C=[EFCKZM]K9S#KD?\QD^2 M(D;XKO(?/`>XG&6'?6[8IY/+,;9"!D1&1"9$9D061"(B"9'5MO2.(HPVFD-] MA%DO>]J9@5E#>P*:@5E7>RJ:@5EK@]?:X+4V>*T-7FN#U5KQCJ;-0UF<+3FY ML`DB+)]2]K+F[VF]S!Y7T75;ME8QDOOY6QNI5I^3M\CE-YM?N?W-[E^_5"^[ M7_.K=V]LGJ[V*;K)X/[P-^<&?WS^YZ/S/Y]7E^P7V:&[IT]FBNJO'X"'^INO M]N=^XA_VP`^;Q^8?_OC\SQ?[_RK(QZ)T;N&OZF]^AZ4;_UI6U>W$I)`1D0F1 M&9$%D8A(0F1%Y-;;JQJVW4<&LEV9B0I@UU$Q,"+.NFHD)8=;:X+4V>*T- M7FN#U]K@M39XK0U>:X/7VN"U-GBMC5YKH]5:N8\D,Z*7_S40PF6:M53^[_6! MIS7;LC!?)MYR(TJZ0?)I2OY?S0GP#3*>%+)S*IC2U[^Y?4X.P)"U:I`)D72# MS(@LB$1$$B(K(9F)7R,#(B,BV-(96SIC2V=LSX*USGLRC6"M%ZSU@G5;L!<6 MKC7V0L3V-#TWT]AI#J!N='V+U);>(F6,;OVQ(F-$]EQ&T@V2L`8):U"1V_8DK%O" MNB6J6_E^5-T:9$1D4HBJ6X-$1&[K%K!N`=\3\#T!WS-@2P=\SXAU&[',A&4F MK,&$3UOQ:2L^;<6>6^D]*=#3$O9"&JAN"77=()-"Y'M&?!KV0D*-9K^BKO6, M97!V27(..?_W('ON!N$RDT+X/;??P@V2KI%1?O454>\9Y;=]@]R^9Q]5RVT9 M^=7?(+T:LF_RR;I#;NHU8-SDGWB"W[YFP;O+;OD%NZS9AW>1\4!'YGAG?,^-[Y/K@ M!KE]CUP?5$363:X/;I!;V[C/8O%FE9;/XP_(]G1=IEEQX8HXWJZ>'EF+R37? M&Z_2Y.I)UNV1M1BOW]YDE2973ZIN#ZW%>/WV)JLTN>*2=7MD_79;MQ>N[/X\ M"_AVK=EW97_>OL4XM(=G_TF-@QM$SOYWYFN>XQ^?R7FNDE_]#2+GZSLS+,_* M#\^];[YS5:OHA^;1VQW_=[]SO:G!][`_O:T!SU6O9-\HR[R2W:%ZVJO>-[XW MN\,WVNE]_WNS[WZ?-=\@W]5NZKO?&=VV],_:_QA+^UWMQ66_- MR@0L@[-R@]R425BW).OVYWVG=\;;XR/Q#7J[.0&,B-RLN)+]Y/+R#Y52,*]<[.JX=';QW4?UW\YX_H[:L]#MI%MR3O=9[UE M';R!#ZQ$9V3D-LH`D>L]NEOYU"]4:NP-?G/G7;P_OAH?[ETWOWGD.;>[Y^&! MYSSRF_'Z-W=F1IXCUP?TO%[WZ9UQS'/K^D"[WO0WLLXW;;_S'/EU!*&?-_[- MG7<],)Y?^)L[%L./U3?YS9W=!/]F$.UB>\$G,X_\9A3M>@N_>>1=O"+S<^;U MN=);_@VOZ?@YZC>\:I3O.O_W]6F5WM<]\IOQSORL?B.?H\;A([_A&`!L^_7Y MU7$>>X/?L'X>_LT='3[RF_&Z[;+.XP-Z5K^Q\0QWZ\,G$>.U?N[4F76HZG-[ M7C4+'=I3-7C7](`.U6]NQ^'T@'[>]#?R73QOX&]NGY,>T,^=W^25;!)]:N,B M7_";V_6/6HOR8QZ_&'YPP//.E1YXEQJKH((XR@371179[#G73HN/7=J7' M^'2ET?R;I7T"?+57&CVVLC[GYMF/]#J?=,)O'NV#1UOQ)O6/PU'O2B9K>:.Y MH=9F):0A'[M%;O=)%;GU_%<$:W#X&FI+<+]A$)PO#7([KAY!;K\AA4@6[NT_ MKWXS;1^HN1/F+.P7ONWMZA>^W?YF?.`W\P._B0_\9GVZK=XCOWGA8W\H%[[] MZT]^]*,//O[MEU]_\\%G7W[SP<>__NBKKS_]YN=??/3'GW_SU4=??OWY1]]\ M]MLO/_C[#\;33W[T5Q],Z10^^+?G7WWST2\^__3''__;'Y7"WW[Y]6>_^O+3 M3_(3/MA_\/7/O_WRLX]_^\FG/__%Y[_]^#<_'>;E9\\/^].//OC@@W,*^'.E MGCYXKM!S"\X-G2___*C\S^?A_=RASQ_+>5EQ_ODY87QX1C_(B=M34T+]\R,/ M?U`R4_/CSO/@\WO.ZY^JSFA\]Z?OZ?YQ&=*_A&5>L_[#_L/_Q+^.%Y MH7RV2N<5TO/L\KRDR7-N_K_'ILZ?CN%G>>+\Z729._/T^:?GV:I=D)WGTW]] MNB!5U$@'*1VE=)+264H7*8U2FJ2T$7T'TJ`;%W3K@FY>T.T+NH%AU3URTF+H M/]V!@^[!0;=RT*T<="L'WST('> M.I3?+]C^!=N_8/L7;/^"[5^P_0NV?\'V+ZK]8"=+B8@:B*B!B!J(J(&(&HBH M@2@T\-+-17E2$E^`&Q<)VYZP[4FT';=(8&LO3U+MSD_*.[1]NR2PX8"-7*Z\ M;14C`-=6WZN\79#=7=71ZNUMR6GU]K;D>57T:]7BEZ[?WK$\K#-:DIF^"UK; MO2TYK>U8JWEU^K5"^K?0OX47?0O:1OR`O@51XOSWI]^13PVN1T&/-#D=.A$ MOQ#R?2U0O%PN*AFA@][O2TX'S#\4.1V$OR5Y&8W:1A#RSA>G/W3Y'UXHI\7X M2^7DI/B^Y#"FPYK`>3&<`AYT)W11W$'DQHN02PWD86I"%P4AY6GJJ/V"8*VU MB^(.(IYV>8\XNKP@J`-]/)_014%(>=J".M!'YPF<%Y72?0 M3JF!.M2^(%PW1M[".J$\B?5L$!P#!L'1P7VCD+*ZXN\ZBA%U0;@,ME0AEQJ( M]KS4(ER>Q*V4Z\0$3HJ[B'14$%)JP-]TPIXV"#\-Y_;$.D!D11TH!T985[`[ M%T2^9\5]R@KCLYS1M$;QST+RSDON0M\$^?*M(B\]E7OI;OZE.Y;7MA)\Q_(R M!I53_'MT."!2:JLM!R$O/B-[X4G+N]Y#\^S*")XBO=UYY86:+7VD;_[\K1\4/WR[WK0ZEW?6#TCJ?LX73"#=D)-V0GV(Q< M$+GE.$$DU0411N."R&7J"38C!=';NQ-$4UT0U(':D%P0U($R'A<$=:`.MRX( MZD!O/4^P(;D@J`,53W5!4`H%01VH3T'P M($A%\EX0/.K@PS`5R7M!4`=J>WPYJ$,=\&&8BN2]('P@B#I0CO4+@CI0!YQ\ M\'A!4`@_0EH?P+:GSM'GZ@#;7_HN/2"H`ZT_0EH?P+:GX#V M)Z#]"6A_`MJ?@/8GH/T):'\"VI^`]H=2PR^(?,^`]H<.;2\('D!J^S.@_6D9 M:P2"&VYM?UY^/'O9OJ,.M/T9T/X,:'\&M#\#VI\[APZH`VU_!K0_`]J?`>W/ M@/9G0/LSH/T9T/X,:'\&M#\#VI\![<^`]F=`^S.@_1G0_@QH?P:T/P/:GP'M MSX#V9T#[,Z#]&=#^#&A_!K0_`]J?`>P/!<>Q;<;C-S@QN#OOHY;5W/K2((%+ M$!+VOK8Z@ZV7MCH#6IT!KVL?DM))Q!LO;8W(]J; MC2U/(]K>C&AO1K0W(]J;C30/$-2!WN^,N-\9<;^S4?)I1.]W6MX^@:`.]'YG MQ/W.B)9G1,LSHN49T?*,:'E&M#RCL#SGO\V-4T=\^S%T:9=V:9=V:9=V:9=V M:9=V:9=V:9=V:9=V:9=V:9=VZ0]8>OZ['`,/)TY%3GB*WMY==RRC3^M7]'.M MZ&=9T<]U!Y$G_"OZN5;T(W60T)N2T)N2T)O"_4,I ME6X<<$IE0F]*0F_*'01UH+TI";TIE%)9$.U-H93*TG/Z^Z&4RLLXP-'+(T3[ M\5?TXZ_HQU_1C[^B'W]%/_Z*?OP5_?@K^O%7^_UH/_Z*?OS^_?3OIW\_;_[] MK!@'T]<';[8^H)3E-UL?Y,1A+&,0;*E!<,0;!%MJ$&XI(CKFY0Z"+34(MM0@ MV%*#<$L1X:_Q+2/84H-@2PW"+46$K8Q$\F69TLK<0:3]*0B^1]J?@JCQ5A`U M[Q1$Z;H@:MXIB-)U0=3<6Q#4@;0_!4$=2/M3$-2!C+:\AV!+#<(M141&6]Y# ML*4&P98:!%MJ$&XI(M+*W$.PI3*J\[^7_P[;\P[`C?SR*&RF0;B9B$@3>0?G!;Z(6.C/.#UY`\2I6,><\!,^,"YCT'S'L.F/<<5-[S^6]S``5,?PZ8 M_APP_3E@^G/`].>`Z<\!TY\#IC\'3'\.F/X<,/TY8/ISP/3G@.G/`=.?`Z8_ M!TQ_#IC^''`"#)C^'##].6`B5,#TYX#ISP'3GP.F/P=,?PZ8_APP_3E@^G/` M].>`Z<\!TY\#IC\'3'\.F/X<,/TY8/ISP/3G@.G/`=.?`Z8_!TQ_#IC^'##] M.6#Z<\#TYT#ISQ=$ZF#$_AFQ?T;LGQ'[!],%`Z8+!DP7#)@N&#!=,&"Z8,!T MP8#I@@'3!0.F"P9,%PR8+A@P73!@NF#`=,&`Z8(!TP4#I@L&3!<,F"X8,%TP M8+I@P'3!@.F"`=,%`Z8+!I4N6!"Z:/>"R/?01;L7!-^CUP=TT>X%05UK^X.) MT`$3H0,F0@=,A`Z8"!TP$3I@(G3`1.CRU6.?]OFMSV]]?OM+F]^V@]7A>.Q- M]XA?$*EJND?\@J`*]/:'[A&_(*@"O?VA>\0OB!QN=(_X!4$=Z.T/W2->$+W] MH7O$+PCJ0)L?ND?\@J`.M/FA>\0O".I`FY\)S0_=)7Y!4`?:_-!=XA<$=:#- M#]TE?D%0!]K\3&A^Z#;Q"X(ZT.:';A._(*@#;7[H-O$+@CK0YH=N%+\@J`-M M?NA6\0N".M#F9T+S,Z'YF=#\3&A^)C0_$YJ?&W/C/9G1OLSH_V9T?[,:']FM#\SVI\9 M[<^,]F=&^S.C_9G1_LQH?V:T/S/:GQGMSXSV9T;[,Z/]F='^S&A_9K0_,]J? M&>W/C/9G1OM#%V=<$-2!MC\SVI\9[<^,]F=&^S,+^W/^V[Q`P[:\JK9H+]Q@ M*V.[/5+889O28(/!1H--!IL-=@A&:;!H,*.7T>AE,GJ9C%XFHY?)Z&4R>IF, M7B:CE\GH93)ZF8Q>9J.7V>AE-GJ9C5YFHY?9Z&4V>IF-7F:CE]GH93%Z68Q> M%J.7Q>AE,7I9C%X6HY?%Z&6YU&(U2HE%*-$J)1BG1*"4:I<3;-FR- M8L9C22CD61Z-9EADHQ2DOE\5J.7%?1R MM053&+SO:ANF,/,^,GM7FS&%03]<;<@4!OUPM2E3F-$+F;VKK9G"C%[([%UM MT!1F]$)F[VJ;IC"C%S)[5YLU@9'9N]JP'3[VVXILP,&H[1&W]"BNMG4*,WHA.W>UN5.8T0O9N:LM MGL*,7LC.76WT;K#%V+G%V+G%V+G%V+G%V+G%V+G%V+G%V+G%V+G%V+G%V+G% MV+G%V+G%V+G%V+G%V+G%V+G%V+G%V+G%V+G%V+G%V+G%V+E%V;D6,WJA[5W& MC%YH>Y-]8O&^D5C_:*Q?M%8OVBL M7S36+QKK%Y7UJ_F6MRVOB'D>6;YH+%\TEB\:RQ>-Y8O&\D5C^:*Q?-%8OF@L M7S26+QK+%XWEB\;R167Y]MX;;DOMB!O/!ZM72QEMD-S8O&YD5C\Z*Q>='8O&AL7C0V+RJ;UV)&+V3UHK%ZT5B]:*Q> M-%8O&JL7C=6+QNI%8_6BL7K16+UHK%XT5B\:JQ=OK=[Y[]JSEXSQ2\;X)6/\ MDIDLDC%^R1B_9(Q?,L8O&>.7C/%+9NK*F-$+;?V2,8#)&,!D#&`R!C`9`YB, M`4S&`"9C`),Q@,D8P&0,8#(&,!D#F(P!3,H`MIC1"VW]DC*"+6;T0F8P&3.8 MC!E,Q@PF8P:3,8/)F,%DS&`R9C`9,YB,&4S&#"9C!I,Q@\F8P63,X%7VOL*, M7L@,)F,&DSQG^"C-Z(3-XEUYAH)?5V+_5 MV+_5V+^KC'2%03^LQOZMQOY=9;,K#/IA-?9O-?;O*JM=8&3_5F/_5F/_5F/_ M5F/_5F/_5F/_5F/_5F/_5F/_5F/_5F/_5F7_]LW5H74[PF4.EJBR]!A]'.S> M7HIFU-58O=58O=58O=58O=58O=58O=58O?6.5LCJK<;JK<;JK<;JK<;JK<;J MK7?ZB*S>:JS>:JS>:JS>:JS>:JS>:JS>:JS>:JS>:JS>:JS>:JS>:JS>:JS> M:JS>:JS>:JS>RE8OGMCJ%4R_+V-@]:(Y(BJ8[H>"Z7XHF.Z'@NE^*)CNAX+I M?HCFP*I@1B]@]0IF]`)6KV!&+V#UHK0++6;T`E:O8$8O8/4R!E:O8$8OL.LK MF-$+[/H*9O0"N[Z"&;W`KB]*6]M@8/\*9O0"]J]@1B]@_PIF]`+VKV!&+V#_ M"F;T`O:O8$8O8/^B6:,4S.@%[%_!C%[`_A7,Z`7L7\;`_A7,Z`7L7\&,7L#^ M%Q?P8Q>P/X5S.@%[%_!0"]7#(L*@_<%8_^"L7_!V+]@[%\P]B\8^Q>, M_0O&_@5C_X*Q?\'8OV#L7S#V+QC[%XS]"\;^!6/_@K%_P=B_8.Q?,/8O&/L7 MC/T+QOX%8_^"L7_!V+]@[%\P]B\8^Q>,_0O&_@5C_X*Q?\'8OV#L7S#V+QC[ M%XS]"\;^!6/_@K%_P=B_8.Q?,/8O&/L7C/T+QOX%8_^"L7_!V+]@[%\P]B\8 M^Q>,_0O&_@5C_X*Q?\'8OV#L7S#V+]S:O_/?E?,O7C$\WA2_XG@4&)G!*YY' MA4%W7'$]*@RZXXKO46'0'5>B$S>,7\J#"C%S*#5_R/"C-Z(3-XQ0*I M,*,7,H-77)`"(S-XQ0>I,*,7,H-7K)`*,WHA,WC%#:DPHQB$S M>,43J3"C%S*#5VR1"C-Z(3-XQ1DI,#*#5[R1"C-Z(3-XQ1ZI,*,7,H.#,8.# M,8.#,8.#,8.#,8.#,8.#,8.#,8.#,8.#,8.#,8.#,8.#,8.#,8/#K1ELL-'8 MO]'8O]'8O]'8O]'8O]'8O]'8OU'9O]TY0Z-E--9O5-:O/A$=0:NI(5F^T5B^ MT5B^T5B^T5B^T5B^T5B^T5B^T5B^T5B^T5B^T5B^T5B^T5B^45F^/GX=)V\'T`-F\T=B\T=B\T=B\T=B\T=B\T=B\T=B\T=B\T=B\T=B\T=B\ MT=B\T=B\T=B\T=B\T=B\T=B\T=B\T=B\\HJ%ZB8;J)1JJEVBH7J*A M>HF&ZB4:JI=HJ%ZBH7J)ANHE&JJ7:*A>HJ%ZB8;J)1JJEVBH7J*A>HF&ZB4: MJI=HJ%ZBH7J)ANHE&JJ7:*A>HJ%ZB8;J)1JJEVBH7J*A>HF&ZB4:JI=HJ%ZB MH7J)ANHE&JJ7:*A>HJ%ZB8;J)1JJEVBH7J*A>HF2ZJ7%C%[(#!JREVC(7J(A M>XF&["4:LI=HR%ZB(7N)ANPE&K*7:,A>HB%[B8;L)1JREVC(7J(A>XF&["4: MLI=HR%ZB(7N)ANPE&K*7*,E>]DT9S;J&ZB5*JI<6,UHAZV?H7J*A>XF&[B4: MNI=HZ%ZBH7N)ANXE&KJ7:.A>HJ%[B8;N)1JZEVCH7J*A>XF2[J7%C%[(^DG* MEQ8S>B'K9TA?HB%]B8;T)1K2EVA(7Z(A?8F&]"4:TI=H2%^B(7V)AO0E&M*7 M:$A?HB%]B8;T)1K2EVA(7Z(A?8F&]"4:TI=H2%^B(7V)AO0E&M*7:$A?HB%] MB8;T)1K2EVA(7Z(A?8D'TI<&2\;Z)6/]DK%^R5B_9*Q?,M8O&>N7E/5K,>B' M9.Q?,O8O&?N7C/U+QOXE8_^2L7_)V+]D[%\R]B\9^Y>,_4O&_B5C_Y*Q?\G8 MOV3L7S+V+QG[EXS]2\;^)6/_DK%_R=B_9.Q?,O8O&?N7C/U+QOXE8_^2L7_) MV+]D[%\R]B\9^Y>,_4O&_B5C_Y*Q?\G8OV3L7S+V+QG[EXS]2\;^)6/_DK%_ MR=B_9.Q?,O8O&?N7C/U+QOXE8_^2LG]Y=Q3R_U-E#--+-$POT3"]1,/T$@W3 M2Y1,+UO]9;A=SK0R#Y,^OW#V^1%@5$'FSI"[1$/N$@VY2S3D+M&0NT1#[A(- MN4LTY"[1D+M$0^X2#;E+E.0N+6;T0N9N->9N->9.DKRTF-$+F3M#\Q(-S4LT M-"_1T+Q$0_,2#,&8O&+,7C-D+QNP%8_:",7O! MF+U@S%XP9B\8LQ>,V0O&[`5C]H(Q>\&8O6#,7C!F+QBS%XS9"\;L!6/V@C%[ MP9B]8,Q>,&8O&+,7C-D+QNP%8_:",7O!F+U@S%XP9B\8LQ>,V0O&[`5C]H(Q M>\&8O6#,7C!F+QBS%XS9"\;L!6/V@C%[P9@]P^Z2#+M+,NPNR;"[),/ND@R[ M2S+L+LFPNR3#[I(,NTLR["[)L+LDP^Z2#+M+,NPNR;"[),/ND@R[2S+L+LFP MNR3#[I(,NTLR["[)L+LDP^Z2#+M+,NPNR;"[),/ND@R[2S+L+LFPNR3#[I(, MNTLR["[)L+LDP^Z2#+M+,NPNR;"[),/ND@R[2S+L+LFPNR3#[I(,NTLR["[) ML+LDP^Z2#+M+,NPNR;"[),/ND@R[2S+L+LFPNR3#[I(,NTLR["[)L+LDP^Z2 M#+M+,NPNR;"[),/ND@R[2S+L+LFPNR3#[I(,NTLR["Y)LKNT&/2#X7=)DM^E MQ8Q>R/X9CI=D.%Z2X7A)AN,E&8Z79#A>DN%X28;C)1F.EV0X7I+A>$F&XR49 MCI=D.%Z2Y'AI,:,7LG^2YZ7%C%[(_AFFEV287I)A>DF&Z249II=DF%Z287I) MANDE&::79)A>DF%Z28;I)1FFEV287I)A>DF&Z249II=DF%Z287I)ANDE&::7 M9)A>DF%Z28;I)1FFEV287I)A>DF&Z249II=DF%[2@>GE_'?M_9N,&9R,&9R, M&9R,&9R,&9R,&9R,&9R,&9R,&9R,&9R,&9R,&9R,&9R,&9R,&9R,&9R,&9R, M&9R,&9R,&9R,&9R,&9R,&9R,&9R,&9R,&9R,&9R,&9R,&9R,&9R,&9R,&9R, M&9R,&9R,&9R,&9R,&9R,&9R,&9R,&9R,&9R,&9R,&9R,&9R,&9R,&9R,&9R, M&9R,&9R,&9R4&=S\*&Y`D`VDN%[28;O)1F^EV3X7I+A>TF&[R5)OI<6,WHAXS<; MXV=87Y)A?4F&]249UI=D6%^287U)AO4E&=:79%A?DF%]28;U)1G6EV187Y)A M?4F&]249UI=D6%^287U)AO4E&=:79%A?DF%]28;U)1G6EV187Y)A?4F&]249 MUI=D6%^287U)AO4E&=:79%A?DF%]28;U)1G6EV187Y)A?4F&]249UI=D6%^2 M87U)AO4E&=:79%A?DF%]28;U)1G6EV187Y)A?4D'UI<&,W0OR="])$/WD@S= M2S)T+\G0O21#]Y(,W4LR="_)T+TD0_>2#-U+,G0OR="])$/WD@S=2S)T+\G0 MO21#]Y(,W4LR="_)T+TD0_>2#-U+,G0OR="])$/WD@S=2S)T+\G0O21#]Y(, MW4LR="_)T+TD0_>2#-U+,G0OR="])$/WD@S=2S)T+\G0O21#]Y(,W4LR="_) MT+TD0_>2#-U+,G0OR="])$GWLF_^3"$R?H;K)1FNEV2X7I+A>DF&ZR49KI=D MN%Z2X7I)ANLE&:Z79+A>DN%Z28;K)1FNEV2X7I+A>DF&ZR49KIX7E)ANDN%Y M28;G)1F>EV1X7I+A>4F&YR49GI=D>%Z2X7E)ANDN%Y28;G)1F> MEV1X7I+A>4F&YR49GI=D>%Z2X7E)ANDN%Y28;G)1F>EW3@>3G_ M7;O^DC&`R1C`9`Q@,@8P&0.8C`%,Q@`F8P"3,8#)&,!D#&`R!C`9`YB,`4S& M`"9C`),Q@,D8P&0,8#(&,!D#F(P!3,8`)F,`DS&`R1C`9`Q@4@:PQ8Q>:/>7 MC!E,Q@PF8P:3,8/)F,%DS&`R9C`9,YB,&4S&#"9C!I,Q@\F8P63,8#)F,!DS MF(P93,8,)F,&DS&#R9C!9,Q@,F8P&3.8C!E,Q@PF8P:3,8/)F,%DS&`R9C`9 M,YB,&4RW9K#!5F/_#.5+DI0O^UK9/)",G^%[29+OI<6@$U9C_%9C_%9C_%9C M_%9E_#:EK*:29/E68_E68_E69?EV(IR3>YM1"=F]U=B]5=F]6A-7RM22K-YJ MK-ZJK-Y>DV"&"=D\P_F2#.=+,IPOR7"^),/YD@SG2S*<+\EPOB3#^9(,YTN2 MG"^[I@=32[)XAO$E&<:79!A?DF%\28;Q)1G&EV087Y)D?-FU0GL)R?=22U': M\G%FJ#18MWK!F:N8'I$%DR/R(+I$5DPW0L%T[U0,-=VW0L9@SU>P8Q>P-(5S.@% M+%W!C%XP39]6;J64T0I8NHS!#J]@1BM@ZPIFM`*VKF"F?8<=WJZ5U=7$:`5L M7<;`UA4,YYS5/='H!"Q=P8Q.#I9NI_H[F6\+9L:"F1:`I2L8Z60(IMU@YPIF M=`)VKF"FY6#G"F:T`CN[C,'.KF#F^X&=7<&,7@X[N\K[Z&IBM`(6KV!&*V#Q M,@86KV"@E:`L7HO!^\Q:I&#F?63S@K%YP=B\8&Q>,#9/KHQ:S.B%;%XP-B\8 MFQ>,S0O&YLDU7(L9O<"Y9L&,7LCJ!6/U@K%Z,]0O&^KG]1##6+QCK%XSU"\;Z!6/]@K)^+6;T0O8O&/L7C/T+ MQOX%8__"K?T[_^WNO2VO09G!BAU?NV/"#%;LV!T5.W9'Q8[=4;%C=U3LV!T5 M.W9'Q8[=43&C%V$&=TR8P8H9O0@S6#&C%V$&*V;T(LQ@Q8Q>A!FLF-&+,(,5 M,WH19K!B1B_"#%;,Z$68P8H9O0@S6#&C%V$&*V;T(LQ@Q8Q>A!FLF-&+,(,5 M,WH19K!B1B_"#%;,Z$68P8H9O0@S6#&C%V$&*V;T(LQ@Q8Q>A!FLF-&+,(,5 M,WH19K!B1B_"#%;,Z$68P8H9O0@S6#'0"[CW*@;OD^Z]%C/O(_L''KZ*03^` MAZ]BT`_@X:N8T0O9/^GA:S&C%[)_X.2KF-$+V;_5V#]P\U7,Z(7LGW3SM9C1 M"]D_R?^#LJYC1"]F_U=@_Z>YK,:,7LG^KL7^KL7^K ML7_@^*N8T0O9/W#\[1C9/W#\S1<31O:O8/I]([C^*F;>!_9O!-=?Q70_C.#Z MJYCNAQ%@'[-X+KKV)&+V#_1G#]5S?*%U_+6;T`O9O!.??CH'] M&\'Y5S&C%[!_(SC_*F;T`O:O8$8O8/]&$8 M>\>H_^`8NV+0?W",73&C%^H_.,:NF-$+]1\<8^\8K%]&.,:NF-$+K%]&.,:N MF-$+K%]&.,:NF-$+K%]&.,:NF-$+K%]&.,:NF-$+K%]&.,:NF-$+K%]&.,;> M,5B_C'",O6-D_\`-6#'3/K)_X`:LF)O/3/O(_H$;L&*FW_O\V>?//G_V^?/> M_`G[OQ'<@!4S>H']WPANP(H9O<#^;P0WX([!_F^\[P8\[\@X_G,8H++G4K0) M'"YOUD\D4Y9+05<,Q@0.R@3N;R.C,R@#6$M!-PS&_`W*_.U/I$EW,,9O,,9O M,,9O,,9O4,8OU_(9(?DAM&X##I%@.R!5^PSHJXF?@4-'[8`,T.9A5#:GE@+[-BJ+LY?2 M$>*25WY':#&7WV3&R6&C59^(_;%2S8<3#..L"["^&8-O)F.FOVB+E3%8;67, M:,3U&6VQ1ISVLU;,VPX;K+U4,.T^;*_V4H,9IX?-52WEVHR3Z>%`9$<.*ZT= M<:.`-E49DV-NRO]/RO4Z8#HKUKS%]-1A*[4_T!0Z[*.V0GJ5?6Z/G$S.`+U? M)]D\`WIL/0.''?$.R!'R#.@$AF?AP2&V`W("/G?,B9H>#D-^1P9$#EZPBI#" M8-$^J0EE1U"9Q_.%BI`Z(2%DPLGU/,STFC>/:$3TFC[GF>3JM M;<9%<2YHVD7G>1/NVV9<%,ZXY)IQ]IEQ]IEQ]IEQ]IG5[-.TB$[P>-8ZPQ07 MD4MAJPXVHBWE,/-MT>G=9&HIQT:+P?OR/SA?:3MW1O3&=5;+MXK0J(%EV(S+ ML#.BJ3+.#)X@EU].IML%0%OL9T`;[(6N0%]HY;/0RN=9J'=0"QU.+33S+K3) M/;=,$M9.X5ZD>P/0MN*B0E[X[H0P/)(+LC MJ-%!'QN<$7ULD!'2SJ"/#JGJ2&NF2$?'D8Z.(QT=1SHZCG1T'.GKC.+HN&DCN8YF97I:S.B-C,]L MC,]LC,_!1)[_+JZC#S_Z\`*<\O_;VT[R7[PR^<4M.5 M71736VI]9=>+]\1=WN6M_+7MB=\W^;O>L[ZV-7Z7_[#DKVV-^4.7OW3-]^">45Z-@1/=)?$FV&O MH'YA"8;F2IV"'AX&V.J1_0;%\TO!,/Z/;8L=Z/M^\,B^5I MNP_DJ,:*':?TBAV/42IV3*JHV/'HZ#'L^.%4[.@]J=C1#%3LZ#W9,7$T7C&C M%Y&S4S&C%T%44;%C(DK%C%Y$U$S%C%X$4<6.":**BAF]""[`BAT60S_6$VF1 MMZ!`=EB]Z<^98IOG".:_BADM".:_BIG1(3*%*V9&AS`W%3.C0U_S'(E1*PI& MK>9IFJLBYZ3)'+LS!]<-M)Q0X]\)]IJ5++P'@$!T#%H`?@II.*P0B"FTXJ9G1"U@UN.JD8 M?*=PTTG%C%X$/53%C%[(NL%-)Q4S>B'K!C>=5,SHA:P;W'12,:,7LFYPTTG% MC%[(NL%-)Q4S>B'K!C>=5,SH13!B5,SH13!B5,SH13#=[AC9.[CII&)&+V3O MX*:3BAT[01Y`GD*\@_X^N[>?I5G`2_3T\ MZZ]!_C<@I[PJZ(\/`\@'D(\@[WUP^XX3VR6Z@:1B>IZA&T@JIK\INH&D8GJ> MH1M(*J;G&;J!I&)&+V"7Z`:2BAF]@%VB&T@J9O0"=JE@1B]@EPIF]`)VJ6!& M+V"7"G988>>\O38Q1)4R6@&K5#"C%;!*!3-:`:M4,*,5V(45S(P6L$P%,WH1 ME)T5,WH1_.L5,WJ!_5C!C%Y@/U8PHQ<1$5LQHQ?8D14,]"*=1"T&[PM/N",K MF'F?N'^K8M`/&8-^R!CT0WC"71G=/U(QHQ?8E='](Q4S>H%=&=T_4C&C%[)^ MP5B_8*P?N)XJ9O1"UB\8ZQ>,]0O&^@5C_8*Q?N">JIC1"UF_8*Q?,-8O&.L7 MC/4+QOH%8_V"L7[!6+^@K%^+&;V0_0O&_@5C_X*Q?\'8OV#L7S#V#YQ>%3-Z M(?L7C/T+QOY)-UB+&;V0_0O&_@5C_X*Q?\'8OV#L7S#V#UQF%0.7V>4G\OZ1 M%CMLE(&DJ?CV\HC8?R&>1R80[A^IV*$K3E>SV7&1.2@#V-3RE[>U_+[H@S*] M79U'VA(O37)\(?%,HZDC69LE76FSY,33CCDF+Z4H^2>0OR4*D;:N9O0?\TWR MKN8+T?J2;)^S6W=M7V.J5/.NH[,,TOW;,H_%Y+EV_J@/?)^SU:#&S/:&S/*&U/@T$_C,KZM!CT M@[R)I,6,7FC[E3&C%]I^9L<%@M=QLRAVQ MT6"3P>K[E@,V&ZR62Z8N1VPV6#18?=^+5A2?88EK^!K[O2IE*8WD>WYOWK,% M#QP)>O-O_ZB>9TF`9`W^:&I`*ZN74I:29?F!]\MAA?`7TB^766LRUFHRUFHR MUFHRUDI>4])B,"M/QEI-QEI-QEI-QEI-QEK)"U4:C*S59*S59*S59*S59*S5 M9*R5O/JEQ8Q>Z+`P8T8O=%@XJ7U5BQF]T&%AQHQ>Z+!07GS38D8OM-_*F-$+ M'19FS.B%#@OA4I.*&;W082%<:E(QHQ=E)BQF]T&X-KCO9,=JM MP74GR\5LH/V#ZTYVC.S?;.S?;.S?;.S?=F\+8M`/L[%_L[%_L[%_L[%_L[%_ ML[%_L[%_L[%_5\<3"C-Z(?MW=4BA,*,7LG^SL7^SL7^SL7^SL7^SL7^SL7^S ML7^SL7^SL7^SL7^SL7^SL7^SL7^SL7^SL7^SL7^SL7^SL7^SL7^SL7^SL7^S ML7^SL7^SL7^SL7^SL7^SL7^SL7^SL7^SL7^SL7^SL7^SL7^SL7^SL7^SL7^S ML7^SL7^SL7\;80-A9/^V)+,=._]=.\L68P878P878P878P;O8M`=FSU'#+IC M^^>-,*,7,H/W,#*#BS&#BS&#BS&#BS&#BS&#BS&#BS&#BS&#BS&#BS&#BS&# MBS&#BS&#BS&#BS&#BS&#BS&#BS&#BS&#BS&#BS&#BS&#=S&C%XL9O9`97(P9 M7(P97)09W`_N\%8O^^WIJY6C&ID5,>TB\[<8\[<8\[<8\[<8\[<8\[<8\[<8 M\[<8\[<8\[<8\[<8\[<8\[<8\[?Z+N+QN9%8_.BL7G1V+QH;%XT-B\:FQ>-S8O& MYLF9I<6,7LCF16/SHK%YT=B\:&R>FP.CLGF42=*4(7MW%S,ZH6U?-#8M8T8G M9.^BL7?1V+MH[%U4]J[%W#=TL%Y_I_O@PW^XWS=OJ$>R=]'8NS^G'-F[:.S= MGU7.C!.R=\"673'3/K)W![;LMU#/9&Q>,G;MSRH'XRQC,,[^K'+0#\G8/,-' M,AH^DM'PD8R&CV0TG",%,^TCFV?X2$;#1S(:/I+1\)&,AH]D-'PDH^$C&0T? MR6CX2$;#1S(:/I+1\)&,AH]D-'PDH^$C&0T?R2CY2%K,Z(7FZV3LGF0E:3&C M%[)[AJ%D-`PE]_7RIG4Q[Z/C3L-0,DJ&DA8S=:']GN0I:3&C%[)CAJMD-%PE MH^$J&25728L9O9#],VPEHV$K&0U;R6C82D;#5C)*MI(6@WXPC"6C82P9#6/) M:!A+1L-8,AK&DM$PEHR&L60TC"6C82P9#6/):!A+1L-8,AK&DM$PEHR&L60T MC"6C82P9#6/):!A+1L-8,AK&DM$PEHR&L60TC"6C82P9#6/)&Z]WWW1M8QA+ M1L-8,AK&DM$PEHR&L60TC"7?N7TPC"6C9"QI,:,7LG^&M624K"4-1NU;[[2/ M[-]J[-]J[-]J[-]J[-]J[-]JOH?5?`^KL7_KK?T[_UVY^\XS-IG!@NG79@S, M8,%T=Q1,=T?!='<43'='P71W%$QW1\%T=Q3,Z`7,8,;`#!;,Z`7,8,&,7L`, M%LSH!:;*@AF]@!DLF-$+F,&"&;V`&2R8T0N8P8(9O8`9+)C1"YC!@AF]P#:P M8$8OL-TIF-$+F,&"&;V`&2R8T8LP@YNW17V;%3//A&U9P8Q>(.JE8$8O8`8+ M9O0"9K!@9KR`&,_0O&_@5C_X*Q?\'8OV#L7S#V+VC[5S&C%S@&+9C1"]F_8.Q?,/8O M&/L7C/T+QOX%8_^"L7_!V+]@[%\P]B\8^Q>,_0O&_@5C_X*Q?\'8OV#L7S#V M+QC[9[A1)LF-TF!D_P9C_PP_RF3X42;-C])@T`^2(:7%H!\&8_\&8_\&8_\& M8_\&8_\&8_\&8_\&8_\&8_\&8_\DCTJ+&;V0_9-L*BUF]$+V;S#V;S#V;S#V M;S#VS["L3))EI<'(_@W&_@W&_DFFE18S>B'[-QC[)SE76LSHA>S?8.S?8.S? M8.S?8.R?Y&%I,:,7LG^#L7^2DZ7%C%[(_@W&_@W&_@W&_@W&_AF.ELEPM$R& MHV4R'"V3X6B9#$?+9#A:)L/1,AF.ELEPM$R&HV4R'"V3X6B9#$?+9#A:)L/1 M,AF.ELEPM$R&HV4R'"V3X6B9#$?+9#A:)L/1,AF.EDERM+28T0O9O]'8O]'8 MO]'8O]'8O]'8O]'8O]'8O]'8O]'8O]'8O]'8O]'8O]'8O]'8O]'8O]'8O]'8 MO]'8O]'8O]'8O]'8O]'8O]'8O]'8O]'8O]'8O]'8O]'8O]'8O]'8O]'8O]'8 MO]'8O]'8O]'8O]'8O]'8O]'8O]'8O]'8O]'8O]'8O_'6_IW_KMV`AOQE,N0O MDR%_F0SYRV3(7R9#_C(9\I?)D+],AOQE,N0ODR%_F0SYRV3(7R9#_C(9\I?) MD+],AOQE,N0ODR%_F0SYRV3(7R9#_C(9\I?)D+],AOQE,N0ODR%_F0SYRV3( M7R9#_C(9\I?)D+],AOQE,N0ODR%_F0SYRV3(7R9#_C(9\I?)D+],AOQE,N0O MDR%_F0SYRV3(7R9#_C(9\I?)D+],AOQE,N0ODR%_F0SYRV3(7R9#_C(9\I?) MD+],AOQE,N0ODR%_F0SYRV3(7R9#_C(9\I?)D+],AOQE,N0ODR%_F0SYRV3( M7R9#_C(9\I?)D+],AOQE,N0ODR%_F0SYRV3(7R9#_C(9\I?)D+],AOQE,N0O MDR%_F0SYRV3(7R9#_C(9\I?)D+],AOQE,N0ODR%_F0SYRV3(7R9#_C(9\I=) MDK_\Q=ZK1>W*\O:2L6MD0&1$9$)D1F1!)"*2$%D5,F!+\SUAN>!^,]@U-AAL M--ADL-E@B\&BP9+!5HUM7`&'U=".'-8F%<$R![M=$2RS8IF5R@PG*C.4?R@,B(R(3(C,B"2$0D(;(B4N>!PYW/!0L&&PPV&FPRV&RPQ6#1 M8,E@J\;JK''$\G?UD?GF?F&PCPWVB<$^-=@O#?8K@_W:8)\9[!\-]AN#?6ZP M+PSVI<%^:[#?&>R?#/:5P;XVV#<&^]9@OS?8'PSV1X/]L\'^16-OZ4H))'Y^ MX;41+[XDAHB]_Q'D=+4&$5T3H3A=WP)76+RUBUB^!ODW(/\6Y$14_@>0$ZWX M/X,7#Z;<&3MF'!D M5RFR4)+,))=Z5I_I:4V+ M^US&C+B#M=O*!-/%!U.W5\[TU,'.;85<1QV]55LATT\'"[<5!TNVC_73K08K8L;9P8KMI0(B@^F/@P6KI4@/=I8FZW4@):G8^5LD MZU4PW5L9@P^Y8.9]8+T*IONS8'H<%DSKI6!Z:BN8[N^"&;W`[BUCL'LKF-$+ M[-X*9O0"TUS!C%Y@-5[>"&:W`WJU@K!77 M@$;5S"_V>F6 M4F3??`UQG,!NKI2BQ0_MGW(IMG)NSM?A"[F4Z;'#7FU?")[,V$$[-P0SB@_[ MM%K*C)M#F_=2`XP-R3E2%[@P-H!QI&*T_!G(.DB^D5H*QHUD&]E+T1P(7",5 M`PT#UTC%C$;(;DBND=R"YTK(\99WU>9A4AUY$02`&QIZ8_8L/(R,#7`*.ABS MO9#\1LX:,%VH]V7/A?2.Z`R83H=]R@AD(CM&)@S(1"IF^I"F9"`3J1A,0T`F M4C'S>3F=D0D#,I&*&;W`-FT$,I&*&;W`X>,(9"(5,WJ!P\=1DHEL`]!5!$X> M1\DDLCV0`:K"BO/#(=:NK8#1!!PWCI(^9'];,..#D\?BQ;C@K@TX1':,=FW` M(5(Q&);`(5(Q&);`(5(Q&);`(5(QHQ>R:\`A4C&C%[)KP"%2,:,7VK4!ATC% MC%[`YS8"A\B.T;X-.$0J9O1"^S;@$*F8T0NM_8%#I&)&+V3V@$.D8D8O9/:` M0Z1B1B]D]H!#I&)&+V3V@$-DQ\CL`8=(Q8Q>R.P!ATC%C%Z$V=MRA.#\+4_: MM$X+P[$>^_,.<^Y>ZC#C5N2H__H\+"5FCEJ*5JR\+(4#>3[OEF?).W+P.U8$ M];HZO3J,%L?#B;1W#*EOGTRFQDJ^ZE:/^_,2#!=\1 M/6+.R,':5$3V?.XJU.QAKJF]J">-#`4#\;#@7H3#HR#]#A72YQY!GI-7B+L# MOIW`!YR!3_LRQ.J%.;E`J$.1SK1#K-Z!U3NP>@N#7#7@IBFT8@\Z@8 MK".!S&,[EE?[\"UT2>TI]W)B#[O%6JA]3BT'[P.2A5KN,%^7\TV((]M"L]1> M;7^FP\0*8(NM4/N'W/:SSL2Z?-"60>%3-ZH?-((/.HF-$+G4<"F4?%C%[H/!+(/':, MSB.!S*-B1B]T'@ED'A4S>J'S2"#SJ)C1"YU'SL;^S<;^S<;^S<;^S<;^S<;^ MS<;^S<;^S<;^S<;^S<;^S<;^S<;^S<;^S<;^S<;^S<;^S<;^S<;^S<;^S<;^ MS<;^S<;^S<;^S<;^S<;^S<;^S<;^S<;^S<;^S<;^S;?V[_RW)<'MFP^]^0TB M4+4BN&D*AZB:9A_(&T%]1IVA0\!V`W$U]%%JD!$?#<35X%TG'#@'Z=ROD`X) M*]MBW&2#;S9#FI`E[Z8/(<(5.@315PC.(\Z0COK)D`Z,*9MZO3\?(&@FY+-< M0F!<#'@,\"RE1!F;3YBKH2,$,W38+C005^.P M*"[0>#RYO'S:,<6U0JBQ8Q>:,>6,:,7,FC1 M&+2H#)J+,G`1`\[[[WS\;^HM=Y[O-_5OOR8O]CYA@4G-SD]"8!9^1G1D1D;T M;'J>,O6"[1D!BWE&]$+I&=%Q&6=$QV6<$5C:C+BA&=%7FC5J/FK:EF7,3"*T M+ODNO7OFV(9:#MH'1TGKQ=Z(8]<]PTD8QST30KROY*=D M%\Q!9_69QR.:7'TZ0MQ=/L=)]Z4.-IIVG?0RQX\KL;2>IE;A*$N M&1'Q21U3E$BRG$2DRRVFC\:D];D%I`L#6%UVXJAEW=YW//8I7NK\`^UZH]"] M?2P=CZ?VG"7J]]Q'PB!M#`TT)D;M6MRSN-2QY#MPCY8[Z%-_[L/61,/![W\*B'[)Q/]&E.,JXZ@68(+ MQ*7@I,A$P8QJ%F@@+@6G7Z,:LA6"P\51&9H*D%V2KDGK?%&R;8N])'&VQ>#[D$FP#4;?OTQH;3%3%_I690IJ@Y$K7*^[ M*D:'(!ESZ9HF2^M5IW*VV$OR+!N,#@(VHXC8:\IH=%F++C/QAY)]:/KA;6<8 MKK??W_GORA4G=TT5XETM'>:.[-T957)YWARX3R/%/VX"6._)SQ?>$;` M5DZ"FJA6`!'--W!&X$3@O(H$GUG>H&N%YS6YMN23FDHJ!$9>QHI52%,;9)6# M/V925&45@BC9B?M]+G\:`6_,3*GC9T33E9P1".V>\2AH1@_VN=8GW=8<^H4M M(K>R/"UH-*3[4(:(5`AZ7@8?5`C<=_-Y4#`$GITS!,>#L^*4*]!"P>`+>FV? M$7#XG!^&"/A1%Y&TO2/@,%OXDS]#<+"Z\">_J)5%A;CJD*:6(_0M M-QD"YW5>"#`$-N\,Z:2U#('S/Y_],01V+W*LR!DR?3AP*?@(HDIH*U`JBPV- MP`QR1K0"$Q&?9`3+0+43+DZ>I;"/3[AL29A,DG!!D]`MD@15X8Z`S7A&X"SF MC.A>33S\$YO6,P2+A7P2B+4(,+@23[X9XFJ`K3Y#FJ&T0(=JY+LG\@4.^VT9 M._;)E?C4(%GXK4)^L9?YZO"\?'_$[U6I7(&/!5+V'OF\%,X:"J;W>073>Z2" MZ^4R["5OX%EOB-1WZAD"\0^14B'^_O MV:\B.4Y]QP5_5L(O40D2>>G=*[DYOT(52"1_,_^"9:[AZS[/+ MYZJ&GR#R&T2R3K]0R)>(T-TR7V")CQ'YC7]+_F(<)E(WB-PI0V\1\MK) MA_&;C<0_J9?DST@M!(KP$X7L+SKNZ7*AO.SX\6%\YF>Q(?MGA?P:OZZZCKI% M\BU>7Z)&?X,(SX7?*.1S+/,YUN#S73^[H;O&_JA*\1(@([G!1T/_Q?ZN(Y85 M]VOUQ+USCZO:W^TJ_T(_\"OUP*\](C_*/U"#+TO)[.74Q^:3\8"N^5D:T,O[ MS)>'"):!T]X53[97<6%`1;`,1*BO&&VW"G;_BNBU](H;SC."FH;CM!7/UE>, MPUOQ6';%Q*+<<]RID%B4(:P$A05DB*O!_4>)11GB:L"9P6I'/B46Z5"X^BVA M"RJO4GE/\!DBO.:]+BBPXTR6)Q$Y/R.2#61V`8IXH08[QB=5[!AW5[%CG%C% MCK%+.W;T4S?8,>ZN8L?XN8H=X\LJ=MC#-YC1"YRMK[P;SR%F>E&:(2X%KHD, MF2X0(845,RHYQM0WF%'),7RLP5P]]7'=JCPO0[C*8S[=(GMW'I&(2")D;^T1 M61#!]RSXGOUHI_UR_V/ST1[6)BL?.*_LELH0EP*'PLK.K)43CLX03^Q'BJ5F M<2!+#2=8MYP!.:F?`;UNR8@9R=JO<2ZEUS09P3KH-4U&L(R;!G4J:RYEVJ0/ MJ[/R6*WPO!S+AZ4TS5A&W/-0Y_K@,R.H/^W:S@B6.81=5L2,+QY@>N&5(3,L MC^.RN*ODM.*1]!TAN^+>(9+=&7("?;M(;JF(U.C;1T:YS'@'B.RY=X"@1M\R@B/D[2(3MM0@.+L8!'N.D9%'%2(S/HV1 MB;7#W^GZW2`1:_"6$:[!VT6D!7S[B+88=Q!^VEM#5K2:=Q"IT;>+)+MR>'M( M/I22O7`'08U*I*R+->=A@\%!BN8\;#`X2-&!1(D" M\:D"'\F`]R5#VGU6("[%AT9P55V&^&@('#,9X@,@N+,S0WP$!&D`&2+S(+,' M6LQ,GT`G+^^].A==AP2(8J$)?B@RP1);1#YA25AS>07A6(2_'P M'GAX0X!U@72I`#'\9T!_Z#D5$A$LHT_I,X)E=$911K",SE7(");17&$9P3*: M]"TC6$8'[V<$R^A(V(Q@&1WNGQ'N4YU#5B`N988"CX7C350-Q*5X.$#P=QFK M7(I'Q-&;V$!)2/##(U9*_3_/I\K?+8P,"+C/$8^-X07*% MS$3!8P,82@MDYB0NQ6,#J`7/D9O:&33`W4M#CBI`!,OH2):,8!GP4PV4$G-& M=$I,1K",#F_)");1$4H9P3(Z)28C6`;\HP,E"9X1';N4$>Y3G2Q3("YEA@*/ M!0AK&B1[7S/JN!2/!\AO+!#L&,X;KF.T7X/!7CNJ97>+P5X[8[#7SA@W@89P3+''@_*H)E=.1:1K",CEO+"/>I3K8O$)*Q`<%P99[@4CPVX+[!`G$I'AL#CPV@%CFO^G6H%W'-Y!)81#/AG!&=>)P1 M+*/C"#."970484:P#,003D1]D97#:L,RFG@H(UA&1_YG!,M`]-Y$3`NYY_1% MFP4R(X%+\5B`+/0"<2D>#D=_5(5X0$!8=H9X2`"G2!G]YL/@4CPLX+:"0;IE M&XA+\=`(/#;@$M8"F2^>2YEYPDP4/#8@Y+A`7(K'!H0<9PC&QDPAQS.%'&>& M)$2P#!R(ST\45CQC6/&,8<4SI4IE!,O`4?@LPH-W!/P\LP@!WA'P\LP8YCMC MF.^,8;ZS"/.];&I7M65L,=A@K^QKFC%T.(\3'BC@<3E#9GCQ^"*'8H:X%`\Q M7R5&AF25V*&-7.@#Z6SNQCB&`9.&L_(U@& M3MH7=,HMZ)1;T"FWH%-N0:?<@DZY!9UR"SKE%G3*+>B46]`IMZ!3;D&G7*:H MXTX%QTMFK^-2/!;(*9:QR*1X1Y)23%S14B`<%.>4R]1Z7XG%! M3KD,<2D>&D>G7#'?R01]%$R?CZ>@_`(M!N\+RJZVF'D?Q`063,>^)>GO;3$= MU%(P'=12,!T36#"C%X@)S!C$!!;,Z`5B`@NF#YPSO2-/VK#1R9`^W%[83F92 M2'U8DR%C5?26Y0S!03I12>94=MVH',I'"#0IXJEX1/,5\<`FHKLSXEX"B2G/ M",PY$0]?(KHN(Z[ASWJ#$\G(9B7R.'23T:"5<>B8\;$T8JI#P'""A=RKA,C+AP6G"L(/$ MV^\S!,Z$Q"O"Q$>@R=AM0TZ1)#E%,R!0@^1J2KPF3'P(FB'6(NRATQ,ZC1*O M[A(?9Y[',SC9\T>`VB#WSQF"-?P9@H/)#*$V:%][AL"1LU(8U(J'C/E`BA!H MTHI>F15CFE8\,%S1C;WB?G-%#\N*\4DK'OZMZ))><>^8-8I*H%BCE<_!JYJS5TA6,JN?&R6(50&;>CR*&)M0%S-R@=@9P@\OJO:FM4A"[Z(,P01 M,F<(CK(RQ)\';,#SEX/:H%B7,P3T&?F>.=I:R2B"%H.MU6BV5J/96HUF:R7# M%EH,3-=H3->H3%>+&;T<+RQN,*.7XWU#%3M>6-Q@1B]`KE0PHQ<@5RJ8T0N0 M*R49"=)B1B\0,ECN031Z@9#!)$-/6LSHY7AG4H,9O8C[$RMF]`*)604S>A'W MD%;,Z.5XUU*#&;T<=K(M)F?;\S91SIKY+C,Y:8XYRP<1.3V?$;TZ."-ZG7E& M])8@5QJ;H[?S9T0'HG.48" M7CNIQ4*#T4FB#*YH,1B.&8/AF#$8CAF#SU1&<[08?*:3,7>3,7>3,7B%S-QES-QES)P-D6LSHA3,7>3,7B%S-QES-QES)X.<6LSHA/7Y(_W1V/QU7ACZ%,U<_Q>_L)O/^_@/R_ M@OS?4'UY'GBMW^Z'?P7O^0\@_UN0$X'L?P+YWX'\'T#^]W?[^V"1]D.@FT?] M.WC%OP?Y?[O[:C)`LS%`LS%`,BBLQ`)G?`)$D/N\`D;0[=Y#T'2'KRQ'%S/U.$!R);QG!T?N6$1SQ;QG!K^0M M(_AE&02_$H/@5V(0'/$&X1'_5I&$(_XM(SCBWS*"(_XM(SCBWS*"(_XM(_B5 MO&4$OZRWA\1V]_..D5&.^'>`R!'_#A`YXM\!(D?\.T#DB'\'B!SQ[P#!$6\0 M:9GN(-(RO4VD6?SS+D1'.12(2^D8T@)Q*1V)5B`L=0+Z"G$[XZ$203J?@%`I/K>@$ M$8Z4\'[K7X#\8Y!_`O)/0?[2*Z5_#?+/0/Z/(*<+5^VEST+^)+=/X#\CR#_9Y#_"\A_JN5T,S_`#D=^/_//OS[ M\'\%PY^<+/\+Y.!\^?!_:_EEH7/^A\(!SO\0SQ&;9]E&"/ MKMC1?;!G"HDS[P8[>$`:3#N%"P9UR9AI`[TOF/<%\SZ=*-GHS.E%.XP+IIWE M>AO18N9]QQ"*!C-]=/12-9CIHT.63(M!'YW4KJ;%3%V.K.@-9NIRW+U4[)AT M6_O6?2O'L+8&@[[5B:X-!GVKDUDK!G/!J)-9&\RTX1C0T&"F#1`@DK%C:%># MF6\3KAXOF)L+C%YHS@KFNPWFNPWFNPWFNPUWYC/ZIH/YIC-FVD#?>S#?>[CS M35/_9>RHERTN1O71?/F\@`RW'%;P.<8A\+AYHDYLS<5,5/(ADZ-](IZU'+,\ MVF(<':TS0`K$"M&T).?::4WE.840T$5X.E*7MFUR[<7JZ5R8,R*FKOJ\0WS/ M7NKXH=52QP&\8SJ5\?Q$,;1KJ>-G5C$S$$6L7,7<^W14PJI-6<$,?\0*9JY^ MGGHP!D$'VY;"D26FNEH*Q\CAA+2I/<2\K)HYHGD;CB"Q!*FE=(9"P"R`0!2T M^0L\Y(\WE8=`[X+!$-$Y'@V&'QL0T)1U$`X"M32N+S-C#J*\"^8:@/I7JZ>] M&`0JE=>9/H`@[U6N/#(GC(S:N2#"MU,0%=UP083_Y/(TX26Y(,KG4MA]].ZI MMDGL@L[E)MB-+I=97TUG%3N.U8KI,-91)R44UJ"37C5D3*^4:_L@KJY@9B(Y M[G0:S(P1"*S+&`36%F?<8$8OD-]4 ML%8OSW__^I,?_>CCWW[Y]3A6#KJ5@V[EH%LYZE:.NI70D]V]^D%WK^[R"/+N7BWR[E\J\NY?*O+N7NW# MOP__AX?_.W:O!EA6??C_@^=T>9=W>9=W>9>W\O^SB$8IG:1TEM)%2J.4)BE= MI33H"I\IEI5XT&+=OJ`;&'0+@VYBT&T,NI%!MW+0K1QT*P?=RD&W--*_^?^^CMTGP!MD)213!FHD(#(@,B(R M(3(CLB`2$4$=C*B#"74PH0XFU,&$.IA0!Q/J8$(=3*B#"74PH0YFU,&,.IA1 M!S/J8$8=S*B#&74PHPYFU,$L=-!\4H??+]C^!=N_8/L7;/^"[5^P_0NV?\'V M+ZK]'[EY):(&(FH@H@8B:B"B!B)J(`H-%+),,7N.KI5)?`%N7"1L>\*V)]'V M0ODI:OM;6UO5[ORDS#@Z;64%-ARPD'WZ_\TP;KR+N_R+N_R=RX__W7G0)=W>9=W>9=W>9=W>9=W^?LG?VT'HG3L^4.1 M?_(R>5@7S"X@Y)T?`;\V^:]^X/)?OTQ>>EYG#A#RSH_MOR=Y:;',(<@E_O'# M%R'_"&\G^6]>)B^UE8Z!S^%)WZ?\)AGB>[=%7=[E7=[E7?Z]R<]_W370Y5W> MY5W>Y5W>Y5W>Y5W^_LG-$5%8(U(3$8+QO=^3?#@-YZ:=:5CV7]RT0I+Q$/)] MQ2E[N8PM9^0K>-;W)?_Z!R[_YMW*RVC4K@)"WGF,^@]=_H<7RBG"_J7R?WEE MPL(*4]3_/L7!&NM[RVX@XBG7=XC^,PO".I` M<_8GO+>`D/*T!76@^?03W&AP*<,(]IR^M^`.(OGL$VBGU$`QW5\0KALC;\%= M5)[$>C8(C@&#X.C@OE%(<;+Q=QWQ.]!W&B2\N8"02PU$>U[J&+@\B5LIW84) M;BZXB\C;"P@I->!O.F%/&X2?AG-[8AT@LJ(.^JT&7=[E7=[E77Z6G_^Z^Z'+ MN[S+N[S+N[S+N[S+N_R]DX=U!??#!9''32MF+:QP3%F(>]H0V3\+R701F#ZL+D[_$6`D1*;;4#@9`7$R>]D'[G M76?4\"$[(T@M]';GE1=JMO21=C&L>.O!"N1&%T3U^' MY5W>Y5W^[N7GO^Y$Z/(N[_(N[_(N[_(N[_(N?__D[_I@]8=^6>N[IBAZU_1! M[_C(?CB=,"_CA'D9)\A)N"`R\R`C\N#Y!$Z#"R*CU4^0DU`0G>61$9F;DA'4 M@BC4@;IT^8*@ M#A3=%=-071#4PBC4`5,C:3=$0#=$0#=$0#?$';(IU(%V0Q!!U05! M'6@W1$`W1$`W!)%:W2/"TFZ(@&Z(@&Z(@&Z(@&Z(.T18J`/MAB#RK`N".M!N MB(!NB(!NB(!NB(!NB(!NB(!NB(!NB(!NB(!NB(!NB-#=$%W>Y5W>Y5U^D9__ MNANBR[N\R[N\R[N\R[N\R[O\O9,74A+MAAC0#3&@&X*8W"\(LI)K-\2`;H@! MW1#$Y'Y!Y)';RSG;+V0NJ`/MAAC0#3&@&V)`-\2`;H@[%#2H`^V&&-`-,:`; M8D`WQ(!NB`'=$`.Z(09T0PSHAAC0#3&@&V)`-\2`;H@!W1`#NB$&=$,,Z(88 MT`TQH!MB0#?$@&Z(`=T0`[HA!G1##.B&&-`-,:`;8@`WQ(>_IGF/7#1(Q@3Y M0W>/_U'+:FY]Z072EPOJL?>U\V&P]=+.AP&=#P,Z'X;N?.CR+N_R+N_RB_S\ MUYT/7=[E7=[E7=[E7=[E7=[E[YU\.(WH?!C1^3"B\V%$Y\.(SH<1G0\C.A]& M=#Z,Z'P8T?DPHO-A1.?#B,Z'$9T/(SH?1G0^C.A\&-'Y,*+S843GPXC.AQ&= M#R,Z'T9T/HSH?!C1^3"B\V%$Y\.(SH<1G0\C.A]&GP,A:EWN`Q%?XM<@_R-] MH>S\&='M,*+;842WPXANAQ'=#B.Z'49T.XSH=AC1[3"BVV'$[(<1LQ]&S'X8 M,?MAQ.R'$;,?1LQ^&#'[8<3LAQ&S'T9T0(SH@!C1`3&B`V)$!\2(#HBQ.R"Z MO,N[O,N[_"(__W4'1)=W>9=W>9=W>9=W>9=W^?LGKZ(N[=(N[=(N_2ZEK\T> M='F7=WF7=_D[EY__^C%\EW=YEW=YEW=YEW=YEW?Y^R>OHB[MTB[MTB[]+J6O MS1YT>9=W>9=W^3N7G__Z,7R7=WF7=WF7=WF7=WF7=_G[)Z^B+NW2+NW2+OTN MI:_-'G1YEW=YEW?Y.Y>?__HQ?)=W>9=W>9=W>9=W>9=W^?LGKZ(N[=(N[=(N M_2ZEK\T>='F7=WF7=_D[EY__^C%\EW=YEW=YEW=YEW=YEW?Y>R**EY\FO,)QQ?T][/BY<7+G5>\W'G% MRYU7O-QYM=^/OMQYQY5W> MY5W>Y5W>Y5W^WLG[,>IK/T;-"!\N=C?1B]U$N0R/@Q>ZB<[(@F4,@BTU"(YX M@V!+#<(M121B2PV"+34(MM0@V%*#<$L1X:_Q+2/84H-@2PW"+46$G77=#='E M7=[E7=[E9_GYK[LANKS+N[S+N[S+N[S+N[S+WSOY$$[D;+B#2#=$0=1!5$'4 M\7-!U+%C0=3Q!PMTSJV\/$IF.]Q#L)D&P68:!!7` MB'1`(/+:+&&7=WF7=WF7OWOY^:\[(+J\R[N\R[N\R[N\R[N\R]\[^7`^T71T M3$P6(@_2`[H9[B#RR"V@`R*@F^$.(H_<`CH@`KH9[B#R,"Z@`R)@'L0=.IFW MA'SXT7E\?/KA2Y"[1#,2"9CM\':1-QB]]TAP)#(\45=WN5=WN5/W0W1Y5W>Y5W>Y5W>Y5W>Y5W^GLJ',)`;HB#RN&G` M/(@!\R`&=$,,Z(88T`TQX-'>@&Z(`=T0`[HA!CS:&]`-,:`;8D`WQ(!Y$!E! M'>@\"#P`+PCJ0-(Q%01U($F7"H(ZD'1,!4$=2#JF@J`.9M2!SH/(".I`YT&< MD05UH/,@,H(ZT!D2&4$=2#JF@J`.="I$1E`'.A7BC$34@4Z%&-`-,6`J1$90 M!SH58B"77!BQ?T;LGQ'[9\3^&;%_1NR?$?MGQ/X9L7]&[)\1^V?$_AFQ?T;L MGQ'ZY[79PR[O\B[O\BY_]_+S7W=#='F7=WF7=WF7=WF7=WF7OW?RRP$1'H5I MQI*,X%&8YC(Y(_+RUH+@49B.%AXI6K@@>!2F24M&C!8>,5IXQ&CA$:.%1XP6 M'B%:>`@3NHDF=!--Z"::T$TTH9MH0C?1A&ZB$=T0([HA1G1#C.B&&-$-,:(; M8D0WQ(ANB!'=$".Z(?HQ]_=_S-WGM]<]O[TV>]CE7=[E7=[E[UY^_NMNB"[O M\B[O\B[O\B[O\B[O\O=._L,\YM[8UHB`F]$!-Z(2;T0DSHA9C0"S&A%V)"+\2$7H@) MO1`3>B$F]$),Z(68T`LQH1=B0B_$A%Z(";T0$WHA)O1"3.B%F-`+,:$78D(O MQ(1>B`F]$!-Z(2;T0DSHA9C0"S%U+T27=WF7=WF77^3GO^Z%Z/(N[_(N[_(N M[_(N[_(N?^_D0YC1"S&C%V)&+\2,7H@9O1`S>B%F#+;/B#QRF]$-,:,;8D8W MQ(QNB!G=$#.Z(69T0\SHAIC1#3&C&V)&-\2,;H@9W1`SNB%F=$/,Z(:8T0TQ MHQMB1C?$C&Z(&=T0,[HA9G1#S.B&F-$-,:,;8D8WQ(QNB!G=$#.Z(69T0\SH MAIC1#3&C&V)&-\2,;H@9W1`SNB%F=$/,Z(:8T0TQHQMB1C?$C&Z(&=T0,[HA M9G1#S.B&F-$-,:,;8D8WQ(QNB!G=$#.Z(69T0\S=#='E7=[E7=[E%_GYK[LA MNKS+N[S+N[S+N[S+N[S+WSOY$!9T0RSHAEC0#;&@&V)!-\2";H@%W1`+NB$6 M=$,LZ(98T`VQH!MB03?$@FZ(!=T0"[HA%G1#+.B&6-`-L:`;8D$WQ()NB`7= M$`NZ(19T0RSHAEC0#;&@&V)!-\2";H@%W1`+NB$6=$,LZ(98T`VQH!MB03?$ M@FZ(!=T0"[HA%G1#+.B&6-`-L:`;8D$WQ()NB`7=$`NZ(19T0RSHAEC0#;&@ M&V)!-\2";H@%W1`+NB$6=$,LZ(98T`VQH!MB03?$@FZ(!=T02W=#='F7=WF7 M=_E%?O[K;H@N[_(N[_(N[_(N[_(N[_+W3CZ$B&Z(B&Z(B&Z(B&Z(B&Z(B&Z( MB&Z(B&Z(B&Z(B&Z(B&Z(B&Z(B&Z(B&Z(B&Z(B&Z(B&Z(B&Z(B&Z(B&Z(B&Z( MB&Z(B&Z(B&Z(B&Z(B&Z(B&Z(B&Z(B&Z(B&Z(B&Z(B&Z(B&Z(B&Z(B&Z(B&Z( MB&Z(B&Z(B&Z(B&Z(B&Z(B&Z(B&Z(B&Z(B&Z(B&Z(B&Z(B&Z(B&Z(B&Z(B&Z( MB&Z(B&Z(B&Z(B&Z(B&Z(B&Z(B&Z(B&Z(B&Z(B&Z(B&Z(B&Z(V-T07=[E7=[E M77Z1G_^Z&Z++N[S+N[S+N[S+N[S+N_R]DP\AH1LBH1LBH1LBH1LBH1LBH1LB MH1LBH1LBH1LBH1LBH1LBH1LBH1LBH1LBH1LBH1LBH1LBH1LBH1LBH1LBH1LB MH1LBH1LBH1LBH1LBH1LBH1LBH1LBH1LBH1LBH1LBH1LBH1LBH1LBH1LBH1LB MH1LBH1LBH1LBH1LBH1LBH1LBH1LBH1LBH1LBH1LBH1LBH1LBH1LBH1LBH1LB MH1LBH1LBH1LBH1LBH1LBH1LBH1LBH1LBH1LBH1LBH1LBH1LB=3=$EW=YEW=Y MEU_DY[_NANCR+N_R+N_R+N_R+N_R+G_OY$-8T0VQHAMB13?$BFZ(%=T0*[HA M5G1#K.B&6-$-L:(;8D4WQ(INB!7=$"NZ(59T0ZSHAEC1#;&B&V)%-\2*;H@5 MW1`KNB%6=$.LZ(98T0VQHAMB13?$BFZ(%=T0*[HA5G1#K.B&6-$-L:(;8D4W MQ(INB!7=$"NZ(59T0ZSHAEC1#;&B&V)%-\2*;H@5W1`KNB%6=$.LZ(98T0VQ MHAMB13?$BFZ(%=T0*[HA5G1#K.B&6-$-L:(;8D4WQ(INB!7=$"NZ(59T0ZS= M#='E7=[E7=[E%_GYK[LANKS+N[S+N[S+N[S+N[S+WSOY,)S(#5$0==R4$>F& M*(@ZR8=A0#?$@&Z(`=T0 M`[HA!G1##.B&&-`-,:`;8D`WQ(!NB`'=$`.Z(09T0PSHAAC0#3&@&V)`-\2` M;H@!W1`#NB$&=$,,Z(88T`TQH!MB0#?$@&Z(`=T0`[HA!G1##.B&&-`-,:`; M8D`WQ(!NB`'=$`.Z(09T0PSHAAC0#3&@&V)`-\2`;H@!W1`#NB$&=$,,Z(88 MT`TQH!MB0#?$@&Z(`=T0`[HA!G1##.B&&-`-,:`;8D`WQ(!NB`'=$`.Z(09T M0PSHAAC0#3%T-T27=WF7=WF77^3GO^Z&Z/(N[_(N[_(N[_(N[_(N?^_DPS"B M&V)$-\2(;H@1W1`CNB%&=$.,Z(88T0TQHAMB1#?$B&Z($=T0([HA1G1#C.B& M&-$-,:(;8D0WQ(ANB!'=$".Z(49T0XSHAAC1#3&B&V)$-\2(;H@1W1`CNB%& M=$.,Z(88T0TQHAMB1#?$B&Z($=T0([HA1G1#C.B&&-$-,:(;8D0WQ(ANB!'= M$".Z(49T0XSHAAC1#3&B&V)$-\2(;H@1W1`CNB%&=$.,Z(88T0TQHAMB1#?$ MB&Z($=T0([HA1G1#C.B&&+L;HLN[O,N[O,LO\N>_?_W)CW[T\6^__/J;#[[] M\NO/?O7EIY]\\/&O/_HJ__/-1[_X_-.O?_[M-[_\>?SI^+.?#O/RLY]./_O@ M[\^^BXO[(JQ[%-7_]>'5"T,5-=)!2DBC5(RY#_!WBM;NF'?PV/^1N0_RW(_\\B&JZE3_#K M_P3R'X/\/X/\!/(`\@'D(\@GD,\@7T`>09Y`OH+\OX#\)R#_.Y#_/3_ M%>3_#>0?@?P7(/\8Y)^`_%.0_Q+DOP+YKT'^&2_`?GG(/\"Y%^"_+<@ M_QW(_PGD7X'\:Y!_`_)O0?Y[D/\!Y'\$^3^#_%]`_E,M7[7]^?!G\)C_`?*? M@_Q_]N'?A_\K&/Y_`OG_`OF_@OQ_:WF`1579)71YEW=YEW=YEW=YEW=YEW?Y M7[K\_'<\U;]Q%S<>Y$8Z2.DHI9.4SE*Z2&F4TB2EC>@[D`;=N*!;%W3S@FY? MT`T,J^Z1DQ9#_^D.''0/#KJ5@V[EH%LYZ%8.NI6#;N6H6SGJ5D)/YE-]\1#= MRG*J+^3_#N3_'N3_`5ZK6UI.]87\;T#^MR#_?T@=/,&OM<9^_*)G_R5+_PMH MXB<@_SN0_SW(_P'D_Q7D_ZWW3)>^9>E/]9A:MU4-T+09Y`WLENBKRS?11Y9_LH\DYVTX=_'_X'>2>[Z?(N?SWR"_-CD-)! M2DA6#KJ5@V[EJ%LYZE:.,%1U*T?=RE&WU:U<="L7WM/*5[0,.?_UJ/DN[_(N[_+W6UY%K108BX;S/B,[:>O-B0+;B:/VYP>7#> MSI0R^WUQ>QEB^2%6(&+M`0:J4J>V8@+9X0=*O8'.2"]AG>""M'>N%2#K:'IJ MOU]18>D%&)+3O"WY2UF]7OI[(CPA8I,7_KX9.4*O%3-?XAN7FPPVO_URHZGG MZ&::-RVW&.PXOO_L.\6#$S+UK,K"72<>[;L7A;#DE%@224V#W;]]_6NZS8])7# MU4+H6I\/7Y6UVC$Q8V?LU-[6JS"MP?),W=/G`5#O)%<8U"6WX6CA*P;//-=S M`;UD[&@!=RR9MJ=#V\>LDJL;J*_+C:9]N?_60UW.O98O_CW6A5:EKHQ]E\%> MNC)^X_>\I2\)L^[_DY:'=7[2%ZX71.V4RA>I+\!>+DNY>NOZ7@/BD"6N6."6 MO;SC_.DO>FXLV.T\]?M5_;27GC+NEGD5UJQ17\=&8NW(_." MY9,$/0N59T*YK%=X7WIJ[O;>VY:CEW+HT:\^E-B7']J1%_6<5S`]5Q:-F7)) MM^YLN"O=O,`.YS5M.9ACAR>YXUDN4[W:[57,E8.V3V9T3Y=)'S'0V<2KFH)I M&UE&DAME^IGGA5>=D-SJ[_S7'31=WN5=WN7OM;PU'8>-[7_698@\'B[1N.Q= MFPM&ZLOKJ<&M[;V4&HZE+HCR7M!U'7"SPF4-?W[UQQ_*]V?LE[?8BZ\+H9L= MA!^B8DXO3I^P6SGQKF-*O)\L MF*Y+QJ)N7\86K>O)G'N6MINZP&YLDM[S]IE:9Q/XBBIFVN#J"3N@8HX._J!7 M9CJ[O,M?L[S]EN#[7%N3K#`]UV>,OOE5V^/Z3)A'5FV/]Q/^0P1/BQFO`9RD M%,SI!>R`7"JWV.&D_@3]%D`^@'P$^03R&>0+R"/($\A7D'_FY"THD!V^QGZO M2OT>WO-[?,_OS7O^^X@V=>($5TQ$PTA1G3%3!2, M&.T5,]$EQQ5M@QEOKSA%7R^+-K6BW3&Q,JW8P?)_!#W]"Y!_#/)/0/XIR'\) M\E^!_-2_`?GG(/\"Y%^"_+<@_QW(_PGD7X'\:Y!_`_)OW9@22\@IEY1(1L5LS,(Y!DF#$1LEDQ,X\(IV3%S/QZ"/9N,:,7X>2MF-&+ M<+)4S.A%!"E7S.@%CJL+9O0"Q]4%,WJ!X^J"&;W`<77!#GHY7<6=G&Z1W<`= MD82("G4JR'I$7MN7WN5=WN5=WN7O7G[^ZTZ$+N_R+N_R]UH^E,3_Z4E&[V9L MUAO06NZXZ=LQ$26^/]-A8@.:L2V)D3!QB+=CZ;BQ6[<-VB$3MHW(-QD`(M]U MO6S%U(9WO9QK*EU73,39>;KLX?!$89*I!MOEZ*T+>R3#QVEROZD1OLK&O!$[(%\:L#PXKI[ZA@ M^GUQYG$6ER>9:;)CXA!KQ^B9\4E&`^=N-1E&R&4TY8#K;L6,?91Z4PA9Q8#5X93:WR[O\-K;:-9OT:P)-R\)K7UH?0,\+G7=;C)PQ1BL&*PE,P;U!#Z6?0V: MH!SL9RH&>P\8NW7=!VU?V>;N!%ZTOQ".S1T3WUA=9[HUJ"NG^ZCL6?2:8AIX M+$U7GC"%P3-'/>;KNE:_KZQ=S;K6K8=%MEK%8)TYZOFEKD]AS;L\26=IG3]U M_Y7UJ5EGBLSD?4T(X[.L";5>$F3U5DSK>M5[G;)>U-]1Q8[?;5UG'L=2LP;5 MY4I6]D%GX_9YB>^A8L?YI6+'_JO8\=L)?4+!YB=EBPMF=):QHR.\T+^HM M0GVF*>=(LF"+5S"SU0;WQ`@NI!VC[?LLEY@-!EMMXQ(H6PNH2Y)+X<;-!]O4 M$^NL8+HN9?ONMO;P/413E\#MFP+W4<;`U54PK9>,P7:S8-#V07_O^]:>GCGJ M,5_+F:,$&&>3.5XJ[S//%/'%.R8(PBIFWB=HEVL]#29BI&LYZ#_C7IJ,6ZI@ MYGW@ZIK,,5]INW[?K+>&#:;UN4@[]MIL;I=W^6N6M\>Q^LBN'*LZM[\K!T>\&3-'KG0\&F0?U2/0X]AM,'W,.<,18<7@ M^'>1=LY="],,5-.'-%7#-J7Y#JLP?3[@-RV8'D]!9B>RRMV M=/<4;#;EML488<*5L&/0OFQ7CON\WAP3U8,1/NX,X]A)LO;;:#0DN3J6>2MJ-B=%Z2Y#S88-#V M).?(!C-G(F(?M&-BC5(QLT^GT)DHQWSS3*,7"CLQX7FC"1\=K])4%69"+RC< M0:ZSNNNIR[N\R[N\RX6\C>@SK@2(^AHA4G4_]J=(0!.%-4+D:,5,!"%$YA4W M@W,7P+'J&:,C^HSI]Y5C>!/M1T>\QJ63,WC$X\I@@LZEB M<.P/D=05`UU#ME3%3#D8+Z6<:3N,P=EDM,V0]50Q.&I?]-*T8E`7'676E#,9 M2N":*1@<^^?WZ7HN<-MBQL"UAOE^$E_U^MV#HK88:ZH+@^(%A]U1GN#F:AV.*(? M=9A/Q2`J>M2A2C6J'2+EY^V,%#%][)\Q.;R'5XIG:#-5'MVKV4,7&\ M73'=1V5-X9X)[A=-B=>X=,#%HL,:JAL%QF"V5\_?-JDA MII]9)CQ=S\(V=DRX=RL&[]/N^9TA&>NRZ#%?,7A?'DO'\5(QJ(O.YM_9 M2Y7[>IOFE.MWQZ!]&0-=YSV+Z/=M:X&,()-L7^/.`FP[X$`,7$'KD]S/[!B% MZF;,N+I$"$PM9][G7&3D7MH.#A`S+C+G>A+[KHJ9]U'&YO&Y<>>`&"]P/V;T$KJ#)$%M,$"FW8T!HDC'*5(&,O5H.ZCGKY6#% M3-M)9T`V6#'3/B*$-.0CY9E>3F`IF3%3-N1E(.Y(F,F5`+F^L5DS2[&'N>0`+#_BPE_6LRZ MJ#S38+"&62#BO6*F#40&9M:$I9QI.\S+BUF#1D,"6S`(7<@8$'Z-O*:()MPJ MFM"H:$*XH@G)@:R@!H/WY>_!9.S!^(P0[5\QT$O&H)[:K5%#0=W=.\SV#"+57+F7`'"!48P1U9RYE^@!`*" MF7H>]K_=]=3E7=[E7=[E0MZ:.&-R*-I/DRTU9!(F$O!XA-U$YFG3F+=.%%T( M468[!OS$T2P_"V;>YR((8,@%,75RD(_`OPY:RB8)T^H1R9DD;=9)XHS,3 M/0F1N-$LR\O[3#UA213-MJ.T#^JIM^^-SLPSQ;C>HT,ALG+?-R-VU'7%="1G MB>H&#FF(C*V8;D.^#P`(5`JFRTWZ$O2&8,20I`!_=ME::#YKVG;L!"-0S^(J M<20B^GT+$-E43/?MHH^E&A(1K9>XG<\(#*+V:J2JZ(<:Q6JB7T6$GM218\5<5*GHHXS).>NUV=PN[_+7+&^^)8IX!]LY;',:E%N`>&VX+%$H MZKN0B.G([@A'(CL&"(?M1KBG&W+<V5^S8AHU? M6JWW-QXBI9<=$VOL/8-`V*N*Z6?.VR!%S+W/D)D3`=P M4T-B3V&GAIB[A*3"^PQ3`]P5U&`F7-6%P)*N#4-'P=S[0"_&K3]N`X,P"DT, MW._3MH%$S#W3D-%3V&E@74_&+3SI[,^"C?K[VS%JGV'AF`QA<,8.\TMW/75Y MEW=YEW>YD%],AXFLG`QY52X'R[.,442_N6JT8&"*#=ENHNT8I`AD3%M5^E>U%H.,D`,$7$R MZ^]DYLF"01;+PG-V,FOZ9/8)=$?&>EE*X=U9Z0FSNI,9$_DH&O87!8,VY!^` M7K:7JF>&)\SJRAAD/:];/`AB)AM%A*5LS::POL&$3152-ATN5\[PS?L@1*T\ MTV"0(3'H>:+!=#C@H,=$4Q?7!LBZ,"2,H_X>*@9]-.KU=\TJ<5DZ],SUB;-T M\J8-WI?+F!]`W^W&:-,HRU&#Y\)&5@;.R>6@^RL M@>?!>8M'NKOO.O]UUU.7=WF7=_E[+6]-!R3V&B[]&2)<,V82UF>(J-TQ,G&1 MET2YG$M`)FY[[0YIZ@EZ@:C9BH'.3!+\;#*;9K,EF4WFUFRRB6:3957T8MX' MR];R3%,76M:93+'994OED&EWQ3-D;NEKQBL&NHZ:K*9BE`FWFGJNO,W)&(Q= M.':KY2@3;O-;X3/-^URV&V6MF>U8J8O)(H.M:&D?U,5L4^'XLY:#+7HT6^U< M[GC4U;3!O(\R2G-=S'BA?C='"5%'`C;]8.KBQC60CT2S;2QM,,^$N3R:[6UI MPRWVVFQNEW?Y:Y9?LEA/>GZM&&2_9@SN?CGIN6+'Q-%;QG061(.9 M":1)%=-C?ME\BXC!_4IP'+MG9T/[X,Z1>H>26+ON&&15ECN4X(ZADZ[GCHG^ MJYC)ZA;KL%I.9SF6<@83WVUMPU$O]9D.@_;-INVS[K_]GB3(?!UA#[%CE$&? M]/=>GVDPN'.K/--@8ES7]YEZ"GNT8Z1/[&UW/75YEW=YEW>Y MD+>FXZ3-BKYO9=QHV-5R8J-]5T<0.^:(&$2T_XZ).W@J!D0%06X#:B*_(R-P MY`Y`Q$!1D#L&Q`$%`\(!B+K<,2!B*.T#4HCP)"-_*Z;[H;Q/]Q]QE5=]FCZ" M:SJ)Z*5B1M2R\%*F@"1QIDT@<@=3-3S:.X1&C6_=,4@^VPT MV3VCR28JF*D+W8L6Y=)[V`(2/0;;G-6T3[N"ALT;1^V;8.SN&&5J#GJH"S\SO@W*2 MG..UV=PN[_+7+&^_3S>/N/G`S7J.4,UG=8*]*&TS;P>86P6S&0]0_NB6=\4#-I@UK71K%VC=@M7#-;TR1"O)7//;#)Z2>8> MSV08+/+>&.:>9-9V)9/19"N"#4C:350S"Z%]1/Y7,?W,@NGOEL@-*V;J0O=Q MY7(F*P\RO@83KCIH^]!@)EL1,EP&D[FU;VH(@Q#8?0)"#.JR;681C/$2*0 M)9`C1&")4A*LM2G."=:PE)HARG/'*.-KX"5FP4QB-F5+0:1J?:9)L*8LLH&7 M9[,F12S8RGTT;^=6A%%=UB=.9L\8U-.,W7S\`O=`S1"=MC^3LL'RDA;ZP7QC M&8-LF](^DWE'5Z+F9;+1"XU=DQ54ZF+ZG:XOW?;IJ&O(]-/;_J8-1F>4D:B/ M"TI`V\C;E7)U.60%90PRFR8>+^4^/*C+_,094=H]WV0AZ;:G;6(F##(+"Z;U MDN\^@2U0+@?C+&V3/;[/M`'&63HIG;TVF]OE7?Z:Y29D-MW#(.-D5QQB)FL- M[CO`\X8R=MR0T!G,V)I7+8810+C*6 M3+\73'\K&8-YMY33_5D0Q_<5,R9'+#5V3!PS#)>5+EYWOZV+L!PDI0>]A*Z8J8M8#M:Z MF&?"]<_[7@[+Z23QG84#RP$!`)"![,0(1!BQA4D*K+@`==L+!@0`^9D&(YVM M3Y()97)]IGD?D`J,X):JSW3E3-N) MH`+<9U6?>NP6`@>#`>E%P70]"Z9UELD=8,Y:MKV'PF`[O7F$J1\6'0':8'H, M0B3UN)TL4?]%B)#,IU7;WH,P($))@RFG(X8;3)?+V8-`!K)N^UC$#,D&$,NL MTG:\-IO;Y5W^FN7M=Z;M^&KFT-6L80JFL^3+&LU@8CVU8V+.KL\\UG.\+%_4 M<5?%H"ZSG@MW$AQB#P`;6%D'=%U*.?=,J$O4XR2RU,6T#^:>R7Q_Y9FF#8?QTEU/7=[E7=[E72[DK3DR MYH](2]*3BLIH3*HQ_4",4"*1M&DLF"$?(2(4?7S?E-/U+)BN2XE\`M*2B=NW MZ&R&!C/$)$3.`5NN':-G)E[2+F9K6##S/B)SR4L44Q<@A5@,("&>*.P]',:[.Y7=[EKUG> MDM+HC--]04*8^S[A?K[=N.+[7#G(V#])FU0QR!PM&!#6Y/GGZ.ZI&)#GG.1Z MHZFG;ON>FJ\P36C:L!7H]I4P$9UM6Y@,=/LF<`'NSX1LMW*4"2P'6RH+8<2` MD#'=1^690%04Y-JNUA.ND2_/A/>=Y'JC:;O3"^CZ)-<;35U<'\'[5N[W:66] MT)U;60RNWQTC)@H@>:\8U&7DOITW?S.6@^QZ<._69YKW4=LANR=C"\\3!8-G M+D^8"9_WHW!79\:@+CD4"\;$8KZQ$MZE^ZB\3W_OB_FFRS.U7DK[M%X6R-C; MRY'.S+=2,&B#^=YGO6YOGFGT*3)CZOL`@_"*O1S,/8OY-DLŊXQZW:8/6 M2V&&T&THF'Y?V7/J>N8])]V?K/'=,+-UVC,A'P/37]P$Q M"6S#MR*46%^(20#;SI41<^6.?5LQ:/MVWBZP'$T%R>4YFHK(0&"Y6\N99P+Q MR@2$;3LFLEBVDQ<:2QF#:[BGS1^+&+1!'M$W)")$7@';E8H9TA*ZOOOTA$0O M1(99,?-,(OR`K6\MYXA0H"[:K=B0ED`](8*^8D#THN\WJ1A<$S]KSO\&@WK" MT6]XVK:WAIA$;/]V#'1=MK>NG&Y#P;KKJ9]0/26,2`T6\SR.F/"Y9&Q M@;A5PP(VR*XW8:GC>Q,MZ]@6M<4430\;5DE4`XXLBNF^R'I*Y<+\=%) M+S&WJP"(',=MPU=H7WVFKB<0H338<4S4NNA^6.$;J^4,D938KFP!NNI[V(F= MQ)C8,7$<6'8M&)0S_E)'K%4>*\@T:8CF8?V8(S1BW]9LXTMJ)UV"N M6,"N;A$B1/167!Y0+B\ZM%[BM@@@3!#YI,M2`PFJMM12Q'36[$X30!BP%13L M,"]7C(CE=*A+\TP@'],9=$W[#OW0U,5A1B^0\;VG(B,&Y&.K7&L5S#`\0,9> M@^ERY:,``JZ)VUZ.MPUQ%V1\P]U9!5OE.J5B0!!7,-U_H^F_[4:3/??K-W"98H_/:E]5X/I\5(PK>MY^P%BIAS85+C'JV)@.V9C M'PH&["L3MZ&$SNCQDL\]P#8N9DPLQA8O9@Y9S-RS;(;N[K[K_-==3UW>Y5W> MY>^UO#5C8/I78_[,=G,Q2^C%+$T+H1F05^FK,1L,"+AF7GH7[*2QB;KRYIEZO"1]1%8P0V27#.%>,D1]21,5#-NJVV-0E\74 M9>%E><9@BUXB7*&1.9EN5,=CBI6T"PG+ZF:OIV]6,I8+I,5@P7<^,P;:_ M8%J?Y9F:;*'\0!^'%,8,0_H$F:^CKDN#`0%5CI0[]$,M!UFQQ5T'9%&G)W$4 M^]IL;I=W^6N6M]^GF0^$*ZAB,,<$GIM*.3-7`,G/GL:+`MIMPBUTS[M(LD:0//O04#8KDM_8?*`<'?M,55(69(]8#(9PJFG@/W>\:( MR`ZR/&H]=;^7#'I3#EP)I9ZF[42JM\5.X?M,V]V8`&*D:8MO0WV:]P%97<', M^X!$K(P),SZICX+1&80QG9X^0/:`BL%8RF?XT+>KT;59GT[ZB+YYGWLF]-'V M8,2`X._$!]$`I1,2`^A#")BH'.MK@& M?!^4RRY'X\(%8L#9V`<*@=TQ(#I=S%R>,2+;=\DP@*Y5W>Y4)^,1TS;X\B)(*?+I:=RA5".ETNZ0C0@F77 MDS:;:0N/I6>":4PR&K[!B,3/+$TS!ENG@@'7[L3+D+2E"B`&>C%+S-(^0QI( MA(EF"5W:9YY)7,+C$QY!%,STD=,9;(NSKHGTT2RAD]FNI"TL&LO!F-]"K1$S M8\GU$2P_B\Y,.5A>)W.DD[;P;2H'VXX$6[4M3Q\)&N$HJ&*&U)*('8$0(V.+ M*:?OKALWS@>U_=MVTDB*F#%=EX(=^V''Q-:PECM^*]O.G4@1)YB7*@:$D-.3 MW,95S!!7`K%C+@@&=LJBYB>SPLIJYZ;YLT8X#.AW/0DU\KA8AZPGK->^^P8 MV)99AYY4C`AW( M9#)_*]H>Y^PZZ*."Z7$6P:U8,5W/"&ZP'1/KM_I,J">XLRIFZ@+$U9DA@/0" MS`FUG-99`E=SQ?0S$[@J,W;B-F0,UJX%`U+$\S_")5??9\@-@9PZ;8MB+`?U MS.7T."OE7#U!9T`,&)XP%*O!M*Y7<$M53+>]8)I580`[MGESB-EC3R\4V`A[ M\1T#9H]"X:'9&,HSCV.WECOJNI8SA(G`/)/W06),[!B0SHU@5RIV[*.*`;$< MG"/MF!A+%8-R0=NCO1PPEU!8QHX!F\UD^H_<^CM&A(+@'JSE#";L2M6+[C\* M%:A8SWKJ\B[O\B[O\@?DK:ERIAB(\T:Y#6@R"$ZZG,Y>JAB0<\TZ`Z1Y)F`3 M+Y=FG;W48'HY4<@&#:$@+#_+,X%T;COS49A99BW;^HTP6/8L9MFSF&76LJTW ML"Y:9YD`A]J7,;WLR5EY,)8*49\A\8/E?,$,N2'T;<',,T6T4<7,^V"Y6T@# M=5U*1IL>NX7\3]`Q"\3 M$4(_)+@#8WQB?OX=`P*\4DX34!&O_XX!L=P`XZQBADQ1$'-6S#U3$TF5>A[[ MH3[3M`&(L@8@WZR8)KPJ[WMD"]3E7=[E6MZ2@>IOGN[RV#$@.RU$87J^&^%N MNQT3Z[<=$S:B8E#/6=N=':/VS=JNCIXB$,9FQ M6X@6`5O,,Y]&:#!=XG\[.:C`@CPM2+P4;Y%BJ&5@P MEF;3?QD#]H=IHRR@9];KP`VT3!S'AQ]22"O],3LE3,9L[* M\P3,@^7.22#',^,%[J"M&+"HP%VY#0;D>/F9I@WP'<%=G`73(<4-!O64=VIV MUU.7=WF7=WF7"WE#@`?$5CDRSY'J$2'=N1QP@)=G`K'T46_#&PS*Z>C0 M!CL9S#W3$>X!H:#A42Y99$#FIJ.^&LP0Q,&2J$2\`9%=7FJ`6]&0&Q:B-U,. MMC+EF7HLN;L0LKL`=)VQ8S9*4\X]4R^ADR&G3-M`%%@A2=-U*7GK;C"=U')<).ZRQG+Q%! MS,AMR!B1ZHRFGB:;K]3E=LR_-IO;Y5W^FN7MMP3D5:.9*T:Y%FG*:9LT;;X; MPH#H9C)9P9.9>R=PO]1G&HS(U2`+J98S>H$L,&` MB,FT8=&A@A6#M5W&()M_`7=RQ@S#0REGZD*D7F8LE38XO0#YF)GKRON`V,K, M@X6XR[1/A"KM.K,8U!,R)VM=C%Y@7BJ9?D;7L,:.$!:V8S`^(V2.G"[5H#%8 M,'A?WH\"4=C,\T39B^NV%\R5T_5,$)*Z8\06`IFO>SEB=)EX["8(O=@QD6U3 MWZ=U73#3/OA6"CL)E(/LW8H971-CSF"9 M7.NB^V^"S+N*N7J:]Q'Q&BQI*P;]!UE=%3/D1D!R`]<<5T(AT'7&B/PGZ'FB MEG.8>Y\A/H)HZ1FVTQ6#9\+6=\>`'&\VXZ40)@&94O[>02_:_5F)B,368L>` MC*=@0%($&5\[)K(Q*Z:_VX)!&\R<54(:;MOPVFQNEW?Y:Y:WWY+^K@NFYZV2 MC0*$7V:NCW`\NF/T/G!%[YAPE50,"+_&)WG45S'0"QPWUW*F[<(=DC'(<-TQ MT'4R-A!"E2H&:XJT+0(4=N)U0R$T,^\C4B\(GZD8$).9M4B"D)6*N8P%_$7N)[J^W0;2DB.'A.E M+E#/\4F21>\8L'=,.M2S:1_4<]9VI=83",;`15UU9O3B,"))`Y=CU35@X$*J M]=3?2FD[8*,9@[F.:6WD08V(<%PESJ M^P!;E5ZZZZG+N[S+N[S+A;PU1\:L$%'8RN8]8["U*&;L9#`@@8_`@SU#D:C MZXR):,U:3O=[)D*#)7O:]H>$@5Z2V?J6NY>`S,ULM>FNI_H^(&PSVYQDEO-T M+]-PZ7+J]X*Y>*;9XM=RQ;[.ZMC,8 MA06N)V4:[>7$D<>VJT?RIHQI,Z@)A!#L&Q'FC)J%H M,-U_Y7W0]D5_*]M),K6=[FC9,?'=UG*W[WMM-K?+N_PUR]MO"3JNS_CMER\,W#\6$M!_,(W$-7ZZ+GPAF.).LSH0VS7L/L&-43PK0J!FT` M4NL=$^O:BD'[5KV^V4[$J0T%T_4LF!Y+E,6R8T#4M\"1>7VF[@?*<*D8M`\R M)"JFRY5H<3W.,@9CL&!'MH)MZT39_"4MXU"7BA%YW$GJI<&TNVZ/IZ-RP&2P MI\!@/5T;#!$A$&F5>@)VUC4P>XSZ/KP&`[VL3^KXOF)'EVJ#:7:+46NYZQ=U!4#MI!9NXR;$.S?N`K"X\J;5-0V0'K#OGT8D%?M9[GXS.-V.F,ZDK,I9PC; M@*!B!%?0CE$]P4U4L4._-VUWY8Y;]+TND"1>_#,&`S*"TD?F?4`&MON8%+;( M+4F#Z;9/D%&S8]#VDF4%)#Z0858QW89)$RTVY5P;S#.!Q*^4,VV`/J*LM?H^ MIS/S3"*!6[GMP-->,2(B,G4IQY]Z3,P0(5DQ]SZM%SINK>4,!GTT0R3@&5O` M79B)DRNQ%9`'@?$U16# M=4,R:Y]D2*^*:P98'."Z^[T\^#J:NIB=`;K-R"U;MYGV@#KTZ(SU^_'2Y-A=)G`'NV8V*=O2:_8/LA>JIAK MGV'3(+:0C&F]S(.V.9NWBC)89SBCJ.7<,X&E(O`8G`/KLY33XV6&\YGPQ-E9 M%8-R<)_QCD%VY5W^7LL;TR&VQ=54G0RF MEQ/%5!DS!DO:@CD3!^_+1[QZ^9(3GF%K49*A@11J>))'O!4SSX3E_`)9%UM` M%)%ZE6<"Z57&S#-A252.0Z#MLRFWZ&7=3@!`Q%UY^Z"72SFC#<9+P:!O,^D, MZ#J[%4&?ALBF8([42YKQ4#,AJ\IB']\&Q1GVF*0<9I06['9^OS>9V>9>_ M9GG[[9KO$S+3Z9ASBTA!HC`XHL_3/+B7-M-!F=L4#E'7*4`8!6ZP'8/V3>"R MVC&Q[JOE]-Q+1WVU?8[XR;7!8:!/(+RN;3#EP.[,<(1=,:WK>4O#4ABX^88G MC.BOF`B_J)AY)K`.T%U/M9ZN+E#.D#3-X,:LF".:TOU']S+M&#%F@-NF8L!N M,?(:IF!`-#7RN"Z$6*:>1$(U/DFWQG"9!K`-\CBV8>B`>6*!M63%H)XZ6ZK! M3#E8O^7]#(SY98O;Q/?IMM,>J=8%F#U.;#M*.8.),X-:SK"VP)R\;'&PB,'X M3#P7E'H"PQ/&VN+83P!FY.94JC,!@O&3/UA'%=RNGOH6!:9P73 M_9[,7)#,?);`-;ICP(*3S+XDF?52@NS=6A?#O@+?>W'/0QL2ZSJ9\9+#`6#L M)CD&N^NIR[N\R[N\RX6\)>#29K-D\``AUI;-CY@I!V0N`RPU:CE'SN7>9^H) M9%(#+,%J.4VD4;#C$JQB1]-?,7@?+%OW%(@&W M0%M+!B:.D+8`0:QG+F?(P(",)S]3'!?LY8AX#2**=@R^AXR)9>2.0;^/$*U9 MWP?Z-(0M(T3;UO>9N@AW9-4+D/_D^46/)A8C(E`-] MSA!!OV,P=NEXJ6*&^`C(!HM;7X^)$D;@,/W,3'P$\V#!@,#HQ'-Y(5,"`J,3 MSTL%TVTHUUL;4J1#VU^;S>WR+G_-\O9;TO-DQL`^%H(Q*)&%!NEN-LWW:(X[4&T_HLY&.Z#=/`NIZW M6!&%Y7@0(";;_$^(Z3;,6[P+E0,2JHP1<=?F_\5G0ET&[MM23]#9P..Z8*9] MP&`Q;SY7K`O44V>1-9BNY[+%.1$&8Z*$'T*Y081\3,,^'[BV9.+IAN.]QU.&R> M,QI+46>_5(Q(V72(08/I_HLZO*+!7%V@[3/W>]09/,/F%:6Y!UQRA;$FCWF' M&=8=F)/A_O*&K4>WH3Q3MR'I3/#*U@-S0=)[P,KD`_-$#I,$&Y`VA0LLGP,2 M"\ZH]-E=3UW>Y5W>Y5TNY"TQV7%K?]K-RG%KOV-$(J:WC0UFRA%YW';FC)AY M'Y"YC(;`88)(QXS-_+[)$,OD9PH7Q%Y.N%'J^[1>)LA>JG4Q;0""BA(U"WJ! M"-=:%WAF7MIHO63W!)#.S7H;T&"ZGK/>`C48U"6[0X#DQI"(9(Q(?.#NGM.E M"XC`D.X1V,L1P0^XP6H;#/D/D2DMW+>+(6RA8\7:!M<^\TP8@Z4JI=9WTT6'SOMMGOC:;V^5=_IKE[3RBY\*,$=E9_CZ!F`RR;7<,UCX)(J;K M-V_F"K"YY9G0OL3MRTSFP_Z6O!MB1]#TTAJ(*0CAUS M!&.0M3["/5X5.[:]U@6(M"`$*%Q>A>627A.&IXUD2]NHS;H^PX;$BK(A`?W4L7$6K)B[IF`0>9=Q73;9]=V?;]2 MQ8@0*W)=EBVV3V':158QT/6RI6Q@.8=IO93]A=9+P5PY:'N>SPS;!#$GG'C, MEZPGW;ZH7>D-IL=U)ON$_HL0HK9C,*[!%53+`1M*A+UCK0NP6P#Q^(X!(5T$ M$NV*Z3%1&"R@7.+O*,)Z?_/LJOWACL%.H2BZ@5L:I+NI?:9C^R[SG_=]=3E M7=[E7?Y>RUO"*&URUL`F?-711A6#3*H23J83@@OF2*$,"8S8-FZ!?D2(,<*2 M;\<@N9RVVGM=Q)*AECOJAE!M?3C@$IQ`SW%M1GZN\!HE$+EMNN^V@&]UFMBRZW;&'T"C/? MK"7-:>1_, M!T`6O9T@X?R3S'RWFOEG-6U8GY"X*VUGJPH;>.U32&>UC4B0'3H\<>A"Q:"> MX,JKF-;+"G9@.]57^XL=@XSH/24%GVG>)_19,<.<(-8WM9QA<:`L>>C;BNGW M%0PR]N'(O&*0>0]AA!73?93W"?3,[%*%>J8GSKQ/INW@5JQU`18`D\E8G@G, M$$G/9_5]IGV0*4YA=A6#[/J,';^_BFE]SC!?5PS8"L`-73&MLX*9;'[(:"\8 M/!-(+<>GS>4(F!EG\Y8"(["<>0],&PO8L2W:5JVQ*P99OWE_`>^;N`T9(X8` MN/&9>@G=8+J/%K/,@BC! M!C/E@%QEV?P)6`[('4P_%`R>J:-1"P&`6;I%L\0LY8!PP"P_<[GCMJ-YIB%- M`+U$?>]$0YH`]=3W7#3$"/`^?>];)48X'NE4C(@*#/%#,N0.R1!4)$?NH,D& M&PS>%TW[]%T!#:;[O6R/=+^G3>$"*X0*^GT%TQD"94]VW/[M&&15EOVARV`U MY2"30;OU7YO-[?(N?\WR]KO6V3;EV]69/_L9%&&0(9F_79HK\O$:S!63>=\D MUTQ-.8-1=KTFC&K>!SJ;S'QG,IOI?J4=@^RL"$DM9^I"_6"RK">3\5UT[9ZIQR"%6]7VF7*0+9U9 M!\".%PS>ES'=AMF,Z]E\F[-A59CA'K8SMI@L1[J_]7296I"1P&0=TKVO%8.Z M0`96;8/6RV(RTQ>];Z[O@WY?3*;X`JZ9^DRC:V#3B!`&6C$]=J.96_/^`NH9 MX2ZYT].6E:]UG=?#8.-*=JNN9X(0@QT#5H52SKT/VK!R/R1P;=?VN6=J+-<% M^J@\T[0/YOFB%_,^8#5)$'Z0,0@_K'5Q?:2_A_*^XS/W#%V'P1W7(\QG.P;W M_8Y`K!Z>-G>YSD(JV;NZ+AF#C#U::X3-KD"&8,%NG]E=3UW>Y5W>Y5TNY(W) M@<3E":*-PK8E(1*#09OWBFDS!CS?33F=2#QK=T&#N7IJ,SW#$<2.01+U;,@Y M=9A.S,ZN&6@[7>>[EX-Q1E?]UO?!,V&; M$[;M$8S/C-$S5Q[SBR$C*!CH#**I]K"3A%SS]1]E"#*NC[3U(4(*K(^0==P1%8Q_;Y5?D>OS>9V>9>_9GF; MT7Z<#[;($LJ0'"'BO6*N'&1\@XVHY4RV.V199=(R<02S8Y!Q6LJ9K&>XMCZ7 M@VOK"W:2C:GK6CUO,(V*F'-C4\C[3=K`!)0M7OR_!^9-8%&0.= M)<-F4\I!&\"]5,N9-L!8*EE6)I.8V@?NI8I!/9-IGUF[$6%P?9]KPVW;N^NI MR[N\R[N\RX6\-4AS-V(Z)K78M9\@KQ-)FQXCX8=!+Z(J96R7LY(&+(&"3/EV<:C`@J":5UGX@>Q3:T8D%<`*6+%X'UP5+*328BM826:T/U0 MR@&!PTDOKW=,;!]V#`@XB-N^DD+H/J*CBXK!^^#(<2>:`'(JEH,V1+U% MJ,]TF'DFM0^.L\:G;=L/V.;K0PQ(-LS\&<%%73'=#X5+WY2#NIQ/&^D;*]AM M/5^;S>WR+G_-\O9;TG-]@JR2'1/A)9OGGC*W2Z8QD.#HM4$E@G$87/F^^ST0 MTUFL!=-9K$#L7+'C.JPAK''L`8:1`++DR[I(UW/6X0(5@^SE68<+5,QE\T/6 MSA^1[4&\OD);MSZ1,/R!6KQAD0&9, MZ[,0CYNL0\AZFF"-73&3_0E]6S($-3:;[*R":5V7,%>MEQG"""L&Y2;YW=:, M-I>Q9\O!/;K;9$@8W1-LLI[*^^#.XI7ULH";KV*F+G1_,IQ1U'JZ]KEG:GU& M"/G;,9=W>9=W^0/RUN1HTUC,"B1* M!U[2EG+&5`$Y0'FF24J'I4;!]'*BU$6;\(*=S#./V)XH35<@PS)RQR!+9P2N MZ_I,@T'&T`C+UEKNJ+,=H^NF);=O6T^=L3":;)MI2PU2&-P_M&-TQ3/<%50Q MDT`.61Z3)EXKF,E,F\!-M&?>P3B;MY`JQ%SFG1Z#!3-9!9]%%0\TS=]GRM,F1'YJ4^7;F\\K>R;&>+6$[KD[8R>[8;]&TT MWV8YTC'99S`O19.I6=YGGDE7/!L"AX)!^U:>STJ4I]9GDD=(K\WF=GF7OV9Y M\RW!/%*^,_WM)LAZVC'*UH2HX8I!=BB$`-4V0`;HRNNBLC[5=5FW218Q79<5 MW/YG$UZRR'3$=#EJUQ',=)Q>,7AF)N.###,@U1LN:J8LLM%D]TS@2M@Q6P[N MXX30MHI!UEI^)F1@K7HL[1AEIIGL@LED5I3P(,AZ,E'MM`[;,;IS$]:@P\6$ M4T3_HMVF#:;KDC'(A%M,%L1BL@OR^HWJ`FN[/=O&89"54$)R(/,'OO>,;1\V ME:-,E5Q/D_4$<)IW MZ9REAA3K4)8!^J%B)KP90DM+.8>9$&:ZU\Z$.TYPCK1C<"?5:-HWP3E9Q71X M7JF+>Y_62WFF[J.,01AAQ@[[].YZZO(N[_(N[W(A;TP'1/L7,^;,K3%5$-%? M3)QY'UUM>M++K.V$FB+S9]B&[QAD!Z`OG(GC5#626Y;R%;X\3+K,7T;<%,E@YD+Y5RD'&2QR[4!8ZL M=@S&T@+'9Q6#NL!6NY8SF3C4=G"1U7*0Q6+ZB,A.]JP9Z#_:IM:,&G@F''_N M4?GP;68,KEQ.9CXK&$3>GWC;D3'HVP3'=34+0+^O\*WK,5&XT4VD/T77Y_,G MB-C?SI_PF1#-K[>4)>)[DG-DQ2!#8-;?7\4@JGN66:JOS>9V>9>_9GG[#4+V MQ"CGW@;3V1,%,]D:,%=$G>W>8'J^B]LYML*V%"V%+7*]T=Q-J.>MM)W;(09W M\&5,ZS/IT)-Z-R%D*"4=\M#1\\ MV.P?U#%'Y0,1/.":%TH[Z[MF)`UDYS:D,:"0QBH<&=5S)6#,%?)GM-=3UW>Y5W>Y5TNY&U6`F1(``_]MO*DNU$62/JM MF+DK")8H)=,!WI>/,K5)+=%P)@L"S&U)AH:(_M,3WB,4@5RM9B68+`'(I,H8 MZ+,\TY2CNW36.QAD&A%'=GVF7GY&2"ZO&+0O8R:R&9;7R62F)7-O48DR,]'9 M='^-R?@BKNOZ/JT7BK"K[X-ZFON5*#*O8A"U;C+O*#*O]H/3B[GS![+D5HBL MW#&(GMS/#Q%SY72DZ@#S8,4@,AW&8,5TI&/)9(3(=!-9F3&(Q!VAC^K[7!O, M'2T0B5NVFU`7(*#+$`853&H2U[O0]9%'MP&@WN9XC8P M$(.[;08>9\5MJK\Q(,=KGNG:!UDS0,JV>7WQ'J'(8S="=D'%7#ES!P_=H;3R M.$L0XE2S4:`?`*G>YF7&C)K$$4!9=0VBPTNKR+N_R+N]R(6^R(&#Y29%6%7/E3@8S60F0/9$QJ&>^8P"6(26[`-X7 MV;PGDQ64S)TQR60:T=9BW+*" MF^C<=>6X64<7E@A7'2V6(SE=A"M$QI;KK:%$`8'A M:5M^0M1LN3Y8ZZQ@$!V:EY\ZHB_"]U3./BW72@1[I5[2G0;9CEGO3:;V^5=_IKE;52MB7*%4(D9CCEK M.1/B!//6HK,GF]`A0W8*9*!TWT/%]!Q3[!R$UF3,A`=!Z$DT\V0TH5'1$`-' M0T1<,*C+RG7)Q^GBB+!B$.HR)N!1-BZ(&9V8V+NJ9AQUXFLI_H^XP(4<\]P^60I'*#,!>!R7/7W4-UGX`;+ MF"L'1&_F+*5@X.:;=?_M+C)PZ4S@]MXQ<)5D#-@TILW_BYBI)[FZ-M\WUM.4 M(U<7A!%4EY5Q=9$+">;(BH&+;&9]TKE`Q?29U@P$Z16#]BWZ^ZNN+GA?4M]T M=SUU>9=W>9=WN9`WI@-<0?/&["&PQ40&+;`%JMC)8!!YD3&(YACT5F:/V`!W MSP+1_C720R\9%N.2*UE6H+/$[.E6ZHM@\4,4-\!*[*T@^Z;PO1&[@5#4%,(5L`29;ACKAP1HX,Z4P=RK1?>&U'+ZF*]@IBYP MK#@`^>866$B9A:/)_J0[1;8`2+QK+1\//L(YWN5=WN5:WGY+AD`&7$]$:+9C MX`ZA#*6*&5(:NF-P6S0J;.7W%9);7<]RI`P9].L3NI>*.PLROI"H=G?I4.:V(6+*F,ND!KTD0QR4URDNXYLRHD]ZO5$Q<#V= MM*YW-Q'<@34'W;X=@^REC,&=1G246=]GW$1P]U+&P'TVFVRB!?IAQ\B=!?O* M'8/,GP76;SL&[HD%,@\J!NZ>\QQ"V6#;>2UBX`H:G]#E4C+G%Q-\F_691I_@LIJVPQV!E7D>7$C`0%+=4G`N!R$IU84$V5F1Q\0, M3#?U'-!D4AWFS^YZZO(N[_(N[W(A;TV';$DJ!F8L\5*C M8.!&&7BI$8'[\"9/>,L*TZ8Q.X!'8,>/8G^,9.^U+896<9]PMP@`^0!;ACP"]= M,,CNR6/79?!`)@YD1]9C3-V&>9O4!%;N\0)R4<@,K9A^'UW1'39=$]EGD&.P M'CD2:6>48[XI!QA$(5=,'PF4[;N)A"=R2GGD\=IL;I=W^6N67[ZE?`RHYP.X M1ZAD>4!(0#VBA^-[N!.G'HN;(WHZPLYK0G?4#N^#4)Z*P;'_UDC$(`MB,[R( MF>-T<#-D%QFTKV1=F*-HF)?CMM`F#/HO;@MFPL!=$+=X+(&5NQ?-D3FX/)(A M<\T8N!E*.7@??"O[T3!=6P]D;N-E^8+'HY.VQ_L1*(1WS6;O,<,])KE;L00?JXKS=@#PAWU(Q/6V@; M[/.2_E:V;B670-HV-8CI/4L9P'K?53#8R\WR6VDPV.?-\ELI>[))SH/UCCT( MZTO@9JA[)!,2YU@Q()RL8+`/@OFZ[I^`Q0%LW.GI`R31K.7(<^"9)DLNNS%I*[I]A`K+`Q\PO:5LW)&&2)+J M8MS"R413E6VQP_25]:-V>S>8+C?K[+H&%(BO/ MTUS9,NNM=MX6PU7-=+?$:6L#9`B4;2ID8&7E:'?6M)U%*RSJ>N;MYDG7<]^F M@EMJED>CK\WF=GF7OV9YF]T#63.0%;QCL$8;3#8#W2M275;N*`7<-K.V5]7] M`ID.DYZW]C4O9$\4S*QKP0U&83[[FA?4?6&?.3^@NF(Q+8#*NA!F.GW8, MUE.S6:.5^[&`66"+EZ#U(F2?YW6?Q<`%$;CM$8X/QVW,4Z8_9,GM&*U!%[F& MJ6L["@O;-@2T1J/UXJIL9XOI:2 M9J_C]B5`)IPQ*`?]5T-\]#RQ;A,E?6-T?V+&8$T$YTC[MPEKE()UPKTN[_(N M[_(N?T#>F`[83H]P?TW=:H.[QY"D31!YL2_KX,B\8+`MSABX7_+6%Y9U>:GH MEH-ZV5,XN?7[B&RA+L%@*37J94'%X(@>(KLJ!N]+3\A9G;;](6''I51#R@:1 M70-O@?8UH<`@XJW!3$01$84X#G"X"Z&.:W!'PC%8Q6"<;0W![8K9(E!6WJ#U MN2_9(>IK#S_$93)$2T\:V]L.8ZE\F]#VE;^Q@IEM.!&AP-7">[_#O#2:+,[) M?&,31%;6MV-ZOG;;Q@G<6>/E573$,KKH97-D%;<*X?M@7IKT M]U#G@I[UU.5=_F?(__NSZ/SEAL.7.VR+LV-P0BZEB3F'S=2*^;-@VOU0,1$E M7[&CR[]BQRCYBIFZ'->*#78\SJK8,8R@8L>PA8H=UU(5N]5+UO0S/`RF!0?G MRE[*Z?)P?%M+F=H?#OCV4H*XMY:2(^A#Q3I"M MD/D(#@N,K9"@J=X+'5<>#69J*')K*F;4(6[4K1@-C6.DS`:8T7E5&-'P7H53(_#@NG^+)@>AW!#58/IJ:U@NK^!0K#!C%Z$4[IB1B_' M@+P&,WJ!::Y@1B\B.+!B1B\BS[!BI@TPY1;,M`'FPH*9-AR".[O3J,N[O,N[ MO,N%O#4=QO0?8SLJ!DOS/8];+^J.Q[9-*=ZP&7.*RW)?0UR0'@\TFU*T9U/$ M`GLI7IR[I>KA`+B6,CUV<#WM^]>365K@\GP(9I%S."ZOIS*`]F4;ZE MF2`F1^-S)>1XRX>!YF%2'7GO!H`;&OH\Z5EX&!D;X!1T\/GNA>0WD-D`61B$A2R)4_\(C(]ESY`H^(K/65'_"( MR/9<^0"/"+=G)622O7WE_3LBJ(,)^S1B_T3LGRC;D]IOX=BG[_GH3>VVZ("L MJ)T5>WO`437@J!IQ5/4OZ^U]61\&,,X#R$>03R"?0;Z`/((\@7P%.;7KK\_R M#/[-]HMK;##8:+#)8+/!%H-%@R6#K1J[!#8(+_9;6+J=_[ICILN[O,N[_+V6 M#SG(,@&O\(X)-\JV[%*;SFU!)"+`AVWA@^^;VO6R:%<.K5,0']!W<[[7TK3NQV3,P%M1R,^2CUTCS3C#.80T;- M0]W,/7I\3N"RJF-)CXF"Z>^V7+?NQID>NX6PZ*BS'1/Q?'5\ZO8!`4V=LX!X MH*`5_]&N3\4HED"(ORVVR^EY:]9WGQ+@HSD MM,T5@AAL+P?VDTPV7D:[M^\[VK*]G%C;U?:9]]%:,F/F?<+FUK:[]SE] MFKJ`[81KZIOUAL&`9!;N4]R3N%2<];Z&@;5(6=]H6SU!V$W==\'Z&_8>^QX) M[L"9-]?ZIP6!#L54P_DPA*=TRPGU3,/!/NBRH8W$]EUC:EG.[;&4AY]S41W#5'HF[.[:5(%TW/X-+8(MOI?<5GEC-Z5I(],QUS\"! M/^IM?U/NN`S9,>!^SNV#>Y]@"U3YG>%NF7W=AY@F\=J)OPD#LJK9D.\5##BC M-U8XQ.!8(^]C#^7J$8385NWEZ#CD*FQ-8'14LLKVU;J(;5PMY]X'QT2Y[>`* MN@HE5.7<\9DY0B)WZU6XHVJ?WHJ.]]RTX(X<-9%<@^DMY:@)!.LQD6A[Q<#- M?M+C93\F`G?6!,'I^Q&2./ZL&#QS>I*!\CL&1R6EW'%\;E,G;=$G3;Y7GWF< MEQK,U!..6/25XZ_-YG9YE[]F>3L?P/'V;.88PCW4>,2SZ**PI MI]M7RD'XQ<+V:C'A'HMQVQ0,CO87[O?%V/@(X5T5,^$>,*ZC<;'$](1NHH+I M]D5P#U8,W!.)QV`T+KE2#MJ7>`Q&U@AR;-BQA4$ MW^T*">@5,_4$M]L*":>UG'NF=FL,$`Y0RQWWN*?+$"-W2-Y[0!C(J$-G&PS< M4GKN:3!PG^6Z:%?0J,,D*@8Z&[5KM'FFT.>OOJ,'`1:;SEW?F8$6D7K$#[45W/75YEW=YEW?Y4=Z8 M#HB`*5M?,&/@LMHQ,.^SSG1HGFG,'T3

P"B`K6D9P-!NTS2\5HEGP%TTO%J+-8ZON<7HY;DJ8-\#Z]%6W>9Z)X(.H+ M,CF:$R5-26I&(08:[= M4LW[H`VK7II6=[)^9L;@^M!23KN]"Z;=W@6#*'G3AH+I>Y'.'DQZ7\%T^V:= MV;33M9$;>@#7_1ZQ+]ZW8V(^J^5,%H#067TF8,D\$^:E'1/CI9;3U[@6#$(% MY%'7:[.Y7=[EKUG>?I\FM$;8EHK!%R(#-VTC:PAL$4@`ZL\$S+]X3B]8@==-\_4X3H%<\\T[0/&A:)/$UHC7$^U'(0CK7(M MTNA3ZYK<$WLYX4JH==%A3*M>^S3E#`:A4:4?C%Z$6ZKJT^D:,LSTW8=-&)/! M(+NGN`0@5"F['$V($[A81IWIT)2#[+K$;2CA3PZ#4(&3>:9>8S<8E%OT][Z' M&$`V6"Y'(0V+7!,V[]/]-QG78;ES%NJ2,[=,.1@ODPEW*.^#<+)9SW7UF5`7 MX_XL[S-U`3=?P8P^(6RAE#/A*A`J4#`36@(NP(*9T!)H^ZQ=2`UFPDY@O,R0 MG5PQW7\9`W?R;-R8,V115\S517]CLV',F&5V77<]=7F7=WF7=[F0MZ;#F3%M MCA8@P%LO*RPD,3!+]D5'^!1,)PLWF(F>A.7$8B)5%Q/]NFA"F@8S[R,2N.Q: M@[J8;4=Y']0S\A)ET>[!YIE&+[!]R(01$,5:,$,^1A&2&=/M*\G>\#Y73Y.I MDC%8[A9,ZR5C,*[+^TQ=*&HV\9:DN.1`+XF7^M%D\)1RYGTN@A>V#]%$'8ID25:A?NH,=9QYACFG(ZG*5@YGU'^]C,,0:#$*RM&D?DKMV_<_`GX/H,!Z>.XG;?C,X$4RHS!4:_1 MFKI`9'X>9^Z9)C(?PM>FQ'V40UV$JW+'B$QJHU906'ABPJA<3O?##&$^M9R+ MVG?UA/##0=GXMBZNG,DN(%T//*X+!J&0,X_=3,`%8W>&D)R,19[K9@C7J9@) M`Z5ZFA"\_$P@"BMM`+U`:$)]GYX+9C-?SV;^G$W6S*SW3\TSH=_-^K2TSX3. MTCC+K@3`3)AKP4P]B21MHTM1V/0D65M.%]-`VOY4PV$63PC+`4KL\T MF4U`L$E'2'LVD2!%K)C)7A++UEK.W.,AC@XKIMM0WF?*B;DG7(:[Q<1QSYXM M!9EI$\Q+M9QN0\FD,AB,LUG?+56P^4D>NU5,M[U@NH]FS=U?L,UGAYC6RPSS M9\6@GAF[K>=KL[E=WN6O6=Y^2WK.7O3=H#63DXB/@;0E/&VDR'JN6,PW'^$( M.SQM65:Z+E&[VIN,4\CJ.NGUVXZ)XZX=$YG-.^;NI')U$79U._%7]G'/3",, M[-5>3ASU[9A8;U3,9+$*\N8=H[;K4)>FGJ8NCBA;["]J.9/Y2QG*.BREP5S[ M]/@R.,6ZKV(F&U.LPRJFGUDPW8:" MP?M&.3Z'Q/U0,]O;`,3Q MJ^[WYIF059G;9S`@L2]U,6UPF:^4X9F-M0[=&TW8Z6@(;L'&5>PXMS99@#H\ M;]*N^YH%".&.!8/W;9,A8I!A9L*W)T,XFS$(22WE($M.AH1WUU.7=WF7=WF7 M"WEC.F!+DLTM)6UG$V=,%=U_8K)[)I---.FCBP:#]QF.^DD?JS9U@>6$X:C/ MF$NZISM3YWLU5C/L@&RT=YL(QH'V&4*$\TV15POA<-#EE\S[7/M-_=*]&Y/EE M,<0(BR&,B.8>%K@+L&!YV*;X*6GFM5=Q@D.&: MUPU:9SD3%^Q_P2#;=GKB;-N)[4XR]W$ELS[-F"M']5S8YI9RT`9S3%;NV3$8 MK(OHWM#U:,,B$TV.W8I3YJ[_;BD%&S;X!P7*FGI25)^UQ^[Z# M/BL&883E?:8<9+$,X)*KSX3L2+V&J1AE;F^+*H&58W'=AA'VXJ>G+2Q,]Q_L MTRL&F6+YF7"_2WFF;GMYIJDG9*.4]^DQ4=[GV@-M>AR8`4KO0=HSN& M!AZ#&8/,WAG"%BMFZDEW(0T\=LEM6NMILC@IFP_Y5W>Y4+>F!4R[XF71!357I\)IM]L+6:S59O-UFDV MR]V,P;9C-ML5<.G4YGVF[43$`)&QM7W0!K.=UED7;1N,SHB`PVT?5K-]T$?T)<@Q M+\LA>W#B\5(P(".8>.P6(@9XYLSS1-2\XGN@IL>TSG(&)+0];?\0!N,L;0K' M9YKWP18O8Y")FC'**-7'PDT;3#VA;TO[3-MAS)=RIBY`:)(QE\$*6[RTI3K> MW0)U>9=WN9:WWZ"9*V#.+O.!F2O`EI7Y`,KIB.GFF68>`1M1YD+3!CAF*<]T MY6!NRNTSV=F08;8;<\(@:[88`Y.U#EFL&8/LY;TAB)ER(H-GSSX7XVS'*%,\ M:AM8,]HA^US?K=%@IBYBO5@SVDWV.62*%\R4$_N9FM$.]80U87V?R:"'^T8G M(*L+ET^6LK.G+:T&,UV@'Z8MA0G;8.H)W^VD M,W\:S+`.0-9H*:?'RV2^ES=L_7K'Q@ MX9CU74\-IONA8.Z9>NP2T>)>3[`!!3.,!'!W+>W3*Z;KLIQXG"VP;J^8KDMY M)F0\&]NXP+J@8KH?%K#%%=-]6YX)Y6;NOQ(BJL=G*:>_/[B8HL&@??%)NC$K M!NW3EU94#-A>X$*+DD&>UXJW>NFNIR[O\B[O\BX7\H;0!);"F=`$EAIQ4":G MQ;1IC,"_7#&]#(G`:[QCL`T@$K^*Z7K244G%=!OHV"9CX)(+3]OUNKI]!=-U M*==P'_MO)X\1VX`=$\N)BFE"C$%G(35D-4`"$W3;=PSJN:\)"1,ZJ\\$DA1Y M3-T^$TA+@EXJUGJZMCO,U1,(6[:]')8#0IIM/XIU.8ZSVCY33R`F&?7UP0TQ M$&!FG)7C%V@#S&<[)N:0/<.3QB!LU?9R1%*T][)A84^S/%#9W MQ\3ZK3[3U%/HLV+N?9I@+*^+Q/JF8EHO>>Q"N8+I]A4,"-3&.^\3:]!:3F>M MP1UM%0,&"]BS5`RR'.%NMXI!5MX`C`L[X9?(3*_88;PT[SN,B8I!=CW<7=>\ MSV'FF9!%#O?%-?HT[8.[78&PM&F?Z5M@58"]ZI[(1UFXH[F_=33W"X_:S=!@ M4!=SQW7!M*[+]P[/-.P6&:.V9]L![S.L&`738W?4+H^FGM`&':J[)S]2VPNQ M'##!Y#$(C#6F+I/Y'C(&.BO/U.-E,NP6DV'AF`R+RJ3/M&HY&(,%,VTX[BN; MM@.IGIFO)\F&TEU/7=[E7=[E72[DK5DQ)'""2[ABQAP!B%_&#%D=]%'! M=#_,VUX'ZPED=;GM[GVF'/1?(:O3]80HI6'S(A#A7L&@W_/VR)1S1'9$QJ?= M?$U=M*X7\]TN9MN_F&UQOD86N+4+*1N0&TVLEX+!,W5T8<$,,69!R.!IRCDR)=U'R9#C%;(A@Q&A4,:TK@NF]9G,6$KFN">[ MX"%SLGST#C/$.8=GOC:;V^5=_IKES;<$64\EBT5G_I1_=,;0J.?"BD&6YUXA MPF"N*/\Z9.I.J8.:9D(&U,^%@74"?BURG%$R33!Q; MO;?:/W6/Z7K.YGN8(>SM],1NOATCA@[(LMHQZ(="S@5,#1G3_T)="J9U MMD!(W%X.YJS%C,&,`3/+8K[W!4+P:AMT'Y6Z.+UH?99ZZO%2GNDP4T]QQU=M MGQZ#BQF?BYF7%F-O*>NI8J9O@66D8&Y,F'$&K#2E?>Y]H,_M'X'E4&NPC06# MN[\'[MN":5U'R-3`;DM.%2YB>?/PD#BL-M^Z*ZG+N_R+N_R+A?RUG0` M@5/&P#1F#,QMQL!L:B[VG;,#"9P@(K-B0.ZDH\4*=N(E2H(HS]/E<4B(9;:- MY9D&(U*OP,N74A>'01M&\\R<3F7:#MNQTG8@QX&HX(J=^'VP%2UZ,?U`9&>Y MGGI+DK8U&M;%C"6G3R)ZV\*^L1],78B(:."M12%,,L^$[731I^D_$:%<,?<= M`2$-9(/M&!`C4"9X)V''#L=9K\WF=GF7OV9Y^RW!?*#OV2N? M]$G;I&UJI6QWRM;<,2*66[DNE&55RVD[4-J@RTV0';)CXMA_Q\2:MY;3[2M$ M6EJ?Y9FF+D2@EC'3/K"YI>T&$^ZZ6LZT`>SQI+,9&DS;B(+!^!SU.FQ;3I#- MG70F0,6(L$W?Y[B;:;)SV1U"^ERY+O.VP5)8X'&=RQ&I%QQ3UV<"B=CYFVP8SSR2] M&/L`=QUG+!/2P?ZI8*Z<;D/!]#C+&)#_E7+``)0Q8!7*$X+NHRCW\-WUU.5= MWN5=WN5"WI@.V%H4LP*F<3"F<>!E3]R8MA`S)'[$-SL8$PYNHHP!: M5,SH!?HA;2EOA,&V(ZU&UULZ'):#MIMCAM7H"9<)2P>;F( MZ*VP?A@,2.Z*`@R)'Q&]A7O//+9]F^:(3*F4`Q(XSB/P70>]-JC?IYO3S%P!Y+B4<5+K`G,,V,XZ5VB"N(*9:8K!\25$]OX\DQ7SK0!QD31 MIVN#Z5N8>THY]SZC%R!V7F`=73%=ET*PJ76VF/5IP=PSH9YF?5K*&2)06*.5 M15S9,5<.=U_N[\9ZP+M&]7D`,V:XPPL_,9A-R(C:,3#3,T1=5DR_+V\?Q#)D"_XDTQ^- MZ8=$Z?TDG8B[=B8QQ$Z,`:?SH%T>33GS3.)&ST03FBP+2*^:-IBZ`,]PJ8MI M'Y#J#=HUT[S/Z>4P!@MF"/#*,X$W74><-N\S&'`LEW+F?<`3/6BBD$:?1B]` MO+8SP6';31N`)[K,$X:/'/0RZLBU!M-]"U>"[\.=2/Q&\ZV`NZ=@@YRS"I:C MZW7[)AVQ7S!#E#F9[ZA@AE<<[B8HUT8#9OIV,M_89$@[)W,?P&2(^DI=#';X M;E^;S>WR+G_-\I;XV,T59F[Z_[/W9VNW-4U5+KSO4>!E\5D,M8]>#^LC6%MK M76N#"Q$1$0M00<2"=>P_(V-D1I^SM[O-5X&7Y^>+C6=N1)N9/>O,$46+N[KD MLG?=>6#*4>X"0X`;=<)Y;N['U;R+(%7\!3.DP=`6("/* MV]86&)=6#L8ZZM1C%FG=75N`I'@R\V#>*4'L#`3&TP_F"-X-FWFC;>8]O)G] M$.7,_,%O@5@O;DT`T?+$;X/XGEF?\#:/.O5:BO[I.C?S5HYR>KW$]\RX0/X3 MB/(83W;Z_=2PNXHW,2+1=N/9ZC1DV+0?S)MI-WMS-V_"O0\X]D&OW=VLW=V\ MHZ-.UQ;3O[NIZU+.?`_>BU&GZ0/\YMS-?728O;EK][Q+.Z%_YFZ,!^^\%`Q+T MB<\E<*N]E#/MA'46Y8`@?>*S0+O_ENFIY"4O>"P8DC.3!E)AIB\ME M`=S,Y(F4XV+:XN8/2!$7\-;,,3,8<>E/=X#TV,6=1H,^-97\"K-<3&8R]4!_.>K-J5?QMKT`?CK5_#NS>^9 M=E+NC)GW;40=N#GZ?DU\M3NWY"7_RO+K_C3G".7N:=[WYERFW"\]/`;/&)/# M!=X-F[GG-B#`2\R4@WM\`\*]Q""G2ON>OB."+$MC.T3^3H\>E6`PN#]V<]93 M)$=BIDZ+Z;$.S">K9Q>NQ2IDABTLX=)X#R8\80W890S M_B`R)B!00ZE`Z)M$M-]/R!",#&H$Z(.$X,^K#QFA\YA M.GYR6<)RV"L1:01UFO%L[JJVG.[?"02IB4$Y,W^M'"4A`(+4Z3/E.&;-KQC( M[Q?>?R>X%"=FQHS(Z,W]?IJ[^`0"V,1,G32W"^_;T_R.C80(9OXHT4"KT_0/ M\Y"7_I99?KQ7(W:.]3B[ES#7MKE3*W;/P M\_.$Z*5I7+QSN^9?"N0 M1V"PKV%;H,Y9KXF!41X(^!F7&/0=?FXFYN8!ZCSTDW9@M,X.,YX'CV<0X)B\ M$Y33X(T!-W.D$C<8Y4*8]#,Y,9.KP_4/2!&)_.?YZ"I.DUN"\HTLO)8"@W:N MO,<:)E2J62=@0+B3=9H<&'!F!6;*T3S`3_1LI^N?*P?MU!ZN%TROB:U//F(F ME\5/\KXK>2EV+1;46*0.R0P M:(MV<;I@D(=&NS]=RL%8[WRW;$#8FN7%.7OW)\\1I7S/KYV\T:W&6Z]"MF\I]0[I\M' M`F^*7>9)O&+Z/MY-3KC#O/L",SE'8(X.("9[?K8LYBH!<\'`8!^%:<:0PT/> MH@-,5EFG7B\-I-6'`?Q[E3!X:X#@? MQ-P*@Y2V`P->Z@54)5D.YA;4+UDGC!FD<>[6(^)P7^'G2F*0[P#,D5U,_0OO M;#TN%,F1=;K^F3Z(GPA9SF`NYP]PCD>=9LQ<+@OQK*76!S,N0AV2[33E*(?2S&L]V\VP,S[80W]F[>3!2EDYAI)[P)*3HKQ\6,)^1P MV?NEK+"=]WLS+\%]O&N"JL1H+6E2W<1H'DXS+N9W[`%FZ,0@YT_KG\DQ!&_0 MR".D^QYF#GO!09USGSV4*1#EC-UPCLLHHF@#P?OO\"@G6:L3S-' MI\GUU##(Z1?8O5P/E**\-Y&;Z-[W@8GS;&"0:&"&W-'9%MW.L*&9G#_B3$[, MY/P1]U^6TTD/%OAM/##QNS++N?[=U]+`Q._1AL'OB\2@SD7?50,3YVYBT);- M]`&BY+(\Y"47\NO5`=?[]I!>;7E5 MP9.AU:FOL;4SU@GL_2)0$36)F3Q0D.MI@\#EQ'3?`]/7>V#Z*B;U:(_EIB="$`\.R2_.PFK9`U%-@6N5QP8"?W]39,!C/ MP$PYRM7QDF=/E.MO>OR>7A/1!],_RDG1RIGO`0=_PX!S?#/[83-S&^5@_MJ8 MF>]17H;IH+S%:)T+G5"7@ISQ^_FS=0P(%IN&)R3<3;I\R[J-/F. M*,]'PTPYROW2,-,6RDFEHVTRQXG(BSHP>,,TS.6:N?].R')PQQ]N?;YXS`YS M!T8YTP=89X<9Z\/_BUJY^V^("^;FP M,(?9TQ"!=<%T6Z).P'1$6V*04Z5A-&;FO1\8K+/-S.W&;ZW#O+6"K,Z0[<,: MC"@6W?=3FQ(2@[?RJ:-#LBUP[D*$4M8)XQF8'K/`3%N(B'_B\^S4K@*7?]-'?.J:-?+N5,WB(X/Z,/!J/D!6V]0#D=#1;8QF?D:7)$ MM4@JR/OV,G?'R]P/#0-BQP4BC:;/U!'9;ICR;G.;&!`T+GK-7]H"V*S.K#(] ME;SD)2]YR87\'BCG";'&U'6>(V9?#G`+QV8R0=$N8D@N#S[ M8-H)'/P4A93],WV@W#WS#ZY^X#AO$4,NSPYP.J_==0\QR+VP\/-E!?-98M`6 M,/,-#.9HW7D>HDX]9E&G:0MP5A,)7(Z+^1[E4`*"N(8!\`E>>@4%>BB@'>][DB2`WGZS3Y%>"LW`S]VHS;\.[;S>Y0W9S7^U`V#K* M40ZEE?NPF['>3=]W,YZ[R;>R@T?XP"C_$+AP#8SRY9@W4[33]<'4"6^[:`NT M$\AQ<]YA7(!T=OIJ$7$%M'LQXNK$&8O7= MG"&[>>_O0/Z;F"D'[[#=_"[9S;MO-^_AP%S_3)TT[XN9]]7,[?*#N:4<9NL# M?YSP,BJ;*<[M]AUO5AUD1@^CP[S+@<$(DZ/;HY4L][ M8-!.B%29'F@";-AI]EB86""1PL;SU_(Y4>ZE5@Z2+.R\CTZ(^DW,?4_/4<,H MS]7*]]$)KL&C3G@7-(SR0)GYB_$TX^)R@\$Y&.TT\PYGR`F1V0,#74JTTZRE MVSE8IJ>2E[SD)2^YD%^O<'.-T;5I5-]Q59DKSGV/TE%"D'%BIBWP%(ZVN.>+ MZ3OEN=KXR1[?,^7@Y]\)P=!9SCS/**TD!%%G.3?O[HGIY@'&NJTSDS]*K(F! M0:Z@8+?0O,8+D%=D.=,6X$V/=M[G(3%H2V=#P>^9_HF?"%FG*>=RGP%G=9@Q MX7N'F;]3_R1)#,:S8:Y.&&L@O>C.8)2O(G)9F7+`^=\PF+\H9_)X`>=_U.G* MF7QTGWO=M^6IW;LE+_I7E MU[UD]B[DFHG]"><(O`FS3O<]4R?E26SEX'Q=^4T1[83SU>1Z#%<"?7>NKQ]A M^BQLYG2X!QH&AX"@WEHY''0AX/?(ANX?F6=YGN4:^W@.[=%",)[>#/KK$4/PG[8S=P&IL>S M89`WI6%P3@1F\H91[JPGOS<",VVA7%WM'Y.+#,8ZRL%8`Y'6P.!-N(/I(C'H M7WL/P_=.7I^!Z36_`PE^'.9<.LP8/6@G6".'!CT M_0`3Y\`@M^L![GG9%ABSD]?9`0246MXCDDI_+R+:]%G0,,J=U2]6_)X> MZ]/%I$]AD,'U5O>"GZ/N5&`Q/FE\ZL/NS(#'( M3?345^K`('_-(`U&S)0#GOW`=!\6\"3K`4_$`1YU0CO!S#!_/D6Y7X@P<6#" MU)68*P?]V_7/@($!5_D":;@'!GSDD3]*8Z%JASQ"9OY6\,[N@6Z8=PI^D@R, M'.T47FVC3LH? M!1%[60[&93%M`0_L'!?33LC9L(+7>LZ?^Q[T??T!YO8#OX-6=WW/KQ?3O MIK;Y:G=NR4O^E>77,\:9;3 M8[V!NUR6!N7Q_%[,3!HRVG61#-QPCR\S)IXF;YK0K/$X$P.S+2%H@H M9_I'>=B,_B+RANFUU$Q!L#X#@_QF)Y\%!Y@9!@9YV`ZS)@+3<]MR@\'\-0SZ M$.4@QY?YW75"=')BT$[S?CG-;ZL3HIKS>WK>3_/.BCI-.5B[ISGG3S!C-JPE M@X"^'WSN!O93V";>?V5Z*GG)2U[R7VKY]>HP5P[\%(VK2C^%HYR[QN!J/!ZH M,@_,I"&%GS+13O,]X6&7F*D3TDU'.^_/B?XKC?).-0S22L[@4=NU))0?*]Z$ M]SYD.<"ZC9`PR*L5=;H4I="'YT.J=$:=XNF=F&N+&S,]#X%!W\%&Z36Q`&G0P,3/HX%!WK`H!_UK/YFA?[L^)P8FGMZ)N?Z9/HB?E/V7 M`Z[=9OYT8V;Z1WMEUV=6EC/]@]3"4:=IB_A)DIB9/UKSK9QN9^2/@IQWTT/^ MC$M,UQD8Y/0#XJ/^2TS]9,YR1;A7\I+_:=Z$N9=@SP,QR\#@S&YJ>#@+`X,\ MGIOY'D3")P9UPMLN,5=.GUN1JU.?6WO7/2JLF<%T_PYP"^L6,)63HVL<5;Z5 MQ&Y]3PQR:T1XNLZ#T3#(M]+>=O=[-O&!FS"C7JC:I7OH.[>SA.-@6MUY,'V"_1[Y1R!>GHW02@YR%$#UX MJ5.WOYV'1F3&*SYW8PU1$=>R@%F[IRHTWP/SE8@`HW\ M9L^'NL,OF!Z7PYPAA[D##G,F'^9^B')Z31SFKCK,.7&8_1??@[;(^[U,3R4O M>97CN'MH[](+! MN#15+3PU&C>SQD[S)(*@]$O:3)-2$YYUIWFR!Z;['D';[GL.<_V#[RW\7`KR M/QB7C9_)P94,[=QXG0''\MPU\)B^5!.A7,KI]7EJ>FV7BXF1U<.V@)FQ<1TWU276`V!<7S/C`OEJP0RQ6R+*4>Y.@V1=+0%^K?\H)R(Y,B^F[N% MFXWK8H.#")X!T9Y$LU>V9SN8 MYW-<3%M@_H+@SXRURU,&[[#=G$L[1!:.0#VO5OXTLYLP8IUZ'^?7_!8#R! M&#?+N=R*9HZH[ZU_D*O+_*XDPL3$]#X*3,\1$4(.#-;$`7=J,\DU$DUHBQF7 MP"K74\E+7O*2E_PGR*]7A[Z*#R!72TQ?M\U[$GXV-G4ZI#(.53OD$8+HB5&. MTBYJ,]&E3I,V$WYRG>9G5<,H)]7.8PWFB<0H]Q*0SN6XF+Y#FMQHB^L#S(-+ MB0I\^3F>KIS[GIDC$2&1_8.V'/Q,#DS_##@A&B77DEO7IDX[9F;_41XV("+, M\31K"50>)^0TR'%QWW-]N(_G\_$K2$XY,.#/)C+,@;GO4;XQ>.H/#')G4+3; MP"C'%ZA[LIQI)Y"@+O`S)_M@V@GY``(SXP*Y"2A",.?/]/UVEG^U.[?D)?_* M\NO>-7L>\MZ,T">%P3W>O6JP3I-7)#"X!TYS5ISZSNV!$TK%U+VBZ)PDHM[$ M]'FW:O>NR_<H%@=&>1)!13@PR/5$IJZL4Z^7P/3CZ#K? M3P::OPV8!4:=HBT#@W&)^_,CV5O.0E+_DOM?QZ';FK$=)[3@]4U0:FKZI(-0HI+OL_"EL>TCR1F$E# M"D_%AD'*UZA37\6'40U'.3V>1V=10V;, M(#\(F6UR7/2=%&-MV@)Y,%;P]A^8>']GG="_]SU..4Z8M00YALAIUM M0`Z?WS-U4CN!0+Q9P!8>EQU_$SI)FL MX&=Q*P?J@OUE^G?^H!P\%:,M>EP"@W'IS'-8SF"4"K?5"7/TXF=K(P:$=+Z' M)H&[8*8-8!H>`%T^-R]M\LB,'W9G[2 MGOTW/&)ZO9S]MRIB)JTK/&G)]#1_M@G]?#^-&27*0=_!%)L8M-,\RT]C?CG! MW)J8:2?EIP/33&(P?V`2GS];EO;#"9[4HQR<(:=)5WR:?70:E5Q@L"9./C\# MN[>S!Y=1CJ]9GN5?[7>!N2>Q^;B5V/W\2 MNY\_`X/\=0O<@0.#\V>!NWIY=-,W]$^:Q>?!88OY,2%*8/D4H9Q4#1/OOE&G MR\LH5,I9SO1!J-Z6SU/1YH^D,8-W9F*F'.1374R.+XK*R[[#6H+(BOP>C)G. MJW6I$\;L^,&\0^ZS!:(\\GNF[[1O#_V^R7)NK%T[S5C3G@8&A*Z%IERK@4%N MMXG7=6!Z;C<@%$Y,]STP4R?D\=S`##8P.`LV,/TFIN>=S!H-._@,:9CX39T8 M?,^LLY8/"/9M8+J=@>DQ:U$S<$[LX!J5F)Z_IO:'LV`W:W ME\"@')A*EL^T*E:%Q.![X&*X?)8FY8<\=81GYKR[WV.)0:ZN$4*(=9IRD$AA MA!!BN=N870E+WG) M2R[DUQ2S<%5IE>0%@ZNX/34,=G_VS-T:0%?CJI^#D1:TV[0(HY2HVB1PP4S: M4TJ3JU4EB=U_YB0&X[EI4T)B=S7NI9WF>Y0FM]4)8ZTCAB[?T\^7"+K7W]O- M>.Y:9948K%T@!T@,QGHW_8MVZK'>M>;T_!WFYT.TQ7SO_G/L M@IG^P<^VT/^#+BVT_0=SM8H9_+]P1D2F.D[_,2+KU_M MSBUYR;^R_+J78)]I-?7:.CW*N#]!.\X:! MR.W\'MQS$-F<=5).2O/6@JCNS&4);Z931Q-=\F-"WS41\24')K2SE8-V:M/% MI1R,M28*NY2#_FDSWP6#.6H_:J"=73='F,O':?-<&HQR1':[,6%`OKV`"U!B MIDX@F=;DN-N^2IDYBI$U(Y-HQ23IH\.[O)I;.; MI_=N\NSLYCF_FQQ#Y/F4Y>![0$B38V;:`OF`=O""S#JAG>"-FO/@OF?FB-+/ M[OP4CG)FK.')%^V$/@#/=Y8S=<+3>P=BH!QKM\[/1('RIT\1R=X*!ZHI6C_%BG^AGPP5YF7(`[/#'S/3@_3^`JS[Z; M6.0O=N47[^OT]RN/9RL%9<3[P+1F8NP?,62^B///<,F/F M[@]0(X'7]P5SYZMII\ME:A39?2T-3+R_GY_K%NLT MN4,6F1_DDW?JJ??*P"CG5OM'SWM@>AY"%:W[3N:)Q*`/8)[('I<-(E^[)QGF M_P+V@.Z%A?G&X)Q/#/H.]V:V!;X'$9<#HYQI9DU$-)C^7F"ZSH8!$7^4T^.R M@RG]^>@NHJY.TP=(^!#?TV,6F/N>/D.BG,,@=];^D+^?!@;K>@="R*P3^K#S M'@O,?*]R/96\Y"4O>IIGP#*=Y MOIP/Z8GT_+RBJ!P%K">FGPP0D;%T,8UUJ/8-!F-V`(%#8J8M\$2)*5S`E>Z+&?:23G30.6:8V;6ME\W,T08F^($!0?-FSHD-7/ZR+:9_D#=L M,VNWM1/NCLV<=9LY>S9P+??!2ITC7P M]/-H-T_H**?K)//2P.`I'#F;=%L:!D^^P$R=\%/M@*BG^=')<:!_9LPB%Y+# MH)U-]:3'C%3M\^<%26JI$\P]\^>UA[EMC.HIR?&3/*S]/JU/LVO)"A+2<_K\FK.['[N'0K$.81Z&]Z+'?O>V+WMF2=][E- M#'(,S/HG27[/8:;OP)M.9"X#HQP*AD^>"'!Z$!SFZ@!5<[OMJ=6_*2?V7Y=7^:O4OG)+@5Y7E@SA_(8]+*B3L^ MVPEW2S-]FW92'AKP0,]R[GR%.B%Z*;_GSDG3=\J%=.KW1O;!]$^\:[,M)C^/ M>*=D6]R]8\:%[NKS(=_8RV?(!I';`X.QWH`P:ODT49E*!D:Y=,S]2%$) MRX.C$@8&>5,HLB+;HL=Z`Q>N_)[I'XT91&`GILOM\#MH>7#T1&)Z/^SP^V)@ M,)X[O/>7!__^34S/^PZFDE'.Y1&"^=O!E)#?@[[#[\HL!_F`VN]FW98#W(H2 M@W(S[X?`])@=?=$@9LK!;XCC9?K7,+U>CLZ$*K!3FU@REPZ0I[;?%_?UDIC+ MZW,WVUSJ=)C)!P0D[]&'VSQZ_,CV5O.0E+WG)A?QZ M=9AK!?CYMVYKP*O18"YG$SQ1MJY3QSI=.;CZM0=,YJB!7"R[5F%?RAD,&/2O/:\!._@G29CR=+G`]+A`U,PEMX3>*ZE.S4-_*0=]`+[U$3$$Y^>IO68O&/3A,./R MXI\6+;<$Y5>`*(#$[C^GIP>;R$8YRA_1,$VTU##@*M=1%5_MSBUYR;^R_+*7 M*(_)*L_ZR]YU>_ZN=LSOF3.&;XS( MLA+3WUN!(&=@E'=CE^^-2YVZ[RNHQ0<&A,DKD/PDIN^6J-/US_4!OM?N8_,] MN';N5?#[&;JI+:L#^GMG^7T MW&[FG-C!?#8P()G>P7S=L/8N,L350(J\@ZEYE*/<*.U[IDY'<.](UXFH_N!W MT0[N08F9/A!Q/)BALYTP?X9T=0>7HYPCO/UI+>#U&GP6#?[N"" ME^7**?YV7AVW3^VQ=0)/TE.\'S*OZ@3 M,//S+^96M^7LMAN^9S!X#D9;7)UF[5)>GS9F;NT: MSG_@W285X,"`^)#4_@,#KNNHT^0?`#*W!50E6:?I.Q"O+>#9G.5<.TU;@&QP M,6284:>;/Q@7^-F8F.Y#RVD`Y2+?@6[G*LGJKIAN9\-@340YD\\!UF#4J>3`S.F/TA51L#`S)72@>?==[O MW,3@+-P>4D68&/0=5)F)03E0!_6CG.ZY3;M17##=]PTB?Q/3?=@@>CG+Z?F+ MD^-/GQW+5'_P6#_C7,?`_&DW+)#@S>#93/..N$/@#Q898#]79SNX%R M)Y\A$3$$Y-OM!X'N0Y33Y^`!YL&&M7RJIAR<2PTC4OF-U])A?I=$.P';^.XX MS&^(%FE$9.TO7KO![`%]?_&8!9N&_M[9PR<)ZM1]/R&JJV'@,I9] M,.YR1.AMUGSTS_0!?G,&9@C2B7@<=#[/1W>S:M43*0`RX@+EN8+=Y*--3R4M>\I*77,BO5X>^JL([]'Z] MYW6D";BB3G=5W:_B^?,2)%*VQ7!Y4RK\S2MX5N;W8$T8(LG`7)VN+68>7/_<&B1>?_"LS/5BVDGY M%4[]W M_]Q8FW,0^K!U9IT?_@0J>,`M__`X"[;P)UEE*,\)D!V M-C#(T[+IJ-)+.NF[&6O*`6+>M9MYUT9;W%CK.XE2 MVB=FOD=Y12!"(MOBYLC-K1E/>&<&9N8=?@=MYA[?S)MI!Q>+^;.]B*"Y8?!V M#4ROLQTBFP<&O]<"TWW?S6_`W1!01SG7!\BWLO*ZWF5$]`<#\U)BT$Z(RIL? M/8K%84!P;_9*8V,@HO,GCV>8K`![/O!W\_'DL3ZZ/1TQO9:B+>9[L,Y:.?B= MT,K!;^,8%S-FL':CG&D+G%F!0=^E:]0'VTW_VID%;3$Z@V8B@W,PB/&AG2_3 MSE8GC#6X!B<&\VY,'L"*D1C<`92?-LL98GSZGC&_G.`*F9@>EX;!'7<:W=L) M+A2)F3X0H;XYKT^(^$KLI[!-O/_*]%3RDI>\Y+_4\NMUI)\3)Y"=Y%6EGVXG MD+)D.5Y.UN=^CP(\C%]'@3!F#[3 M`M-M"4RW)3#(LP.JHL2@+9LZ?SX81&`E!FT!TIWEP::NY=&C;6`\P1TIRT%; MS'MC,W=\Y.?1;0E,CUG#X+X*3-])@9GOP9T4;8%<.A/?2;MYGX;)`_H`T06C M'-QS9$(:&.5"@M]662>,)YCY!D9YF<#,EQB,)YB,$]-K-_(/F3II7,!\G76Z M<7%]U]^C"*7E:."PS:`FPA`Z,\5\"TT:>`(7CV!*;'\]">08G!\R7R%NEV'N9Y%ICK@QZ7:(OY'CSK M#NU-=2D'=6X/96;(/$*0<^OL[FN$48ZA[@I)&*0:/;LK'6)Z7$YM`KRT18_+ MJ=4O%TROLU.;,2_]@[9L9EQTKH<+!N/BYE9[*%\P:,MAOJ>CERX8M*7]]M!M M::00P"=/!(8#@_P8"ZBSIOX32/QL'.6`PSW*W7^^#PQXS!L&)*_QO9_".5[R MDI=3)@_A-PV\AR@)WRK74I!]C)\[># MV\W`((?9WA]J6"?D=P$7DM%.ZL/K(,R*/FQX]KX\>SU8.SL$H![F" M)EYGK1S,>]1I$A3`^HQR4&D">;0ODI'KU!85]T.-"A(*) MZ;7[@JC*46O.1?67[=2WK/[PN?%0V#>S4PDVL&[KE=NR-=ZM1G190S MWZ.\,`N?3;MVJ;I\S_4=^@>D7OV)@CEQ&@8Y:KIKM,""%$K72>1DQBT@. MO2:BG!ZS0WMO)P9S>VC7DTN=!H/[(^HTN6;@[CRTJTMB+G\-O+7"Q4FOE_@> MS-_&]W'4"?-GWO2!P9B]^$UX@!EE8'"^'&"V20SRY0!#Q\!Y31JW]-[DPB_LIP;:[U>B-`L,>A? M.P?A>]W'"S%H2\-`/+5A0,PY?"4%%KED-?/,8@C4 M%D,"%[_O=1\H;V_6Z3#7%M,_(+^G/,A9[KYV\:&!'Q@^DW,2!Y?^GS,]OY_1R5Z:GD)2]YR4LNY)>K@_((@;=17D<& M$R:6+*>?$RO\U,ZK$?*1P$_M_!YJJ9-RN(#W5I8S8P9/MQ4\R;)_ M[LF@^]=4^Y33"+PU\ M_@V#W`1`;(6_<#)%DY"TP?8=]1":!+&8G5V!Z/'?STW`W/YUV\U-T!Q5$8GH-!N;::?(R MP'[?0:4S?[I&?6CD,;>S[JO=N24O^5>67_>2WI]$X#0P4`<%IN_.R(,!^[H_ MU'#/Z[,PZM3G2/0!\G4\^3X^NET.VV+Z1SDRNEX2VVGRK5#>%'.O'N8M/^=,,)-A^8/B$"S'/3]?."; M-S`8:XAH6S[#141O(XP>,2`4?O\F(\+2YT.:/!K6-PQA1)XZ#0.BMRBGQVPU\]`P:J>9HR!",W4"&5^T4X]G MC(L9,W'.#PS(X5L?7-_%[Y+\GEY+@<&\:Q:'2]\-^;8;:W'.9UM3NLI8,!N2-"T0U9SDS9M"'P$R=D/0@QLRLSYL>J4Q/)2]YR4M>_]Q$_V^)YI M"US]@>EYV$#]VQU[Z5D0N0*@'$2Q)*:?1#JZX(I!_\`DT)V%,??"BY_LNQG/ MAD$.GL!T6W;PHAL8_%PAM7]B4&Y_X$^G'5)M)Z;7X`ZIMA-S=1I>?_B9$^7T M'MLAG79BP.]N]N9A]EB4TVVA-,<->_*>/LQ/RL"@G4_^N7(8=4$C[B"^]>:- M"G4V#-JR\/G9,#@CHQR,6?L>E#.JBP,\E!/3ZS/:XLI]/YY?[HTV!P;D6=^LP. M#-II\D"=0*B4&,S#SF^*P*"=X-D],'BW-PS.[!/,8`,#PNOP0S!Y-X"L-K#; M_%VPV[AV!0IWX;7,H!ML@W M6I:[J[Z30!P(MAL&A-Z!W=;N!=/K)=YANMQAUM+1;;58SM0)Q-R'-G]>,-<' MUTZ])N!M=R$7=Y@AV`9B_""UUGT_=:1?$DG#&GS!FWYZ=*:-^YTS/3A*)S$@ MH(:(R\3NYV!BFNTEL/N9G)AI"Q#$!;8F1@2-I@\'O(D&!JQ"![P+$C-U"A>8+`<$ ME'U!X;B8=MY,CF5Z*GG)2U[RD@OY]>HP5QP\W>**,]<8/$/B>X:S&CAEHT[S M9("G1O1!/Z6B+9/!X'O=YJ,PB%AHF,DC$"2%NBVO/CA4#KCFHT[#7>QXFT5T MR,`<3S0\RP,S=3J.92)A!&_I_)Y^FK[`"_DYGOJ:I&'1/\"]GG3!FTI/ZJ]VY)2_Y5Y9?]Y(^>V-_.G).V+O@7M*?(71?[6`& MZP%/1*:\@\D\,4/B!^?/#F;_K-,0_`G3?M:IS_K=W)U!U`?M?.GW6V+0SM<# MR;)V2:QSP8`LB_+S/!_=A41_K[EM`.%N8'I-Q!M;SU'#X,X%=7J6H[88XN,@ MW`/RO]86/9Y1#L8%W,FR#VY<7)VFG?#>B'$Q;2'RQHWW-.6HR?XY0D$WUE!G M^YXA!H0]=L+OO($189LA@*?HNN:F]>2W'47799WPO8WGG:+RLIPCP--SV\HY M`D.8V^B?(2D$`M%H)V"M''SOQ6?("3J*Q*!_+U[S]!M^8!#-%T1].GIP@3&; M']TD!^5@CK(6`]0/T:XE]/RYE>BIYR4M>\I(+^?4Z M5N6Z!A"JN,7V%KQ`HG9@AI".RL_?W@.0NKL;)],%4FYN#0$>$&)$_PQ&Y&JM'/2]_;8R)&E`:+(9CNS`8([@ MIT66,Z1L1`QH2#U(#9^8Z3N0CT0?8)V]S!/Z9=;2BW]VD-H_VPE][Z[!B)F^ M`WF3-C-8D!:>!AQO/@,3MF-4=?[O3+G#`B M>IOYS@W,[&LB_VO?,W42L5Q_Y&!;3!_@31CES/?@G1GCZ=IIB`A!'70<9EP@ MLCDQ(`9T9*?@83]_JL.Q-N2XAWF?GN`B,S^Z>ENOE\#T_`4&A'L-,\1Y\&8B M%?W\^!7,0S,P8HV`-_WRN?HI>CDJ-B1I8BT-#"+]HIPA5X-(O\6P!\3W[N.2 MY0P)'$1.KC/7V3`Q#P,#YH2UVXT)@RC`(#0S=1+QVE.?R8D!^5BKTY0CYI*G M7O.)N7$Q?2?"-CC+\WNN3H,1^5@;,YCWISZS$C-C[?H@SL]LIRE'+#%/LZZ[ M+PB6,]\CF@L>1`MO8#9- M3(_+!GF7!P9G9&"F3C@C`X/^`>'\P&"=:1+[,CV5O.0E+WG)A?QZ=<#U?IIK M[,7/LPV\(`<&3[`=O!G3ZTM?MX$!:9EYHNSF&;*;YTL0J`&A67MJF')$D@;> M:8D9HC=''D>D<^"UEY@ACR-2-O,D"B]=^-[.3YNW18I(O79#YA*8*P=M@5Q( MB1FR.OB)%QB,9\,,(1VH$J(BT=1L5RF/W>B)W@##G- MN7N:GZ*M3ECS\3U#0&7;Z;[GZOPI/X%*7O*2:_EES\.[*#!]_ISFS72:>R?V MM?D>J)^BG/,D-VTA8CF(@D@,SJ8660'?V_G-U`CIB%0/O+<'!F^*A@$A;2.R M@SLI,!B7D^^DT[SW(V+_-N])5@>D7H'=VG+!#+'<_0UZP31I66"W,;M@[GN& M..^NZ@L2.!W!DR1I]S?3W'\Z$<'?H8F/Y^Y=*/;1A>Q,MS,P0P8FWON):::& M17_O@IGOB;=!8O?S)3'-N!#8?:]D'TR=CK0,V#M:M+OX'3O*B?,L,2`T._7[ M+;\';8'?$-.CNQ$"UDP)FO6C1<([LC-;3H_+`??1])ER]7LM,6!T`;--?L^P MJ(C?G(E!'^".R^^Y/N@U>,`]UL5(K@;1;OT)35&5+E(L1G6 M;G[OWK^L4T?E!:;GX=4?!]@6P[`"D7>MG&-T@3WV`I-C]AV84DRTZ6*BB*0C6;T]3"+J/SR"D,>0CL`8;!L06!W@W93D]U@=X6@T,^G>`IU5^S_7!D-P`H>!AB/,. M4/,]/Z]N&D_R;,YR>LP:)M1U64[WX32$B2>H;;*=0'8"7/-9I]Y_Y/'=+9%T MSC<,"'["8*'F* M8@55W\"(Z`9,78G!]^#XF(A]BC3N#W2%];!:K--AIIT4";_H=]'\6;9(?O32[Y3$H.]`8#@P8=9( M#/K0;5/X/=,_6MO0!Q-Y%W5"A+DYYW?SUMK!=#&B,6%=0RZK M"Z;[1WE1$S-1HW"6A]N;B6ZE*$YM%DX,SJ5#F]DO?7??,^,"9U:4TWL,\G]= MZC08$+8%9N8(F&X.T-T,C.;OY#T=&/3]Y'/B@*C1^7,,T!T>F"D'[Q?Z/3HP MN'/H=U[6J?M'OV,3,^V$]1G8]VNB3$\E+WG)2UYR(;]>.>9:`5*/N'+<%6?( M*^"G8:A`X?I[\1,Z,$=L`=?[2S_UE\\K@R(K%GA*)0:D$/`T71Z=,`*^9R(K M`C,D%!!=L)@HJQ6>[`,C\H.&`1D!/*$'!M$H@1D"`"*,@)\YV<[[LVY@;ER( MQ`!^!N3W@,!AUNLSO^?&S-0)'M@K_`3*(+INA9\KB9ER$)FVPD_1Q`Q) M`ZS!K=NI$8,Z3=3A!D_]Q+2W=/-"ANB!#4Q/B>FUN\&YVZWH-)X;F/D2@W$! M`LK$'(&#B;2%J%%2/66Y[\?SJ]VY)2_Y5Y9?]YG9UW0>@/HW,3A_&@9G(:BI M!T91S^T\APAE<];OYO[8VWT%=0+9:?=2P@AER#FR?(Y((G"*R&;XWLGOHAT\ MT+.<'NLH!V,&'MJ)N3ZX.B$J&,R1`P/R,2)%3$SWG<@B!R9^SPP,WM&A^C;1 MX/#&CG+P/2#X2PS&LV'0SD;P"YA9\P>0#2=FV@)OM"@'<[29^6OE3&0Z1/.? M9BV=YBT9F%XO$1D*497=[P_+N7::[\'9&NTT&)SEISDCS^[3B76Z/NCY.[NO MI,(@9UIBT#]PH5@^1S6R`$!DS,!HK,V]>9HW[RG?M=P-TWTXX&=`8A"0#S\[!B9^KF0YAP&I`*AT!@;D%0?\'$O,E*.Q7LQX M`C'@]!%;<@"(&(K`>A=T[^HT&*02GX%C.;'[ND[,]<$0'$!DS`QJ_RRGHXEF M^.G4';-I'A:3_CDP1QS@ZM3CLL!/P\1T_Q8S+HN9A\7,;41Q0M3HP7V(R%#` M#OGS(:,_87UNL,?Z\4&1A93'*S&]=HF0]?D99HJNVR69XE>[\J\LO^PE M.)MV35IVP5PYB%`VD:H[1*HD9J)F(2*S8<(4E)B+J-7GUF&B\H^7*0?1+\]/ M,X@%(#`]UH&9"%X7%0SW1Y0ST;80[1[E]%A'.=-WF%MR&4M,EVN_=>`.#$R/ M643^ZG%Y]8\2!E[TH;>#R$+CN1X1B2;J$"(6`H,Z#_U.F3_-P,BMI[ZK$S-U M4J[<)[_#[(,I1Y%^ M3[W?LRUF7"!:(R+,3*081,;LL&^S'(RU-FMI"C'G<=Z MA]]/B4%;@&Q_?G0W`H@B6[@MY)HP,-A'\3V(3&OF++TFHIRIDW)Q+NH^*M-3 MR4M>\I*77,BO5P<$>R_\?(ERYMJDH&90@0Z,@LO=]7[R%^!B3PQ^`D4Y$V%&[00U0WX/QL4$SXR0.CE+W=Q1?K=&V!/AAOXE:.(LR,-_$*S^OL@^D[16#)I_>U+6Y<#$;I M?.'-7NW-+7O*O M++]&$,+>/?4;+3'8NT!"E1CL:R`86SY'#T4E[*#>3LSD_P1O_]W<_[OV-KY@ M\#WMB9R15!"ELYL(E]U$L>Q`@)N8B9:".R(BHDP$%N5%/SVX[)8RBNAJFQR4P$TE%^3];6TR4%>4&;=]SF.F?BQ1S$704V=3* MN3I-."B;IA.^_IP*!. M2#XQ,(AJCJ@U&.N7J?-E]EC3;<"XF`CRTT2EGSJZ?.X!A3$\E M+WG)2UYR(;]<'1`H#413&1!\_SD6P;N+?-I<@G<="94.,F[7.Z06#DR7:YZ' MD%XW,!WY0RD9IT>/$KA?X8E-C(F?"(E!E!5XRC4,O$,3NS][$G/12R8BBJ*) M&J;[?L!S<&"4*A9^=B3F^J"]=%LD#G@]!Z8]8R."Q]5Y'^O$[N.2=4(DU4L_ MY[-.$X7D4JF"AW)@T#]X)FOX9!SKL-3,W]&*!(L:VS5"#FZH0^O-1/BVMTA%XO@>GO[4`2 MFIC[GLG1=ONI_=7NW)*7_"O+KU%(L`=?^LY-3)\_^XO/M`/4G/WJI\C*P""/ MX/'`Z)?`(++)1)4>IN_DDC,P..M/DS(\,!/!`W<2I5+O&F-UQW=-'GFU+\:3 M?('4]/.C1]1H;^K`(`*DN9Y`-(/IWP9J\2QWGX=1CG(V@7I[U$E1%Z!J3PPB MAD`U/#"(R-C@?3.B(%R^(\KYTS"(=.@_3K"PF5`[-PU*G[MT+>Y?$]<*^($Y:N6< M.R`E$VAS!"Z;K2W@?KCJO9+EC/LA$/A&6]R:,&/MW#EO=W&9GDI>\I*7O.1" M?KURS!7N(A;`PS7*F>L6O(THD']@\"0BTTS#=OWT3LSD,0%OG`U4[N]O[`**>!X85O M7J7PG-_!%)3E7)W&HQ8\0'?C#;X#`5[6:3Q_*>^$\;0*CUKPGNRV&\3`XW3F M-1&8R:\`Y\0!ZJS$C.>D"X=[`J)T06;A\E@KFG0!BP/P>>,:"2F!@Y&UK M//JB3N.Q2+SW,^_;AH$7)X(WOF7&!2(ZSZ]05MILS M>U?GY!6#\3P>&'5Q`M%;8M#.P_3O?+!'OWD7A;H9VODRZ]I$WITF8H]4[4TC M-\GWS24WBL[7,>@%%';*^_&"@1NACH2[N!]J%T-PD;FX&$+.D46^?2XNAOI[ M9_]QJ;#C@6YHX2IHW/K$FGAC!T1K-`SN,S%MUA^3 MCQBXFKWTFS"Q^[I.#$BF=[U7$G/E]/=6,!D_Q]R"V]2B[YQTMS)N3.`F$9AQ MFP+7Q/8[`=SE`G-DK4`\:DC)3T-*3F;%Q(PK!,Q[1`SI>:`HG72AT";5&>Z` M=(4PIGLBO(1W2+H[`/$A_$;*X+V4F.N[Z1\1;':? M@!_^[GK_E>FIY"4O>47#S2X/K?0)-^>B>FQS-4 M2$".!^KTQ/2:H)_]B1DR/E`)#)IP-=Y^40[ZMSW8DPQ^XKVQ,$.#6;C_!D1,M[.9H<'C M;8.HI^6S;&G>V\];4)ONIIUA^@7SIUG784X&FYW8W)OC`P&P*ZHG$ MH"T0Z36O.1?67[92W"F45[&="4P9&!D,C?FYL.89@ZMO@^L M72*`&<+/`U2GB;DZC2L!W#N'(1$]#&EI8,8]P9GK')$6O$4"`]/,PN-B'F4^OB=.\WR!=^J5_QE6"2*]:.]V80=_-VB5"[^R#*V?Z0,1/K0\P MGJVSQ\+T!-_3K!@7#/INR!M/;>:[8/`]X[YV0F3ZP,B\ M^^+]'B;.NPFP/XG(C!GF2,TD$MAMS"X8L*%LLN\7#%'.E.E8TK1 MIL-FLA)G9&+W_9"89OU8@>QSZG<5Y5V>]9Y.#%@_C+EGADBQ@5'N88@^RSJU MR2I,A\!$T3!@MP#7RS0YZK:TW+5B;PX,^A[E[F=!8LZ,J8@H<3W6@9E(<.A#8"9*',8E,&-2O9V#97HJ>N,TQR8#Z;]',W MZ]1]CW)@'M0_$9*\@E*;[@\D+0FSFR&%@')'BX33XQ*8*P?FNH;=UV"V!<@= M)OUL3?.9P\!\!MY^63`+&6BUE83)=3%2@?[ZGR MI.C7I\'`^W=@9"8RY@)*J9UF*3#I''R>$\'?,/>0N>[0[YM1#LP38W6QCHM;$[]CIL]R)X'X#%]'^,USMV\2,*0C&Y8#?,VG2 M,63F+AI,_"9KU^FLU_S`@,@URCD3"Y"+PYM^F""`1/N`Z-;4(^G?U*'S,3H8 M<+EM?2""5'`'2,R4`WW)!N^0@9&^9-)CG9C1!Y%;]*3/SZ'S(=U4PZ"=FZGS M4/TKTU/)2U[RDI=HA&.8"+-E7[^CH*#")Q@$M_J/V))WKG)S1YA"6F M?\8M+CIDTT^^5'T;M3C\5`L,(F/`[#;4U*"ZV(`88>G/$(J"`,^GQ(PJB-(` MSP_\J7WT=Y'"#OW4'QAY1+=R3DT$[6SEG)K(J'NV8M^7F04YY`2#.PFTK@J]VY M)2_Y5Y9?5;7&:Y_.T)3:`5"VJE_ MSV*&2`M(DZ(CQ@-=W(%9SM0IWE.IKKSW(3V[M0IT!5*]5#OJ/H1G-Y!7@:DK M,:U6C?G3_2/7FG1MTVK`!=;$4%>*NV6H\X"1(#!=9V".J<'\?@(WI@-RH^1O M).?^9,J1.Y*)`EPT&=_EMY5^4S070WC#K&`NR-]D[O>:_E[DM84H>6-J#@Q< MAR!?7/XF,QBT)7YW&<)K^NVQ//QO#XJX-&289"Y(S/PFHSX<>IWUGQ;XKEUX MG9TFETY@\%XTQ/\GN"T.#'Y3!P;O:)-G)_KG?G>Y.N&M#'LZW^W.A&ON&N%<,73&F' M-_XI$QA$(?7?+(B!M\KR0%-7>'.8R!_PG`G,D/B!ETMX@>C^M9^-8#X[(#5F M_C0T)'=D=C-$+RNH41)SY4Q4":BL5O"'.87XBG.;GD?DY'3\MW,\54R<1K[SD MOHV?*X;<(7X&&%(!((L,-9$CF30J'?B)ONC\"KD?X&?<:G)+K>"YEIC^W@ZJ MRK'FR=O=F*4.R+V0=;K]8'Z^0R15K%WXJ=W6;D4]E;SD?YHW8=?RJ3=%GJ_N M[`6U1W?!I_>;B]QV7L-"+9?EW#L,5/M@3L^S'M3WY@VS&7>6O0\.8923LAWX M@,$;>_E<5:3:W\&%*S$3[48J[)GK/,&,,C#*_P71K].C1U:8:`9'"D6Y-6"L M[X%CEBRA&Q[$NOP<2,6QB9A>&W1XZ+7O/QN\N8S^!MOD)D3+X; MS+L6S)BM+>[M0Y&30)">X^),O\:<3'GM#%%F6]=D8C&1J.V\OOVN_&IW2\E+ M7O(_'_F?_/WQ/_HK?^4W?^]W?_\/?N6__N[O_\YO_^YO_>M?^?*;H^%J5TD=)52C>NG]/W<'G M2\_(I,4P?WH"9SV#L^[EK'LYZU[.NI>S[N6L>[GH7BZZES"3?_47NA+=RU_\ M-?W??_'70?XW0/XWX;.ZI[_X6U#-WP;YWP'YWP7Y`^1_#^1_'^3_`.03R)\@ MGT&^@'P%^0;R'>0'R$^0OT#^#T'^CT#^CT'^3T#^3T'^ST#^ST'^&R#_5R#_ M39#_:Y#_%LC_#DKI+*6+E*Y2NDGI M+J6'E)Y2^OH:H_>C406Q'NVG'NZG'N^G'O"G'O&G'O*G'O.G'O3G2XIGWM>SKJ7L^[EK'LYZU[.NI>+[N6B>[G`UM&]7'0O%]W+1?=RT;U< M="\7WZQ&[N=,]72X6XYP>_+35+&NU?_%^_:'J9 MFR?6I;K?_,7WA?ZZ[E:4&0Y?=V1&9/'-_MYG[5/JN)<*O?WO_8+J:\R\(O%J M8M_[W'VUQ5/RDI>\Y!?1-Z?[(YX0^ M19E+*^XT6XG=?)_S/KCYT8>UT%ZTMUB-(^KN&!WZK'1 M[WNLV`5S,WK_7F+F>W?*T@MFOB<2AB=FYE70IR5V'\^!W:EC+YC[WOVN3^S[ M-?%Y]8B5_GQ]PZ5[0TY\P2R:=.RR,N^SD]A]=@8F4J\GIE=FP^[>^I?OW6=\ M8&*%9?_,]^XD-H'I_!YFQUXQW8?WHA11Q/D]V+&+CA2Z8-"'%GD-Y30);V)V M/,T\W$Z/<*$3-\0_!OD_M:?E\5!1&Q?,S,L]XNC2I^_'Z""N=O_MK?%W+W_RI)2\I*7O.0E+WG)2U[RDI>\Y"4O>!IL-MAAL-=AFL-U@A\%.@[TT-IMQ M^5MC7/ZVQF:#+09;#;89;#?88;#38"^-?3QN[J:=@=PH61/!,C<#3")8YH5E M7E2F&7P!P3)/+/.\E7E>MMCMU!#R!>0KR#>0[R`_0'Z"_`5RZM?_[KGZ'KEW M'-G-')K(]RKK@=PR1B0BY^Z-W`Q?`[EYKB6"+7AA"_2*>R//Z:[#RWW'R M*RB0`7^+_:$J]8?PG3_$[_RA^4[?C/.M_^W__I&J[X^@!7^$+?@CTX(_@\?` M^Z]L%24O>\I)_^%GO\F75__VOZ?_^B;@0L1C!T"IJ M^IOPX9?^[W\+JOG;(/\[(/^[('^`_.^!_.^#_!^`?`+Y7U:=XS\$^3\".;F+ MDWLYN)$'0ZN0_W.0_P;(_Q7(?Q/D_QKDOP7R?P/RWP;YOP4YJ1?_'7_/T'^OT#^QUK^B953[PWQT'G_E1V@ MY"4O>\DX#\'HP=5-+C#H9#(AP&@;$.PT#XIV7IFI( M[$YSD!@0$NGDKA<,"(E>BJ9B>!+/I@BJB-6BDY&F=+ZT%E;O7U,F;%W4AS>IFGF>)-#L09B2"PD!R',Y(S8"$: M!C=/-Y*17LA-TVZ:?F/,Z16Z&;PE&1^%S";0SMIGD/-3(4'ZE)AIX6'6TBU. MX8J983QH:=P^-@"S.G5,Q$ENZ.^E;MI])RGJ:WWZ?@03,>OLI&7Q?"(RF_FX MD=5D*1H'>TK?4W!?,-V.EE_^GL[]@NG9BISU^GN!F>_![168GL_`]#H,3(]+ M8/IH"TS/=V!F7(!.KV%`IQ>8&1>@TPO,C`L<\Y"4O>`&Z!;8IU12.Z15V3>QMIH>+2A[R4XCZZU.(#&S(.@*>YHC^6FNL*>YPI[F"GN:*^QIKK"GN<*>YH)XJBOLBIEQ`>MC M8&9<;M?8%3/C0M=5P\RXZ*OL%5G&J=#M)KMBMXWSQ=YM?Q;R]U^91TI>\I*7 MO.0E+WG)2U[RDI>\Y"6_BDI:TJ^W/FL]E_27>3V7O.1_R>7OOU+3E[SD)2]Y MR4M>\I*7O.0E+WG)2QZ)4=.S\(X\Y"4O>-I\*`G62^:CT5!NPD\U7SJ3!@)YFOVD^!$7O/_&!Z MH_G!]$;S@SGI&V;&A3CI&V;&A\Y"4O>K@@0EU M<&)F7(0Z.#$S+D(=G)@9%Z$.3LR,BU`')V;&1:B#$S/C(M3!B9EQ$>K@Q,RX M"'5P8F9\I*7O.2_ M,L\O5FN\E2Y-RZS41*^/]E:H=%KVX+>V7ZDX7Q\MNE+KO[I:2JA?1KF[6BK2 MJJX/I=8/;'DH\\-PXA:JM9&J5:@_A\.\4*V-=*S"I#$R#`OU9XSU^E!J_<"T MF22R7>\\UN_FJ_'LVC^ACLSYNY=K6+13KXE#JT9CS,SW=IE^^5-NTO,P]?5Y M5SF.I+ZTSMZ:0:&FC;ZWQ:WK?&L;A2J]82^=YW4XJ2L5YVOT3\_?V_(@S`^M M2.N#V+?39VD*=?D(Z!`J_^B[3DR]].6@S&.=GD:9$1KV'K.[*62DZ%4JW*[U M%2:-F-NV:'2YM]9>F`.B#_V0$>/2RMU-F+'_WGV_FPJB3FT6;77.8(Y[]3KO MIK/XWJ[W4=M"KX:Y[VT:[++7V_W\TDT<[CH>[4F+]# MGX/9%GT.+M\P3GTW#]H\%N/RKE.813M-E3)W].>",.W&^CST?ECZ62=,IJ_/ MLJ7^[?J<&-6I]=*+T)NAM5.LE^DS).*L&RG5A4EJ!%NI\W/I]XIP/1AW@+C? MYT>_W^%.?>EY&/>M,+_WI4)]V%<^Y]L:O.U;];Y\_Y7YI>0E+WG)2U[RDI>\ MY"4O>I[X7G?M(/O.N]>\J&:>MA M-C88J/.:2D2HG^9/=4H-W[1U8/(8:DY0!S7UVMTS_6*:`;7C]$`U?*C%M>JF MJ5*$2G+^:$W1K`&J]J$>!=7PNLNYG;O3-HX9>#V_NLKG[BT=X]+T]%"G)A]* MDX>(2!AF#5##MW:*^9L^6CXROQQ`LO/JXWF/JD@UX-W3/Z;'F$J.5K&>]W.3 M:LZE6U.5BG[I\R?,DS_%1T;]V3XLHE;'_[M%>:=80K@*= M*TWU8>EGEIB'J=>IJ'4%\E.HN\+!W$3SK0WJ$+UW%"U$7304C5,K#$UF0!@U5K5`[ M#D]K,0\]J()4BZ'2TA$2[7O"JW:,)W@P[R^E@KE&3V@56LP#1$\T$X0V%X0Z M3X_9UFU]:JQ7J7;,L89Y/Q;YO9C;G=7&"Z@=WW7.H/Z=>M^%J:1;Q\BSFU3? MKA/,,UL3SP2:(80*$.8((NKE;QP1)W[#LDLEJZR$BM#[! MI!KJ=%VNJ7@IV@:BSWK@($9`ZMPR8PJ4&6R82@09W5!O@QK^['9C4>Z`.V"8 M/\E$IB,K+NL3[M2)]U_#(#IKZ_9F,69[W_1T_PEBM6Z=)I/<`620(S(-(DI; MG6)]CG&L(M MHW/IJ3$;DE^^_,K^4O.0E+WG)2U[RDI>\Y"4O M>B(+1:CJ)[ACD$U'+-)'#_ MWL63W.T'4'.VL3;1!1"Y=6C"O8P$@.BE$PB.ALD*O+[;/`!)4U.90]^WO@E% MG;M1PS=S`9E#P".\I_!08SU(J)PY1)AT>^NP9I(%PE@?)G=XKX_`5;5DT0=4EFD%'N&R:<"\CZ,", MV M!W<';3[+2!RXIX/4$@@VN\V.WC80]411I=G MI'I?OO_*_%+RDI>\Y"4O>\)%=J(5`&59$2C0$3&)-7& MJ?(1JK>1ST)X!C^[&A?RK031E#:QA.H&\OJTBH&+?I=JU8O9QJ@D(=JF>;4+ M#^VA1@)5=*C0[O/0AYE(Y]K<4J2*)CN[Y!_2=9Z=04?TO8VU,#W-CT[&!P1' MNZE3FT-RO0#Y&.1>RMP%I'K;M%HU2:CTW"Y@)AKY)02YVC!Y4$XCK0;,]>E4 M[1#Y9!]:U5 MO$DR*4Q!(\H#\IA$-`-@;2U!5(*.@D@3!$16C`E6Y_4LYR')J\@DT.V`>!9H MTT4;,S!!;#KG2"P_0UK6QA/,##OD+6K#M>M[)>]I;19>-:E7FOF`[&S5^8XN M>7:,V1ORJ1V]8IH_,+/Q#%TSM_-6>G*`BX-$7EG MSA!P(SC[(E7W40^Q$VUY]0-=S&W[Z&TMJ??E^Z_,+R4O>\I+_RH48"V\/8?!$"B#[TZ M,H,U%1,1NNARJ<8%K_;()P,>[^!]W_G*A/KIHLH$->[^0)/';O*?Q.1K4]<, M<_3L`R.JG/1?1_J41'!,SS0(3=#>)G# M63`9U>GTD*:9L6\A2B<\Y?59]WK*=F9T'7C['WV#"BS.2&@+$``-]3V1.YF] M&9$.8*;=Y;F;$9`0J=+4]T2T.,NU="%3-'EH[OU+%2^D/3\UL=6%4`GFST1. MNLB*5B=$8$5A4,,O^J[J7@)D6HN]HO?T"G.;=Y4K!]&10(@U[CARD]AXK,\^ MB>J^!9/X&&LBG>O)I]1XZIQ->;ZX?#)`WKBZM@"AYXAN%>?\(!\C,^;"YPNX M>ES6IXZ`;.L,"$M?0)@XV@FDG9I45KTOWW]E?BEYR4M>\I*7O.0E+WG)2U[R MDI?\:BH![]_P[`8S"O"X#S4$\:.;*(A0KYD("2`$:6H=,"4$,8OQ,G<8Y"H) M`AG@X0=BJVFH@R9=9S.#:;55I$C643JDAI\>79T.YI?U@::$YCD+9J(%/XNG1HS6T:GC1JH,]7^VLP0>Q.B=):'C%09N1G(Q*)SH\3WM+=_ MJH:)Q*B=Y6`:?>GY&^V#>':10,)X;Y"D;JG:(W%ITN5A+0!@U]?,,2`/W/L'B>S`/L09?>BWU MX`]RO8AH*7WN[MTN0/2E[SD)2]Y MR4M>\I*7O.0E+WG)KR05H+I907W8M=?*Y)%D(1`9S3%F6N7SZB[5`@NR)5`[3EK]-$P70M4^5$60QOKH.F#1ATB1#*8$ MK;9*-3R8->*C]SF:NNH4R,X@=T^:($3.F$$N`ZHWYTE^`CG7])DZM<[F/N]" MI9Q>^[H/H;[7?6_$2(*T;(SG7:V:Q%U`!A;F"6>"T.5"OZC7?$0"Z#5QZ`B" M"\D/K)>VSL`$J*//+GV`MAABP+8&X&ZS0._;(%J$O%KG`]]G M+W!;F/JZOKT+U/OR_5?FEY*7O.0E+WG)2U[RDI>\Y"4O>Z[]D6I8T>=0,S2U%9`0+*8L6ZJ4X@XV6;=]R18@;P- MFFL_5=\N@@#RF$1$%)CYNHNS&A=(@YPJ25"GF_3S0>JEO]?&3*A/2>/B$J M;^K['=2B"!&D1Y7,C_P(L> MU/=C;H6)K!_5N`8A?\W2YUVLI;F/I[BKGOWN@+PB9-:?/MM9F15'%)DXR]N4 M]TM)G1/;0YF,,[H']OL!Y%6CG10UL\MU-KC3E-EFD'U"OJJ(BS8)AW M(3JDC8M8G].C1PAJ\ZZ+SJ*\Y"4O M>M(KIW<1#1Q>DY^S=G'6)*@%3R:++I:H6HF8@$F<: M*E=0R[TT-@BX8+ULV@L[O=POM"XF?R*`B5Y%!70EZ#EBX=B*T.'5EQ\20W'NB0 MYGGO^CZU7K:'C.X9N2!@_A9(0_[L:E4B&SP>:#ZC%/.M?Q.?K6U]B@B)$04( MIJX%5/M3/Z\A.FO7I%>7\I)?U:J0FOD&$1\T3#]\S[,&N#=/$FU0!+Y4+X5 MR(>P=-4P1,8TM8[+L0!1.F=W;5?]T[E#DGP%U/#-HQA(RT[PT!Y$:*#V;Z8$ MH2:;/EHBI2J:NEI.F'3&6(/99E0LVCF8FM1:.A[H81]Y88#@Z$?>]Y!Z.%3T MMSY$G8L('WY#JJW838%4U>DL=9[Y31D?*O. M%Y#K$Z)*5C@GAJE+1"6\J]OUN921=V":665^@@N)$F!:]Y$(1,V?SN5QN7,@KQ:8K-IX=ML&M0761%MG1.BI32Q)%`81/!NH MS$>D"KA)A'E)[Y5#1P5=HE0A6D-'65WN*IT[Y`7W[?.S92DBH^U-,;>OSY%+ M48=Q#NK^K?J\OIQUL)8V+O<"HK=A=J/\0SH",B-_8+\OL#[G?L?=QS/W&$1G M'=T/1JTE:196[\OW7YE?2E[RDI>\Y"4O>\AH$LZY`JNYB_SCRGQ@4(VZ:NYKQ' M:Z0W+JD!=91'FI`@HF:X(].ZAAP287J".3JX[Z%',ZIV:,MA\AHT59C(,31, M'K#'%B`J&NIT4`U#]$2J^H!0,$RQD(*]F3P@\@"B!*:N=A3JRJ?IW]3/LWMN MHAQ/*#<."S7O.Y\ALU;#9V2,B!!,#WM]A@0!D(D0!+*S,"%I%780RX'Y4^>6 MNIA4(6)OD?.>YZXP68VY!?/+UL-C1/^:F0%R(>V03V9$I@'9TJ+-D1?3KYX_ MR7 M)\Z#CNZ)?:3WWSKKMHPW`T610?^:V53F.+E&F^KS+$SB^MY<]'F=D4T4Z??2 MY^[4RPFL6S[1?*TC+G.O@(DLS'7?EU/OR_=?F5]*7O*2E[SD)2]YR4M>\I*7 MO.0E[Z:+B=6Q.^27&&IQR"_1,*':S[P;QHL7B+1VS;F>:BM(ZWZ:%-#A\:[5 M@(V\`]1(>W=M5^,R:;5.#QHA`I(@38+<(4U-9LPH8CP'#S^1B&D>_E2/$AD1 MJ$[3*QK,(9-4'U[2+M_;V=:GCHQ),C<@95LAG?CTJ4ZLSR14`NS045:7=,9@ MNM@>2""S`$G3U/S+B-J''$7Y/4)$[6>A[7;IM29#)%B M:8*XUSG,PI!W8S7JW[%!U;KN"U^-RR''\S+6][W2@RVI+4?7Q:OS;)%MN40O M:3/?I@FCAN5,J>^?CTZR!01XSP=''AB7A@7ZD"1^VJ03.54@_;PV"5SN1C#W M3'R6[YUA3 MA=D;R,>.AR2DZ_QV:KT,`K5[U.&%.$_??SN8P0;9&9`PQCD/=]RA]JUZ7[[_ MROQ2\I*7O.0E+WG)2U[RDI>\Y"4O^56]!B:6(&)R^1"T.B'4S>`Y"P0Y4U>= M"@[TZ=&C!("'_Y"JL&CG4ZHOTJ0#^1X.R$$P?:HC[`"U_S"'B')S5X&*M-)3 M5TT!Z2)290XFEDFK?P>9&^2,V8##O@=XD'H[B)&TI^X.Z:%'Y`AXO$,4 MQ(5P2*NPHV*(_-'<]Q<"/*TZ;:IHB.38-'E.IL8&WO]5JU5C+6F/\"3YH3VM MR7HNQ$]`;'7H^1O[';RP(^7[?9VEMS^8P8X'$BJU=28\Y9$2>& ML$UXW_=@*/*P7WN(@<)F/4<9%02>Z\<#B(9#0J;(A,@ZC#'$\@)MO`?#W& M$];$V@]MT999Y^-*E;FX5\9]!.<$D"+&W7C(\S--XF`"C&@;?<=M_9)0>QK, M9]D_.,M-_^+>A#4Q/:3I:9@NB%CUT&?YB)*#W%FO;B-4^[:M>1@S&,_GIXEJ MS8_O@8O(L"W2W7@[>]3[\OU7YI>2E[SD)2]YR4M>\I*7O.0E+WG)KV8&R#FR M@,?T\/2$:(WAIJW*30^,$MC`0W3JJ@;PF([TY8;LC$C20`W_['62&@GR-J0Z M#[Q'(77[W%53PLPP^@XY:O9N)Q-8C">H#[O]0GQO!0_FGOJ$3%:APH:Y!;5C MMA/&NML:$`/U_?:0'MK/!^?\276Z7B\KI'+N'$5$B!6F(%TN>9^!A M'SEJM(IW@VB4Z:/A)`*\!4Q!XWMPMAZ@JAT1()`:&R+ALDZ(W&IC!ON!\ESU M8Q4CZ,"+?NYK$-*0+[U!:BT]99VIV@D<[#_P@P-Q&2&Y&XU M1)*KCD3-=M[?61D1#-C1?5V^P=3[\OU7YI>2E[SD)2]YR4M>\I*7O.0E+WG) MKVHD,D$T59%)TPVJ3$H).R((@*>^J2N=^O"NIDZ5#Y"6M7)"A?;Z:'Z)1&7M M>E"!A;<_$)>8R)_%J0]W5JNV-.3DG:Y5PY<\+4`$,SUD%,M0K]V]:F/,(`?/ MZ!^HWH[>$57.F-T62".?$2Z@%F_]TZJP5AA,3\N+^S!"=<2Z;F-][U_.`^4M M>G'?M\X6IM8@1'GT+:OZ/LQUD*=EUQ%MF1X:2+9BCP$&IL-VAK2H(%C7VK,[ M]PKD40@"-6WZ;2I084H8Y$YP3JP]C$[-+:BIVU'VXG'9S%BOF@#H8N8SWX,\ M4$>W)ZBS3D<67O)XP;FKR?AR3U-.H^TA5@;AO:8F*.,EM+M M/($`KZ=K(C+%(*N#W%E@LFKST"=#?`],3QD%"&-F\S)!WS."3J_=5W\+;W+H(+(@BVR`2+LU+VDRT:?-2FC5$I&VZ7H"9UN1E M.DYNY]$?(V)-K)MNR^M31*VS'JPGHF;F/LSW]Y)Z7[[_ROQ2\I*7O.0E+WG) M2U[RDI>\Y"4O>5?'[@\9/3$].O&35LL%41BH)`^IFLHTP4#*&Z(U MIJ$&!%,"$,\,LAY*5?TC]3UXQP;YF%:7-)4/$#\MD/MED"91&GE0.XZ4Q2)* M8!KSI]MY=K=^5:?QXFUJ8Q$Y,CVZ*2:^E-I[W MZ)XDD"'2I$6K'=-C&M9N4X49XBY0'PX;D]J;,'_=29Z\S"/?"GB$=WLE[2.Q M/H)W[T/8_Y$ MU,STT?S2/H+(D8QL@BB(39N,,Z)-F#4&H2!$`>YP+@T")S`)#*8T.ELI,@;R M)`WS&1`QM:B@N[DN3`+N7`(2QNG1R:M,_BB*#M$1&5%G&Q?8?Y"+;!GWF#9# MQQD)T38Z2B[)JV#,(L^5KG,%XKQQKX#:/\[!^SR,Z%;QGNC6<(J@6R'74^9I M`5>/E>^C=E>1.X`V/>6\4]3,R7.T]TL)ZX0(Y/:>,&:4^WV49C=A]AZN.K?S M1;TOWW]E?BEYR4M>\I*7O.0E+WG)2U[RDI>\>UX^M4IR1+^02LNHR0[@L&]J MP!^EHQ:1`,]')R>!"!=#N)#CZ>\=CI!'J]=R74,DU4@N(L8L MR+GT'"W:8SJC&0+)W33Z#E[M8"8: M41"B+6DB@YQ4IVQGG'63'.M4;U,N"!TIEJ82,+]L$%F8*F4]UL/6)["CVU+4 MO+O(IHW/K+,SZZD[H)V#$,'S,N-ISOD5S"]ISM*F!")A'&>KN,?.1\^3I-L9 M9F%S1@K311(1ZDC434?09=2%,,DEX:5NRZI)-#,W"KAEM/TN[K\TZ<`=L.OU MV0-B%6G9<#N!:!3(+74Y"X!@7CI,^MR!YAH12!,;!%* M<(>W:)M;)(YZ7[[_ROQ2\I*7O.0E+WG)2U[RDI>\Y"4O^=4<0A$GIU8C35VE M)07/3PO5#!3#=L>/@*;]RIJ[2$FB7;"80UD&*WJ2_`9)6J M*4=F`]$,$ZN80D4(JA0@Q)I[_Z#OA_.F!M*=WFWR4FYJ7%!EGD!"-=2JH$YO M'OV0@OT$%>_PWKZOI9B''AJ$:\*DU(9HFR"%NO7AXDVMOT<10TD`!":=)Z^S M0T=D7#"MHH^]HO=#K"6]IP]#\`?>U*GZAG."5+7#E'=?$YF?`,C`FEF#\AI` MI$JVQ9P%1#@$D0=C3U,^H)>A M@L@[,)7,_GVN$*'4EY\RL4R? M*X7R\YPR!X]Z7[[_ROQ2\I*7O.0E+WG)2U[RDI>\Y"4O^=7#'KSH%U`9=`V\ M\BP=7.9"#3_U[]W5`LDI#]Z<:]N@#O+`';SRHT,*[ M&3R#NZT(VSG)SBJM1>=?N*B-#;<_$,%$;B*M)FMJ MWV!*F/0\+(\>[:8CMRBOP5#1"[7J4#?#.B-/ZZFW4]0YSA"1RV/L6Z%6'6]CYKY17QOK!>Q;[NE#L?:F+HB.D2?K2\]#WE>@QK^A*C#0<`%I&R- M0$UX]"=Q'LS?B^=],^V,W"]Z7#>E^^_\K\4O*2E[SD)2]YR4M>\I*7 MO.0E+_DW/ZDA'XG.GQ&J,..%'2I)K1Z-E,60`GK3:JO.OT&IHY=3]V$:JE,P MS6A3PMP#>TA-?8*Z\OV]0WJ(7KQ'(8WUH7,)9$0&J#F#H`K(P`ZMUID^8J5Z MFX9J4:O"%JU23L(HX)O?M5GJ8KHP\T!>O(V(R:AQ2:WZXG$9=A9:2Y";@;R4 MGT.MJO=#C"=$&KUXS)9NKQ3]"[6<7F>KR0^R@@I[$$T!J=<.Q'DC0@+(L@Y' M>M74\+`F@/AIY'`ADY4V*UX\WK6JMJF&B;BKJ7'U6+-'# MN3OL+*HM3SX'6_29&.NQ)BB:;W]P*FZ=1RC.,T/ZN&@U=:KH*9^3,=VW>8?H MI4-'$T4[=SV>8X\)TL>1#PC.\C:W0K7?+=`4I3-#KJ>I[R.*)C)WSM(9L^B, M).*NSARHUFYK"Y@NGK)_Z5Y!Z>#;&0)Y818]GL,\`<2<;6[)Q-(VMB/N@GMZ MX;6[ZNBS--U#?JRU'T!JWL%M81IGLEZ[FUZ?F?.'\A9M#QF-V;MV/PO4^_+] M5^:7DI>\Y"4O>L,SA`I$JK4[*V[!*]>B%^,GE MZ]!U1E20;F=3LU!*^VX/$FUIIA+P?%[!S-":H:,\+AZ^0'X$N2?2>QM48<;\ M$I-OS&?WB)J+>DVWY9QU.SM7#:5N/X&8+-<21'SI'$J77!>@=NPA*;2G[V:^ M)!$#DR.82I)LB=2XYZ>3JMQ+?R\C8S2VN[T"I#N#\`M2<4<::Y/K0I`F#1,2 MG$L1)0"J4\@3,1/,EL:.X^_OU39$5^R+G+W.X4#Z238_+<`,A\P2X+0S" M2XA^67MHD&KG+,N#S2MA8M(D8^5 MO.0E+WG)2U[RDI>\Y"4O>=COX)D_",U`Y;.:.9JUJOVBPG8JK?N8 M#;(>4+DZ8I93F\C2,UBH%L<<41Z,[8%FOK9V[^LL^R<[2K4_1.QM.F5XE-L?:,X*M;])[RW,GTDJ9')!B%PLS0H$I%"C#V#Z MC13>6NW?UAG-^_Y`,\JN\YC$O*]RS'+?0DZQTT2<;-TVI?JG= M;^P2G05FJ;8&(8=+'QQUGDT/)+T:AZ'88Y$?"\;%1(I!A%EBD&\L2!]-;C!! MBOCJ\R`B5<;=(=X3(Q<21'6U^P%R6;4^`$E:F%%@3YNHWR!0TSG3(M<,F+I. M/B?:O0)$:&'B!'+#59_E?1G=UX1Z7[[_ROQ2\I*7O.0E+WG)2U[RDI>\Y"4O M>?>P[RP=[7]\BT5^$.U]OV@^_52="C7@B'X1ZJ#,FP)7:U ME2`'&JI:H3[,G#B@XMUDG4E,!A[3*ZA`$S-J:B(GZ?I:4><,:I:IJ[0$J-Y5BS$NH#9>^O?`'+E"#H)GW^_"7/?JJD61#Z&G@2"3:JA_07T/9LS, MV02FPU6OP7;NGE+%FVT19UT2Q.ESZ=4WMFJ+-A-EG@^(A%MU]%F2^)'IWJU= MR"O2K4=$[G2`F6CZ=(U4^QM\;^[GIR`#F\8=H-?9&'"ZJX#TZM2$;9=Q@1Q1 M$*4SVDD1+G#.+_TLH!Q#.JHD([?`A!OK!=;92W]OK$%AEAK[B(C)V@"`64J; MY-(\`01C88[49JE%F\_2K`%WZCGK_J5+BEZ?%-DT=4SLZ6[Y)!-2]%V_&?:7 M'L^Q=F]WN'I?OO_*_%+RDI>\Y"4O>B>5!"%$MX?8-:`,BKIJY>`W5ED(\9HAM(G[R`M^J(TH&< M#DO7`8MR00BBU7E-Q7LGUDFR$/!.)[7_(`<"$T3+ZP/?"_[^VYI(8A;H>ZA. M0;W6],J0TV%[2!*J00XDS"'#C"+4O]UA6*W=AIF\(I'/`M99#^,1=4:$$GCM M+[J=?7K(E-"BR$@]NCXP3Q+E1ID>G1@0\K0T]:]6+1(9T2`J@A30NXX^2_.G M\$`?Y@(@N0LSBM[OD?,`3$B'/'LNXVD(N"@/S:[WPR!3I)P_:)39ZO)B[;J7$^9"XE<2^8'1HHM+]F_-+.#>2)< M2XPK"Y@`5R!)&VX$<&\>/2Q8K1<=29S11$28J.^_?"M6[I>2E[SD)2]YR4M> M\I*7O.0E+WG)?[K\0L(!.0A6$SVQ=[W(MUBHC;L^^CML_+P',\H**KLD]8(T MY(=4H4/GSTBO;_"4#[4JJ*WZY-.8 M@8JIJ22I[Y":?O0/\A;M0,Z5*L)[G2._!)A#(%(LU6M`I-74U!!EU0@%(6KF M<*89(.,;YD'8#SNHHL>YY'+P`(G8"1$NN99N8WU1.^I]=&A"K#0/@GI[[TE0 MU/P]S7YW9@USABRZ7$:J"#/M,%F1.63G8WBM$YC;UNX,(!7?>1XO)>W/VBT>MB??Z%!&7PW0()*%! M*`B$B2>?!9%G!^[POF'4F!F38XN$@[.UK7DX6T\XZP:A&;Q?#IWC),U\D&-H MU_LAQPS.@I$8!^<="/"TZ?!BOH;[[WS(]\O`Z"[6;YM+E+$Q?][6BWI?OO_* M_%+RDI>\Y"4O>LEBK1X-$3*O>=)K9BWH-U$^;43&MAB1M@ZB9 MJ?\ M*3HZ"U1H:4SK>CQ?LJV1#O[!*L][?8[Y%X:;:&\#=KUV1W46Z*B$2TX5?6:M.K(P"0R)_&_F<_?0)KDD%(1HAI?>?]EWBK9QT1-@ MMGGV.TZLW1']`E$>IS8!9B0.J/TCT@CNCDF>$S$/J^Y#P[8'NP.\]-TQ/_K[ M1>]WBB);^CE_-_?DO0(FG4V3>EUR8)E\1]1W($&=QIK0>^7HDZ_NHQXZH\XS M'7UV(;6$-2@C?]3[\OU7YI>2E[SD)2]YR4M>\I*7O.0E+WG)K^I#(DH!,JFY MJTZ!(&?5>2(ND0#&F_-NTKFH0"$29Y+JKE13`Y%6I(X&]:'VE`_UD\Y/D'E3 MA(EEZIAHR[.K8$3$0GK#:S59I`G6!%P;J"23]Q_(5_2X7'("Z#Y$1)3N^P;I MA8='/XR94^<%V0M$<@#YV/1`$T3F(*"4S,M#$K:EB05R2'1=H!KKZ8$FJQAK M,&MH4JA+[@(@E]%D=1?,F2Y,?A=08;=U#5[[8^!HCH3)8Q`1`C;K'"`7,P/L M6\A9D6L>SKJ5]THSAU!N&ZWBS;F%\V7I"U'T'0BC,N\-F#S.?HC2>(*'_:&Q MC/2#R`J(G$QB,LI9L3Z\N1R(P@9['HT9D;+!.=AY%-5X#A.\F+]VY\`:'!B8 M?ILI040S=*LOD2+N.JHRT]:#.\#^TOT;.<5@_VT0W9J1*K`W@62R[96G+!?S MH'.J)*D>K+,PNP%!ZBG/Y(SF$VXGSWX6""*TW&/Z+EYA'J9^AH`K1.RCVSQ< M\MK=L3P'3?39/6+V\KWOVZ+>E^^_,K^4O.0E+WG)2U[RDI>\Y"4O>XY/ MWT5D[#_`P(M^@[3@4U>Y@B)]=+B\,'T255OT M&HQRDU:!OL61:^:.#?(QB&BC/`I=DT[JO%GGKTDR(F'F:^L%3)S=>P7,@R>LP9&W`8BF]MY8"&/R=;#OM1:ZDG`U#G1.@+FK'Z@JS$S45:0+R?O'*?>!C5\F-EU;HW6 M%EK7AGQL?7*OT#G3+NG9@2@,\DZ-M0OD ME$3"F$1HCF1+GR'16'A/@,E_K%U(:;_V"UG-$;A)C.@7L09'E#&X.Y#Y>MS] MX#ZR&E\I*7O.0E+WG) M2WY5#8-W9:2JUC_3!Y/8=]@@30+/4L!2[4$1&9!?(CVTM2IE[VZIHAREM*A$(*+F[+HK\;VCNP=3'X@LY"E5*9E3!4P0)Q">#!,+J.A'N(-H M2Q#R@,?[RFJD61-^A8IP>TCO]!&I(E38SZ[B!=54J#EO;6E8$`=I76&>01`A*CJ:N&(;?&!KDUIJZ6@UP>>WQ,F3LA/H`GP+KE[(`?()NO,*#D@B*,HEE;G_)"DB#VH0D7-##,* M$0-V%W7"A%EC&N.I]U$C'X/S9=$F@33)`?%AF.?UNE[AO.X6,(IT"'4SF)#` M9-6#/\A$MO>%*+YW],1B=&:)-=&G7$4>].FAB+U3GSW#*T&9-3):\7Y.C,@[ M."/CL-=KXH![;)BHA;DN[VF(=NLA,.I>,22,@T64V@GWT=[M2#0NE`_(Y-6* M,\3,D6CG>/<(T\ST.:XHKT^8Y'3_VGT$9]8&$:S3N%>@3FWRSW,"S(J[=#M1 M[\OW7YE?2E[RDI>\Y"4O>(@"2=.N30FI-KZK[R]Y!D"UJ(E++FHK$\D!G.MAEKJU)2-X0.43ZG23C^2N M3D]2*.K#R>K#%E4"JKXP@T&NA%VKGT:.A;MZ;>X:).7%VYVS;404>&%'.OA[ M6Y:N.J6BUM$.4QV@GYE3:3ER+&3)LJ MM[Z`:4T`\4Q;NU!NUZ;*)-V!7"Q;9W%2\][9[$2=+R"K&VIXR`,5Y@)M0@IU M):R7F=MR0)VMVSIM?NVU1]6'1;6E'M39/7`CBX'O;0YHGNO561=2, MO")"?3\]NLG1$(5!).,!^6NFL2;@W#41$LV4XWT<.)=I_)O])^Q[M:3`OM?EKXP)F(A.IN72; M@<).W@\CN1:N0=B;LYZCUL[U@:;##:('V_*#'$K]F",WB:W[;=!X4J3M+,_K MR[K6YMT5QC.CY+[_GGI?OO_*_%+RDI>\Y"4O>#Q'394(H(`*(F*7)X!W8?P;@95D1FS M(-;1GO*.;QY,`I?TR;=VQO2TCT*4QV34JDW=93S0@:CHZ&%1HL[-J*86G=H\ MS5G`M;_IO#>98X%4IY/N7^;\T:0T324)'MJ;]J:.>>CL.F+^6IU";=P=OG'> M=9Z())"!%.6[)BJZ1-2`:K\G9%'KY7P@L56$DH&Z^=!KHFD.064^3$%`V-9, M`I"O(W(L@`JT,QFID(NLL^ M`M*RUT-&'8Z^0ZKXZ)^^_W9-6I:1,2(J(>\`8XX$\I*7O.17CWY07T0Z7(A4F5A],=R[19UKMS5\5ZYI>V:M+IEZ.>'].W45 M$T6.:!*.]%(F@IQ#JE5'NAA4BVMUT,7[7IN75HC$6?IX@IF(3"PCJD1$"624 M!Q!;&3/*KE6\V7=0BX<7+T0H;3RWS:P!ZDHR!8W^00Z7`U(RSWT\(?)G@2BK MS"^AYZBM:Z%"2W./B9"`L7[I*);$1!3$2,$.^Q:BS](D`)[DD/(]U?Z0)V+H MS=4:;.I8?89`5$FH*\W>#/(_O:?'XJ9Q`;+!ME?NGNMS7^YJ/TSC?-%CW28* MHC4B2DYCT2!0_VX/S!FSZ'V;9DS:FY`S9D1!D$E<1VY=HC7NAFFYOM9,+]&.=@K.Z_!UC]H"Y"! M980$Y!C:W?G2+RQU[D)D1>3?Z9O6,W?Q.?$`6:;J9]U%/FJ2>`NQ&O?EU/OR_=? MF5]*7O*2E[SD)2]YR4M>\I*7O.0E_Y5K"FCMZ1F>UEI]T50^X(4='N^:W&(S MQ%UA2H#H`DWH$JJPEZYSJ`%!G=Y43)!?8GFQ&F(QT05!Z'+_WC1415H%>NB< M'",`B2).=A>AY(B*5CWO4U>K"I/`4*\1<=_:+'4Q8SJ5*ZC:>^(F]3VM%H]VZG(9T4:$;6V"M2FH]5V8',?<@@FIF9HA M:B9RVX"7^+6/'#P0T;;I2)RE\BOUY4`1&6V.(/*GF9X@)U7K`^4_F2U44>(5WG">?\,$L!<5ZDK0="LS:W$/FC[[A89Y.^ MXX9)#@@:@Q31G#V"3+$O,67R&)%^L`8W33!V,34;-Q>("CHA+],P)X-)SA%E M1E27W@^K-.&J]^7[K\PO)2]YR4M>\I*7O.0E+WG)2U[RDG<5VO9@0B6M:@AU M>M?-?8>-?`A$^M'J!.]?;;9)52V8+A;C_;L"^5CG;J+H$$C]?4EQ#9SKBU9S MCCI)36W(CT)]"%[M6O6=A#5"39W>S5H%NFKO[513TQPMNG]35U<*E=90!T'$ MPJ[-$Q&MS^8I=H<`?', MWEER:,Q@+0V7?[$&V_X3'N^I6KSW?41/D-H1SH+IT7.5W-?94#>#66K7:MQ4 M;U/$WOJ0D0[##`8J\]GD.SH[BQKN/S!?]X5(8PV$43K_PL4<2;EF>OB!.E_T M'&6DF-@KPR0'9IL3HMWF?IX)@J-AIH7HB>BD/C\C4LP08D$NLKV'N:CQG!\8 MH708,^;K*?N7:X+<'39]%DRC#\YT[TSB8#:%'"ZC3E@3I]ZW280FS&Y)DJ;+ MG1!MVJUCZJ[*^UVOP4V3=J;IB4CN7OJN&J89B,JC\W,0H<%=O((I=AKG"Y#X MZ34X@A$I2N=*`X[*>/]E.IFP<)!T2C-/43F"XH+7'7Z"C/V>[P3:J^X'$',A3P M>!]J'6%Z&L1D0%KVZBP=`FO$)4*%EJHW&!>8A_2&OX_UX*DGDI%9JJ8R"H)( M<+39+;V400T8*E?(S?`T?8<\'\,#77C1SX^>-P4B%C96/ZU`6#-]-'+D%7V" M%_TTU%V:A&KH:T5;ELX:)<;,Y6()TJN[*6&8>P3AT/3H!%QZ3;ST?KB8:359 MSZK/B0NI'J2`!G*GYZ-'&AF3#F"G23D=_X#7_BZQ-#D2$>$BUTON%6$J&>96 MR)T5*<-=6QP1FHL^TVLW(NC`E+#KLR[/,UUGY(P!DL+.[JC69[>3J?-%UYEC M?3>#):&9^-XP!4%T09BE3#MA+9TZ]UEBXOX;JF]A[AGS`/,.]W2>G^(,&>9K M,/FWOE,:>:/:/W3NK,NZUJ;*9KZ&R,+51-=M_1^U7C1)8>P_3=J99A3ALC%, MV^#*TLR#8)J)>P7.W;9AM)O$6/CJ'-2N"9=\8Y";;]+EYD\3[V.MWI?OOS*_ ME+SD)2]YR4M>\I*7O.0E+WG)2]Y5/LVV,7W^Q\#2NU)X3*?7,$162([P2\I; M2LW;6<8$%H0GH/J&7`(C.@12>`]=B\!:#@DP);3^D7K&\/>O.I]%Y@`!@IQ- MJZ:2+$ND:WX-M3&HQ2>M0IN&6A6X[T%]/]2XE(<&U,U35R-!6V8PN_5T`,J< M-8TQYLR*W$3@9:[+9=_%]P9Y ME$"W"&;GSW$:T(D21G0]%Q!3C MLNIQ&>9K82H9F-B;_2I2)M6YGY_"1#W4Z6`2.+1J/_/LB/.L70TZITKT'>Z< MJ9>#'$JDHA]17>!^<.KHSXSB%-%NPRPEHDJ>9O[&^J3HSTV>GTL/-L$\)B\Y M+IDC"@@:#[WF\WM@6FM]![-4N$*`24Z;L_*N$F:^=-G0Y\2B(X;2W./>2[3. M=KWFQSEQNP/4^_+]5^:7DI>\Y"4O>YD)ULPQ5D5;# M@^HMU8>0PGO_D)(/TA81Z3#R&@!AS6'2NH/I(M.>@U?[`21&@W@-TE\/ M';>J4WLB+UWC2"J[**=5;SL0``VU/_3]`*_OS)\!JIM)JPB'>0E2*S=U%YB7 MFKE.J,SG1R>"T>KM6(-ZK%>GTMKUN'2.&\RWLCUDOIQ!K"-4?=-GRI6Y;GP/ MHE'.'G:BVJ+-/4DN`WVG/!C31VM*^[V9$AQ9'45D2#*;J\KU7FZ0;K\#]NQC M!KEM(K^9WN_M3@6LM1.(U]I9!Y&:"^0-&WL,(G]6B*@99(K"]-NK4^?U((B# M*-4#B->6/BXB:F;Z'%>4YVJ%Z,$D$8,U8:(5V_\I*7O.0E+WG)2U[R MDI>\Y%<5**CSMB>K+T8NUN^PH4H!K_90RQGO7\""Q`A4A,VS&XC"C#H]\B]` M?H+W1X%K?_P'TMJ`3&KJ*BU0KQT0X3(B5<#;?P7O[:FO:S!U`=E9$G`)5>WH@R!& M:E@/G5%KR>7$@;D=JG;@]C]-WI0#B)B&MSCE[ED>RG1X2;>MU_6N\Z9<3"Q` MD#/)=E[26$..C..!'N@'F#&'V52DQAXF)(B"V'Z4`T28NH9Z&XB1(B^3_EZ< M$V8>@(POPB2TF7W1INU+SA\@J#*FBT7W+R/VB#C/D(^=DVS+)5>)WBL180:1 M%:"F'F,&)B2;`VN7:RFC0X`\+LYD,&W/\MQ=^C&'Y'^+7H/31TSYG#8P)T^/ M'B&A]]%JZFQSY-PDQ/=&M`U$8S83-;@8C`VJL$6>GVF>H!Q#ISSKXHZ;Y;CD M&0)FL'`#`7.=)@J+\UJW)>XLVGWI?OOS*_E+SD)2]Y MR4M>\I*7O.0E+WG)2_Y-#@)#T`'JT9;:59A*!HD81&M$>FBMNFDJ.U"9+T"0 MDSSUA@!(F!F&Z@URHP1Y#I#U=#V:^-X!::6GKE8%U4UXN6HSP]Y9E40YRJ,P M^G!796;Z>:&"R=P:>EQV(%$97N:@YGP]Y?Q=QM.8;8#HIJE_0<5T0"Z(00Y$ M8]8&`-:N,5VTFBPK!OQ69[3%J0]-3I41'B/Z\Y"4O>?I2KJ%A-H`TV."%?_$Z-KE.1!]&G:+O8QZ$*FU@ MM%YVW;\1%08D74?/DZWF3YL04TUZ5_6F20',%$%"!NMS?BBS:V)WXIH+!GV8 M]1KL:5PPB(C((\+T$N!*1UDVQG8BY_`ZA>UZ?YWI/'9JQ/LVX@-DG^V"BAD4T9];I ML,KS4O*2E[SD)2]YR4M>\I*7O.0E+_E/EE]_4H.*HF%&U>`(:"@JI=E@C-KC M[D&;)%9W8K,+P9567P2F^Q!U@BKZ)56GEW::[PF/W2QG2+J$RCS;">5`59N8 M*0?M?!DSV$M'^5R^Y\J9=M+<=D8XPH`4;#:$,$#<=AD7*'?J.1J86$M9SK13 MJ+='6X!(K?T'4-]'6TPY,'D$9KRXJ2TOO<=RK,T\@$E@V&`(HWF`O?EZ=/)` M4+5/6CV:&*C3WQCD;AK)+136[&N@AN^L/HB!J<28;19M4KVT!<:E87"6'TH= M>S'3NCN`S.4O/4=Y3NBHC<@]: MFF'^U@>:;2+"$$Q/K4%@QFQWAR:#:R2`E-^GE3.1@L(D,-I)1(8ZHBK-1)#3 M*FRN<*=J$V`2]@D3;L/F!YM8(-IJD(R*J+<1D0H$<[N.\AE'&9'=[?K]LO2K M@>Z_MI9@CA9#=M\I)? M52FD>M.Y0!(3WJ.)00Z85:O)$M->R@?DHQD8<K< MM+HD,:TJ.H`,)S%-1A48C!E$CB2FU4C'CPAO1-Z\,$$=<@6;,$;#">ANSN@%37 M`Q-$:HG!FFB8JQ/&>C=K=Y]F[3;,M)/V0\-@_YD\+X=615\P,^]T M[DK"H@M&Y^B9GO M`;%9RYLC\AX-3)B>!@:D?)&+1]4>_+]U^97TI>\I*7O.0E+WG)2U[RDI>\Y"7_YB>U)OD9;LP*`[[Z M@0$G?:1[GDR=T!:=$^*"@=H#\F\,3)A[$C/?$Z:$Q$`E`FE_!R;4G(F9 MLQDSHSZ,/+U:%3;*P&1`F3!`CGXDP9R4&WK]`JM>=ZRUQ$)D53?3+ M`E$L`X/(D=60\36O=O)`;Q$$T(>7W+=)LB54IWT+4>Z?[<7C>;H(@F9"@OZ! M>2F)`0TQ&:C:3TW\%,<`$.N,:`;XWF8(L6S:[5.J1V,-FLBF7:O3`^L+GS`1 M1?;Z'%?8SIW7]:9-,Q?,U`D1&9LVVUPP,P^4*\.0*6Y`EC4P-W\PUAN0964Y MZ)_.?W/!3!\@,BW:8MH)>V4#3SY[- MD+E%G5#N]<"(O0TBMQ*#<6G_0/_:]V!=`U'8*$=]?YE]]/I!G32W?=%\@ZGW MY?NOS"\E+WG)2U[RDI>\Y"4O>6N73,%#/1)U:%;U#JO+, M<7(WA[1I-1$2D==`>Z=#SH/$J$Y-P'7)8Z(]WA=->G4IIZ,+XGL.@_ZU,3-] M@"B(1?/P)R;,F`.#'"!1IX[R6+H="3$8LZZ+Q_Z9,8.(KT43J%W:`NOE)=6Q MB0E32:X)@T%$VZ)-'I<^F'*4M^AEUF"W!V%;S)A!.QOQDXA*&.5HCK3J-.N$ MO;GVPX+JA*BU1:M_+^-BRL$:C'::.D5:^/R>QJ).W3_(!W09%S>>>O]!KJ[+ M'+DQT^6BG9"_1I,W)@:16RNX$63?`9MY;ELYB-@+3/<]`^,C#8#X'!OM5$F8E!1&+,K:D3UDOTS^QI$=65Y4P[(0)YE>\E];Y\_Y7Y MI>0E+WG)2U[RDI>\Y"4O>.R/M"L ML?8<](31_.D\"I>VP'BN9MY7H_YM?8!R0'"4[31S1*K3U:A'%].'AIFYI3VM MHU$NZPSZ9X@6XWL&([.-(?AK&,U1*P?C8@@%5T.XMQJRNL!,.VE/MW*PYK8V>]D@FAC#?-PF#/K^!S,B$'?#[,^=5Z?2YW0 MAQ:%!//PKA/,^O$]:,OQX+O8$/6M.CKK@IDZR51RF/NA83!_.F(H(O9.,W_& MY-^^1V?(:?INS-#KJ>9!O2_??V5^*7G)2U[RDI>\Y"4O>.^ MI\?S/074A\!TG0T#-6?#2$W]8A5,*P>FKH:!BC?:HK_7,/<]\.B/ML#W@%AN M8*"2W(S7=\-@74=.!_B>,9%MQM2U]4X2!D1%C?`+R*M:1!2DM-^U*CI)V6#, M9AT9D^6`K&?7JOT+IDU6$*T1J:IWN3G/M;BK!OEA)EAE!-[>OIHC)7I,#'=SC!? MZVB^,)%!6YIY7H\GY7<9WQ/FD('!FB!7@>R#J1/FEEP:LDZ8/S`UCS$3]U&. M)]39S'S0]T6?D0-;H._-I&K:0O,`^V9<1-3AJ%.\I*7O.0E+WG) M2U[RDI?\^G.;5%.[5+E>,%![0!KK+`??.Q[26WQ@PE-W8*!V#*]34P[4CLWT M)#RM!R:\7`<&>0U"+:[5U*^G5C$-#U@@7CLUR5:FE;ZK?S,'R%U=F1@0RX5: MSF%:M1]UPO=6V??$(,<)1%8$MO%8@SKO@D$[M\]D$$;M;&W1)'Z@0KO4Z3"] M)J).@T'^A5#+01]TNOML"YAF0IUGQA/R#,09XC!8\UJU>&FGP>YJSLOWH`_Z M7,IR0,*XFGPDX'U_^9YI)^3("`S*Z8B%"V;FW:TE6H.M3MB;)H<+1$A3+B7+N>VX>7!]@'DZS5PZS7DQNE%634V8Y6B\FU\QJ M7`W>'Q"`'5KAS0%M>Y@QY_P,DJ&O_A_I' M^ZA?$E3N9N93[\OW7YE?2E[RDI>\Y"4O>4\JY=Z!*B8@3 MHV:!*(B(\@!L,JJI%ZM`-V/2B;X;C-HYL4)D6\ MS*TKIR.W7FZ=M7DW&.W;V?1O-GMZENV\8&;MTC[J84I8IUGSE&;=D.I%=!:L ME^6!IL--1X=D.5H3S;QKRM$YL9C[83'SI\GQ`C.FWVBGP>CN6,P98LS76T\" MANV$<6EF;ZAS->>$,4-OQF0<&'ROF3]-.=KOFQFSS:Q/G1=M[D\)/#\;!GW7 MY'B)P1H\-9EB8N1ZL?(\G)H0,C%8@PV#=7;*R$GUOGS_E?FEY"4O>\F]^4L//^XW5$*=1P30,/&Y/38J1&*A@#LV/'ECSQM6JC4-S MIU\PK29K&)@N#D/N=.C4YA<,")6,IVZ4<^TT;0&UU6&\C:.<5ALWC`B<=&KZ M"Z;5.H?Q;GYK]4F%?1C382L':[=A8'9K&*A.HTYH2RL':WYZ8*1#8'K,&@8J M\\!`G??&*`)KXOXUC/9F:ZAY.8^HZ=1KR2SG7 M!Y@'8W8[-0'7!8.QUB14B=&XS&:=S4:-.\O^-9/582(66CFZ.W1.G,!>ILX7 MU_DR^R@P/7^!Z?D+DYRI$R((&@;C&9C>FPT#LV+#P`S6,#C+`]/DE/N3S_DV MUH*\JB]-14*5F([4#%*]VWA>,%.GB*;M6TB1U0WL?C\D)@C-$C-U0B1JPP01 MZ,#N9\BEG&FG((@;&(VGWBM+MWC;<1$YFT8Y-]:5^Z7D)2]YR4M>\I*7O.0E M+WG)2U[RGRZ__J2^J][&3W%!ZC4PD7=C8*#6B9_W6M40WW.8^=Y=379IBU;! M4.Z"+&V?=6HU4I2#/K1_H)R.$DB,YJBIWB;&J`]:%9V8X-/O`0*DWFXY M1\1X-D?Q]H]6CT8YR!VR2G5LU+D]9*KCQ.[SD-A]#29V7V<#$SE`$KO/46+W M>1B84+TE9OHG4F,W[#U'@N!O8"(G0&(P?]HC/#&Q=A.[K_G$S/?$V9.8:PNH M_?6X)$:>Y/N#32PR5\(%(W/=+O=M8N#1'QB8@G:Y;Q,3ZMCY4QU%2)R&""TP M:.?!YT3#P#QQ0IZ==O:L2C7\,4^8:+"7B81[F>C!((O4!)LM3Q*85%LYR.$2 MY4P[P37AI2.^$H/\)_$]UP=3)T0=!@8FI&8Z-'T'PM)9NQ$D!KE19DV\EIB; M/W%FY??N>V5@XIS/\=3$JK,F`[M\#["7&<^7/"\I*7O.0E+WG)2U[RDI?\^I,:4D]%?,/C>4ZK"+N7,6%,Z\5FJ M>"\8C&J<2`R^UW7XB-WW0V+0SH;!N&C2L@MF^B#4QHF9=HI].S!QEB=FVB)4 MYHG=U?<]R(%,OXO.[Q+[09O/XLC5IJ=Q'-,>.W1^E\3@#(&(O<3`K`$1EQ?, M?`_NL4.;K"X8C-G!9W)@^AP\M&GF,B[PO9?I^^L'?88]E.6(,OON,",_/@^B?,UUFG?A,=/=3J&TR]+]]_97XI M>\I*7_/.3.HA\],]M(#]*#-1!0:RC509GU[%1G<+# M/C&M#@KR(ZV"B7::(@ M$5TPZ@05S*ES9"0&ZJ<@<#+E0!T4&)1[LNKTA,B?@0G5?I:#>5C-_"UF[6HB MIL1H7%:S=ELR$UAGB^F[S@EP*0?CV=H)/'('Y:T2+L/]:U(QK"XRU,==%WPTFHL]&G72V'C_H`ZAX(_+' MU$GKTZC:HQS4J:.)+IAI)[@8!.;*F7:"^C[*0=\/6C?,]@]6NK2=_T](,!+ M#-X:0(YWZ8.9(SH+7N;^,Z:@B/CZ?A[4^_+]5^:7DI>\Y"4O>O52*!:95(?&]B#(@V'&G+RZCV7T8-_S(D6[/.MY*8 M4-%G.5,GD)T1P4K#7EKU-C#(U_$>+B)4:ACE1EFEFNR"00X7K>)-C$C90+VV M?+1@-+?K*E5H6`Q(\B/)='C[C4Y0+3XQ*8GMO`@*Q.CV=BD-+^U)$5%PS.>6U>&E.. M>;P.;F=$$T$^KN7!^;^::0W*'7K?]B`X84J8NX6!2-+`5'(I=]]C[1C7$4-9 M#B+VVAT`8QWYE8!@\NM/:E#K[)I\Y?(SW?R\!Y-`_(0'58/));!K+_,+ M!CE'M"=REH-\"+M6_UXPTP=(TQWEH']&_11U:A7:KKV&\WN05GK77KR)T5CK MU,J7[YFV4/]:.6C+^Q\P(>U]``BCM=OTBZ!^TBJTR_=@'IK^[:YR[5Q8E`Z^ MF9=`W16F)QA/3;ISP<"$-/&:/S3YV*6=8,K3T5D7#,J]Z[R;Y+($D2FVZ:/A>PN?(8'!>"YR;T;.']B;B4$.I9=9GB/+NMZPNFYP_.P0MFV@($C8&9\10N M&XF9=D*^LE^^_\K\4O*2 ME[SD)2]YR4M>\I*7O.0E+_GU)[7P]$Q,>YU"*N?`#JU&2@S4"4"BDABH*!IF MZA3D'8GIB(P3\@4,#-+=0UKIQ(1:)S%3)ZE$CHFA$S-M M$>K1@=':A?37B;DZ35M(?0C1(8G!>C'19T1^E)AI)WC8!P9K$(B*$C/]@_PG MY'V?F.D#G=>0"R(QLZ=%]-+`(#=1BP:#/;UJ\\3<+2&TEEJ4'.3\B7`XW$]O?:.8#G33F%"RCZ8ML`]'6W1ZR4PF%MM=DL, M<@7M?4&I\I*7O.0E+WG)2U[RZT]J]],?"+B: MR@#4VZ%.@)_W&ZM_&T8JM(U5PPTC]=/&JLR&@?I^U5[?B9$Z;SY-W8P)0PZH2\15$.QN4T8V9R M>6Q@ELJV0+E#JVJGL2;T'+TMGT2TV,K!F$4Y\STW[ZXMM#Y?^JP;==(F->GM5.<9Z.<,%5F.Z$M.HKL,BZP=E_Z_!P8Y'!I=4(>C,"@W/.! MQ)6!Z;[O3^Y#E#,8Y.")\;!MOI^@YK]\GS$.7,]V`MM7:*NSC' M!4^W.F%OMC&#?=0PR+,39B+33CBS=I/?K)6#W%([F.2FSY5"A*RM')R1 MC6`3\@$UC-9\J[-ROY2\Y"4O>-NU&2;4?5M9DUL9F[;F!F,5(0FW380 M[ETP:"=$4F4Y^!Y$B@V,5)(F7?JNB::R'.T'G4L@RPFRI89!M,8H1V,&43J) MP3I[/=#4M4/DUBA'^Q:B+MX8$16-.NG,>IGU:4PL0>YD^D[[H=4)\VY,:[LS M2[U8Q1OMU&TA8JL<3]W.((PRXP*11N]C#LWSW3:LZC3W6.3.@C6Q\OD).;<2 M8EPZ(Y)@_2TS-0V(ZITI@.L\5I9%/[#Y'`P-"R,!T MSBU*:9^8Z8/8?XE!WC#81P,39\_(&R;6Y\#$^DP,\HU->NTF5N1C)2]YR4M> M\I*7O.0E+WG)2U[RDO]D^>4GM5#=)&9^I@L/T8$)E5UBH-HPZOL%(D`&!FJY MQ:CA%^!5'QAX*2_`N9Z8^1Z8NAHF(CEZUG8;<0)D1*M.$YR84)D/DA\B43&D M5ZO.X=+ZM^J<,>&Y_GR@%V]@$!W2,(A&:0,'7ON-',A$5H"*?C->Y@T#LT;# M("(J)A_:`E%=V0>(Y)C-6,]:S9GE(/(`O,5[UT0NI"C7PY0(`[/4UO.B8SD8 ME_8]Z'MG.<)R!J-Y,.KTAE&$RZKW],!H;E>MCAWKA5+30T3BP,#\&1BHMR>] M5Q(SY4CU/3VD^3,QJ!,B*P8F]EAB@(!R^DPKN5"LL*?[4_!^WZKWY?NOS"\E+WG) M2U[RDI>\Y"4O>#>OLP41Z!@=>PB02`--:)@2=Y8*:=Y,%L3$$'$(PE9NJD^=N->L9X M[;=\#S`N*WA,#Y46J9\,V5FHWNY]Z!I59;;I5AEA=FMY*<)<=Z^S664FK09, M3']O;#3"B&1K9[5JE#-M`2_SP+1J.#"M5HWOF7$!;_$%B(H2@_X]];H>&'CF M-TR8)P8&WN(+D$)EG:9_H&J/8=")6R'/1O-OV;'ZBB MCSK-W+HU#^:)^)[>8\>AS\]1#DQ!<2!`.UO%KIS!J.^04V5@8`X)#.9V,7,+ MN5@2@S%;S%IJYZ?Y'NU;(,M*S)2C]:ESO[2S?-=[<^X\F&1J7E8S1Q`1-3"( M!@NW$^A?,]-"_TP44G/9(--ON_NA#YNY5]:',(VJ]^7[K\PO)2]YR4M>\I*7 MO.0E+WG)2U[RDE]_;@.!Q0)I7Z>/Y@G5][-6N28&)H_E@=$%@<'W7$I?2%F< MF,Y'LH-**['[F`W,M<41P=S-4G-/:4#$9`>0I`V/8LKW,&D5;]=TD:HHRH%G M_F14I^!EGAA$$#QY36R=60@Q4R=X!C>,S#:3GH>!0:Z@,3B(@8?VI-1='PR\ M_;,<>$6W10/FK$FK5LIR M,']@9A\F5=I')@?6#/FC<@T"UM:$F0>XXUI;('JI8>!^T,S)<`XN)B=58'I< M=JE._V`;GR]!S*G79V"F3L@SMYM\<0V#W:S= M(,J$_H&+2&(P#^"6,3!JRR[/@K857NUNO/7O@GW_/?6^?/^5^:7D)2]YR4M> M\I*7O.0E+WG)2U[RCWJF1;&`RGPV*9EGD^8YW$M-.2`5FDW*Z:A38Z12GKH* M#=3^Y+T]#76L[D.H'4%-9HB#PK,4RFU2[9%J.2#((9/`W,<,(IL.0Q1V`"_^ M&SO!2[E9+:!<8J`J@CX,C-1YDU&A3:PZC?3>QKP$YHE(TPUJLLFH#R=6#3<, M5,J!F3I)=3H]D)`GRIFQ%L1YV7%@8EHFS25W+_W;D80>FH7 M@Q99(>8A,>UB$!B<\Y!K[?GH47EP!T#4Z*@3ULL&4:J)Z76]&?/$!N2B64[/ M^P8YOK).TQ8P<08&[03"ML1@7("0+C%H"T2*#>QFQE3OR_=?F5]*7O*2E[SD M)2]YR4M>\I*7O.0E_^8G-:@A#E:3;8;G?#-\Y:V<\/`=Y4`-'W5.!H-V&F[X MAH&7:\,$0=7`2)4"*:Z?CT[.I>M<(<)E8*"F;ACPQJ^=,8LP4/^ND.IX8*0F MFUBM:<4T%E.]YW2((]RD"^@J1V=2E+L MO_G1S2'W_O6`+J4V3DQ'/:V@YDQ,1WRMX*$],+%O$[OW/3'3!XC<"LRT19AF MLISIGU!))F;&3)@\!B;,&HF9[PGS8&)FK(7:.+'[WDS,]$^0!30F"F M+2*J*S$S9F""",ST09@@$C/K1=R-/:!2F2<2@[9`%$MBT$[([S(PVIM`^IB8 MZ0/M33`7)&;Z3GL32"83,WV`*%4B74W,]$&8SQ(S?1#OD,1,6^B<@+=;8F8M MB7MS8+?S1;TOWW]E?BEYR4M>\I*7O.0E+WG)2U[RDI?\FY_;1BU`JCY(AYN8 M^>DO2'`&1FJYAIFVD%K.>/^NX.&;F&DGJ==:3AR'0?\@?7EBT(?3J.5.HY8# M$UEBH/*!=+^)@0H-HFT2<^V$>3B-ZNTT*K33J-`:9MI)ZC4P\PV,5&BG4FE= M,3-'M&];.?<]TS]2F9]F;S;,?(_V9L/,FJ>]^<:$.2LQ&+/7#_8?G2^M'/2O M8="_E]G3+[-OF[D5V@FFV,1,6VAOOLS>?)F]^3+[KV%F/&EO0@1D8K!O7V9O M@@DW,=-W819.S/2!U.(-,WT0T1.)N7::OM,YT1.=(&;Z3N=+PTS_Z.P!DW]B MYJP#EX8-QFQ@T(?-$:B!*6A@%+'7WED&HXA+_2X(4E(7E0?OD,3N\SXPBL"2 M][1Z7[[_ROQ2\I*7O.0E+WG)2U[RDI>\Y"4O^?4G-9'$@.KT^='HD"=KI)+5 M*K3@)(?O-94(J%(@Y>W`(#ID,T0P#2.2$4,20UZN`X.(&J<6/R&/0F*NG%9; MG4"2-C!0O06F56^!F;:`"BTP(+IIQ#JF3E#1!Z;7V0GY%Q+3:LZ&@6K_A#Q) M`P/5?F#0/\BCD!CT8=/[(3$8:R#`&QBH_0,S?:"S8-/JRH&!BOZ$G`Z)F>]! MQ$E@L#XWK1Y-S-0):O'`W/?,N-#>W,S>W,S>!,*HQ$S?(6=,Y(&",WE2JMH+ M!N1Q#:.(Q%8.SO))]SWKA'-^^D'_($HN,"!I>NK]GM]S?8#Q;'5"E-Q3GST# MH[%NEY*ID\:L/PX0,WV`.[5A8(+8NHU"8?,/QH7&NH4EFCY09*_)9=4PBMYM M[83QG/6Y.S`@4XPZS?\Y"4O>DT$YKZGU]D,D7Z)F;[#WFP8S.T,D7#S9XFI-T-B>K\W3+P+ M$H-Q@>BE@='9L^MV+N,.T*;M'4Q(`[O5J=Z7[[\ROY2\Y"4O>'QWK#=K`F(MAF8ZSOD.PK, MK"41A33:"6IC2FV>[31]%^;/Q*#OD/,GR\%X0KZ<@=&YM)MY@&C,@='9"OF` M!@8FL@WRNV0?H-QNUOQN]@KDR\EVPCP`055^#]8@D'8.S(T+S1]$E`Z,SCK( M;9/E8/Z,:2;J=.V$L0:BTRP';8$<-5D.UBZ0?0Z,SG)CSMJDF4B]+]]_97XI M>\I*7_/J3&CPV0PT!JHV&@5K@-&K.YG'K5#X&`Z_H M#?CTLQRHBHR7:Y0#%0RDNT\5A5%[D&H*R-P&)CQ2LRT&`^_T#7C_/*T;1N,"J>E'.?*BG[A_#2-O_S M62#%_(A"@IP'!T2X/#];`2.&9KW_$M-]:!A%&LUZ_@8&T5E1)T0,M>@7B*1Z MEX,(K/B>GJ.CVQ:QG*M31T\8'`QHB ML`9&X[G_H)VTWS>^QZ).F-MF5C1MN;U[U/OR_5?FEY*7O.0E+WG)2U[RDI>\ MY"4O>`TOQK.[86#."DR;$J).&,]=J[L&!A[OB_$RCSK-/(!G M]V*\Q9?#C/7Q0$_YP*`MD)MH8.#5'IBIDPBCGMR_B#XS!%Q@_MQ!99Z8(6(" M-?R[B:1V#$SOVX:!VKAA1'(W/:3G>F*@/@1/\G<12FG?^=A057L:E2N0-"4& M[022IH%1_TZC.@43[O.S]?!L?3W89/4R*EX@3$ MB65Z<.3=6$M`3MF(%B%O6&"PYI\/5+4'9KX']V9@YGM@7GKU@:/QA+NXI6Z' MW&[GS.T\C3F2\E5U:S'F;(([)S%]?I[0][FW$^Z.AD&T:6#Z3CW!W#K:`A&7 M9[?9":R=9Q!]=L`=URV?RK0],&$"3.P^+HGIR.4([_V^3O6^?/^5^:7D)2]Y MR4M>\I*7O.0E+WG)2U[R;WY2FY_B0,ZU0)Z!+*<)OQ;(.3(PH5H<&*1$7\!+ M.>LTY2`]^[)JE>3`A&HQRX':`PBX$C-MH3D"(JV!00KOP%PYTP>:/R#+2LRT M!0BQFOK)I6X'L\8)41#S1^-(IJ<3YG;NWP,B&$JEGFV![\U:-9SEC(H0QJSU MC]2.S30#8]8P:`M$020&[0157V(PGHM6U6;_W-R:[P$14V"F3C"-GG"&)`;J M6*G*O*Y!4PXBZ%HY4BD;HK[`3)TTGG!.#(S&S!#9G>8L:'L,S/-1SM5I]KL; M3U*U&\*]T^2AB7*P_PQY7&!F7"!"L&%`SM4P($4\(7HBZS3M)%/);LY6B,A( M#-H"$8(#@]PVIR&D"_.NKO,PI&R!09TF6CA,N'H>#LCK,WV.<8S^//B<#PQ< M!8S[06!%/E;RDI>\Y"4O>O^=5X=J\S[[&W)A:_M^GS;.DJ5Q@S4KDFIML2F!ZSP/1Z.8#T\=G/ M5C"W'F;M'F9N`S/M!+/P`>G@$]/S%YAI)^3_"LRT!?)_!6:^!_LA,+,FP"1^ M_&B.(&_8`:GI$]/GX`'Y.A(S?:?]``2BB9DY@OLH,-,'<*$X@`AT8/X!< M-#$S?\),FYCIGS"W)F;Z!W?``<25B4$[@50V,5B#0&::6)&/E;SD)2]YR4M> M\I*7O.0E+WG)2_Z3Y9>?U*"F)N*9Q(Q:`-2C@1FU`)A?`C-J`5+G`=%-8J8/ M(M(A,5#!-,ST@=2`+U;G4=K>Y<$Y>`8&JM/-J$XWHSJEM+V)@=K?J"0WHWK; MG'IM,NJ\R:@!)U:OG9#:/,LYS'T/UNY;IPYFOL!,.5*]-0S&[*E4:!>,SH(G MKR7*`9(8[+_%J`$;!G/;,!CK;M=!3'^O$;:!"GLW46N[B11K1&]P+@5FYI;. M"2"V2@S&I2>$0,S422IE(%3*EW_R]\?_Z*_\E=_\O=_]_3_XE?_ZN[__.[_]N[_UKW_E-__M M;_R7]L\?_,:_^@^_]?N__CN__WN_/D_S_.O_[C_]ZKG\VJ_.V_YKO[K^VJ_\ MD[?IYF.]>;[F?@G^O[_XYOWZ3-'U52NEBY2N4KI)Z2ZEAY2>4GH1_0S2I^[< M4_?NJ;OWU/U[Z@X^7WI&)BV&^=,3..L9G'4O9]W+6??R%_]WB)[?_F?=R5EW MR/\^R/\!R">0/T$^@WP!^0KR#>0[R`^0GR!_@?P?@OP?@?P?@_R? M@/R?@OR?@?R?@_PW0/ZO0/Z;(/_7(/\MD/\;D/\VR/\MR'\'Y/\.Y/\>Y/\! MY/\1Y+\+\M\#^7\"^7\&^7\!^>^#_`]`_E]!_H<@_V\@_R.0_W>0_P^0_ZJ6 MO_0%](M?@VK^!3_LI9_+?\OL/S_)\C_%\C_&.3_GY8_9_UVC%\+)2]Y MR4M>\I*7O.0E+WG)_[++WW\5E%'RDO_YR_^?$"U_KK7/7Z.O)2]YR4M>\I*7 MO.0E+WG)2U[RDI>\Y"4O>\Y"4O^?^._/\9HJ_0FO_#UJ]? MHS4E+WG)2U[RDI>\Y"4O>\I*7_)=;_E&*;W\> M_[OD)2]YR4M>\I*7O.0E+WG)2U[RDI>\Y']A\O=?\?O_J:3%[R_$Q>^OY,7O MW^3%[Q_RXO1&`)VG!J; M>JI1PA:#;0:#MDP]72.TD[[W--][FN\]/__@F+EQF0VV&FPWF/G>H==$8&:. M#C-'AYFCP\S1`7/TQD[3EM.TY31MH;4[]326@+W,W+J]LL#<-@SF]ME3MQ(& MYO9FYL9E\V=!69TIT,ONC6[E!Y2>DKI2_<2.O_4XEF+5=*$+S2C/YKI58LW+=93\=1S M\=23\=2S,>L&SGHV9CT;\Z+%NI>S[N6L>SGK7LZZE[/NY:)[N>A>+KJ7B^[E MHGNYZ%XNNI>+[N6B>[GH7JZZEZONY:I[N>I>KKJ7J^[EJGNYZEZNNI>K[N6F M>[GI7FZZEYONY:9[N>E>;KJ7F^[EIGNYZ5[NNI>[[N6N>[GK7NZZE[ONY:Y[ MN>M>[KJ7N^[EH7MYZ%X>NI>'[N6A>WGH7AYPW>E>'KJ7A^[EJ7MYZEZ>*F// M%[K"2E[RDI>\Y"4O>RRT&6PT&,S5])=FTXK[P.\_J?6WY?&WH/5_VRW0&/#[1!TX4>'K M+[[S:R#_GR#_XQ^V:[GW/S&WF$U_%K-Y5KT=TQ>4L/O\)F8VUFVA7['O-U;$ M>*GQVC]#%?YD]Z/Q..ZK\_G:WHOH20T[+S/[O[9@/>+\X+-W]?Y&=7]/D*7_7E\7ZH=WW_2]-?WG[I4 M]YO?'R^7`)KO)^.OV[MM5A/;$#6Q?P,FZJ^!_&^"_.^`_)_;MHKE^1G^6=\^ MB>G#\Y#^K_/U71HZ2 MEQSEUY_4\/-^>GQB"PF;&#O@I_^D]#(7[*:HOV)&F7TSE5SU>*#)6G^$Z7$) M[*YT3\RUY:8S_F+KXB]V/2[]'S6V.ZN4%C"2)`;S)4UV5TRO_]:6`\J]_]EO M.OLO-MY_BOEQVM\=-+5"&?HIM9E=N&G+R/C:32]\72G?S]Q7&]&O,)-FY>]Z MQ[P--#A?N]E-N]F%!]\T#:/O'687-LSLW@U.BYUOH2AG5O_I3HO;>OQ8(^[G MUE=;,2C_#;?"P@:C9ZY9=0Z]&@(#\\#",]Z^!RLZL.]GX..V(,ZFG_'U=1N% M+S?+)2]YR4M>\I*7O.0E+WG)?U;Y^Z\,&B4O>0'R$^0O[[8./_ORD$9%W3[0OZ;(/_7(/\MD/\;D/\VR/\MR'\'Y/\.Y/\> MY/\!Y/\1Y+\+\M\#^7\"^7\&^7\!^>^#_`]`_E]!_H<@_V\@_R.0_W>0_X\O MMLYK_=?ZK_5?\I*7O.0E+WG)2U[RDI?\+[G\_5=F@)*7'.4?7_O7@VF:7MI+ M-3'@&6D8\(R\-!5"8L`S\M)>L8D!_\KKP?PKKP?SK[R4#WWW1)UGTX,;^\HH MY<;R1O.0I4SK[\PKO13QM;QD;$4OM9D9O;/K?$B>S$S?ZNMES(J[L0P-,BDS MQ3<6KM$X,U-(6^4F:J-A#HG9H;Q[C?\Z<#M8P,PJU-SY?R)\*3!?9EVW_S@ MQUJ?OA_!1,PZ.VE9/)^(S&8^[L1ZHQ2-@SVE;X1"5TRWHQ',B?B5Q/1L-0PV MW![!:;G,S"]#@,S1(%P>P6FYSLP,R[`'M8P8`\+S(P+L(<%9L8%CKG` MS+B(>);$*D*PY"4O>_R]U\91$I>OFJ=2VHY0@SYHK[&FNL*>Y MPI[F@GBJ*^R*F7$!ZV-@9EP$=U-B9ESHNFJ8&1=]E;TB!SD5$G1\Y"4O>5U M@M4)5B=8G6`E+WG)2U[RDI>\Y"4O>B1V)UU86`WMH]K.=,606,T,,$.,3#!C#&PT_3A-&T1O.8Y9G?"ANS? MG:DBL3NK1/;]3A"1F/F>8`S),3-]$$P<.2[03IF5X]H6,]:"`"/+F7FX$39= M,$'TE&-FQEHP?V1;3#L%'56.R_=]_VKG0\I*7O.0E M+WG)__?E[[\R0Y2\Y"B?Y^XQJ]3[KZ&NG22V:W7[V\6T61F4"KCG6!9FCY%= M5*C;1V9.I8YN;3D>@H\YVM(Z>2?V;I]Z9]@4',^!37)V,+.,S*J":'MD M`A4$Y)%<8)4J[H9MFF@[^W`G$F_8I:_%W_ M=KE7!B^Y(*QO?6AC+4PI8UQ$FMM7W[^DXC1' ML3ZA')@K7Q]+%\T1)#C(,_(^GB,#LS"AQ3SH/3U2\(CTS9%X8WI^"V4:[M96 MY;KP&N7T.HL^F'OZ;L8=^2Y4'\8]?7\7Y/UW-XN/;:+ZU^-D:-^ND*"B8?M# M9`FZO'M$\I%Q]@@3?;YMX`XX>0W&/.AW5NPCO5<@H4F,]:GVYE=[UY:\Y"4O M>^_,K^4O.0H_ZA.%U:);*#.6[H:]ZXR".S%*H.F"A.1 M`EV3IR(34A5]5[UUK1NI`9LZ]JX26;J%B-1KH1+1*J95YP]MY9IJ'\PVQZ35 MK^@3DDU"7;0T6K7$PZ6E74U+$B&F>8W6[IFJ/.II*\J[=3/7//SIOJ M+E@3.ZCA.Y&*R"D[\GPK\]*SJ[O$/+2YG>1ZB7%9Y)JXJ$?UO,\Z`B;7$JD/ M8>TN'RV8BK0:>X74>6UP]-RV^0/U83-K@.JTK1>QWZ?1/SU'[R*XEG:M==J%6S[UH-W_:?,+],GZU`YMVVEH3Z?N[MA.]%._69M>]R'O(L$/F> M.X'4/5G\Q61\RX'^.7OZ0E38)M=NWDUA=G4G'4KF)/[ M4`IWAU@O.K(R36MBS3\?W?G*%/M?/:["M;2`N,Y]I\X MD^>^SH2I>9S7M/\.O6_[%*"K@,Y_GJX)<$\?[7O:]$21AYT:[7E"6]:'S'\^ MUC74^>J+5&'R;?/5WK4E+WG)2U[RDI>\Y"4O>G2/U$EB32T'$1*@M@I50]>G".P%GKIS5R>(R(.A+KD3="4&*M>F M0B/5V_G`*(]#1PREJAU,$*%+@N\=>ERFKG8DU=0F59(9Z2#*/;OZ2:CVSX^V M1ZC>YJX!1*_OKF,3;0F=$*C:5XVERER;+C:MOD]3%YD`)SE_&:TA5%H9D0'? M^R:5PG=C-IFQAC[T/`+D,;V"Y_HPNT$$2)A[(!)'[[^+*AK6[J;WRHB"$*K3 MZ:.-5.;6AFE"OL1`]?W6W`MS5NY;8>[IW2:SQJK-=4NW#*JHH(&)**OA[2_. MY&76_L# MX!OLJ[UK2U[RDI>\Y"4O>MMIH^ MO_J)Z.8$E5VJ,AV9S22Q37LW)YD4D(@MVGLT5$POI4ZX>&A3-(,ALSD@O\;P M5@4"KJ7KX@76U%9``M<(3US$$&#AQ7L?Z^FC/2,585,;"W5SF_=9JV,S@@?( M@<"\E!$$NMS>;6%BCE8P`2Y=Q0NFH+:6P%S7^@XJW@W,4J^/ED\1'$U]#0J/ M\%$GJ(87$R6P0!Z>UP/-&I?(-%UG4RT">=72=98""T(>;4:)J!)89V:.PMRC MR:O6SO9&:Q"(M'8PL6Y!&KQXZ%, M%W,/M*$H.3)+39]C5:GO>V"6VN^):;7Q"@24?5M2!-:N\S8%!GMLW&-`7'F` M^6SZ=%L0?@U^.S0A3?)^2'4ZW*E+#UU3;9GT?NA;B,R8)Y@_!ZDE16ZM#R2$ M/+LOP7=]SPA/O3X/?4ZD.1E,JKLFKLPU(?;[($R$J+R(B-+W[;#+J?7I"/!V MOJO:NP`B-==N'U5K:=%]'ZXE=(?WA:_:V1\`"FOOB>_7V5=[UY:\Y"4O>^_,K^4O.0HO^2E('*+_2')>H8W->0+6+5W`%'*:7)=G)K4Y$)&!$1%W::EL,646^6:2-(=R@=DO'\W(*69AOH7\F`L M6F4W=?4OM/,`;__ITML,^7:?KB;#B_1D2:*DTQRD]YC(ZI$N$D, ML)H'B!OT<"((.[Y0!>#N!N!#%.;_#.W#415!D&^_,K^4O.0HOW@&@Q=O4S6`-^X!)"-35ZN" M6J"IHH7'](A^`37NKO,V7+RWM=HXTE]K;_BF[B*>\TFWG5W+\GU-M# MY0HY)"ABJ&$'JW%/'6V3Z7=!K;IK%5IX(O>*OQN7D?\$QFPD$!%8:RRE:]ZE M&O=B7@*/<)T^.4GUQ+Q/GT^1)_EA(B2`\"OS;E#N'JTBS-Q$0*@$.922I$E$ MCO3T&+1O(W\&>#YK8IWT%B>RLY75G(%!)$X;<(A*`+5QGEFZ#[N)K@NO;\AM MBO@>1(=`)./4[PXBLM,IT?,^@FB^0T>Q9&XBN'/& MY:GN.+T?,@(+S(I!RJ;K/+I-B^XXR"MR](M.E0/"ME9=9PY49Z3.FY*Y>\!M MX=#YA])\1H1M/024,(B6"I))R*\$>>W&WJ1(.$/^=_80-+&G%U@O_8A79K=! M8`BD>H=N9][APM0U,&'B3*S,+R4O>(]H36R0&GOJ[824 MZ$VM"F:P34=@78BMM)IZU5[M%[,-J)O!HW^<9Z#^#34NI'4'T\50&POU=@^J M0/7V)+]WR:L%9N_._J3&S.3<:FI\Y"4O>>`8KRT":( MBX?OO=SSH[5!S_Q5JVZ&RA6\FYLW/*BF@IP+\MX8E=W:W9&_Q5*-"X1?*W#8 M=PT9YJ6`>W&"WO7Y#F75-6W.9J[588(72!5]<4$ M"*K,EQRS4+V!">+95:!`'A>Y!+1J?S=JW+/;[`069'PZ2B<*Z\B1Q>1*&/I, MA:U:Y3K."5#UA6H?HFU>YZ3:1W.JSY%53#(Q*.3`D0:30B`8"$ MZNRZ7#I#R#SQXCV]]@%76`_#4N?$IO?T."?`K+A#),>(I")5.T0R#D(LH?KN M2Y.B!Q=-(G8QE4#$WO9`\JK(A011%TL^O>DV,=4TFP$G? M*]/#Y[V)B%+(P];..LB%U-8\K&LP8PXSF.C[6&>4YTJ;MM-D#*:+69OK$@/2 MSG'XTOT`Y'%M34#D5I`4:C-MF$W-O7)?\TE*"J9?(#"<7V/,(/+'F&;"E46; M=Y?N)Z+VPU/5^=7>M24O>^?NOS"\E+SG*KZEKPF[L:%PB'3DC3/3Q@(:7VVCLIL`URE23O/ZA'C?GLU.J9BUD#3#,Z]TMB M=[7.)=<,Y-G1ZK54PT->F.:%#5$0:P^!41A$+(QU!JF50V5G".E`71G18)`> M6I-0I1<]Y%^8C2EH[8DY%+:Q2K*I]BG_@O.8-M\[3;0;D>#DF@`3DE:=IBD( M"!,W$T46$0MZ32P0839,.F`JV7NR#SR78)UITVA&CD#>FUA+0(HX/:1Y8I`F M">*GQ:SYD:L$//IW(*_J&G%E&AWD1R+*,3%0[9\/3QX'I)9M/SA2/3`+[WHM MI4D5U.DOF/>IKPG*US'S?FAS*^:]>Q`0,5FK4T1$C?4"N9"._JA0&$2JM+6T M_N"L$]\;9CM24O>^?NOS"\E+SG* MKS^I]4__YLT)*H/-J%PWG4X\(P$@/TBD+X=TQIH[/7,)@&?I:4A;3AT)D!B1 M@1GSQ*D]IA,#M<>I59FI;A812M.C$XR!!RP0^4Q#K0.JOA=_;S6JOK6[,0ML MZWIEA6F33A)4"37UU-<@D&5%G@]=9U,M0M^#!`S;$5W@"+C`_'+T M$!B%Z3,Y3<8BC]"(A(.HP["70`3=H<=SF-F!<&\Q;2%2MC15`E$?K,\>V*-, MZ9U[4JW=I:]K,!F[_"?AF@"F('/GK#K"\Q%)((I8>?Q##.8,PMK-Y"]VT1P[>IY/V%[4#S[GH9HQ7:'"\+$ M<;X`V=EJZ1>UU5U5E.F:C4H$V--'LZ94IP,3//53'Q<1;3/U/@BUX_1`DTYH2B!29:BP M181$3X&AHHF6/K>"U&MX!D/.GU-[]*>*D#S"(2WXJZNTP*/XU`1'EP@)/0^4 MFKZM:^VEG%[?@F!EJ(:%F6B0-$%*=,JCT%-UD`=SF#&-28Y,71.K<8?-AS#R MM%X?4H7=QGJ7JLR8]X/7Q*Y-+($9E6ND9XJ%S:40/"K5Q1@B:M4O$:SH_3^::@0B),"M"+J3E(2,GQYJ' MZ`E212=Q%ZCOS=VQZ73B:::%"*4@@=/[-DQ6L(]T+IU+/J![G4N_5X#`<(=S MOD\KYM*9N"V-0`T(+T\][W.WKB@SV(B,@:C*4T=CYKUR7R\YM_">6"$2=7I@ M%%+>X;0F="35Y5X!,W0[9("LM=L(:1\)\V?WD+`DC&*/]6N1B#(AWU&,9^ND M-O,!R>O%1/9]N:_VKBUYR4M>\I*7O.0E+WG)2_[SRM]_97XI>N\#/P#!;?>_9YH+P^NU:/=DX6BJQH=4)DQ0%> MP^EI#29.6)]37_.4-P76V=A'PLM\F$WO_;M@0.[4;78*ZZ[8:GWNNEQZ^QLS M'ZB-FZF2\B]L4]O>(CJ M"F(D8\H#$_5JB+0.,+_DV@6S]_1`4]=FSI[-]"'<"/1>.7K8@L)T3HY+-(/& M=DUZM71>-65Z&E%DXBS(2#$310:Y@H;=7V$0=3CW8%0?Y)IF37P\D']O! M-)J8OM^/OA`5U@]T.G>!.._0YI[+FT'?[WMGP:.U)/;#<&F@<_>4=2;9&9P% MBSM#%KG?\UU'>6$Z\I*7O.0E+WG)2U[RGU?^ M_BOS2\E+CO)K2E^MLCL=$1,0374J?V M#`S43Z&:TN56\)P=!!U"-34-E2NDH]Y8C1NY"S3!T=%=JE6=DU;9/;M*"\8L M4OJ"R@(Y MNI#+:+5J4S>+_3!4A.`-'R8DO3Y7$R$1:&\W=3H0`*V@VF]K_JE5PU.?/Z'&[=IYS&4%GOFI:M=C M%@1JL-]G.0^Y;X$H;"PH4<[E:1D)1-1:O@6S1&HAB-21=\KXS"D.X>( MT("$,:.0M(H>(LQB?;8#",Q2VX/-9Z<\L]+L+2(6QOE)Y%PZZB+/$%"U+^9^ M#S<),%GI"(DDKX)\<6L/J55[Y>3U.9C@U)KOH58X[Y`739N78NW.LMQEK.$> MTV^&7!-P=ZPSS]&N\[M<"!KUW>^B%3>=\R?[!^=NZ]_M_/QJ[]J2E[SD)2]Y MR4M>\I*7O.0_K_S]5^:7DI</H(B8Q9(Z3MUU0T0 MB80I`4PSAU0U)"943,^NP5T+ILP,S]X_R-NP`,G/4"F3.AU2Q8]\#T*U M/S\ZJ1"D08;(BLY+0JKV$]*0+UWE*M1R0]TEQGI@I"K:=/^61U>U0]2%GO<+ M@1H0K/0&"6SM>EZ!A9>R2?DN")RFSY03T6\B`@32W9\/CGYYZO.E;R\T)8`G M>>9IT>:0.`?UVGUUEC$U9J\'1FML?=.+/K3H$,CK<\!ZR7,)U-0FNF?1^S;W M"N1"VIZZG=,XSW34S*&C`',M$4$<1'),_9P0IMAG/Y><^0SV0Y`IZCTVF!CI MK`,S6)`BZK&&Z,&,/H.(H07NS39',LWZ)1^7B-(99Y;-;P8D=V`J28(X:*?. MPY81LY#K:>L?5??F4]:9N7ONYJ6+:09\I*7O.0E+WG)?U[Y^Z_,+R4O.[N.TAFI9!19R%`I M0VZ-\+Z'R!&C9@D,O*GW'ZBT[M[^%PQ4A`?/[=D_^BV6*CM0IX?Z7JM5*:7O M&VO>O\([?>KK#%)';]W>11C4N?6P(84M6D4X?;8)F0=;/@0@/]IUE,#%NQE( MQ/0:#`V9\9@&LKJ,X!'14L^N7J/H@LY(I+"NIQ?8IL^)I:Y[98",A-%?A`P$_4!_PX;A%%`[@31#&FF%2:YC#32 MIB`:SY&GA4BH8.T.3*R7S)-D,/B>BZ0*,BE(I0X1;3U5%9DC5S#)=8 M/B.35$^84=K=`21P[7XP9_(&:VE@9)+K!YXZZTY]/SS[_J.<8GUP:$^#">G0 M)(RYYH'4TKW=MK[1:-Z%6\8@9;N-]5=[UY:\Y"4O>^_ M,K^4O.0HOZC%016]FU3<$34SW;"N;:64L!%5HM5RPW588*$J`G6>4:]!VO.E M<_A0GH_PW@:R)4@9GASO=U/)\'@7J9P'_SN8="*E/7CTGZQF.70$06+@Q1N> M^6!BT>0DEW3P)M\#F'0VB)J9AFI8J^6"0$9_[]0>S!=/>:TR7X&0;I"(`1', M!I%-&"-.Y7\)BT\IIE7F0\;E( M*E`M0O3+(-81^V'D7Z`<-3K2**,$(/)G[Z%R"C.FY@-,)6.=@4GU`(+&0<0D M]M^8(TC/_@(5=GK#`W;P67Y`),Z((!"$B1G)`=%9.H=+DB9!!,':!X#6&1%& MK7)/S]W28W/PB+Y/IBW]"%3J[1Z(2:1>9$H8)D!89R\P*PZ3G#B31Y2.B`Q- M4B\]UNT.`(+-2/ENS%F4@P?.S\Y)ANX'DSXG>@"2(DEKS3?N!VU-0)Z=TZQ! MR$F5+@9PQVTZ[U2^ST04TC#APGYO^T\0'XYVBHBH8:8M\TO)2U[RDI>\Y"4O M>D:7.T!5._5YAU359#Y+5328/$!M-=2.D%,E]*!]?_P``^*@9IJA=.(M_Y!6.\8_ M0'1CF\^/TO3>K4#26'D>M+8"7EA MALA>BSB':#B`4PVXP[1ZC]I\^0*/7] M,#V1F:@O*(49=7,KYP@3A:ERD%J*"(E!]`:YR$#5GJ9#(+:"5.J7*%4P/6G3 MS"4_EHG4!+/487*JG/T`HCT-N9,>`[)(B.").PZBR*8^MQ") M0_F_>Q4/L!SN1!$'<[=[_:N[;D)2]Y MR4M>\I*7O.0E+_G/*W__E?FEY"5'^24:!3QNFYD!4E7'3W_(?P)1"0,#0IY0 MG8):O.N$!'9HHI14.P+7_M`!(Z:]1Q=0]0U,$!5U/B&E!ER&V@/XV+4:=U@8 MR'P&D3@7HBDP2RUZWI^?Z2$32T0V@=?^^D`5-LS?W#6X1&:S/^58C^SRY(&^ M=MVJP"C?P\!`W;7K=,:9CEJHHD=$#7A];Y, MM-IXE(-\.2N8P:;/2% M,41]XOX;YD^*)CH?TF5CG&?PGEA[@]09Z7(VG0]E@L]S$$A0=_A>V]/RSOEJ M[]J2E[SD)2]YR4M>\I*7O.0_K_S]5^:7DI<I1P7YRC`]"?/9U-5(5A4&*M>G5-TLG;J?O)L7DSVXA(U*I].%N3&!!(_!8@O6KS!U%=4S]? M8$V_.G^9@S9M;]&U%!9$H_>2U%-*:)W!+GRS+ZKL^00T?L MY1D"426KCLK+,P1R##42.(C26>`<[,%0*A*G]:_]`\2.QT.:Y$9T*Y@XXUX! M["7W],5T"&:^0]X=EV@I?3\L)AKE`(*QZ;-LU7OBV>\<(";;P;2]]')`E-F^ M!V?KT7UDU-MMDG5FM+!82W,_"Z!\Y"4O>V]HDT-250"HT&S59Y$T!-1*0M@S2'5)7`M'&LZLAH,[6 M%E`M[I),XZ/:V!\R^F5$,X"JKZG3(27Z?NH^)-&-2;L,7MC@_9LI=D&EO$'. MD:GWCU(==SVHP+8GUWD`B&^#1S^0N;6YA;&>/EL(R>JFAU1] M3WVLA6EF$-)!'JCCR7T(]:\A$1,1!-WB1F=6&Q?(VS#K.B_D?[`?VO[3ZVSK MX48"VW7.F%B?)D*PJ5Q%G3T@@7)RS'`6+(^>*PC.Y+:N(;^2(5LZ>AB=PMK" MUY%4JS')@8GLDGL)^M#VGS:-AGH;S`5/?9X]^[E[WP]YSM_W6)IM[N2-:9X` M8C+*_=+.>3BSIGYWB.B0:9RM8+IX/3!B=M.F],Q#`_M][P,@YI;(N;HEDEPA M(D()U.8OG,NT;00 M);>I\_JKO6M+7O*2E[SD)2]YR4M>\I+_O/+W7YE?2EYRE%^\L(FK71-&!;;S M3_\@4=&JHE-'U`36=5<"B]3TMW:&&FF3JJDDK!$JNZFKCTDPT\@Q`?H*F=J0<)T`<-")_B)AE8578 M`BKEI:MJ@00N(A;NX](_1:IV:U[244@7LAZ]!MO\"5/)U%5HPB37@Y.4=WI& M-H'']*S7X(@<@6BP(!'3X[(#.5`K`F1GTU!EZO7YZG8!Z@.8$C9M7KI$D4&D MT5/7.9GU,O6V4)ZD0ZI_+R9J,!U"GI:V7KI]5(W9)+^7$8F@_CVA#\-`M0@>^-YJ(E46;8XI$Y MY"7W0T9QB@BZC/#4=UQ$>!HU_#V28^X!\3K.;!1.S%NP!<(?19EY@8 ML]=G2=.:."'_5]^RZGR9^MT!T75A(@.2NQYVHO9#&W#]9CBT^2SS)`FBQ>Z5 M@&21YP/SM)S]HE/W.^3$&28K<=:-.QQ(7D^=1^]BQOQ^37RU=VW)2U[RDI>\ MY"4O>ZFT@V8HTUC#OAE0OHB<@@D!'A^1^$";.M[AY;U/ZZT//>S\",6(! MUMG<][M0&P_S&>RQ69NHE\[1AR:KI][3/ M#,V4`&:4$^[WSO5%T9&+,74!N>'%G`SFE^V!D;9'OY`)$V=(8A!AUL-^5VKWRU=VW)2U[RDI>\Y"4O>D.XBXP):P/J4X?JDR($@AU'J2UU:0M&4$@HD-& MU`6H57>G^C9JN46K53-:`]1RH1:?)`;>_IDW!4QD"^09F#X:'>+3;Y[K`GM^ MQ$A4U'508MZ'2[Q:GV`^2W(\(*PY'RKZ)=6\M,XYX$D[93G2Y[7$+4V0CWH_*0<(-N#HQ4WW8>EJX;A_-RURCS=#X"H M;]$Y1\)LZDPZAF`SS(-`JC?K,WF8!,@UH=N;U1W7-ZC:#VV_PQT'N8*>G^5' M;@L0K7@ARH3]ONES=YB]A6EFF)/%63>-]0E1:[M_48)HC>X MI_5=G&9:(-4;"6[46M+Y>3+2"$SWF[YO\I]7_OXK\TO)2X[RBP>Z4]&+G_#=4560'R5//7C8[SI=>O+4$Q'3 MI+%IJ#W`(USG=$BOT[OZ*56GCJN=(@\FJ8X=Z3\PMXWV%L]Q(8*5IQSKBZD$ M2-*VAU1]/[O*59B)AGKF7NY"+@-Y#1S?O"'K<01Q0T]/:P+Z=\):2G//_X^] M?]N695>N\^![/X7*095FVG\!7OYLOU&A:/$JBN"F1%$7)EI_] MWX48F<@Y*[YO[2E*RV-1N!BSM15]964&@(Q`]@`Z\I+CR95E&.Q4.<6D$G&\ MQS$^0?<_?`=QH*,>E+7+GKYC._:2\TB>QS@#<<-R;#FE=P7R^WC.9`G%&7N26#=WK4')?RQ;@)TC ML"MH#+&6QZRSM`9+2Y[YSM!95B2ATST?+_?C62@.EH]T=\]1XY3P3!\JF M^4ZXKS:O7?9E7_9E7_9E7_9E7_9E7_:?U_[Z6^6795]VM%]7D@M%`66&=O`4 M=!V<.7(>UI)==RQC_@Z[?1P[)&!%:OU(RR_G_1)J\5RIFZPZ/3$0/]K@".%3 MN(NHZ'S%[84J@A7:):=CC\?(A(-.F@R.G(8S'29]3T=C'PIKR;,,^BG9Q3+/ M8H'R2^[[1<@':$?8K7%H%&$I:/P#?9N+N4WZ$$J'<(;+Q-ZIL'G&0D*AW0X* ME,X.N>5C]R9T[.WC**F^C\';QR$"!^=N]/S=/)J$2@+#]Z3D,=^_/(:,=SJA M`4\*%';;U'P%^J3,Z9AU.?,@2I5`T6_Y;\Y='OD['10][$:YY3'Y=KPKX$,Y M:A19?(%WY7X\"ZSH+\?6/'K_DA+\N=J?SFFYIV-W[N8#L;,H#T+I-R\=3E$H M$N"ZY7GL=H[YG!:GW6=G_"2J_9:W]>T8@W`^3S\:->M;\.&H=M`Y9>V1]L,L MVX!8UBC]TEDE^>Z7F8MAEV.#DL"Y]`+.-^O'>H_D'3O7+F3Y8?B7[W9K>;R. MQY=S6F+7#(CC'2]O@D%,ONR.S,?+V%$*Y?(.0JZS[)V7ZX:@(.S*"]''[W_S MJ\UKEWW9EWW9EWW9EWW9EWW9E_WGM;_^5OEEV9<=[9=S6F#W1)65I8.&`$&E MH`]AA?8MIR]F*0&.Y@6!G'/G0;)Z]#R;(2DAG700B('M^1D@W@?8/?$=KR;B7\'HTJK]F,G57Z_H.'SDER7H[A+OM+Z,EZL])2/ MI?V>/^?]>,>H__;T';N(`^44;^S2@1TNL&K_')_)61[[QR&T^/X>G3L+(695 M*1D/X34ZERF/K7,7((@TA4@AE,1'65%*)7`&3^SRR/MVR]OLXZ=.P]@YU9_I.VY'1MTJ-05>0PPV?TR\HJ=906B7EURZGXDB63, M5Q!%/'?P).>&[1]>2HA=>5`RWJ0]00QS"JOF)1TJ59YG+\&X'O&,Q`VKQ(E' M^IOS.6&'&>R$NRRO`.&\?)?<+.G`4H@=!!-OGUW^'I>^VKQVV9=]V9=]V9=] MV9=]V9=]V7]>^^MOE5^6?=G1?A'G2BC"DRJ"5:>#SDM67DX1(Z"TM@^FZ/.2 MSJ3>X)C@?G"6W_WF25<"!1H[5:`45#XR>GOND'CW;Z[>!N&UF@M&/8Z*#9T! MLN4B5+-=B"(\%*RR^^4KUZ?X"AWW^\SIKK.DDY1[3HU^V&T3);E\+#WR^TV: M.EE1/+![T(ZCS`A MFC/B8/ZNQ.X)N!^<8W+N+@"J=E"G0-6&>&->6CNWG23C;/PFG%NT/5/_PO=\ M-]$<\R!B5',1N%G"A5+Z!D)]LW28Q]::[YJ9XHV45VRG$>QP>1QC'LHA09G# MDH9CFP3UPWL)=^:.A/:_';$._-MR(="(2[!KYG:,W40H[-P!`B*,)6_/*4B7 MQ-99UI==5G".5\EWK+_68YX:]Y[@+!N7YF[Q'+8^1MX]C MEQ64?O,E&X$=+SWE8MC5%>_1]\_YU>:UR[[LR[[LR[[LR[[LR[[LR_[SVE]_ MJ_RR[,N.]JNH"=!/!Q_]'78_*5<0+AD7`T6?K\*>9Q#`2M8-CFX_=>KA[(*Q MRIR$BO)S;V9Y"787#-H1CE:V([QCB2P(C#WS^YUB*$"U]V?>+D>%@7:JQ-'1 M4+IH:;]/$14Z4L$]6#,0B[$N;NI??RTEPI3\>L[WF;G8)["9UW MKI1_CP47H:G\NH@A>=\.RA5VWFTYG7XY>P*$K6!U^NWC6)D/-+4<41[EW;PT M,]Z')!9,&C[?)3>$T&"GRG8T0!;+]WPL#4Q*3U%VDW(D[(QI(J1503SN?KRW M4,K;8#?#*:Y&(G[U`\LH#4I=AV8>E;-&C*0R^]$9%.N(WLY+CE-H"LY-B7(( MO"NPQ.#V<0B,23F9SC\IZ7LTGS.Y[ES2`#L@Z[$M([L.=OH=X3$KA\P\]OZN MG"4=**47$4'==ND_V\$CY;KGL58B>\[;!XHW[K+K<,]SW"SK@VC9N54GP<9O MOL6"KS:O7?9E7_9E7_9E7_9E7_9E7_:?U_[Z6^6795]VM%\$G(`6B-7B.<54 MX#CCVTE#W-ZPD]*"U:K[EO_FN3H=:-6@-G+ZJ0,M=Y9?@$8*$0X0"^D?K)D/ MJYL?GPQ+0NM,6BXI%YR[4>!8XK':&)YE^$?GUSS3^\T5_2#<=2IT91B(;-T/ M>HUVQK2<=CQ+2$`;Q\X#H#F/&DR&[1]8MHG2A9Q+0>>[P!E*MX-6A3-5XMCE MG.9\'ELADG;9C/ M4_L7'^`\B[QO9\R"$F#$`CE;@W8/ MYF64N1N,1!CW#]SI0*)SQS`BT;)1;@5ASK$K`_&<^2EV(+B)T=KN&Y1?D\Y+*3&/HA74;PU>:UR[[L MR[[LR[[LR[[LR[[LR_[SVE]_J_RR[,N.]D\:Z?Z1KJ`\A5)(]",_;GL*/\'1 MRN=9NAEV+''.[IR,^9V/`M1*7!T[>V@66`% M8'#V!`B7W#^.E>MYR:J!F,W1K502B`Z674%)">G4 MX4^."3X%S8A"RTM6DUI,2GGGBNFD1':.:Q([*RFU.-LE&1/G.T:4\BWMA[D+ MBT3GU^3'2E_>!\&H')*?_1+O2LWIW]LQ/D$TB8X,OWTP MO7T[_8.28_E`P:CQ'B4EB/O1[^\Q7=,:!@AU+)A9%F61BP!F=6G#NB MH/04*^5%T"RAS$^1.]BQU^`W1Y/`N5-'ORA9@>#>L263XDOBPQE;Z,ER1VWHV]A2=^V?(G!14P1=NR5#Q0^[-#OYYA(\M&(D;#3[VBN;+G*P%(1OZ\VKUWV95_V M95_V95_V95_V95_VG]?^^EOEEV5?=K1?CO=.5I)/JAWHA"VG6>8JUUN*#5H' M5J[7G&*:Q\4FU.G]H)CHC(5[?MU)90)%,7XS*]@^F ME(^EYLEUCWSWX%R9#Z6@*N=<[7FI.4I!4!H]XP2LH@_AKKRDLX.8XAD+WD6: MIB@4G,42\0SB=4UCZ^7L)1GS$.M&22`99T>:PO.C!H4-[WN^DV/&,U@.$+M* M8#=17O:.X7YLH4A\?\C[5Z#T=/]T+7N/'A^'X&5>FME`5.\<$[`K+\HVD-_A MK)DY7F`LY;M?IEAD(N)W^PQEM`L0SA&:?92,^?N1'Y*=(^><"';)[5`:O1VQ M#LK"4?J%)1OVG++K,,[GR7/`GK?9/(?M[1W[:O/:95_V95_V95_V95_V95_V M9?]Y[:^_57Y9]F5'^_5LE%S<`H[##>&+VP>?S5!SBO<4'TMHLMM)Q\(QUK>< M3G@<]"^Q`(P']],):OIOA/$J& MSEC8CR7X&3;*+T#=@+C34X_RE>27=P7\ M@S+F[6QK6&D]XD3^OL?[!]0WB%Y-#,356DY)SG:1E>LP!LNA2I>]8^4CW>VOOU72 M6/9E1_N%9D]6PD^1(EE=3Z)(^;&U%PR.GP5]]XD!-?K"Z.C6O+QRT9HW#)ZE MR6^V#]P!,59@)ZO/YW6P\K=]X''H.PA7G;^94/Z3,C:J602ODM7@$Y/[)>9UAX%]>'KM9,N^C^$UYEN1,F//=A-USS^,P';Q?OG,BL+PT M'SY(W[Z7\2:6C.O99N8[],.QU0\Q.5[>KH/SV4XE+;Q?GHL?$%LG!F/BF;?U MB<$NVW.K$6'P+.RM/?[5Y[;(O^[(O^[(O^[(O^[(O^[+_O/;7 MWRJ_+/NRH_TB8)10M1.3S_N$,I_7W1@C^A"$5TZ,1+3R,V$NUPEFPDYPM@2< M\3$I4&K/7*#IAS8J\#T/@1]KL7?SG@DF[4/]!J7EB,'9S\:T+)NU"N^`& M)OY1S,K/N9A"=435YF>[3"PIOYQ8L@/I%.FC?J_2#_ENM@L&[5*E7?+=0E,0 M"HY1#PR>,]\!>,'D-^T\#AJ#)EX(9>\3H_S7Y7V'TO;$X'Y=8@^4K^=U@E&[ MC/*U8#3.NK19EUS5Y1V#)103DUVOE..ZQ)#]`TM(=&;1X_-5>"]'?K5Y[;(O M^[(O^[(O^[(O^[(O^[+_O/;7WRJ_+/NRH_WZ22V?Z;`J?Y$NQ"U_V2:;(A,P8KB MP$"??^?[C>N@'P*SZT"XZL:4:YP-(K\)_1<"6](N=#SRC?MH8-0N0RPJ'V<# MHW[(SXN9N[I@7![X2;9UDD`FGG;R;GF]R. MZT"D;\O/`IJ_:1CL'"D2/\NAN)=AA?,#')4>6)5WLW"."PR>$W9CSNN@76"' MYXG9L>;)#K/3/RC;A"@@^""EIR*EH'%=LEOJQ"BV5GFGI4169/=G_";^S.N@A%1R,<'+=8#USY>)KH/2[\`HYS2)2TW&M93(`I-^6.6795_V95_V M95_V95_V95_V9?_&_OI;Y9=E7W:T7S_3@8(!L:7Y*2ZT`*P:#CH!*)$N5&T7 MJJ$+=;H+_20K2XNL5H4S:"X8W*\+M9B?83*?DTHL3Z&8I+Q4CGH"W8_\&^4L M\&'P^W(_HL6E?*:EH/&,Z:3.@Z"N(4)T8C+,*0EKS.FBS.X_K"L)6 M)P8QI,KNLRKEI2HEI`K"3_,WP??QF]`/LM,O=J-`FPWL_5R;LVQ#_3!*3^"# ME*5J?FS[Y3KHHXUSW,"H;Q_ROH_?E':!71?C^'6@Z*OL:(OK!(.RXL!H#,JN MM?A-\%W*2U7*2X'!_ M*N7/*)O"_:3T-*Z#73I52D^!?>_#5YO7+ONR+_NR+_NR+_NR+_NR+_O/:W_] MK?++LB\[VJ^?U$`UB(C*P&"%?C3"084:"RZK3" MF2/S.O"]"R4B@BY5Q%"JE%^JB(S$;T+_B8A*A7-%3HSZ?1>*4,HH<1WT@YRQ M4.$PX,2D^!P7..K1?Y M:A4*?C.NB'\9Q0GFA2@FC'^?.$V750@A@8E`2: M"/R-G7=06FLBXM>D/-%D!\^X'_F^R;@>&+3+]H%T4[AB8&I9DF.W@"L^ND/:$$$1@\IP@1-BGI-#CW[<3>2WGCW6RRBZQ)2:?) M+J0FNY":B/$-C,;\."_NK5VFD"3%D%%&@;:NTF92MAD8E)J;B$4.C&)K+O!W MP6"<5>F'5/SOJ\UKEWW9EWW9EWW9EWW9EWW9E_WGM;_^5OEEV9<=[9=/:J(H MQ@I*H!I:3M7.X[;AF.>;T([M@RGE)C0+')=^8K#"?F!$RTEY*:Z#Y^Q"IQRP-^ M\R%M)KL\NNQTZ'`$^[Q.?A/&63^4&#,L%P.[8-!_SB08&94!=Z/LN.RL" M@[:6\W(&!N7=+M3^P*"$%!CX)_3]P*#,%]>)?Y#?NPB,=1$#B^M@G#5Y_YKT M@RP[Z9+[NRPM&1B4/+H(C/54U.N"T1B4\WGZ6.H!;2;SI2Y+2P);NU^6?=F7 M?=F7?=F7?=F7?=F7_6I__:WRR[(O.]JOG]3V*2[4(FB\C^N`HN\@W'7H:R%% MT86>Z4)#[$(-2UFCBS!9E)[D.J*?AI/09E*"Z'*63F#01T^AIHY:&%X'_HW2 MFMR/:-S7/U2">`JM>@RV!-N-]I?2S$O_ADH"`P/J>V!0#ME%O"JNL]_,VSJ> MQ;!\3`P,WJ.X7_Z^!P9M/3#XS3OWPRXKR0.3WZ0^NG-\"4RN@W=LC"48\X'9 M=>#[0_IAE)[R6#`P\D]VJ@P,WK%X5^PZ><<@]NRC]`0^C!(2O"NR:R8P&"^C MO`1M+:6G7<3'`A/_H(0TSF6B\5GD'2ORCA5YW_,=)Q.C<5VD;ZN,:RDO[;+[ M;)=='KN(;.U2>MI%R,[F#+N4I78ID>UR)LXN9:+`\G.9=A%=W44,;)>2SBXE MEEV$8W">S@>_VKQVV9=]V9=]V9=]V9=]V9=]V7]>^^MOE5^6?=G1 M?OFD)DIK[!P!ZJ8+?2@[0`(#VD/./]E%+&N7'2Z["'?M4B8*3/PCBG=@0FV` M]GU@TF90*MEWH0BV.YP3?G](N3VF7I]"53Z%QG_*N/*4]GS*N#SXZP<:.-AB#@8E_ M0#O&=?D['5C>?P.#MH[K!(/5_H&)[U"6&AA0IX')_:"/!@8T[E-V-CUE]])3 MSK:)ZP2#&!G/\H9MQW"@<3:N>Q\3XY)1HW\?UX$]T[:>U[WWW\22\VOF_=Z> M\W+=6[]/[+U=+L^2"W?%;\K]WDM(E^?,A?H>^=EG$TO*!6=[ON?PB;W'UHF] ME[TG]AY#+O>3WWR/!1=,GO.]!'@9+_(L[_'L^Q_:T[WW_:O/:95_V95_V95_V95_V95_V9?]Y[:^_ M57Y9]F5'^_5S.Z<%XG,[IXI.I1C$Y!/^?77SQ)06`*KASK3<^`>$;N(Z\&&L MS)=G@3+*4\ZLB.O$!Z"1XCJA4M[IW\#R%>AGEQ/5-S!ZEGP'P04#JNCQD:V8 MOEPG_0`483RG^$=C(J>B)P;4:;29M:?TPSOM/Z]+SB"8/D";/>1=V9BNC/N) M#^_4_L2`/MSRH]0O&(RSC>G*P*0]W^G[B=$8S,\.N6!V';P/^@=2W?]?K5Y[;(O^[(O^[(O^[(O^[(O^[+_O/;7WRJ_+/NRH_WZ22V?VT1A MC[-8;H(!K3,PH1/>A6`N&-`>N0C'Q(@6[^)[OO/G&ACX5VX_T=94\ABT<=[O)3]K9MX/WK&X#GZS<+_'=?GX+/EY.1.#6%>D M_#DP*#,4*;>.ZR!&QK,(1F-I^)?'\H%9'YD/L(NE2/FSY&?B3(S:F$#]!F/_6;1/GD M8F>7^P$U-:Z#?M^%=AS7`:VS2]\.3.Y'XVR([L#8W:6M11*52R&M=!Z2FPO,T&!F-I8#`FZCU_SHF![R\,2LUQ7=Y'-3^? MYX+E8VE@U"X#$_\@?E;9K5AE]UF5F%4?TK>R2Z[*3KB:BTS.WX18$!CT@^P4 M&QC$P3K*+]#64F*I4M(9&(VEC=_I*CNI!@8Q.3"[SNXGS_DN6#HQ6.I1BXR) MPK%U8%!&B>O`OR)]5#BV!@:_6:7_1CD+WEO9936N@W)D_.8JORS[LB_[LB_[ MLB_[LB_[LB_[U?[Z6^6795]VM%\_Q>73GRC0RA1O8'(=T7(BC%1%G"0PH"&J M4##Y$;L7#.BN)E18DW:1G48#(_]:3EMM!T9])+N0!D9MW80^E)U&/_DLU)ZC MM`;7R0ZE*B6RN$[N!Z69P.!99*=1S<_\F=?1^)1=3_&;X-_8,208E&VJG!-1 MY6R-*F6P*J6G*CM.JI2ZJIR5,*XC6OPI;0VEKGF=8#0&I;P4OPD^R*Z@>$YH MLZ?0O[([*YXE?\Y^O*`)UF[L>Y,RT;@.^F%;UR[[LB_[LB_[LB_[LB_[LB_[SVM__:WRR[(O.]JO MG]1`"\AJU;@.J`81$HG/>Z%$H!04-`10!B+H$C0$4#Z;T$&;T#IR;D,3P9.! M`9W>Y.R"^$WS3]J%Z-$JODOI:6!$U8[KY'Y$-3 MQ!2;""8V$;D;OPECJ^R:Z;![LCI`[SOXUV1ZZS-J%0B(HQQ'8RS M7=I%1":[[*1JLGNPB3AE&R5`R.%2,FZR$Z[)[L$FN^2:""TV*8TV.>X^KH-W M3'8D-BG]1EOGSS+*61!W`Y,R&,2)@4$?Q76&?=\N7VU>N^S+ONS+ONS+ONS+ MONS+ONP_K_WUM\HOR[[L:+]\4B=EC;'X]9%CYW5`2781U@GL)K\I5`.L8`X, M*(,[4V$#`YHSKK/[@0_C.O#A_A/747L^W`P/:L18]R[ES[A.GI/: M6E8W#XSZ0@=*Q('2_X>30SN)T>P=SAF_<2`AA\8C<\J\5K*M('9;^:Q8)=2 M7I>S+KJ'E%^P6B70I@PV,QOPH+T%;R^ZZ+N6S@=&[N4O^ M&\*5\)Q2DNMRAEF7$F`7\;AN9:E=8KF4E[J<934P&DNC-`//*6>?Q;/`>)%= M>5U*OX')=6_]\-7FM7)?3'H'E%$4\9^Y? M7"?W`SIH8$`'!09M)B(X^X,IG[@._),2TL"`HM]%K&>78\$#R]OE:<\)9:F! M22EA%XI^E_-!=A'!V:6D,S!8,;U+66J7W4O[40LC#*C:@=%8DO,7=CGZ.Y[3 M^D&NH_$B9TCLLO,NVD7\`]IQ]#OL2MAEEU5<)QCY5S^P_+)+Z6*7LQEVV26W M2UECEQ+2+L>)#XQB7[U(^VV5'S2YG:^PBOCE*.E">&!B- MP5&:`1_&3BIX%A%OW&4765P'_3">$V+6>!9X3ME!%\]BF#P+B('M]?@YIXZ?0:R(D,GX3Z)+`@#*0,M$NY:5!^U.IY,E4;?@.[?G\P!7HNQQM M/GX3:,?`Q`=[%B@)C-\$WP<&%&]@.544F/0ME$J>1V,"3@KX;S. M_*,2X'B/[#>E79(^FICXEPC+G9CYEU"9D\85BC=YQX[7.2OIG%A2(CNQ)`X> M&Q6S\3FOR]OLK%'@=7E[!@;7P7M[8LFXGM>!#U`6'MB#WZ/Q3U*Z.*]+=N5- M#.XWRHK0#U!6/$)@MDMG_J9AT']0BCVQ9`?DB=&8@#-5!C9*>=#6L$MN_J:T M2U(R/C%ZSE'B?,]5YW5)/CHQ>-_';]+[!\?=S^O`!R@YGE@B,'9BYGLBN#?[ M"-IE8-\_YU>;UR[[LB_[LB_[LB_[LB_[LB_[SVM__:WRR[(O.]JOG]1`-=2/ M=.7E_9,)RE8^3PSH-1!F.3&B4L:*6Z!UFE`-C:G3#5;QGAA112VC(2X8M5G_ M2,M$)Y:4&28&]-,0I0'?1XGLQAC12"`\HW+G?`WMOS^TS M[-`[/:ZCMAYE%'D6B*UQ'?3#*$'D8SXP>1:(GX'!_;8/+#.4(7P(?;1)6S_D M63:.R45*)05V4IU8LOOL_OFJTSM=1@D"WC$05SNOL^>D_@,!O!.C/AHE`>B' MPOFOP*ZNB8GOD',*B%.>&+W35<;\N,[Z`=XQV"EV8A0GV@?F]X'I6()Q#>=< MG1C%R@Z?">5PG!G$I,&CK0PT4,8@]#XZ1`Z/X\I!^D-):!4'(B<%O@NCCB4&Y M)S#P'<[CFIA=!V-IXWQ4081Q7B=M!OD]L.]]_VKSVF5?]F5?]F5?]F5?]F5? M]F7_>>VOOU5^6?9E1_OUDUH^[XG&E56U@<%OPC'=)T9TI8BO!`8TQ!`N`1_* M!ZZPC^N`HH`S'28&[5*$1BI"/\$9!!,#BDE6,(\C[8E2AC,=3HS:3,17XCKH M]RK4U,#`/Q%1J;!*^7'2>?*;1.?!,=T3@]\<&(S!)A0:'--]8M2><%;"Q,0' M*%E5.'MB8O"<7=JER[L"1VJ?&)2LXC?E?M0N<#[(Q&#,=WG_I*1:02!N7B>_ M2;2XE%2K"*@-C.*\["*K<"[%O$Z>A! MN('!$H,*`I3WSVZE\GQ@^;.TPN_TN`[&R[@.*/IQUAHL(VAPCM=Y'>2Q<1V4 M-9J4R,9UT$?Q+'(_Z*,&YWB=&+6+Y(ZV\7O;I*036/X^Q&]*NT!<"O_@.CBK M:V)RW5MIYJO-:Y=]V9=]V9=]V9=]V9=]V9?]Y[6__E;Y9=F7'>V73VJ@L`=& MM,?&%%I@MQPK3*$-S"@FHC:D'-)$_[W!D=/W3Y:6RD1--->;:,HW$5\)#-I: MQ%X"@_X;I01H3Q&6:TTHF$'1P_U`#.48*D@QP5'5$X-V&9C\)M#&@4&[P/'7 M)T;](+O!&AS)/*^#?I#=9VW0]^"#[)9J1^]7CT: M2P.#=AD8O`]Q7>Y[8'G_#0S*D?W^$\\)[3(P*"]U*3,$)CXD\7.PUS<>9_&; M>1\%EK\K`X-W.C#Q@?KHSKEC8!`+`LMC992"OO?OJ\UKEWW9 MEWW9EWW9EWW9EWW9E_WGM;_^5OEEV9<=[9=/:J"B@TZP3W'YO`>JO=/_&$[I6_,/RL)Q'?QFEW$]RHKPFW+>0Y=S(KJ<9177P?L@9]L$)O[!;K"X M3GRW,4_QNDO.$0'*@9'ON_BP?W`I0<[`BNOD6:CD,3#HOUW>33D[JTM)-3#Q M'4J'779+]>-@*L)H/C$P&"]/&9]R5E>7W5(=2K''=(%*S>,ZV&T3F/A.N4K$ M*0/+?7C]W'N.^VKSVF5?]F5?]F5?]F5?]F5?]F7_>>VOOU5^6?9E1_OUD_KV M^7\D&-`)`X-5M?&;.2WP8K.($@E,?A.HF\#@?B\,=GD,#.BU>!:XW\%3$`8T MX,!`M&6_BP]WILGVN[3+G:G3^$W`QNK?G`[:Y9R!\#VGBG9943RN`WIM7&>_ M25310]I%1&EV636\RUD"<9WX`/3H7G[B.J!<=Q'!V>5\@GA.:1>@OG+C*7R$_<#&G=@0&'O4FZ- MYY3K*+86&6=25MRES!?C6IZ%WC$14XQGL>ND'VA,B$#C+N*&NY14=Q%HW$6$ M<9?CYW?9'3DP:S,H#^Y2^HW?E.>DOFW21V/IA=WO'3OTM3"6RR[.7<0B`Q,? MH(P9F/PFE-UV*4/O4DH?&(VE<1V\MR(D&1CXL$M^V+-WY:O-:Y=]V9=]V9=] MV9=]V9=]V9?]Y[6__E;Y9=F7'>V?G]2R0G1@1$.(UGY@0`L\A:(8&%`&3Z%N MGD)?R$K6P.0W82=`8'(_HK3D"/9=CE(?]!.4R`*SZ_(^"BRG8`++^V%@,"8" MR]LE!)4,R]LE,/$/J.^@[,0'H&,'!E2FT8!Q73[.`GN_;E0T9"?5BU6D=S,P M>):!@7]W?H\"D^N@E!`8C*4[OP\#@S+F\Y[WP_9QB"*^WV^^^_B2L3@WZ`'003$Q^2<38QNT[\2][WB;V/W8G)LT#_A:!9?K\-UQ%U`\?3GE1#LN+VO(YH M"!#U.C&B9[:<-CZQ1+SCD'?/RAH3@]^$5?0GEHBHS.OD69(RT8DE5/N\#MH, M5O2?[0+T:-P/^J@('528YMQ@I?R)T1@!SA#Z6",\7WH,@9!8&QBT+==QB`( MDYT8Q;.!R;-`V69@R&V)FT)_5?E_TF92R@O? M\[$;]X/Q`B)I\SIYEK?W_:O-:Y=]V9=]V9=]V9=]V9=]V9?]Y[6__E;Y9=F7 M'>V7SVV@MP.[,084XJ+9\EIB'$=4)D%=A#,9X'?O#']%+X; MEE-,Y2'/\F#:<6!``\9U.54T,*`=XSKI/Z"[RO$/^@?M>?!OU$=0=AO7T?B$ MW1/S-^&ZT2[2GD`_Q77PG%*N*U*6&M?1.-NDKX!\(:4U,^MW:$ZCO(KMM"HBD#6R(0DF;T?M>Y%V1 M725EE(F@7>"V&P^Z7`.4+GLT`9;&#TKC09GU(&*W"NSXE1G.C2?W!VS_F<4)HILE-L M_":U9Y=X/*E*R&A@LDP@,QEG_B5A`>[S.ND7>Q9:"R)@$P549JX3GR@YY024CWX,+Q. M?*`^NDM;/YC*'!C0OP,#6G5@L`MI8$!EUBVE>!_':=K8?YN\1[++:F"PHZ;* M+KDJ9;`J.[ZJ[-RJ4BJQG87Q+'(="%O%_6!\CO($7">EBRJ[SZKLW&JWGV@S M*-N,WZ1^A[-13HSZ8918Q'<:2U7BM91M*IP!R8E1;H0S5<[GA#)* M/*?X0'%>=FY5*5E5V0TV,"AY5"D]Q74PSJ2$-##*`;*+;&`4(_L'EG"K[,ZJ MLGMI8!0+!@;C6DI(\2S0GK+C:V!0-JUIF>^KS6N7?=F7?=F7?=F7?=F7?=F7 M_>>UO_Y6^679EQWMU\][H"^ZT&LBS#)H.=CE47>AAF6%Z,"@%#0PHLFD3#2N M@Q7O55:/5CB_9COI/'M.H$2>0IV.Z^0YJ6PCYS94$8D9UUE[PJZ$"N?EG&," M2C.!2;M0>4+.7ZA2EHK[R75`J\9U>;L,#/H]KLO[+RCL_%D"R]ME8%!F&!BT M2V#B`Y0UXCK`Y*R$P*!=[M+669IJ45)N4%<>S4`R1TNCX38JM4HIMLBMOW,_:FL:9 M"$FVM#3ZU>:UR[[LR[[LR[[LR[[LR[[LR_[SVE]_J_RR[,N.]NOG-E!:5:@P M$<\)["88T!Y5Z"`1R&ER%D235<--5B(W6<4[,**#FE!O(J+29#5N8/*A8K64D)L*5B-A>,:&/9F1:8^`XHI)Q8'D?!2:_"11V8/E8&AB4^>(ZP_+V'!B\8W$=^"ZEM8%!&:5+V:W+ M\>5=2F1=Q`8'!N][8'8_N&Z4B:#_QF^*?S3.[IS'NI05NQP_'\\)S_+Z!\KS M`[-^H/'YX%@7SP*_.:Z3WZ3V?.3]OGWXDH9^)"7\3;D.YA/]"*(9)@*-`Z,^ M&AB,"1&@'!CL7AH8]=&Q3@0QZ+]4*/.KS6N7?=F7?=F7?=F7?=F7?=F7_>>U MO_Y6^679EQWMU\]MH0R`R@Q,/N&!WNYR9D67X^>[K)P-#)ZS,#7<957MP(B^ M&!C0)47H"REK=-',[U+6&-6Z M+KNS`H.^E5)0E]),ES+1P(AJES,/NIR;,C!J%SF*N\N1VOOHQ-SWP/+G#"SO MA\#RF#PPH'@#R\=U8/E.O_W)8SZN@_'Y_*G[B7\0DW MPY;&X,`@/^P;QZQ=:/^!P3C;A;[?A4[?A:+?I5RP"WT?_D&[;!Q[=CD#:Y.+X$!F/B]9N0BW?95;++3IR!0;Z-Z\#W*F-)SBW:16PPKH/? MK%GL^6KSVF5?]F5?]F5?]F5?]F5?]F7_>>VOOU5^6?9E1_OUDQJH%-']WT7< M(C"@$ZK0'E5H*]F)LXM@QBY"(G&=W`_*#`,#VGA@0%/'=8`UH?.:]%$3JE:. MVP[,[B?/";3J+N<,!":_2?W>I/]D-]$NNX("@S$HQT/'=>([4:==^DC*9X%! M'W6A0$4T<)=R3V#@7Q=ZM(OO4L[:I0RVRW'4@4&;[3*6=AF[XSK[37D6Z@?9 MV30P6)F_2SEK%]'`_3AL)\.>TM9/H7%WZ=NG^/>4W"$[HK2D,TID,`:?TG^R MZVF7DMPNI;Q7D]#]`LO[;V!POX%!F2BPO&\'!CMJGK+3Z"GG8SUE!\]3SC`+ M[/TWCZH3Y;%Q74+[CPTE$B>>N^S+ONS+ONS+ONS+ONS+ONP_K_WUM\HO MR[[L:/_\W!YTUSNU,;%\Y7-@0%^`&-&D*(`6`,KNO"ZA`<_KB+X8F-R/*)%! MO0D&%-,#SB,Y%B'[;^98T%;B7[(R_[PN*>E,S.YG6-Y'`X.Q-##P?6!&V24E MCQ,#&FD#^G!B[^/Z<"TKAYS7)53[<40$]='`X'W88*7\B=&8&!C\YB;]!RO> M)P9M!JO,)P;M,C`8@V/%NV'@`QQI/S$8+W!&QHG1>('S'B8&OD/I]\1H[,(* M](E!OU=YI^%QPXS^ M\S?A.MBI>=XO*9%-#,8GE&GG==8/\"PRS]J@Y#$QN.[)L;58+H8=>^,Z$!L\ M?_-M)^-7F]3_X3:'%`X/V'!BT MV8/IO')LJ\DPH=H#@[8>E#G<3ZCV(O1].>H7>!WT[<;T6CEX.WQ.N`X$XDZ, MVAK$ZDZ,_"L?Z:KO^9OR+$`-%RD)%*'V!P;T=A%JOPA]/S`H+Q4X6=%FJ_P'E5$Y/[T?B4,D.!,["VS^[1_@/J^Q4^ MJ&056-Y_@>7/.3!XQP8&,2LP*&U+'AL8C*7`Y%E@=\'`(%X/#/JH2AX+3-H3 M^K;>\[:^?1P[%J#-[ARS*ISK,S%Y%BBQ!`;M(CFU2GZO<$;-Q*`]I3S_&F+X MFP\9+R.'Y^]M8/`LF[QCF[3UD>CP-Z$?-HY+`Z.VWK+8^M7FM,?^81/Q'-.#%:N!R:[0XCR*4*] M%:%\R@>6&:JL3H^=*M`NXSK#P'?07#\Q6/%>A88/#"B?(G3>H,SA-V7%>Y65 M\O&;<#0]8.=U1/FTG[B.^KV*[R#*-C%HSX'9&-!D3>A*$',[ M,2A+51!ZFYCX;FT-988*@FU'2,(^`H&XB<%S=J$Y9;7_P&A\CIT`\IO4UEWB M9T\IWM@<*#L+*PC$34S\H_X#X:=Y'<2ZUW50[JEPGM.\'[29"#$-C-Z5@WR>BWI60++VWI@D%,'!N]T8/(L4/((+/>]W;EO!T;^W;EOV]'@ MB.6Q(+#OQ\17F]4:&+3+*+_`6.I, MN38XVV9BT']=_.O2#UW\Z^*?E#4"$]]A%T1@<#\I:S0I030IHXS[P4Z`!F?I MG!C%01%-:G`.S<1@S+\P$%=K4IYH(EPYKJ/W:&#PFT\9GW!&S<3D?M0/3WDW MX8R:B7'36!B0]0RNM2#NE21NFR>[?+O*[+?#"N^]Z'KS:O7?9E7_9E7_9E7_9E M7_9E7_:?U_[Z6^6795]VM%\_J>%S>YQG`9_P#Z8Y`[/K@+YX"'WQ$/KBV%Z! MF/@'JYL#D^=37$=C,$J8T+* M1%W*1`.C=U.$P@*SYY1V@;)B'^4>>4YZQZK0CB(^UN6\CBYG@`P,2H!==E(% M!F-)=FYUV;D5ORD8C4'91=:E)#74I/`Z,VDW+/+J6974HS`R-Z M9NPFDC8#RBXP\'T3ZD9*07'=C3$:$^,WP8=-?-B$>CMJ18C!F!C_0%O+63.! MP6_*+J1=SAS917AMES-'=CD?9!?Z/C"Y#LH%N]#^NY0U=A%L&QC%,Z'V=SG[ M96`TED2P;9<=0R$P!OW7IS5&"D/M!Z2(P:4]ZQV1GTRZ";8'!&-PEC^WYNWG_.`0HP8==WK%= MQN?8]01M)CN-AC`9E/)V$=4+3*ZCQZ/+]-[]:NRW[ MLB_[LB_[LB_[LB_[LB_[LB_[LB_[LB_[LB_[U[;_YN_?_\/_XK_X_3_[]5_\ MY=_YU[_^BW_VQ[_^PS_X.[__3__)GX]__O*?_-Z_^,._^-U_]A=_]KN/V^/Q MNW_RY__X_GC^SC]^U/8[_[C\SM_Y1Z_:PF=YX?Y\+4@>^B7_QZ^^N?%]FB[6 M1VK=4FM)K36UMM3:4^N>6B^FG\/ZOX>U?-MFN7/WW+M[[MX]]^_^S#ODEINA M^_+^>^0=^,A[\)%[^_RG\D=_)7 M_U7^O__JOP;[?P/V_Q9NFWOZJ[\+/_/WP/[?@?V_!_L'V/\'L/]]L/\#L-_` M?@?[`^P;V`O8*]@;V#O8=[`_P?X_@OT?@OU_`OL_`OO_#/;_!>S_*]C_"=A_ M#^R_#_8_`/L?@OV/P/['8/^G8/]G8/_G8/\3L/\+L/\IV'\-]C\#^[\$^[\" M^Y^#_2_`_I=@_]=@_RNP_QNP_S78_RW8_QW8_W%N?^8)Z%>_`S_S?X+]=\'^ M?ZWAOX;_%QC^_S?8_Q^P_WNP_[^Y_?[(YX[QM;#LR[[LR[[LR[[LR[[LR[[L M?]OMK[^U:6#9E_T_O?VS^O/X&D^S[,N^[,N^[,N^[,N^[,N^[,N^[,N^[,N^ M[,N^[/]9V%]_JPBP[,O^M]?^67S8OL;3+/NR+_NR+_NR+_NR+_NR+_NR+_NR M+_NR+_NR+_O/:G_]K2+`LB_[LB_[LO_'L/_OI^DK/,VR+_NR+_NR+_NR+_NR M+_NR+_NR+_NR+_NRC[]OB@!?0Z7H;[5=2+(O])3+ONS+ONS+ONS+ONS+_I^G M_?-@III:6VKMJ75/K<_4>L\?XG[/S8_/G(O'[F7C]S+1^[E(_?RD7OYR+W<EMS+DGM9RYU[V MW,N>>]ES+WON9<^][-]Y^1.IJ.?>]]S[GGN_Y[^]Y][ON?=[[OV>>[_GWN]Y M'^^017,O]]S+9^[E,_?RF7OYS+U\YEX^;_!?.$& M$X8;S!AN,&6XP9SA!I.&&\P:;C!MN(&_.#T"?VF"1#,DFB+1'(DF231+HFD2 MS)/N,%&ZPTSI#E.E.\R5[C!9NL-LZ0[3I3O,E^[?3YA^8`[^^ENK])=]V9=] MV9<]L3]>7\'WUR3Z/H[`?OT?&787;!.L"/9DK,BS%'F6U[]WZ?M=VO0I_?L$'_IKP@J_V27&=(DQ`X-VZ1)_NL2?@<&[-#!H MSX%!>PX,QF^7F-8E;G6)6P,3_XKX5\2_(OZ5[_OVB[YGKV>MTMY5QEJ5]J[2 MWE7:NTJ;4G[IDE]>6!/_*/=TR3U=\U"4O=+9+ M[-DE]NP2>W:)/;O$GEUBSRYQ8I=8L$LLV#\'/F+29A0+7MC;O/>*B0\4)P8F M_M$\N#8*3,(H%`Y/?I#GAP*"/GA)?!@;]-S#S`?KO*7'I*7'I M*7%I8.(?Q:RGQ*RGQ*R!B>\4LYX2EYX2EYX2EYX2EP8F_M'\["GQ;MQ3K MGA+KGA+/GA+/!B;/0O'L*?'L*?'L*3'K*7'I*?%E8'(_FK\\)2X-3/J68M:3 M8];+-?K&'1C$K,#D-R%F!9;['ECN>V"Y[X'E_1>8^`=Q*;"\_P*3YWR++]GW MW>MOE;.6?=F7?=F7/;%?4XJD-_C,'AA,60.3]`U3UL`D+<*4-3!)WS`M#4S\ M`VHP,$GM,&4-3/R#Z6Q@,B6`S_/`Q'>@_P(3WV&J&YCXT,4'^.0/S'SX9=#L MXUF!2@A,Q@Q,YP.3-H7I?&`R[F&J'QB,B_L'TA.!P?WN\AEPE\^`@<$XO,M4 M_R[3^;M,YU\8E*4"D^>DSX"!0;\/#/K]+I\(]^P3X8J)?Q3/[UD\_Z+OV5WR MRUWRRUWRR\"DO2GWW"7WW"7WO#`H604FXXGRRUWRRUWRRUWRRUWRR\#$/\H] M=\D]=\D]=\D]=\DO=\DO=XG+`Y-GH9A]EYA]E]C[D/CZD#@Y,!@O`P/_'A)? M!P;^/22^/B2^/B2&/B2&/B2&/B2&/B2&/B2&#DS\H_CZD/CZR.+K%1/?*=8] M)-8])-8])&8])&8])&8-3/RC>#8P\8_BV4/BV4/BV4/BV4/BV4/BV4/BV<#$ M=Z";`Y.^I3@X,&D7BI$/B9$#DW8!>CLP:1>:*S\D[CXD[CXD[@Y,?(>R?F#B MN\5RFD=O'SP?WB3.;Q++-XGEF\3R@4&[;!+G-XGS+XSFT9OD@$URP"8Y8),X MOTDLWR26;Q++-XGEF\3R36+Y)K%\DU@^,.D_BO.;Q/E-8ODFL7R36+Y)+-\D MEF\2RS>)Y9O$\DUB^2:Q?)-8ODDLWR26;Q++-XGEF\3R36+Y)K%\DUB^22S? M))9O'\G\>I6SEGW9EWW9E_T'[->4(FF1IOF;3.4WFEZD2EYD6EWD6GWP.0YB98I,ET?&/1?D>EZD>EZD>EZD>EZD>EZ MD>EZD>GZP+[W_8N^9T4^+8I\6A3YM'C]0Q12D<^.(I\=13X[!B;]1)\D13Y) MBGR2%/DD*?))4N23I,@G29%/DB*?)$4^28I\DA3YM"CR:5'D\Z'(Y\/X1YZ% M8OWXY_OG_,+O&>6E\A-YB2BF*CFK2EZJDE\&!N_$P*`O!@;^5M$@NJQ(+7#F4J*PX,?!<5A%U4 M$'91.@@,^J])?&D27P8F_E'L$?6$7=03=E%/"$Q\IWC6))XUB6<#$]\IU@VU M!NE;BH.B#A&8M`O%P29Q<+C0_%:6*790J!D;S4U&QV$7%8A<5B\"D76A^ M*@H7NRA<[*)PL8O"Q2X*%[LH7`0F[4(Y0)0Q`I-V(TBM!28^$>?%B+"M(L(TRXB3+N(,.TBPK2+"%-@TB[TN2+B M38%)N]#GRBZ?*R((M:>"4%_X/://)Q&HVD6@:A>!JL"DGRA'[I(C1?1J%V&K MP,0_RH,B;+6+>-4NXE6[B%<%)CY0'A31J\#$/\IU(GHU,,H](FRUB[#5+L)6 MNXA7[2)>-3"*]2)LM8NPU2["5KN(5^TB7K6+>-4NXE6!B>^4!YZ2!T3T:A?1 MJUU$KW81O=I%O&H7\:J!43Q_2CP7T:M=1*]V$;8*3/J/XJ`(8@V,XJ"(904F M_A&U+T):@4G_T3?&4V*KB',%)NU"U/Y38O)38K((?NTB^+6+J-_T M;2)B8+N(@;TNH>^/@<'W1V#RFQ#G`\O;++!\+`66MUE@>9L%)OY!#@A,_(,< M$)CX#G$^,/$/XOS`()8')CY`+`],?(!8'ICT'\S;`S/_I/\@S@(A#U% M)"PP2*=W^700<;&G"(@]123L*6)?@>(KSU%.&MP'X9(FA/$0D+3/J"/CM$0.PI`F)/ M$1![BA#84X3``A/_Z/-!!,2>(B#V%)&PP&0\T53_+E-]$1Y[BKC84\3%`I-^ M`"HH,/$/J*#`WGU_;49X0+EY8E__/9O/^MY/$WL?:Q-[[\.)O??AQ-[[<&+O M?3BQ]SX\L81^FMC[&)V8^)[DK(F)?TG.FICXD.2LB8E_2]) M7IJ8^)?DI8F)?TD>F)CXE^2!B8E_21Z8F/1M0C&=6)(C)B:^)SEB8N)[DB,F M)KXG%-/$Q/2LTG1O$: M2K\3DV>AN#LP>Q;I=XK)4/J=F+0UQ60H_4Y,?*>8#"7CB.)2;M0O(:2\<2D72A>0\EX8M(N%*^A9#PQ:1>*UU`RGIBT"\5K*"=/3-J% MXBZ4A>MGZ*38.C"(K8');\*\/+"\70++VR6PO%T"R]LEL'R\!":^P]P[,/$! MXFY@\IQ)Z7=B\IP0RP.3/H)X'9@\)\3K@4'\#.S[-EOEK&5?]F5?]F7_`?LU MI4@*@VEW8)+>8/H&(TO82RXL1@^@7EP8G)LR2EPXG)L]`T$4J.$_OZ8H/S66$\02GSQ&AJ M"J7,B4F[`06Q0;ER8O"^0"ES8C*>@)[8TG+E%9,Q0U-H*`].3/RC>#@'.#]J8M`/<'[4 MQ,0_RH-P1M3$Y#F!PM[@K*>)25M3WH&SGB8F;49Y`,YE.C&@J3.)MH8O(L%)?@_*&)V7-*/U`\@_.')B9M3?/:@8E_](T/9Q-- M3'RG.2^<371B%"/A;**)2;M0_(2SB28F[4+Q$\XFFIBT"\5/.)MH8M(N%'?3 MLXFNF/A',1D.F3@QBKN;Q-W76CN:\Q6)N^6#YW5%8G*1F%PD)A>)NT5B:Y'X M621^#DR>D^9\`Y/VI-A:)+86B:U%8FN1V%JRV+K*6I'I>I'I>I'I>I'I>I'I>I'I>I$I>9$I>9$I>9$I>9$I>9$I M>9$I>9$I>9$I>9$I>9$I>9$I>9$I>9$I>9$I^"?$(-Q<3B"&/3#^`?Z8?P# M_5#E,V?\(^U"%%*53Z`JGT!5/G,&)OX1O52SSZ,O^IY5^5RK\KDV,&EO^I2K M\BE7Y5.N2MZMDENKY-8JN;5*;JV26ZODUBJYM4INK9(_J^3/*CFR2HZLDB.K MY,$J>;!*'JR2!ZODP2IYL$H>K%D>O&+21Y0_JN2(*CD"SI::&+09G"TU,;D? MQ7HX6VIBT.]P?M2)4`YG1)T8Q4@XSVEB\IP4Z^#, MIHG9FICX3O/]@8E_%*_AS*;Z M&0(Q7L-Y3B=&\1K.7W`'G3DU,VH66Q\"Y4R=&.0?.G9J8^$[Y",ZDFICX1SD'SJ0Z M,FTBZ+6),-;:G@U1=^SR@7B`#7)@)< MFPAP;2+`M8D`UR8"7)L(<&TBP+6)`-FTBZK6)J-M8EXU29"4X'9=>(#Q(+7M(C>V\#RM@XL;^O` M\O$26#[F`\O;++#<]\!RWP<&<[_`Q#]XIP,3WV&N-3!X_P*39X$28&#R+/#> M!B;]`'.MP*0?X)T>&+S3@8GO,$<+3'R'^5M@XCM0M8%)N\"\+S!I%X@O@4F[ M`,4;F+0+S!<#DW:!6!>8M`O$NL"D76#)1F#2+A`_`Y-V@7E=8-(N,*\+3-H% M8GE@TBX6RV%>5T2=I8@Z2Q%UEB+J+(%!/]PE=XBJ2V#0#P.#?KA+7A&EF")* M,4648HHHQ111BBFB%!.8M`O,(TNJ,'/%I%TH'XDR2Q%EEB(**P.C_"`J*D54 M5$JJHK+*6B>T3PJHAP56#B']$V`Q/_*"Z+&%81,:PB8EA%Q+!**H;UA=\SHH-$ MG*N(.%<1<:XBXEQ%Q+D&1G300W*6B'H%)N.0Z*"'Y#,1"BLB%%9$**R(4%@1 MH;`B0F&O\(ETT,#@?B(P5D1@K(B(6!$1L2(B8D5$Q(J(@141_`I,GH7RAXB! M%1$#"PS&IPA^!2;/0C%;1+V*B'H5$?4J(NI51+BKB'!7$>&N(N)<1<2YBHAS M%1'G*B+.542B_A8$?&Q(@)C@8GO%,L')K[3=X*(EA41+2LB6E9$M*R(:%E) M16S MHLIG197/BBJ?%54^*ZI\5AS?AHB)?_3I4.7SH,KG097/@RJ?!U4^#ZI\'@Q, M_*-/ARJ?#E4^':I\'E3Y!*C9-/\+OV?TV3$P:3>BNJI\K@Q,Q@Q]KE3Y7*GR MN5+E*\%H1X;4BPFM% MQ-6*B*L-C%;.BO!:$>&U(L)K1<35BHBK%1%7*R*@5D1`K8B`6A&1M"(B:45$ MTHJ(I!4122LBDE9$)&U@E.=$)*V($%H1L;,B8F>!B0^4DT0(K8@06A&QLR)B M9T7$SHH(FA41-"LB:%9$M*R(:%D1T;(BHF5%1,N*B)85$2TK(DQ61)BLB#!9 M$6&R(N)C1<3'`A/_*%Z+,%D18;(BXF-%Q,>*B(\5$1\K(B)61"@L,'E.BJTB M,%9$8*RD0F%73,8+Q4%1;AD8Q<&!R7-2C!3%ER*J+D5478JHN@0FOE/\%,67 M(HHO111?BBB^%%%\*:+X$ABT]2YQ5Y1BBBC%%%&*"0SZ051DBJC(%%&1*:(B M4U(5F2LF[4)S[UWBM:B]%%%[*:+H4D31)3#Q@>)NJNBRREG+ONS+ONS+_@/V M:TJ1U$[3]2',=1-,4A]-Y0$HL%-&NP,P'Z:,WRN,+OV>4"YZ2"YZ2"YZ2"YZ2"T3LK(C861&Q ML\"DGXCR>4I^$0&UP*1=B#)_2NYY2NYY2NX1,;G'M>88GHH,#R M^PT,24P>4[(*X&)#Y`?!@:Q/#!Y%HCE@*2"*@%)KY37!+AM2K":U6$UVHJO';%I%TH MUHGR3F#2+O"=$)BT"Y1&`Y-VH1AYEQ@I:CZ!B>\P]ZZB`E1%!6A@,/>NHA!4 M12&HBD)08-(N%*]%/:B*>E`5]:`JZD%5U(-JJAZTREG+ONS+ONS+_@/VSY3R M$O`ARN8AGQ4B5A<8I.^!0?I^R">'".!5$<"K(H!710"OB@!>%0&\@1%EDXKC M73%I%Z)L1'"NBN!<%<&Y*H)S503GJHC*51&5JR(J5T54KJ:B?1R)& M5T6,KHH8714QNBJ"0A0GU5A/H"DW:AG"P"?X%)NU#)8Y-\+<*`@4F[4+[>LGQ]Q:1=*#]N MDA]%;+"*V&`5L<$J8H-5Q`:KB`U6$1NL(C9816RPBMA@%;'!*F*#5<0&JX@- M5A$;K"(V6$5LL(K88!6QP2IB@U7$!JN(#581&ZPB-EA%;#`P:1?*52)$6$6( ML(H0814APBI"A%6$"*L($581(JPB1%A%B+"*$&$5(<(J0H15A`BK"!%6$2*L M(D1818@P,&D7RF,B4EA%I+"*2&$5D<(J(H551`H#DW:A/"8"AE4$#*N(%%81 M*:PB4EA%I+"*2&$5(<(J0H15A`@#$_\H'XF`8161PBHBA55$"JN(%%81(JPB M1#@PRATB4EA%I+"*2&$5D<(J(H551`JKB!16$2FL(E)81:2PBDCAZQ7"W%$E M=]0L=ZQRUK(O^[(O^[+_@/V:4B1-T2='E4^.*I\<53XYJGQR5/GDJ/+)4>63 MH\HG1Y5/CBJ?'%4^.:I\J?(X-3'RGS[$JGV-5/KFJ?')5^>2J\EE5L\^J M+_R>T6=>E<^\*I]Y53[SJGSFI2*-5\RN@SX4X<,JPH>!P?LIHHA51!&KB")6 M$46L(HI8112QBBAB%5'$*J*(5401JX@B5A%%K"**6$44L8HH8A51Q"JBB%5$ M$:N((E8110Q,VH7RG`@F5A%,K"*86$4PL8I@8F#2+I3G1$RQBIAB%<'$*H*) M5003JP@F5A$^K")\6$7XL(KP86#B`^6D)CE)1!&K"!]6$3ZL(GQ81?BP#N%# MN)^((E811:PBBEA%%+&**&(54<0JHHA51!&KB")6$3ZL(GQ81?@P,/&/8KF( M(E811:PB?%A%^+"*\&$5X<,JPH=5A`\#$_\H)HM@8A7!Q"J"B54$$P,3WRFV M=HFM(K1814RQBIAB%3'%P,0_BLDBPAB8^$XQ6806JX@I5A%3#$R>D[X%1&BQ MBM!B%<'$*H*)5401JX@B5A%%K")\6$7XL(KP817APRK"AU6$#ZL('U81,*PB M*!B8W(_FK2(:&)BT"\6E5!EJE;.6?=F7?=F7_0?LUY0B*8RFLR(:6$4T,#!) MBS35%;'!P"1ETG16!`6K"`H&)L]"-((($581(JPB-EA%;+"*V&`5L<$J8H-5 MQ`:KB`U6$1NL(C;X&II((SRSJ>X7?<]$-#$P\9^H[:=,RU,AQBL&?2\"AH%! M_PY!0?&/*`\11:PBBAB8^$>4AP@F5A%,#$S:A3X#1$RQBIAB%3'%*F**5<04 MJX@I!B;M\DLI&XLH9T2G/R4/BM!D%:')*D*3580FJPA-5A&:K"(T645H MLJ9"DU=,VH5RJP@T5A%AK"+"6$6$L8K08A6AQ2I"BU6$%JL(+5816JPBM%A% M,/$U;"FW!);['ECN>V"Y[X'EO@>6]U%@>1\-#')$8/*:".XU$=QK(KC7 M1'"OB>!>$\&])J)Z383SFHCC-1''"TQ\H#P@PGE-A/.:B.,U$<=K(H#71`"O MB0!>$Y&[)B)W343NFHC<-1&Y:R)RUT3DKHE871-!NB:B5W%$E/U3)`55R0)4<4"4'5,D!-5#E$Z#*)T"53X`JGP!5/@&.;W3$Q#_Z!*CR M"5#E$Z#*5+[*=+W*E+S*E+S*E+S*E+S*E+S*E+S*U+K*U+K*]+G*]+G*]'E@ MOQ":O4F$T)H(H341.VLB=M9$["PP\8_RF8BD!2:^4XX0L;,F@F9-!,T"@W81L;,F M8F=-Q,Z:")HU$31K(FC61$0L,+D?Q7,1'VLB/M9$1*R)4%@3P:^!4YJ(MS51)RKB3A7$W&NP,0_BB\BZA68^$XQ1$2V`I/[T0I[ M$>=J(L[51("KB0!78."?B',U$>=J(L[51("KB0!7$P&N@=$\\T!Q7QL2;B8X&)[S0'387)KIB,"8J? MHC[31'VFB?I,$_69)NHS3=1GFJC/!";M0K%<5&L"DW8A#F.7."]*.$V4<)HH MX311PFFBA--$"6=@5'()$DX3)9PF2C@M5;NY8)0[ M1$&FB8),2Q5D5CEKV9=]V9=]V7_`?DTI,)40X;$FXF)-1,*:B(0U$0EK(A+6 M1-"KB:!7$]&N)J)=342[6BK,=<6D/6E*+D)8382PF@AA-1'":B)HU41\JHGX M5&#R+#0-%M&JEHI6?>'WC*;7(I351"BKB5!6$Z&L)F)83<2PFHAA!2;^T=3; M1+2>//5^#4&B=P/+[SZ M"*]U$5[K(KS617BMB[A:%W&U+N)J791PNBCA=%'"Z:*$TT4)IXL23A!K2X"6UU$M+J( M:'41T>HBHA68^$?3\DVFY2*^U45\JXO`5A>!K2X"6UT$M@(3_XA^$6&N+L)< M782YN@AS=1'F"DQ\?XNO7_@]HW@O(F)=1,2ZB(AU$1'K(B(6F/03Y1<1'PM, MQBB5&08F[4)TD(B6=1$MZR):UD6TK(MH66#0#R)HUD70K(N@61?1LBZB95U$ MR[H(DW41)NLB3-9%?*R+^%@7\;$NXF-=Q,>ZB(]U$1\+3'RG/"?"9%V$R;H( MDW41)NLB3-9%F&Q@E.=$M*R+:%D7T;(NPF1=A,FZ")-U$1_K(C[617RLB\!8 M%X&Q+@)C703&N@B,=1$8ZR(PUD5$K(N(6!>AL"Y"85V$PKH(A04F_E%^$(&Q M+@)CK^[!'%`E!U3)`57B?)4X7R7.5XGS5>)\E3C_^H>^A:KD@"HYH$H.J)(# MJN2`*G&^2IRO$N>KQ/DJ<;Y*G*\2YZO$^2IQODJK MQ/F!2;M0#JB2`ZKD@(%)NU!^J)(?JN2'\8^T"^6.(S@A)NU"N:-*[JB2.ZKD MCM<_]$U2):]4R2L#DW:AW%$E=U3)#U7R0ZHNL\I9R[[LR[[LR_X#]DM*H<^# M@4%:;/+I(()E@<%THZR(\UD7LJXO85Q=!JRZ"5ET$K;H( M6G41INHB/M5%8*J+P%1@\IPT313QJ2X"4UT$IGHJ,/6%WS.:8HK@51=1JRZB M5EU$K0*3]J:IJ8AA!09C1L2PN@A7=1&N"@Q\%U&K+J)6`Z,8,S#HHX')1M"Y":%W$ MSKJ(EG41+>LB6M9%M*R+:%D7\;$NXF-=!,:Z"(QU$0KK(A3612BLBU!8%Z&P M+D)A783"N@A^=1'GZB+.%9@\"\4L$?7J(NK51;BKBW!7%^&N@5%\$5&O+L)= M/17NNF+0+@.#=GE*7!+EEL#$=RKE#0S&A*BS!";/2?-H477IHNK21=6EBZI+ M%U67+JHN751=NJBZ=%%UZ:+JTD75I8NJ2V#B.\5!48,)3-J%YI]/B9^B,--% M8::+PDP7A9DN"C,]59BY8M(N-/\4)9@N2C!=%%VZ*+IT473IHNC24]665,@<&4_G`Y'XP70\L3Z>!R7/"M'M@ M,.T.3)X3IN2!Y=.%P/+I0F#B'TSE`Q/_8"H?F/@']$-@XA],\P,3WX&V".R7 ML6LDGE7&(7R2#`P^20*3?H)/DL"DG^"S(S#I"_CL"$Q\A\^.@<%G1V#B.WQ: M!";C$#XM`A/?X=,B,/$=/BT&!M1V8.([T$2!2;L`3138]^WRA=\S^+0*3/H) MJ/;`I)\@?P8&_20B:;N(I.TBDA88]+T(J.TBH+:+@-HN(FF[B*3M(H2VBQ#: M+D)HNXB=[2)VMHO8V2YB9[N(G>TB=K:+V-DN8F>[B)WM(G:VB]C9+F)GNXB= M[2)VMHO8V2YB9[N(G>TB:+:+H-DN@F:[B);M(EJVBVC9+J)ENXB6[2):MHMH MV2ZB9;N(ENTB6K:+:-DNHF6[B);M(EJVBVC9+J)ENXB6[2):MHMH66#2+I0# M1-!L%T&S743+=A$MVT6T;!?1LEU$Q'81$0M,GH7B]4/BM0B,[2(BMHM0V"Y" M88')AL%W$P'81`]M3,;`K)KY3;!7% ME\#$=XJMH@:SBQK,+FHPNRB^[*+XLHOBR\`H?CXD?CXD?HJ*S"XJ,KNHR`0F MOE.,?$B,?$B,%-6:751K=E&MV46U9A?5FL"@K3>)NZ)V$QCT@RCA!`;]("HY MNZCD[**2$YBT"\7Y3>+\P*1=WN;LJYRU[,N^[,N^[#]@OZ842:=$]8@(VBXB M:+N(H.TB@K:+"-HN0F>[")WM(G2VB]!98.(??7)L\LDA`FF["*3M(I"VBT#: M+@)INXB@[2*"%ICX3I\<(I"VBT#:_@L20=M%!&T7$;1=A,YV$3K;1>AL%S&S M7<3,=A$SVT7,;!VT5X;!?AL3T5'ONB[YF(G>TB=K:+V-DN8F>[B)WM(G:VB]C9 M+J)ENPB3[2),MHLPV2["9(&)#Y271+1L%]&RP,QWZ5O*62)H%IBT"^4L$3O; M1>QL%[&S7<3.=A$[VT7L;&!$H8D0VBY":(%)NU`)0D32=A%)VT4D;1>1M%U$ MTG812=M%).WU^$BO5:=*WJF2=U[_$-U5)>\,3'R@ MG%0E)]4L)UTPBO-58OG`Y'[TC5$E7@],VI-B)NE=A:)7Y6 MB9]5XF>5^%DE?E:)@U5B5I68=;STB,FS4,RJ$E^JQ)=4@.N"40P1E95=E%1V M45+914DE,/"]2>P1!9;`Q'>:\XH"RRX*+(')L]`\LDE\&9CT`\T'!R9M37&I M25QJ$I>:Q"51F-E%8687A9E=%&8"DW:A6"?*-(%)NU"L$]6:751K=E&M"4Q\ MIS@HBC:!B>\TCQ0EG%V4<`9&\\A4)>>*2;N\Q>15SEKV95_V95_V'[!?4XJD M4YK*B]#9+D)GNPB=[2)TMHO0V2Y"9Z_'0/JARZ>#"*0%)OB4#<+@)Q>RKT M=L5DS-#GD0BK!29CACZ/1'1M%V&U7835=A%!VT4$;1<1M%U$T'810=M%!&T7 MH;-=A,YV$3K;1>AL%Z&S783.=A$ZVT7H;$^%SK[P>T:?3R*\MHOPVB[":[L( MK^TBO+:+\-HNPFN["*_M(KRVB_#:+N)JNXBK!09MO4NN$U&V7439=A%>"PS: M;)><)8)M@8E_E+-$S&T7,;==Q-QV$7,+3-J%\HZ(P`4F[4)Y1\3<=A%S&QA1 M:+OD#Q&!VT4$+C#Q@2@T$8@+3/J(+L-PNPG*[",OM(BRWB[!< M8-(NE*]$D"XP:1?*5WN6KZZ8M`OE!Q&YVT7D;A>1NUU$[@*3=J'\(.)XNXCC M[2*`MXL`WBX">+L(X.TB@+>+R-TN(G>[B-SM(G(7F/A'.>`I.4#$\781Q]M% M'&\7<;Q=Q/$"$Q_H^T*$\W81S@M,?*?O"Q'5VT54;Q=1O5U$]781U=M%5&\7 M4;U=1/5V$=7;151O%U&]743U=A'5VT54;Q=1O5U$]781U=M%5&\74;U=1/5V M$=7;151O8)0[GI([GI([1*@O,&D7RATBXK>+B%]@TBZ4.T2I:1>EIM6L>%89H_"I-C#X5`M,^@D^U0*3?H)/M<"DG^!3+3`9H_"I M%IBT"WRJ!2;M`I]J@4F[P*=:8-(N\#D6F/@.GV,#@\^QP,1W^!P+3'Q_^QS[ MPN\9?!X&)F,4/@\#DWZ"S\.!P>=A8-!/=_D\%)'"IX@4/D6D\"DBA4\1(GR* M$&%@T-9WR>4B8/@4`<.GB!0^1:3P*2*%3Q$I?(I(X5.$")\B1/@4(<+`Q#_* MNR)@^!0!PZ>(%#Y%I/`I0H1/$1M\BMA@8.(#Y201(GR*$&%@YI_T+>4D$2E\ MBDCA4T0*GR)2^!21PJ>(%#Y%I/`I(H5/$2E\BDCA4T0*GR)2^!21PJ>(%#Y% MI/`I(H5/$2E\BDCA4T0*GR)2^`21PO:9&K+\,+'W^YU8DA\F)O=+\L/$WOMA M8N_],+'W?IC8>S],[+T?)B;MDN2.$TN^`R/$I)_H!Y>]+8'D_!);W0V#2+I!W!P9Y M-S!I%\B[@4F[0&X-3/R#_#DPR)^!B0^0/P.3_@.*,##Q#W)98-)_D,L&!ODJ M,/$!\DY@\IQ`V04FSPGY*C#I(\@[@N)B>\P!]V@U#PQ>4Z*/5!.GI@\I\4LFKN]SGJB^1F!.#?A\8M-E#XB"F(T985C1B<&TPPX M9G1B,.6!8T8G!GT+1WM.3)X%RF=;>K3G%8.^A3/:3HRFE^D9;5_T/8,SXR8F M;4I36C@S;F+2]T0EP)EQ$Y.Q35-H.#-N8C(N:)H,9[A-3)Z%Z`(XPVUBT@]$ M"<"9:1.3?J`8"F>F34S\(QH3SDR;V-??!3F?5=J;\@219B**` M,],F)CY0/(T-<5E.(ML8N(?Q6PXBVQBXCO%JL3/@8E_%%NKQ-8JL;5*;'UA M-'>O$C^KQ,\J\7-@X@/-E:O$W8&)?S0?KA*3J\3D@8E_%).KQ.2!B0\4KZO$ MZX&)?Q3+J\3R*K&\2KRN$I.KQ.0J,;E*3*X2DZO$Y"HQN4I,KA)WCZV<&=8D MMC:)K4UBZS$A1@S:Y7A8Q*!=FL3=)G&W2=QM$EN;Q,\F,;))C!R8/"?%SR;Q M;Q,&6Q<%5SEKV95_V95_V'[!?4XJD/II:-YE: M-YE:-YD^-YDB-YD&#TR>A:B))E/=)E/=)E/=)E/=)E/=)E/=)E/=@D+FL[#^6<3 MD[Z@SP`X_VQB,+;3\\^NF/A`4_TN4WTXBVQBTD?T&0!GD4U,_*-/!#B+[,3H M\P'.(IN8^$YY(#W#[`N_9Y1[X$RUB4E[4\Z",]4F)FU*U`VK6) MZ-4FPE:;B%=M(EZUB7C5)N)5FXA7;2)>M8D(U28B5)L(36TB-+6)T-0F@E&; M"$9M(ABUB6#4)H)1FPA&;2+\M(FXTR8"3IL(.`4FSTGS>A%WVE)QIT],5#HV M4>G81*5C$Y6.350Z-E'IV$2E8Q.5CDU4.C91Z=A$I6,3E8Y-5#HV4>G81*5C M$Y6.350Z`I-VH7@M"AZ;*'ALHN"QB8+')@H>@4F[4"P7=8\M5?>X8N(?Q7)1 MS-A$,6,3Y8M-E"\V4;X(3'R@6"Z*&9NH6VRB8+&)2L4F*A6;J%1LHE*QB1+% M)@H.FR@Q;*+$L(D2PRL,4/P<&,3/P.0W(7X&EOL>6-Y_@>5C,+"\_P(3_R"> M!;;*64Z8E@:63_<" MDQ0-4]:!`?T0F/@'T]G`Q'>8S@8F_L&T-#!Y3B@K!B;/"5/=P*2/8!H%3&IP*1=@/8/3-J% M%41\:HBXE5%Q*N* M"%05$:$:&.6YN^0Y$:\*3/RC?"7B545$J(J(4)6'Y!T1J"HB4%5$H*J(0%41 M@:HB`E5%!*J*"%05$:@J(D)51(2JB`A58.(?Q6L1J"HB4%5$H"HP\9WBM8A7 M%1&O*B)>542\JHAX56#2+A2O'Q*O'Q*O'Q*O14BKB)!68-(N%*]%@"LP:1>* MUR+<542XJXAP5Q'AKL"D72@'I()?5TS:A;[9'I(?1`VFB!I,$368(FHP@4F[ M4.X8F+0+?2.)PDP1A9G`I%WH&TG49XJHSQ11GRFB/E-$?::(^DP1]9DBZC-% MU&<"@[;>)(^):DU@TB[TC;1)CA,EG")*.$64<(HHX111PBFBA!.8M`OE.%'0 M*:F"SA5;8H/+ONS+ONS+_C>P7U.*I$7ZC!$QLR*B9$6$QP*3]$V?'")8%ICX M0)\.(F961,RLB&!9$<&RP,0'^CP0,;,B8F9%!,N*")85$2PK(EA64L&R*R8^ MT%0^%0C[PN\9?5J(8%D1P;(B@F5%!,N*")8%!GTO8F9%Q,R*")85$2PK(E@V M,/JT*/)I4>330D30BHB@%1%!*R*"%ICX3I\/13X?1#RMB'A:$?&TDHJG?='W M3,3<`I-^HEPG(G"!23\195*",L5$98K(BQ71%BNB+!<$6&Y(L)R1<3CBHC' M%1&/*R(>5T0\KHAX7�GB(L5T18KHBP7!%AN2+";Q/DF<;Y)G&\2YP'#(L*'180/2RI\ M^(7?,_H\%)'&(B*-140:BX@T!B;]1)^'(IA81#"QB"AB$5'$P,1WRN4BIEA$ M3+&(8&(1P<0B@HE%!!.+""86$44L(GP8F/A`>5<$$XN((A8112PBBEA$%+&( M*&(14<3`8.SNDI-$3+&(F&(1P<0B@HE%!!.+""86$4PL(IA81!2QB"AB$5'$ MP,0_RA\BF!B8^$XY0L04BX@I%A%3+"*F6$1,L8B88F#B.\5D$6$L(L)81&BQ MB-!B8.(#Q58182PBM%A$:+&(T.+`Z%MHEY@L`HV!B>_TO2,BC$6$%HL(+181 M6BPBM%A$:+&(T&(1P<0B@HE%Q`V+"!$6$2(L(D181(BPB&A@$8&_(@)_@=G] MQ'>*$T^)$R+P5T3@KXC`7Q$1OR(B?H')>*'YV5-BB`@#!B:^4YQXRCLM`G^! MR;/0'$R$`0.3?J!8(,*`KR%-[_O`X'T/3'X3YF"!Y>T26.Y[8+GO@>7]%YCX M!W.IP.0Y(4X$)L_Y]BV^REG+ONS+ONS+_@/V2TJ!:6E@DH9ARAI8/CT)3-(; M?"X')FD8/HD#DQ0-4]W`Q#^8!@*2Z(T4D5I)##QG;X#14VD MBF)(%<60@4'9-##Q@>*@*(U441.IHB9213&DIHHA5PQ\$!6.*BH<550XJJAP M5%'AJ*+"446%HXK21A4UC2J*&544,P*3YZ3YF:AI5%'3J***4445HXKR14V5 M+ZZ8^$#S,U&3J*(F445-HHJ:1!4UB2IJ$C55C%CEK&5?]F5?]F7_`?LUI4CJ MHRFR"`8%)NF-IL\B)E1%3*B*8%`5P:`J@D%5!(.J"`95$?<)3)Z3IL@B"E1% M%*B*N$\5`9\J(CU51'H"@VFB"/A4$?"I(N!34R&>+_J>B3!0%?&?*N(_5<1_ MJ@C\5!'XJ2+P4T7@IXK`3Q6!GRH"/U6$>JH(]501W*DBN!.8/"=1%R+44T6H MIXH83Q4QGBIB/%7$>*J(\501W*FIX,X7?L\HW@]A'6EOR@4B'%1%.*B*.%`5 M<:`JXD!5!("J"`"]*JI8^AX8M%F3'#(PN1_ED"8YI$F>:)(GFN2)US]$&[F/A'\;Q)/&\2SUL6LR\8Q<$FL6Y@\BQ4+F\2!YO$ MP2:QKDFL$Y6`*BH!550":JH$<,6@763G?96=]U5VWE?975]EEWR5G?!5=HI7 MV2E>9:=XE=W@57:#UW0W^`4C6E5V6%?985UEAW65'=95=EA7V6$=F/A'\45V M45?915UE%W657=2!B7\T7Y3=UU5V7U?985UEAW65'=:!B0\4>[K$E]=./YI+ M[1)[9/=UE9W2578N#XS*1+*KNA^"([ MB:OL)*ZR([C*#MW`Y'[TOLO.WBH[>ZOLWJVR>[?*[MTJNW>K[-ZMLD.WR@[= MFN[07>6L95_V95_V9?\!^S6E2%JD::((0@0F*9,^446\H8IX0V"0,@<&TR@1 M?:@B^A`8I'T1A!@832]%+***($0508C`H!\&)C[0M%1$)@(3_V@Z*^(45<0I M:BI.\47?LZ=,KT5(8V"T8FI@TMXT+16\EE@=EW>AX'E?1A8WH>!Y>T26.[[P(`N"4Q\`%HU M,/$/\EE@>?\-#')/8/(LD)<"D[:&O!28/:>T-<3SP,0'B.>!R7-"/`],Q@M0 M-X&)?Q#K`Q/?(9X')CY`7`Y,GA/BX2!^\2!^\2!P<&8T)VGP^,XIGL/@],GA/F]4UVK3?9 MM=YDUWJ37>M-=JT')KY3_)0=[4UVM#?9T=YD1WN3'>U-=K0/#.;8@4F[4$R^ M2TR67?*!2;M0O$YWT%\Q:1>*U[)CO'IBT"\S;F^QT;[+3O5WB>6RL[[)[OG`8`S*SOHF.^N;[)!OLD,^ M,!@OLGN^R>[Y)KOGF^R0;[)#OLD.^<#$=XJMLK,^,/&=8JOLNF^RL[[)[ODF MN^<#^]Z'5)J$X349TFHCI-1'6:B.HT$)F(\301WF@CNM%14YPN_ M9Y2S1.2GB<):)"342%F@@'-1$.:B(/^%; MV\=5/7F*QZ,=5[T37`.+IOJ^QYZ/CVM+)9>\Z$NV'M[3NR]/2?V%H0NV/== M_CF(^OL@NC^_V0O_AJ3#_Q]!^HL1E&\TNF!O(62.O/[RYSO]R)KO&XVK=Z328X/XY<3>OT4N M;WM^W;9SP[]&;C)7G;\)SQ(8=&:^@VUB;_?[;)5DB%XZ\SU+1JN,0D4^Y`++ M`Q-(ET\L>0$GE@?"FA>R+Q@\YXU;+#`8$2_L?09TP?+1$O+RR##I"R*<16JSB=1F$ZG-)E*;@8GO1#@/3'PGPEGD.YO(=S:1[VPBW_EZ MC;"X.C"XG\A^!B;WHW62`X-^$+G0ELJ%?M'W3.1+F\B7-I$O;2)?.C#:BS0P MZ2@DS:\1XO^%"''[9L7&&U(3YT%9"O1&1V;+(]/F$R=TN)8<_^E7ZBU'#R,<+G.9YP8SZ!6I[8$!M M;^G[?L'>WK$+!M1VNK#CB@'EGR\6F80DU"*#@H?VO/%OUGQ/V`4#'V[\OL-I MPA=,?O,]#EXP:+-;&G`IJ]YLM\'H?VYOO,?!0?[K^Y MXFUN]JM?OZ+4G_WJO0^B9#J0MX4/O_K+E^5/LZO&G7[3.8^WZ>.$WMH_?N\/ M7__\B[=[?;%9][+_[;6__E81:=F7?=F7?=D3^Y40$%*#R&8YYZ/)61Y-SO)H MY=3,!8,Q.C`8HP.3]B;2^/BJ1DSZ M@HCAEGXT7S!Y3B)X6_K9?,'D.8D8'O_(N"?2^'BY$1/?B31N*7EQP:1=B#0> MF+0+[:IIZ>?]!?MMA!6^R'M&1=>!23]1'FR2!YODP=<_M,NG28YLDB.;Y,@F M.;))CFR2(YODR(%)NU#^;)(_F^1/.3NFR=DQ3;B4U_^J_@M?[OP;[?P/V_Q9N M^\S_][\+/_/WP/[?@?V_!_L'V/\'L/]]L/\#L-_`?@?[`^P;V`O8*]@;V#O8 M=[`_P?X_@OT?@OU_`CML#/K5_PSV_P7L_RO881?.KWX/[+\/]C\`^Q^"_8_` M_L=@_Z=@_V=@_^=@_Q.P_PNP_RG8?PWV/P/[OP3[OP+[GX/]+\#^EV#_UV#_ M*[#_&[#_-=C_+=C_'=C_<6[_+.3@>^P#OP M?X/]_P'[O\_MGTL=D@4WT`=$;B_?5'[!X'W)]58F1C1=KHURP>19 MJ#RT"[V7RPQ<,!D75`+:A1;,UZ]>,/&/]@WD&CP73/RC^+I+?,U78UXP\9W* M2KO$Y8%)N_Q2Q.-VR2'[!Y>Y=LDON^2077+(P*0OJ)2U2^[9/[ATE*]UOV#B M.^6S7?+9+OELEWRV2S[;)9\-3-J%2D>[Y,%<%N>"2;M0CMPE1^Z2(U_G:M'2 MBZ?DSZ?DSZ?DSV>6/Z\8],,SS5>/8VO@NP]C,?+KJOOW+7TB#_F]-]_.J]X\ MF\C[>OOY>WA5L@MA7O6VB..XZJT$-9%T679ZIN")O$6%$WE[UR:"[?JT=C7L M+=Y__N+C1JWWN%F;TQ,^[M;F[^OU3^RM>'G^XN-]M?Z\RK#WG0,3D[:R49/L M73FVR;[G\.D!^)WNVCFOVNQ>V)_D=;I[Z+PJV9TQK\HW(_SFBGRKQ&^`-&*, M*V!,P4Z/B;TM!3E^\9&VQ`MY_Y8X$!HUN;3J!<.62';,G%S;=-1__K% M]U-A#R0?,2_D;58SD;3G1U=AR[[%FMF+>=`8T%T@'A;1_2-Y(]R0FG`B\VW=\MW^#4'1,%63. MJ][G&*N\M.S+ONS+ONR_O?U*%0`M,S"@99[9)^,5$YJ$5KP^T\^_"R9T!]'> MS_03[X*)#T1[#^+@)IC0.;0:]IE-5JX8T&H#$]^)VAX4ASP+T=`#DV>ATF%* MJ5PQZ0F#2+D1#IR3>%9-V(:IY8+GOKV%-5'-@>5L/#*CFP.1^0"<' M]LO8N1//FO=O8'G_!I;W;V#2%Y#/!@8[.`*3OH`\&)CT$Y2&`Y-V@1P9F+0+ M[`H)3-H%\F=@TBZ0(P,3WR%'!B:^0]DX,/$=RL8#@[)Q8.([Y.O`I%T@7POY#['.03O9QR.__>OL]_[ M:WB"_Z\BXB^\Y=\RRR^GY7_4/DW+NJQ?;WRN\;RL?\O'\^MOE4:6?=F7?=F7 M/;%?/W/E$Q]HZ8'!:N3`Y!,?:.#`Y!,?:.#`Y!,?:.#`A/H`&C@P:1>@@0.3 M=@$:.#!I%Z"!`Y-V`1HX,&D7H'H#`_]RE?.)$9U[%SKWGM&Y7_0]RP\-O6#0 M3[G2^06#?KH+G9L?F#HQHF5S]?0+)L])%.I=*-2[4*AWH5#O0I/>A2:]"TUZ M%YKT+C3I76C2NU"A=Z%"[T*%WH4*O0L5>A<=9><=9><=9><=9><=9><=9><=9>\=)>\=)>\=)>\=)>\=)>\=)>\-##Q M'7;)#(SRV5WR6;K#Y(K!_=*=)%=,[@>[9'I^./8%@WY(=UA<,6CK1YI;XACR M/6V7B<'QPP-[+R->L/R$C8'!.0QQG3P+G%Q1\AUS$X/3/DJ^$^V"69OE9T*4 M?.?QQ;_\G(F2[W:]^)Z?2E+R':T7W^5^<(!YR70[>2^8O6/21^_S@@MF8][>36F7 M]QQ^P:3-WG/QY1V#=LEWI5XP^,U\Y^D%`__RG:<7S-Y-:)=\J>D%LSCXME?B MB\V_E_T_/_OK;Y69EGW9EWW9ESVQ7RD#H41H!?$C_12X8$*)T`KB7"SA@@'] M]$@_J2^8^$ M,!F'5)9]I)_`%TS:A>CO@4F[$/W]2#^=+YBT"]'?C_23>V)$?P\,VB453+A@ M1'%OZ>?X!?ME""G<+?;RD]<,&@[[?L,_^*01]NDB,WR9&;Y,A-`*GL@?($*_]2=XQ3B'X?%_/M M58!]:WY["KCJCT[L^ZM^C0B=J?"G>,7O(_(G?I?QST/:X1W[UIS?Z_VJ<3[% M/\FNHA,MQ@_],=Z'D;_,D-\_[_]^B/EY]OGM;?//&)*_E_W@O"B7X=DSK;HX MYN(OLM_[-2)TI,6?XA7C+G^%=TF1O[*[I%?\"2)\S;_$8?!K1.@(EC_%*_X$ MD7'_?X/W3Q$Z\N-/\8H_082O&2_(O\-?^Q;^]O<`^V/!_E*PZ>K;4U`K)/;1 MTG^4^?-K1.C0FW&//\M?WO%B_T'V:W]^CH(_>+OJ?$7?Q!\G]*XC.EZV/\_N MQ>-ZM-NW\+=^`?;'@HT!E$:ET3YIN!_(7V?(^*%_E2'C&?YMAOP%ON%G\[TM M!/EJ7PC_.=E??ZL`M.S+ONS+ONR)_?HQ+V0%DV#B.Q':10CM(H1V$4*["*%= M,D+["[]G5*`N0KX7(=^+D.]%R/+Y/DB>;Y(GB^2YZOD^2IYODJ> MKY+GC^-+OHT'@[>ZGF]](I-]_!X!KO?^;-=7[K>)"D.VZY]G]Z`K7@Q9G)O\ M-C;NSWYMFF^>[.7\N8+@^GM_AO[3(=C8+G'_S/_/)WO^]G[:R4MVBI*=B&3G M'OV'GB!DIP']AY[Y\Y5.]@FF]#5=__XI)Y*?[K&]V%5"\M.J!I*?XO`;Y.VY M3R0_JVH@>=GK-TA^5M4+R<^J>B'Y654#P3:``TY&B[XU`A61?@_LOP_V/P#[ M'X*=2AI4]?RG8"=5Q7\.=BK7:%4^L?\:[!3"_B78_Q78_QSL5/3\2[#_:[#_ M%=BIJ/?78/^W8/]W8+^#_0'V#>P%[!7L#>P=[#O8GS_HU[#?LF0WD'2]P$#2 M%14#*8A41/[!-S=+L/<5&@_!YG7E#=L$F]?M,&D78CY MKMF7X!63=B%V^X41NSTP\9W8[8&)[\1N#TQ\I^7:`Q/?B?D>V"]DR\_K68F) M'YCT$S'Q`Y-^(G9[8-(7Q&"_,&*I!R8^$$L],/&!6.KZP2SUP,0_8JD'9K[+ M.T@L]<"D78BE'IBT"VU;&IBT"S'8`Y-V>6.PO_![1HSZ"R-&?6#03Z]_B%$? M&-SO]0\QZ@.3^U'EO$F^;I*OF^3K)OFZ2;YNDJ^;Y.LF>;=)WFV26YODUB:Y MM4EN;9);F^36)KFU26YMDEN;Y-8F.;)E.?*"44YJDEL&]L:_8L4GZC=GQUW? M9:EY4,TGD)Y5@[#J$]>D=9J?K^XS2,UTQ\9_U,K/XW;N,CWIV_-.Y\G-.:_^ M&^2)9T0_\<3I^RTO(8Q#M/D4;2AP#`UB?(KD=*03>HMO$WK[!+A`_!A\9'";U%[,N) MZ'D1Z3?6_$ZC7$8(C(M'=H;ZWWV-_A&4_M[;>S"PWQ/L]P7[`\'^4+`_$NR/ M!?NG@OTSP?ZY8'\BV+\0[$\%^[5@?R;8OQ3L7PGVYX+]A6!_*=B_%NRO!/LW M@OVU8/]6L'\GV%VPAV";8$6P*E@3K`NV"_;,L>.@MK,O]$ M\)KW//F?NNA'Q=C_U/==Y:5E7_9E7_9E_^WM5ZI`:`NBH<<_-\&$>B$Z^>#Y M$!.*B&CA\8_0*T0+#TQ\(%JX9=.5*R;M2?3F./D6_$O/([Y@1&\.3.Y'-&7/ M/N.O&/31P,0'HB)[Q@U>D:<7#"B308GGZ"7C%I;RKU=P0B1-+-JY,['WCRL3>-X1,['U#R,3>-X1, M['U#R,3>?+]@XGMRH-/$TC)!?Y'ZXD%>&>F9!-+U*J+,'O;T^5:3GND%7:]* M"QFOJY(CD.95:6N\M(GXFK??.ZZ1$9?7B,;!,G)1VA![4N"X7I2VPV\NLH[* MZU2OBZ2?WF8^QT763LB>0ER9O@WQN0(I_.BY)B? MB/34R:(SD>:&(T--Y%-@]`1F=.>O_&^#8Y.(>Z//?;%^LYUF_?M^!$ M9)R]S6S.J_(2X)@12'_D9>UTCG$B%J638XXFEC_'ZUW,ME9.+.^M@<&+')C< M#[)78'E_!I:/P\#R=@DL#VV!Y?T=F+1+LI7SQ)*MG!.3=DFV>4Y,V@7"7 M+LF1;A-[&YM?[`OG*]E??ZO`M.S+ONS+ONR)_4H6"%%":WOS$U$OF!`E1&#O MV9?=%1.RATCJ_+34B1%)G9^6>L&$T"'%I(&)?U3,RT]@G1@1V/E)JA=,GH7V M?^0GL%XPZ0)?[0XY2FY M[BFY+J7[KICX3GDGI?RNF+1+&!(_[Y'I#W]^=R%=5(DA$[KV(RW*CA M?*WYN$IZ['V6>-2+WK9>7:^BUGC<913GNXW&53)NWGP^KWK`V.#-7*,.!F/C M_L%4^,"H2O(@$GE<1>6&!Q2BXRJJH3S>OQ`O5T$_#PQ:>.Q3D^L/>IV063`4$I["XA^2XI+-WS>,6DERF%W26%W26% MW25!I!LPKYBT"U1S`Y-V>9_273!I%TI7`Y-VR5/9;XSV(.]SO0OVU1?`KG+3 MLB_[LB_[LO\GM%^H`Z*L\U5!`WLQ+419#PQHZ<#D-V$M@CDP:6^@EP.3]@8*.3#Q#RCDP&3,`(4]`+P6LN^2L ME+R[8)3/%8-W(J7PKAB,BYS$NV#2+E#6W7,2[X))NU". M')BT"^7/E,N[8M(NE#]31N^"4?Z\2_Y,>;TK)NU">3=E]ZZ8^$XY.>?Q;M^L M4KF](1V1'9$G(64ZBCO/5 M*A=,^HBHXX%)'Q%U?+_.XC-,?"?J^/Z!Y<7`P/?T/.OF#B M/U''^;G4%PS&=GXN]06#OG]\,#VV;+<\M7BP;(O^[(O^[(O M^[(O^W\,^^MOE566?=F7?=F7/;%?/Y&!TF].LF].O`Q'>B9C>A9C>A9@,:-(MHTF_\'M&M.TFM.W`I)^H?+D)W3LPZ2U:$#BX9'7S%8!P6R8-%) M]26+]5\M'BS[LB_[LB_[LB_[LO_'L+_^5EEEV9=]V9=]V1/[]1-9/O.)#BU" MAQ:A0XM0GD5HS2+491'JLGSP2M6!R7,2Y3DPH2J(#AV8T!A$E1:A2JM0I56H MTII1I5=,[D<[)*K0EE5HRRJTY<"@'VI&:7[1]ZP*Q5J%8GUAM)NC"OU:A7ZM M0K]6H5^KT*]5Z-JY*6!2;M1":]*/AN8C%_*9U7R696<525G M5)RD[C<)"XW MB:]-XFN3&-HDAC:)H0-;NU66?=F7?=F7?=F7_3\'^^MOE566?=F7?=F7/;%? M/Y&%CB":<6#RF4\49!,*A59R-J$@!R9T!%%^32B_ M)I1?$\JO">77A/(;_XA_M&J_"578A"H<_TB[$(UX_/,-]H7?,Z(UQS_23T1Y M-J$\FU">72C/XWQ;Q.0WJ=PV,.C[+G3HP*#ONU"E`X.V[D*C=J%1N]"H76C4 M+C1J%QIU8-(N5-[J0K]VH5\')NWR?CKMUWS/NE#%7:CB@4D_T:Z_+OFS2_[L MDC^[Y,\N^;-+_GQAM.MO8-(NE'<')NU".;E+3NZ2=[ODW8')LU#>[9)WN^3= M+GFW2][MDG>[Y,^>Y;HK)L]"N:5+;NF26WJ>6\IG+A-[;Y>)R7,FL7=B\BQ)[)V8/$L2>RQ+/)B:^ M)_'LQ)*X-#%YEF0YV,3$O^1]GYCXD+SO)Y;,7RS?)Y*WR/8)YR8LE< M9&+RFTG^FQBT"\3(B4&;C=@#_3XPZ+\N;0TQ\EC)A^VY2UQZ86S%TG)L]"XV67,;'+^SXP>4Z*!0.3?DB^XR7./'-\3D9)KXG^7U@WQQ[DV`TKK\Y>";!:)P])8\] M)5<]94P\94P\)7<,#-KS*6/I*>/E*>/E*>/E*>/E*?'S^9'.(T\LX6@F)L]) M8^G)8XG.>CXQ&$OYNTH7/N,F)NU-M/#`I"^(%MX_ MF,+=\ZGWB5'I=,^GY1.3<4&E4_ALG)CT`U'&\$DY,?&=*..!@>_?G,V:87"_ M;\YGS3"YW]LGR1=]S[XY-3;#8/Q^ M6:Z[8M(/E".`GIF8/"=0-X.B`$HKL)QF"2RG?P/+Z:"!`0T?6$X5#0QHLL"$ MNC'?H8PR,*#O`Y-V`0HT,*"1[EG,OF+PG/<\#DXLI]<&!K1X8/*Y<3$!Z`6Z>S(B4E[$NT(YT.6S\<@>IO.7)P8M!F< M@7AB%"?@W,$3HW<:SNP[,:"WZ3RT\FE&JA;."SLQ>O]`N/S$R'<0"Y\8^`Z" MV2=&<1"$GT^,XM+`Y#EI[()P>!91')@;M`NHB$X/G!`61B! MI26!25M3S!J8M#6]MP,3WQ,>8F+B'\V)4A6)*R:^OXW/57]'EC>GH'E[1E8WIZ!Y>T9F/C^-F7]FN]9/*NT M-U#-@4E?`-4<#&6&B4%;0PEB8M#64)Z8F/A.5!^(,DY,J!NB.4&4\6#D MD#9N>7N>&%%A39ZE_<2S)..L?+J-%"'L;#XQ>D[9B4,[?R<&E!WL_#TQ*CW! M#M:)`:4U=F-*NR3Q>F)R/Z)_97R,V:7W2&!@>^R M.X26')T8M9GL`*'E.B=&Y0G9'4++;B8FOTG]`,M.3HSZX2EC%Y9"G!B5@@8& M8PF^5\N1JR"&T/?&\I-TXL M[UO+?P.#]STPZ",I^0^,VO/.\3,P>4Z($X&)[Q`G`GOOVZ,ZEO71Q-Z?\\22 M<7UB26ZV"_4!*P$IZG9Q(`"&YC0,D3/ MW_/I\\2$EB%Z'J:)$Q-*BNCY>YZB)R;M0O3\P*1=B)Z'J>[$I%V(GA^8M`M1 M\+!B=F+B`]'L`Q,??BDT^_A$D/%$-#NL-)Z8M#?1[`.3OB`J'3YE)B;/290X M?`)-3)Z3*'%8V3PQ&=M$>\/*YH.ES#['3BRA9B8FOYE\YDSLO85/HL(&!E31P(#6"2RG60++ M*:;`WOOOQ)*YW\3D-Y/W:&(YI168M%DRYBQ"]\1];.YT#_8*38QZ'?8138Q:)>!R;,`;3PP:I>'Q)"!2;M0 M#($=;2>6Y+B)B>_61Q1#'A(+'O+^/>3]@YUW$Q,?DF^/^OGJ83Z"'7LG1N\T M[-@[,1IGL&-O8O*<4((8&(U!V.EW8O3>PFZ^B8D/%".+]$/Y2+^[)@8^%(D3 M1>+$"Z/Y1)%84"06%.F_(GU4I(^*O']58EV5,5CE.:L\2\UBSRIG+?NR+_NR M+_L/V*_4A%`OR6?AQ(1Z23X9)R;42_(Y>6()73XQH9:2J=+$Q(>$$I^8/&=" MB4\,**)G/C6;&-P/5C).3.Y'E#BL"IJ8/"=1R;!B:&+RG$0EIP):7_0]`]&N MB4E[$[4-JZ).C.AK6#$U,7B70-!K8N(?T==`?TY,QAK1UR#H-3$93T11PVK; MB8GO1%$/3'PGBGI@XCM1U`.3=J$\D.[$_<+O&>4>V#4\,6G3A"Z9F(PGRDL# MD_:FG`4[BB@IW!_8-+"2<&N25M%EC> M9H&9[_EXH3+*Q*1=(-=1B65BTBZ0=P*3=H&\$YC1%T#YU#RF34RN(YIS8$*7 M$$U6\W=E8O`LL!ML8D"=MGP,3DSN1Q13DWX8F/PFK)@.3'P@NG+L6C,,GO,U MH(B6&QBT69=GZ3+.NHRS+C[T/`=,#.XGNPLV6+(R,1B?LO,@,!CSLBMA8-0/ ML*1A8O(LU$>PC&!B?3$8%S#G'=B\IQ42H>Y\L3$!RJ7/W]B M+%'L@3GFQ.0Y*3?"''-BTN_)//*HDE#I*;"\70K,%2>6/V>!.='$5KR<&J[UI MY>O$I%V`2@],_`-*G%;,GAC0WK2:=F+RG$")TXK9B8E_0$\']LO8-4(K?T\, M*'%:W3LQ:3>@MFE5\,3D.8$2#PS&S/WS?T#,KH.Q-C!H%UBA/#'P'41$3HPH M:MC%.C'H6]C%.C'H6_B4F9@\"\5EV#DZL>_;^HN^9_"Y-C'I>XKW=XGIL%MU M8M*F4`+=8+?JQ."]'ICX1[D`=HY.3'RG>`^[/"P#M6&"< M34PH&-B)4V"<30SN!VT],?`/VG-BT)Z//`>>&%#?17:.!"8^0`DB,/$!*.4B MNRZ*[%@(#'R7W0R!03]LTF;;1YJK)P;M*;L@BNR"&!B4%0,3WXF2'!B,>=D] M4>"!`;]4"3V%(D35?P[_D$,GK-*NU3Q MO* MV9O$Y4WB,M#&$Y/GI+B\25S>)/9N$GLWB;U;'E_KYW!`J@]VF9\8E7N>'TP1 M/C^XY`&[Q4^,RAJP6WQB0#\-3'PG2DMV.A38A7QB1$G"#N7Z^5K2=8'9=;GO M@>6^#PQHLL#D?D"A!9:W66!YFPT,Z+7`Y%E@5T)@XCOL]'N%0'I7JH@-5EA: M,S'P`9;/3`SZ5@0%J^P$&!A0V%7*K16^KR8&;0;?-"<&U'"5;!*>;!**2\P&(-2Y@L,GD5*>8%!NQ1Y_Z1<-S!ZIZNT]<#`!RFM!0;OG^RF MK5(^"TQ^D]IL8#`&F[1+^PG?H>P6&/21E-VJE-T&1K&G2[]+2:Y*::U*^2PP MN1^UIY3!`I/GI/S0)0=TR0&[C%W9V3LPZH==73C(D) M[424,6@]3TS:A59T;_GT[TQ.1^5!HM'TP7#PS: M$[2L)_8+V9T%NMLG1N58T.2>&(SMDD];)R9]0;0W:(!/3/J)2K4E_\PY,:+$ M2S85OF+2+D2)#TS:A2AQH"`F)NU"5/K`I%V(2A^8^$=T^<#$AS>Z_`N_9T3? M#PI&QA/1]T#K3$S:FW)KD=Q:)$?":O&)R7-2KBN2ZXKDNB+YK$@^*Y+/BN2S M*CFK2LZJDK,&!FU6)9]5R6=5\MG`X#VKDNMJENNNF+0+Y98JN:5*;JEY;ID4 MA5`PL..DR@KF*J)E558B5UF)/#"B<45\+##Q@>C8@!Y?TW M,'@?`LO[(3#Q`)<@V"//*R=&X^S! ML:=)63$P>,Y-QL0F,624*L$'V37:9/=GDQV>379X-MEQ&9CX`$L3FI14&RR! M.3$:@\`)G9CU$;W3P)E,#)ZSR/LN.T.;E(4'1F,>YKOU,^3B&(3YYXG16)(Y M6�GE5\KY*/JL2Z*FU699S5;)RMF#B.]'7D-HG)KX3?7U\VQ-&J\2/;PO$A)(BVON8 MGR$F[4*4^,"D76AG3SKEN6!O]/07?L^(+J_Y)\+$I)^(+A^8]!.5H@5!`8F[4UYMTG>;9)WX9R=B8GO ME'?A#)Z)B>^4DYODY"8YN4E.!H&CB4F[4$Z&2W/@<>4$"GE8[`A!FW=\W@],6BSGL?D MB<$XZWF\GICX0-1BSV/DQ.1^1'WW/-:=&%'?/8]+$Y-VH?)9S^/+B=&X[C(^ MN\2)@8D/%$,&)C[`&4--=ET$!F-^ES$O0FA-2N*!@0^[O-.RTW9@R1QT8N"# ME.";[*9MLF,V,!@O`Y/[40GI*6W]E/=6=N$.C-Z5I[PKSX\T3T],?*`\+]M8'F;#0QRP,"@S0++VVQ@,+<)3'R`M@Y, MGL7:$][IP/+^"PS\DY)_8."#[-#M(&)_8F^Q9Y6SEGW9EWW9E_T'[!=J@E:L MMSQ]3TSH%:+26SY5FIA0*$27@S[VQ(0^(KH<-OA/3/PC*ATV_Y\84>(]_ZPX M,:*V>SZ%G!BT2\^GD!.#=CGX>\3`]_&/^0?]GM(67_0]Z_GGV,2D+XCV!HIE M8M(71(D/3/J)*/&!23\1)3XP:1>BQ('NF9BT"U'B0`5-3'PGVGO0-N([T=X# M$]^)]@8*:6+2[T1MI]33%W[/J/S=)==UR75`KTU,^H)R9)<<.3#I)\J?7?)G ME_PY:#EI%\JM77)KE]S:);=VR:U=?R,E4IMXE)^^2DW?) MN[ODW5WR[BYY=Y>\NTO>%:&;UVM"%.C`B"Z1%?T=1*$G!K2.B(]U$#\^,5AM MW$$X]\2([I+=!1T$:2)$E;%4I5VJ^#XP&$M5WJ.:YZ.)B0]0PNTBCM=AJ=+$P'=V)D7\#DV>A=UI*\'V)#2[[LB_[LB_[W]1^ MI2:$7B&:'31X)P:TTYY_5DQ,Z!6BQ-.T>,7$!Z+$!R;T$5'B>SX]F9CY)_01 MT=X#$_^(]M[S*?+$I/^(]@;AGXF)?T0S@RC0Q+[W[PN_9T1M#TSZ@JCM_8/I MZX%)>Q-]#:)($Y.Q1O3UP,0'HJ$')CX0U0QGM)P8T)B0\4LY\2L^%,F(E][\,7?<^>DGM@I>[$9,Q0[GE*[GE*?GE*?GE* M?H%S=B8FXXGR"YS!,S'QCW+/4W+/4_(+K$2>F/A'^>4I^>4I^04$VR8F_E&L M?TJL?TH\?TH\?TK,?DK,?DK,'I@\)^Q*Z#"GFAC0.GL^!B<&5-'`[#>%*B+Z M'G+NQ.0WX=R-#CEW8N(?4>:0'^OG8R!%"'GNQ(B6@_PQ,>B'-']<,?&!J&C9 M!=%E!T&'=V5BHX%!.6L7 M@;]=5O0'!C[(V6"[G/&URRZ!778)["+P%QCX)Z7[P/)QO4M9/S#H]X>TYT/: MLE0@,+D?O-,#HWYX<'[89?G!P*C_1,!PE^4`NY2V`P/_I.P=&#R+ M"/SM(N*WPR$,$P/_BHS=44K/8V1@T']29M]!-']B\IS4#R#R/C$8GR#D/K`J M[V85WZN\FU7:96!R/_*]RAA\_0/EW<#$!WK_!@:QX/4/S-T"DV=Y>V]7.6O9 MEWW9EWW9?\!^I2:$/J)5S0,3>L6H9EC5_,KXM*HYL)R6"2RGCP++:9G`)A4`]3>S[OOVB[]E=8O-=8C-0 M:!.3]H;R86`PUH"6FYCT$^4"..=C8M(NE"<CM0CD$J,6)2;M0#KE+#H%S M3"8F[4*Y9V#2+E`"#$S:A?+9/=#H')_6A,='F6+L_2\WAV8D3G=?&AY^_TQ,"_GK^;$Q,?J$ST*E52.416 MW^^P&_/$R'8A>5L_I93WA'G(Q'+_GI#[3PSZ[PGY[\22''>$N2Q&ML]NS=KZQ)+Q M.;'WYSRQY+V=F#Q+DL>.#7)9>TXL]V&#,7%BX-_`P(?`\K;>TF_@*R;/F<2> MBO^=3NH'!JL,3(PK^\<$4_".?[DT,VB5=R?A%WS-863DQZ"=863DQ MZ0NBV0F#B`U'4`Y.V)HH: M5I5.3/PCBGI@XCO%^H?$\T<6L[_P>T8Y!%;J3LS:3<8,Y1`0$9N8M#?EB8?D M@H?D`A`?FYCX0'GB(7D"CF"?&-QODQP"Q[-/#-XE$#2;F#PGQ5(YK$"?F/B>Q/-)40CM`=3B!O/)$R.Z"^9B$Q-Z)GF/CLH2 MTE:PLV)B0.O`+HB)`14&NQ(F!E01Y+F)R?V(5H5<-C'Q+\E7$Q,?:$P,3)Z% M*%?(`1.39R'J%'9Y3$R>A2A7B)\G1N,,!!HG!OT.\6QB\(Y!#)F8W(]H5=C% MA7)`NJ/FBLFS4)O!VSF3&V-NFC)OW0Y/T;&+S3`X.Q MVZ2/!B:_2>]?DW>L2;\WZ=LF[]'KGX1#G-AOLQSY];?*6V*_4 MA%`OM(IZ8$(?$=4,GRH3$^J%:.@M3]$G1JNH!R;4$E'-\-DT,?&/J&;XI)J8 M^$<4]99/)28F_A$EO.53SXF)#T3[CL\[>4ZB?0?V"]F=!9^P$Y/V)HIZ8-(7 M1$.#T,2)$9T,(A03@WZ"3_2)0;N4#Z:A!P:^#\S\@W$(=,'$Q'>BJ$O^*3,Q M\9WHZX'!F!B8M`O1UP.3=GFC+K[H>U8DGY7\\W!BTD^4ZXKD.J!U)B9]0?FL M2#X#RF=BXCN57(OD0:"1)B:^4QX$^FEBTBZ4!XOD0:"M)B;M0OFS2/X$*FQB MTBZ46XODUD&O2;M0WBV2=TN6=Z\4A=`S1%NUW+\3(VJX?S`->#PL8O"PF.C'J/]AI M-#%H:]@Q=&)$U8(X]\2@/7?IVU0L^X)1_X$XY<3L-\$'V?U"`K!&\4ET"`],WPHG1N$[GPJNS+ONS+ONP_8+]2$T++$,T^ M,*%EB&8O^51I8D++&#U/J\1?JW1H)?A8$06_.3#Y3:+G!P;M.3!H3UB=-3%H MSX%!>]8/INYAQ=?$Q'>B[NL'4_9&)T94"L3ZB<&S M0'P],?(/8LC$X%G&>PO/,OX1C&BYUS]$6S7IAY[GJQ,C6K7G^>/$J,VZ/&?/ MX^>)06FM[-*>4G8;&-&J4EH+3.Y'?21EL,#D.6E\[M)'N[2UE+H"@[[=Y;T% M8<")`54+HH$3@V=YYGGEQ*AO!P9CZ9GGG(G)L]"8``'#$X,=-47$^`*3]J1X M/3!Y3J+O!R;/23%9Q/\&1F-72HZ!27M2['E*O+:RXI/'_"NU4^P9&+P/@>7O MW\!@[`:6^Q!8/B8"L_N)?S`^`Q/_(`X.#,998/(LT+>!R7-"'`Q,V@7B8 M[S9>DOG\,17$\2(EU<#`O[N,,Q$^K")\&!CX+J*(@7WOWRIG+?NR+_NR+_L/ MV*_4A%!+1#6W?`HR,:%EB(8>F-`RM$I\8$++$$4],*&DB*)^841##TQ\)QIZ M8.([4=0#$]^)OF[YY\'$S'<9$T07MWQZ.3%I%Z*+4\KF"[]G5!H>F/03T=Y` M2TU,^LDH<2H-]_Q3;6)PO]<_5#8>F-R/:/:>3^[9)WN^3=+GFW2][MDG>[Y%V@TT^,\FZ7O-LEMW;)K5UR M:Y?\V25_=LF?7?)GE_S9)7]VR9]=_X^ M3`PHK7L^YB$'2N(%$],^H'& MM0@[UE2(^(J)#U""&!B->1#PG9@\)]'4(,3;/KL.Q^XF8W<(.T)[BECDP&B< M@>#LQ,0'BJTB"%EE%TL%)943HYB\R3@#59")R?VH/`'*%Q.#=@$%BQ.C_@/5 MB(E!6X/ZP\3D6:C_0(U@8N(#Q1?8D3\Q\9W*4K!C?6+RFQ0G8)GVQ,0'6$)1 MJXP)6#9]8LDW[L0@9L&2XXG);U(,@66U)T9C`I:KGAB][[`D=6*_S3+)U]\J M9RW[LB_[LB][8K]0$T1M#PPH%%@!.3&@;(:X"-QOS]/^Q("6&1A04@,#R@:$ M3B8F_A%%O>?3C(D![30P\8]6E^_Y)\[$@)+:\\^?$R-*&$1>)B8^$.T+XC`3 M$Q_>IEA?]#T;SRKCBSY5G)B,-:*O!R;]1/0U".Y,3/J)Z&M8H3PQ:1>B MM@L%IZ8M(N1(D/3-J%*'$0*9J8M,LO1=035J!/3/J) MZ'M8G7YBE#]WR9]/R9%/R9%/R9&PXGUBT"Y/R9&P4GYBT"ZP4GYBXCOER*?D MP:?D.EA%/S%Y3MIE]90<"2OL)R8^4!Z$%?83$Q\HM\`*^XE)/U`I"':CGAA1 MF;!S],2(FI)=3Q5V.0[L]0_1S2U_CR8&S_GZA^BGEH^SBD,?$:W$17=ADO/8]U)T9C8F#@ MW\#`OX'!F.]Y')P8],.1L!"3-H,SE`(3_XAJ[Q],JW89UUW&YPL#`<.!$2W> M90QVB4M6\N\_,0:I9`S?QQ.#]H1OYXG!6-HEUL&W\\3`=_@&GABT)WSG3DSN M1^-SE_$)W[D3D^>D\0G?:Q.3/J*8#-]D$Y/^HUP,WT$3D]^D]VB7]V&7]P'F MT`-[2KR&^?6)T;B6W9]5=GA6V<598=YZ8C3.9%=EE1V0579`#@SZ_35LJ3T# MR]MS8!![`LO;.K!5SEKV95_V95_VOX']2DT(O4(4]<"$7B&J&=+IQ.19B#(& MD8*)V7,*#424\1`;$!]H-?3`Q`>B4PY8T6_9KO&0E&3$S:!NA=$I.86#[6`LO'6F#Y6`M,^@*HWQ": M$-^!^B7QBHF)[T`9!R;M`J73P*1=@$X.3-H%2I6!2;L`U1R8M`O$^L#$][=8 M_X7?,RB/DG#)B4'."DSZ`O)98-(7D.L"DS$*N2XP&:.0ZP*3=H'R*`FZ3$S: M!7(D"<%,3-H%\B>)Q$Q,V@5R*XG$3`S:Y2ZY]2ZY]2ZY]2ZY%01K)@;]`((U M$\LIM$%1`'73("=-+*=N&N26$P.ZLD$\GYC<#RC)!C'TQ(PJ`HJPP?L^,7E. MH-,;C.NCDH6TE0@.-1$<:B(J%%A.23;9E==DUUI@\BQ`JS8Y3R8PN)_L,&NR MPVQ@4()HLONLR>ZS)KO/`I-GH3YZ2!\]I(\>\AX-3)X%J/TFN\@&1N/ZDAH8E%&:G/G39-=38/*;%+/DG)TFNY<"`_]D9]/` MJ!^*O`]%WH&.6"A^2"A^0" M$*^:&,2#A^0)H"LG)OY1#GE(#@$AK8E)_U',!B&MB8GO%+-!@.O$J*P(`EP3 M$]^IK/B06"_B7$%1",U"I:>>OV,3$[J$2E8]?\=.C.B\GK\K$Y-G`;&E@1'5 M-S#QG4I=/1^#$Y-GH9+.P.1^1"V^5M$3]2:[/)KL\@@,QM*>Y\")`1TK.SF: M[,AHL%.\?9KQ69[R++)JO\&NT1.C,2\K^AOLU#PQ>A]@%^?$Y#FAY/$*XT2Y M#@SZ86`P!@.#^TD)MT/)_\2@;[N4:3M\YTXL?\>&+7+G>-GA^_'$X.X MU*4LW!_\3@\,QG67TFB'.=B)D0]2&NTB"-FEC!D8](.4.+N(10Z,_),R9A=A MQRZERBXBC%U$&+L($781\>M26NMRQF6'1-$.3-J:*%I8D3BQ[_W[HN_9ED];)R9]03MJ M!B9]053SED^%3XPHXX')>"+*>/O@DN263Z$G)OX1+3PP&4]$_0Y,?"#J%SX; M)R8^$&6\95/]*R:^4SS?))YO$L_3U;9?]#TKDGN*Y!Y8-3PQZ-\B^07.6)@8 M]&^1O`3G+YP8Y258B3PQ\8'R4I&\!&CFEL>F@?7\W9P8T(`] M?_].C*BP@8$/4JX;&.RZZ,>D&3'Q@6A<*:T%)KX3%28ELH'!3HXNI:#`P+\] M?\=.C'S?Q0Z"'!U$>#J(K(5F-R/:$`1Y^I/>1]`<'9B0"V*R%:7 MLEN7LEL70:PNHE<=U#;:9S-3>6)@\+X'EOLW,(@%@>4^#`S&?&!Y/P26]T-@ M\IS0GH'E_3`P:.N!`=V\P]+,$X-W,S!X3BF?[;!T<6+RG%"ZWV4WYBXEN5W* M;H'!&)227&!R/VHS6%(T,?`=E@:=&+UCLI-QEU+>+J6\';XY3XS&Q/83STE] M*^6Z';ZM)@9M)CL+=YCKGQBU69%Q!G/:$Z/W;V!YSMEA'CDQ>1;JAR+O7_E( MO\5/["TWKG+6LB_[LB_[LO^`_4I-"'U$-/3`A%XA&AI2W\2$(B**&C;Q3TS\ M(_JZ?#!]#2N4)B;T$='0)9]&G1C1T`,#_^#HTHG!_<;QI'`_.-9T8M`N`X,Q M,3`8$P,3'WXI8H-P=.O$8!P.#,8A"%1,#,;AP*2]B88>XA4R+HAJKA],)])KEG8-`N3?)2D[S4LKQTP6B93),%].#&B,@(T^, MGJ7+LTBI4Z[ MG.<4&+PK`Y/GI#@HY=U=SE?:I4R[2YDV,/&/Z.V!B>_4[U(:#0S:3,X?VF4G MXR[EUL#`=SAH86+RG-1F<"C"B='[]^3V?$W;Z%T9&.2`@4'Y96`06P.3^X'O M3]D=^92RZ1.4:28&[7*7YQ2!VZ>439^@AG)B$".?HESR@%AW8K#\[@%QZ<3@ M._T!L>#$X%OF`4LV)I;//Q_IDHU5SEKV95_V95_V'[!?J0FA7HB^'IA0+T1? M#TRH):*H!R;T$5'4\&D[,:&(B**&S]Z)B7]$7[=\BGQB1%'#I_3$Y#F)VFWY ME&YB]IS21T3[CGFY^$#4[L'I_.1TZ(N\9T0G']_PB$F[$=5\S)4S[)A+(@;W M>_U#-/3`Y'Y$0P\,QNC`H,T&)CX0G=SS3[6)B0]$)P],_"/*>�[UWBM09$)-GH=C;L]C[1=^S+KF@2[P'^G!BTFX4MX%:/#&*Z4`[3DS&&L7[+O&^ M2TSO$M.[Q'2@.2+K&W2WSM$E^%AA@8Q=!=8JC0%X%! MF^T27P<&;;9+?`41N"-U(,T".T/3&B=4!X[<1@OA68 M^`=SJ@?0E1,3'V!N\!IBE,<'!K$NL+P?`LN?96#0+@,#_P++QWQ@>7L&!L\) MPG(3@W8!6G5B>?\%EH_/@<'XW$!T;F+VF^(?S!LV$4(/3.X'[\,&M/&)T9@0 M$?%-A+DW$>;>1)A[$Q'M302:-Q&5W414=A-QV,#D62!7;9N,:U%$V43U9!/5 MD\"@CT2])#"Y'[T/FXSK3<:NJ()LHORQI>H>5TR>A<:U*"=LH@"PR4[^379[ M;[`39V+0UK`3Y\1HS,MRY$V6'&^RK'B3)<";+`'>9+GN)LLK-UEFMLERL5%_ M@CE*8-`N3<:\\#<;+(68&+19$_^:M*=P#9OP">=DA#`:USU[IU6N#'04G1O07["@X M,:)/9&ZVR3QJDSG/)G.7#78-G!A1.;#"_\2(G M])&4Z`*#?I`2W28EN@UV*9P8]1'L4C@QHM1@M\&)$=T&NPU>V(L]IWX(+&^S M@0&='UC^'3,PH.P#D]^$[Z;`Q#_HVX'!=TQ@>3\$EO=#8-)F\$X')K[#>`E, M_(,=YP.#.!&8^&YC">)$8-)F$$,"`Q^D5!H8C$'9O5'DW-G7\,-WY2'/\I`Q M+V6_P,`'.$MK8M`/(-PW,;D?O0]P!M?$I,UH?(ZRIK0+E"2*E#R+E#P#@^>4 M\F21\F1@T&8;YZHBYJ[+YY>MOE7&6?=F7?=F7?=F7?=F7?=F7?=F7?=FOG]1$7Q2A0&5%[,"( M2A'AT`*"<1,#N@3$W28&-)FLP"TBV%A`W.W$B+YHTF9C52_XWJ2/9#5P8$"S M-*$D!R;/273>P>4B!FW=Y7Y=QLO`Y%F(DNQ"A76AN[J,EX%!/W2ANZ146:14 M.3!J:UGR5:1466195Y$28&#PFU("++*#;V#DWU/&[O.#Z?3G!U/F4@(,3'Z3 MQJ?L[BM2'@Q,VHS>OU$ZE':A&"EEQ<#D-^E]D-V$KVH<[C`=&"R/'!@LC[SQ MNQ)8_FX.C$18;]Q'57;I5=FE-S!2!9`=?(')_4C@^\YC-S#QCW;IRTZ\P.0W M:9>Z[.`;&(DU@X#;Q,1WVL4M)<#`8"FJE`$Y/?)-H*C@(_,:(6!R9G;=)N;A$9BO-)Y2Q1ZHU2ECZJ\#U7ZH7[P+GXX#^S$:,>]E&DKG.MU8M0/<`;7 MQ.0W3="88EV3_FO2UDUB2)/V;!)?FK1UD_:4,FT(9(M0.>4<$7L*3'Z3YPFW"9WP.,R)QOPX"@7.D`ES MOK(TL%SPZW$L6D]VJCR.1>L)O1983MVT"6!#7K[G;ZX?1RE MA'>*XG90%'3=P-YICX$]4]_CJ!UT&%C_2,L3+RR.V'[_S:.2E93( M'L=C)+_Y.#9C)'3>>612UF:WXSU*SB8;S3P>Z)U>NYWC\[W_SC$![3+^2<2) M'Y]-DIT-\3C;)6^SV"7P=K\10^(H]_R]C7,']EY8(]CTTA"IP?6 MT[Z-XYM&B26_WPZ[W6Z?KSJ][P5*QK>#JDW.`YOO>SXFQGN4[*"['>V9O&/' M)H=,/.XXBB@K-=\_NRXK79QQ(GG_[D?\3)[S.#8HH^$?GR$I*W\>H3H[5V]B M^77]>"`:G^^[!!Z'WF-R7>0.>,[;QU%:RV/Y7M)8$.WY2-^5V9Y)Z>G8`$$Q MN4$9^G&,P61,;$<^>B^?/0X-R82^CW;)?_,\RBV)9X]C$U66QXZ4DI6];Y^O M4'8VX.V(()Y;_Y/!KU&RR;7[[^5OEEV9=]V9=]V9=] MV9=]V9=]V9=]V9?]H(9O.77Z_&0J,XKPI!K>J1Q:/`G-&5A+J;?'H;>34"*!'?6G[WP?C[\Q MG==[3DT=I[]G%,Q)^23T[_V3"/JHR M1-4&=0JTXQ#`>W_.Q^>PQ3$(PDAC#,*NIV-#4%9R'%W>/S)Z>V(P7L;_D%QW M5#>3MHYQ?=19LK'T2.\W,:(RX1CTV_&^0WEBO&-00MKAS*9S?"8KW@=6>.S& MSIA\['8HC3X^CM(OE!7S_CN/%Z*858[:%,4SZ-N!O?_F+/V^T\87ZOO=A_F< M^7L;L3S'QGN;].WVV054]GX(?5^.&FCF7__(=F!%C)0Q&.='O<>ZV^]LS_>^C3@/.>YVO.])^>5VY`"((6>],L/V-,==L/Q^ M_9;%I6Q^^?I;Y9=E7_9E7_9E7_9E7_9E7_9E7_9E7_;KZDJ@H@3LHUI_I&22=I ME]M!0\#JV&=.B9P,$NX`@1+$]LD<4EM'Z2E?.;N!4,K][",IK27^G:69A*H] MS+1Z^UQ63+XGU/>A?9>M)#]IQV35\+&8GRBM#<1>;@C1*ERX_S097?=!KX/ MK'U@B:7!CMGSG7Z+@]G\\O6WRB_+ONS+ONS+ONS+ONS+ONS+ONS+ONS')[6L M-@Y:]?:&G;LN0!`KS@?)J>@F`CD-CO`^=VLD-."D_7,1G!W.9CBI;RB'Q$K/ MG)H:PCH);35+);G8RUC]^U[6F,)K[T)3%RRGE(=8"`@X%=D]$=2I[!A2.BA_ MSB[B7#N<]_!JYNU8&IU@103;RE&C("S9G74[^BA9U3XP*`_>CG9)=A?-9@,`^&@@;WNE^Q4.=\5$'YZ'@V7C-W8;2.B4"0853Y8T.S)E.L&*_,? MQ[A.5G8?S#WM;`J!HYQN'A1A4A*8[[3L'(%V"<&O7)!G[!Y,=EULQSL&J^@' MS0F[9H*BAQBR,\4[2@E0:HZ=A5!BR479)N6:]/O],R11J;GG.P1G:10$*.$, MGED&@]@S=BO2#@+;/0&[^<[8LQ#*2$?$[/TFY14)R8[*][+2S-WP#*"V/64]]^IX$@8C/GMF3YGY`?8 MM39S#I3YCBV2]#Y`F3UR3AX_8Q>N",2]OW]1]B[I>QM-4O-8/MJE?>!2ECC? M)=]-6]*=Q-G\\O6WRB_+ONS+ONS+ONS+ONS+ONS+ONS+ONP'90!B-B<]"JMJ M8P=(?MW`0)B,Q&7.W0Q0NABKTY,=$B>5":OA8Y<.T&M`:9WT+Y18-M#HGU08 M[&;(:?\I.`3":X-*@97K6[XZ=M*'L).C@PC5_>R''!O48E*>F/0,K/J&8^M' M90+HM7,,)B66\SP2HG]A!]9V]"W0Z2VG3N=9)2!P=/+#61_!SH-SU7>RFGJ> MFP+/<27I(1T.ZA:..\ASLMB&IOQ[8O>O\@)M,R@F/S#N6` M_=A2FV!/V#EYEG>3^/(0WX_7,MM-=.ZV@9+J+G.-+7__9GZ@W3;'%ICL72D2 M)R#WGS$DF4_,^`)G&HE0YC./D9<=ES!_.;;M?8-E\\O7WRJ_+/NR+_NR+_NR M+_NR+_NR+_NR+_NR7VE'H`&+"%^4?+7JI+3@:-ZQ$AE6P([5S7#.0,U7B,[R M1$(UG%0884`MWCXO0>&GPY$$*\>VDP2K!]>28<\/%%!K<"[%[8.IZ-O9+H)! M22=$36XI%H)*^5Y#F\RBZ(*!GG.2?.V0%ASJ,!LMQQ#(PL7LMY:K%3!4K^ MQ_;"[/T;@TW.=X'84X_MO5F>;A^\I.&>^S=\/[:'9N\8[."9[U@>)X9HF9U7 M!;F_YB66.9](DJT$_*9]`Z.1TTSC@!`2;S_8-25\F/Z9[C!<[U MV?;\?E.83-XCV%W7'_R;SWP7Q(7*?(\O M#R-FP:Z$47Y)A->.C3V9F-N)@4!C1@"XE6C3)2,P;F[!\Z!RG=9S1T\%NN2ZE$X,E%'`VT=SA":4UV'486+XK=LXG*(\]/U!$L^:EYL,L?M]KLKFEZ^_57Y9]F5?]F5?]F5?]F5?]F5?]F5?]F6_KN8$,9LJ5/2@ M[^&Z!I3KQ(#"AM7^MY-6A56G+:,%KD>IPV_FPD^7E;I0GI!5V*'[#]KIY8// MTFGYLYQ8XM]9*H$=)^7@81)LG$%`=.QQ$$&&5;D.SKJ86-XN+3^'9HJ6)2N1 M3YHSH9'NG^P@_6:(>N5T9>QPR5?_AK@3[&*YY737XY-5)+&EV+T$9P+`3H"S M7`=G:X#XV`6#XZB!XCW+$U2Z@-7^$\N?LQU<9X+M<#STX796\CB.WR%JN.1E ME,MJ?RA+W5.J=CM"!`E;A7A57J+>8'S.$H24)T#TJL&Y#;?C.9.X-'\SIURW M9]Y_)Y;$E_F;[V-B8B+>F.SFFYB%U4C).XM*));OY)B9M M1G$"2EWS.O$A*05-3-H3QE+]2?_R91+G>@&\3MHZF1=L'XJC#,HR=&9:?,ZPV2\O,7K;'[Y^EOEEV5? M]F5?]F5?]F5?]F5?]F5?]F5?]BN%G5!O\W-;**U$P_Y<^0Q'PE8Y*IYHZGD_ MH6>2%=HGEI0\)B:^)R(Q4X_=KH/=#+GN_V7%+=!=(ESRR%?57IXE7W';9A"@L7Y("!&-'Y35B)#6P_LG4*;.TYT MO,"JZ+S-IL`1",M%_\D[EO3[Q&2W!JS,C_-/A'HSJB\9$Q.3]R$1^9F8/$M2 M5IS"9$(;)[M?)B;MF>RNFYC$GJ2\>V)&F5/IHGZD9<6)P?U&#('[R8ZH)X@F MS>N@__)S*>99'K#[990_0;R*SNZ9]X-8!Z7?QQEWH=\A[DX,8DC[B?Y+=MM, M3/HO*>%.3.Y'I:Z!P3M6)7=(6;$?RFQ9[I?=1%5VL,8\Q)Y%^B@IK4U,^H'* M9_F931OI[G?R7C\_9Q"!CFY24JUQU'';W' M\FQ^^?I;Y9=E7_9E7_9E7_9E7_9E7_9E7_9E7_;KL:_O=.440TE6DI^KS.&X M^UCU#9@(K+1\QTE0V,1",$'C'O\D/L"* MXFBSVP=2[<$EP=E$^9B8XFJTHA]H^-O'(0H%N\&`XCV&'ZU\WO,CWR]G`N1C M]WE59"0NV?@E_PFR'4EU/?_5!?R\;9[8-WN\F9 M''&^4H[%;B(X[P%V79SC+#G&^AA^)!PT!-O>2QZ!W3G6C3&1K%P?/]=XG!79 MK=A`&'#NDH-S4R"V/CZ."T1C#I%V>#C9#PZ`W;^Y&?PS!@"1]H7.9=I@UV`9RR'.-_A3+%3^!#$ MW$8?O<>E>5X.B"(^)=^>=8'D.B@US[-M0+1L8.^Q[C*?@/=O/&<^)EJ^B^4R MED!$K*?O6&#Y.W8Y@PZ6.[2/;(XRVQI$"B.!Y+%@Q%80,!QC$'8!%MB==3O: M["T'9//+U]\JORS[LB_[LB_[LB_[LB_[LB_[LB_[LE\I.SCO(6C56XKM<@[& M+B( M>1^-<0:KF^\?+`9V_V202`0NSJP`89:C@VF\@-!;@Q7O1U6-QFZ^CV\9D%\3<)?#>+N?967>@Q\:FNZ3DJ`-2^M7<3_\[W"'9C MQODUT$>P`^L\#PC>VP>4<$\LN=]Y-AB\8\^\_V99(Q$[NWV&SFRGWXQ+,&[;:"L?ZA")EA>CLSF MEZ^_57Y9]F5?]F5?]F5?]F5?]F5?]F5?]F4_*(/C3.KQ?WR''5M@$BS*-CD% M$QRP")X`W14484X+G-Q`@A78'7+H766EH+.,HF(A4)[8/E*!JE,8R<1SWI]S M[C2"5?1%A+N(UCDQ*VM`.6N3P?*&@VV@5V4CT/_C1IEZ!`L[M:-3D MN@V$;AX''?M.T4=;Y^)QEW.@H*1ZU#VRL234?LE7V$^1-*"&*YS9=)8.X1T+ M^M".OQ;Z-]E5,DNQ,.9!7&WL@#K8\SI]'PE!>:4WL",8-,R9$"5`)DA+E@T_N]4[.S/KGEK?!@YX0-P+ M9#`N(IC94^VIZJR5:Z7_?+7?XWX+/7'(!'5Z'O]T[8TZA/*8&7HHQ7H!U6^[ M;T(?O4/FU//EXU_1+Q6O>,4K7O&*5[SB%:]XQ2M>\8H[/`K5G(YF4:ZI-:"" MF:I<&URIS642)A-5^U'A"]#-XG*'=W,G"!1@1PW/)`1#,,3C/Z0$Q`+T7U+_2]N?L'TW[H5JY#6W3?J0L/P1D\`M*CI`KL^Z"<3IDD]>)O:='?:6-MYUC&= M(QKS-D@5Q.AC!M3O!+VL@N(4\&BH^8"":)\)!G&KN\NI'*A#4GFGS^M#*TY" M;$(&ACM\IB/4:M^Z$%-1S6TM>0,*E5L'5*8=0'6UCX/[7YCC@6+A@.\+V%^L MEZ")R"Q+JY>R?Q2LSS8/L/_LO@GW]WV091)!-<.8!2>I]N8DSY#3;P&5W#Z@ M6G%SZ9,:S[N^QT6.U$3.N>+9JBDY*Y,`BE/36=EO#&A34^7I,\N46QT%C[CG MA(H%[OVF6M,JW'CXH6>W"Y6NGB\?_XI^J7C%*U[QBE>\XA6O>,4K7O&*5]SA M7ZA.;^A9QQ3#/,DU=;%I8S++:7.2DZ^ZAI@V,((9'3`%`4"$`*>'2@"@J772X^EB**HVWOT_8AXV4%:$N@!ZN,P= M"F+5*K*D/`"J;2^X7D,J.<2XQ%X!I&:#2<7<=MF)1N(^TJJ\D_F8W@^@:$L#0]@/A\N^U!DR#U(=DNL% M*+(._#MK4T139#AWHW*Z7\ZI)TZO1P88(XWZOM*6@U8EI!)'P/=Q+HE]Z\R\ M.K-2G:7/B46OLU-I0F_M`BQ^X]P.ZI>V7MKOU/@R)?124JJ"";GY>7]:G>KY\_"OZI>(5KWC%*U[Q MBE>\XA6O>,4K7G&'?&[\)_S>,-BU^9^#[+WZ+ M=V,6WO!I:$;TV<%0;8-\H'WRX5BNN':;#)UK5>;4CP2\Z$>'\Z#U<*LH%M7I M,0]@,!;\H5J?'6IMT;U#DI*#:OC-?ZS('?"^V2%>4"7LG;6[`"70YL@;JZBQ MWO28C7X6`)UE"@*X=C@+0L$C5$]1@2Y4.G??[U>ZQV@BY^4PIRFK%,4K7O&*5[SB%:]XQ2O^#C2L(1AK#PWP_<+P M1:-8"$YW#%'E.E6N6Z=5-56/>C$X010K]"X("%14G88)!QB>&'RHH3?HOY!M MI<$4BHQ2IH`D+[E43X#AB4%,4.U_E]=@<*QN`3UY$3GV*IDEI)5TG:C>SAQ0 M`AWCM=47J5I+C5X"*D&W6<\<]2;:>0V:L8Y>@^WZH#*_06]0F;_>]6\)@RI8 MN[.[Q-&:!VAX]P^FG*`_`S8&Y8A!BYH^L_?I:[?QA);HVN3'Q/4 M$W'.@X*NS0,H[^P,`=/`-JAZ'^W.WZLU?]>Y,!B[KL'3.0CC,NO?,OK92GU: MUH&58ML@*9;1?PNT65\ZU.CJL@5U#J[R^G)=BS48YR"4;/3,QQ9WGE.Y^R#O M_;?G\4^F>F8@VCO/]'US"-:2,X?R<8_]IRGCJ M/;LUZJFC:"-Z_M[9T[Z`W\FIY\O'OZ)?*E[QBE>\XA6O>,4K7O&*5[SB%7)B;D>'WJBW38-G0%6R#OU*73`1 MVP%R#?,UH[!W^;2-9HC.)/;/(CS,\V6H-_1(N?AI'+4 M\][.":``9SCG`S(7>R7W>V=/@PJ0>DNUY;=U+0^3:A=NFVC_3W&5T.]\8[WU>LIY$^YQ7B^@F-L9YB'. M)3`&;'M:S$.LB,4K7O&*5[SB%:]XQ2ONT,:LH8W) MH5-!LW4ELF$*^GW6AEQ#:)NNOD\:!7)& M06A(Y/#2Z!?7-SIT`S31XG(5D6OP&BE`W#%+Y<#W?WPBL52%O0&\/0YN0'+] MG0%W"?5$T'4"AH^>'%")W-89J"YFJ/H.E0=XWR_:O"KI00&/>H$R5DQ[TP"U M'WQ016X%\ZIY<%I*4PE6^7Q=\]$#1%S[?4#:+4VHP&CJ[@M*K>L[KY?%!URM MP5U"BR>:3U?11R]YD5OA?=,S3',+;;.S#P:ISW0OENSU)'YGFE?ISSRT^5\J MZ`05%"94HC]/T`P"QCW\S-K!4!`HEM'7"U!/#5(FJ'T>I$HNA;%/,.],0. MZJ4P9;NNB:1-014[ZWG(M21H#5\J9'H%)0U9/@)JVAT4@LZJ$=6\0XE!*FHZ M=!90E8M6=4T^Y:1&L=YNH*";]5IJYZY6S<2M5MVK@J8E9:%/_CLY]7SY^%?T M2\4K7O&*5[SB%:]XQ2M>\8I7O.(.F8,/_^30,$#*U$(X3#@$79#05*;!OOFQR=1\.:<5#T9RI'0(EC$#TH*[RI MC,@U^@PJ[&V]`%WGG*2:OTY/CJ773P8@\Z!#0!G3Y@AZ\.R=]QVZ;\,)W@9: MV'%Z==:-`U)KRTW^ELG%"F0B9F<=4+';(&F;MA\V>0VSMUI19WE`T>+\3%-+ M?>YNNB=5]NL`Y<$!O8DR!WL3SNNV%=JUPYFEE0Z3_PRQQW)/7]5+4]S_H,5\ M^RU"I7,?4)EVR@']Z0<>G;OBVF^^=F'?SF"<%S0#&,0=D`M#3U*5;/(>-[O8 MBYY#3`&B*:3=!X[NMT!MDQE8TMY`2XWR?G12Y<$]7%/4:2)VI?4GOVPZ7T"E MDZ:(USFRW%U]GWJ^?/PK^J7B%:]XQ2M>\8I7O.(5KWC%*U[Q=UKL@I%6#[Y? M!S3+.D`]D?0+M/X&([3QB6(B)3`RQ'2`VF;TWPDT"AGDW`;O=:%AJQT4+NX' M1:8[,YBH9*YC\@-5^VT\23G2^H-HR'6!7A>A`($*[694!!7]NX1N3CEJ/^_2 M&94#NL=%5.2GWRJTQ?H,-0KE=/5]&AR)\0RH[[H^$X:_4IQ)\T&?'8/>-%2[ M:K5&]AD`4[U-5_MG#OH(-=@15%USQ\S&H,5.>W;HW=.H0U$-G\J8CHF1@/;# M9(LHN3:H'1-&,N`Z!H24VV=">W8S6NR=G]>U%"H6HE1U/Z!4[-'\.7:LWC?J M.\4(Z(LR=Z:Q!5TFNE/LI]>Z+(.O294!H%?08].8Q> MZL';H.[9!NS]$BZ;M/^HGPS0T'DO!M73R'O35)5@A`;*BO;S06D4N2L]<\XA6O>,4K7O&*5[SB_B>URT#:*U[D5@F] M906Z@'RR-T/'R(?:=(\:\HGJ=((R.Y7/9%04/4`$K)J&+KIB&BJM#?K6GO)& M6?E%BMQQU]3)WTA7V+6=5O!J*GKZLEPZT3UY\$FG^ M0(%EABY0U3[J>1\==J0>)]L@J;S']]DD`L6BU399#4\5TQJ*SIR`S*/26L"_ MV;.B8SATA;`3HK]"[2I0#<3.$U#MTD4^V\<7`71Z1T" M9T'+P1EB9G5P9@&E.@Y.`>IKV*%?Q^CG!+6*]T6CSKI%KJ4\SX!V6WH*NG;( M7,_DEEL&I`?;&H3^/+8^X7VZ?TV:98&!FM&#`,,[3J_N_7Z(JAPHJ8*ZAWY< M3>$"902K-O0\*=J@',"Y:,I!#SHSB^S<,4K7O&*5[SB%:]X MQ2O^3O6OA@AGW=8]S:L$1#\^$6-JZ[YWJCFMA3=4G>K>+U9U.FHHQ84O"GZ* M'B"@=)@U;)SF:J)70IK2Z&M?.D8WN_:&S_X$`".9\J=CHB*@Q812-%RY=JJB MMXYYU=$9:U/;:`BMS:V@/!J$=N/?:="^'NL&A8&Z8(9YF`,:!CI$5Y+G/KK^ MEI,)%>0F.2Y&3]PE!&H4Q,A[$TP#4]%VA7^3+@`E`/0J2;H`*!:CGL!0<.M\ M)O08>\@7+X3$G=_SK4O5&_H,*%/3T^CSE2\&Q0 MRG+SZX,S9%EYK^QPGT[:#7*RO\NY']#+[U//EX]_1;]4O.(5KWC%*U[QBE>\ MXA6O>,4K[E"1XWWM%2]R`%,'[`^^_PT.$K!'*%Q`S4#5V^'C+DR,'"6B=M2' M-L1*GW,PEP%(ZU2=KB&8N:,J69UK4#F`1\]+B,L*J MZCNAODZ+_V!05R[!X#Q85-$D6)OU.LZS>-TKIV[8$0X`YTU/IS\H?V[/Y4ZJIP5Z-@7U*_:#/[J@RDJ>\^KY\O&OZ)>* M5[SB%:]XQ2M>\8I7O.(5KWC%?W@V6QJ?KQ`Y,B>!-MT!34$;TZ9Z9S'<67,/FY!9S76=?09V#OF!^U-4$M MM6&_1XY:MW=ZHRPNU1&YU9T11:[M::'D"'H7(.783.K,&N4^2CI$*+`<-57F M7&%D)]12:0('^Q9:E+>]`D9%L>9IWCOK^NC0&KMS&R)GYVYG'D#QM7?,XPZ@ M'/,,`94CG$LQ[Z"`-*-,O>87O0;SW`5*-;@4FC^@:8^.`G+K*`OM7JRO;])F MBFGL"+W=9C!OS/N?/L_L1@<]3L"T;/:QAG6VW?3W!>4O]E'L,:(<9]Y_J\M` M5&Z5'!^VC7JKPL+1'/=6WM^D/A.SGU?/GX M5_1+Q2M>\8I7O.(5KWC%*U[QBE>\XN]496I8W"KZ`>[J0-@-"@,%R`+MYT>' M7,F\PYV]1&[OM!>V/A^CS!E$".J08T"3GUFWOT[#(:I(O>GK"\5"3WD`U!(XSB5R#@T#-L,,"H'*@%G`TBQMVME3,*X5UHQ M:=,KU)ZJ/#*!F^5Z23@6S)8:?`]*%5/"`778?DM'947T1$=-9&M04VM+!XH^ M-!V2YE5`AUA/#GT/H+TRQI[6]RIJI=YR0,&/?K:*M93W,5"'M/]TYA;4B@NH MK$(%`3UJ5J!&0P4AGAF";@4#O'#!4SDP`IV>7Z7V=)S)8)Q')JBA3`/S.*,\ MX!R$^W2H.*F7W#B@,G3K/*/T5%T;G$O3X/02T%+[H"@6VV.=?60T^\OO4\^7 MCW]%OU2\XA6O>,4K7O&*5[SB%:]XQ2ON?U([WMY>$;F3MSB8]3183O_I;["_ MID.L/P%4!H,9RBW>I^$9,Y`!`Z`&A4$;\D7")=G#A7KBW!0,<5+I0#O0#E?FZFMHJ@T<)K]DUC`P-M]\)WOZ;IO(,-AX'I1Q) M)0[T%3'S(S`1TX9T6>$+%<4'F#N-`=7"'(T2-CXI>*"7P"Q_2YK.D6F9XV%J MWXX:R@QC.0$[WF(?Z??=W?%,K+,%VC4'/`JJ!*(\$AZ%_0X49T"GU(\$^DY% M[GKM:6)T'6M;9]IDZ[26-+T;;Z9SD!1?H/)XY':M'CSUMH'>4FT_`-0.RJTX MYVD\9WE^&G4(*H]0G$"K\983E)4+W=0Y$>?95>61*@B@=-K]#_J?;!U3RUWW M0DH%`:CRS-`3C"M=,J7F;]6?&>HZ,I+L]`XQA2?<^UV2HG+K@)3'XM(UM9;& M`>GK]<;?U^A6<2:'*DB494R#JQSU^XS6[_79Z5`>U$M']VPZF5K"/6[5Y^`X M.(T)GZF?"_*>"O=BNP8X7Z1:2CU?/OX5_5+QBE>\XA6O>,4K7O&*5[SB%:_X M.W`"F#3-&FH((R91U1Z0#Z@$6J4\F7.Y%.+=7/8``<.,Y:9@@?/U0?5]IXTN MF7,=#MT0=:$K9[,?B3!>NS]13/69"?6!T8V_0%S#K$W$L@6TN/:8(VAQO;AD M0^2HFCHJ=>'[MD[/G]5Q+9H_H)<,IM:?:16^D+O)WV+S,$HX[V3V`E7[DQQ/ MRT$OEG%PF@^4:5[>+7(+F":-`4E>YV@[=JVZ6%U^H,XL MW_3J^C0EGJ90H%29P=PP%)"PY@_?A'2/`V73IOOS9#\26+NK3["ZQRV#A-I# M'0G*-+L&N(]-J$IX+EDGFLBP#Z#HR9_HE\J7O&* M5[SB%:]XQ2M>\8I7O.(5=PCFIN$9MSA7D-;<@2]F__->&/*DJD3#-F8X!(JH&W_F`09X>0U`@X&"(-_7:==\71,)N5(E M\JSARL=0&H:H(=#%L3F5.S1DUW(=%01!?7E]'6,D,.HSF@_,^$8-RP45"^V: MR=#LYFL">N*L`('>GL@O5O1[>3>.BS[KS+SJ.B[Y/NB[`?19O@_4(1UZL)T% M8*"V0O^3^#Y2E6C(-5J?$#3S``R_[)D!#/!FWBNKI@NR;`$^$Q1#MG:7`95IM#?;%+B,3JW=F>\/!Y0? MQ-EZ78/Y_"+F-LHY1`^7N,>)^TKN=[AO@@ECYO0S6,L)FIUSZOGR\:_HEXI7 MO.(5KWC%*U[QBE>\XA6O>,7?^9,:S";`"*;EFGH"*`$-YYUZ`@"L"N8Y^9D= MWWAHQ6W]:\`,990P2_;6$-"&"QGZUPX>[SW('*XACPFH"4\_L`-@9_^YM#O-3R7=,H:7Y$U`S0/=&.FN:OC8N&Y5:M M'$EX%,SJ6I4YF*M!2^V3P5%GKQ"5MVO8.-\'4!\H5<;!U2\=Q8F@//(SH4?& M,J"96U-6@(G?#OMV=.A4J!(R!WTW7!:E<@UJ[\"<0"^%$YS*:1._I+,(CMWT M-81!%2@=C/KM[4V@2KRY".6Z^T]?^PYC??-Y$/1@?*:X=T2U?^^W"$5-*/:` M*FG[2,Q??F9GC_7F#V@B4ROVKD&70NS.&>#[.O>'WCU.T&"/_4!]?6*/B5Q^ M)NP';=R5[[N:P)URH)PF&D50>?F9G?'LK<\KK9]&DKW[IBA;N/E8B_,L MSA`H'UF@M"2>E\#(U51=+]^GGB\?_XI^J7C%*U[QBE>\XA6O>,4K7O&*5_R= M/^]UBU:K;H:6TZ!F\,)1[(/1JQ9OOZ4#'X)Y3E-DB"K>_,P./`H&.9N[R-#[ M1`5LYL!$91H0:K8*[69_1*$+\SOT^?/0N8 M@>7[0#GR9="W6+N1$Q7VH>:#/D*V!COG!!AWS5`-WZ:U8RRW@M'B^!Q*4E*9 M82+T#ADYMT*_JEB#T-K<#"BU.>6JS?]2/=&KS*?^7[/>1[D^-3V_@])HBO'L M*`^NBCVC4:`72[Y/TR\K[-MHZWX]SY*"%[V)HE^.Z(^5)IJ@1!WE'COU-X.U M^[@'B-X]D0/SQE7?`_(^?5UGDR\_4M2T^Q]1XOJ^L."=`J7D?U1RIY\O'OZ)?*E[QBE>\XA6O M>,4K7O&*5[SB%3]784,%LU6=@HJE8QS4@ZU64'*$N8R`#*)/!,"JAZZ&SQ;L M@D89!Z^BU_#AXB6D*@>F+;-#IV#\1.U^`Z*'*EIL+JH9???)%KD&$T%LCL"N1:S`U]=W0K=1/ MO5&@HGCGG*UKJ/8?!^RE,\.:B#X[T$MGU8J:4Y\=4.G<&7(ULZS+[\P<]%_8 M7$:@2XB^TR,#S*NL;3VTBM>&498[]!DY^C6(-9]GJX;ACYI3,/6H642C^@478XZ_+Z.B44U%=K&B0%.#Z7F-KOHY\30'DL M0(/%_4^8_\7O%+G8?ST5$E`LFW.UZGVZSTZ6&`!MN@"]E)]9]$O%*U[QBE>\ MXA6O>,4K7O&*5[SB7SE^@G^ABMZ@80T56=5W)P?PX=3QE)\!:H\__47ELS,3 MU(\$?,ZS';6HS)\'[N61OT7#]]$+6>0,VM=P97L!P#,[M-$='084)E1!OPC: M9G((#:!]JW+5AF9WQVA>Y+(JNN-]?X6[+.=8H,BMG=RF:;"3.1?X]W<4/#&) M(D>F2:-#?0(6'WT_0+7Q`57[07^"^L5@,J`'6P\7>-\A86/;FZ!>2J,^3>DT MV!%Z2%";YX903_KZ6L[[T^/^NT+?6>T/N3NOW_!R$,H*F8A&T?BAXB/:&=1UJ,''M<3\2]UMO1Z4,VZ*/D*"> MHE6\H-*#HA9G2.;TVIVU6N/4AT:?@ZO7;:B<\X[J3.X\HX1L2*T)Z-$6XPFT M?OL^4;:09P]02&"".@ZN5M3/!49MZWM_6Y^DXESX3)Z@WUBL:SKG[^KL4<^7 MCW]%OU2\XA6O>,4K7O&*5[SB%:]XQ2O^#JP#*@%03P0$0R8_#6O1?_I;JW%0 MN&B8Y01M]*"&#E0$;:4#:Q&Y12M.)D<@1$5_MK$&>'35O2`LI]N>&ZPZ2IC3 MR$U47G'75][[#'J3[!K^#?:K`N*Q?VG%(3FTT-JE)[Z[-"*J%/O M"8`=W75(K,&IHZ@QO+UC8@2]&5;=NR\8I7O.(5_\KQD^^_^-,_(&RHS+=<1QT"K=07,-K(ROP.9`"& M+@VF%M6C^3[H+[%+6,Y@3FB_&Z90`GX*F).,GSJ&0T:Q`"39@3)WJ!H.Y0'T MZX">%2=*3L/P@4O2^X1!CON5H6$;].Z)/A_"4"GGKY?K&.OTH#>J1-;*@]D1 M8ZHVAEX)I^_K_9:>09R&1QMD!_V'=E`"Y/==UV?DP)#'JMK!6`[Z#`1=(-XW M.7PHJOWSMT"U/[12CUY69.ZTZ_V7N=[[.FL0]JTY>VG(==8*GE._(WU^'E[6 M+[YOU7T^3K^S1POK>0_'.G4-LYZ_<7!E&O1;&?E\F4$Y&:4"1-UKH[[L.0*4 MP.%-SM0YKXW0DC85YV[01$)A-OO]`7IN+;Z`U7C>!VG4ER:,'?,QT6?'MQZ> M9PN?\XEL1P8DX5D0YUGB]X/H[]/[/>X/BHQ:.9XFO+80#$4 M]P>1N\79`^:B,'^AP!)[S!DI.C_IK`NU,)3';&#Z&'OS0M>IY\O'OZ)?*E[Q MBE>\XA6O>,4K7O&*5[SB%?<_J3M0D?5^N<*XJ489=6X?9,5MM/L5T'["@!TH M&BKE-PWG936\@"3S,Z'"MXT+5`9W^F4`Q@U\$;^O0[&`4=$&JJ?9]Y\8Z_S,SKQ#+Q8[+`#* MA%;5T8NEEP-:N.5$?XE09`AH.,Y!H3R(>2;*".;G[0UIFUVO^?S,SGT,%#R'[J^4JC5:UW=Y?\C^7Z"Z6'6O MF50R@IHO?JS(-0H7GE'`6"[W'ZSKS>6V*K?),^34OT;3+R'WHSD2YV?F=&E) M4^P)M4V^#Q1M?B-7:_?.9\^L[_UY+EWNC>KY\O&OZ)>*5[SB%:]XQ2M>\8I7 MO.(5KWC%W_D3O@/Y](PH>K`'F`/-&OY-$Q50A\S:!.?T?:`2`'@TX,HK])TP M"Y@FM9SX+7D-T%YX'K#_R0X^]:/#.H)&&1TN`:.40YJ%/.F74<-(X9DO(-!0 M,T"OA`764E3_$L2DE1S9FP$JT"9=K(GLLP+INL+&@$D:?!S&>+3?I#N45-1^'OJ*S(-#]%!%W]8\F`/-@Z3/QL&K[W6E_`%JL*"0@$YNU)J@ M\D:?6Y@_HGY]:5(/EZ:(@KW2E&+0(P-:AB?L+WKBQ'D-YZ#MS>M^"-7:]1JR M#U07:@1C.`(62CK,1^&/ULA?Y1-N^PISO*M`;? M@[IG]\6MQ=NZ*L@7?ZJB\F_69%?<. M,-6;H8_7Y/,GJ-\P^(.>6XLV'CVI6$#1UJ%8-N?S1*[=4P6MF"4W>K\O7I?R M3DX]7S[^%?U2\8I7O.(5KWC%*U[QBE>\XA6O^`]/IBT$\2X2`LW^)T!/K!U: M8P=#K-&A&ZB87L%H:@Q83D-,#9834,/H$!J\[P!3J(2B@2YH7OL:OB>:(=0, M\#Y3#&FXY'`LGG)@8F2])S15TN:(*F>AJMT1\6XUM8`R#_Z=I[;GT!_D<0U@ M2@/&9`F/"IIO'+SU<&<-0FZ#BOXQ(%#]/E.Q='J'"&.KVW/*B3YK\R#@]*3! M`,H$X[R@P<2UIRH(($FHE`](LD=U@4'5!C1#JH)T[M!P>E;?B_$,-1%4YAM] M!CUX[A+&3?H,>CTMNI=5]GJ"OE,[&`J.,=;0(^/.Z_J`JOU8@T(IUE'4V!I< M]/MN/K=@,FDJ)*"7.N:4;1^!TN]^DW.4"@(P:=K],%2YNYP_6X,]PSUOZJ1R M'4K@WE'^F*H+UOQ]D$HX;Y6C3,OR+(=2B`XM'$YI*C;5L(E70?TX*[[:EE.&SO:_0A,"D\8I7O.(5KWC%*U[QBI^5#@#1-Q@0*DO-^[[3 MPP5@W`;UD0>Z-OPR>`TJW@,VINK83OMK@RL!;MX&KBQU'DGD#NB-XH7^V/]D MTY!(]#R`:E6K%H=J5:B4#]A80(N.`"K8/W+PF=92NZ-"@EX0,U3?CW[MI"[P M14-K"4S2]HY!U0[JB3`XNBH!TIB%8#F])I(*`FKFZ.RC<'%2UP!CY@(KM?]< M\(14@C;_RZI],!QJL+^H>&](NC;/.9DF@:&2IL\R!^9[.>BJWZ[-@?$Y!-P>_Y>CUFM&*J%// MGX[ZC/JWN2Q#Y9PCQ'LX*+>`+K@];T7JG&^Y3D^C1E'#/7SKE#O`V9KJ.O%] MT3=%_,XI?HN^A^\=JFN'.6KW<'=Z53F_R:L+Q__BGZI>,4K7O&*5[SB%:]XQ2M>\8I7_)T_J<%7?=0PQ.S0 M,"D6-@VK>E$PM0)>M,%1&L]'.0FH7XCR2)45&'#I MGA5)]P",=.@J\\D18UR??B$JMTH8,-M'97.H?W[LU<0F$DMWF1"Y7I* ML9O\G0EO`T2_`E62.3#$VN3^R[U".6W&9[E=KXDQQA-R0(T&U2Q4.C>?=^@_ M1/1@&".1TD@;'^99(`RC,J>O`?I5)81-1DRC'K.DZT!QHA4\24>"BL7ZN^AS MB7H3I>I)*T[:&0+*$5/-0.\>/YC563<-DL(-M938*Z&6`@@[W.S4^;D.DNZ9 M_0P!2MQ45OJW["[+H+-`E!'L8MEVN3SU?/OX5_5+QBE>\XA6O>,4K7O&*5[SB%:^XPRR+A@\C)TQI M9H=+1-5IJ"X$!)-&4QKZ!H,Q@ZD;=*HKT*VEKX9XS8@)3&GN\MJS^E[T$LAK MN%:@>R&NRF7UO;X^@U4!]M`P9U;F@\'*HBO"[6?H^4N#%;@&@ZV@,G^6L-7) M8`6JVL&G?GRB1-238[USKM%U0%T87`G5Z>T%D(.6[V/,NUYG@;&)W.(\I\@U M:@TJRNE0E6"`EPJLGGI)M+\.6A$@;&N(!-2A5OI-SJZ@ M:=(Z8-^4W3M]A_T,0DUIJ#28XZ@)X>5 M`^AYG\!(,J@9N*>NFOK-M0044KO'D5),JS^S!X\XZZ;GSR<5!)0#)(T"<]O& M$XRTK#0!#+%V>7UI8`AF9T;]`HT"2K_1YP%45G-GO80T2*TSZ.?4WN+\KSJ3 M5WWV3,\PE5#L+H]19^2H]_L1]SA]AK1[U>6>JIXO'_^*?JEXQ2M>\8I7O.(5 MKWC%*U[QBE?\W#_C"GMD#Y#>7=`A4W[<<&%0M&@9,@QS( MK5XFJG*SA&XL=V@H)7("XAT=]A"PW.@PDH#:1X=<"78\&%I?F>,![+\Q_+M#/Y+1YQW4!0?0@T&M`24'U&@J:LA,ZJZO M(>@ZH'3:.H//M+T"Z[-G"@7F1U%%#^<+J!7S+`"ZCLYY9PVIC]`&1EK1IT7` MXBY$H?XNU@=#4W)&\VDSJ:5C0K6"$5KD@%9@4HWU0N4J8)":_7GT MN+3K`X7N"GW*\EX%:DQ]SJ="D.[O4`J1U/;+=::>+Q__BGZI>,4K7O&*5[SB M%:]XQ2M>\8I7_(*,,<7V[EPZK7*@)(>94P8/8#$@J0 MEELE7'DR,`35!;0A'WVLQ1R-#F6"^9^I@L"03D.GI_-%T]<;*%S:4&J3IE-. M0Z=SSR#.#R!:9T";6L\?H">602E.\MR%LQ44(-D2G?KL:(72Y((U,J<\-+5] M,O@#PRA?W&HMM9L$4/>@J(D<];;I4(Y;QU#0SFN@!SO[?1GE_-F9#/>JI"Z` M(O.;B\KMO,[:7A&_)94\8I7O.(5KWC% M*U[QBE?\%?%3N]@K9'X\ M2`@[^K20\9KN/9'&,P!%6X4OK*5%PETG0[/.6$,[\=T7AAIK4#UY<;92CMR> M/Y$,@&905DPQ[YWJ>^AG<72H"U"QG/I+0`^)&\-Y!,?Z4NGVR[F:X$R^3:@G MCIFK]>A=4,UL>LQ&?]_56.<$@>I]1#VB)H=CH=_1H@T:D[8!>F+O&&E1._%< MNQV#(U+&@`E6]A/T6XDS M6=!UWC*%GE%FW3LKQP6>>XQJ[IFK0:[1ID#]@KJNW<*D.:5ZOGS\*_JEXA6O M>,4K7O&*5[SB%:]XQ2M>^H]`13+JF&Y4(Z`\F`%,Y0P$1.JFNZ M!RW&PA>?N>BQ3A4$]/S9=95RTIA`,\RP'\;!C:VNUQ?&3P#'!B^@UJ?N1V+C M+P#JMZE1`#Z$-7'J]P!T:Z?GR.(N5>JLZ_2)V/0ZRS,2U!,' M]+KPI4+T8%OS8M^F&1^<+YKB3+A9M&>/\T6,2Q@J@>HI)`UT+O7.'C%_H80# M.M)4'J"@F_1]+!2>`FZ>XQZG/].4:==S,%6<^APT10W,[5RA;:WA34S,W/0;A7=55D M^LR:G?D4\V>?Z8N;[CE=XU$]9J;NZ?3G`:.P#>C(N*_`',W0[R_.D,MXJN?+ MQ[^B7RI>\8I7O.(5KWC%*U[QBE>\XA5W2&1DR`#,0BRW#&@.M.HJ\Y.!C(9< M]TX?A_R(4: MA;S]034S/E$44B\9+`=SI*OA3WT&-#1E9D30^OO&N:8.N4)]DQ?>DPF5+;9. M%2]`^SM`V*//$1B%S3WC-5WYG#GH_6*](,#H!GH%A4J'(%>7QU`.%!('&-+% M7@$X;^W`_@>HW=+X$/;1-F`?#%.J`#RZRVNWG..GZOMF/@OLM\#>E'#ER>0' M:.\V+D(5%'L,U#9FJ`2F5PW>UGO%Z%WX+8[3BS71[@&@MC$C)CU_,]`,WBJ' ME".FP.K0[&3LV#$TNSNW06;;Y!I,5:6@RW/?PI[>Y9K(>P?]/E,71.@/JSK5WXG7?GWFC?BM\2.2@ML7M. MT2\5KWC%*U[QBE>\XA6O>,4K7O&*?^7XV3P'8"2M9DB*!8R#5MU_(7W5`>J; MH??$.'B%KX8,X@>)7+Q9Y`XOR7V1FP;WOM>&6`V:@O:[44XNKF&1YAVG]M=B M7":'GT"Q8.9QE]^2J@N@&=J\]UJ4"_,Q1^!I7*CJ^_&95NU_S25L!16W[07Z M^Z+L7:U=+U%7X[+H^1M]K(FR@JK]T<=%4'GC$W$DZ'0'Q=/0XN+ICS2*`S4/0W>AK6TZ.\[K0F`:K69 MV^2"!#(?,Y4":9FIUN#^`'V28D^3]#)XG>&BHQ*+YP;IK4+:W#NT'5MS("V6;7Y6*XE,%HT MN@=Z/1T#4N)W?P!0]P=Y)JOGR\>_HE\J7O&*5[SB%:]XQ2M>\8I7O.(5=\A' MPT@)98K*X(2W`9ZY2<@N6`2"TP%63<,,\OT'\ZK1H0;P,C]N7P)M0"^6V7DD MD=,5HJ=*>0%%!R0"U;^F/-!CW>`2H*4,9X(6RFJ;"0R.QN?TT!DY:^7( MZ9R_SD/22T!'.C=,9S*84[:Y!77DYH>]6DNW@6G,:9"T<-"8\#XS^`/*>./? MLKD+I(5KWC%*U[QBE>\XA6O>,4K7O&O'#]!?=13!=I1CPX+ M"!@B>@E`96F#!00<&Q7V`DY(XQ*H\'6<5_Q.@P^AQ\*H8;+HOP!F2QLH7`+: M%Y1.P+_0CKI!M5#U?>A6SFF>TVL_#Q32HI4CV9^`5#JCA@&C,I_,W-J/O7Y? MS*V@G@Z'`:$"?8)Q2>.G*_064#O1$\Z3B9S!HQT*`E1=1G&"^N48)/T2O0MZ M?81@CX'ZS/:?N_G0VH7>&J8.@;;2&X_GIOM23,XHDM'-.NO?TJX!S./:QW6, M#QN5!X9?X8RHSI!QD)!YFUM0G(Q^U@$MW/8T*`&L`ETK8T#%DA7]8KT$'0G* MIK:GH=^1Y>!],$5!G).S;V>]C9-3G[I5J/ZQ\7[%>'D`Y=I05*^RCR7-" MT19KB7*@U$S:]/H[VUF^R7T4MP9!Q=I6;VL0#"\U!7A2$^G[;2PV>@Z!L\#H M>5"B=@S&]@[%:0:B4+;@-TBU!L=!4K%A.G>AK-3SY>-?T2\5KWC%*U[QBE>\ MXA6O>,4K7O&*OU-9>H4,,@=>[>,@*\(3$ND8R!#TK7LZ3%Z$3'">&<\`E.)E MFRJWR.\SN&35XS+Z]P$$C>P`:[NTQF-O1OP^H[9A$-7\N.Z&<.`=C'U%_I4V.F>7V0=)G8=@F M%$.1`QJZP=MP)EMO%#BO;WI]YOT6SG*@Q.?!U8-P%KB$D.Z-H$;9]%K*:^B9 MQUWI@J0UX-R%_FVG_BYZS6^ZY]9I/^C[>RMW@'O5`:K15+X"/>&.?)C3[R-3 MTE`V0?F!*;YZM)0>L[CQJ)PV?\8I7O.(5 MKWC%*U[QLW($JK`;?`&>Y`9S0B^63E\#JK!/R`Y@#S!F27B[HR``GW.#Z*'- M,U2GI^D'J%^`S@K*`V`6@V``9ODR**6G"H**VUG#76F^(FB;1VX%RBKZM(`Y MEYG9:,ANADK=,`,C%'OJ^I0Z!OT0%F;BTW:XAP]#D"TZMVA@#L;Z9Z^AH` MJCWE]%D03G#J?.F<2V;8!I2`IGY/ID+7WQGJ.J$>#,,AH72XQ9FL%7N-$NCU M"@*SK!FHF3#9$FLB3+:@]\OJAQKEB,IK:^(Z9HV"`.5!J"J!/EM<,J7.UG%@ M*L$G@\Y/Z$W4]JU8\[.?K==KR!XNT/NL[6G:8QU%QJ'IB5S70._N':7FW:56 M-"ZP'W9]#2>U3;C^06,PEJO&;%>;G$-0+OY#9+6-950M/(1 MO28./PS5N(QR+66Y"O0^VX$*&OVW"&/'.".)-KVK^YAZOGS\*_JEXA6O>,4K M7O&*5[SB%:]XQ2M><8?ZVI_P^L_MEA/03;:GU17HUA<&8(@[OV]W!R25.P8T M)B/(+BN*H0(6WC<^D5^"(9H2`."+S4OP54Y#&VF6!>J09MI";;-7"1NGNH=, M5%;].\?!:2(-W2R]:GC'+$5N=5F&R&V.58N<0*T_[;P30PC'RN$'T:.(F*Z5@3`.>9(9:&.:F7 MSNA0)E%('5.V&U"W3D!',4YR!0@'-'`;F"VFT1^?7Z74=7Y$D/+.;@10 MMG`;D(*PGE1P[P=*9_+Y`_K,3,M`W0/G2RA_2*UQZ/',ZP.E6+NOZ/,%[M.S M>^W1;UDZAF:V;SL*74$+M^7GDA2UEOR@5+F5SR52,H[/HYK.\F-6UZ">+Q__ MBGZI>,4K7O&*5[SB%:]XQ2M>\8I7W&'`34/#X0,NH)2LX@6#(PW'9NMV@-W(`!6&F4`")-%I#0S#0IGMRT0BUVSYTU7!"?00;;X.L&DXJH:/N$?!, MJFWT[YP=LZ0<&+U9U3?0/5#5?AO<8`5RNF_*[!YAM`:M/X^&AC=M2)"FLARO<_LP.F@I+*^%%#=?.NLP5'NAU2J@,G/H55(N3[)D*<#\:Y@=I;7 MKNG69C@$=*M5M>MU?6CJ-WLZ@/+`]KO>1R%S47OLKO=?5+7#F@@')'7ML%=< MK(`F?GH\3_U/X*P;&:HU"A!ZCMSD;TFJ!,9Z!>.\MCY!S1 M)?K)9EZT MSH#J6OUFIG+S@.:-1K_HG!E>ZG6]>V,7AG!PFMW[IUGH)R,TAG*/=XG%%\WOS^`F>DFUZ=ZOOSG?U_\]0]^\/// M/OW\]S_\PZ>??_+K3W_YBQ_^_#<__5W[S^]_^K.__>7G'W_R^6(_V^( M_Q/$?ZSC=WT'^M%/X&/^.\0_AOC_J.5?R_\]6/[_!^+_%^)?0/S_Z?@-'JMN M]X4>Z"USI\SY$>M%YH:9"3,S9A;,K)C9,+-C!L=@QC%8<`P6'(,%QV#!,5AP M#!8<@P7'8,$Q6'`,%AR#%<=@Q3%8<0Q6'(,5QV#%,5AQ#%8<@Q7'8!5CH/]T ML-=O>/T;7O^&U[_A]6]X_1M>_X;7O^'U;^KZX3YI[]AQ!'8<@1U'8,<1V'$$ M=AR!78S`:_^XL$\ZQ`[HK8L#K_W`:S_$M>.?2'"O?7Z2NN[V2>TOM/AS2>2F M2V[F]]FWW<4*P&>K;S5^?B#[TJGI[JS@]O;U5O#T5_49=\6N?W[[A^.V^ MXIUDI7U!SW9O%:=G.Q[5]G3ZN$._XXI7TQ%K\Q-M& MBY\0X>(G9+SXB>[#=_$3%B]^PN(%T)X>@>E!X14/',5/U/*OY?\G7_[%3U"F M^(GB)[[7_,0T;8.W2O$WOGB7&`$Z$9F?^))W%#OQ5<_RSIIX'3>!W_!VS$1[ MA\0C.0/WMF(D_HAXH;"QBHJ1J+U0>^&TXHN1F(J0>-MH$1(B7(2$C!47`+/YE=3$2R5P'/UM>-?,AMR]?1G0THD7CD; M]NU\ADFPZ1N>C>>(*.+BE;.!]^EO&EZE6:#GL]?&WS-X[7ES!%Z\C'N8B'MXV6L2# M"!?Q(.-%/+1X$0\6+^+!XH6\]I]#/G3DM8B'6O[?X^5?Q`-EBG@HXN$#(QX, M\%`0?X]Z("5$AWKX;Z^[*WPMZH'N)'3BTIT*[CP=ZH&N[M74`\_'-^W-U)^) MUSDSV55(#<<;S477E>F5L_%F("I]+[W^NPJNOC9.X_9-0ZNTYEY//-`G?=.0 M*\6[M-\WJGJH/?`]V`.2=OA`]L";T`Y+T0YO&RW:082+=I#QHAWR"5C$BW:P M>-$.%B_"NY3I!_B[7Z-W^#JF2Z]7//3G0](.KYR/-]4[O.%\['#B\7S@ M.SXBYWPGIDNO3+^)B1$ M=8%XXVB1$")<)(2,%PG1XD5"6+Q("(L7"FOQ[RH*6R1$+?_O\?(O$H(R14(4 M"?&!D1#3>#S@`G']TWB'N;'W[.([GN\1O^N9P?>HN?G2C)B;9T9UJ+",F)MG M1LS-*9P3$X<`SN.`:J-X3-G+KW/#.XKM6]Y\M6B+KW/#.\WG!=JWO/ M,R/'^@[WGF<&QT#=>YZ['L=`W7N>&1P#=>^I_5/[I_;/U]\_]K?0^0^?>CYX MB^<#K2E]W?/!%Z\C1+8B1-XV6H2("!FV=??)JXRA*OX5QEKJ3M[V&]0^ MZ+Y#_V&WX1]V&_YAM^$?=AO^8;?A'W9HXV89^8?=!G_86687*_V9P3%0C>.? M&1P#U3C^F<$QD'3'C4S'GAD<`PG7MHRD.RR#8R#I#LO@&$A2PS(X!@IZ_?;V MZTXDAV7D"%//G&<&(11)O9ZW^X6'T+\B]=1&7M1&6\;+2I#A(O*D/'O%Y51VHYG MO&@+BQ=N:_'O&VY;M$4M_^_Q\B_:@C)%6Q1M\8'1%M/X^#-9U_"V#'Z'`FN_ M)MGQJMI(-IEZ9EX!53\)"9Q]!=.^GL28'G\_MI,K%^>+3V/UR!MTN-`S_YKH MTTA*7?-;?;:Z3OTIO8X6?_2OJ>BW$J5SXWWX;16M:$7_N.@?#_0?!?2_;;2` M?A$NH%_&"^C/)T\1+Z#?X@7T6[R03HM_Z$AG`?VU_+_'R[^`?LH4T%]`_P<& M]'\)!/]&[:N?&;SZ;Q[J[_F_OR78_\RH2M&$^\,!Y<6[OE&X_PFHBSV@5\;S M]7CUKVMI37\D]=S(D0!(J#_^9!*Y*PTP=][W'M6Z5KSB?^KXZ72*0S)R#_`/ MJM]7K'Y?X<[^S$@%P`IW]F=&*@!6N+,_,U(!L,*=_9F1"H`5[NS/#(Z!NK,_ M,S@&ZL[^S.`8:#.-EL$QT)JK%>[OSPR.@=9SXO$N,9+Q+#XH7B6OQ#1W&+Q*CE_SU>_D5B M4*9(C"(Q/C`2XPG[X_5_=V@,;OS]IR$QGIE7--LFF,:4GT.]"D^S:!^_!/GB_6F1;@W%Y%Z6= M(/XF^N(K$1.__>R3X^/?%2GQMM$B)42X2`D9+U*B^\1=I(3%BY2P>*&R_2>! M#P65+5*BEO_W>/E_2Z2$U?X]P.A\JA>Y>)X2N:676SJYSO<%:JUR&^>VSO?M MG<\\.M=PZ-_Y`.-IS%INUM]G.7T-+0?C:3E]?99;.[G>]^WZVL=S8:%X'^3F M[2E/Z">V=OW'DN ME[N<2VZV>7H7S/([G355[J4]T2FWPJZYGY%$E8.=^$Z/397KC-C:&3$Z,>YG M=DKE.N.R=L8%=H;E+N/R569OZXS8UADQ.@_O:L^</^I&D3WFW'K M=N#])LRZ<3.W]NZWCN:6SIVFTMRBFJ^G]D_MG]H_K]P_7WPEZN4/GW_\T\]_ M_LDG1;Z\;;3(%Q$N\D7&BWQI\2)?+%[DB\4+?;;X=Q5]+O*EEO_W>/E_2^3+ M^V8$4?&*5[SB%:]XQ2M>\8I7_)N)?_&5*(%_^.337WSV#Y]_?)O6J6B!MXT6 M+2#"10O(>-$"+5ZT@,6+%K!XX:(6_Z[BHD4+U/+_'B__;U63\7ATSKZ/2> MXU+_W]:V-%B@/])H%;SRC[WSF.JJ;SM#YYU7IE%E&H7KHDRCX'>76VN6\9[91="_@42WCJ-H+;[07WB_KJ*^Q%]@ZZ@?.5WS^^]_]X>>_ M;T3%Y[_\_9FP>(8^;O_WQT^BHGWNG_WA\X^:O.'/!B5Z>'Y_>^'O?_71\>)5 MO__5Q\>+E^S7E^RGEWSR^6>.F7CS!BR?UXAE>/*L7+_#B M1;UXA1>OZL4;O'A3+][AQ7+H#GCQH5Y\AQ??3R]^N(M]]+MW7VB.8R\^<1JG MZ:._^?OK1SX2'__-WZN7__9W\/+?GC_]US^;YMN+:;;8Z44_^^37+Z;@$7F\ M(%;@IY_\_+-?_/*CVS__[RNL1G_Y]-'X55[^CQ]]U3?\X+K>:?' real memory = 33554432 (32 MB) avail memory = 28270592 (26 MB) Intel Pentium detected, installing workaround for F00F bug Initializing GEOMetry subsystem npx0: on motherboard npx0: INT 16 interface Using $PIR table, 6 entries at 0xc00fde40 pcib0: at pcibus 0 on motherboard pci0: on pcib0 isab0: at device 7.0 on pci0 isa0: on isab0 atapci0: port 0xf000-0xf00f at device 7.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 pci0: at device 7.2 (no driver attached) pci0: at device 7.3 (no driver attached) pci0: at device 9.0 (no driver attached) rl0: port 0x6500-0x65ff mem 0xe1000000-0xe10000ff irq 9 at device 11.0 on pci0 rl0: Realtek 8139B detected. Warning, this may be unstable in autoselect mode rl0: Ethernet address: 00:02:44:08:e9:cb miibus0: on rl0 rlphy0: on miibus0 rlphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto pcm0: port 0x6600-0x663f irq 10 at device 13.0 on pci0 orm0:

------=_NextPart_000_0003_01C30002.3B03B860-- From owner-freebsd-bugs@FreeBSD.ORG Fri Apr 11 06:27:14 2003 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 1CCEF37B401; Fri, 11 Apr 2003 06:27:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A544A43F75; Fri, 11 Apr 2003 06:27:13 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from freefall.freebsd.org (tjr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h3BDRDUp008642; Fri, 11 Apr 2003 06:27:13 -0700 (PDT) (envelope-from tjr@freefall.freebsd.org) Received: (from tjr@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h3BDRC9J008637; Fri, 11 Apr 2003 06:27:12 -0700 (PDT) Date: Fri, 11 Apr 2003 06:27:12 -0700 (PDT) From: "Tim J. Robbins" Message-Id: <200304111327.h3BDRC9J008637@freefall.freebsd.org> To: georg@graf.priv.at, tjr@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/50770: popen in libc_r not threadsafe 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: Fri, 11 Apr 2003 13:27:14 -0000 Synopsis: popen in libc_r not threadsafe State-Changed-From-To: open->patched State-Changed-By: tjr State-Changed-When: Fri Apr 11 06:26:00 PDT 2003 State-Changed-Why: This has been fixed in -current since January. http://www.freebsd.org/cgi/query-pr.cgi?pr=50770 From owner-freebsd-bugs@FreeBSD.ORG Fri Apr 11 06:28:31 2003 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 4F40A37B401; Fri, 11 Apr 2003 06:28:31 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E29AF43F85; Fri, 11 Apr 2003 06:28:30 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from freefall.freebsd.org (tjr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h3BDSUUp008705; Fri, 11 Apr 2003 06:28:30 -0700 (PDT) (envelope-from tjr@freefall.freebsd.org) Received: (from tjr@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h3BDSU1H008701; Fri, 11 Apr 2003 06:28:30 -0700 (PDT) Date: Fri, 11 Apr 2003 06:28:30 -0700 (PDT) From: "Tim J. Robbins" Message-Id: <200304111328.h3BDSU1H008701@freefall.freebsd.org> To: tjr@FreeBSD.org, freebsd-bugs@FreeBSD.org, tjr@FreeBSD.org Subject: Re: bin/50770: popen in libc_r not threadsafe 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: Fri, 11 Apr 2003 13:28:31 -0000 Synopsis: popen in libc_r not threadsafe Responsible-Changed-From-To: freebsd-bugs->tjr Responsible-Changed-By: tjr Responsible-Changed-When: Fri Apr 11 06:27:18 PDT 2003 Responsible-Changed-Why: I will merge the popen thread safety changes into -stable. http://www.freebsd.org/cgi/query-pr.cgi?pr=50770 From owner-freebsd-bugs@FreeBSD.ORG Fri Apr 11 08:50:18 2003 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 3D06437B401 for ; Fri, 11 Apr 2003 08:50:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E382B43FBF for ; Fri, 11 Apr 2003 08:50:16 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h3BFoGUp022113 for ; Fri, 11 Apr 2003 08:50:16 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h3BFoGCc022111; Fri, 11 Apr 2003 08:50:16 -0700 (PDT) Resent-Date: Fri, 11 Apr 2003 08:50:16 -0700 (PDT) Resent-Message-Id: <200304111550.h3BFoGCc022111@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, Erdgeist Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 22F1537B401 for ; Fri, 11 Apr 2003 08:46:30 -0700 (PDT) Received: from mail.gate5.de (gatekeeper.gate5.de [212.84.193.254]) by mx1.FreeBSD.org (Postfix) with ESMTP id A90D643F93 for ; Fri, 11 Apr 2003 08:46:28 -0700 (PDT) (envelope-from erdgeist@mail.gate5.de) Received: from mail.gate5.de (localhost [127.0.0.1]) by mail.gate5.de (8.12.9/8.12.9) with ESMTP id h3BDU8Cc000710 for ; Fri, 11 Apr 2003 15:30:08 +0200 (CEST) (envelope-from erdgeist@mail.gate5.de) Received: (from erdgeist@localhost) by mail.gate5.de (8.12.9/8.12.9/Submit) id h3ANbfWe001002; Fri, 11 Apr 2003 01:37:41 +0200 (CEST) Message-Id: <200304102337.h3ANbfWe001002@mail.gate5.de> Date: Fri, 11 Apr 2003 01:37:41 +0200 (CEST) From: Erdgeist To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: misc/50825: lseek to negative file positions screws up flags X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Erdgeist List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Apr 2003 15:50:18 -0000 >Number: 50825 >Category: misc >Synopsis: lseek to negative file positions screws up flags >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Apr 11 08:50:16 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Erdgeist >Release: FreeBSD 5.0-CURRENT i386 >Organization: erdgeist.org >Environment: System: FreeBSD bauklotz.gate5.de 5.0-CURRENT FreeBSD 5.0-CURRENT #3: Thu Apr 10 20:53:26 CEST 2003 root@bauklotz.gate5.de:/usr/obj/usr/src/sys/bauklotz i386 >Description: Doing a lseek to a position before the file results in corrupted File flags. >How-To-Repeat: #include #include int main( ) { int a = open( "testfile", O_CREAT | O_RDWR ); lseek( a, -10, SEEK_CUR); close( a ); return 0; } >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Fri Apr 11 09:00:28 2003 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 1B06A37B404 for ; Fri, 11 Apr 2003 09:00:28 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F90B43FE0 for ; Fri, 11 Apr 2003 09:00:26 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h3BG0PUp024744 for ; Fri, 11 Apr 2003 09:00:25 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h3BG0PpL024743; Fri, 11 Apr 2003 09:00:25 -0700 (PDT) Resent-Date: Fri, 11 Apr 2003 09:00:25 -0700 (PDT) Resent-Message-Id: <200304111600.h3BG0PpL024743@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Stephen Hurd Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 41ECC37B401 for ; Fri, 11 Apr 2003 08:57:53 -0700 (PDT) Received: from tw2.thebbs.org (hssx-yktn-59-202.sasknet.sk.ca [142.165.59.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB85D43FDD for ; Fri, 11 Apr 2003 08:57:51 -0700 (PDT) (envelope-from admin@tw2.thebbs.org) Received: from tw2.thebbs.org (localhost.kingcole.local [127.0.0.1]) by tw2.thebbs.org (8.12.6/8.12.6) with ESMTP id h3B8UST4000900; Fri, 11 Apr 2003 02:34:13 -0600 (CST) (envelope-from admin@tw2.thebbs.org) Received: (from root@localhost) by tw2.thebbs.org (8.12.6/8.12.6/Submit) id h3B8UR8J000899; Fri, 11 Apr 2003 02:30:27 -0600 (CST) Message-Id: <200304110830.h3B8UR8J000899@tw2.thebbs.org> Date: Fri, 11 Apr 2003 02:30:27 -0600 (CST) From: Stephen Hurd To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: Deuce cc: Rob Swindell Subject: kern/50827: [PATCH] no sane record locking on *nix. (More types needed) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Stephen Hurd List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Apr 2003 16:00:28 -0000 >Number: 50827 >Category: kern >Synopsis: [PATCH] no sane record locking on *nix. (More types needed) >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Apr 11 09:00:24 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Stephen Hurd >Release: FreeBSD 4.7-RELEASE i386 >Organization: >Environment: System: FreeBSD sharon.kingcole.local 4.7-RELEASE FreeBSD 4.7-RELEASE #33: Fri Jan 31 00:06:43 CST 2003 admin@sharon.kingcole.local:/usr/src/sys/compile/SHARON i386 >Description: Record locking in POSIX systems is in a sad state. Due to some poor design choices when fcntl() was developed, our only methods of record locking are (to quote the man page) "completely stupid". There are times when fcntl() locking is utterly unmanageable, and flock() locks are just too much. Currently, the record locking capabilities of DOS 3.0+ are more usefull than those in any POSIX compliant *nix. After leading the battle for sane locks with the implementation of flock() in 4.2BSD, the time has come for BSD to take up the job once again and implement sane record locking. >How-To-Repeat: 1) Write a threaded multi-instance server. 2) Do record locking. 3) Stop swearing at fcntl() (Optional) >Fix: The following patch adds the F_SANEWRLCK, F_SANERDLCK, F_SANEUNLCK, F_SANEWRLCKNO, and F_SANERDLCKNO lock types to fcntl(). The types with NO (No Overlap) will cause locks to conflict regardless of owner (ie: You cannot get an exclusive lock that is contained inside of a shared lock you currently hold) Sane locks are closed with the file descriptor, not the file and you can get an exclusive lock without opening the file with write access and a shared lock without opening the file with read access. --- sanelock.patch begins here --- diff -c /sys/kern.old/kern_descrip.c /sys/kern/kern_descrip.c *** /sys/kern.old/kern_descrip.c Fri Apr 11 01:47:51 2003 --- /sys/kern/kern_descrip.c Fri Apr 11 01:51:28 2003 *************** *** 328,333 **** --- 328,359 ---- error = VOP_ADVLOCK(vp, (caddr_t)p->p_leader, F_UNLCK, &fl, F_POSIX); break; + case F_SANEWRLCKNO: + flg |= F_NOOVRLP; + case F_SANEWRLCK: + fl.l_type=F_WRLCK; + flg &= ~F_POSIX; + flg |= F_FLOCK; + fp->f_flag |= FHASLOCK; + error = VOP_ADVLOCK(vp, (caddr_t)fp, F_SETLK, + &fl, flg); + break; + case F_SANERDLCKNO: + flg |= F_NOOVRLP; + case F_SANERDLCK: + fl.l_type=F_RDLCK; + flg &= ~F_POSIX; + flg |= F_FLOCK; + fp->f_flag |= FHASLOCK; + error = VOP_ADVLOCK(vp, (caddr_t)fp, F_SETLK, + &fl, flg); + break; + case F_SANEUNLCK: + flg &= ~F_POSIX; + flg |= F_FLOCK; + error = VOP_ADVLOCK(vp, (caddr_t)fp, F_UNLCK, + &fl, F_FLOCK); + break; default: error = EINVAL; break; diff -c /sys/kern.old/kern_lockf.c /sys/kern/kern_lockf.c *** /sys/kern.old/kern_lockf.c Fri Apr 11 01:47:51 2003 --- /sys/kern/kern_lockf.c Fri Apr 11 01:48:03 2003 *************** *** 578,585 **** start = lock->lf_start; end = lock->lf_end; while (lf != NOLOCKF) { ! if (((type & SELF) && lf->lf_id != lock->lf_id) || ! ((type & OTHERS) && lf->lf_id == lock->lf_id)) { *prev = &lf->lf_next; *overlap = lf = lf->lf_next; continue; --- 578,586 ---- start = lock->lf_start; end = lock->lf_end; while (lf != NOLOCKF) { ! if ((!(lock->lf_flags & F_NOOVRLP)) && ! (((type & SELF) && lf->lf_id != lock->lf_id) || ! ((type & OTHERS) && lf->lf_id == lock->lf_id))) { *prev = &lf->lf_next; *overlap = lf = lf->lf_next; continue; diff -c /sys/sys.old/fcntl.h /sys/sys/fcntl.h *** /sys/sys.old/fcntl.h Fri Apr 11 01:48:32 2003 --- /sys/sys/fcntl.h Fri Apr 11 01:48:11 2003 *************** *** 167,176 **** --- 167,196 ---- #define F_RDLCK 1 /* shared or read lock */ #define F_UNLCK 2 /* unlock */ #define F_WRLCK 3 /* exclusive or write lock */ + #ifndef _POSIX_SOURCE + /* + * The following lock types do NOT follow the completely stupid POSIX + * fcntl() semantics. Locks are per file descriptor not per file, and + * you can request an exclusive lock on a file opened for read as well as + * a read lock on a file opened for write. + */ + #define F_SANERDLCK 4 /* sane shared or read lock */ + #define F_SANEUNLCK 5 /* unlock sane locks */ + #define F_SANEWRLCK 6 /* sane exclusive or write lock */ + + /* + * These lock types are sane locks that fail if there is ANY lock in the region + * they are locking that would conflict (ie: process conflicts with itself as + * well as other processes. + */ + #define F_SANERDLCKNO 7 /* don't up/downgrade or merge locks */ + #define F_SANEWRLCKNO 8 + #endif #ifdef _KERNEL #define F_WAIT 0x010 /* Wait until lock is granted */ #define F_FLOCK 0x020 /* Use flock(2) semantics for lock */ #define F_POSIX 0x040 /* Use POSIX semantics for lock */ + #define F_NOOVRLP 0x080 /* Don't allow overlapping locks */ #endif /* --- sanelock.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Fri Apr 11 10:13:45 2003 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 F2C7F37B401 for ; Fri, 11 Apr 2003 10:13:44 -0700 (PDT) Received: from datexstorage.com (bdsl.66.12.146.162.gte.net [66.12.146.162]) by mx1.FreeBSD.org (Postfix) with SMTP id 6C80A43F93 for ; Fri, 11 Apr 2003 10:13:44 -0700 (PDT) (envelope-from kenny@datexstorage.com) From: "datex" To: Sender: "datex" Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit Date: Fri, 11 Apr 2003 10:13:37 -0700 Message-Id: <20030411171344.6C80A43F93@mx1.FreeBSD.org> Subject: disk drives 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: Fri, 11 Apr 2003 17:13:45 -0000 We are looking to buy excess SCSI and IDE disk drives. If you have any disk drives for sale please let us no. Thanks Datex Storage From owner-freebsd-bugs@FreeBSD.ORG Fri Apr 11 10:50:16 2003 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 2C55637B401 for ; Fri, 11 Apr 2003 10:50:16 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B085E43FAF for ; Fri, 11 Apr 2003 10:50:14 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h3BHoEUp060058 for ; Fri, 11 Apr 2003 10:50:14 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h3BHoEUf060057; Fri, 11 Apr 2003 10:50:14 -0700 (PDT) Resent-Date: Fri, 11 Apr 2003 10:50:14 -0700 (PDT) Resent-Message-Id: <200304111750.h3BHoEUf060057@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, scrappy@hub.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 26C2837B401 for ; Fri, 11 Apr 2003 10:42:51 -0700 (PDT) Received: from hub.org (hub.org [64.117.224.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F94D43FAF for ; Fri, 11 Apr 2003 10:42:50 -0700 (PDT) (envelope-from scrappy@hub.org) Received: by hub.org (Postfix, from userid 1002) id E3FDA103915C; Fri, 11 Apr 2003 14:42:45 -0300 (ADT) Message-Id: <20030411174245.E3FDA103915C@hub.org> Date: Fri, 11 Apr 2003 14:42:45 -0300 (ADT) From: scrappy@hub.org To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: kern/50833: panicstr: ffs_valloc: dup alloc X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: scrappy@hub.org List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Apr 2003 17:50:16 -0000 >Number: 50833 >Category: kern >Synopsis: panicstr: ffs_valloc: dup alloc >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Apr 11 10:50:14 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Marc G. Fournier >Release: FreeBSD 4.8-RC i386 >Organization: Hub.Org Networking Services >Environment: System: FreeBSD venus.hub.org 4.8-RC FreeBSD 4.8-RC #3: Thu Mar 13 21:05:05 EST 2003 root@venus.hub.org:/usr/obj/usr/src/sys/kernel i386 >Description: Script started on Fri Apr 11 13:38:07 2003 venus# gdb -k kernel.debug vmcore.3 GNU gdb 4.18 (FreeBSD) Copyright 1998 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-unknown-freebsd"...Deprecated bfd_read called at /usr/src/gnu/usr.bin/binutils/gdb/../../../../contrib/gdb/gdb/dbxread.c line 2627 in elfstab_build_psymtabs Deprecated bfd_read called at /usr/src/gnu/usr.bin/binutils/gdb/../../../../contrib/gdb/gdb/dbxread.c line 933 in fill_symbuf SMP 2 cpus IdlePTD at phsyical address 0x0032c000 initial pcb at physical address 0x002a0c20 panicstr: ffs_valloc: dup alloc panic messages: --- panic: ffs_valloc: dup alloc mp_lock = 01000001; cpuid = 1; lapic.id = 00000000 boot() called on cpu#1 syncing disks... 61 61 54 52 46 44 37 34 27 16 9 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 giving up on 4 buffers Uptime: 4m43s dumping to dev #da/0x20001, offset 6291584 dump 3071 3070 3069 3068 3067 3066 3065 3064 3063 3062 3061 3060 3059 3058 3057 3056 3055 3054 3053 3052 3051 3050 3049 3048 3047 3046 3045 3044 3043 3042 3041 3040 3039 3038 3037 3036 3035 3034 3033 3032 3031 3030 3029 3028 3027 3026 3025 3024 3023 3022 3021 3020 3019 3018 3017 3016 3015 3014 3013 3012 3011 3010 3009 3008 3007 3006 3005 3004 3003 3002 3001 3000 2999 2998 2997 2996 2995 2994 2993 2992 2991 2990 2989 2988 2987 2986 2985 2984 2983 2982 2981 2980 2979 2978 2977 2976 2975 2974 2973 2972 2971 2970 2969 2968 2967 2966 2965 2964 2963 2962 2961 2960 2959 2958 2957 2956 2955 2954 2953 2952 2951 2950 2949 2948 2947 2946 2945 2944 2943 2942 2941 2940 2939 2938 2937 2936 2935 2934 2933 2932 2931 2930 2929 2928 2927 2926 2925 2924 2923 2922 2921 2920 2919 2918 2917 2916 2915 2914 2913 2912 2911 2910 2909 2908 2907 2906 2905 2904 2903 2902 2901 2900 2899 2898 2897 2896 2895 2894 2893 2892 2891 2890 2889 2888 2887 2886 2885 2884 2883 2882 2881 2880 2879 2878 2877 2876 2875 2874 2873 2872 2871 2870 2869 2868 2867 2866 2865 2864 2863 2862 2861 2860 2859 2858 2857 2856 2855 2854 2853 2852 2851 2850 2849 2848 2847 2846 2845 2844 2843 2842 2841 2840 2839 2838 2837 2836 2835 2834 2833 2832 2831 2830 2829 2828 2827 2826 2825 2824 2823 2822 2821 2820 2819 2818 2817 2816 2815 2814 2813 2812 2811 2810 2809 2808 2807 2806 2805 2804 2803 2802 2801 2800 2799 2798 2797 2796 2795 2794 2793 2792 2791 2790 2789 2788 2787 2786 2785 2784 2783 2782 2781 2780 2779 2778 2777 2776 2775 2774 2773 2772 2771 2770 2769 2768 2767 2766 2765 2764 2763 2762 2761 2760 2759 2758 2757 2756 2755 2754 2753 2752 2751 2750 2749 2748 2747 2746 2745 2744 2743 2742 2741 2740 2739 2738 2737 2736 2735 2734 2733 2732 2731 2730 2729 2728 2727 2726 2725 2724 2723 2722 2721 2720 2719 2718 2717 2716 2715 2714 2713 2712 2711 2710 2709 2708 2707 2706 2705 2704 2703 2702 2701 2700 2699 2698 2697 2696 2695 2694 2693 2692 2691 2690 2689 2688 2687 2686 2685 2684 2683 2682 2681 2680 2679 2678 2677 2676 2675 2674 2673 2672 2671 2670 2669 2668 2667 2666 2665 2664 2663 2662 2661 2660 2659 2658 2657 2656 2655 2654 2653 2652 2651 2650 2649 2648 2647 2646 2645 2644 2643 2642 2641 2640 2639 2638 2637 2636 2635 2634 2633 2632 2631 2630 2629 2628 2627 2626 2625 2624 2623 2622 2621 2620 2619 2618 2617 2616 2615 2614 2613 2612 2611 2610 2609 2608 2607 2606 2605 2604 2603 2602 2601 2600 2599 2598 2597 2596 2595 2594 2593 2592 2591 2590 2589 2588 2587 2586 2585 2584 2583 2582 2581 2580 2579 2578 2577 2576 2575 2574 2573 2572 2571 2570 2569 2568 2567 2566 2565 2564 2563 2562 2561 2560 2559 2558 2557 2556 2555 2554 2553 2552 2551 2550 2549 2548 2547 2546 2545 2544 2543 2542 2541 2540 2539 2538 2537 2536 2535 2534 2533 2532 2531 2530 2529 2528 2527 2526 2525 2524 2523 2522 2521 2520 2519 2518 2517 2516 2515 2514 2513 2512 2511 2510 2509 2508 2507 2506 2505 2504 2503 2502 2501 2500 2499 2498 2497 2496 2495 2494 2493 2492 2491 2490 2489 2488 2487 2486 2485 2484 2483 2482 2481 2480 247 9 2478 2477 2476 2475 2474 2473 2472 2471 2470 2469 2468 2467 2466 2465 2464 2463 2462 2461 2460 2459 2458 2457 2456 2455 2454 2453 2452 2451 2450 2449 2448 2447 2446 2445 2444 2443 2442 2441 2440 2439 2438 2437 2436 2435 2434 2433 2432 2431 2430 2429 2428 2427 2426 2425 2424 2423 2422 2421 2420 2419 2418 2417 2416 2415 2414 2413 2412 2411 2410 2409 2408 2407 2406 2405 2404 2403 2402 2401 2400 2399 2398 2397 2396 2395 2394 2393 2392 2391 2390 2389 2388 2387 2386 2385 2384 2383 2382 2381 2380 2379 2378 2377 2376 2375 2374 2373 2372 2371 2370 2369 2368 2367 2366 2365 2364 2363 2362 2361 2360 2359 2358 2357 2356 2355 2354 2353 2352 2351 2350 2349 2348 2347 2346 2345 2344 2343 2342 2341 2340 2339 2338 2337 2336 2335 2334 2333 2332 2331 2330 2329 2328 2327 2326 2325 2324 2323 2322 2321 2320 2319 2318 2317 2316 2315 2314 2313 2312 2311 2310 2309 2308 2307 2306 2305 2304 2303 2302 2301 2300 2299 2298 2297 2296 2295 2294 2293 2292 2291 2290 2289 2288 2287 2286 2285 2284 2283 2282 22 81 2280 2279 2278 2277 2276 2275 2274 2273 2272 2271 2270 2269 2268 2267 2266 2265 2264 2263 2262 2261 2260 2259 2258 2257 2256 2255 2254 2253 2252 2251 2250 2249 2248 2247 2246 2245 2244 2243 2242 2241 2240 2239 2238 2237 2236 2235 2234 2233 2232 2231 2230 2229 2228 2227 2226 2225 2224 2223 2222 2221 2220 2219 2218 2217 2216 2215 2214 2213 2212 2211 2210 2209 2208 2207 2206 2205 2204 2203 2202 2201 2200 2199 2198 2197 2196 2195 2194 2193 2192 2191 2190 2189 2188 2187 2186 2185 2184 2183 2182 2181 2180 2179 2178 2177 2176 2175 2174 2173 2172 2171 2170 2169 2168 2167 2166 2165 2164 2163 2162 2161 2160 2159 2158 2157 2156 2155 2154 2153 2152 2151 2150 2149 2148 2147 2146 2145 2144 2143 2142 2141 2140 2139 2138 2137 2136 2135 2134 2133 2132 2131 2130 2129 2128 2127 2126 2125 2124 2123 2122 2121 2120 2119 2118 2117 2116 2115 2114 2113 2112 2111 2110 2109 2108 2107 2106 2105 2104 2103 2102 2101 2100 2099 2098 2097 2096 2095 2094 2093 2092 2091 2090 2089 2088 2087 2086 2085 2084 2 083 2082 2081 2080 2079 2078 2077 2076 2075 2074 2073 2072 2071 2070 2069 2068 2067 2066 2065 2064 2063 2062 2061 2060 2059 2058 2057 2056 2055 2054 2053 2052 2051 2050 2049 2048 2047 2046 2045 2044 2043 2042 2041 2040 2039 2038 2037 2036 2035 2034 2033 2032 2031 2030 2029 2028 2027 2026 2025 2024 2023 2022 2021 2020 2019 2018 2017 2016 2015 2014 2013 2012 2011 2010 2009 2008 2007 2006 2005 2004 2003 2002 2001 2000 1999 1998 1997 1996 1995 1994 1993 1992 1991 1990 1989 1988 1987 1986 1985 1984 1983 1982 1981 1980 1979 1978 1977 1976 1975 1974 1973 1972 1971 1970 1969 1968 1967 1966 1965 1964 1963 1962 1961 1960 1959 1958 1957 1956 1955 1954 1953 1952 1951 1950 1949 1948 1947 1946 1945 1944 1943 1942 1941 1940 1939 1938 1937 1936 1935 1934 1933 1932 1931 1930 1929 1928 1927 1926 1925 1924 1923 1922 1921 1920 1919 1918 1917 1916 1915 1914 1913 1912 1911 1910 1909 1908 1907 1906 1905 1904 1903 1902 1901 1900 1899 1898 1897 1896 1895 1894 1893 1892 1891 1890 1889 1888 1887 1886 1885 1884 1883 1882 1881 1880 1879 1878 1877 1876 1875 1874 1873 1872 1871 1870 1869 1868 1867 1866 1865 1864 1863 1862 1861 1860 1859 1858 1857 1856 1855 1854 1853 1852 1851 1850 1849 1848 1847 1846 1845 1844 1843 1842 1841 1840 1839 1838 1837 1836 1835 1834 1833 1832 1831 1830 1829 1828 1827 1826 1825 1824 1823 1822 1821 1820 1819 1818 1817 1816 1815 1814 1813 1812 1811 1810 1809 1808 1807 1806 1805 1804 1803 1802 1801 1800 1799 1798 1797 1796 1795 1794 1793 1792 1791 1790 1789 1788 1787 1786 1785 1784 1783 1782 1781 1780 1779 1778 1777 1776 1775 1774 1773 1772 1771 1770 1769 1768 1767 1766 1765 1764 1763 1762 1761 1760 1759 1758 1757 1756 1755 1754 1753 1752 1751 1750 1749 1748 1747 1746 1745 1744 1743 1742 1741 1740 1739 1738 1737 1736 1735 1734 1733 1732 1731 1730 1729 1728 1727 1726 1725 1724 1723 1722 1721 1720 1719 1718 1717 1716 1715 1714 1713 1712 1711 1710 1709 1708 1707 1706 1705 1704 1703 1702 1701 1700 1699 1698 1697 1696 1695 1694 1693 1692 1691 1690 1689 1688 1687 1686 1685 1684 1683 1682 1681 1680 1679 1678 1677 1676 1675 1674 1673 1672 1671 1670 1669 1668 1667 1666 1665 1664 1663 1662 1661 1660 1659 1658 1657 1656 1655 1654 1653 1652 1651 1650 1649 1648 1647 1646 1645 1644 1643 1642 1641 1640 1639 1638 1637 1636 1635 1634 1633 1632 1631 1630 1629 1628 1627 1626 1625 1624 1623 1622 1621 1620 1619 1618 1617 1616 1615 1614 1613 1612 1611 1610 1609 1608 1607 1606 1605 1604 1603 1602 1601 1600 1599 1598 1597 1596 1595 1594 1593 1592 1591 1590 1589 1588 1587 1586 1585 1584 1583 1582 1581 1580 1579 1578 1577 1576 1575 1574 1573 1572 1571 1570 1569 1568 1567 1566 1565 1564 1563 1562 1561 1560 1559 1558 1557 1556 1555 1554 1553 1552 1551 1550 1549 1548 1547 1546 1545 1544 1543 1542 1541 1540 1539 1538 1537 1536 1535 1534 1533 1532 1531 1530 1529 1528 1527 1526 1525 1524 1523 1522 1521 1520 1519 1518 1517 1516 1515 1514 1513 1512 1511 1510 1509 1508 1507 1506 1505 1504 1503 1502 1501 1500 1499 1498 1497 1496 1495 1494 1493 1492 1491 149 0 1489 1488 1487 1486 1485 1484 1483 1482 1481 1480 1479 1478 1477 1476 1475 1474 1473 1472 1471 1470 1469 1468 1467 1466 1465 1464 1463 1462 1461 1460 1459 1458 1457 1456 1455 1454 1453 1452 1451 1450 1449 1448 1447 1446 1445 1444 1443 1442 1441 1440 1439 1438 1437 1436 1435 1434 1433 1432 1431 1430 1429 1428 1427 1426 1425 1424 1423 1422 1421 1420 1419 1418 1417 1416 1415 1414 1413 1412 1411 1410 1409 1408 1407 1406 1405 1404 1403 1402 1401 1400 1399 1398 1397 1396 1395 1394 1393 1392 1391 1390 1389 1388 1387 1386 1385 1384 1383 1382 1381 1380 1379 1378 1377 1376 1375 1374 1373 1372 1371 1370 1369 1368 1367 1366 1365 1364 1363 1362 1361 1360 1359 1358 1357 1356 1355 1354 1353 1352 1351 1350 1349 1348 1347 1346 1345 1344 1343 1342 1341 1340 1339 1338 1337 1336 1335 1334 1333 1332 1331 1330 1329 1328 1327 1326 1325 1324 1323 1322 1321 1320 1319 1318 1317 1316 1315 1314 1313 1312 1311 1310 1309 1308 1307 1306 1305 1304 1303 1302 1301 1300 1299 1298 1297 1296 1295 1294 1293 12 92 1291 1290 1289 1288 1287 1286 1285 1284 1283 1282 1281 1280 1279 1278 1277 1276 1275 1274 1273 1272 1271 1270 1269 1268 1267 1266 1265 1264 1263 1262 1261 1260 1259 1258 1257 1256 1255 1254 1253 1252 1251 1250 1249 1248 1247 1246 1245 1244 1243 1242 1241 1240 1239 1238 1237 1236 1235 1234 1233 1232 1231 1230 1229 1228 1227 1226 1225 1224 1223 1222 1221 1220 1219 1218 1217 1216 1215 1214 1213 1212 1211 1210 1209 1208 1207 1206 1205 1204 1203 1202 1201 1200 1199 1198 1197 1196 1195 1194 1193 1192 1191 1190 1189 1188 1187 1186 1185 1184 1183 1182 1181 1180 1179 1178 1177 1176 1175 1174 1173 1172 1171 1170 1169 1168 1167 1166 1165 1164 1163 1162 1161 1160 1159 1158 1157 1156 1155 1154 1153 1152 1151 1150 1149 1148 1147 1146 1145 1144 1143 1142 1141 1140 1139 1138 1137 1136 1135 1134 1133 1132 1131 1130 1129 1128 1127 1126 1125 1124 1123 1122 1121 1120 1119 1118 1117 1116 1115 1114 1113 1112 1111 1110 1109 1108 1107 1106 1105 1104 1103 1102 1101 1100 1099 1098 1097 1096 1095 1 094 1093 1092 1091 1090 1089 1088 1087 1086 1085 1084 1083 1082 1081 1080 1079 1078 1077 1076 1075 1074 1073 1072 1071 1070 1069 1068 1067 1066 1065 1064 1063 1062 1061 1060 1059 1058 1057 1056 1055 1054 1053 1052 1051 1050 1049 1048 1047 1046 1045 1044 1043 1042 1041 1040 1039 1038 1037 1036 1035 1034 1033 1032 1031 1030 1029 1028 1027 1026 1025 1024 1023 1022 1021 1020 1019 1018 1017 1016 1015 1014 1013 1012 1011 1010 1009 1008 1007 1006 1005 1004 1003 1002 1001 1000 999 998 997 996 995 994 993 992 991 990 989 988 987 986 985 984 983 982 981 980 979 978 977 976 975 974 973 972 971 970 969 968 967 966 965 964 963 962 961 960 959 958 957 956 955 954 953 952 951 950 949 948 947 946 945 944 943 942 941 940 939 938 937 936 935 934 933 932 931 930 929 928 927 926 925 924 923 922 921 920 919 918 917 916 915 914 913 912 911 910 909 908 907 906 905 904 903 902 901 900 899 898 897 896 895 894 893 892 891 890 889 888 887 886 885 884 883 882 881 880 879 878 877 876 875 874 873 872 871 870 869 868 867 866 865 864 863 862 861 860 859 858 857 856 855 854 853 852 851 850 849 848 847 846 845 844 843 842 841 840 839 838 837 836 835 834 833 832 831 830 829 828 827 826 825 824 823 822 821 820 819 818 817 816 815 814 813 812 811 810 809 808 807 806 805 804 803 802 801 800 799 798 797 796 795 794 793 792 791 790 789 788 787 786 785 784 783 782 781 780 779 778 777 776 775 774 773 772 771 770 769 768 767 766 765 764 763 762 761 760 759 758 757 756 755 754 753 752 751 750 749 748 747 746 745 744 743 742 741 740 739 738 737 736 735 734 733 732 731 730 729 728 727 726 725 724 723 722 721 720 719 718 717 716 715 714 713 712 711 710 709 708 707 706 705 704 703 702 701 700 699 698 697 696 695 694 693 692 691 690 689 688 687 686 685 684 683 682 681 680 679 678 677 676 675 674 673 672 671 670 669 668 667 666 665 664 663 662 661 660 659 658 657 656 655 654 653 652 651 650 649 648 647 646 645 644 643 642 641 640 639 638 637 636 635 634 633 632 631 630 629 628 627 626 625 624 623 622 621 620 619 618 617 616 615 614 613 612 611 610 609 608 607 606 605 604 603 602 601 600 599 598 597 596 595 594 593 592 591 590 589 588 587 586 585 584 583 582 581 580 579 578 577 576 575 574 573 572 571 570 569 568 567 566 565 564 563 562 561 560 559 558 557 556 555 554 553 552 551 550 549 548 547 546 545 544 543 542 541 540 539 538 537 536 535 534 533 532 531 530 529 528 527 526 525 524 523 522 521 520 519 518 517 516 515 514 513 512 511 510 509 508 507 506 505 504 503 502 501 500 499 498 497 496 495 494 493 492 491 490 489 488 487 486 485 484 483 482 481 480 479 478 477 476 475 474 473 472 471 470 469 468 467 466 465 464 463 462 461 460 459 458 457 456 455 454 453 452 451 450 449 448 447 446 445 444 443 442 441 440 439 438 437 436 435 434 433 432 431 430 429 428 427 426 425 424 423 422 421 420 419 418 417 416 415 414 413 412 411 410 409 408 407 406 405 404 403 402 401 400 399 398 397 396 395 394 393 392 391 390 389 388 387 386 385 384 383 382 381 380 379 378 377 3 76 375 374 373 372 371 370 369 368 367 366 365 364 363 362 361 360 359 358 357 356 355 354 353 352 351 350 349 348 347 346 345 344 343 342 341 340 339 338 337 336 335 334 333 332 331 330 329 328 327 326 325 324 323 322 321 320 319 318 317 316 315 314 313 312 311 310 309 308 307 306 305 304 303 302 301 300 299 298 297 296 295 294 293 292 291 290 289 288 287 286 285 284 283 282 281 280 279 278 277 276 275 274 273 272 271 270 269 268 267 266 265 264 263 262 261 260 259 258 257 256 255 254 253 252 251 250 249 248 247 246 245 244 243 242 241 240 239 238 237 236 235 234 233 232 231 230 229 228 227 226 225 224 223 222 221 220 219 218 217 216 215 214 213 212 211 210 209 208 207 206 205 204 203 202 201 200 199 198 197 196 195 194 193 192 191 190 189 188 187 186 185 184 183 182 181 180 179 178 177 176 175 174 173 172 171 170 169 168 167 166 165 164 163 162 161 160 159 158 157 156 155 154 153 152 151 150 149 148 147 146 145 144 143 142 141 140 139 138 137 136 135 134 133 132 131 130 12 9 128 127 126 125 124 123 122 121 120 119 118 117 116 115 114 113 112 111 110 109 108 107 106 105 104 103 102 101 100 99 98 97 96 95 94 93 92 91 90 89 88 87 86 85 84 83 82 81 80 79 78 77 76 75 74 73 72 71 70 69 68 67 66 65 64 63 62 61 60 59 58 57 56 55 54 53 52 51 50 49 48 47 46 45 44 43 42 41 40 39 38 37 36 35 34 33 32 31 30 29 28 27 26 25 24 23 22 21 20 19 18 17 16 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0 --- #0 dumpsys () at /usr/src/sys/kern/kern_shutdown.c:487 487 if (dumping++) { (kgdb) where #0 dumpsys () at /usr/src/sys/kern/kern_shutdown.c:487 #1 0x8014a587 in boot (howto=256) at /usr/src/sys/kern/kern_shutdown.c:316 #2 0x8014a9f9 in panic (fmt=0x8025b3e1 "ffs_valloc: dup alloc") at /usr/src/sys/kern/kern_shutdown.c:595 #3 0x801e5dc4 in ffs_valloc (pvp=0xb8d1c280, mode=33152, cred=0x84e8da00, vpp=0xbb3edc9c) at /usr/src/sys/ufs/ffs/ffs_alloc.c:620 #4 0x801f2d73 in ufs_makeinode (mode=33152, dvp=0xb8d1c280, vpp=0xbb3eded8, cnp=0xbb3edeec) at /usr/src/sys/ufs/ufs/ufs_vnops.c:2069 #5 0x801f0778 in ufs_create (ap=0xbb3eddf8) at /usr/src/sys/ufs/ufs/ufs_vnops.c:195 #6 0x801f30a9 in ufs_vnoperate (ap=0xbb3eddf8) at /usr/src/sys/ufs/ufs/ufs_vnops.c:2376 #7 0x8017fb0c in vn_open (ndp=0xbb3edec4, fmode=2563, cmode=384) at vnode_if.h:106 #8 0x8017bd08 in open (p=0xbb44b5a0, uap=0xbb3edf80) at /usr/src/sys/kern/vfs_syscalls.c:1029 #9 0x80236595 in syscall2 (frame={tf_fs = 47, tf_es = 47, tf_ds = 47, tf_edi = 134520896, tf_esi = 134520900, tf_ebp = 2143288576, tf_isp = -1153507372, tf_ebx = 672050116, tf_edx = 134520907, tf_ecx = -1894020296, tf_eax = 5, tf_trapno = 12, tf_err = 2, tf_eip = 671958764, tf_cs = 31, tf_eflags = 535, tf_esp = 2143288420, tf_ss = 47}) at /usr/src/sys/i386/i386/trap.c:1175 #10 0x802238fb in Xint0x80_syscall () #11 0x280d267b in ?? () #12 0x8048973 in ?? () #13 0x8048739 in ?? () (kgdb) up 3 #3 0x801e5dc4 in ffs_valloc (pvp=0xb8d1c280, mode=33152, cred=0x84e8da00, vpp=0xbb3edc9c) at /usr/src/sys/ufs/ffs/ffs_alloc.c:620 620 panic("ffs_valloc: dup alloc"); (kgdb) list 615 } 616 ip = VTOI(*vpp); 617 if (ip->i_mode) { 618 printf("mode = 0%o, inum = %lu, fs = %s\n", 619 ip->i_mode, (u_long)ip->i_number, fs->fs_fsmnt); 620 panic("ffs_valloc: dup alloc"); 621 } 622 if (ip->i_blocks) { /* XXX */ 623 printf("free inode %s/%lu had %ld blocks\n", 624 fs->fs_fsmnt, (u_long)ino, (long)ip->i_blocks); (kgdb) print *ip $1 = {i_lock = {lk_interlock = {lock_data = 0}, lk_flags = 1088, lk_sharecount = 0, lk_waitcount = 0, lk_exclusivecount = 1, lk_prio = 8, lk_wmesg = 0x8025bdea "inode", lk_timo = 6, lk_lockholder = 8257}, i_hash = {le_next = 0x0, le_prev = 0x86383da0}, i_vnode = 0xb9018840, i_devvp = 0xb516bec0, i_flag = 128, i_dev = 0x8649fc80, i_number = 9769832, i_effnlink = 0, inode_u = {fs = 0x86519000, e2fs = 0x86519000}, i_dquot = {0x0, 0x0}, i_modrev = 1152938929256, i_lockf = 0x0, i_count = 0, i_endoff = 0, i_diroff = 0, i_offset = 0, i_ino = 0, i_reclen = 0, i_spare = {0, 0, 0}, i_dirhash = 0x0, i_din = {di_mode = 33216, di_nlink = 0, di_u = {oldids = {0, 0}, inumber = 0}, di_size = 0, di_atime = 1050081022, di_atimensec = 0, di_mtime = 1050081022, di_mtimensec = 0, di_ctime = 1050081022, di_ctimensec = 0, di_db = {0 }, di_ib = {0, 0, 0}, di_flags = 0, di_blocks = 24, di_gen = 1616046675, di_uid = 65534, di_gid = 0, di_spare = {0, 0}}} (kgdb) print *fs $2 = {fs_firstfield = 0, fs_unused_1 = 0, fs_sblkno = 8, fs_cblkno = 16, fs_iblkno = 24, fs_dblkno = 1432, fs_cgoffset = 1024, fs_cgmask = -1, fs_time = 1050081385, fs_size = 50615778, fs_dsize = 49824021, fs_ncg = 556, fs_bsize = 16384, fs_fsize = 2048, fs_frag = 8, fs_minfree = 8, fs_rotdelay = 0, fs_rps = 60, fs_bmask = -16384, fs_fmask = -2048, fs_bshift = 14, fs_fshift = 11, fs_maxcontig = 7, fs_maxbpg = 4096, fs_fragshift = 3, fs_fsbtodb = 2, fs_sbsize = 2048, fs_csmask = -1024, fs_csshift = 10, fs_nindir = 4096, fs_inopb = 128, fs_nspf = 4, fs_optim = 0, fs_npsect = 4096, fs_interleave = 1, fs_trackskew = 0, fs_id = { 1047069831, 1526014709}, fs_csaddr = 1432, fs_cssize = 10240, fs_cgsize = 16384, fs_ntrak = 1, fs_nsect = 4096, fs_spc = 4096, fs_ncyl = 49430, fs_cpg = 89, fs_ipg = 22528, fs_fpg = 91136, fs_cstotal = {cs_ndir = 1686473, cs_nbfree = 781522, cs_nifree = 7260314, cs_nffree = 140073}, fs_fmod = 0 '\000', fs_clean = 0 '\000', fs_ronly = 0 '\000', fs_flags = 0 '\000', fs_fsmnt = "/", '\000' , fs_cgrotor = 139, fs_ocsp = {0x0 }, fs_contigdirs = 0x8651d0b0 "", fs_csp = 0x8651a000, fs_maxcluster = 0x8651c800, fs_cpc = 0, fs_opostbl = {{0, 0, 0, 0, 0, 0, 0, 0} }, fs_snapinum = {0 }, fs_avgfilesize = 16384, fs_avgfpdir = 64, fs_sparecon = {0 }, fs_pendingblocks = 0, fs_pendinginodes = 0, fs_contigsumsize = 7, fs_maxsymlinklen = 60, fs_inodefmt = 2, fs_maxfilesize = 1126174852055039, fs_qbmask = 16383, fs_qfmask = 2047, fs_state = 0, fs_postblformat = 1, fs_nrpos = 1, fs_postbloff = 0, fs_rotbloff = 0, fs_magic = 72020, fs_space = ""} (kgdb) quit Script done on Fri Apr 11 13:39:17 2003 >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Fri Apr 11 13:01:02 2003 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 51BA737B401; Fri, 11 Apr 2003 13:01:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E71F143F85; Fri, 11 Apr 2003 13:01:01 -0700 (PDT) (envelope-from ceri@FreeBSD.org) Received: from freefall.freebsd.org (ceri@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h3BK11Up002173; Fri, 11 Apr 2003 13:01:01 -0700 (PDT) (envelope-from ceri@freefall.freebsd.org) Received: (from ceri@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h3BK11nv002168; Fri, 11 Apr 2003 13:01:01 -0700 (PDT) Date: Fri, 11 Apr 2003 13:01:01 -0700 (PDT) From: Ceri Davies Message-Id: <200304112001.h3BK11nv002168@freefall.freebsd.org> To: ceri@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/50683: fxp broken 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: Fri, 11 Apr 2003 20:01:02 -0000 Old Synopsis: New Synopsis: fxp broken Responsible-Changed-From-To: gnats-admin->freebsd-bugs Responsible-Changed-By: ceri Responsible-Changed-When: Fri Apr 11 12:59:51 PDT 2003 Responsible-Changed-Why: Reassign misfiled PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=50683 From owner-freebsd-bugs@FreeBSD.ORG Fri Apr 11 13:03:56 2003 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 C88E537B401; Fri, 11 Apr 2003 13:03:56 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6940D43FBF; Fri, 11 Apr 2003 13:03:56 -0700 (PDT) (envelope-from ceri@FreeBSD.org) Received: from freefall.freebsd.org (ceri@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h3BK3uUp003031; Fri, 11 Apr 2003 13:03:56 -0700 (PDT) (envelope-from ceri@freefall.freebsd.org) Received: (from ceri@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h3BK3uZE003027; Fri, 11 Apr 2003 13:03:56 -0700 (PDT) Date: Fri, 11 Apr 2003 13:03:56 -0700 (PDT) From: Ceri Davies Message-Id: <200304112003.h3BK3uZE003027@freefall.freebsd.org> To: roar.pettersen@it.uib.no, ceri@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/50683: fxp broken 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: Fri, 11 Apr 2003 20:03:57 -0000 Synopsis: fxp broken State-Changed-From-To: open->feedback State-Changed-By: ceri State-Changed-When: Fri Apr 11 13:01:14 PDT 2003 State-Changed-Why: I believe this was a known issue which was fixed recently; can you duplicate this with a recent kernel ? http://www.freebsd.org/cgi/query-pr.cgi?pr=50683 From owner-freebsd-bugs@FreeBSD.ORG Fri Apr 11 13:09:34 2003 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 45E6937B401; Fri, 11 Apr 2003 13:09:34 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D766F43FB1; Fri, 11 Apr 2003 13:09:33 -0700 (PDT) (envelope-from ceri@FreeBSD.org) Received: from freefall.freebsd.org (ceri@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h3BK9XUp006401; Fri, 11 Apr 2003 13:09:33 -0700 (PDT) (envelope-from ceri@freefall.freebsd.org) Received: (from ceri@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h3BK9XJq006397; Fri, 11 Apr 2003 13:09:33 -0700 (PDT) Date: Fri, 11 Apr 2003 13:09:33 -0700 (PDT) From: Ceri Davies Message-Id: <200304112009.h3BK9XJq006397@freefall.freebsd.org> To: ceri@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/50806: The action "skipto" does not work in ipfw2 on FreeBSD 5.0-RELEASE only 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: Fri, 11 Apr 2003 20:09:34 -0000 Old Synopsis: New Synopsis: The action "skipto" does not work in ipfw2 on FreeBSD 5.0-RELEASE only Responsible-Changed-From-To: gnats-admin->freebsd-bugs Responsible-Changed-By: ceri Responsible-Changed-When: Fri Apr 11 13:07:23 PDT 2003 Responsible-Changed-Why: Reassign misfiled PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=50806 From owner-freebsd-bugs@FreeBSD.ORG Fri Apr 11 13:55:13 2003 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 443FF37B401; Fri, 11 Apr 2003 13:55:13 -0700 (PDT) Received: from alf.uib.no (alf.uib.no [129.177.30.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8187A43FAF; Fri, 11 Apr 2003 13:55:12 -0700 (PDT) (envelope-from Roar.Pettersen@it.uib.no) Received: from edprp by alf.uib.no with local-esmtp (Exim 4.12) id 1945YF-0004Hl-00; Fri, 11 Apr 2003 22:55:11 +0200 Date: Fri, 11 Apr 2003 22:55:11 +0200 (MEST) From: Roar Pettersen X-X-Sender: To: Ceri Davies In-Reply-To: <200304112003.h3BK3uZE003027@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: Roar Pettersen cc: freebsd-bugs@FreeBSD.org Subject: Re: kern/50683: fxp broken 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: Fri, 11 Apr 2003 20:55:13 -0000 Hello ! >I believe this was a known issue which was fixed recently; can you >duplicate this with a recent kernel ? I csvup'ed the source tree today and build a new kernel with smp support, I still have the same problem with the fxp2 & fxp3 interfaves. Please read my e-mail sent today to smp e-mail list. -- Med vennlig hilsen / Regards; Roar Pettersen Universitetet i Bergen - The University of Bergen Nygardsgt. 5 - N-5020 BERGEN - Norway Tlf: +47 55 58 40 55 VIP: 81503 fax: +47 55 58 40 70 roar.pettersen@it.uib.no - IT-Avd, UiB - http://www.uib.no From owner-freebsd-bugs@FreeBSD.ORG Fri Apr 11 14:04:50 2003 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 5A49237B408; Fri, 11 Apr 2003 14:04:50 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE6C843FEA; Fri, 11 Apr 2003 14:04:47 -0700 (PDT) (envelope-from ceri@FreeBSD.org) Received: from freefall.freebsd.org (ceri@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h3BL4lUp022043; Fri, 11 Apr 2003 14:04:47 -0700 (PDT) (envelope-from ceri@freefall.freebsd.org) Received: (from ceri@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h3BL4lvN022039; Fri, 11 Apr 2003 14:04:47 -0700 (PDT) Date: Fri, 11 Apr 2003 14:04:47 -0700 (PDT) From: Ceri Davies Message-Id: <200304112104.h3BL4lvN022039@freefall.freebsd.org> To: roar.pettersen@it.uib.no, ceri@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/50683: fxp broken 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: Fri, 11 Apr 2003 21:04:50 -0000 Synopsis: fxp broken State-Changed-From-To: feedback->open State-Changed-By: ceri State-Changed-When: Fri Apr 11 14:04:25 PDT 2003 State-Changed-Why: Response received from originator: On Fri, Apr 11, 2003 at 10:55:11PM +0200, Roar Pettersen wrote: > Hello ! > > >I believe this was a known issue which was fixed recently; can you > >duplicate this with a recent kernel ? > > I csvup'ed the source tree today and build a new kernel with > smp support, I still have the same problem with > the fxp2 & fxp3 interfaves. > > Please read my e-mail sent today to smp e-mail list. > > > > -- > Med vennlig hilsen / Regards; > > Roar Pettersen > Universitetet i Bergen - The University of Bergen > Nygardsgt. 5 - N-5020 BERGEN - Norway > Tlf: +47 55 58 40 55 VIP: 81503 fax: +47 55 58 40 70 > roar.pettersen@it.uib.no - IT-Avd, UiB - http://www.uib.no http://www.freebsd.org/cgi/query-pr.cgi?pr=50683 From owner-freebsd-bugs@FreeBSD.ORG Fri Apr 11 15:40:07 2003 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 5FC5937B401 for ; Fri, 11 Apr 2003 15:40:07 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50FD043FB1 for ; Fri, 11 Apr 2003 15:40:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h3BMe6Up051595 for ; Fri, 11 Apr 2003 15:40:06 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h3BMe6L2051594; Fri, 11 Apr 2003 15:40:06 -0700 (PDT) Resent-Date: Fri, 11 Apr 2003 15:40:06 -0700 (PDT) Resent-Message-Id: <200304112240.h3BMe6L2051594@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, Barney Wolff Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9480137B401 for ; Fri, 11 Apr 2003 15:34:53 -0700 (PDT) Received: from pit.databus.com (p70-227.acedsl.com [66.114.70.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD9D943FA3 for ; Fri, 11 Apr 2003 15:34:52 -0700 (PDT) (envelope-from barney@pit.databus.com) Received: from pit.databus.com (localhost [127.0.0.1]) by pit.databus.com (8.12.9/8.12.9) with ESMTP id h3BMYqdN050169 for ; Fri, 11 Apr 2003 18:34:52 -0400 (EDT) (envelope-from barney@pit.databus.com) Received: (from barney@localhost) by pit.databus.com (8.12.9/8.12.9/Submit) id h3BMYqjv050168; Fri, 11 Apr 2003 18:34:52 -0400 (EDT) Message-Id: <200304112234.h3BMYqjv050168@pit.databus.com> Date: Fri, 11 Apr 2003 18:34:52 -0400 (EDT) From: Barney Wolff To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: kern/50839: icmp time-exceeded causes tcp connect to return success bogusly X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Barney Wolff List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Apr 2003 22:40:07 -0000 >Number: 50839 >Category: kern >Synopsis: icmp time-exceeded causes tcp connect to return success bogusly >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Apr 11 15:40:05 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Barney Wolff >Release: FreeBSD 4.8-STABLE i386 >Organization: Databus Inc. >Environment: System: FreeBSD pit.databus.com 4.8-STABLE FreeBSD 4.8-STABLE #0: Wed Apr 9 15:22:45 EDT 2003 toor@pit.databus.com:/usr/obj/usr/src/sys/PIT i386 and FreeBSD lab.databus.com 5.0-CURRENT FreeBSD 5.0-CURRENT #1: Fri Apr 11 18:00:56 EDT 2003 toor@lab.databus.com:/usr/obj/usr/src/sys/LAB i386 >Description: TCP connect(2) returns 0 if a routing loop causes an ICMP unreach-time- exceeded to be returned. Problem is that the cmd code is mapped to error 0 in in_input. >How-To-Repeat: Set up routing loop (I just added a /32 bogus route on my internal net to do this). Connect to looped destination. Connect returns 0, but socket is of course not writable. Test prog attached. This fails on both stable and current. >Fix: b:/usr/src/sys/netinet $ diff -u ip_input.c.orig ip_input.c --- ip_input.c.orig Wed Apr 9 14:07:16 2003 +++ ip_input.c Fri Apr 11 17:54:11 2003 @@ -1696,7 +1696,7 @@ 0, EMSGSIZE, EHOSTDOWN, EHOSTUNREACH, EHOSTUNREACH, EHOSTUNREACH, ECONNREFUSED, ECONNREFUSED, EMSGSIZE, EHOSTUNREACH, 0, 0, - 0, 0, 0, 0, + 0, 0, EHOSTUNREACH, 0, ENOPROTOOPT, ECONNREFUSED }; (This patch is to current.) Here's the test prog: /* conntime.c Barney Wolff */ #include #include #include #include #include #include #include #include #include extern int errno; #include #ifdef __FreeBSD__ #define sigignore(x) signal(x,SIG_IGN) #endif main(int argc,char **argv) { int sockfd,lsockfd,i,recv=0,cookie=0,dofork=0; struct sockaddr_in skinaddr; struct timeval start,end; if (argc < 3) { fprintf(stderr,"%0 ipaddr port\n"); exit(1); } sigignore(SIGPIPE); memset(&skinaddr,0,sizeof(skinaddr)); skinaddr.sin_family = AF_INET; skinaddr.sin_addr.s_addr = inet_addr(argv[1]); skinaddr.sin_port = htons((short)atoi(argv[2])); if ((sockfd=socket(PF_INET,SOCK_STREAM,0)) < 0) {perror("socket"); exit(2);} i = 1; setsockopt(sockfd,SOL_SOCKET,SO_KEEPALIVE,&i,sizeof(i)); gettimeofday(&start,NULL); i = connect(sockfd,(struct sockaddr *)&skinaddr,sizeof(skinaddr)); gettimeofday(&end,NULL); if (i < 0) perror("connection failed"); fprintf(stderr,"connect returned in %d usec\n", 1000000*(end.tv_sec-start.tv_sec)+end.tv_usec-start.tv_usec); if (i == 0) { start = end; i = write(sockfd,"GET /\r\n\r\n",9); gettimeofday(&end,NULL); if (i < 0) perror("write failed"); fprintf(stderr,"write returned in %d usec\n", 1000000*(end.tv_sec-start.tv_sec)+end.tv_usec-start.tv_usec); } } >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Fri Apr 11 15:40:08 2003 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 C5BC137B401 for ; Fri, 11 Apr 2003 15:40:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 70B4B43F93 for ; Fri, 11 Apr 2003 15:40:08 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h3BMe8Up051603 for ; Fri, 11 Apr 2003 15:40:08 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h3BMe7PX051602; Fri, 11 Apr 2003 15:40:07 -0700 (PDT) Date: Fri, 11 Apr 2003 15:40:07 -0700 (PDT) Message-Id: <200304112240.h3BMe7PX051602@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Garrett Wollman Subject: misc/50825: lseek to negative file positions screws up flags X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Garrett Wollman List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Apr 2003 22:40:09 -0000 The following reply was made to PR misc/50825; it has been noted by GNATS. From: Garrett Wollman To: Erdgeist Cc: FreeBSD-gnats-submit@freebsd.org Subject: misc/50825: lseek to negative file positions screws up flags Date: Fri, 11 Apr 2003 18:34:54 -0400 (EDT) < said: > Doing a lseek to a position before the file results in corrupted > File flags. I am not able to reproduce your problem: wollman@khavrinen(1485)$ cc -O -Wall foo.c wollman@khavrinen(1486)$ ./a.out wollman@khavrinen(1487)$ ls -lo testfile -rw-r--r-- 1 wollman users - 0 Apr 11 18:32 testfile I did fix a bug in your program; your call to open() was missing an argument. However, this should have no impact on the file flags, only the mode. -GAWollman From owner-freebsd-bugs@FreeBSD.ORG Fri Apr 11 16:30:34 2003 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 5EC4B37B404; Fri, 11 Apr 2003 16:30:34 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E06E443FDD; Fri, 11 Apr 2003 16:30:33 -0700 (PDT) (envelope-from orion@FreeBSD.org) Received: from freefall.freebsd.org (orion@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h3BNUXUp068189; Fri, 11 Apr 2003 16:30:33 -0700 (PDT) (envelope-from orion@freefall.freebsd.org) Received: (from orion@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h3BNUXoh068185; Fri, 11 Apr 2003 16:30:33 -0700 (PDT) Date: Fri, 11 Apr 2003 16:30:33 -0700 (PDT) From: Orion Hodson Message-Id: <200304112330.h3BNUXoh068185@freefall.freebsd.org> To: orion@FreeBSD.org, freebsd-bugs@FreeBSD.org, orion@FreeBSD.org Subject: Re: kern/40155: No sound on Presario 700 laptop's ac97 codec. (VIA82C686) 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: Fri, 11 Apr 2003 23:30:34 -0000 Synopsis: No sound on Presario 700 laptop's ac97 codec. (VIA82C686) Responsible-Changed-From-To: freebsd-bugs->orion Responsible-Changed-By: orion Responsible-Changed-When: Fri Apr 11 16:29:47 PDT 2003 Responsible-Changed-Why: Committed relevant fix to tree. http://www.freebsd.org/cgi/query-pr.cgi?pr=40155 From owner-freebsd-bugs@FreeBSD.ORG Fri Apr 11 19:00:28 2003 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 9D32637B401 for ; Fri, 11 Apr 2003 19:00:28 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4249543F75 for ; Fri, 11 Apr 2003 19:00:28 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h3C20SUp012703 for ; Fri, 11 Apr 2003 19:00:28 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h3C20R04012702; Fri, 11 Apr 2003 19:00:27 -0700 (PDT) Date: Fri, 11 Apr 2003 19:00:27 -0700 (PDT) Message-Id: <200304120200.h3C20R04012702@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: David Taylor Subject: Re: misc/50825: lseek to negative file positions screws up flags X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: David Taylor List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Apr 2003 02:00:28 -0000 The following reply was made to PR misc/50825; it has been noted by GNATS. From: David Taylor To: Erdgeist Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: misc/50825: lseek to negative file positions screws up flags Date: Sat, 12 Apr 2003 02:49:37 +0100 On Fri, 11 Apr 2003, Erdgeist wrote: > >Description: > Doing a lseek to a position before the file results in corrupted > File flags. Actually, if you remove the lseek(); line from the test program below, the file mode will still be screwed up. > >How-To-Repeat: > #include > #include > > int main( ) { > int a = open( "testfile", O_CREAT | O_RDWR ); ^^^^^^^ ^^^ The problem is this: int open(const char *path, int flags, ...); The flags argument may indicate the file is to be cre-ated if it does not exist (by specifying the O_CREAT flag). In this case open() requires a third argument mode_t mode, and the file is created with mode mode as described in chmod(2) and modified by the process' umask value (see umask(2)). Replacing the above line with: int a = open( "testfile", O_CREAT | O_RDWR, 0666 ); results in the program working as it should. > lseek( a, -10, SEEK_CUR); > close( a ); > return 0; > } -- David Taylor davidt@yadt.co.uk "The future just ain't what it used to be" From owner-freebsd-bugs@FreeBSD.ORG Fri Apr 11 20:00:33 2003 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 72BE137B401 for ; Fri, 11 Apr 2003 20:00:33 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08B7843FBD for ; Fri, 11 Apr 2003 20:00:33 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h3C30WUp031252 for ; Fri, 11 Apr 2003 20:00:32 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h3C30Wkv031250; Fri, 11 Apr 2003 20:00:32 -0700 (PDT) Date: Fri, 11 Apr 2003 20:00:32 -0700 (PDT) Message-Id: <200304120300.h3C30Wkv031250@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Giorgos Keramidas Subject: Re: i386/47647: init died with signal 6 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Giorgos Keramidas List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Apr 2003 03:00:33 -0000 The following reply was made to PR i386/47647; it has been noted by GNATS. From: Giorgos Keramidas To: bug-followup@freebsd.org Cc: Subject: Re: i386/47647: init died with signal 6 Date: Sat, 12 Apr 2003 05:52:14 +0300 Adding to audit trail: ---------------------------------------------------------------------- Message-Id: <20030407220655.GA1254@embratel.net.br> Date: Mon, 7 Apr 2003 19:06:55 -0300 From: Alessandro Martins I made a test with with the following kernel versions: 4.7-RELEASE 4.7-STABLE 4.8-RELEASE The problem still persists. -- Alessandro Martins ---------------------------------------------------------------------- From owner-freebsd-bugs@FreeBSD.ORG Fri Apr 11 20:00:36 2003 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 E265037B405 for ; Fri, 11 Apr 2003 20:00:35 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 85B3243F85 for ; Fri, 11 Apr 2003 20:00:35 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h3C30ZUp031261 for ; Fri, 11 Apr 2003 20:00:35 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h3C30Zn0031260; Fri, 11 Apr 2003 20:00:35 -0700 (PDT) Date: Fri, 11 Apr 2003 20:00:35 -0700 (PDT) Message-Id: <200304120300.h3C30Zn0031260@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Giorgos Keramidas Subject: Re: i386/47647: init died with signal 6 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Giorgos Keramidas List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Apr 2003 03:00:37 -0000 The following reply was made to PR i386/47647; it has been noted by GNATS. From: Giorgos Keramidas To: bug-followup@freebsd.org Cc: Alessandro Fernandes Martins , jonny@jonny.eng.br Subject: Re: i386/47647: init died with signal 6 Date: Sat, 12 Apr 2003 05:55:29 +0300 On 2003-01-29 17:09, Alessandro Fernandes Martins wrote: > > I'm trying to update my FreeBSD 4.6-STABLE to 4.7-STABLE and I'm > getting this message when I boot with the 4.7-STABLE kernel: > > [cutted] > init died (signal 6, exit 0) > panic: Going nowhere without my init! > mp_lock = 00000001; cpuid = 0; lapic.id = 01000000 > boot() called on cpu #1 > > Also, I would like to say that the system was running with FreeBSD > 4.6-STABLE for 204 days. Can you build a kernel with debugging symbols and try to obtain a kernel dump? For instructions about this, have a look at: http://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook/kerneldebug.html From owner-freebsd-bugs@FreeBSD.ORG Fri Apr 11 21:50:15 2003 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 38E7437B401 for ; Fri, 11 Apr 2003 21:50:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5ED643F93 for ; Fri, 11 Apr 2003 21:50:14 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h3C4oEUp065544 for ; Fri, 11 Apr 2003 21:50:14 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h3C4oESI065543; Fri, 11 Apr 2003 21:50:14 -0700 (PDT) Date: Fri, 11 Apr 2003 21:50:14 -0700 (PDT) Message-Id: <200304120450.h3C4oESI065543@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: "W. Sierke" Subject: Re: kern/38198: Cannot use bootable installation X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "W. Sierke" List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Apr 2003 04:50:15 -0000 The following reply was made to PR kern/38198; it has been noted by GNATS. From: "W. Sierke" To: , Cc: Subject: Re: kern/38198: Cannot use bootable installation Date: Sat, 12 Apr 2003 14:12:50 +0930 This report is flagged as fixed (original report was for 4.5), however I've just had the exactly the same problem occur booting from both 4.7 and 4.8 CDs. (exact = same cpu register values) Interestingly this is on the same motherboard (Expertboard 8661). Unfortunately it's also using an AOpen 40x CDROM drive. From owner-freebsd-bugs@FreeBSD.ORG Fri Apr 11 22:00:32 2003 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 0E0B437B401 for ; Fri, 11 Apr 2003 22:00:32 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 887D243F75 for ; Fri, 11 Apr 2003 22:00:31 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h3C50VUp068029 for ; Fri, 11 Apr 2003 22:00:31 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h3C50VcJ068028; Fri, 11 Apr 2003 22:00:31 -0700 (PDT) Date: Fri, 11 Apr 2003 22:00:31 -0700 (PDT) Message-Id: <200304120500.h3C50VcJ068028@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: =?ISO-8859-1?Q?Jo=E3o_Carlos_Mendes_Lu=EDs?= Subject: Re: i386/47647: init died with signal 6 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: =?ISO-8859-1?Q?Jo=E3o_Carlos_Mendes_Lu=EDs?= List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Apr 2003 05:00:32 -0000 The following reply was made to PR i386/47647; it has been noted by GNATS. From: =?ISO-8859-1?Q?Jo=E3o_Carlos_Mendes_Lu=EDs?= To: Giorgos Keramidas Cc: bug-followup@freebsd.org, Alessandro Fernandes Martins Subject: Re: i386/47647: init died with signal 6 Date: Sat, 12 Apr 2003 01:57:47 -0300 I am not the owner of the machine, but in the recent past I helped to configure it. The strange part is that the same init runs with an older kernel, so it's probably not a problem in init itself. Signal 6 is SIGABRT, and that should be used only in assert calls, IIRC. Do you think it is possible to find where (and why) in init the abort ocurred? Should then he build an init with debugging symbols also? The machine is a very important production machine (backbone squid cache) and is not easy to stop it to test, so I'd like to minimize the tests to do. Thanks for your help... Giorgos Keramidas wrote: > On 2003-01-29 17:09, Alessandro Fernandes Martins wrote: > >>I'm trying to update my FreeBSD 4.6-STABLE to 4.7-STABLE and I'm >>getting this message when I boot with the 4.7-STABLE kernel: >> >>[cutted] >>init died (signal 6, exit 0) >>panic: Going nowhere without my init! >>mp_lock = 00000001; cpuid = 0; lapic.id = 01000000 >>boot() called on cpu #1 >> >>Also, I would like to say that the system was running with FreeBSD >>4.6-STABLE for 204 days. > > > Can you build a kernel with debugging symbols and try to obtain a kernel > dump? For instructions about this, have a look at: > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook/kerneldebug.html Jonny -- João Carlos Mendes Luís - Networking Engineer - jonny@jonny.eng.br -- "the West won the world not by the superiority of its ideas or values or religion but rather by its superiority in applying organized violence. Westerners often forget this fact, non-Westerners never do." -- Samuel P. Huntington From owner-freebsd-bugs@FreeBSD.ORG Sat Apr 12 03:24:05 2003 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 B54D337B401; Sat, 12 Apr 2003 03:24:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55E1D43F75; Sat, 12 Apr 2003 03:24:05 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from freefall.freebsd.org (tjr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h3CAO5Up080222; Sat, 12 Apr 2003 03:24:05 -0700 (PDT) (envelope-from tjr@freefall.freebsd.org) Received: (from tjr@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h3CAO5qV080218; Sat, 12 Apr 2003 03:24:05 -0700 (PDT) Date: Sat, 12 Apr 2003 03:24:05 -0700 (PDT) From: "Tim J. Robbins" Message-Id: <200304121024.h3CAO5qV080218@freefall.freebsd.org> To: tjr@FreeBSD.org, freebsd-bugs@FreeBSD.org, tjr@FreeBSD.org Subject: Re: bin/46232: ps(1) re an sl fields are broken 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: Sat, 12 Apr 2003 10:24:06 -0000 Synopsis: ps(1) re an sl fields are broken Responsible-Changed-From-To: freebsd-bugs->tjr Responsible-Changed-By: tjr Responsible-Changed-When: Sat Apr 12 03:23:41 PDT 2003 Responsible-Changed-Why: I'll handle this. http://www.freebsd.org/cgi/query-pr.cgi?pr=46232 From owner-freebsd-bugs@FreeBSD.ORG Sat Apr 12 03:24:51 2003 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 292BA37B401; Sat, 12 Apr 2003 03:24:51 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA30843FAF; Sat, 12 Apr 2003 03:24:50 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from freefall.freebsd.org (tjr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h3CAOoUp080282; Sat, 12 Apr 2003 03:24:50 -0700 (PDT) (envelope-from tjr@freefall.freebsd.org) Received: (from tjr@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h3CAOoIk080278; Sat, 12 Apr 2003 03:24:50 -0700 (PDT) Date: Sat, 12 Apr 2003 03:24:50 -0700 (PDT) From: "Tim J. Robbins" Message-Id: <200304121024.h3CAOoIk080278@freefall.freebsd.org> To: kstailey@yahoo.com, tjr@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/27433: ps binary does not do what the man page says. ps output columns are wrecked. 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: Sat, 12 Apr 2003 10:24:51 -0000 Synopsis: ps binary does not do what the man page says. ps output columns are wrecked. State-Changed-From-To: open->closed State-Changed-By: tjr State-Changed-When: Sat Apr 12 03:24:30 PDT 2003 State-Changed-Why: Same as bin/46232. http://www.freebsd.org/cgi/query-pr.cgi?pr=27433 From owner-freebsd-bugs@FreeBSD.ORG Sat Apr 12 06:00:31 2003 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 0F8EA37B401 for ; Sat, 12 Apr 2003 06:00:31 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96ADD43F85 for ; Sat, 12 Apr 2003 06:00:30 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h3CD0UUp050175 for ; Sat, 12 Apr 2003 06:00:30 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h3CD0UHq050174; Sat, 12 Apr 2003 06:00:30 -0700 (PDT) Date: Sat, 12 Apr 2003 06:00:30 -0700 (PDT) Message-Id: <200304121300.h3CD0UHq050174@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Dirk Engling Subject: Re: misc/50825: lseek to negative file positions screws up flags X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Dirk Engling List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Apr 2003 13:00:31 -0000 The following reply was made to PR misc/50825; it has been noted by GNATS. From: Dirk Engling To: David Taylor Cc: Subject: Re: misc/50825: lseek to negative file positions screws up flags Date: Sat, 12 Apr 2003 14:53:03 +0200 (CEST) On Sat, 12 Apr 2003, David Taylor wrote: > Replacing the above line with: > > int a = open( "testfile", O_CREAT | O_RDWR, 0666 ); > > results in the program working as it should. How embarassing, thank you. I migrated from fopen() and did not notice the additional parameter. Regards Dirk From owner-freebsd-bugs@FreeBSD.ORG Sat Apr 12 06:20:17 2003 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 2E24137B404 for ; Sat, 12 Apr 2003 06:20:17 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3962343FE1 for ; Sat, 12 Apr 2003 06:20:13 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h3CDKDUp060857 for ; Sat, 12 Apr 2003 06:20:13 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h3CDKD9C060855; Sat, 12 Apr 2003 06:20:13 -0700 (PDT) Resent-Date: Sat, 12 Apr 2003 06:20:13 -0700 (PDT) Resent-Message-Id: <200304121320.h3CDKD9C060855@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, Andreas Klemm Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7847737B401 for ; Sat, 12 Apr 2003 06:10:15 -0700 (PDT) Received: from srv1.cosmo-project.de (srv1.cosmo-project.de [213.83.6.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D98943FD7 for ; Sat, 12 Apr 2003 06:10:13 -0700 (PDT) (envelope-from andreas@klemm.apsfilter.org) Received: from srv1.cosmo-project.de (localhost [IPv6:::1]) by srv1.cosmo-project.de (8.12.9/8.12.9) with ESMTP id h3CDAAcx030466 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Sat, 12 Apr 2003 15:10:11 +0200 (CEST) (envelope-from andreas@klemm.apsfilter.org) Received: (from uucp@localhost)h3CDA9l3030465; Sat, 12 Apr 2003 15:10:10 +0200 (CEST) (envelope-from andreas@klemm.apsfilter.org) Received: from titan.klemm.apsfilter.org (localhost.klemm.apsfilter.org [127.0.0.1]) by klemm.apsfilter.org (8.12.9/8.12.8) with ESMTP id h3CD5EFu001455; Sat, 12 Apr 2003 15:05:19 +0200 (CEST) (envelope-from andreas@titan.klemm.apsfilter.org) Received: (from andreas@localhost) by titan.klemm.apsfilter.org (8.12.9/8.12.8/Submit) id h3CD5EXg001454; Sat, 12 Apr 2003 15:05:14 +0200 (CEST) Message-Id: <200304121305.h3CD5EXg001454@titan.klemm.apsfilter.org> Date: Sat, 12 Apr 2003 15:05:14 +0200 (CEST) From: Andreas Klemm To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: Kirk McKusick Subject: kern/50856: kernel panic if mounting /tmp as mfs with soft-updates (-U) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Andreas Klemm List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Apr 2003 13:20:17 -0000 >Number: 50856 >Category: kern >Synopsis: kernel panic if mounting /tmp as mfs with soft-updates (-U) >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Apr 12 06:20:13 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Andreas Klemm >Release: FreeBSD-4.8 >Organization: FreeBSD >Environment: System: FreeBSD titan.klemm.apsfilter.org 4.8-STABLE FreeBSD 4.8-STABLE #0: Mon Apr 7 22:35:56 CEST 2003 root@titan.klemm.apsfilter.org:/usr/src/sys/compile/TITAN i386 >Description: mounting /tmp as memory filesystem with softupdates enabled crashes machine within ~10-20 seconds, even with no load in single user mode. panic: handle_written_filepage: not started syncing disks ... 19 6 6 6 6 6 6 6 9 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3... 0xcc5d66e0 1: dev:MFS3, flags= ... ... 2: dev:MFS3, flags= ... ... 3: dev:MFS3, flags= ... on 2nd mount attempt after powercycle and fsck: panic: handle_written_filepage: not started syncing disks ... 19 6 6 6 6 6 6 6 9 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3... ... 1: dev:MFS0, flags= ... ... 2: dev:MFS0, flags= ... ... 3: dev:MFS0, flags= ... mounting /tmp as memory fs *without* soft-updates causes no problem. Thats what I use since months and years. Question arises for me personally, - if this has to be fixed somewhere in kernel, so that -U can be used as valid mount option for mfs, no matter if it makes real sense or not (could one think of any benefit regarding speed) - or if soft-updates can't be used "by design" for memory filesystems. In the latter case then -U should simply be ignored when being used together with a memfs and produce a warning on execution so that people take -U out of fstab (so that no system instability arises in the future, if it doesn't crash immediately). I don't know if the panic comes so quickly on every machine, I have a PIII, 1 GHz, 512GB DRAM. My kernel config, if its of interest for you # # TITAN # machine i386 cpu I686_CPU ident TITAN maxusers 0 options INCLUDE_CONFIG_FILE # Include this file in kernel # Power management support (see LINT for more options) device apm0 at nexus? options RANDOM_IP_ID options ICMP_BANDLIM options NSWAPDEV=2 options INET #InterNETworking options FFS #Berkeley Fast Filesystem options FFS_ROOT #FFS usable as root device [keep this!] options SOFTUPDATES #Enable FFS soft updates support options UFS_DIRHASH #Improve performance on big directories options MFS #Memory Filesystem options MD_ROOT #MD is a potential root device options CD9660 #ISO 9660 Filesystem options CD9660_ROOT #CD-ROM usable as root, CD9660 required options PROCFS #Process filesystem options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] options SCSI_DELAY=8000 #Delay (in ms) before probing SCSI options UCONSOLE #Allow users to grab the console options KTRACE #ktrace(1) support options SYSVSHM #SYSV-style shared memory options SYSVMSG #SYSV-style message queues options SYSVSEM #SYSV-style semaphores options P1003_1B #Posix P1003_1B real-time extensions options _KPOSIX_PRIORITY_SCHEDULING options KBD_INSTALL_CDEV # install a CDEV entry in /dev options CPU_ENABLE_SSE options USER_LDT options QUOTA options SHOW_BUSYBUFS # List buffers that prevent root unmount device isa device pci # Floppy drives device fdc0 at isa? port IO_FD1 irq 6 drq 2 device fd0 at fdc0 drive 0 # ATA and ATAPI devices device ata0 at isa? port IO_WD1 irq 14 device ata1 at isa? port IO_WD2 irq 15 device ata device atadisk # ATA disk drives device atapicd # ATAPI CDROM drives device atapicam # emulate ATAPI devices as SCSI ditto via CAM options ATA_STATIC_ID #Static device numbering # SCSI Controllers device ahc # AHA2940 and onboard AIC7xxx devices options AHC_ALLOW_MEMIO # SCSI peripherals device scbus # SCSI bus (required) #device da # Direct Access (disks) device sa # Sequential Access (tape etc) device pass # Passthrough device (direct SCSI access) device pt # # atkbdc0 controls both the keyboard and the PS/2 mouse device atkbdc0 at isa? port IO_KBD device atkbd0 at atkbdc? irq 1 flags 0x1 device psm0 at atkbdc? irq 12 device vga0 at isa? # splash screen/screen saver pseudo-device splash # syscons is the default console driver, resembling an SCO console device sc0 at isa? flags 0x100 options MAXCONS=4 # number of virtual consoles options VESA makeoptions SC_DFLT_FONT=german.iso options SC_HISTORY_SIZE=512 # number of history buffer lines # Floating point support - do not disable. device npx0 at nexus? port IO_NPX irq 13 # Serial (COM) ports device sio0 at isa? port IO_COM1 flags 0x10 irq 4 # Parallel port #device ppc0 at isa? irq 7 #device ppbus # Parallel port bus (required) #device lpt # Printer #device ppi # Parallel port interface device device miibus # MII bus support device fxp # Intel EtherExpress PRO/100B (82557, 82558) device pcm # SOUND # USB support device uhci # UHCI PCI->USB interface device ohci # OHCI PCI->USB interface device usb # USB Bus (required) device ugen # Generic device uhid # "Human Interface Devices" device ulpt # Printer #device umass # Disks/Mass storage - Requires scbus and da device ums # Mouse device uscanner # Scanners # Pseudo devices - the number indicates how many units to allocate. pseudo-device loop # Network loopback pseudo-device ether # Ethernet support pseudo-device pty # Pseudo-ttys (telnet etc) pseudo-device md # Memory "disks" pseudo-device bpf #Berkeley packet filter pseudo-device vn #Vnode driver (turns a file into a device) pseudo-device md #Memory/malloc disk pseudo-device snp 3 #Snoop device - to look at pty/vty/etc.. >How-To-Repeat: mount /tmp as memfs with soft-updates enabled in single user mode. root# umount /tmp root# vi /etc/fstab /dev/ad0s2b /tmp mfs rw,-U 0 0 root# mount /tmp Wait for about 10 seconds ... -> panic >Fix: No patch or workaround. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sat Apr 12 06:40:14 2003 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 E147C37B401 for ; Sat, 12 Apr 2003 06:40:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8BD0143FBF for ; Sat, 12 Apr 2003 06:40:13 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h3CDeDUp070103 for ; Sat, 12 Apr 2003 06:40:13 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h3CDeDam070102; Sat, 12 Apr 2003 06:40:13 -0700 (PDT) Resent-Date: Sat, 12 Apr 2003 06:40:13 -0700 (PDT) Resent-Message-Id: <200304121340.h3CDeDam070102@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, Andreas Klemm Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0606537B404 for ; Sat, 12 Apr 2003 06:30:19 -0700 (PDT) Received: from srv1.cosmo-project.de (srv1.cosmo-project.de [213.83.6.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id D64E943FB1 for ; Sat, 12 Apr 2003 06:30:17 -0700 (PDT) (envelope-from andreas@klemm.apsfilter.org) Received: from srv1.cosmo-project.de (localhost [IPv6:::1]) by srv1.cosmo-project.de (8.12.9/8.12.9) with ESMTP id h3CDUFcx030660 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Sat, 12 Apr 2003 15:30:16 +0200 (CEST) (envelope-from andreas@klemm.apsfilter.org) Received: (from uucp@localhost)h3CDUF1X030659 for FreeBSD-gnats-submit@FreeBSD.org; Sat, 12 Apr 2003 15:30:15 +0200 (CEST) (envelope-from andreas@klemm.apsfilter.org) Received: from titan.klemm.apsfilter.org (localhost.klemm.apsfilter.org [127.0.0.1]) by klemm.apsfilter.org (8.12.9/8.12.8) with ESMTP id h3CDTfFu001676 for ; Sat, 12 Apr 2003 15:29:46 +0200 (CEST) (envelope-from andreas@titan.klemm.apsfilter.org) Received: (from andreas@localhost) by titan.klemm.apsfilter.org (8.12.9/8.12.8/Submit) id h3CD3YWB001286; Sat, 12 Apr 2003 15:03:34 +0200 (CEST) Message-Id: <200304121303.h3CD3YWB001286@titan.klemm.apsfilter.org> Date: Sat, 12 Apr 2003 15:03:34 +0200 (CEST) From: Andreas Klemm To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: Kirk McKusick <"mckusick@"@mckusick.com> Subject: kern/50861: kernel panic if mounting /tmp as mfs with soft-updates (-U) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Andreas Klemm List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Apr 2003 13:40:15 -0000 >Number: 50861 >Category: kern >Synopsis: kernel panic if mounting /tmp as mfs with soft-updates (-U) >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Apr 12 06:40:13 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Andreas Klemm >Release: FreeBSD-4.8 >Organization: FreeBSD >Environment: System: FreeBSD titan.klemm.apsfilter.org 4.8-STABLE FreeBSD 4.8-STABLE #0: Mon Apr 7 22:35:56 CEST 2003 root@titan.klemm.apsfilter.org:/usr/src/sys/compile/TITAN i386 >Description: mounting /tmp as memory filesystem with softupdates enabled crashes machine within ~10-20 seconds, even with no load in single user mode. panic: handle_written_filepage: not started syncing disks ... 19 6 6 6 6 6 6 6 9 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3... 0xcc5d66e0 1: dev:MFS3, flags= ... ... 2: dev:MFS3, flags= ... ... 3: dev:MFS3, flags= ... on 2nd mount attempt after powercycle and fsck: panic: handle_written_filepage: not started syncing disks ... 19 6 6 6 6 6 6 6 9 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3... ... 1: dev:MFS0, flags= ... ... 2: dev:MFS0, flags= ... ... 3: dev:MFS0, flags= ... mounting /tmp as memory fs *without* soft-updates causes no problem. Thats what I use since months and years. Question arises for me personally, - if this has to be fixed somewhere in kernel, so that -U can be used as valid mount option for mfs, no matter if it makes real sense or not (could one think of any benefit regarding speed) - or if soft-updates can't be used "by design" for memory filesystems. In the latter case then -U should simply be ignored when being used together with a memfs and produce a warning on execution so that people take -U out of fstab (so that no system instability arises in the future, if it doesn't crash immediately). I don't know if the panic comes so quickly on every machine, I have a PIII, 1 GHz, 512GB DRAM. My kernel config, if its of interest for you # # TITAN # machine i386 cpu I686_CPU ident TITAN maxusers 0 options INCLUDE_CONFIG_FILE # Include this file in kernel # Power management support (see LINT for more options) device apm0 at nexus? options RANDOM_IP_ID options ICMP_BANDLIM options NSWAPDEV=2 options INET #InterNETworking options FFS #Berkeley Fast Filesystem options FFS_ROOT #FFS usable as root device [keep this!] options SOFTUPDATES #Enable FFS soft updates support options UFS_DIRHASH #Improve performance on big directories options MFS #Memory Filesystem options MD_ROOT #MD is a potential root device options CD9660 #ISO 9660 Filesystem options CD9660_ROOT #CD-ROM usable as root, CD9660 required options PROCFS #Process filesystem options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] options SCSI_DELAY=8000 #Delay (in ms) before probing SCSI options UCONSOLE #Allow users to grab the console options KTRACE #ktrace(1) support options SYSVSHM #SYSV-style shared memory options SYSVMSG #SYSV-style message queues options SYSVSEM #SYSV-style semaphores options P1003_1B #Posix P1003_1B real-time extensions options _KPOSIX_PRIORITY_SCHEDULING options KBD_INSTALL_CDEV # install a CDEV entry in /dev options CPU_ENABLE_SSE options USER_LDT options QUOTA options SHOW_BUSYBUFS # List buffers that prevent root unmount device isa device pci # Floppy drives device fdc0 at isa? port IO_FD1 irq 6 drq 2 device fd0 at fdc0 drive 0 # ATA and ATAPI devices device ata0 at isa? port IO_WD1 irq 14 device ata1 at isa? port IO_WD2 irq 15 device ata device atadisk # ATA disk drives device atapicd # ATAPI CDROM drives device atapicam # emulate ATAPI devices as SCSI ditto via CAM options ATA_STATIC_ID #Static device numbering # SCSI Controllers device ahc # AHA2940 and onboard AIC7xxx devices options AHC_ALLOW_MEMIO # SCSI peripherals device scbus # SCSI bus (required) #device da # Direct Access (disks) device sa # Sequential Access (tape etc) device pass # Passthrough device (direct SCSI access) device pt # # atkbdc0 controls both the keyboard and the PS/2 mouse device atkbdc0 at isa? port IO_KBD device atkbd0 at atkbdc? irq 1 flags 0x1 device psm0 at atkbdc? irq 12 device vga0 at isa? # splash screen/screen saver pseudo-device splash # syscons is the default console driver, resembling an SCO console device sc0 at isa? flags 0x100 options MAXCONS=4 # number of virtual consoles options VESA makeoptions SC_DFLT_FONT=german.iso options SC_HISTORY_SIZE=512 # number of history buffer lines # Floating point support - do not disable. device npx0 at nexus? port IO_NPX irq 13 # Serial (COM) ports device sio0 at isa? port IO_COM1 flags 0x10 irq 4 # Parallel port #device ppc0 at isa? irq 7 #device ppbus # Parallel port bus (required) #device lpt # Printer #device ppi # Parallel port interface device device miibus # MII bus support device fxp # Intel EtherExpress PRO/100B (82557, 82558) device pcm # SOUND # USB support device uhci # UHCI PCI->USB interface device ohci # OHCI PCI->USB interface device usb # USB Bus (required) device ugen # Generic device uhid # "Human Interface Devices" device ulpt # Printer #device umass # Disks/Mass storage - Requires scbus and da device ums # Mouse device uscanner # Scanners # Pseudo devices - the number indicates how many units to allocate. pseudo-device loop # Network loopback pseudo-device ether # Ethernet support pseudo-device pty # Pseudo-ttys (telnet etc) pseudo-device md # Memory "disks" pseudo-device bpf #Berkeley packet filter pseudo-device vn #Vnode driver (turns a file into a device) pseudo-device md #Memory/malloc disk pseudo-device snp 3 #Snoop device - to look at pty/vty/etc.. >How-To-Repeat: mount /tmp as memfs with soft-updates enabled in single user mode. root# umount /tmp root# vi /etc/fstab /dev/ad0s2b /tmp mfs rw,-U 0 0 root# mount /tmp Wait for about 10 seconds ... -> panic >Fix: No patch or workaround. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sat Apr 12 09:52:05 2003 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 3DD9637B405; Sat, 12 Apr 2003 09:52:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D017E43F75; Sat, 12 Apr 2003 09:52:04 -0700 (PDT) (envelope-from ceri@FreeBSD.org) Received: from freefall.freebsd.org (ceri@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h3CGq4Up005281; Sat, 12 Apr 2003 09:52:04 -0700 (PDT) (envelope-from ceri@freefall.freebsd.org) Received: (from ceri@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h3CGq4Tv005277; Sat, 12 Apr 2003 09:52:04 -0700 (PDT) Date: Sat, 12 Apr 2003 09:52:04 -0700 (PDT) From: Ceri Davies Message-Id: <200304121652.h3CGq4Tv005277@freefall.freebsd.org> To: andreas@FreeBSD.org, ceri@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/50861: kernel panic if mounting /tmp as mfs with soft-updates (-U) 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: Sat, 12 Apr 2003 16:52:05 -0000 Synopsis: kernel panic if mounting /tmp as mfs with soft-updates (-U) State-Changed-From-To: open->closed State-Changed-By: ceri State-Changed-When: Sat Apr 12 09:51:39 PDT 2003 State-Changed-Why: Duplicate of kern/50856. http://www.freebsd.org/cgi/query-pr.cgi?pr=50861 From owner-freebsd-bugs@FreeBSD.ORG Sat Apr 12 10:20:09 2003 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 5EACB37B401 for ; Sat, 12 Apr 2003 10:20:09 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E881143F75 for ; Sat, 12 Apr 2003 10:20:08 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h3CHK8Up013806 for ; Sat, 12 Apr 2003 10:20:08 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h3CHK8o7013805; Sat, 12 Apr 2003 10:20:08 -0700 (PDT) Date: Sat, 12 Apr 2003 10:20:08 -0700 (PDT) Message-Id: <200304121720.h3CHK8o7013805@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Mark Kettenis Subject: Re: kern/44010: [PATCH] SIGCONT isn't reported for traced processes X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Mark Kettenis List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Apr 2003 17:20:09 -0000 The following reply was made to PR kern/44010; it has been noted by GNATS. From: Mark Kettenis To: freebsd-gnats-submit@FreeBSD.org, kettenis@chello.nl Cc: Subject: Re: kern/44010: [PATCH] SIGCONT isn't reported for traced processes Date: Sat, 12 Apr 2003 19:12:13 +0200 (CEST) This bug has been fixed, presumably since revision 1.211 of /usr/src/sys/kern/ker_sig.c. Feel free to close this bug report. Mark From owner-freebsd-bugs@FreeBSD.ORG Sat Apr 12 10:40:19 2003 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 785CD37B401 for ; Sat, 12 Apr 2003 10:40:19 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 524C943FBF for ; Sat, 12 Apr 2003 10:40:18 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h3CHeIUp018916 for ; Sat, 12 Apr 2003 10:40:18 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h3CHeIuS018915; Sat, 12 Apr 2003 10:40:18 -0700 (PDT) Resent-Date: Sat, 12 Apr 2003 10:40:18 -0700 (PDT) Resent-Message-Id: <200304121740.h3CHeIuS018915@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, Eugene Grosbein Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 65AE137B401 for ; Sat, 12 Apr 2003 10:36:00 -0700 (PDT) Received: from grosbein.pp.ru (www2.svzserv.kemerovo.su [213.184.65.86]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3388843FB1 for ; Sat, 12 Apr 2003 10:35:54 -0700 (PDT) (envelope-from eugen@grosbein.pp.ru) Received: from grosbein.pp.ru (smmsp@localhost [127.0.0.1]) by grosbein.pp.ru (8.12.9/8.12.7) with ESMTP id h3CHZ77a018623 for ; Sun, 13 Apr 2003 01:35:07 +0800 (KRAST) (envelope-from eugen@grosbein.pp.ru) Received: (from eugen@localhost) by grosbein.pp.ru (8.12.9/8.12.9/Submit) id h3CHVQV5018557; Sun, 13 Apr 2003 01:31:26 +0800 (KRAST) Message-Id: <200304121731.h3CHVQV5018557@grosbein.pp.ru> Date: Sun, 13 Apr 2003 01:31:26 +0800 (KRAST) From: Eugene Grosbein To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: misc/50873: make buildworld cannot handle MAKEOBJDIRPREFIX in some cases X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Eugene Grosbein List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Apr 2003 17:40:19 -0000 >Number: 50873 >Category: misc >Synopsis: make buildworld cannot handle MAKEOBJDIRPREFIX in some cases >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Apr 12 10:40:17 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Eugene Grosbein >Release: FreeBSD 4.8-STABLE i386 >Organization: Svyaz Service JSC >Environment: System: FreeBSD grosbein.pp.ru 4.8-STABLE FreeBSD 4.8-STABLE #3: Sun Apr 6 23:20:11 KRAST 2003 eu@grosbein.pp.ru:/usr/local/obj/usr/local/src/sys/DADV i386 /usr is small and read-only. Sources live in /usr/local/src and /usr/src is symlink for /usr/local/src. >Description: I actively use make.conf to optimize my systems and exclude unneeded parts of system from build (make buildworld). Generally I use /usr/local/obj and my /usr/obj is symlink for /usr/local/obj. It runs Ok and I have no problems with this configuration as soon as I have full collection of sources However, now I need to build another world for another processor so I try to use MAKEOBJDIRPREFIX and buildworld fails. >How-To-Repeat: mkdir ~/hp # I need to build a small world for my HP notebook mkdir /usr/local/smallobj # a space for buildworld cd hp cat >make.conf <Fix: Unknown for me. I'm not familiar with a policy of building CANONICALOBJDIR but can guess that 'make install' should use /usr/local/smallobj/usr/local/src/usr.bin/yacc created by 'make obj' and not /usr/local/smallobj/usr/bin/ Eugene Grosbein >Release-Note: >Audit-Trail: >Unformatted: >>> Rebuilding the temporary build tree -------------------------------------------------------------- rm -rf /usr/local/smallobj/usr/local/src/i386 mkdir -p /usr/local/smallobj/usr/local/src/i386/usr/bin mkdir -p /usr/local/smallobj/usr/local/src/i386/usr/lib/compat/aout mkdir -p /usr/local/smallobj/usr/local/src/i386/usr/games mkdir -p /usr/local/smallobj/usr/local/src/i386/usr/libdata/ldscripts mkdir -p /usr/local/smallobj/usr/local/src/i386/usr/libexec/elf mkdir -p /usr/local/smallobj/usr/local/src/i386/usr/sbin mkdir -p /usr/local/smallobj/usr/local/src/i386/usr/share/misc mkdir -p /usr/local/smallobj/usr/local/src/i386/usr/share/dict mkdir -p /usr/local/smallobj/usr/local/src/i386/usr/share/groff_font/devX100 mkdir -p /usr/local/smallobj/usr/local/src/i386/usr/share/groff_font/devX100-12 mkdir -p /usr/local/smallobj/usr/local/src/i386/usr/share/groff_font/devX75 mkdir -p /usr/local/smallobj/usr/local/src/i386/usr/share/groff_font/devX75-12 mkdir -p /usr/local/smallobj/usr/local/src/i386/usr/share/groff_font/devascii mkdir -p /usr/local/smallobj/usr/local/src/i386/usr/share/groff_font/devcp1047 mkdir -p /usr/local/smallobj/usr/local/src/i386/usr/share/groff_font/devdvi mkdir -p /usr/local/smallobj/usr/local/src/i386/usr/share/groff_font/devhtml mkdir -p /usr/local/smallobj/usr/local/src/i386/usr/share/groff_font/devkoi8-r mkdir -p /usr/local/smallobj/usr/local/src/i386/usr/share/groff_font/devlatin1 mkdir -p /usr/local/smallobj/usr/local/src/i386/usr/share/groff_font/devlbp mkdir -p /usr/local/smallobj/usr/local/src/i386/usr/share/groff_font/devlj4 mkdir -p /usr/local/smallobj/usr/local/src/i386/usr/share/groff_font/devps mkdir -p /usr/local/smallobj/usr/local/src/i386/usr/share/groff_font/devutf8 mkdir -p /usr/local/smallobj/usr/local/src/i386/usr/share/tmac/mdoc mkdir -p /usr/local/smallobj/usr/local/src/i386/usr/share/tmac/mm mkdir -p /usr/local/smallobj/usr/local/src/i386/usr/include/arpa mkdir -p /usr/local/smallobj/usr/local/src/i386/usr/include/dev mkdir -p /usr/local/smallobj/usr/local/src/i386/usr/include/fs mkdir -p /usr/local/smallobj/usr/local/src/i386/usr/include/g++/std mkdir -p /usr/local/smallobj/usr/local/src/i386/usr/include/isc mkdir -p /usr/local/smallobj/usr/local/src/i386/usr/include/isofs mkdir -p /usr/local/smallobj/usr/local/src/i386/usr/include/libmilter mkdir -p /usr/local/smallobj/usr/local/src/i386/usr/include/objc mkdir -p /usr/local/smallobj/usr/local/src/i386/usr/include/openssl mkdir -p /usr/local/smallobj/usr/local/src/i386/usr/include/protocols mkdir -p /usr/local/smallobj/usr/local/src/i386/usr/include/readline mkdir -p /usr/local/smallobj/usr/local/src/i386/usr/include/rpc mkdir -p /usr/local/smallobj/usr/local/src/i386/usr/include/rpcsvc mkdir -p /usr/local/smallobj/usr/local/src/i386/usr/include/security mkdir -p /usr/local/smallobj/usr/local/src/i386/usr/include/ufs ln -sf /usr/local/src/sys /usr/local/smallobj/usr/local/src/i386 -------------------------------------------------------------- >>> stage 1: bootstrap tools -------------------------------------------------------------- cd /usr/local/src; MAKEOBJDIRPREFIX=/usr/local/smallobj/usr/local/src/i386 DESTDIR= INSTALL="sh /usr/local/src/tools/install.sh" make -f Makefile.inc1 -DBOOTSTRAPPING -DNOHTML -DNOINFO -DNOMAN -DNOPIC -DNOPROFILE -DNOSHARED -DNO_WERROR bootstrap-tool s echo "===> usr.bin/yacc"; cd /usr/local/src/usr.bin/yacc; make DIRPRFX=usr.bin/yacc/ obj; make DIRPRFX=usr.bin/yacc/ depend; make DIRPRFX=usr.bin/yacc/ all; make DIRPRFX=usr.bin/yacc/ DESTDIR=/usr/local/smallobj install ===> usr.bin/yacc /usr/local/smallobj/usr/local/src/usr.bin/yacc created for /usr/local/src/usr.bin/yacc sh /usr/local/src/tools/install.sh -s -o root -g wheel -m 555 yacc /usr/local/smallobj/usr/bin sh /usr/local/src/tools/install.sh -o root -g wheel -m 555 yyfix.sh /usr/local/smallobj/usr/bin/yyfix install: /usr/local/smallobj/usr/bin/yyfix: Not a directory *** Error code 71 Stop in /usr/local/src/usr.bin/yacc. *** Error code 1 Stop in /usr/local/src. *** Error code 1 Stop in /usr/local/src. *** Error code 1 Stop in /usr/local/src. I see that it tries to install yacc into nonexistent directory /usr/local/smallobj/usr/bin. Instead, in installs yacc in the existent /usr/local/smallobj/usr and produce file 'bin' here. Then it tries int install yyfix.sh into /usr/local/smallobj/usr/bin/yyfix but /usr/local/smallobj/usr/bin is a file :-) From owner-freebsd-bugs@FreeBSD.ORG Sat Apr 12 10:40:20 2003 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 D03EE37B401 for ; Sat, 12 Apr 2003 10:40:20 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7260043F85 for ; Sat, 12 Apr 2003 10:40:20 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h3CHeJUp018926 for ; Sat, 12 Apr 2003 10:40:19 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h3CHeJoh018925; Sat, 12 Apr 2003 10:40:19 -0700 (PDT) Date: Sat, 12 Apr 2003 10:40:19 -0700 (PDT) Message-Id: <200304121740.h3CHeJoh018925@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Mark Kettenis Subject: Re: kern/44011: [PATCH] PT_CONTINUE, PT_KILL and PT_DETACH are broken X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Mark Kettenis List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Apr 2003 17:40:21 -0000 The following reply was made to PR kern/44011; it has been noted by GNATS. From: Mark Kettenis To: freebsd-gnats-submit@FreeBSD.org, kettenis@chello.nl Cc: Subject: Re: kern/44011: [PATCH] PT_CONTINUE, PT_KILL and PT_DETACH are broken Date: Sat, 12 Apr 2003 19:37:25 +0200 (CEST) Since the patch no longer applies cleanly, I updated it. Here's a version against revision 1.244 of kern_sig.c. I also updated the file at http://members.chello.nl/~m.m.kettenis/FreeBSD/5-current/ptrace.patch I hope somebody can look into this issue. Mark --- /usr/src/sys/kern/kern_sig.c.orig Sat Apr 12 04:54:46 2003 +++ /usr/src/sys/kern/kern_sig.c Sat Apr 12 18:47:41 2003 @@ -1918,7 +1918,6 @@ issignal(td) if (SIGISEMPTY(sigpending)) /* no signal to send */ return (0); sig = sig_ffs(&sigpending); - prop = sigprop(sig); _STOPEVENT(p, S_SIG, sig); @@ -1950,14 +1949,6 @@ issignal(td) PROC_LOCK(p); /* - * If the traced bit got turned off, go back up - * to the top to rescan signals. This ensures - * that p_sig* and ps_sigact are consistent. - */ - if ((p->p_flag & P_TRACED) == 0) - continue; - - /* * If parent wants us to take the signal, * then it will leave it in p->p_xstat; * otherwise we just look for signals again. @@ -1968,6 +1959,14 @@ issignal(td) continue; /* + * If the traced bit got turned off, go back up + * to the top to rescan signals. This ensures + * that p_sig* and ps_sigact are consistent. + */ + if ((p->p_flag & P_TRACED) == 0) + continue; + + /* * Put the new signal into td_siglist. If the * signal is being masked, look for other signals. */ @@ -1976,6 +1975,8 @@ issignal(td) continue; signotify(td); } + + prop = sigprop(sig); /* * Decide whether the signal should be returned. From owner-freebsd-bugs@FreeBSD.ORG Sat Apr 12 10:53:54 2003 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 9556D37B401; Sat, 12 Apr 2003 10:53:54 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 352C343F75; Sat, 12 Apr 2003 10:53:54 -0700 (PDT) (envelope-from maxim@FreeBSD.org) Received: from freefall.freebsd.org (maxim@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h3CHrsUp023946; Sat, 12 Apr 2003 10:53:54 -0700 (PDT) (envelope-from maxim@freefall.freebsd.org) Received: (from maxim@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h3CHrrC1023942; Sat, 12 Apr 2003 10:53:53 -0700 (PDT) Date: Sat, 12 Apr 2003 10:53:53 -0700 (PDT) From: Maxim Konovalov Message-Id: <200304121753.h3CHrrC1023942@freefall.freebsd.org> To: kettenis@chello.nl, maxim@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/44010: [PATCH] SIGCONT isn't reported for traced processes 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: Sat, 12 Apr 2003 17:53:54 -0000 Synopsis: [PATCH] SIGCONT isn't reported for traced processes State-Changed-From-To: open->closed State-Changed-By: maxim State-Changed-When: Sat Apr 12 10:53:08 PDT 2003 State-Changed-Why: Fixed in rev. 1.211 src/sys/kern/kern_sig.c, thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=44010 From owner-freebsd-bugs@FreeBSD.ORG Sat Apr 12 13:44:07 2003 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 C696237B405; Sat, 12 Apr 2003 13:44:07 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5020743FAF; Sat, 12 Apr 2003 13:44:07 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from freefall.freebsd.org (ru@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h3CKi7Up077396; Sat, 12 Apr 2003 13:44:07 -0700 (PDT) (envelope-from ru@freefall.freebsd.org) Received: (from ru@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h3CKi6KH077392; Sat, 12 Apr 2003 13:44:06 -0700 (PDT) Date: Sat, 12 Apr 2003 13:44:06 -0700 (PDT) From: Ruslan Ermilov Message-Id: <200304122044.h3CKi6KH077392@freefall.freebsd.org> To: eugen@grosbein.pp.ru, ru@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/50873: make buildworld cannot handle MAKEOBJDIRPREFIX in some cases 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: Sat, 12 Apr 2003 20:44:08 -0000 Synopsis: make buildworld cannot handle MAKEOBJDIRPREFIX in some cases State-Changed-From-To: open->closed State-Changed-By: ru State-Changed-When: Sat Apr 12 13:42:15 PDT 2003 State-Changed-Why: This is from bsd.obj.mk: # MAKEOBJDIRPREFIX Specifies somewhere other than /usr/obj to root the object # tree. Note: MAKEOBJDIRPREFIX is an *environment* variable # and works properly only if set as an environment variable, # not as a global or command line variable! # # E.g. use `env MAKEOBJDIRPREFIX=/somewhere/obj make' http://www.freebsd.org/cgi/query-pr.cgi?pr=50873 From owner-freebsd-bugs@FreeBSD.ORG Sat Apr 12 13:50:20 2003 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 43AE737B401 for ; Sat, 12 Apr 2003 13:50:20 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59A7643FDD for ; Sat, 12 Apr 2003 13:50:19 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h3CKoGUp077549 for ; Sat, 12 Apr 2003 13:50:16 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h3CKoGdS077548; Sat, 12 Apr 2003 13:50:16 -0700 (PDT) Date: Sat, 12 Apr 2003 13:50:16 -0700 (PDT) Message-Id: <200304122050.h3CKoGdS077548@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Dominic Marks Subject: Re: bin/46830: Make pkg_add respect prefix for dependancies X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Dominic Marks List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Apr 2003 20:50:20 -0000 The following reply was made to PR bin/46830; it has been noted by GNATS. From: Dominic Marks To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: bin/46830: Make pkg_add respect prefix for dependancies Date: Sat, 12 Apr 2003 21:41:19 +0100 Hey, Here is a better patch than the original one. Index: perform.c =================================================================== RCS file: /home/ncvs/src/usr.sbin/pkg_install/add/perform.c,v retrieving revision 1.73 diff -u -r1.73 perform.c --- perform.c 2002/09/03 06:59:33 1.73 +++ perform.c 2003/04/12 20:37:01 @@ -19,7 +19,7 @@ */ #include -__FBSDID("$FreeBSD: src/usr.sbin/pkg_install/add/perform.c,v 1.73 2002/09/03 06:59:33 sobomax Exp $"); +__FBSDID("$FreeBSD: src/usr.sbin/pkg_install/add/perform.c,v 1.57.2.15 2002/09/25 23:22:13 bmah Exp $"); #include #include @@ -68,7 +68,7 @@ char extract_contents[FILENAME_MAX]; char *where_to, *extract; FILE *cfile; - int code; + int code, rv; PackingList p; struct stat sb; int inPlace; @@ -271,7 +271,7 @@ ext = strrchr(pkg_fullname, '.'); if (ext == NULL) - ext = ".tbz"; + ext = ".tgz"; snprintf(path, FILENAME_MAX, "%s/%s%s", getenv("_TOP"), p->name, ext); if (fexists(path)) cp = path; @@ -280,12 +280,19 @@ if (cp) { if (Verbose) printf("Loading it from %s.\n", cp); - if (vsystem("pkg_add %s'%s'", Verbose ? "-v " : "", cp)) { - warnx("autoload of dependency '%s' failed%s", - cp, Force ? " (proceeding anyway)" : "!"); - if (!Force) - ++code; - } + if (Prefix == NULL) { + rv = vsystem("pkg_add %s'%s'", + Verbose ? "-v " : "", cp); + } else { + rv = vsystem("pkg_add %s -p '%s' '%s'", + Verbose ? "-v" : "", Prefix, cp); + } + if (rv) { + warnx("autoload of dependency '%s' failed%s", + cp, Force ? " (proceeding anyway)" : "!"); + if (!Force) + ++code; + } } else { warnx("could not find package %s %s", -- Dominic From owner-freebsd-bugs@FreeBSD.ORG Sat Apr 12 14:10:12 2003 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 67E1E37B404 for ; Sat, 12 Apr 2003 14:10:12 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0AB3543FBF for ; Sat, 12 Apr 2003 14:10:12 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h3CLABUp086135 for ; Sat, 12 Apr 2003 14:10:11 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h3CLABDt086134; Sat, 12 Apr 2003 14:10:11 -0700 (PDT) Date: Sat, 12 Apr 2003 14:10:11 -0700 (PDT) Message-Id: <200304122110.h3CLABDt086134@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Dominic Marks Subject: Re: bin/46830: Make pkg_add respect prefix for dependancies X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Dominic Marks List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Apr 2003 21:10:12 -0000 The following reply was made to PR bin/46830; it has been noted by GNATS. From: Dominic Marks To: freebsd-gnats-submit@freebsd.org, dom@cus.org.uk Cc: Subject: Re: bin/46830: Make pkg_add respect prefix for dependancies Date: Sat, 12 Apr 2003 22:01:33 +0100 Hey, I didn't quite get the diff right last time, forgetting that there are now differences between pkg_add in 4 and 5. Also GNATS seems to have completely lost my first attempt at a followup. Here is a better diff: I'm hoping it will apply cleanly to pkg_add in 4 and 5. Index: perform.c =================================================================== RCS file: /home/ncvs/src/usr.sbin/pkg_install/add/perform.c,v retrieving revision 1.57.2.15 diff -u -3 -p -u -r1.57.2.15 perform.c --- perform.c 25 Sep 2002 23:22:13 -0000 1.57.2.15 +++ perform.c 12 Apr 2003 20:57:03 -0000 @@ -68,7 +68,7 @@ pkg_do(char *pkg) char extract_contents[FILENAME_MAX]; char *where_to, *extract; FILE *cfile; - int code; + int code, rv; PackingList p; struct stat sb; int inPlace; @@ -280,12 +280,19 @@ pkg_do(char *pkg) if (cp) { if (Verbose) printf("Loading it from %s.\n", cp); - if (vsystem("pkg_add %s'%s'", Verbose ? "-v " : "", cp)) { - warnx("autoload of dependency '%s' failed%s", - cp, Force ? " (proceeding anyway)" : "!"); - if (!Force) - ++code; - } + if (Prefix == NULL) { + rv = vsystem("pkg_add %s'%s'", + Verbose ? "-v " : "", cp); + } else { + rv = vsystem("pkg_add %s -p '%s' '%s'", + Verbose ? "-v" : "", Prefix, cp); + } + if (rv) { + warnx("autoload of dependency '%s' failed%s", + cp, Force ? " (proceeding anyway)" : "!"); + if (!Force) + ++code; + } } else { warnx("could not find package %s %s", Thanks, -- Dominic From owner-freebsd-bugs@FreeBSD.ORG Sat Apr 12 14:30:15 2003 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 0A61E37B401 for ; Sat, 12 Apr 2003 14:30:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98E5B43FB1 for ; Sat, 12 Apr 2003 14:30:14 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h3CLUEUp091238 for ; Sat, 12 Apr 2003 14:30:14 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h3CLUEZl091237; Sat, 12 Apr 2003 14:30:14 -0700 (PDT) Date: Sat, 12 Apr 2003 14:30:14 -0700 (PDT) Message-Id: <200304122130.h3CLUEZl091237@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Bob Bishop Subject: Re: kern/50428: [PATCH] typo in aic7xxx_pci.c X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Bob Bishop List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Apr 2003 21:30:15 -0000 The following reply was made to PR kern/50428; it has been noted by GNATS. From: Bob Bishop To: freebsd-gnats-submit@FreeBSD.org, rb@gid.co.uk Cc: Subject: Re: kern/50428: [PATCH] typo in aic7xxx_pci.c Date: Sat, 12 Apr 2003 22:20:00 +0100 The "related PR" referred to above is kern/50427. -- Bob Bishop +44 (0)118 977 4017 rb@gid.co.uk fax +44 (0)118 989 4254 From owner-freebsd-bugs@FreeBSD.ORG Sat Apr 12 15:30:10 2003 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 68B8037B401 for ; Sat, 12 Apr 2003 15:30:10 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9CA943FA3 for ; Sat, 12 Apr 2003 15:30:09 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h3CMU9Up009923 for ; Sat, 12 Apr 2003 15:30:09 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h3CMU9mu009921; Sat, 12 Apr 2003 15:30:09 -0700 (PDT) Date: Sat, 12 Apr 2003 15:30:09 -0700 (PDT) Message-Id: <200304122230.h3CMU9mu009921@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Doug Barton Subject: Re: kern/50807: NFS file locking as client deos not working X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Doug Barton List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Apr 2003 22:30:10 -0000 The following reply was made to PR kern/50807; it has been noted by GNATS. From: Doug Barton To: Bruce Evans Cc: Shao Zhang , FreeBSD-gnats-submit@freebsd.org Subject: Re: kern/50807: NFS file locking as client deos not working Date: Sat, 12 Apr 2003 15:23:50 -0700 (PDT) On Fri, 11 Apr 2003, Bruce Evans wrote: > At least for a -current server and client, one or both rpc.lockd and > rpc.statd enabled here on one or both of the client and server. IIRC, > enabling both on both works but may be more than necessary. rc.conf.5 > is very unclear on the exact servers required. rpc.statd(8) is much more clear. :) Both are required. In -current, using rcNG, you should always get rpc.statd if you ask for rpc.lockd. If that's not happening, we need to fix the scripts, but I'm pretty sure it is actually happening. I'll try to remember to double-check this. Doug -- This .signature sanitized for your protection From owner-freebsd-bugs@FreeBSD.ORG Sat Apr 12 18:40:03 2003 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 2759D37B401; Sat, 12 Apr 2003 18:40:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA87643FBD; Sat, 12 Apr 2003 18:40:02 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h3D1e2Up067807; Sat, 12 Apr 2003 18:40:02 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h3D1e2Ou067803; Sat, 12 Apr 2003 18:40:02 -0700 (PDT) Date: Sat, 12 Apr 2003 18:40:02 -0700 (PDT) From: Kris Kennaway Message-Id: <200304130140.h3D1e2Ou067803@freefall.freebsd.org> To: sem@ciam.ru, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/47145: Port conflict Checking for PKG_INSTALL tools (for 5.0) 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, 13 Apr 2003 01:40:03 -0000 Synopsis: Port conflict Checking for PKG_INSTALL tools (for 5.0) State-Changed-From-To: open->analyzed State-Changed-By: kris State-Changed-When: Sat Apr 12 18:39:52 PDT 2003 State-Changed-Why: Currently undergoing pre-commit testing http://www.freebsd.org/cgi/query-pr.cgi?pr=47145 From owner-freebsd-bugs@FreeBSD.ORG Sat Apr 12 21:50:05 2003 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 7D6F137B401 for ; Sat, 12 Apr 2003 21:50:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F9F543FBD for ; Sat, 12 Apr 2003 21:50:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h3D4o4Up027378 for ; Sat, 12 Apr 2003 21:50:04 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h3D4o4jE027377; Sat, 12 Apr 2003 21:50:04 -0700 (PDT) Resent-Date: Sat, 12 Apr 2003 21:50:04 -0700 (PDT) Resent-Message-Id: <200304130450.h3D4o4jE027377@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, Brian Reid Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 35C7A37B401 for ; Sat, 12 Apr 2003 21:42:49 -0700 (PDT) Received: from dhcp3.waverley.reid.org (dhcp7.waverley.reid.org [192.147.236.157]) by mx1.FreeBSD.org (Postfix) with ESMTP id B975B43F93 for ; Sat, 12 Apr 2003 21:42:48 -0700 (PDT) (envelope-from reid@dhcp3.waverley.reid.org) Received: from dhcp3.waverley.reid.org (localhost [127.0.0.1]) h3C4gr8A003771 for ; Sat, 12 Apr 2003 05:42:54 +0100 (BST) (envelope-from reid@dhcp3.waverley.reid.org) Received: (from reid@localhost) by dhcp3.waverley.reid.org (8.12.8p1/8.12.8/Submit) id h3C4grP8003770; Sat, 12 Apr 2003 05:42:53 +0100 (BST) Message-Id: <200304120442.h3C4grP8003770@dhcp3.waverley.reid.org> Date: Sat, 12 Apr 2003 05:42:53 +0100 (BST) From: Brian Reid To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: i386/50887: MBR on kern.flp fails Compaq MBR validation on 4.5+ X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Brian Reid List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Apr 2003 04:50:05 -0000 >Number: 50887 >Category: i386 >Synopsis: MBR on kern.flp fails Compaq MBR validation on 4.5+ >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Apr 12 21:50:04 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Brian Reid >Release: FreeBSD 4.8-RELEASE i386 >Organization: self >Environment: System: FreeBSD dhcp3.waverley.reid.org 4.8-RELEASE FreeBSD 4.8-RELEASE #0: Mon Mar 31 02:11:00 GMT 2003 root@freebsd-stable.sentex.ca:/usr/obj/usr/src/sys/GENERIC i386 Compaq Deskpro EN 733MHz Pentium III >Description: The floppy disk generated from floppies/kern.flp is not recognized as having a valid MBR unless the BIOS option "Verify MBR" is disabled. Earlier 2.* and 3.* boot.flp disks that I tested worked fine. 4.7 and 4.8 both fail. >How-To-Repeat: Get a Deskpro EN and try to boot from a floppy derived from kern.flp. It might fail on other Compaq models, too. >Fix: The right fix would be to figure out why the Compaq BIOS is rejecting the MBR on that disk, and make it look like a legal MBR. An obvious intermediate fix is to go into Setup and disable the "verify MBR" option under "Advanced". But I must confess I didn't figure that out until I had ripped the machine apart and added a CD ROM dangling by its IDE cable to do the actual install. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sat Apr 12 21:50:16 2003 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 A0CA337B40D; Sat, 12 Apr 2003 21:50:16 -0700 (PDT) Received: from grosbein.pp.ru (D00015.dialonly.kemerovo.su [213.184.66.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB12443FD7; Sat, 12 Apr 2003 21:50:10 -0700 (PDT) (envelope-from eugen@grosbein.pp.ru) Received: from grosbein.pp.ru (smmsp@localhost [127.0.0.1]) by grosbein.pp.ru (8.12.9/8.12.7) with ESMTP id h3D4o4uL006890; Sun, 13 Apr 2003 12:50:04 +0800 (KRAST) (envelope-from eugen@grosbein.pp.ru) Received: (from eugen@localhost) by grosbein.pp.ru (8.12.9/8.12.9/Submit) id h3D4nZGV005258; Sun, 13 Apr 2003 12:49:35 +0800 (KRAST) Date: Sun, 13 Apr 2003 12:49:35 +0800 From: Eugene Grosbein To: Ruslan Ermilov Message-ID: <20030413124935.A392@grosbein.pp.ru> References: <200304122044.h3CKi6KH077392@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200304122044.h3CKi6KH077392@freefall.freebsd.org>; from ru@FreeBSD.org on Sat, Apr 12, 2003 at 01:44:06PM -0700 cc: freebsd-bugs@FreeBSD.org Subject: Re: misc/50873: make buildworld cannot handle MAKEOBJDIRPREFIX in some cases 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, 13 Apr 2003 04:50:16 -0000 On Sat, Apr 12, 2003 at 01:44:06PM -0700, Ruslan Ermilov wrote: > This is from bsd.obj.mk: > > # MAKEOBJDIRPREFIX Specifies somewhere other than /usr/obj to root the object > # tree. Note: MAKEOBJDIRPREFIX is an *environment* variable > # and works properly only if set as an environment variable, > # not as a global or command line variable! > # > # E.g. use `env MAKEOBJDIRPREFIX=/somewhere/obj make' > > http://www.freebsd.org/cgi/query-pr.cgi?pr=50873 Oh, ugh... Thanks! Is this documented somewhere other than in source? Eugene Grosbein From owner-freebsd-bugs@FreeBSD.ORG Sat Apr 12 22:00:29 2003 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 4EBDF37B401 for ; Sat, 12 Apr 2003 22:00:29 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3F1D43FBD for ; Sat, 12 Apr 2003 22:00:28 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h3D50SUp029877 for ; Sat, 12 Apr 2003 22:00:28 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h3D50S1f029875; Sat, 12 Apr 2003 22:00:28 -0700 (PDT) Date: Sat, 12 Apr 2003 22:00:28 -0700 (PDT) Message-Id: <200304130500.h3D50S1f029875@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Bruce Evans Subject: Re: kern/50807: NFS file locking as client deos not working X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Bruce Evans List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Apr 2003 05:00:29 -0000 The following reply was made to PR kern/50807; it has been noted by GNATS. From: Bruce Evans To: Doug Barton Cc: Shao Zhang , "" Subject: Re: kern/50807: NFS file locking as client deos not working Date: Sun, 13 Apr 2003 14:56:46 +1000 (EST) [Another copy for gnats.] On Sat, 12 Apr 2003, Doug Barton wrote: > > At least for a -current server and client, one or both rpc.lockd and > > rpc.statd enabled here on one or both of the client and server. IIRC, > > enabling both on both works but may be more than necessary. rc.conf.5 > > is very unclear on the exact servers required. > > rpc.statd(8) is much more clear. :) I think it is only clear if you don't need to read it to know what it does. > Both are required. In -current, using > rcNG, you should always get rpc.statd if you ask for rpc.lockd. If that's > not happening, we need to fix the scripts, but I'm pretty sure it is > actually happening. I'll try to remember to double-check this. I use -uncurrent and rc_ng="NO" :-). rc_ng doesn't seem to be any different from rc_og here. There are separate knobs for rpc.lockd and rpc.statd, and both rc.network and rc.d/nfslocking honor the (apparently independent) configured settings for both. Neither rc_ng nor rc_og is fully bug-for-bug compatible with rc.conf.5 which says that these variables are only used for nfs servers. The man page was correct before rev.1.143 of rc.network. Bruce From owner-freebsd-bugs@FreeBSD.ORG Sat Apr 12 22:45:23 2003 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 F261337B401; Sat, 12 Apr 2003 22:45:22 -0700 (PDT) Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id A693E43F3F; Sat, 12 Apr 2003 22:45:21 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from katana.zip.com.au (katana.zip.com.au [61.8.7.246]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id OAA22952; Sun, 13 Apr 2003 14:54:56 +1000 Date: Sun, 13 Apr 2003 14:54:55 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Doug Barton In-Reply-To: <200304122230.h3CMU9mu009921@freefall.freebsd.org> Message-ID: <20030413143620.R5630@gamplex.bde.org> References: <200304122230.h3CMU9mu009921@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-bugs@freebsd.org Subject: Re: kern/50807: NFS file locking as client deos not working 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, 13 Apr 2003 05:45:23 -0000 On Sat, 12 Apr 2003, Doug Barton wrote: > > At least for a -current server and client, one or both rpc.lockd and > > rpc.statd enabled here on one or both of the client and server. IIRC, > > enabling both on both works but may be more than necessary. rc.conf.5 > > is very unclear on the exact servers required. > > rpc.statd(8) is much more clear. :) I think it is only clear if you don't need to read it to know what it does. > Both are required. In -current, using > rcNG, you should always get rpc.statd if you ask for rpc.lockd. If that's > not happening, we need to fix the scripts, but I'm pretty sure it is > actually happening. I'll try to remember to double-check this. I use -uncurrent and rc_ng="NO" :-). rc_ng doesn't seem to be any different from rc_og here. There are separate knobs for rpc.lockd and rpc.statd, and both rc.network and rc.d/nfslocking honor the (apparently independent) configured settings for both. Neither rc_ng nor rc_og is fully bug-for-bug compatible with rc.conf.5 which says that these variables are only used for nfs servers. The man page was correct before rev.1.143 of rc.network. Bruce