From owner-freebsd-bugs@FreeBSD.ORG Sun Jun 11 08:10:20 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4CB2016A41B for ; Sun, 11 Jun 2006 08:10:20 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8D5343D45 for ; Sun, 11 Jun 2006 08:10:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5B8AJuc093688 for ; Sun, 11 Jun 2006 08:10:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5B8AJvV093684; Sun, 11 Jun 2006 08:10:19 GMT (envelope-from gnats) Resent-Date: Sun, 11 Jun 2006 08:10:19 GMT Resent-Message-Id: <200606110810.k5B8AJvV093684@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 Sergienko Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1DF1A16A418 for ; Sun, 11 Jun 2006 08:01:12 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83F6743D48 for ; Sun, 11 Jun 2006 08:01:11 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k5B81BMY060142 for ; Sun, 11 Jun 2006 08:01:11 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k5B81B9E060141; Sun, 11 Jun 2006 08:01:11 GMT (envelope-from nobody) Message-Id: <200606110801.k5B81B9E060141@www.freebsd.org> Date: Sun, 11 Jun 2006 08:01:11 GMT From: Dmitry Sergienko To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: kern/98799: fastforwarding routes packets to network ip address X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jun 2006 08:10:20 -0000 >Number: 98799 >Category: kern >Synopsis: fastforwarding routes packets to network ip address >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Jun 11 08:10:18 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Dmitry Sergienko >Release: 6.1-PRERELEASE >Organization: Trifle Co., Ltd. >Environment: FreeBSD sprinter.apex.dp.ua 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #4: Fri Feb 17 00:03:43 EET 2006 root@sprinter.apex.dp.ua:/usr/obj/usr/src/sys/SPRINTER i386 >Description: When enabling net.inet.ip.fastforwarding any ip packet (i.e. ping) to network ip address is being forwarded to broadcast MAC address. em0: flags=8843 mtu 1500 options=1b inet 172.16.128.33 netmask 0xfffffff8 broadcast 172.16.128.39 ether 00:0e:0c:a8:50:a3 media: Ethernet autoselect (1000baseTX ) status: active vlan0: flags=8843 mtu 1500 inet 172.16.128.78 netmask 0xffffffe0 broadcast 172.16.128.95 ether 00:0e:0c:a8:50:a3 media: Ethernet autoselect (1000baseTX ) status: active vlan: 2 parent interface: em0 # arp -n 172.16.128.32 ? (172.16.128.32) at ff:ff:ff:ff:ff:ff on em0 permanent [ethernet] and now we send ping from 172.16.128.88 to 172.16.128.32: # tcpdump -nepi em0 icmp 19:00:09.957790 00:15:f2:5c:58:31 > 00:0e:0c:a8:50:a3, ethertype IPv4 (0x0800), length 98: 172.16.128.88 > 172.16.128.32: ICMP echo request, id 57092, seq 0, length 64 19:00:09.957798 00:0e:0c:a8:50:a3 > ff:ff:ff:ff:ff:ff, ethertype IPv4 (0x0800), length 98: 172.16.128.88 > 172.16.128.32: ICMP echo request, id 57092, seq 0, length 64 When fastforwarding is off no packet to broadcast MAC address is being forwarded: # sysctl net.inet.ip.fastforwarding=0 net.inet.ip.fastforwarding: 1 -> 0 # tcpdump -nepi em0 icmp tcpdump: verbose output suppressed, use -v or -vv for full protocol decode listening on em0, link-type EN10MB (Ethernet), capture size 96 bytes ^C 0 packets captured 626434 packets received by filter 0 packets dropped by kernel Below is a dump of sysctl net.inet variables: net.inet.ip.portrange.randomtime: 45 net.inet.ip.portrange.randomcps: 10 net.inet.ip.portrange.randomized: 1 net.inet.ip.portrange.reservedlow: 0 net.inet.ip.portrange.reservedhigh: 1023 net.inet.ip.portrange.hilast: 65535 net.inet.ip.portrange.hifirst: 49152 net.inet.ip.portrange.last: 65535 net.inet.ip.portrange.first: 49152 net.inet.ip.portrange.lowlast: 600 net.inet.ip.portrange.lowfirst: 1023 net.inet.ip.forwarding: 1 net.inet.ip.redirect: 1 net.inet.ip.ttl: 64 net.inet.ip.rtexpire: 3600 net.inet.ip.rtminexpire: 10 net.inet.ip.rtmaxcache: 128 net.inet.ip.sourceroute: 0 net.inet.ip.intr_queue_maxlen: 50 net.inet.ip.intr_queue_drops: 10106094 net.inet.ip.accept_sourceroute: 0 net.inet.ip.keepfaith: 0 net.inet.ip.gifttl: 30 net.inet.ip.same_prefix_carp_only: 0 net.inet.ip.subnets_are_local: 0 net.inet.ip.dummynet.debug: 0 net.inet.ip.dummynet.red_max_pkt_size: 1500 net.inet.ip.dummynet.red_avg_pkt_size: 512 net.inet.ip.dummynet.red_lookup_depth: 256 net.inet.ip.dummynet.max_chain_len: 16 net.inet.ip.dummynet.expire: 1 net.inet.ip.dummynet.search_steps: 430788827 net.inet.ip.dummynet.searches: 430303593 net.inet.ip.dummynet.extract_heap: 16 net.inet.ip.dummynet.ready_heap: 16 net.inet.ip.dummynet.curr_time: 40209021 net.inet.ip.dummynet.hash_size: 64 net.inet.ip.fastforwarding: 0 net.inet.ip.fw.dyn_keepalive: 1 net.inet.ip.fw.dyn_short_lifetime: 5 net.inet.ip.fw.dyn_udp_lifetime: 10 net.inet.ip.fw.dyn_rst_lifetime: 1 net.inet.ip.fw.dyn_fin_lifetime: 1 net.inet.ip.fw.dyn_syn_lifetime: 20 net.inet.ip.fw.dyn_ack_lifetime: 300 net.inet.ip.fw.static_count: 35 net.inet.ip.fw.dyn_max: 4096 net.inet.ip.fw.dyn_count: 0 net.inet.ip.fw.curr_dyn_buckets: 256 net.inet.ip.fw.dyn_buckets: 256 net.inet.ip.fw.verbose_limit: 100 net.inet.ip.fw.verbose: 1 net.inet.ip.fw.debug: 1 net.inet.ip.fw.one_pass: 0 net.inet.ip.fw.autoinc_step: 100 net.inet.ip.fw.enable: 1 net.inet.ip.maxfragpackets: 1056 net.inet.ip.maxfragsperpacket: 16 net.inet.ip.fragpackets: 0 net.inet.ip.check_interface: 0 net.inet.ip.random_id: 0 net.inet.ip.sendsourcequench: 0 net.inet.ip.process_options: 1 net.inet.icmp.maskrepl: 0 net.inet.icmp.icmplim: 200 net.inet.icmp.bmcastecho: 0 net.inet.icmp.reply_src: net.inet.icmp.icmplim_output: 1 net.inet.icmp.log_redirect: 0 net.inet.icmp.drop_redirect: 0 net.inet.icmp.maskfake: 0 net.inet.tcp.rfc1323: 1 net.inet.tcp.mssdflt: 512 net.inet.tcp.keepidle: 7200000 net.inet.tcp.keepintvl: 75000 net.inet.tcp.sendspace: 32768 net.inet.tcp.recvspace: 65536 net.inet.tcp.keepinit: 75000 net.inet.tcp.delacktime: 100 net.inet.tcp.hostcache.purge: 0 net.inet.tcp.hostcache.expire: 3600 net.inet.tcp.hostcache.count: 13 net.inet.tcp.hostcache.bucketlimit: 30 net.inet.tcp.hostcache.hashsize: 512 net.inet.tcp.hostcache.cachelimit: 15360 net.inet.tcp.reass.overflows: 0 net.inet.tcp.reass.maxqlen: 48 net.inet.tcp.reass.cursegments: 0 net.inet.tcp.reass.maxsegments: 2112 net.inet.tcp.insecure_rst: 0 net.inet.tcp.rfc3390: 1 net.inet.tcp.rfc3042: 1 net.inet.tcp.drop_synfin: 0 net.inet.tcp.delayed_ack: 1 net.inet.tcp.blackhole: 0 net.inet.tcp.log_in_vain: 0 net.inet.tcp.newreno: 1 net.inet.tcp.local_slowstart_flightsize: 4 net.inet.tcp.slowstart_flightsize: 1 net.inet.tcp.path_mtu_discovery: 1 net.inet.tcp.sack.globalholes: 0 net.inet.tcp.sack.globalmaxholes: 65536 net.inet.tcp.sack.maxholes: 128 net.inet.tcp.sack.enable: 1 net.inet.tcp.inflight.stab: 20 net.inet.tcp.inflight.max: 1073725440 net.inet.tcp.inflight.min: 6144 net.inet.tcp.inflight.debug: 0 net.inet.tcp.inflight.enable: 1 net.inet.tcp.isn_reseed_interval: 0 net.inet.tcp.icmp_may_rst: 1 net.inet.tcp.pcbcount: 111 net.inet.tcp.do_tcpdrain: 1 net.inet.tcp.tcbhashsize: 512 net.inet.tcp.minmssoverload: 0 net.inet.tcp.minmss: 216 net.inet.tcp.syncache.rexmtlimit: 3 net.inet.tcp.syncache.hashsize: 512 net.inet.tcp.syncache.count: 0 net.inet.tcp.syncache.cachelimit: 15359 net.inet.tcp.syncache.bucketlimit: 30 net.inet.tcp.syncookies: 1 net.inet.tcp.always_keepalive: 1 net.inet.tcp.rexmit_slop: 200 net.inet.tcp.rexmit_min: 30 net.inet.tcp.msl: 30000 net.inet.udp.checksum: 1 net.inet.udp.maxdgram: 9216 net.inet.udp.recvspace: 41600 net.inet.udp.strict_mcast_mship: 0 net.inet.udp.blackhole: 0 net.inet.udp.log_in_vain: 0 net.inet.raw.recvspace: 8192 net.inet.raw.maxdgram: 8192 net.inet.accf.unloadable: 0 >How-To-Repeat: >Fix: Workaround is to disable fastforwarding. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sun Jun 11 09:02:41 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0468B16A41F; Sun, 11 Jun 2006 09:02:41 +0000 (UTC) (envelope-from gnn@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B262843D46; Sun, 11 Jun 2006 09:02:40 +0000 (GMT) (envelope-from gnn@FreeBSD.org) Received: from freefall.freebsd.org (gnn@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5B92efP097236; Sun, 11 Jun 2006 09:02:40 GMT (envelope-from gnn@freefall.freebsd.org) Received: (from gnn@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5B92el1097232; Sun, 11 Jun 2006 09:02:40 GMT (envelope-from gnn) Date: Sun, 11 Jun 2006 09:02:40 GMT From: "George V. Neville-Neil" Message-Id: <200606110902.k5B92el1097232@freefall.freebsd.org> To: gnn@FreeBSD.org, freebsd-bugs@FreeBSD.org, gnn@freebsd.org Cc: Subject: Re: kern/95957: [netinet6] [patch] missing check for failed memory alloc in icmp6_input() X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jun 2006 09:02:41 -0000 Synopsis: [netinet6] [patch] missing check for failed memory alloc in icmp6_input() Responsible-Changed-From-To: freebsd-bugs->gnn@freebsd.org Responsible-Changed-By: gnn Responsible-Changed-When: Sun Jun 11 09:01:59 UTC 2006 Responsible-Changed-Why: Took PR for inspection and resolution. http://www.freebsd.org/cgi/query-pr.cgi?pr=95957 From owner-freebsd-bugs@FreeBSD.ORG Sun Jun 11 12:20:17 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 04E8E16A41F for ; Sun, 11 Jun 2006 12:20:17 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4ADFE43D49 for ; Sun, 11 Jun 2006 12:20:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5BCKGDC007490 for ; Sun, 11 Jun 2006 12:20:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5BCKG4N007489; Sun, 11 Jun 2006 12:20:16 GMT (envelope-from gnats) Resent-Date: Sun, 11 Jun 2006 12:20:16 GMT Resent-Message-Id: <200606111220.k5BCKG4N007489@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Daniel J. O'Connor" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF9E116A41B for ; Sun, 11 Jun 2006 12:17:34 +0000 (UTC) (envelope-from darius@midget.dons.net.au) Received: from smtp3.adl2.internode.on.net (smtp3.adl2.internode.on.net [203.16.214.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7E8A43D46 for ; Sun, 11 Jun 2006 12:17:33 +0000 (GMT) (envelope-from darius@midget.dons.net.au) Received: from midget.dons.net.au (ppp227-239.lns2.adl4.internode.on.net [203.122.227.239]) by smtp3.adl2.internode.on.net (8.13.6/8.13.5) with ESMTP id k5BCHVeT040036 for ; Sun, 11 Jun 2006 21:47:32 +0930 (CST) (envelope-from darius@midget.dons.net.au) Received: from midget.dons.net.au (localhost [127.0.0.1]) by midget.dons.net.au (8.13.4/8.13.6) with ESMTP id k5BCHUmb025295 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sun, 11 Jun 2006 21:47:30 +0930 (CST) (envelope-from darius@midget.dons.net.au) Received: (from darius@localhost) by midget.dons.net.au (8.13.4/8.13.6/Submit) id k5BCHTeT025294; Sun, 11 Jun 2006 21:47:29 +0930 (CST) (envelope-from darius) Message-Id: <200606111217.k5BCHTeT025294@midget.dons.net.au> Date: Sun, 11 Jun 2006 21:47:29 +0930 (CST) From: "Daniel J. O'Connor" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: kern/98804: VIA V-RAID metadata mis-read X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Daniel J. O'Connor" List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jun 2006 12:20:17 -0000 >Number: 98804 >Category: kern >Synopsis: VIA V-RAID metadata mis-read >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 Jun 11 12:20:15 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Daniel J. O'Connor >Release: FreeBSD 6.1-STABLE i386 >Organization: >Environment: System: FreeBSD midget.dons.net.au 6.1-STABLE FreeBSD 6.1-STABLE #1: Sun Jun 11 08:43:05 CST 2006 darius@midget.dons.net.au:/usr/obj/usr/src/sys/MIDGET i386 MSI K8MMV with the K8T800 & VT8237R chipset. >Description: I created a RAID1 array with 2 SATA disks in the BIOS and then booted into FreeBSD which thought it had a few extra disks (but works fine). [midget 21:46] ~ >sudo atacontrol status ar0 ar0: ATA RAID1 subdisks: ad0 ad1 DOWN DOWN DOWN DOWN DOWN DOWN status: READY I did boot verbose earlier and found that the dump of the metadata descriptor showed non-zero disk IDs in all slots (that wasn't logged but I can reboot if you need it) >How-To-Repeat: >Fix: Unsure, it IS just cosmetic but it may not be for other RAID types (eg RAID0 or RAID5). >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sun Jun 11 12:40:16 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BFB4116A41B for ; Sun, 11 Jun 2006 12:40:16 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D45F243D49 for ; Sun, 11 Jun 2006 12:40:15 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5BCeFTF009650 for ; Sun, 11 Jun 2006 12:40:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5BCeFXQ009649; Sun, 11 Jun 2006 12:40:15 GMT (envelope-from gnats) Resent-Date: Sun, 11 Jun 2006 12:40:15 GMT Resent-Message-Id: <200606111240.k5BCeFXQ009649@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, Johannes Weiner Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 73B2F16A41B for ; Sun, 11 Jun 2006 12:33:45 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E98743D46 for ; Sun, 11 Jun 2006 12:33:45 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k5BCXjR5083433 for ; Sun, 11 Jun 2006 12:33:45 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k5BCXj23083432; Sun, 11 Jun 2006 12:33:45 GMT (envelope-from nobody) Message-Id: <200606111233.k5BCXj23083432@www.freebsd.org> Date: Sun, 11 Jun 2006 12:33:45 GMT From: Johannes Weiner To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: misc/98805: ddate for BSD X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jun 2006 12:40:16 -0000 >Number: 98805 >Category: misc >Synopsis: ddate for BSD >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jun 11 12:40:15 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Johannes Weiner >Release: >Organization: >Environment: FreeBSD leiferikson.flosken.lan 6.1-STABLE FreeBSD 6.1-STABLE #0: Thu Jun 8 16:22:15 CEST 2006 root@leiferikson.flosken.lan:/usr/obj/usr/src/sys/DISCORD i386 >Description: I've rewritten ddate, as found in util-linux, from scratch and licensed it under the BSD license. Its code is simple, small and functional and I would be glad if it could go into the main tree together with games like fortune. Current version is here: http://hnaz.ath.cx/download/ddate4bsd-0.1.c >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sun Jun 11 14:20:15 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B3B916A47B for ; Sun, 11 Jun 2006 14:20:15 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE98043D49 for ; Sun, 11 Jun 2006 14:20:13 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5BEKDoR015308 for ; Sun, 11 Jun 2006 14:20:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5BEKDXB015307; Sun, 11 Jun 2006 14:20:13 GMT (envelope-from gnats) Resent-Date: Sun, 11 Jun 2006 14:20:13 GMT Resent-Message-Id: <200606111420.k5BEKDXB015307@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, Rui Lopes Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BAFD316A418 for ; Sun, 11 Jun 2006 14:17:25 +0000 (UTC) (envelope-from rgl@firebird.clustercube.com) Received: from firebird.clustercube.com (firebird.clustercube.com [72.21.32.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A0DA43D45 for ; Sun, 11 Jun 2006 14:17:25 +0000 (GMT) (envelope-from rgl@firebird.clustercube.com) Received: by firebird.clustercube.com (Postfix, from userid 1010) id 4F327450DA; Sun, 11 Jun 2006 15:17:25 +0100 (WEST) Message-Id: <20060611141725.4F327450DA@firebird.clustercube.com> Date: Sun, 11 Jun 2006 15:17:25 +0100 (WEST) From: Rui Lopes To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: misc/98813: [PATCH] fix monetary decimal point on pt_PT.ISO8859-1 locale X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Rui Lopes List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jun 2006 14:20:15 -0000 >Number: 98813 >Category: misc >Synopsis: [PATCH] fix monetary decimal point on pt_PT.ISO8859-1 locale >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Jun 11 14:20:13 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Rui Lopes >Release: FreeBSD 6.0-STABLE i386 >Organization: >Environment: >Description: The monetary decimal point (mon_decimal_point) defined at the /usr/src/share/monetdef/pt_PT.ISO8859-1.src locale should be a comma (,) and not a dot (.). >How-To-Repeat: >Fix: --- pt_PT.ISO8859-1.src.patch begins here --- --- pt_PT.ISO8859-1.src.orig Sun Jun 11 11:59:49 2006 +++ pt_PT.ISO8859-1.src Sun Jun 11 11:59:59 2006 @@ -7,8 +7,8 @@ EUR # currency_symbol Eu -# mon_decimal_point (possibly incorrect for pt_PT) -. +# mon_decimal_point +, # mon_thousands_sep . # mon_grouping, separated by ; --- pt_PT.ISO8859-1.src.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sun Jun 11 14:46:36 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D66016A41B; Sun, 11 Jun 2006 14:46:36 +0000 (UTC) (envelope-from simon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8D6C43D48; Sun, 11 Jun 2006 14:46:35 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from freefall.freebsd.org (simon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5BEkZrb018252; Sun, 11 Jun 2006 14:46:35 GMT (envelope-from simon@freefall.freebsd.org) Received: (from simon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5BEkZvA018248; Sun, 11 Jun 2006 14:46:35 GMT (envelope-from simon) Date: Sun, 11 Jun 2006 14:46:35 GMT From: "Simon L. Nielsen" Message-Id: <200606111446.k5BEkZvA018248@freefall.freebsd.org> To: rgl@ruilopes.com, simon@FreeBSD.org, freebsd-bugs@FreeBSD.org, simon@FreeBSD.org Cc: Subject: Re: misc/98813: [PATCH] fix monetary decimal point on pt_PT.ISO8859-1 locale X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jun 2006 14:46:36 -0000 Synopsis: [PATCH] fix monetary decimal point on pt_PT.ISO8859-1 locale State-Changed-From-To: open->patched State-Changed-By: simon State-Changed-When: Sun Jun 11 14:45:47 UTC 2006 State-Changed-Why: Committed to -CURRENT, thanks for the submission. I will MFC in a week or so. Responsible-Changed-From-To: freebsd-bugs->simon Responsible-Changed-By: simon Responsible-Changed-When: Sun Jun 11 14:45:47 UTC 2006 Responsible-Changed-Why: Committed to -CURRENT, thanks for the submission. I will MFC in a week or so. http://www.freebsd.org/cgi/query-pr.cgi?pr=98813 From owner-freebsd-bugs@FreeBSD.ORG Sun Jun 11 15:30:16 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC55B16A418 for ; Sun, 11 Jun 2006 15:30:16 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 36CA043D48 for ; Sun, 11 Jun 2006 15:30:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5BFUFHj021280 for ; Sun, 11 Jun 2006 15:30:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5BFUFgN021279; Sun, 11 Jun 2006 15:30:15 GMT (envelope-from gnats) Resent-Date: Sun, 11 Jun 2006 15:30:15 GMT Resent-Message-Id: <200606111530.k5BFUFgN021279@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, Rui Lopes Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D71016A418 for ; Sun, 11 Jun 2006 15:30:06 +0000 (UTC) (envelope-from rgl@firebird.clustercube.com) Received: from firebird.clustercube.com (firebird.clustercube.com [72.21.32.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 322BF43D46 for ; Sun, 11 Jun 2006 15:30:04 +0000 (GMT) (envelope-from rgl@firebird.clustercube.com) Received: by firebird.clustercube.com (Postfix, from userid 1010) id 0E182450DA; Sun, 11 Jun 2006 16:30:04 +0100 (WEST) Message-Id: <20060611153004.0E182450DA@firebird.clustercube.com> Date: Sun, 11 Jun 2006 16:30:04 +0100 (WEST) From: Rui Lopes To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: misc/98815: [PATCH] Add euro symbol to pt_PT locale using other encodings X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Rui Lopes List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jun 2006 15:30:16 -0000 >Number: 98815 >Category: misc >Synopsis: [PATCH] Add euro symbol to pt_PT locale using other encodings >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Jun 11 15:30:15 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Rui Lopes >Release: FreeBSD 6.0-STABLE i386 >Organization: >Environment: >Description: Add the euro symbol encoded in ISO-8859-15 and UTF-8 to the pt_PT locale. These files are a verbatin copy of /usr/src/share/monetdef/pt_PT.ISO8859-1.src (after applying PR/98813). NB: You probably will need to change the $FreeBSD$ tag. >How-To-Repeat: >Fix: --- add_LC_MONETARY_for_pt_PT.patch begins here --- diff -ruN monetdef.orig/Makefile monetdef/Makefile --- monetdef.orig/Makefile Fri Mar 4 14:24:29 2005 +++ monetdef/Makefile Sun Jun 11 12:25:26 2006 @@ -51,6 +51,8 @@ pl_PL.UTF-8 \ pt_BR.ISO8859-1 \ pt_PT.ISO8859-1 \ + pt_PT.ISO8859-15 \ + pt_PT.UTF-8 \ ro_RO.ISO8859-2 \ ru_RU.CP1251 \ ru_RU.CP866 \ @@ -102,11 +104,11 @@ ISO8859-1_ISO8859-1= es_ES:eu_ES de_CH:fr_CH de_CH:it_CH ISO8859-1_ISO8859-15= af_ZA ca_ES da_DK de_AT de_CH de_DE en_AU en_CA \ en_GB en_NZ en_US es_ES fi_FI fr_BE fr_CA fr_CH fr_FR \ - is_IS it_IT it_CH nl_BE nl_NL no_NO pt_PT sv_SE + is_IS it_IT it_CH nl_BE nl_NL no_NO sv_SE ISO8859-1_US-ASCII= en_AU en_CA en_GB en_NZ en_US ISO8859-1_UTF-8= af_ZA ca_ES da_DK de_AT de_CH de_DE en_AU en_CA en_NZ \ en_US es_ES fi_FI fr_BE fr_CA fr_FR is_IS it_IT nl_BE \ - nl_NL no_NO pt_BR pt_PT sv_SE + nl_NL no_NO pt_BR sv_SE ISO8859-2_UTF-8= hr_HR hu_HU ro_RO sk_SK sl_SI sr_YU ISO8859-7_UTF-8= el_GR ISO8859-9_UTF-8= tr_TR diff -ruN monetdef.orig/pt_PT.ISO8859-15.src monetdef/pt_PT.ISO8859-15.src --- monetdef.orig/pt_PT.ISO8859-15.src Thu Jan 1 01:00:00 1970 +++ monetdef/pt_PT.ISO8859-15.src Sun Jun 11 12:26:50 2006 @@ -0,0 +1,36 @@ +# $FreeBSD: src/share/monetdef/pt_PT.ISO8859-1.src,v 1.2 2002/02/19 18:38:04 phantom Exp $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# int_curr_symbol (last character always SPACE) +EUR +# currency_symbol +¤ +# mon_decimal_point +, +# mon_thousands_sep +. +# mon_grouping, separated by ; +3;3 +# positive_sign + +# negative_sign +- +# int_frac_digits +2 +# frac_digits +2 +# p_cs_precedes +0 +# p_sep_by_space +1 +# n_cs_precedes +0 +# n_sep_by_space +1 +# p_sign_posn +1 +# n_sign_posn +1 +# EOF diff -ruN monetdef.orig/pt_PT.UTF-8.src monetdef/pt_PT.UTF-8.src --- monetdef.orig/pt_PT.UTF-8.src Thu Jan 1 01:00:00 1970 +++ monetdef/pt_PT.UTF-8.src Sun Jun 11 12:24:33 2006 @@ -0,0 +1,36 @@ +# $FreeBSD: src/share/monetdef/pt_PT.ISO8859-1.src,v 1.2 2002/02/19 18:38:04 phantom Exp $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# int_curr_symbol (last character always SPACE) +EUR +# currency_symbol +€ +# mon_decimal_point +, +# mon_thousands_sep +. +# mon_grouping, separated by ; +3;3 +# positive_sign + +# negative_sign +- +# int_frac_digits +2 +# frac_digits +2 +# p_cs_precedes +0 +# p_sep_by_space +1 +# n_cs_precedes +0 +# n_sep_by_space +1 +# p_sign_posn +1 +# n_sign_posn +1 +# EOF --- add_LC_MONETARY_for_pt_PT.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sun Jun 11 15:45:05 2006 Return-Path: X-Original-To: freebsd-bugs@FreeBSD.org Delivered-To: freebsd-bugs@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7BF3616A46F for ; Sun, 11 Jun 2006 15:45:05 +0000 (UTC) (envelope-from dada@pluto.tugraz.at) Received: from mailrelay2.tu-graz.ac.at (mailrelay.tu-graz.ac.at [129.27.2.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id E2FE543D46 for ; Sun, 11 Jun 2006 15:45:04 +0000 (GMT) (envelope-from dada@pluto.tugraz.at) Received: from pluto.tugraz.at (pluto.tu-graz.ac.at [129.27.3.200]) by mailrelay2.tu-graz.ac.at (8.13.6/8.13.6) with ESMTP id k5BFj1A0017143 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 11 Jun 2006 17:45:02 +0200 (CEST) Received: from pluto.tugraz.at (localhost.localdomain [127.0.0.1]) by pluto.tugraz.at (8.13.1/8.13.1) with ESMTP id k5BFj1s8005903; Sun, 11 Jun 2006 17:45:01 +0200 Received: (from dada@localhost) by pluto.tugraz.at (8.13.1/8.13.1/Submit) id k5BFj1gq005902; Sun, 11 Jun 2006 17:45:01 +0200 Date: Sun, 11 Jun 2006 17:45:01 +0200 From: Martin Kammerhofer Message-Id: <200606111545.k5BFj1gq005902@pluto.tugraz.at> To: freebsd-bugs@FreeBSD.org X-Scanned-By: MIMEDefang 2.56 on 129.27.10.19 Cc: Subject: New port: misc/portless get port descriptions w/o much typing X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jun 2006 15:45:05 -0000 >Submitter-Id: current-users >Originator: Martin Kammerhofer >Organization: Graz Uni >Confidential: no >Synopsis: New port: misc/portless get port descriptions w/o much typing >Severity: non-critical >Priority: medium >Category: ports >Class: change-request >Release: FreeBSD 6.1-STABLE i386 >Environment: System: FreeBSD Martin.liebt.Susi 6.1-STABLE FreeBSD 6.1-STABLE #6: Wed Jun 7 12:03:19 CEST 2006 toor@Martin.liebt.Susi:/usr/src/sys/i386/compile/P2B-S i386 >Description: Lightweight and more flexible replacement for misc/portell >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # portless # portless/Makefile # portless/pkg-descr # portless/files # portless/files/portless.1 # portless/files/portless.sh # echo c - portless mkdir -p portless > /dev/null 2>&1 echo x - portless/Makefile sed 's/^X//' >portless/Makefile << 'END-of-portless/Makefile' X# New ports collection makefile for: portless X# Date created: 8 June 2006 X# Whom: Martin Kammerhofer X# X# $FreeBSD$ X# X XPORTNAME= portless XPORTVERSION= 0.1 XCATEGORIES= misc XMASTER_SITES= # empty XDISTFILES= # none XEXTRACT_ONLY= # empty X XMAINTAINER= mkamm@gmx.net XCOMMENT= Quick display of files inside the FreeBSD ports tree X XRUN_DEPENDS= less:${PORTSDIR}/sysutils/less X XNO_BUILD= yes XMAN1= portless.1 XMANCOMPRESSED= no X XPLIST_FILES= bin/portless X Xdo-install: X ${INSTALL_SCRIPT} ${FILESDIR}/portless.sh ${PREFIX}/bin/portless X ${INSTALL_MAN} ${FILESDIR}/portless.1 ${PREFIX}/man/man1 X X.include END-of-portless/Makefile echo x - portless/pkg-descr sed 's/^X//' >portless/pkg-descr << 'END-of-portless/pkg-descr' Xportless is a small shell script which lets FreeBSD users quickly browse Xport descriptions given the port's name or a glob. Basically to view Xthe descriptions of GCC (related) ports you type X portless gcc\* Xand portless will display the descriptions of all gcc* ports. XThere are options to display the postinstall messages or Makefiles instead. X X- Martin Kammerhofer X mkamm@gmx.net END-of-portless/pkg-descr echo c - portless/files mkdir -p portless/files > /dev/null 2>&1 echo x - portless/files/portless.1 sed 's/^X//' >portless/files/portless.1 << 'END-of-portless/files/portless.1' X.\" Copyright (c) 2006 Martin Kammerhofer X.\" All rights reserved. X.\" X.\" Redistribution and use in source and binary forms, with or without X.\" modification, are permitted provided that the following conditions X.\" are met: X.\" 1. Redistributions of source code must retain the above copyright X.\" notice, this list of conditions and the following disclaimer. X.\" 2. Redistributions in binary form must reproduce the above copyright X.\" notice, this list of conditions and the following disclaimer in the X.\" documentation and/or other materials provided with the distribution. X.\" X.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND X.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE X.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE X.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE X.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL X.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS X.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) X.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT X.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY X.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF X.\" SUCH DAMAGE. X.\" X.\" @(#)portless.1,v 1.1 2006/06/08 10:10:56 martin Exp X.\" X.\" Note: The date here should be updated whenever a non-trivial X.\" change is made to the manual page. X.Dd June 8, 2006 X.Dt PORTLESS 1 X.Os X.Sh NAME X.Nm portless X.Nd "quickly browse port descriptions" X.Sh SYNOPSIS X.Nm X.Op Fl dfiMmp X.Op Fl P Ar pager X.Ar portglob... X.Sh DESCRIPTION X.Nm Xlets FreeBSD users quickly browse port descriptions given the port's Xname or a (shell type) glob. X.Pp XThe options are as follows: X.Bl -tag -width ".Fl P Ar pager" X.It Fl d XDisplay the X.Pa pkg-descr Xfile of the port. This is the default. X.It Fl f XTake the X.Ar portglob Xargument literal (not as a shell glob). X.It Fl i XDisplay the X.Pa distinfo Xfile of the port. X.It Fl M XDisplay the X.Pa Makefile Xfile of the port. X.It Fl m XDisplay the X.Pa pkg-message Xfile of the port. X.It Fl p XDisplay the X.Pa pkg-plist Xfile of the port. X.It Fl P Ar pager XUse the X.Ar pager Xprogram to display the files rather than the program specified by the X.Ev PAGER Xenvironment variable or the default of X.Dq Pa less -e X\&. X.El X.Sh ENVIRONMENT XThe X.Nm Xcommand uses the X.Ev PORTSDIR X(default: X.Pa /usr/ports X) and the X.Ev PAGER X(default: X.Dq Pa less -e X) environment variables. X.Sh FILES X.Bl -tag -width ".Pa /usr/ports/*/*/*" -compact X.It Pa /usr/ports/*/*/* X.El X.Sh EXAMPLES XThe following is an example of a typical usage Xof the X.Nm Xcommand: X.Pp X.Dl "portless gcc\e*" X.Sh AUTHOR XThe X.Nm Xutility and this manual page were written by X.An Martin Kammerhofer Aq mkamm@gmx.net . X.\" EOF END-of-portless/files/portless.1 echo x - portless/files/portless.sh sed 's/^X//' >portless/files/portless.sh << 'END-of-portless/files/portless.sh' X#! /bin/sh -- X# (X)Emacs: -*- mode: Shell-Script; coding: iso8859-1; -*- X# @(#)portless.sh,v 1.3 2006/06/08 10:10:56 martin Exp X# Show "pkg-descr" file of matching port(s). X# X# Copyright (c) 2006 Martin Kammerhofer X# All rights reserved. X# Redistribution and use in source and binary forms, with or without X# modification, are permitted provided that the following conditions X# are met: X# 1. Redistributions of source code must retain the above copyright X# notice, this list of conditions and the following disclaimer. X# 2. Redistributions in binary form must reproduce the above copyright X# notice, this list of conditions and the following disclaimer in the X# documentation and/or other materials provided with the distribution. X# X# THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND X# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE X# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE X# ARE DISCLAIMED. IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE X# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL X# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS X# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) X# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT X# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY X# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF X# SUCH DAMAGE. X XScript=`basename $0` # name of this script X X# set defaults Xopt_f="" XPORTSDIR=${PORTSDIR:-/usr/ports} XPAGER=${PAGER=$:-less -e} XPKGDESCR="pkg-descr" X X# print usage message to stderr and exit Xusage() X{ X while [ $# != 0 ]; do X echo >&2 "$Script: $1" X shift X done X echo >&2 "usage: $Script [-dfiMmp] [-P pager] 'portglob'..." X exit 64 # EX_USAGE X} X X# process options Xwhile getopts "D:dfiMmpP:" option X do X case "$option" in X (D) PORTSDIR="$OPTARG";; X (d) PKGDESCR="pkg-descr";; X (f) opt_f="f";; X (i) PKGDESCR="distinfo";; X (M) PKGDESCR="Makefile";; X (m) PKGDESCR="pkg-message";; X (p) PKGDESCR="pkg-plist";; X (P) PAGER="$OPTARG";; X (*) usage;; X esac Xdone Xshift $(($OPTIND - 1)) X X# there must be at least one argument Xif [ $# = 0 ]; then X usage Xfi X X# main Xfor p in "$@"; do X case "$p" in X (*/*/*) X usage "portglob '$p' contains more than one slash!";; X X (*/*) X if [ -n "$opt_f" ]; then X $PAGER "$PORTSDIR/$p/$PKGDESCR" X else X $PAGER "$PORTSDIR"/$p/"$PKGDESCR" X fi;; X X (*) X if [ -n "$opt_f" ]; then X $PAGER "$PORTSDIR"/[a-z]*/"$p/$PKGDESCR" X else X $PAGER "$PORTSDIR"/[a-z]*/$p/"$PKGDESCR" X fi;; X esac Xdone X X#EOF# END-of-portless/files/portless.sh exit From owner-freebsd-bugs@FreeBSD.ORG Sun Jun 11 16:30:17 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8DB0716A49A for ; Sun, 11 Jun 2006 16:30:17 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 85FCF43D6D for ; Sun, 11 Jun 2006 16:30:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5BGUGOX025703 for ; Sun, 11 Jun 2006 16:30:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5BGUGkK025702; Sun, 11 Jun 2006 16:30:16 GMT (envelope-from gnats) Resent-Date: Sun, 11 Jun 2006 16:30:16 GMT Resent-Message-Id: <200606111630.k5BGUGkK025702@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, Harald Schmalzbauer Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 43C9016A418 for ; Sun, 11 Jun 2006 16:24:11 +0000 (UTC) (envelope-from kaeptn@schmalzbauer.de) Received: from flb.schmalzbauer.de (flb.schmalzbauer.de [62.245.232.135]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A53943D48 for ; Sun, 11 Jun 2006 16:24:09 +0000 (GMT) (envelope-from kaeptn@schmalzbauer.de) Received: from sam.flintsbach.schmalzbauer.de (sam.flintsbach.schmalzbauer.de [172.21.2.4]) by flb.schmalzbauer.de (8.13.4/8.13.4) with ESMTP id k5BGP77l006644 for ; Sun, 11 Jun 2006 18:25:07 +0200 (CEST) (envelope-from kaeptn@gune.flintsbach.schmalzbauer.de) Received: from gune.flintsbach.schmalzbauer.de (gune.flintsbach.schmalzbauer.de [172.21.2.1]) by sam.flintsbach.schmalzbauer.de (Postfix) with ESMTP id 5EB27B62D for ; Sun, 11 Jun 2006 18:24:07 +0200 (CEST) Received: from gune.flintsbach.schmalzbauer.de (localhost [127.0.0.1]) by gune.flintsbach.schmalzbauer.de (8.13.6/8.13.6) with ESMTP id k5BGO7ED041362 for ; Sun, 11 Jun 2006 18:24:07 +0200 (CEST) (envelope-from kaeptn@gune.flintsbach.schmalzbauer.de) Received: (from kaeptn@localhost) by gune.flintsbach.schmalzbauer.de (8.13.6/8.13.6/Submit) id k5BGO63R041361; Sun, 11 Jun 2006 18:24:06 +0200 (CEST) (envelope-from kaeptn) Message-Id: <200606111624.k5BGO63R041361@gune.flintsbach.schmalzbauer.de> Date: Sun, 11 Jun 2006 18:24:06 +0200 (CEST) From: Harald Schmalzbauer To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: kern/98831: ipfw has UDP hickups X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Harald Schmalzbauer List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jun 2006 16:30:17 -0000 >Number: 98831 >Category: kern >Synopsis: ipfw has UDP hickups >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Jun 11 16:30:15 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Harald Schmalzbauer >Release: FreeBSD 6.1-STABLE i386 >Organization: >Environment: System: FreeBSD gune.flintsbach.schmalzbauer.de 6.1-STABLE FreeBSD 6.1-STABLE #1: Wed Jun 7 17:07:04 CEST 2006 compilator@cale.flintsbach.schmalzbauer.de:/usr/obj/FlashBSD/i686/usr/src/sys/i686.intern-gune i386 Relevant kernel options: options IPFIREWALL #firewall options IPFIREWALL_VERBOSE #enable logging to syslogd(8) options IPFIREWALL_VERBOSE_LIMIT=20 #limit verbosity options IPFIREWALL_DEFAULT_TO_ACCEPT #allow everything by default options IPFIREWALL_FORWARD #packet destination changes options IPFIREWALL_FORWARD_EXTENDED #all packet dest changes NICs: em and re tested, all with GbE link Intention: route jails on the same box through router of the two subnets. Rule: 00100 fwd 10.0.0.1 ip4 from 10.2.0.0/16 to not 10.0.0.0/8 out 00200 fwd 172.21.0.1 ip4 from 172.21.2.2 to 10.0.0.0/8 out 65535 allow ip from any to anyo >Description: When nfs mounting a remote file system and transferring some data after a short while the transfer hangs and on the machine with ipfw enabled I see the following lines on the console: ipfw: pullup failed ipfw: pullup failed ipfw: pullup failed nfsmounting with option -T (for TCP instead of UDP) is a workaround. I can't see the problem on TCP connections >How-To-Repeat: Compile a kernel with the show IPFIREWALL options. mount_nfs somebox:/somefs anywhere It doesn't matter if the machine with IPFW is nfs server or nfs client! With the default UDP mount the error occurs in both scenarios! e.g make installworld DESTDIR=/anywhere (the NFS mountpoint) After a short while (1 minute) you'll see the installworld hanging. Simply setting sysctl net.inet.ip.fw.enable=0 on another console makes installworld (nfs) happy again and it's continueing. >Fix: No idea >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sun Jun 11 16:50:19 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5FAA416A474 for ; Sun, 11 Jun 2006 16:50:19 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C3F543D49 for ; Sun, 11 Jun 2006 16:50:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5BGoIF4029006 for ; Sun, 11 Jun 2006 16:50:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5BGoILd029005; Sun, 11 Jun 2006 16:50:18 GMT (envelope-from gnats) Date: Sun, 11 Jun 2006 16:50:18 GMT Message-Id: <200606111650.k5BGoILd029005@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Maxim Konovalov Cc: Subject: kern/28768 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Maxim Konovalov List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jun 2006 16:50:19 -0000 The following reply was made to PR kern/28768; it has been noted by GNATS. From: Maxim Konovalov To: "Donskoy V." Cc: bug-followup@freebsd.org Subject: kern/28768 Date: Sun, 11 Jun 2006 20:44:27 +0400 (MSD) Hi, Is it still a problem with recent FreeBSD releases? -- Maxim Konovalov From owner-freebsd-bugs@FreeBSD.ORG Sun Jun 11 17:20:18 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 969AE16A476 for ; Sun, 11 Jun 2006 17:20:18 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 52BDD43D4C for ; Sun, 11 Jun 2006 17:20:18 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5BHKIDr030240 for ; Sun, 11 Jun 2006 17:20:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5BHKIGU030239; Sun, 11 Jun 2006 17:20:18 GMT (envelope-from gnats) Date: Sun, 11 Jun 2006 17:20:18 GMT Message-Id: <200606111720.k5BHKIGU030239@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Maxim Konovalov Cc: Subject: kern/29626 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Maxim Konovalov List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jun 2006 17:20:18 -0000 The following reply was made to PR kern/29626; it has been noted by GNATS. From: Maxim Konovalov To: Thomas Seck Cc: bug-followup@freebsd.org Subject: kern/29626 Date: Sun, 11 Jun 2006 21:16:00 +0400 (MSD) Hi Thomas, I've just checked on RELENG_4 system with GENERIC kernel: if_rl_load="YES" in /boot/loader.conf makes no harm at all. Is it still a problem for you? Thanks! -- Maxim Konovalov From owner-freebsd-bugs@FreeBSD.ORG Sun Jun 11 19:10:20 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E12516A41F for ; Sun, 11 Jun 2006 19:10:20 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B64B43D48 for ; Sun, 11 Jun 2006 19:10:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5BJAJSW037112 for ; Sun, 11 Jun 2006 19:10:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5BJAJqV037108; Sun, 11 Jun 2006 19:10:19 GMT (envelope-from gnats) Date: Sun, 11 Jun 2006 19:10:19 GMT Message-Id: <200606111910.k5BJAJqV037108@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Thomas-Martin Seck Cc: Subject: Re: kern/29626 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Thomas-Martin Seck List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jun 2006 19:10:20 -0000 The following reply was made to PR kern/29626; it has been noted by GNATS. From: Thomas-Martin Seck To: Maxim Konovalov Cc: bug-followup@freebsd.org Subject: Re: kern/29626 Date: Sun, 11 Jun 2006 21:06:15 +0200 * Maxim Konovalov (maxim@macomnet.ru): Thanks for having a look at this! > I've just checked on RELENG_4 system with GENERIC kernel: > if_rl_load="YES" in /boot/loader.conf makes no harm at all. Is it > still a problem for you? Thanks! Yes, unfortunately. This system is a stripped down RELENG_4 GENERIC kernel, last updated from 2006-03-12 sources, that contains if_rl and miibus. When putting if_rl_load="YES" in /boot/loader.conf and rebooting, if_rl and miibus are loaded on top of the kernel without error or warning. The system explodes when entering multiuser mode and ifconfig tries to configure the rl interface. I have not yet checked whether this issue exists in 5.x or later, I admit I totally forgot about it :) Transcript of debugging session: Script started on Sun Jun 11 20:54:25 2006 % sudo gdb -k /kernel.debug /var/crash/vmcore.1 Please enter your sudo password: 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 IdlePTD at physical address 0x003a0000 initial pcb at physical address 0x002ea940 panicstr: page fault panic messages: --- Fatal trap 12: page fault while in kernel mode fault virtual address = 0x8 fault code = supervisor read, page not present instruction pointer = 0x8:0xc03742cf stack pointer = 0x10:0xc8910db4 frame pointer = 0x10:0xc8910dc0 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = interrupt enabled, resume, IOPL = 0 current process = 63 (ifconfig) interrupt mask = net trap number = 12 panic: page fault syncing disks... 10 10 6 6 3 3 done Uptime: 4s dumping to dev #ad/0x20001, offset 398 dump ata0: resetting devices .. done [dump details elided] --- #0 dumpsys () at /usr/src/sys/kern/kern_shutdown.c:487 487 if (dumping++) { (kgdb) bt full #0 dumpsys () at /usr/src/sys/kern/kern_shutdown.c:487 error = 0 #1 0xc015672f in boot (howto=256) at /usr/src/sys/kern/kern_shutdown.c:316 howto = 256 #2 0xc0156b54 in poweroff_wait (junk=0xc02a5fec, howto=-1070966033) at /usr/src/sys/kern/kern_shutdown.c:595 fmt = 0xc02a5fec "%s" bootopt = 256 buf = "page fault", '\000' #3 0xc0267b22 in trap_fatal (frame=0xc8910d74, eva=8) at /usr/src/sys/i386/i386/trap.c:974 frame = (struct trapframe *) 0x100 code = -1070964756 type = 12 ss = -1070964756 esp = 0 softseg = {ssd_base = 0, ssd_limit = 1048575, ssd_type = 27, ssd_dpl = 0, ssd_p = 1, ssd_xx = 7, ssd_xx1 = 3, ssd_def32 = 1, ssd_gran = 1} #4 0xc02677f5 in trap_pfault (frame=0xc8910d74, usermode=0, eva=8) at /usr/src/sys/i386/i386/trap.c:867 va = 0 vm = (struct vmspace *) 0x0 map = 0xc7be7dc0 rv = 0 ftype = 1 '\001' p = (struct proc *) 0xc7be4100 #5 0xc02673b3 in trap (frame={tf_fs = 16, tf_es = 16, tf_ds = 16, tf_edi = -1061480128, tf_esi = 0, tf_ebp = -930017856, tf_isp = -930017888, tf_ebx = -1061480192, tf_edx = -1061480128, tf_ecx = 0, tf_eax = -1070120256, tf_trapno = 12, tf_err = 0, tf_eip = -1070120241, tf_cs = 8, tf_eflags = 66182, tf_esp = -1061480192, tf_ss = -1061480128}) at /usr/src/sys/i386/i386/trap.c:466 p = (struct proc *) 0xc7be4100 sticks = 13848283118714789888 i = 0 ucode = 0 type = 12 code = 0 eva = 8 #6 0xc03742cf in ?? () No symbol table info available. #7 0xc013363d in mii_mediachg (mii=0xc0bb1940) at /usr/src/sys/dev/mii/mii.c:293 mii = (struct mii_data *) 0x0 child = (struct mii_softc *) 0x660600 rv = 0 #8 0xc03697c1 in ?? () No symbol table info available. #9 0xc0369923 in ?? () No symbol table info available. #10 0xc019acff in ifioctl (so=0xc81e5ee0, cmd=2149607696, data=0xc8910ea8 "rl0", p=0xc7be4100) at /usr/src/sys/net/if.c:1057 cmd = 3233437696 p = (struct proc *) 0x6 ifp = (struct ifnet *) 0xc0bb1940 ifr = (struct ifreq *) 0xc8910ea8 error = 6 new_flags = 6 ---Type to continue, or q to quit--- #11 0xc016910a in soo_ioctl (fp=0xc0c4ad80, cmd=2149607696, data=0xc8910ea8 "rl0", p=0xc7be4100) at /usr/src/sys/kern/sys_socket.c:143 fp = (struct file *) 0x0 cmd = 0 data = 0xc8910ea8 "rl0" p = (struct proc *) 0xc7be4100 so = (struct socket *) 0x0 #12 0xc0166006 in ioctl (p=0xc7be4100, uap=0xc8910f80) at /usr/src/sys/sys/file.h:178 error = 0 fp = (struct file *) 0xc0c4ad80 com = 2149607696 data = 0xc8910ea8 "rl0" p = (struct proc *) 0xc7be4100 fp = (struct file *) 0xc0c4ad80 fdp = (struct filedesc *) 0x0 com = 2149607696 error = 0 size = 32 data = 0xc8910ea8 "rl0" memp = 0x0 tmp = 0 ubuf = { stkbuf = "rl0", '\000' , "\003\210", '\000' , "l\232LÀÄS/À\001\000\000\000l\232LÀÄS/À\001\000\000\000À}¾ÇPù.À", '\000' , "A¾Ç\000A¾ÇÀ}¾Ç\000 \a\b\000A¾Ç\000A¾Ç\001\000\000\000\200\017\221È\000\000\000\000à^\036È\200\017\221È\003\000\000", align = 3173490} #13 0xc0267dd1 in syscall2 (frame={tf_fs = 47, tf_es = 47, tf_ds = 47, tf_edi = 3, tf_esi = 1, tf_ebp = -1077937056, tf_isp = -930017324, tf_ebx = -1077937088, tf_edx = 34818, tf_ecx = -1077937072, tf_eax = 54, tf_trapno = 12, tf_err = 2, tf_eip = 134536332, tf_cs = 31, tf_eflags = 663, tf_esp = -1077937132, tf_ss = 47}) at /usr/src/sys/i386/i386/trap.c:1175 params = 0xbfbffc18 "\003" i = 0 callp = (struct sysent *) 0xc02b3570 p = (struct proc *) 0xc7be4100 orig_tf_eflags = 663 sticks = 0 error = 0 narg = 3 args = {3, -2145359600, -1077937088, 0, 0, 0, 0, 0} have_mplock = 1 code = 54 #14 0xc025bd95 in Xint0x80_syscall () No symbol table info available. #15 0x80489b2 in ?? () No symbol table info available. #16 0x80487c1 in ?? () No symbol table info available. #17 0x804813e in ?? () No symbol table info available. (kgdb) quit % Script done on Sun Jun 11 20:55:15 2006 From owner-freebsd-bugs@FreeBSD.ORG Sun Jun 11 20:10:43 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F114516A47A; Sun, 11 Jun 2006 20:10:43 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A0BAA43D46; Sun, 11 Jun 2006 20:10:43 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from freefall.freebsd.org (maxim@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5BKAhQM041017; Sun, 11 Jun 2006 20:10:43 GMT (envelope-from maxim@freefall.freebsd.org) Received: (from maxim@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5BKAhc6041013; Sun, 11 Jun 2006 20:10:43 GMT (envelope-from maxim) Date: Sun, 11 Jun 2006 20:10:43 GMT From: Maxim Konovalov Message-Id: <200606112010.k5BKAhc6041013@freefall.freebsd.org> To: jtsn@gmx.de, maxim@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: kern/97116: [sis] low TCP throughput and abnormal delays with manual media selection X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jun 2006 20:10:44 -0000 Synopsis: [sis] low TCP throughput and abnormal delays with manual media selection State-Changed-From-To: open->closed State-Changed-By: maxim State-Changed-When: Sun Jun 11 20:07:50 UTC 2006 State-Changed-Why: As Andrew says nothing wrong with FreeBSD here. You need to have the same duplex setting on the both ends of the link. Duplex mismatch leads to collisions and therefore to transfer throughput degradation. http://www.freebsd.org/cgi/query-pr.cgi?pr=97116 From owner-freebsd-bugs@FreeBSD.ORG Sun Jun 11 20:41:49 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D414816A473; Sun, 11 Jun 2006 20:41:49 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F1BF43D48; Sun, 11 Jun 2006 20:41:49 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from freefall.freebsd.org (maxim@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5BKfnlb044076; Sun, 11 Jun 2006 20:41:49 GMT (envelope-from maxim@freefall.freebsd.org) Received: (from maxim@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5BKfnb5044070; Sun, 11 Jun 2006 20:41:49 GMT (envelope-from maxim) Date: Sun, 11 Jun 2006 20:41:49 GMT From: Maxim Konovalov Message-Id: <200606112041.k5BKfnb5044070@freefall.freebsd.org> To: snow@teardrop.org, maxim@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: conf/96658: [patch] Missing variable in grep statement in 470.status-named X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jun 2006 20:41:49 -0000 Synopsis: [patch] Missing variable in grep statement in 470.status-named State-Changed-From-To: open->patched State-Changed-By: maxim State-Changed-When: Sun Jun 11 20:41:32 UTC 2006 State-Changed-Why: Fixed in HEAD. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=96658 From owner-freebsd-bugs@FreeBSD.ORG Sun Jun 11 22:00:33 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EBE8716A47A for ; Sun, 11 Jun 2006 22:00:33 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BFD343D46 for ; Sun, 11 Jun 2006 22:00:32 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5BM0W1v048524 for ; Sun, 11 Jun 2006 22:00:32 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5BM0WK1048523; Sun, 11 Jun 2006 22:00:32 GMT (envelope-from gnats) Resent-Date: Sun, 11 Jun 2006 22:00:32 GMT Resent-Message-Id: <200606112200.k5BM0WK1048523@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, AndreW Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D3A1A16A41B for ; Sun, 11 Jun 2006 21:57:28 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F4E843D60 for ; Sun, 11 Jun 2006 21:57:24 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k5BLvNlj003956 for ; Sun, 11 Jun 2006 21:57:23 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k5BLvNOM003955; Sun, 11 Jun 2006 21:57:23 GMT (envelope-from nobody) Message-Id: <200606112157.k5BLvNOM003955@www.freebsd.org> Date: Sun, 11 Jun 2006 21:57:23 GMT From: AndreW To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: misc/98838: Can't mount floppy X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jun 2006 22:00:34 -0000 >Number: 98838 >Category: misc >Synopsis: Can't mount floppy >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 Jun 11 22:00:31 GMT 2006 >Closed-Date: >Last-Modified: >Originator: AndreW >Release: 5.2.1 & 6.0 >Organization: >Environment: i386 Cool&modern >Description: # mount_msdosfs /dev/fd0 /floppy mount_msdosfs: /dev/fd0 /floppy Input/output error >How-To-Repeat: # mount_msdosfs /dev/fd0 /floppy >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sun Jun 11 22:10:23 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC40616A41A for ; Sun, 11 Jun 2006 22:10:23 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1726F43D5A for ; Sun, 11 Jun 2006 22:10:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5BMAJ0T048909 for ; Sun, 11 Jun 2006 22:10:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5BMAJsT048908; Sun, 11 Jun 2006 22:10:19 GMT (envelope-from gnats) Date: Sun, 11 Jun 2006 22:10:19 GMT Message-Id: <200606112210.k5BMAJsT048908@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Maxim Konovalov Cc: Subject: Re: misc/98838: Can't mount floppy X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Maxim Konovalov List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jun 2006 22:10:24 -0000 The following reply was made to PR misc/98838; it has been noted by GNATS. From: Maxim Konovalov To: AndreW Cc: bug-followup@freebsd.org Subject: Re: misc/98838: Can't mount floppy Date: Mon, 12 Jun 2006 02:04:29 +0400 (MSD) [...] > >Description: > # mount_msdosfs /dev/fd0 /floppy > mount_msdosfs: /dev/fd0 /floppy Input/output error Are you sure the floppy has a valid MS-DOS file system and is not broken itself? -- Maxim Konovalov From owner-freebsd-bugs@FreeBSD.ORG Sun Jun 11 22:18:35 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B762B16A41A; Sun, 11 Jun 2006 22:18:35 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 19B7A43D45; Sun, 11 Jun 2006 22:18:35 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5BMIYOV049200; Sun, 11 Jun 2006 22:18:34 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5BMIYJU049196; Sun, 11 Jun 2006 22:18:34 GMT (envelope-from linimon) Date: Sun, 11 Jun 2006 22:18:34 GMT From: Mark Linimon Message-Id: <200606112218.k5BMIYJU049196@freefall.freebsd.org> To: ovrashko@mail.ru, linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: misc/98838: Can't mount floppy X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jun 2006 22:18:35 -0000 Synopsis: Can't mount floppy State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Sun Jun 11 22:18:15 UTC 2006 State-Changed-Why: Please ask general support questions on the appropriate mailing list, in this case, freebsd-questions. Thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=98838 From owner-freebsd-bugs@FreeBSD.ORG Mon Jun 12 01:20:09 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 09D2F16A418 for ; Mon, 12 Jun 2006 01:20:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40EFD43D55 for ; Mon, 12 Jun 2006 01:20:08 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5C1K5DT059190 for ; Mon, 12 Jun 2006 01:20:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5C1K57m059185; Mon, 12 Jun 2006 01:20:05 GMT (envelope-from gnats) Resent-Date: Mon, 12 Jun 2006 01:20:05 GMT Resent-Message-Id: <200606120120.k5C1K57m059185@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, Andrus Nomm Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 361FE16A41B for ; Mon, 12 Jun 2006 01:11:57 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 059A743D48 for ; Mon, 12 Jun 2006 01:11:57 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k5C1BuPf033308 for ; Mon, 12 Jun 2006 01:11:56 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k5C1Bu12033307; Mon, 12 Jun 2006 01:11:56 GMT (envelope-from nobody) Message-Id: <200606120111.k5C1Bu12033307@www.freebsd.org> Date: Mon, 12 Jun 2006 01:11:56 GMT From: Andrus Nomm To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: bin/98839: fetch gives error message on ip binding, but binding works X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jun 2006 01:20:09 -0000 >Number: 98839 >Category: bin >Synopsis: fetch gives error message on ip binding, but binding works >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jun 12 01:20:05 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Andrus Nomm >Release: 4.11-RELEASE-p10 >Organization: >Environment: FreeBSD cell.wask.org 4.11-RELEASE-p10 FreeBSD 4.11-RELEASE-p10 #14: Fri Jun 10 21:40:26 EEST 2005 root@cell.members.ee:/usr/obj/usr/src/sys/MEMBERS i386 >Description: While forcing fetch to bind on specific ip (via FETCH_BIND_ADDRESS variable) it always writes "failed". Same time it binds as requested Log: failed to bind to '10.1.1.12' fetch: ftp://ftp.ee.freebsd.org/pub/FreeBSD/distfiles/libxml2-2.6.26.tar.bz2: File unavailable (e.g., file not found, no access) Same time ptrace shows: getsockname(3, {sa_family=AF_INET, sin_port=htons(2355), sin_addr=inet_addr("10.1.1.12")}, [16]) = 0 socket(PF_INET, SOCK_STREAM, IPPROTO_TCP) = 4 >How-To-Repeat: Set enovriment variable to some ip try to fetch some file >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Mon Jun 12 07:40:20 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 06D4E16A418 for ; Mon, 12 Jun 2006 07:40:20 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9DBFC43D46 for ; Mon, 12 Jun 2006 07:40:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5C7eJ2U085653 for ; Mon, 12 Jun 2006 07:40:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5C7eJAg085652; Mon, 12 Jun 2006 07:40:19 GMT (envelope-from gnats) Date: Mon, 12 Jun 2006 07:40:19 GMT Message-Id: <200606120740.k5C7eJAg085652@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Maxim Konovalov Cc: Subject: Re: bin/98839: fetch gives error message on ip binding, but binding works X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Maxim Konovalov List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jun 2006 07:40:20 -0000 The following reply was made to PR bin/98839; it has been noted by GNATS. From: Maxim Konovalov To: Andrus Nomm Cc: bug-followup@freebsd.org Subject: Re: bin/98839: fetch gives error message on ip binding, but binding works Date: Mon, 12 Jun 2006 11:31:35 +0400 (MSD) > >Description: > While forcing fetch to bind on specific ip (via FETCH_BIND_ADDRESS > variable) it always writes "failed". > > Same time it binds as requested > > Log: > failed to bind to '10.1.1.12' > fetch: ftp://ftp.ee.freebsd.org/pub/FreeBSD/distfiles/libxml2-2.6.26.tar.bz2: File unavailable (e.g., file not found, no access) > > Same time ptrace shows: getsockname(3, {sa_family=AF_INET, > sin_port=htons(2355), sin_addr=inet_addr("10.1.1.12")}, [16]) = 0 > socket(PF_INET, SOCK_STREAM, IPPROTO_TCP) = 4 > > >How-To-Repeat: > Set enovriment variable to some ip > try to fetch some file Can't reproduce: $ export FETCH_BIND_ADDRESS=195.128.64.25 $ fetch ftp://ftp.ee.freebsd.org/pub/FreeBSD/distfiles/libxml2-2.6.26.tar.bz2 fetch: ftp://ftp.ee.freebsd.org/pub/FreeBSD/distfiles/libxml2-2.6.26.tar.bz2: File unavailable (e.g., file not found, no access) $ uname -r 4.11-STABLE The same for HEAD. Are you sure everything is OK in your environment? -- Maxim Konovalov From owner-freebsd-bugs@FreeBSD.ORG Mon Jun 12 09:30:22 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8543C16A418 for ; Mon, 12 Jun 2006 09:30:22 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 14A1A43D48 for ; Mon, 12 Jun 2006 09:30:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5C9ULoS091464 for ; Mon, 12 Jun 2006 09:30:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5C9ULkw091463; Mon, 12 Jun 2006 09:30:21 GMT (envelope-from gnats) Date: Mon, 12 Jun 2006 09:30:21 GMT Message-Id: <200606120930.k5C9ULkw091463@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Lucas Nussbaum Cc: Subject: Re: kern/68351: [bge] bge0 watchdog timeout on 5.2.1 and -current, 5.1 is ok X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Lucas Nussbaum List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jun 2006 09:30:22 -0000 The following reply was made to PR kern/68351; it has been noted by GNATS. From: Lucas Nussbaum To: bug-followup@freebsd.org, glebius@FreeBSD.org, freebsd-bugs@merdin.com Cc: Subject: Re: kern/68351: [bge] bge0 watchdog timeout on 5.2.1 and -current, 5.1 is ok Date: Mon, 12 Jun 2006 11:21:24 +0200 Hi, I was trying to use FreeBSD on an IBM e326m (BCM 5780), and ran into those problems. I managed to get a working setup by using Yoshiaki Uchikawa's patch reported in kern/96806. I then added the change suggested by Pavel merdin around /* PCI-X bus */. This works well, and I get reasonable Gigabit performance (~900 mbps). Pavel Merdin's patch didn't apply because of tabs->spaces conversion. I'm available for testing patches on FreeBSD 6-STABLE if somebody want to merge this into FreeBSD. Lucas -- | Lucas Nussbaum | lucas.nussbaum@imag.fr jabber: lucas@nussbaum.fr | | Doctorant Laboratoire ID-IMAG | From owner-freebsd-bugs@FreeBSD.ORG Mon Jun 12 09:50:20 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B5CC16A418 for ; Mon, 12 Jun 2006 09:50:20 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C20B43D46 for ; Mon, 12 Jun 2006 09:50:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5C9oJqt093565 for ; Mon, 12 Jun 2006 09:50:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5C9oJFj093560; Mon, 12 Jun 2006 09:50:19 GMT (envelope-from gnats) Date: Mon, 12 Jun 2006 09:50:19 GMT Message-Id: <200606120950.k5C9oJFj093560@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Pavel Merdin Cc: Subject: Re: kern/68351: [bge] bge0 watchdog timeout on 5.2.1 and -current, 5.1 is ok X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Pavel Merdin List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jun 2006 09:50:20 -0000 The following reply was made to PR kern/68351; it has been noted by GNATS. From: Pavel Merdin To: bug-followup@FreeBSD.org, freebsd-bugs@mikhailov.org Cc: Subject: Re: kern/68351: [bge] bge0 watchdog timeout on 5.2.1 and -current, 5.1 is ok Date: Mon, 12 Jun 2006 12:43:36 +0300 There's not problem in tabs/spaces difference, please read manual before using 'patch', it has --ignore-whitespace option for that. -- / Pavel Merdin From owner-freebsd-bugs@FreeBSD.ORG Mon Jun 12 10:35:13 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 983F216A46F; Mon, 12 Jun 2006 10:35:13 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0322143D4C; Mon, 12 Jun 2006 10:35:13 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from freefall.freebsd.org (maxim@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5CAZCim096900; Mon, 12 Jun 2006 10:35:12 GMT (envelope-from maxim@freefall.freebsd.org) Received: (from maxim@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5CAZAhb096896; Mon, 12 Jun 2006 10:35:10 GMT (envelope-from maxim) Date: Mon, 12 Jun 2006 10:35:10 GMT From: Maxim Konovalov Message-Id: <200606121035.k5CAZAhb096896@freefall.freebsd.org> To: freebsd@sopwith.solgatos.com, maxim@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: bin/94415: systat(1) reports incorrect data for CD/DVD drive X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jun 2006 10:35:13 -0000 Synopsis: systat(1) reports incorrect data for CD/DVD drive State-Changed-From-To: open->closed State-Changed-By: maxim State-Changed-When: Mon Jun 12 10:34:41 UTC 2006 State-Changed-Why: Duplicate of kern/95707 (already fixed). http://www.freebsd.org/cgi/query-pr.cgi?pr=94415 From owner-freebsd-bugs@FreeBSD.ORG Mon Jun 12 11:00:45 2006 Return-Path: X-Original-To: freebsd-bugs@freebsd.org Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B576116A418 for ; Mon, 12 Jun 2006 11:00:45 +0000 (UTC) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BB6543D46 for ; Mon, 12 Jun 2006 11:00:45 +0000 (GMT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5CB0jgU097900 for ; Mon, 12 Jun 2006 11:00:45 GMT (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5CB0hVb097890 for freebsd-bugs@freebsd.org; Mon, 12 Jun 2006 11:00:43 GMT (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 12 Jun 2006 11:00:43 GMT Message-Id: <200606121100.k5CB0hVb097890@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: FreeBSD bugs list Subject: open PR's (mis)filed to gnats-admin and in limbo X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jun 2006 11:00:45 -0000 Current FreeBSD problem reports No matches to your query From owner-freebsd-bugs@FreeBSD.ORG Mon Jun 12 11:06:12 2006 Return-Path: X-Original-To: freebsd-bugs@freebsd.org Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0A4916A41A for ; Mon, 12 Jun 2006 11:06:11 +0000 (UTC) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27F1643D46 for ; Mon, 12 Jun 2006 11:06:11 +0000 (GMT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5CB6ACf000496 for ; Mon, 12 Jun 2006 11:06:10 GMT (envelope-from owner-bugmaster@freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5CB62xG000465 for freebsd-bugs@FreeBSD.org; Mon, 12 Jun 2006 11:06:02 GMT (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 12 Jun 2006 11:06:02 GMT Message-Id: <200606121106.k5CB62xG000465@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: linimon set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: FreeBSD bugs list Subject: Current problem reports containing patches X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jun 2006 11:06:12 -0000 Current FreeBSD problem reports Critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- a kern/27250 daichi [unionfs] [patch] unionfs filesystem panics in large n o kern/70096 [msdosfs] [patch] full msdos file system causes corrup o kern/77234 [udf] [patch] corrupted data is read from UDF filesyst o kern/87191 scottl [aac] [patch] aac(4) panics immediately with INVARIANT o i386/93963 acpi [panic] [patch] ACPI Panic with some ACPI 2.0 PC & can o kern/94822 [kbd] [patch] Fix keyboard hang for IBM / Intel blade o kern/94939 [acpi] [patch] reboot(8) fails on IBM / Intel blades f ports/97693 [PATCH] [SECURITY] www/mod_frontpage2-rtr upgrade to 5 f ports/97694 [PATCH] www/frontpage upgrade to 5.0.2.4803 9 problems total. Serious problems S Tracker Resp. Description -------------------------------------------------------------------------------- f ports/14048 des [patch] doscmd -r doesn't work o kern/17310 [nis] [patch] NIS host name resolving may loop forever s bin/19773 markm [PATCH] telnet infinite loop depending on how fds are a kern/21808 [msdosfs] [patch] msdosfs incorrectly handles vnode lo o kern/21998 green [socket] [patch] ident only for outgoing connections s kern/22417 gibbs [adw] [patch] advansys wide scsi driver does not suppo s i386/22944 tegge [vm] [patch] isa_dmainit fails on machines with 512MB o bin/23098 qa [sysinstall] [patch] if installing on a serial console o bin/24271 [patch] dumpon(8) should check its argument more o i386/24997 i386 [biosdisk] [patch] /boot/loader cannot handle extended o kern/26486 [libc] [patch] setnetgrent hangs when netgroup contain o docs/27605 doc [patch] Cross-document references () o bin/29725 dwmalone [picobsd] [patch] fixed segmentation fault in simple_h o conf/30223 [patch] Using /usr/share/examples/kld/cdev, testcdev f f bin/31304 linimon [patch] fix crunchgen to work with more contrib-kind o o kern/33138 [isa] [patch] pnp problem in 4.3, 4.4, 4.5 o bin/33672 [patch] telnetd and mount_mfs signal handlers call exi o kern/33940 [ufs] [patch] quotactl allows compromise gid-quotas o kern/34842 [nis] [patch] VmWare port + NIS causes "broadcast stor o i386/35078 i386 [i386] [patch] Uninitialized pointer dereference in fu o kern/35442 [sis] [patch] Problem transmitting runts in if_sis dri o kern/36219 [bpf] [patch] poll() behaves erratic on BPF file descr o kern/36415 [bktr] [patch] driver incorrectly handles the setting o kern/36504 [kernel] [patch] crash/panic vm_object_allocate under o bin/36867 [patch] games/fortune: add FORTUNE_PATH env var, so po o kern/37441 davidxu [isa] [patch] ISA PNP parse problem o i386/37523 davidxu [i386] [patch] lock for bios16 call and vm86call o kern/39252 [syscons] [patch] syscons doesn't support 8-bit contro s threa/39922 threads [threads] [patch] Threaded applications executed with a bin/39940 [patch] /usr/sbin/periodic sends thousands of emails o misc/42115 luigi [picobsd] [patch] fix build script for 4.6-STABLE o bin/43674 [patch] login(1): able to bypass expired password o kern/44202 [rp] [patch] -stable rp driver does not work with mult o kern/44417 luigi [bridge] [patch] ipfw layer2 rules are not checked for o gnu/44564 peter [PATCH] Aborted cvs session causes an endless loop in o kern/44744 [vn] [patch] VN devices can hang system FreeBSD v4.5 o bin/44808 [PATCH] opiepasswd makes bad seed for existing user f kern/45023 emulation [linux] [patch] flexlm does not run with linux-base-7, o bin/45529 hexdump core-dumps with certain args [PATCH] o bin/46676 ru [PATCH] bsd.dep.mk restricts domain of tags commands o kern/47628 trhodes [msdosfs] [patch] msdosfs file corruption fix o bin/48183 marcel [patch] gdb on a corefile from a threaded process can' o conf/48881 [PATCH] The influence of /etc/start_ifname on /etc/rc. s kern/50827 [kernel] [patch] new feature: add sane record locking o kern/51274 ipfw [ipfw] [patch] ipfw2 create dynamic rules with parent f kern/51341 ipfw [ipfw] [patch] ipfw rule 'deny icmp from any to any ic o kern/51583 [nullfs] [patch] allow to work with devices and socket o kern/52585 bms [netinet] [patch] Kernel panic with ipfw2 and syncooki o bin/54401 [patch] pppstats prints 0 for absolute values in range p kern/55018 andre [digi] [patch] Digiboard PC/Xem fails to initialize wh a kern/55542 andre [de] [patch] discard oversize frame (ether type 800 fl o kern/57453 [kue] [patch] if_kue hangs boot after warm boot if fir o kern/57631 jhb [agp] [patch] boot failing for ALi chipsets o kern/57722 [kernel] [patch] uidinfo list corruption o kern/58687 deischen [libc] [patch] gethostbyname(3) leaks kqueue file desc o kern/58953 [puc] [patch] detect NetMOS-based six serial port card o kern/59945 [nullfs] [patch] nullfs bug: reboot after panic: null_ o i386/60226 i386 [ichsmb] [patch] ichsmb driver doesn't detects SMB bus o docs/60679 doc [patch] pthread(3): pthreads documentation does not de o bin/61498 obrien [patch] Please MFC flex patch for gcc 3.x o bin/61587 qa [sysinstall] [patch] installation problem, disklabel c o kern/61960 sos [ata] [patch] BigDrive support for PC-98 architecture a kern/62906 peadar [agp] [patch] AGP misconfigures i845G chipset, causing o kern/64196 [kernel] [patch] remove the arbitrary MAXSHELLCMDLEN o i386/65523 i386 [loader] [patch] PXE loader malfunction in multiple PX o kern/66029 [crypto] [patch] MD5 alignment problem on a TriMedia p o kern/66876 [fdc] [patch] Cannot extract tar(1) multi-volume archi o kern/66960 [fdc] [patch] filesystems not unmounted during reboot o bin/66984 qa [2TB] [patch] teach sysinstall about larger disks o bin/67995 [patch] morse(6) plays beeps 10 times faster than it s o usb/69006 usb [patch] Apple Cinema Display hangs USB ports f ports/70309 sumikawa [patch] racoon disrupt manually-keyed IPSEC tunnels on o i386/70531 i386 [boot0] [patch] boot0 hides Lilo in extended slice o kern/70587 [vm] [patch] NULL pointer dereference in vm_pageout_sc o kern/71109 alc [pmap] [patch] Possible race conditions in pmap.c o bin/71290 [PATCH] passwd cannot change passwords other than NIS/ f kern/71568 emax [kbd] [patch] unable to install FreeBSD using only a u o bin/71602 [PATCH] uninitialized "len" used instead of "slen" wit o kern/71677 rwatson [mac] [patch] MAC Biba / IPFW panic a bin/71786 [patch] adduser breaks if /sbin/nologin is included in o kern/71792 [vm] [patch] Wrong/missing 'goto' target label in cont f ports/72149 [PATCH] heimdal with LDAP backend - bad slapd socket p o kern/72396 [netinet] [patch] Incorrect network accounting with al o kern/72966 obrien [pcn] [patch] AMD PCnet/PCI Fast Ethernet driver broke o kern/73004 [loader] [patch] PXE loader malfunction in multiple PX o kern/73224 wpaul [ndis] [patch] Lock order reversal in ntoskrnl_timerca o sparc/73413 trhodes [libkse] [patch] pthread (libkse) library is broken on o bin/74127 [patch] patch(1) may misapply hunks with too little co o kern/74935 qingli [netinet] [patch] TCP simultaneous open fails. o kern/75122 andre [netinet] [patch] Incorrect inflight bandwidth calcula o bin/75258 [patch] dd(1) has not async signal safe interrupt hand o kern/76126 [nfs] [patch] 4.11 client will send a NFS request to r f kern/76207 [xl] [patch] Null pointer dereference in xl_detach() o kern/76893 [cam] [patch] Fatal divide in booting processes with B o i386/76944 i386 [busdma] [patch] i386 bus_dmamap_create() bug o kern/77181 [newfs] [patch] newfs -g largevalue, mkdir, panic s kern/77195 darrenr [ipfilter] [patch] ipfilter ioctl SIOCGNATL does not m o kern/77432 cel [nfs] [patch] It is not possible to load nfs4client.ko o usb/77940 usb [patch] [panic] insertion of usb keyboard panics syste o kern/77982 [lnc] [patch] lnc0 can NOT be detected in vmware 4.5.2 o docs/78154 doc [PATCH] Make en_US FreeBSD Handbook more compliant wit o gnu/78161 [patch] typo in gzexe o kern/78179 [vm] [patch] bus_dmamem_alloc() with BUS_DMA_NOWAIT ca o kern/78227 [netinet] [patch] Destroying a network interface leaks o kern/78434 [vfs] [patch] vfs_mount: -current does not cdboot o conf/78762 ipfw [ipfw] [patch] /etc/rc.d/ipfw should excecute $firewal o kern/78953 linimon [smbfs] [patch] smbfs getdirentries() failure causes C o kern/78987 scottl [udf] [patch] udf fs: readdir returns error when it sh o kern/79025 [patch] && in /usr/src/etc/Makefile needs to be an or p kern/79332 [ata] [patch] "ffs_mountroot: can't find rootvp" after s kern/79339 [kernel] [patch] Kernel time code sync with improvemen o kern/79493 [if_tun] [patch] Reproducible if_tun panic o bin/80074 [patch] openssl(1): Bug in OpenSSL's sk_insert() cause o kern/80266 rwatson [ipx] [patch] IPX routing doesn't work o kern/80694 [kbd] [patch] atkbd looped on Acer TravelMate 2701LC o kern/80742 [pecoff] [patch] Local DoS in sys/compat/pecoff (+ oth o docs/80843 doc [patch] psm(4): Suggested fix for psm0 / handle driver o kern/80853 [ed] [patch] add support for Compex RL2000/ISA in PnP o usb/80862 usb [patch] USB locking issues: missing some Giant calls o bin/80913 ipfw [patch] /sbin/ipfw2 silently discards MAC addr arg wit s kern/80932 [em] [patch] Degraded performance of em driver o kern/80980 [i386] [patch] problem in "sys/i386/include/bus.h" cau f kern/81147 linimon [em] [patch] em0 reinitialization while adding aliases o usb/81308 usb [ugen] [patch] polling a ugen(4) control endpoint caus o conf/81882 [patch] missing terminal definition for wy120 in termc o kern/81943 des [kernel] [patch] _assert_sbuf_integrity causes panic f o bin/82207 [patch] tcpslice(1) incorrectly handles dates where ye o kern/82491 [bootp] [patch] bootpd shouldn't ignore requests o bin/82720 [patch] Incorrect help output from growfs.c and mkfs.c o kern/82919 [bridge] [patch] Bridge configuration update will cras p bin/83085 des [patch] double free() in openpam o kern/83107 [libc] [patch] libc uuid_compare() doesn't work with l o bin/83336 [patch] libc's parse_ncp() don't check malloc/realloc o bin/83338 [patch] libc's getent() don't check for malloc failure o bin/83340 [patch] setnetgrent() and supporting functions don't c o bin/83344 [patch] Improper handling of malloc failures within li o bin/83347 [patch] improper handling of malloc failures within li o bin/83348 [patch] Improper handling of malloc failures within li o bin/83349 [patch] improper handling o malloc's failures within l o bin/83359 [patch] improper handling of malloc failures within li o bin/83364 [patch] improper handling of malloc failures, bad prin o kern/83368 [ipx] [patch] incorrect handling of malloc failures wi o bin/83369 [patch] incorrect handling of malloc failures within l o kern/83464 [geom] [patch] Unhandled malloc failures within libgeo o kern/84202 [ed] [patch] Holtek HT80232 PCI NIC recognition on Fre o kern/84411 philip [psm] [patch] psm drivers adds bad buttons for Synapti p bin/84450 stefanf [patch] rpcgen produces code that does not compile und a kern/84544 dhartmei [pf] [patch] pfvar.h: PF_QNAME_SIZE is too small for c o kern/84637 pjd [geom] [patch] GEOM LABEL sometimes doesn't recognize o kern/84799 [fdc] [patch] can't read beyond track 0 on fdc (IBM th o kern/84861 [ipw] [patch] still can't get working ipw(4) with adho o kern/85137 [pseudofs] [patch] panic due to sleep with held mutex o threa/85160 threads [libthr] [patch] libobjc + libpthread/libthr crash pro o kern/85266 [xe] [patch] xe(4) driver does not recognise Xircom XE o kern/85320 [gre] [patch] possible depletion of kernel stack in ip o kern/85366 [msdosfs] [patch] MSDOSFS doesn't mark volume "clean" o kern/85493 imp [ed] [patch] OLDCARD can't probe ed driver o bin/85830 des [patch] pam_exec incorrectly works with vfork() o kern/86306 [em] [patch] if_em.c locks up while trying to send a h o kern/86598 [patch] Bug in OpenSSL Padlock Engine o kern/86944 cel [nfs] [patch] When I use FreeBSD with NFS client, clos o kern/87506 [vr] [patch] Fix alias support on vr interfaces o usb/87565 usb [PATCH] Support for Vodaphone 3G/UMTS cards o bin/87792 [patch] very bad performance of cp(1) via NFS, possibl o kern/88045 obrien [nve] [patch] 6.0rc1: nve0: device timeout (51) o bin/88215 [patch] syslogd(8) does not pass cleanly parameters to o bin/88813 stefanf [patch] cd builtin in sh(1) can cd to wrong directory p threa/89262 threads [kernel] [patch] multi-threaded process hangs in kerne o ports/89308 apache [patch] www/mod_accounting crash on request_timeout o bin/89410 [PATCH] sh(1) missing \u interpolation and bug/fix in o kern/89660 le [patch] [panic] due to g_malloc returning null in gv_d o kern/89752 [bpf] [patch] bpf_validate() needs to do more checks o kern/89784 phk [patch] [panic] 6.0-RELEASE panics when applying `type o kern/89876 [txp] [patch] txp driver doesn't work with latest firm o kern/89878 [pccard] [patch] pccard.c:pccard_safe_quote() unsafe o kern/90096 [net] [patch] arp mixup if carp and bridge used o usb/90162 usb [usb] [patch] Add support for the MS Wireless USB Mous o kern/90800 maxim [kernel] [patch] it is possible to fake credentials in o kern/90815 [smbfs] [patch] SMBFS with character conversions somet f conf/90863 dougb [patch] 6.0 boot: name resolution broken for daemon st o kern/90973 thompsa [net] [patch] if_bridge does not handle arp for own ad o usb/91263 usb [patch] USB quirk needed for Logitec USB Hard disk LHD o conf/91732 [patch] 800.loginfail: fix log message grep expression p kern/91879 alfred [patch] Panic in nfs_putpages() on 6-stable. o ports/91911 netchild [PATCH]: x11-toolkits/linux-gtk2: distfile unfetchable o bin/91954 [libpam] [patch] Proposed enhancement for pam_krb5: "o o kern/92092 [iicbus] [patch] Panic if device with iicbus child is p conf/92433 brooks [patch] /etc/network.subr cannot handle interfaces lik o kern/92675 [fxp] [patch] fxp(4) unable to recover from occasional o kern/92786 sos [patch] ATA fixes, write support for LSI v3 RAID o bin/92839 roberto [ntp] [patch] contrib/ntp PARSE buffer overrun o kern/93199 [kernel] [patch] missing linux rt_sigtimedwait system o kern/93236 [netinet] [patch] Received out of window SYN in ESTABL o gnu/93566 tjr [patch] sort(1): numeric sort is broken on multi-byte o bin/93603 [patch] restore(8) fails if /tmp fills o usb/93738 usb [ukbd] [patch] ukbd_check_char returns FALSE with char o bin/93776 [crypto] [patch] SHA256_Update / SHA512_Update fail to o kern/93942 [vfs] [patch] panic: ufs_dirbad: bad dir (patch from D o kern/93998 [libstand] [patch] panic in libstand when closing raw p kern/94408 thompsa [if_bridge] [patch] if_bridge breaks proxy ARP functio o kern/94669 [vfs] [patch] Panic from Failed Removable Media Mount o usb/94742 usb [umass] [patch] umass driver does not recognise YANO e o kern/94772 [fifo] [patch] FIFOs (named pipes) + select() == broke o bin/94815 [patch] [sysinstall] Upping the network interface befo o ports/94826 ade [patch] Very slow startup for libtool ltdl clients (eg o kern/94863 [bge] [patch] hack to get bge(4) working on IBM e326m p bin/95041 maxim [patch] for mrouted(8) subnet mask checking on interfa o kern/95084 ipfw [ipfw] [patch] IPFW2 ignores "recv/xmit/via any" (IPFW o bin/95339 [libexec] [patch] rtld is thread-unsafe. fixes for dlo o kern/95368 [kernel] [patch] Test for race between callout_drain() o kern/95417 [netgraph] [patch] ng_fec doesn't allow jumbo packets o ports/95584 perky [patch] bsd.python.mk: A port's "USE_ZOPE=yes" overrid o kern/95661 [pci] [patch] pci_pci still not correct for initializi o conf/96247 matteo [patch] 550.ipfwlimit reports logs even if log size is o kern/96391 [nve] [patch] Device timeouts on nve(4) o kern/96393 [libz] [patch] assembler implementations for libz on i o ports/96407 joerg [PATCH] devel/avr-gcc-devel fails to build with -march o gnu/96481 obrien [patch] native ld(1) does not look for shared libs in f ports/96543 [PATCH] emulators/vmware3: fix checking for linprocfs. o kern/96806 [bge] [patch] Correction of kernel panic with Broadcom o kern/96840 [libc] [patch] getgrent() does not return large groups p kern/97056 [drm] [patch] PCIE radeon DRM doesn't correctly initia o kern/97174 [patch] [umass] Y-E DATA USB-FDU quirk: no synchronize o docs/97229 blackend [patch] Handbook contains obsolete instructions on NDI f ports/97330 [PATCH] japanese/phpgroupware: install destination is a ports/97515 portmgr [PATCH] Add support of OpenLDAP 2.4.x in bsd.port.mk o bin/97888 ceri [sysinstall] [patch] sysinstall - give 'distSetCustom' o ports/97920 mat [Patch] net/p5-Net: Requires at least Perl 5.6 o kern/97951 [PATCH] ipfw does not tie interface details to state o kern/98091 scottl [mfi] [patch] Makefile style of mfi kernel module brok p kern/98111 maxim [libc] [patch] /etc/groups: the parser dies on large g o kern/98167 multimedia [sound] [es137x] [patch] ES1370 mixer volumes incorrec p bin/98349 mlaier [ipfw] [patch] ipfw does not display dynamic IPv6 rule o ports/98700 [PATCH] make fxtv work with broken NVIDIA drivers o conf/98734 rc [patch] /etc/rc.subr restart_postcmd is failing start_ o kern/98738 [bge] [patch] if_bge.c Fail to collect link-status of o conf/98758 rc [patch] Templatize 'jail_fstab' in /etc/rc.d/jail 237 problems total. Non-critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- a bin/1375 eivind [patch] Extraneous warning from mv(1) s kern/2298 [sio] [patch] support for DSR/DCD swapping on serial p s kern/4184 [netatalk] [patch] minor nits in sys/netatalk s bin/5173 [PATCH] restore ought to deal with root setable file f o bin/5745 nik [PATCH] Add /usr/local/share/mk to default make(1) sea s kern/6668 babkin [patch] new driver: Virtual Ethernet driver o bin/7265 [patch] A warning flag is added to ln(1). s bin/7606 [patch] NIS Makefile.dist: NOPUSH replaced by REMOTE_S o bin/7868 [patch] morse(6): Morse Code Fixups o bin/8867 qa [sysinstall] [patch] /stand/sysinstall core dumps (sig o kern/9570 dfr [ed] [patch] ed(4) irq config enhancement s bin/9770 jmallett [patch] An openpty(3) auxiliary program s kern/12071 fanf [net] [patch] new function: large scale IP aliasing o i386/12088 imp [ed] [patch] ed(4) has minor problem with memory alloc o kern/12543 [fxp] [patch] cumulative error counters for fxp(4) s kern/13997 rwatson [jail] [patch] RLIMIT_NPROC works unadequately for jai o kern/14166 [bktr] [patch] AVER TVPhone o bin/15168 [patch] Adding tracklist support to fdformat(1) o bin/15205 billf [patch] Addition to random(6) o bin/15480 [patch] make cdcontrol(1) easier to use o bin/15619 peter [patch] standard pppd doesn't authenticate users with o kern/15838 trhodes [msdosfs] [patch] Conversion tables in msdosfs_conv.c o conf/16076 markm [PATCH] pam_ssh examples for /etc/pam.conf o kern/16644 [bpf] [patch] Bad comparison expression in bpf_filter. o bin/16880 [PATCH] pw(8) hardcodes directory creation modes o bin/17289 gad [PATCH] wrong permissions on /var/run/printer o kern/17425 [ppbus] [patch] fix two small printing errors in ppbus o kern/17504 ken [cam] [patch] Another Micropolis Synchronize Cache Pro o i386/18154 i386 [sysctl] [patch] Add cpu class and features flags sysc s kern/19363 [kernel] [patch] allow processes know about their file s kern/19535 [procfs] [patch] procfs_rlimit tidyup o bin/19837 ambrisko [sysinstall] [patch] run Fix It floppy from serial por o bin/20501 mjacob [patch] extra flag to dump to offline autoloaders at E f bin/21570 dougb [PATCH] Add -r option to /usr/bin/mail, quiet compiler a kern/21807 [msdosfs] [patch] Make System attribute correspond to s bin/22442 linimon [PATCH] Increase speed of split(1) o conf/23063 bms [PATCH] for static ARP tables in rc.network o kern/23546 tanimura [snd_csa] [patch] csa DMA-interrupt problem o bin/23562 markm [patch] telnetd doesn't show message in file specified o bin/24485 [PATCH] to make cron(8) handle clock jumps p kern/25499 [kbd] [patch] buffer paste functionality from keyboard f kern/25777 [kernel] [patch] atime not updated on exec o kern/26323 [ufs] [patch] Quota system creates zero-length files o kern/26562 [lpt] [patch] /dev/lpt0 returns EBUSY when attempting o bin/27306 marcel [patch] hw watchpoints work unreliable under gdb(1) f ports/28155 portmgr [patch] DESTDIR is used incorrectly in bsd.port.mk a gnu/28189 [PATCH] fix for detecting empty CVS commit log message o conf/28236 [PATCH] iso-8859-1_to_cp437.scm doesn't contain some u o docs/28555 trhodes [PATCH] style(9) isn't explicit about booleans for tes f kern/29318 mjacob [scsi] [patch] Exabyte 8200 needs SA_QUIRK_1FM and SA_ o kern/29355 mux [kernel] [patch] add lchflags support o bin/29363 gad [PATCH] newsyslog can support time as extension s kern/29423 [patch] new feature: kernel security hooks implementat o kern/29698 emulation [linux] [patch] linux ipcs doesn'work a docs/30008 doc [patch] French softupdates document should be translat o kern/30052 mbr [dc] [patch] dc driver queues outgoing pkts indefinite s ports/30331 portmgr [patch] Conflict between bsd.port.mk MAKEFILE variable s kern/30422 [patch] new function: add WDT hardware watchdog driver o bin/30542 [PATCH] add -q option to shut up killall f bin/30661 alfred [rpc] [patch] FreeBSD-current fails to do partial NFS o conf/30812 [patch] giant termcap database update p kern/30857 [intr] [patch] intr_machdep.c allows access out of arr o conf/30929 usb [patch] use usbd to initialize USB ADSL modem s docs/31109 doc [patch] replace gif images w/ png ones due to patent l o kern/31201 [libdisk] [patch] add free_space(chunk) to libdisk o i386/31353 i386 [apm] [patch] 'shutdown -p' does not work on SMP Tyan o i386/31427 davidxu [pmap] [patch] minor incorrect code in sys/i386/i386/p o kern/31456 [pcn] [patch] register number definition for AMD PCnet f kern/31490 [sysctl] [patch] Panic in sysctl_sysctl_next_ls on emp o kern/31890 [syscons] [patch] new syscons font o kern/31981 [libc] [patch] (mis)feature in getnetent parsing -- co o kern/32659 [vm] [patch] vm and vnode leak with vm.swap_idle_enabl o bin/32680 [PATCH] Allows users to start jail(1) by hostname as w o bin/32808 dwmalone [PATCH] tcpd.h lacks prototype for hosts_ctl s docs/33589 doc [patch] to doc.docbook.mk to post process .tex files. o bin/33809 mux [patch] mount_nfs(8) has trouble with embedded ':' in p docs/33877 keramida [patch] chflags(2): documented behaviour of SF_flags f o kern/33965 [kbd] [patch] programmable keys of the keyboard (Olida a bin/34010 [patch] keyinit takes passwords less than 10 chars, bu o bin/34199 dwmalone [PATCH] top(1) RES/rss display incorrect o bin/34412 [patch] tftp(1) will still try and receive traffic eve o bin/34628 [pkg_install] [patch] pkg-routines ignore the recorded o gnu/34709 marcel [patch] Inaccurate GDB documentation o bin/35109 [PATCH] games/morse: add ability to decode morse code o docs/35222 doc [patch] getmsg.cgi: mailing list archive URL regexp su o kern/35262 [boot2] [patch] generation of boot block for headless o kern/35289 [bktr] [patch] Brooktree device doesnt properly signal o misc/35542 bde [patch] BDECFLAGS needs -U__STRICT_ANSI__ o conf/35545 [patch] enhanced periodic scripts: 100.clean-disks, 10 o kern/35635 [libiconv] [patch] missing dep in libiconv prevents pa o bin/35886 [patch] pax(1) enhancement: custom time format for lis p bin/35894 [patch] popen.c in cron won't build without LOGIN_CAP o bin/36143 [patch] Dynamic (non linear) mouse acceleration added o kern/36170 [an] [patch] an(4) does an_init() even if interface is o bin/36262 [patch] Fixed rusers(1) idle-time reporting to use min a kern/36451 [bktr] [patch] Japan IF frequency is incorrect o bin/36556 [patch] regular expressions for tcpwrappers o kern/36902 [libc] [patch] proposed new format code %N for strftim a bin/37074 [PATCH] Typographical error in output of "smbutil view o kern/37380 jhb [boot0] [patch] boot0 partition list is outdated o bin/37424 [patch] nfsstat(1) reports negative values o bin/37442 [PATCH] sleep(1) to support time multipliers p kern/37448 obrien [PATCH] ldd/rtld support for more information of linke o kern/37554 jmg [vm] [patch] make ELF shared libraries immutable once o kern/37555 [kernel] [patch] vnode flags appear to be changed in n o conf/37569 matteo [PATCH] Extend fstab(5) format to allow for spaces in o bin/37844 [PATCH] make knob to not install progs with suid/sgid o docs/38061 ume [patch] typos in man pages for faith(4) & faithd(8) o bin/38168 [patch] feature request: installing curses-based versi s kern/38347 [libutil] [patch] [feature request] new library functi o docs/38540 blackend [patch] make application name capitalization consisten o bin/38727 [patch] mptable(1) should complain about garbage argum o docs/38982 doc [patch] developers-handbook/Jail fix o kern/39201 emulation [linux] [patch] ptrace(2) and rfork(RFLINUXTHPN) confu o bin/39463 mtm [PATCH] Add several options to fingerd f ports/39660 portmgr [patch] add ${PKGNAMEPREFIX} to (DOCS|EXAMPLES)DIR o kern/39681 [sysctl] [patch] add hidden kernel boot tunables to sy o kern/40017 [patch] allows config(8) to specify config metadata di s kern/40021 [kernel build] [patch] use ld(1) to build kernel with o kern/40369 [kernel] [patch] rman_reserve_resource - when "count > o kern/40516 [ti] [patch] ti driver has no baudrate set f docs/41270 remko [patch] handbook: confusing directions for kernelconfi f usb/41415 usb [usb] [patch] Some USB scanners cannot talk to uscanne o kern/41543 emulation [patch] feature request: easier wine/w23 support f bin/41556 obrien [PATCH] wtmp patch for lukemftpd o docs/41807 doc [patch] natd(8): document natd -punch_fw "bug" o bin/41947 hexdump(1) unprintable ASCII enhancement [PATCH] o kern/42065 [kernel] [patch] kern.ps_showallprocs has no effect on o kern/42274 [kernel] [patch] Convert defined variable into tuneabl o bin/42336 [PATCH] ISO-fication of /usr/src/contrib/tcp_wrappers: o kern/42429 [libc] [patch] hash_action called with HASH_DELETE doe o i386/42766 i386 [vm] [patch] proposal to perform reboot via jump to BI o bin/42974 [patch] syslogd(8): add ISO 8601 date format option o kern/43154 [if_tun] [patch] tunwrite() does not allocate clusters o kern/43474 [nfs] [patch] dhcp.* values not set in kenv by bootp c o kern/43577 [kernel] [patch] feature request: new kernel option SH o kern/43611 [crypto] [patch] static-ize some symbols in sys/crypto o kern/43616 [zlib] [patch] static-ize some functions in sys/net/zl o kern/43716 [puc] [patch] puc driver does not recognize Lava Dual- o docs/43823 doc [PATCH] update to environ(7) manpage o kern/43905 [kqueue] [patch] kqueues: EV_SET(kevp++, ...) is non-i o kern/44058 [MAKEDEV] [patch] /dev/ch* is created without group wr o docs/44074 doc [patch] ln(1) manual clarifications o kern/44267 [sio] [patch] One more modem PNP id for /usr/src/sys/i o kern/44365 [headers] [patch] introduce ulong and unchar types o kern/44500 [bge] [patch] bge(4): add AC1001 Gigabit NIC as workin o docs/45011 trhodes [patch] style(9): '->' and '.' don't require spaces o gnu/45137 peter [PATCH] CVS 1.11.2 cannot reuse log messages o bin/45193 [PATCH] truss can't truss itself o bin/45254 qa [sysinstall] [patch] sysinstall installs things it sho o bin/45333 [PATCH] New option -r for chown and chgrp o ports/45414 portmgr [patch] make update in /usr/ports missing defaults. o conf/45704 [PATCH] request to change cp866b font to cp866 o kern/45793 [headers] [patch] invalid media subtype aliases in if_ o i386/46113 i386 [bus] [patch] busspace bugs in parameter checking o kern/46159 ipfw [ipfw] [patch] ipfw dynamic rules lifetime feature o docs/46196 doc [patch] menu_format(3): Missing return value in (set_) o kern/46368 [isa] [patch] MAXDEP in isa/pnpparse.c is too small a docs/46709 peter [patch] tables in terminfo(5) are broken o kern/46973 [syscons] [patch] syscons virtual terminals switching o i386/47223 i386 [pcvt] [PATCH] pcvt(4), ESC sequences do not change co o kern/47311 mdodd [patch] Kernel support for NVIDIA nForce2-based mother o i386/47376 i386 [pcvt] [PATCH], pcvt(4), COLOR_KERNEL_FG, 2nd characte o bin/47387 [PATCH] gprof -K still requires "a.out" arg / override o conf/47566 le [vinum] [patch] add vinum status verification to perio o bin/47576 [PATCH] factor(6)ing of negative numbers o docs/47594 doc [PATCH] passwd(5) incorrectly states allowed username o docs/47818 doc [patch] ln(1) manpage is confusing o docs/48101 doc [patch] add documentation on the fixit disk to the FAQ o misc/48110 [patch] change CVSROOT/log_accum.pl to not send mail i o kern/48172 ipfw [ipfw] [patch] ipfw does not log size and flags o usb/48342 usb [PATCH] usbd dynamic device list. o conf/48444 [patch] security.functions: count connection attempts o kern/48471 pjd [kernel] [patch] new feature: private IPC for every ja o kern/48599 [syscons] [patch] syscons cut-n-paste logic is broken o gnu/48638 [PATCH] some bug fixs in libdialog o conf/48870 [PATCH] rc.network: allow to cancel interface status d s bin/48962 des [PATCH] modify /usr/bin/fetch to allow bandwidth limit o docs/48980 doc [patch] nsgmls -s errors and sect. 3.2.1 of the fdp-pr a bin/49023 gad [patch] to lpd(8) (printjob.c) to pass source filename o kern/49086 ipfw [ipfw] [patch] Make ipfw2 log to different syslog prio f ports/49955 portmgr [PATCH] bsd.port.mk: add target to automatically insta o misc/50106 [patch] make 'make release' more flexible behind FWs a o docs/50211 doc [PATCH] doc.docbook.mk: fix textfile creation p docs/50248 ceri [patch] New FreeBSD books o bin/50310 [libalias] [patch] natd / libalias fix to allow dcc re o kern/50526 [kernel] [patch] update to #! line termination p docs/50735 brueffer [patch] small diff to the developers handbook & outdat o bin/50749 ipfw [ipfw] [patch] ipfw2 incorrectly parses ports and port o docs/50773 jmg [patch] NFS problems by jumbo frames to mention in bge o kern/51009 [aue] [patch] buggy aue driver fixed. o bin/51070 [patch] add -p option to pom(6) s bin/51137 [patch] config(8) should check if a scheduler is selec f ports/51152 portmgr [patch] bsd.port.mk: generic SHEBANG_FILES o docs/51875 doc [patch] atkbd(4) adjustment o docs/51921 doc [patch] ls(1) manpage lacks some information about whi o kern/51958 usb [usb] [patch] update for urio driver o docs/52071 doc [PATCH] Add more information about soft updates into a o docs/52448 simon [patch] Misc man page reference fixes o kern/52623 [ex] [patch] IRQ error in driver for the Intel EtherEx o ports/52706 portmgr [patch] bsd.port.mk issues warning if a site is explic o kern/52725 [PATCH] installincludes for kmods o kern/52752 [ichsmb] [patch] SMBus controller on ICH4 not recogniz s ports/52765 portmgr [PATCH] Uncompressing manual pages may fail due too "a o kern/52907 phk [libc] [patch] more malloc options for debugging progr s ports/52917 portmgr [PATCH] bsd.port.mk: update default value of CONFIGURE o kern/52980 mbr [dc] [patch] dc driver fails to init Intel 21143 Cardb o usb/53025 usb [ugen] [patch] ugen does not allow O_NONBLOCK for inte o bin/53341 qa [sysinstall] [patch] dump frequency in sysinstall is a p bin/53377 [PATCH] su does not return exit status of executed com o www/53676 simon [patch] Don't make people contact doc@ for 404 from no o stand/53682 le [PATCH] add fuser(1) utility o docs/54009 trhodes [patch] clarify the location of the splash image in th o bin/54026 bms [patch] Add support for non-standard ports to /usr/bin o kern/54220 [PATCH] /usr/src/Makefile has wrong instructions for u o bin/54365 [PATCH] add -u option to install(1) for SysV compatibi o kern/54383 net [nfs] [patch] NFS root configurations without dynamic o kern/54439 [sysctl] [patch] Protecting sysctls variables by given o docs/54451 doc [patch] i386_get_ldt(2): i386_{get|set}_ldt manual pag o docs/54461 kensmith [patch] Possible additions to Handbook (Basics and Use o kern/54604 pjd [kernel] [patch] make 'ps -e' procfs-independent o bin/54897 [PATCH] -y flag for mount_mfs o conf/55015 [patch] 700.kernelmsg: Security check output enhacemen o kern/55163 [jail] [patch] hide kld system details from jails o misc/55387 [patch] users LD_LIBRARY_PATH can interfere with mail o conf/55470 [pccard] [patch] new pccard.conf entry (I-O DATA WN-B1 s ports/55515 portmgr [patch] extract perl stuff from bsd.port.mk into bsd.p o bin/55539 [patch] Parse fstab(5) with spaces in path names o kern/55835 emulation [linux] [patch] Linux IPC emulation missing SETALL sys o i386/55838 i386 [kbd] [patch] Dual characters from keyboard in X on To o ports/55841 portmgr [patch] Mk/bsd.port.mk: add routines to use ${PORTSDIR o docs/55883 kensmith [patch] handbook advanced-networking/chapter.sgml o conf/55916 rc [PATCH] ppp-user options o kern/55984 ipfw [ipfw] [patch] time based firewalling support for ipfw s bin/56012 [MAKEDEV] [patch] MAKEDEV does not allow creation of t o usb/56095 usb [usb] [patch] QUIRK: Apacer Pen Drive fails to work o kern/56250 [ums] [patch] ums(4) doesn't work with MCT based PS/2 o bin/56648 le [PATCH] enable rcorder(8) to use a directory for locat o bin/57018 le [PATCH] convert growfs to use libufs(3) s bin/57088 [cam] [patch] for a possible fd leak in libcam.c o kern/57230 [psm] [patch] psm(4) incorrectly identifies an Intelli o docs/57298 blackend [patch] add using compact flash cards info to handbook o docs/57388 doc [patch] INSTALL.TXT enhancement: mention ok prompt s bin/57407 bms [patch] Better NTP support for dhclient(8) and friends o kern/57522 [PATCH] New PID allocater algorithm from NetBSD o bin/57715 [patch] tcopy(1) enhancement o docs/57926 doc [patch] amd.conf(5) poorly format as it has both man(7 o conf/58206 [Patch] 460.status-mail-rejects incompatible with FEAT o bin/58483 [patch] mount(8): allow type special or node relative f kern/58529 dwmalone [libpcap] [patch] RDWR bpf in pcap. o kern/58803 [kernel] [patch] kern.argmax isn't changeable even at o conf/58939 [patch] dumb little hack for /etc/rc.firewall{,6} o docs/59044 doc [patch] doc.docbook.mk does not properly handle a sour f kern/59208 matk [sound] [patch] reduce pops and crackles and fix selec o docs/59240 blackend [patch] handbook update: linux MATLAB o kern/59289 [bktr] [patch] ioctl METEORGBRIG in bktr_core.c forget o www/59307 remko [patch] xml/xsl'ify & update publications page o conf/59600 [PATCH] Improved us.emacs.kbd mapping o kern/59624 [ata] [patch] HightPoint HPT371 support for FreeBSD 4. o kern/59698 usb [kbd] [patch] Rework of ukbd HID to AT code translatio o bin/59708 qa [sysinstall] [patch] add sSMTP support for Mail select o docs/59735 kensmith [patch] Adding a reference to Icelandic Rsync to mirro o docs/59736 kensmith [patch] Updating size of archives in hubs article o kern/59903 [pci] [patch] "pci_find_device" returns [only/at] the o kern/60183 sobomax [gre] [patch] No WCCPv2 support in gre f usb/60248 usb [patch] Problem with USB printer HP LaserJet 1300 o kern/60307 [pccard] [patch] wrong product id in pccarddevs for Sp o misc/60352 [patch] buildworld fails in sysinstall if terminfo dat o bin/60510 [patch] change to less(1) for compressed files o docs/60544 doc [patch] getenv(3) manpage doesn't state the return val o kern/60550 silby [kernel] [patch] hitting process limits produces sub-o f ports/60558 portmgr [PATCH] bsd.port.mk: automatically verify GnuPG signat o kern/60677 multimedia [sound] [patch] No reaction of volume controy key on I o kern/60697 [pty] [patch] pseudo-tty hack versus telnet race cause o bin/60834 [patch] ftpd(8) send_data()+oldway: anonymous transfer o bin/60892 [patch] added -p option to kldxref(8) to allow creatio o kern/60963 [pecoff] [patch] Win32 Applications abort on PECOFF o kern/60982 [pci] [patch] ID for VIA 686A Power Management Unit (f o usb/61234 usb [usb] [patch] usbhidaction(1) doesn't support using an o bin/61239 [patch] bootp enhancement, places the dhcp tags into t o kern/61300 [aue] [patch] Enabling HomePNA PHY on aue(4) for HomeP o docs/61301 doc [patch] Manpage patch for aue(4) to enable HomePNA fun f misc/61322 [patch] bsd.dep.mk disallows shell generated flags in o kern/61415 [net80211] [patch] disable broadcast ssid if_wi and di o i386/61481 i386 [patch] a mechanism to wire io-channel-check to userla o kern/61497 ups [kernel] [patch] __elfN(map_insert) bug o bin/61666 peter [patch] mount_nfs(8) parsing bug, segmentation fault a kern/61744 andre [netinet] [patch] TCP hangs onto mbufs with no tcp dat o bin/61808 [PATCH] Update RPC prgs to allow binding to specific a o bin/61975 ume [PATCH] sync src/usr.sbin/traceroute6.c with KAME o bin/61978 [PATCH] sync src/usr.sbin/setkey/token.l with KAME o i386/62003 i386 [loader] [patch] make /boot/loader "reboot" code same o kern/62098 [pccard] [patch] Bad CISTPL_VERS_1 and clash on notebo o docs/62724 doc [patch] host(1) manpage does not include information a f ports/62761 portmgr [patch] for phasing out distinfo files f ports/62829 portmgr [patch] Mk file bsd.linux.rpm.mk supporting Linux RPM o kern/63096 rwatson [mac] [patch] MAC entry point for route manipulation o docs/63570 ceri [patch] Language cleanup for the Handbook's DNS sectio o i386/63628 bms [loader] [patch] i386 master boot record to allow boot s ports/63716 portmgr [patch] Mk/bsd.port.mk: move sysctl to ${SYSCTL} and a o usb/63837 usb [uhid] [patch] USB: hid_is_collection() only looks for o kern/63863 glebius [netgraph] [patch] feature request: implement NGM_ELEC o kern/64114 [vga] [patch] bad vertical refresh for console using R o kern/64178 jmg [kqueue] [patch] kqueue does not work with bpf when us o bin/64198 [patch] init(8) may keep zombies o bin/64327 [patch] make(1): document surprising behaviour of assi o kern/64588 [joy] [patch] Extend joystick driver architecture to s s kern/64875 standards [libc] [patch] [feature request] add a system call: fd o docs/65065 doc [patch] improper language ntpd(8) man pages o bin/65228 [Patch] Allow rup(1) to parse hostnames from a defined o kern/65278 ups [sio] [patch] kgdb debugger port initialization destro o bin/65306 obrien [patch] Portability fixes for FreeBSD build utils, par f ports/65344 portmgr [patch] USE_ macros for graphics libraries o kern/65355 [pci] [patch] TC1000 serial ports need enabling o docs/65530 doc [patch] minor improvement to getgrent(3) o kern/65627 [i386] [patch] store P3 serial number in sysctl s ports/65804 portmgr [PATCH] bsd.port.mk is gratuitously slow f ports/65915 portmgr [PATCH] bsd.port.mk: handle interactive configure scri o ports/66032 portmgr [PATCH] bsd.port.mk: clean room installation o kern/66225 [netgraph] [patch] extend ng_eiface(4) control message o docs/66265 doc [patch] Document what -f and LD_TRACE_LOADED_OBJECTS_F o kern/66268 glebius [socket] [patch] Socket buffer resource limit (RLIMIT_ p docs/66289 brueffer [patch] lib/libc/gen/ualarm.3 refers to non-existent a o docs/66296 doc [patch] contrib/amd/amq/amq.8 uses log_options instead o ports/66342 portmgr [PATCH] fix ECHO_MSG breakage in java ports o docs/66343 doc [patch] unlisted supported card on man page for wi(4) o ports/66389 portmgr [PATCH] bsd.port.mk: follow MOVED ports o bin/66445 [patch] Add options to last(1) to ignore ftp logins (u o docs/66483 doc [patch] share/man/man4/csa.4 grammar nits s ports/66566 portmgr [PATCH] bsd.port.mk: fix build when /usr/obj/usr/ports o docs/66770 doc [patch] share/man/man4/ng_pppoe.4 tyops, grammar, and o docs/66771 imp [patch] usr.sbin/pccard/pccardc/pccardc.8 grammar and o docs/66775 roam [patch] clarification to committer's guide that port n o bin/66893 [patch] rpc.yppasswdd(8): Linux NIS clients connecting o bin/66941 [patch] gcc2.95 (FreeBSD-specific): fix unacceptable s o bin/66988 [Patch] apm.c check validation of the returned values o i386/67011 mdodd [vpd] [patch] MFC of vpd driver for IBM xSeries etc o docs/67078 doc [patch] MFC of a rtld(1) man page is incomplete. o bin/67231 [patch] pam_krb5 doesn't honor default flags from /etc a bin/67317 bms [patch] to nfsd.c to make it slightly more dynamic o i386/67383 i386 [i386] [patch] do a better job disassembling code in 1 f ports/67436 portmgr [patch] bsd.port.mk: GNU_CONFIGURE_PREFIX_SUBDIR o ports/67437 portmgr [patch] bsd.port.mk: NO_BUILD and PKGNAMESUFFIX do not o kern/67763 [pccard] [patch] PCMCIA: MELCO manufacturer code shoul f docs/67806 doc [patch] Let 5.x users know how to boot into single use o kern/67830 [smp] [patch] CPU affinity problem with forked child p o kern/68081 [headers] [patch] sys/time.h (lint fix) o conf/68108 [patch] Adding mac-address /conf selector to diskless s kern/68110 hsu [netinet] [patch] RFC 3522 for -HEAD p docs/68201 keramida [patch] pthread_atfork(3) man page o usb/68232 usb [ugen] [patch] ugen(4) isochronous handling correction o kern/68311 [patch] it is impossible to override defaults with ker o kern/68315 [ata] [patch] atacontrol(8) addspare for 4.x o kern/68317 [kernel] [patch] on soft (clean) reboots clean dmesg o o usb/68412 usb [usb] [patch] QUIRK: Philips KEY013 USB MP3 player o kern/68459 [vfs] [patch] Patches to mknod(2) behave more like Lin o bin/68586 dwmalone [patch] allow syslogd to forward to non-default ports o kern/68623 [sf] [patch] sf(4) (Adaptec StarFire) multiple problem s kern/68692 andre [net] [patch] Move ARP out of routing table o kern/68719 [msdosfs] [patch] poor performance with msdosfs and US o bin/68848 [patch] find(1) shows pathname as optional but it isn' o bin/69010 [patch] Portability fixes for FreeBSD build utils, par o kern/69064 [kernel] [patch] No multiple ip4/6's could assigned to o bin/69083 [patch] basic modelines for contrib/nvi o i386/69257 i386 [i386] [patch] in_cksum_hdr is non-functional without o bin/69268 wpaul [patch] Fix ndiscvt(8) to warn you if it's going to ge o bin/69398 [patch] cleartext display of password in login.c o kern/69650 [patch] make getserv* functions work with nsdispatch o kern/69730 [puc] [patch] puc driver doesn't support PC-Com 8-port o docs/69861 doc [patch] usr.bin/csplit/csplit.1 does not document POSI o bin/69875 [patch] mlxcontrol(8): `mlxcontrol status ' o ports/69965 portmgr [patch] check for moved ports in "make deinstall-all" o bin/69986 qa [sysinstall] [patch] no job control in fixit shell on o bin/70182 [patch] fortune -e implementation bug o docs/70217 doc [patch] Suggested rewrite of docproj/sgml.sgml for cla f usb/70362 sanpei [usbdevs] [patch] LaCie 160GB USB drive o usb/70523 usb [usb] [patch] umct sending/receiving wrong characters o docs/70583 ceri [patch] Update freebsd-glossary o i386/70610 i386 [speaker] [patch] spkr(4): hardcoded assumption HZ == o docs/70652 hmp [patch] New man page: portindex(5) o bin/70756 [PATCH] indent(1) mishandles code that is protected fo o kern/70810 [pci] [patch] Enable SMBus device on Asus P4B series m o stand/70813 standards [PATCH] ls(1) not Posix compliant a ports/70900 edwin [patch] devel/sdl12 inconsistency between actual versi o kern/71258 [vm] [patch] anonymous mmappings not always page align o kern/71334 [mem] [patch] mem_range_attr_{set|get} are no longer k o usb/71605 usb [umass] [patch] umass doesn't recognize multiple slots o bin/71613 [PATCH] cleanup of the usr.sbin/traceroute6 code o bin/71616 [PATCH] cleanup of the usr.sbin/yp_mkdb code o bin/71617 [PATCH] cleanup of the usr.sbin/ypserv code o bin/71618 [PATCH] cleanup of the usr.sbin/timed code o bin/71619 [PATCH] cleanup of the usr.sbin/tcpdump code o bin/71620 [PATCH] cleanup of the usr.sbin/sysinstall code o bin/71621 [PATCH] cleanup of the usr.sbin/sliplogin code o bin/71622 [PATCH] cleanup of the usr.sbin/sicontrol code o bin/71623 [pcvt] [patch] cleanup of the usr.sbin/pcvt code o bin/71624 [PATCH] cleanup of the usr.sbin/rtadvd code o bin/71625 [rpc] [patch] cleanup of the usr.sbin/rpc.ypupdated co o bin/71626 [PATCH] cleanup of the usr.sbin/rpc.statd code o bin/71628 [PATCH] cleanup of the usr.sbin/rpcbind code o bin/71629 [PATCH] cleanup of the usr.sbin/pppstats code o bin/71630 [PATCH] cleanup of the usr.sbin/pppd code o bin/71631 [PATCH] cleanup of the usr.sbin/pppctl code o bin/71632 [PATCH] cleanup of the usr.sbin/ndp code o bin/71633 [PATCH] cleanup of the usr.sbin/mrouted code o bin/71659 [PATCH] cleanup of the usr.sbin/mount_portalfs code o bin/71660 [PATCH] cleanup of the usr.sbin/kgmon code o bin/71661 [PATCH] cleanup of the usr.sbin/keyserv code o bin/71664 [PATCH] cleanup of the usr.sbin/fwcontrol code o bin/71665 [PATCH] cleanup of the usr.sbin/dconschat code o bin/71667 [PATCH] cleanup of the usr.sbin/bootparamd code o bin/71669 [PATCH] cleanup of the usr.sbin/atm code o bin/71671 [PATCH] cleanup of the usr.sbin/apmd code o docs/71690 doc [patch] inaccurate information in systat(1) manpage o kern/71711 [bpf] [patch] generate a single bpf timestamp for each o bin/71749 [PATCH] truss -f causes circular wait when traced proc o conf/71767 [patch] French translations for keyboards keymaps desc s bin/71773 des [patch] genericize.pl -c misses some comments o bin/71801 [patch] Add ncurses utility programs: infocmp, tic and s bin/71855 [patch] making kdump WARNS=6 clean o conf/71994 [patch] dot.login: login shell may unnecessarily print f ports/72067 obrien [PATCH] editors/vim: i18n and extra support o conf/72076 [patch] German locales use old %d.%m.%y date format in o bin/72124 [patch] rm -P can't unlink u-w files o i386/72179 i386 [acpi] [patch] Inconsistent apm(8) output regarding th o kern/72217 [netinet6] [patch] Bug in calculation of the parameter o conf/72277 [patch] update for /usr/share/skel o kern/72352 [puc] [patch] Support for VScom PCI-100L is missing fr o bin/72357 [patch] WARNS?=5 cleanup for src/tools/tools/netrate o kern/72433 [amr] [patch] AMR raid, amrreg.h struct amr_enquery3 a o conf/72465 [patch] United States International keyboard layout fo p conf/72505 brian [patch] Fix rc.d/ppp-user to make use of rc.subr o kern/72560 jeff [sched_ule] [patch] small cleanup of SCHED_ULE o kern/72585 [syscons] [patch] iso05-8x16.fnt lacks letter q o bin/72588 [patch] iostat(8) tty stats field concatenation o kern/72659 jeff [sched_ule] [patch] little bug in sched_ule interactiv o bin/72674 [patch] make /usr/bin/whois use SK-NIC's whois server o usb/72732 usb [patch] Kyocera 7135 quirk. o bin/72793 [patch] wicontrol(8) prints out non-printable chars in a bin/72814 bms [patch] libpcap opens bpf as O_RDONLY - doesn't work w o conf/72901 [patch]: dot.profile: prevent printing when doing an s f kern/72933 yar [netgraph] [patch] promisc mode on vlan interface does a conf/72978 [patch] add danish syscons keymap with accents o sparc/72998 sparc64 [kernel] [patch] set_mcontext() change syscalls parame p bin/73110 rwatson [patch] ffsinfo conversion from atol() to strtol() p bin/73112 rwatson [patch] change atol() to strtol() in badsect o kern/73276 ipfw [ipfw] [patch] ipfw2 vulnerability (parser error) o bin/73411 [patch] FTPD could set attributes to 0600 while upload o kern/73514 [ntfs] [patch] mount_ntfs: can't access to a large fil o docs/73583 doc [patch] add missing instructions to ndis(4) o conf/73677 [patch] add support for powernow states to power_profi o kern/73777 emulation [linux] [patch] linux emulation: root dir special hand o i386/73921 i386 [sysctl] [patch] sysctlbyname for machdep.tsc_freq doe o conf/73929 dougb [patch] /etc/rc.d/named will not work with ports-named o conf/74004 [PATCH] add fam support to inetd.conf o conf/74006 dougb [PATCH] /etc/rc.d/named minor fixes o kern/74159 [headers] [patch] fix warnings concerned with header f o bin/74178 [patch] grdc(6) - scrolling does not work and "AM"/"PM o conf/74213 [PATCH] Connect src/etc/periodic/security/610.ipf6deni o i386/74327 i386 [pmap] [patch] mlock() causes physical memory leakage o bin/74360 [patch] ndiscvt(8) generates a driver which doesn't ma o bin/74450 [libalias] [patch] enable libalias/natd to create skip o i386/74454 i386 [bsd.cpu.mk] [patch] Adding VIA Eden family o docs/74477 doc [patch] Correct several links in the contributing arti o kern/74498 [pccard] [patch] new CIS id for Intersil WiFi, pccard o bin/74506 [patch] bad top command display o kern/74549 [modules] [patch] Allow third party KLDs (eg ports) to o bin/74567 [2TB] [patch] du doesn't handle sizes >1TB o usb/74609 usb [usb] [patch] allowing cdma modems to work at full spe o docs/74612 doc [patch] updates to the glossary o bin/74743 [patch] wctype.c declares static array on stack o kern/74786 [irq] [patch] Smartlink Modem causes interrupt storm o o conf/74817 [patch] network.subr: fixed automatic configuration of o usb/74849 usb [usb] [patch] Samsung SPH-i500 does not attach properl o usb/74880 usb [usb] [patch] Samsung N400 cellphone/acm fails to atac o ports/74907 apache [PATCH] www/mod_perl: cleanups o ports/74919 ale [PATCH] lang/php4: Add hardened-php.org patch s kern/74986 glebius [patch] sysctlize a parameter of if_em's interrupt mod o kern/75132 jhb [puc] [patch] add support for the Davicom 56PDV PCI Mo o kern/75254 [wi] [patch] PRISM3-based adapter ZCOM XI330 doesn't w o kern/75298 [pccard] [patch] add missing device id for pccard brid o ports/75464 portmgr [patch] bsd.port.mk install default configuration file o conf/75502 [patch] Fix LC_NUMERIC and LC_MONETARY for de_CH local o docs/75545 trhodes [patch] typos in man3 manual pages, form_field_opts.3, o docs/75577 doc [patch] typos in man3 manual pages, login_class.3, log p kern/75582 glebius [dc] [patch] Add support for Linksys PCMPC200 Cardbus o kern/75764 [umass] [patch] "umass0: Phase Error" - no device for o bin/75766 [patch] nfsd(8) loops with TCP + multiple -h options o kern/75934 [libcrypt] [patch] missing blowfish functionality in p o kern/76081 [rl] [patch] Add support for CardBUS NIC FNW3603TX o conf/76124 [patch] Mistake in /usr/share/misc/pci_vendors o gnu/76169 [patch] Add PAM support to cvs pserver o docs/76333 doc [patch] ferror(3): EOF indicator can be cleared by not o kern/76432 gnn [net] [patch] recursive locking in the network stack o bin/76494 [patch] passwd(1) does not indicate a successful chang o conf/76509 [patch] New locale uk_UA.CP1251 support o docs/76515 doc [patch] misleading use of make -j flag in handbook s kern/76520 [libiconv] [patch] Add new kernel-side libiconv conver o kern/76539 [dummynet] [patch] ipnat + dummynet on output on same o kern/76551 [re] [patch] re0: watchdog timeout o conf/76626 [patch] 460.status-mail-rejects shows destination doma o kern/76678 rwatson [libpam] [patch] Allow pam_krb5 to authenticate no loc o kern/76710 [mii] [patch] rgephy does not deal with status properl o ports/76915 portmgr [patch] Handle port deinstall scripts when /var is mou o bin/77031 [patch] comm(1) unable to handle lines greater than LI o docs/77087 doc [patch] the bootvinum script given in the vinum articl o conf/77197 [patch] calendar.judaic is out of date o kern/77355 [i386] [patch] Detect i*86 subarches for uname o kern/77365 [amdpm] [patch] amdpm driver has wrong PCI device ID f o kern/77841 [libc] [patch] cast away const in getpublickey() f ports/77873 portmgr [patch] New variable: USE_BSD_MK o ports/77876 portmgr [patch] Ensure uniqueness of (DOCS|EXAMPLES|DATA)DIR o kern/77913 [wi] [patch] Add the APDL-325 WLAN pccard to wi(4) o docs/78041 doc [patch] docs for md(4) need further explanation of typ o kern/78072 [lge] [patch] Potential memory leak in lge(4) o kern/78114 phk [geom] [patch] Solaris/x86 label structures for GEOM ( o docs/78138 doc [patch] Error in pre-installation section of installat o bin/78170 [patch] Fix signal handler in bootpd a docs/78174 markus [patch] Update for Bluetooth-related manpages o docs/78240 doc [patch] handbook: replace with aroun o ports/78490 portmgr [patch] bsd.port.mk: add PORTEXAMPLES and PORTDATA o ports/78554 portmgr [patch] bsd.port.mk: allow install port with the same o kern/78646 [libmap] [patch] libmap should canonicalize pathnames o kern/78673 cel [nfs] [patch] nfs client open resets attrstamp ever if o kern/78756 [libc] [patch] src/lib/libc/nls/fr_FR.ISO8859-1.msg fo o kern/78758 sos [ata] [patch] Add support for re-sizing ATA disks a ports/78760 lioux [PATCH] multimedia/kmplayer: Make TV viewing a bit mor o bin/78763 pjd [PATCH] Added jail support to ps o bin/78768 pjd [Patch] Added jail support to top o bin/78785 ipfw [ipfw] [patch] ipfw verbosity locks machine if /etc/rc o kern/78884 cel [nfs] [patch] nfs client cache negative lookups o conf/78906 rc [patch] Allow mixer_enable="NO" in rc.conf o i386/79091 i386 [i386] [patch] Small optimization for i386/support.s p kern/79139 rodrigc [pci] [patch] Support for more PCIe chipsets o conf/79196 [PATCH] configurable dummynet loading from /etc/rc.co o bin/79228 [patch] extend /sbin/arp to be able to create blackhol o kern/79266 [pci] [patch] RELENG_4 pci CONF1_ENABLE_MSK depend MFC o ports/79398 portmgr [patch] bsd.port.mk: add USE_MAKESELF knob o bin/79607 obrien grok and default to bzip2-compressed manual pages [pat o ports/79651 clement [patch] mail/ssmtp: add per-user smtp authentication c o usb/79725 usb [usb] [patch] USB device speed is not double-checked o threa/79887 threads [patch] freopen() isn't thread-safe o usb/79893 usb [umass] [patch] new usbdevs/umass quirks derived from o usb/80010 usb [aue] [patch] add support for the AEI USB to LAN adapt o kern/80031 [coda] [patch] Remove insque/remque from kernel land o kern/80048 [aac] [patch] support for HP ML110 G2 SATA RAID Contro o bin/80117 qa [sysinstall] [patch] smbfs install option for sysinsta o docs/80159 doc [patch] rtld(1) mentions "%m" but it's not implemented o docs/80186 imp [patch] Footnote is wrong in the /usr/src/UPDATING o bin/80258 [PATCH] Comment why some Binaries are statically linke o kern/80269 [libtacplus] [patch] libtacplus tac_get_av_value will o bin/80411 [patch] df(1): bin/df/df.c sign errors in calls to get o conf/80504 [patch] de_DE.ISO8859-1 libc message catalog f bin/80610 [patch] netstat(1): lost data due lu format o bin/80620 des [patch] fetch -U does not work o kern/80642 ipfw [ipfw] [patch] ipfw small patch - new RULE OPTION o bin/80687 [patch] Missing NULL termination after strncpy() in lo o bin/80732 [PATCH]: getty(8) and telnetd(8) ignore the 'if' optio o kern/80844 [psm] [patch] Increase compatibility of psm driver wit o bin/81035 [patch] boot0cfg emits bogus error o conf/81042 pf [pf] [patch] /etc/pf.os doesn't match FreeBSD 5.3->5.4 o ports/81070 ale [PATCH] www/php-screw: randomize CRYPTKEY o usb/81073 usb [umass] [patch] fix umass NO_GETMAXLUN quirk o bin/81230 rodrigc [patch] mountd does not ignore SIGPIPE o stand/81287 standards [PATCH]: fingerd(8) might send a line not ending in CR o bin/81300 [PATCH] add option to sockstat(1) to always separate o i386/81358 i386 [geode.c] [patch] add PC Engines WRAP support o threa/81534 threads [libc_r] [patch] libc_r close() will fail on any fd ty o kern/81588 phk [kernel] [patch] Devices with SI_CHEAPCLONE flag don't o bin/81692 [patch] atacontrol(8) support for disk APM and acousti o bin/81709 [patch] lam accepts -P but not -p o kern/81803 [ichsmb] [patch] Unsupported ICH6 SMBus controller on o bin/81837 [patch] Sort by directories first option for ls(1) p bin/81874 [patch] TCP mode in systat overwrites load average o kern/81987 [libc] [patch] memory leaks in libc/rpc o bin/81989 [patch] mount_msdosfs(8): when a mask, but no dirmask o bin/82058 markm [PATCH] Ability for pw groupmod to delete members o bin/82161 [patch] m4's eval does not handle INT_MIN correctly o bin/82170 [patch] m4's eval does not work as documented o bin/82185 [patch] ndp(8) command bug o kern/82188 [netgraph] [patch] ng_fec interface not running after o kern/82189 [netgraph] [patch] ng_fec interface - problems with co o conf/82228 roberto [patch] order parsed ntpdate_hosts in /etc/rc.d/ntpdat o bin/82287 [patch] routed(8): Fix varargs usage, remove non-exist o docs/82290 hmp [patch] update to handbook firewall PF section o gnu/82351 [patch] update (385-cl3) to version 385 of the "less" o usb/82436 usb [patch] USL101 Host-to-Host bridge support on FreeBSD o gnu/82484 [patch] for misleading man cvs f ports/82661 portmgr [patch] Add support to filter MASTER_SITES and PATCH_S o kern/82724 ipfw [ipfw] [patch] Add setnexthop and defaultroute feature o docs/82779 doc [patch] Kill entry for ddb manpage o conf/82823 [patch] little addon for /etc/periodic/400.passwdless o usb/82839 usb [patch] add support for Aceeca Mez1000 device to uviso o kern/82882 yar [patch] ip_mroute abends kernel when interface detache p kern/82908 glebius [patch] ip_carp should use ifnet_departure_event event o bin/83170 [patch] Allow 'install' to compare files by mtime inst a ports/83264 [PATCH] emulators/linux_base-suse-9.2: Add freetype2 o bin/83358 [patch] improper handling of malloc failures within re o bin/83361 [patch] Incorrect malloc failures handling within libd o www/83397 ceri [patch] Improvement to the GNATS webinterface o bin/83424 [patch] improper handling of malloc failures within li o bin/83451 [patch] improper handling of malloc failures within li o docs/83621 doc [patch]: Minor omissions in /usr/src/UPDATING o kern/83622 [patch] add network interfaces labeling support o kern/83697 [snd_mss] [patch] support, docs added for full-duplex, o kern/83778 [kame] [patch] JPv6 cannot use Jumbo Frames o kern/83807 [sis] [patch] if_sis: Wake On Lan support for FreeBSD o stand/83845 standards [libm] [patch] add log2() and log2f() support for libm o bin/84041 [PATCH] fix for wall(1) error message p docs/84101 doc [patch] mt(1) manpage has erroneous synopsis, etc. o kern/84215 [jail] [patch] wildcard ip (INADDR_ANY) should not bin o kern/84219 [ncurses] [patch] ncurses.h wchar_t confliction p docs/84264 keramida [patch] ata(4) manpage disagrees with tuning(7) manpag o docs/84265 doc [patch] chmod(1) manpage omits implication of setting p docs/84266 doc [patch] security(8) manpage should have init(8)'s list o docs/84267 doc [patch] chflags(1) manual doesn't say it's affected by o docs/84271 ceri [patch] compress(1) doesn't warn about nasty link hand p docs/84273 keramida [patch] disktab(5) manual has bad SEE ALSO o bin/84298 [patch] allow mount(8) to recognize relative pathnames o docs/84408 doc [patch] dump(8) manpage doesn't require an option and f ports/84448 portmgr [patch] bsd.port.mk: Add "make test" to ports o docs/84467 doc [patch] bsdlabel(8) manpage uses archaic "pack" in "ap s docs/84519 doc [patch] mdoc(7) manpage needs more about AUTHORS o docs/84549 doc [patch] errno(2) manpage uses "<...>" for "(..)" o conf/84581 [patch] Teach config(8) to look for kernel configurati o bin/84634 fjoe [geom] [patch] new utility to control GEOM uzip class o docs/84670 doc [patch] tput(1) manpage missing ENVIRONMENT section wi f ports/84718 girgen [PATCH] databases/postgresql74-server: Add option from o conf/84752 [patch] 100.clean-disks cleans file systems that don't o docs/84764 doc [patch] hosts.equiv(5) manpage should SEE ALSO netgrou o kern/84797 [libutil] [patch] State engine in the libutils propert o conf/84800 obrien [patch] setting CPUTYPE=nocona on an Intel system resu o kern/84823 [bpf] [patch] bpf in non-blocking mode is broken o docs/84849 doc [patch] fdisk(8) manpage doesn't warn fdisk doesn't re o bin/84911 [patch] ndisgen(8) can't cope with .sys-files that beg o docs/84955 doc [patch] mdoc(7) manpage should mention missing documen o docs/84956 doc [patch] intro(5) manpage doesn't mention API coverage o docs/84961 blackend [patch] Sync NDIS documentation with reality o kern/84981 [headers] [patch] header protection for 6.0 winTV card not pr o ports/89670 ade [patch] Automake 1.9 not detecting cppunit o docs/89747 doc [PATCH] faq: s/kbd0/ukbd0/ when USB keyboard is connec o kern/89748 dwmalone [bpf] [patch] BPF indexed byte load can sign extend o bin/89762 [patch] top(1) startup is very slow on system with man o bin/89770 des [patch] pam_krb5 'authentication token failure' in pas o bin/89799 [patch] Making natd(8) not require a newline at the en o conf/89860 matteo [patch] Add ability to set up vnode backed filesystems o conf/89870 rc [patch] feature request to make netif verbose rc.conf o ports/89896 ale [PATCH] Add support for multiple versions of php o bin/89988 [patch] bootparamd(8) null host support and whoami fix o bin/89989 [patch] Add option to /usr/sbin/jail: -I (ASCII 73) PI o kern/90012 scottl [ips] [patch] IBM/Adaptec ServeRAID 7x support s conf/90082 matteo [syscons] [patch] curses ACS line graphics support for o bin/90114 [patch] pw(8) takes strings after option -g for GID 0 o bin/90130 [patch] sysctl(8): print temperature in celsius only w o kern/90155 [netinet] [patch] use sysctl(8) to control hardware ch a conf/90163 dougb [patch] Easily launch non-forking daemons like logsurf o kern/90181 [NOTES] [patch] IPSEC_FILTERGIF documentation is incom o bin/90311 [patch] add "eject" to mt(1) o bin/90384 [patch] chroot patch for sftp-server(8) o bin/90415 [patch] Add -Z (no newfs) to mount_mfs(8). Use with e o ports/90436 portmgr [patch] Add a way to handle configuration files to bsd o docs/90498 doc [patch] wrong parameter name to function twalk in tsea o kern/90521 [udf] [patch] UDF driver might calculate a wrong descr o bin/90680 [patch] make(1) thinks "^.for.o:" is a directive (".fo o bin/90687 [patch] side effect of -delete option of find(1) o bin/90823 [PATCH] cp(1) should use lchflags() o kern/90990 [PATCH] ncurses doesn't compile with --enable-widec o kern/91010 daichi [unionfs] [patch] new source code and some changes o bin/91034 [patch] minor fix to iostat(8) so that columns line up o bin/91049 [patch] dump(8): make dumps more rsync-friendly o bin/91101 [patch] /usr/src/usr.bin/whereis/whereis.c o bin/91134 [smbfs] [patch] Preserve access and modification time o kern/91293 emulation [svr4] [patch] *Experimental* Update to the SVR4 emula o bin/91299 yar [patch] add ftpd(8) SITE SHA256 command p kern/91315 anholt [agp] [patch] add Intel E7505 chipset support to agp(4 o kern/91332 [patch] Linksys EG1032 V3.0 Gigabit card captured by s o kern/91347 rodrigc [pci] [patch] Add another PCI-e chipset for extended c p kern/91412 andre [netinet] [patch] Problem with PMTU Discovery / DF / I o kern/91414 emaste [kernel] [patch] Polling for devices other than NICs p docs/91448 keramida [patch] fdc(4) man page refers to non-existing device o kern/91476 [fdc] [patch] floppy drive doesn't work in MS Virtual o kern/91488 [isofs] [patch] cd9660 filesystem cannot handle files o kern/91502 sos [ata] [patch] ICH7 - finds only 2 out of 4 drives p docs/91518 trhodes [patch] Update handbook section "Rebuilding 'world'" i o usb/91546 usb [umodem] [patch] Nokia 6630 mobile phone does not work f kern/91777 darrenr [ipfilter] [patch] wrong behaviour with skip rule insi o ports/91843 anders [patch] thttpd with USE_SENDFILE generates ENOTCONN no p kern/91851 andre [netinet] [patch] cannot collect multicast upcall mess o i386/91871 i386 [boot1] [patch] boot1: jump to 0xf000:0xfff0 instead o p bin/91973 des [libfetch] [patch] relax fetch(1) reaction on a MODE c o ports/92123 portmgr [patch] bsd.port.mk: PLIST_SUBX and SUBX_LIST autoexpa f ports/92133 [PATCH] comms/spandsp: 0.0.2p22 fixes various bugs. o usb/92306 usb [quirk] [patch] Support for iRiver U10 USB media playe o kern/92323 [iwi] [patch] XI330_IEEE missing from if_wi_pccard.c o stand/92360 standards [headers] [patch] Missing TAB3 in kernel headers o stand/92362 standards [headers] [patch] Missing SIGPOLL in kernel headers o bin/92395 [patch] truss(1) does not work properly, procfs looks o bin/92412 [patch] rup(1): rpc.rstatd reports bogus packets/per/s s ports/92445 portmgr [patch] change all bogus uses of BROKEN to IGNORE f usb/92462 usb [patch] Add support for Epson CX3500/3600/3650 scanner o kern/92509 tegge [patch] Incorrect Comment in vm_fault o conf/92523 rc [patch] allow rc scripts to kill process after a timeo o conf/92541 [PATCH] add ca_AD, ca_FR and ca_IT locales o ports/92548 ahze [PATCH] textproc/p5-xmltv: Fix 'bad makefile line' err f ports/92688 portmgr [PATCH] bsd.port.mk: add check to USE_DOS2UNIX o ports/92738 bms [patch] net/libpcap LIBPCAP_OVERWRITE_BASES does not w o kern/92880 [libc] [patch] almost rewritten inet_network(3) functi o kern/92926 [headers] [patch] Missing copyright in /usr/include/sy s www/92973 www [patch] mailto.sgml o gnu/93127 [PATCH] add __FreeBSD_kernel__ to pre-defines o kern/93172 [isp] [patch] uintXX_t style(9) updates f ports/93216 lawrance [PATCH] finance/gnucash-devel: Add development release p ports/93276 secteam [patch] security/ca-roots: Update expired certs f ports/93304 [PATCH] sysutils/bacula-server port to no longer link f bin/93309 [PATCH] rpc.rquotad: group quota support over NFS o bin/93310 des [libpam] [patch] pam_unix ignores 'passwordtime' from o kern/93331 [kernel] [patch] broken asm in kernel o kern/93368 sos [ata] [patch] ATA_SMART command is missing o kern/93369 [ata] [patch] Fix failed detection of Nvidia NForce2 c o kern/93393 imp [ed] [patch] Add Micro Research PCMCIA LAN Adapter MR1 o kern/93414 scottl [aac] [patch] compilation problem in aac_ioctl header o bin/93473 des [patch] Let pam_unix(8) use "passwordtime" from login. o usb/93484 usb [umass] [patch] QUIRK: Toshiba TransMemory USB Memorys o ports/93540 kuriyama [PATCH] security/gnupg; enable OPTIONS; configure KNOB o ports/93560 roam [PATCH] dns/djbdns-ipv6: Update IPv6 patches o docs/93590 doc [patch] pf.conf's man page mentions route labels, but o misc/93661 [patch] loader(8): prevent *.4th files and friends fro o docs/93683 jcamou [PATCH] some typos in klist(1) o ports/93687 portmgr [PATCH] Split bsd.port.pre.mk - allow OPTIONS to be pr o kern/93705 standards [headers] [patch] ENODATA and EGREGIOUS (for glibc com p usb/93720 iedowse [umass] [patch] Kernel Dump to USB umass device fails o kern/93755 [kernel] [patch] 2 copy'n'paste-os in sys/vm/phys_page o docs/93764 jcamou [patch] addition to firewalls section - ipfw o conf/93815 rc [patch] Adds in the ability to save ipfw rules to rc.d o misc/93838 [patch] Add notice to /usr/src/Makefile that make worl o bin/93841 dwmalone [patch] fix seg fault with dmesg(8) o bin/93857 [patch] kiconv_cs_preload(8): Utility for loading the o kern/93860 [msdosfs] [patch] sectors-per-track limit of MSDOSFS t o usb/93872 usb [patch] SCSI quirk required for ELTA 8061 OL USB memor p kern/93897 emax [if_tap] [patch] if_tap doesn't handle kqueue(2) o bin/93915 krion [patch] pkg_add(1) behaves improperly when unpacking o o kern/93976 [if_tun] [patch] if_tun doesn't handle kqueue(2) f bin/94032 krion [patch] Enhancement to pkg_add(1) to add -4 flag to fo o ports/94043 ade [patch] bsd.autotools.mk: aclocal can't find libtool m o bin/94052 [PATCH]: Adds option to script(1) to suppress carriage o kern/94082 [re] [patch] USR 997902 Gig-Ethernet card not recogniz o ports/94138 portmgr [patch] Mk/bsd.gcc.mk, Mk/bsd.port.mk: CPUTYPE cause b o bin/94154 [sysinstall] [patch] add release and architecture to t o ports/94167 x11 [patch] x11/xorg-clients: install xdm/Xstartup and /Xr o kern/94273 gnn [netipsec] [patch] IPIP decapsulation problem in FAST_ o usb/94311 usb [ugen][PATCH] allow interrupt IN transactions to be af o bin/94367 [patch] wall(1): fix `wall: /dev/:0: No such file or d o kern/94369 [bktr] [patch] Patch to support Leadtek WinFast Tv2000 o bin/94409 qa [sysinstall] [patch] add geom.debugflags-note to diskl o www/94423 www [patch] XML'ified release todo list o usb/94439 usb [patch] Add support for JNC MP3 Player a ports/94461 vd [patch] to build print/ghostscript-afpl with GCC41 o kern/94480 [kernel] [patch] bread(3) & bwrite(3) can crash under o kern/94519 [libc] [patch] Add UF_HIDDEN file flag; map it to Wind o bin/94546 [PATCH] Make telnet(1) accept 'host:port' on command l p bin/94577 emax [bluetooth] [patch] Wrong mouse button mapping in bthi o docs/94625 doc [patch] growfs man page -- document "panic: not enough f ports/94680 portmgr [patch] bsd.port.mk - introduce ONLY_FOR_OSVERSION as o ports/94690 ume [PATCH] Daemons in /usr/local/etc/rc.d/ must do "setss p bin/94767 delphij [patch] rcorder(8) dumps core when does not use a prop o kern/94829 thompsa [patch] feature request: adapt OpenBSD's enc0 support o kern/94830 cel [nfs] [patch] mount_nfs causes a fatal trap 18 if the f ports/94895 [PATCH] mail/postgrey: The shutting donw process of po o usb/94946 usb [uhub][patch] code dynamic status size for status chan f docs/94969 ale [patch] correct information about install php or mod_p o ports/94997 seanc [patch] port databases/memcached performance (TCP_NODE o kern/95031 [netinet] [patch] routing table doesn't update corectl o docs/95039 doc [patch] small cosmetic syslog.conf(5) fix p docs/95059 ceri [patch] Incorrect example in wordexp(3) manpage o bin/95079 [patch] apply(1) dies when there are two %1 in command o bin/95082 [patch] ping(1) won't handle large preload patterns o ports/95085 portmgr [PATCH]: bsd.port.mk: Add knob to allow for mutually e o ports/95097 ume [patch] to build security/cyrus-sasl2 with gcc4 o ports/95102 ume [PATCH] security/cyrus-sasl2 - change authdaemond_path o ports/95128 eclipse [patch] Update java/eclipse-cdt to version 3.0.2 o bin/95146 ipfw [ipfw][patch]ipfw -p option handler is bogus o conf/95162 rc [patch] Missing feature in rc.subr o ports/95190 itetcu [PATCH] audio/mt-daapd: update to 0.2.4 o kern/95239 [patch] nftw(3) returns EINVAL for large values of max o ports/95336 [PATCH] security/openvpn-admin: install missing file + o kern/95391 [bfe] [patch] minor if_bfe error o bin/95550 [patch] ntpd(8): NTPD/ntpdate complain about IPv6 inte o ports/95589 portmgr [PATCH] make showconfig failed if $(OPTIONS) variable p usb/95616 usb [patch] Add support for USB Acer 640BT scanner o ports/95618 az [patch] irc/weechat p kern/95625 jhb [PATCH] Bug in cdboot's ISO9660 file name matching o bin/95698 philip [patch] moused(8): Software control of sysmouse p bin/95715 [patch] random(6) busy loop under some conditions o conf/95754 [patch] Portuguese timedef s ports/95759 portmgr [patch] bsd.port.mk parallel port builds broken a ports/95788 danfe [PATCH] audio/soundtouch: update to 1.3.1 o misc/95792 [patch] environment variable EDITOR is set wrong in fi o conf/95905 brooks [PATCH] /etc/rc.d/dhclient doesn't interact well with o kern/95957 gnn [netinet6] [patch] missing check for failed memory all o ports/96101 tobez [PATCH] security/p5-GSSAPI does not depend on security o bin/96128 [PATCH] Make aicasm WARNS=6 clean o kern/96133 scsi [scsi] [patch] add scsi quirk for joyfly 128mb flash u o ports/96147 tegge [patch] devel/linuxthreads uses pre-install instead of o ports/96167 cy [PATCH] sysutils/screen: new knob WITH_CJK o stand/96236 standards [PATCH] [POSIX] sed.1 incorrectly describes a function o ports/96306 roam [PATCH] Add necessary DOS2UNIX to textproc/s5 o ports/96310 lth [PATCH] net/smokeping: Use fixed uid/gid p kern/96326 [libdisk] [patch] update to id -> partition name trans p bin/96335 delphij [libutil] [patch] ignored NO_INET6 knob o conf/96343 [patch] rc.d order change to start inet6 before pf o kern/96346 [modules] [patch] disable build of modules that are al o usb/96381 usb [patch] add a quirk table entry for a flash ram usb st o kern/96429 [kernel] [patch] kern_linker.c hardcodes "/boot/kernel o ports/96436 x11 [patch] x11/xorg-clients: logging on xdm with pam_krb o ports/96445 mat [PATCH] www/p5-PHP-Session: update dependency o ports/96447 mat [PATCH] www/p5-CGI-Untaint: undate dependency o ports/96469 seanc [PATCH] devel/tla: update to 1.3.4 o ports/96507 mat [PATCH] devel/p5-Locale-Maketext-Lexicon: update to 0. p conf/96509 glebius [patch] Can't set sysctl containing space in /etc/sysc o bin/96540 [patch] catman(1) does not deal correctly with hard-li o usb/96546 usb [usb] [patch] Add support (quirk) for EasyMP3 EM732X U f ports/96548 oliver [PATCH] lang/ghc: add freealut dependency, make portli o usb/96599 usb [patch] [usb] Sony Handycam DCR-HC32E memory stick slo p conf/96658 [patch] Missing variable in grep statement in 470.stat f ports/96659 hq [PATCH] devel/maven: Improve launcher shell script p docs/96660 keramida [patch] mountd(8) fails to indicate debug mode does no o kern/96743 [sk] [patch] broken 32-bit register operations o conf/96746 [nanobsd] [patch] Configuration changes and README for a ports/96793 portmgr [PATCH] Switch of default OpenLDAP implementation to 2 o bin/96854 imp [patch] devd(8) parses events incorrectly in some case f ports/96891 [patch] port dns/powerdns does not have option for com f ports/96898 vd [PATCH] Update multimedia/quodlibet to 0.20.1 o usb/96901 usb [patch] Add support for X-Micro Flash Disk o www/96902 keramida [patch] update the URL for NanoBSD project f ports/96971 [patch] graphics/xv incorrectly handles xwd files o kern/96974 obrien [patch] to build FreeBSD kernel with binutils 2.16.92 o kern/97000 [kernel] [patch] bogus "All threads purged from ugen0. o bin/97002 [patch] crond(8) fails quietly if /usr/sbin/sendmail i a ports/97020 portmgr [PATCH] bsd.port.mk: support for bsd.java.mk pre/post p kern/97063 obrien [nve] [patch] Added DEFINE to if_nve.c/if_nvereg.h to o kern/97071 [jail] [patch] add security.jail.jid sysctl o bin/97083 [patch] passwd(1) does not support _PWF_HESIOD o ports/97115 mat [PATCH] net/p5-Net: depends on Authen-SASL conditional f ports/97142 [PATCH] net/stone: update to 2.3a o kern/97153 [patch] When -NO_KERBEROS is set, libcom_err still get o usb/97169 usb [uhid] [patch] uhid + Xbox 360 gamepad: turn off blink f ports/97177 clsung [patch] chinese/qterm cannot be compiled o bin/97198 [patch] powerd(8) unable to reduce CPU frequency o kern/97228 sos [ata] [patch] Support new ATA ICH7 controller o docs/97231 doc [patch] ndis(4) man page outdated o www/97233 www [patch] Change the "Report a Bug" link on the home pag o www/97234 www [patch] Re-order links in bugreports.html o docs/97237 doc [patch] Fix dead links in FAQ o ports/97253 lioux [PATCH] multimedia/ogle: portlint(1) fixes f ports/97279 thierry [PATCH] net/linphone-base: Fix build on 4.x o conf/97311 [patch] /etc/rc.d/ipfilter reload can load bad files o ports/97316 olgeni [patch] misc/ytree o kern/97329 matteo [nfs] [patch] code simplification o docs/97375 doc [PATCH] remove nonexistent man page reference o kern/97377 [ntfs] [patch] syntax cleanup for ntfs_ihash.c o kern/97381 [fdc] [patch] Patch to add zero-sector and spanned-sid a ports/97406 portmgr [PATCH] bsd.port.mk: ghostscript port detection refact o www/97408 www [patch] updates for www/en/myths.sgml o bin/97467 [patch] ftpd(8) has no way to specify socket buffer si o usb/97472 usb [patch] add support for Olympus C150,D390 a ports/97579 delphij [patch] ports mail/spamd to reflect the public hostnam f ports/97622 miwi [patch] devel/gauche-sdl o kern/97624 sos [ata] [patch] enable SATA RAID on ASUS N4L-VM DH (ICH7 o ports/97653 sergei [patch] databases/puredb o ports/97654 anholt [patch] games/enigma f ports/97655 miwi [patch] devel/vstr p conf/97697 matteo [PATCH] rc.conf - jail__exec_afterstart[0..n] o ports/97704 miwi [patch] mail/glbiff o ports/97708 roam [patch]misc/bogosort o ports/97711 anholt [patch] graphics/driconf o ports/97714 aaron [patch]lang/harbour o ports/97715 roam [patch] misc/histring o ports/97719 [patch] net-im/jabber-aim o ports/97720 [patch]net-im/jabber-conference o ports/97721 [patch] net-im/jabber-jud o ports/97724 lioux [patch]multimedia/libdivxdecore-devel/ f ports/97725 mi [patch]graphics/libfpx o ports/97729 lioux [patch] multimedia/ldvd o ports/97730 lioux [patch]multimedia/libdivxdecore o ports/97745 lioux [patch]net-p2p/mldonkey-sancho o ports/97746 lioux [patch]mldonkey-serverspy o ports/97750 lev [patch]games/xwelltris o ports/97767 girgen [PATCH] Some improvements over postgresql81-server o kern/97786 [udf] [patch] fs/udf: incorrect timestamps o ports/97794 sergei [patch] sysutils/installwatch f ports/97802 lawrance [patch] sysutils/rename f ports/97804 miwi [patch] security/lep f ports/97808 miwi [patch]security/sslproxy/ f ports/97813 miwi [patch] sysutils/blimitd o ports/97818 roam [patch]net/magictun f ports/97821 miwi [patch] net/p5-Net-Services f ports/97834 pav [patch] science/bblimage f ports/97838 miwi [patch]news/nn o ports/97841 roam [patch]net/tcpcat f ports/97844 miwi [patch]net/wmnet2 f ports/97846 miwi [patch] x11-wm/pager f ports/97853 hq [PATCH] java/bluej: Update to bsd.java.mk 2.0 and port f ports/97855 hq [PATCH] java/jce-aba: Update to bsd.java.mk 2.0 and ot f ports/97879 [PATCH] graphics/vigra: update to 1.4.0 o ports/97941 ijliao [PATCH] databases/dbh: update to 4.5.0 o usb/97948 usb [patch] CMOTECH CDMA USB modem support f ports/97955 [PATCH] news/inn-stable: update to 2.4.4-stable f ports/97960 clsung [PATCH] chinese/libtabe: update to 0.2.6 o kern/98015 [bfe] [patch] bfe(4): double free in error handling pa o ports/98066 [PATCH] editors/tamago: apply anthy patch o ports/98088 [patch] update mail/contact-lookup-applet to 0.14 o ports/98105 portmgr [patch] new feature: IA32_BINARY_PORT macro o bin/98134 [patch] fwcontrol(8): MPEG2-TS/HDV support for fwcontr f ports/98211 [patch] update graphics/gnome-colorscheme to 0.3.91 f ports/98255 leeym [PATCH] sysutils/rsnapshot: update to 1.2.9 o ports/98283 mharo [patch] security/sudo: fix `OME' instead of `$HOME' in o ports/98317 mat [PATCH] www/p5-HTTP-Proxy: update to 0.19 f ports/98319 [PATCH] print/p5-Net-Printer: update to 1.04 o ports/98320 mharo [PATCH] security/p5-Crypt-DSA: update to 0.14 o ports/98325 mharo [PATCH] math/p5-Math-Pari: use gcc >= 3.2, instead of o docs/98344 doc [patch] An update of the article "Choosing the FreeBSD f ports/98364 [PATCH] add several contrib checks o ports/98371 mharo [PATCH] security/p5-Crypt-DSA: update to 0.14 o usb/98385 usb [patch] add support for libretto DVD Dock device to um f ports/98392 aaron [PATCH] devel/p5-Shell-Base: update to 0.05 f ports/98402 miwi [PATCH] games/tmw: update to 0.0.19 o ports/98456 andreas [PATCH] print/apsfilter depends on FORBIDDEN port o ports/98458 jylefort [PATCH] games/xpilot-ng-server: update to 4.7.2 o ports/98459 obrien [PATCH] shells/bash o kern/98460 [kernel] [patch] fpu_clean_state() cannot be disabled o kern/98477 [isofs] [patch] For big size of file of cd9660 o bin/98489 matteo [patch] usr.bin/top to display jail id f ports/98499 [PATCH] misc/libpri: update to 1.2.3 f ports/98507 [patch] Option to build multimedia/gxine without brows f ports/98509 [patch] multimedia/totem, multimedia/totem-gstreamer: f ports/98512 [patch] multimedia/transcode: update pkg-plist f ports/98522 itetcu [PATCH] graphics/py-freeimagepy: [pkg-plist fix] o ports/98560 roam [PATCH] www/p5-WWW-Curl: update to 3.02 o ports/98565 portmgr [PATCH] Add PKGVERSION to bsd.port.mk o ports/98569 lioux [PATCH] dns/py-dnspython: update to 1.4.0 o ports/98572 infofarmer [PATCH] mail/linux-thunderbird: Disable auto-update o ports/98596 [patch] shell script to clean up ports work directorie o conf/98603 [PATCH] /etc/rc.d/ramdisk + ramdisk-own replacement f ports/98607 [PATCH] deskutils/ruby-alexandria: [pkg-plist fix] f ports/98613 eclipse [PATCH] java/eclipse: Problem with org.eclipse.platfor o ports/98614 knu [PATCH] Port databases/ruby-bdb does not build when mo a ports/98615 brooks [patch] net/globus4: fix test for the PowerPC architec o kern/98618 [libexpat] [patch] src/lib/libexpat is setup for small o ports/98626 multimedia [PATCH] Port multimedia/vnc does not compile under Fre o ports/98628 garga [PATCH] devel/fpc-gdbint: update to 2.0.2, take mainta o ports/98629 garga [PATCH] databases/fpc-ibase: update to 2.0.2, take mai o ports/98630 garga [PATCH] security/fpc-md5: update to 2.0.2, take mainta o ports/98632 garga [PATCH] databases/fpc-mysql: update to 2.0.2, take mai f ports/98639 [PATCH] japanese/ja-edict-utf-8: update to 20060608, u o ports/98641 garga [PATCH] databases/fpc-oracle: update to 2.0.2, take ma o ports/98646 garga [PATCH] databases/fpc-odbc: update to 2.0.2, take main o ports/98648 mat [PATCH] www/p5-HTML-Template-JIT: update to 0.05 o ports/98650 garga [PATCH] archivers/fpc-paszlib: update to 2.0.2, take m o ports/98654 garga [PATCH] devel/fpc-regexpr: update to 2.0.2, take maint o ports/98656 garga [PATCH] lang/fpc-docs: update to 2.0.2, take maintaine o ports/98657 garga [PATCH] lang/fpc-demo: update to 2.0.2, take maintaine o ports/98658 garga [PATCH] lang/fpc-base: update to 2.0.2, take maintaine o ports/98661 lbr [PATCH] www/p5-Catalyst-Plugin-Authentication-Store-DB o ports/98662 lbr [PATCH] www/p5-Catalyst-Model-DBIC-Plain: update to 0. o ports/98664 mat [PATCH] www/p5-CGI-Minimal: update to 1.25 o ports/98678 sobomax [PATCH] net/asterisk: update to 1.2.9.1 f ports/98709 itetcu [PATCH] mail/dspam - ClamAV not supported when WITHOUT o ports/98719 mat [PATCH] graphics/p5-GD-Graph: update to 1.43.08 o ports/98720 garga [PATCH] editors/fpc-ide: update to 2.0.2, take maintai f ports/98724 garga [PATCH] lang/fpc2: separate lang/fpc2 to a lot of fpc o ports/98755 clsung [PATCH] Remove duplicate MAN3PREFIX in p5-* ports o docs/98759 doc [patch] sbp_targ(4) man page missing reference to devi f ports/98776 aaron [PATCH] textproc/p5-Pod-LaTeX: fix PLIST o ports/98782 [PATCH] BasiliskII Upgrade o ports/98786 multimedia [PATCH] multimedia/gstreamer does not compile under Fr o kern/98788 [syscons] [patch] Add sysctl to disallow VT_LOCKSWITCH o ports/98792 adamw [PATCH] audio/cmus: update to 2.0.2 o docs/98801 doc [patch] gmirror(8) and glabel(8) manpages should menti o ports/98802 [PATCH] upgrade emulators/xmame 0.104 to 0.106 p misc/98813 simon [PATCH] fix monetary decimal point on pt_PT.ISO8859-1 o conf/98815 [PATCH] Add euro symbol to pt_PT locale using other en o ports/98841 skv [PATCH] databases/p5-DBD-mysql: update to 3.0005 f ports/98844 [PATCH] net/libeXosip2: update to 2.2.3 1075 problems total. From owner-freebsd-bugs@FreeBSD.ORG Mon Jun 12 11:15:18 2006 Return-Path: X-Original-To: freebsd-bugs@freebsd.org Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 605CA16A418 for ; Mon, 12 Jun 2006 11:15:18 +0000 (UTC) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A8BD43D66 for ; Mon, 12 Jun 2006 11:15:18 +0000 (GMT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5CBFHlo002322 for ; Mon, 12 Jun 2006 11:15:17 GMT (envelope-from owner-bugmaster@freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5CB6Bq4000503 for freebsd-bugs@FreeBSD.org; Mon, 12 Jun 2006 11:06:11 GMT (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 12 Jun 2006 11:06:11 GMT Message-Id: <200606121106.k5CB6Bq4000503@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: linimon set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: FreeBSD bugs list Subject: Current problem reports sorted by tag X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jun 2006 11:15:18 -0000 Problem reports for tag '2tb': S Tracker Resp. Description -------------------------------------------------------------------------------- p kern/18874 [2TB] 32bit NFS servers export wrong negative values t o kern/41723 [2TB] on 1TB fs, copying files to filesystem causes "i p bin/56606 [2TB] df cannot handle 2TB NFS volumes o bin/66984 qa [2TB] [patch] teach sysinstall about larger disks p kern/67546 [2TB] Coredumps > 2Gb do not work (on 64bits platforms o bin/74567 [2TB] [patch] du doesn't handle sizes >1TB o kern/79251 geom [2TB] newfs fails on 2.6TB gbde device o kern/84589 [2TB] 5.4-STABLE unresponsive during background fsck 2 o bin/88872 [2TB] Error 36 while sysinstall tries to create / part o bin/88873 [2TB] gpt create fails "bogus map" "unknown error: 0" 10 problems total. Problem reports for tag '64-bit': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/90512 [64-bit] Snapshot corruption after fs activity 1 problem total. Problem reports for tag 'aac': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/80048 [aac] [patch] support for HP ML110 G2 SATA RAID Contro o kern/81887 scsi [aac] Adaptec SCSI 2130S aac0: GetDeviceProbeInfo comm o kern/87191 scottl [aac] [patch] aac(4) panics immediately with INVARIANT o i386/87364 scottl [aac] aac controller stopped working between BETA5 and o kern/88718 [aac] [timeout] unable to install on RAID 5 and FreeBS o kern/91910 scottl [aac] aac driver hangs on Dell PE800 with CERC SATA co o kern/93414 scottl [aac] [patch] compilation problem in aac_ioctl header o kern/93903 [aac] aac driver cannot shutdown controller causing da 8 problems total. Problem reports for tag 'acpi': S Tracker Resp. Description -------------------------------------------------------------------------------- o i386/72179 i386 [acpi] [patch] Inconsistent apm(8) output regarding th o kern/74868 [acpi] ACPI enabled in 5.3 Release make Kernel reboot o i386/87568 acpi [ACPI] [REGRESSION] 6.0-STABLE needs ACPI disabled but o i386/89288 i386 [acpi] DMA error while booting with acpi enable o kern/89411 [acpi] acpiconf bug o kern/94939 [acpi] [patch] reboot(8) fails on IBM / Intel blades o i386/97468 i386 [acpi] ACPI on ASUS A7V hangs on shutdown -p (power of o kern/98171 acpi [acpi] ACPI 1304 / 0501 errors on Acer 5024WLMi Laptop 8 problems total. Problem reports for tag 'adw': S Tracker Resp. Description -------------------------------------------------------------------------------- s kern/22417 gibbs [adw] [patch] advansys wide scsi driver does not suppo 1 problem total. Problem reports for tag 'agp': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/57631 jhb [agp] [patch] boot failing for ALi chipsets f i386/59854 anholt [agp] [panic] System panics when AMD 762 AGP is loaded a kern/62906 peadar [agp] [patch] AGP misconfigures i845G chipset, causing o i386/68518 i386 [agp] [hang] hangs while loading 82443BX agp during bo a kern/72224 anholt [agp] umass devices broken by DRM (AGP issue?) o i386/79141 i386 [agp] 5.4Beta1 does not recognize my intel graphics ca o kern/84015 [agp] [hang] Nforce3-250Gb freezes on FreeBSD-6 beta1 o kern/89271 [radeon][agp][hang] X.org hangs when heavily using Rad p kern/91315 anholt [agp] [patch] add Intel E7505 chipset support to agp(4 o kern/93676 [agp] Yet another i915G drm/agp issue 10 problems total. Problem reports for tag 'ahc': S Tracker Resp. Description -------------------------------------------------------------------------------- s kern/9927 gibbs [ahc] the ahc driver doesn't correctly grok switched S s kern/45568 gibbs [ahc] ahc(A19160) pci parity error o kern/74627 scsi [ahc] [hang] Adaptec 2940U2W Can't boot 5.3 o kern/92798 scsi [ahc] SCSI problem with timeouts 4 problems total. Problem reports for tag 'ahd': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/73646 [ahd] I/O performance: with/without MEMIO option o kern/76178 scsi [ahd] Problem with ahd and large SCSI Raid system 2 problems total. Problem reports for tag 'altq': S Tracker Resp. Description -------------------------------------------------------------------------------- s kern/94182 [altq] [feature request] altq support for vlan driver 1 problem total. Problem reports for tag 'amd': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/39425 [amd] Auto mounted directory was not found at boot tim 1 problem total. Problem reports for tag 'amd64': S Tracker Resp. Description -------------------------------------------------------------------------------- o amd64/89549 amd64 [amd64] nve timeouts on 6.0-release o amd64/89550 amd64 [amd64] sym0: VTOBUS failed (6.0 Release) 2 problems total. Problem reports for tag 'amdpm': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/77365 [amdpm] [patch] amdpm driver has wrong PCI device ID f 1 problem total. Problem reports for tag 'amr': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/71771 [amr] Hang during heavy load with amr raid controller o kern/72433 [amr] [patch] AMR raid, amrreg.h struct amr_enquery3 a o kern/76848 [amr] amr hangs o kern/86411 scottl [amr] Very low performance of amr(4) under FreeBSD-6.0 o kern/94139 scottl [amr] [regression] amr broken with LSILogic MegaRAID S 5 problems total. Problem reports for tag 'an': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/36170 [an] [patch] an(4) does an_init() even if interface is o kern/69158 [an] Cisco MPI350 wireless card problems related to ir o kern/75407 [an] an(4): no carrier after short time o kern/85886 [an] an0: timeouts with Cisco 350 minipci 4 problems total. Problem reports for tag 'apic': S Tracker Resp. Description -------------------------------------------------------------------------------- o i386/80426 acpi [APIC] [panic] 5.4-RC3 still panic when boot on ASUS P o kern/81000 [apic] Via 8235 sound card worked great with FreeBSD 5 2 problems total. Problem reports for tag 'apm': S Tracker Resp. Description -------------------------------------------------------------------------------- o i386/31353 i386 [apm] [patch] 'shutdown -p' does not work on SMP Tyan o i386/40219 i386 [apm] apm breaks removable media o i386/40958 i386 [apm] apm on Acer TravelMate 351 could not resume o i386/44130 i386 [apm] Enabled apm hangs up FreeBSD kernel on i815 chip 4 problems total. Problem reports for tag 'ar': S Tracker Resp. Description -------------------------------------------------------------------------------- o i386/57043 i386 [ar] [hang] ar driver with 2 port PCI card locks up wh o kern/93771 [ar] [panic] atacontrol status ar1 causes panic 2 problems total. Problem reports for tag 'arp': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/98078 [arp] Static arp entries may be ignored 1 problem total. Problem reports for tag 'asr': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/25950 obrien [asr] Bad drives on asr look zero-length and panic on o kern/26048 obrien [asr] 4.3-RC: SMP and asr driver don't work together o kern/88047 [asr] [panic] 6.0-RC1 reboots with SMP and asr o amd64/91405 amd64 [asr] [panic] Kernel panic caused by asr on 6.0-amd64 4 problems total. Problem reports for tag 'ata': S Tracker Resp. Description -------------------------------------------------------------------------------- o i386/58784 i386 [ata] ATA does not work in DMA mode (ASUS P55TP4N moth o kern/59624 [ata] [patch] HightPoint HPT371 support for FreeBSD 4. o kern/61960 sos [ata] [patch] BigDrive support for PC-98 architecture o kern/68315 [ata] [patch] atacontrol(8) addspare for 4.x o i386/74658 i386 [ata] ATAPI CD not recognized after booting FreeBSD 4. o i386/75090 i386 [ata] READ_BIG errors with Sony CRX1611 o alpha/75317 alpha [ata] [busdma] ATA DMA broken on PCalpha f kern/76080 [ata] [panic] "bio_completed .. greater than bio_lengt s i386/76397 i386 [ata] ata raid crashes in g_down (heavy load) o i386/78517 i386 [ata] WRITE_DMA and READ_DMA timeouts with ATI RX330 c o kern/78758 sos [ata] [patch] Add support for re-sizing ATA disks p kern/79332 [ata] [patch] "ffs_mountroot: can't find rootvp" after o kern/79334 [ata] ATA_IDENTIFY timed out for 5.3 and 5.4 beta 1 o kern/79783 [ata] hw.ata.atapi_dma=1 reduces HDD writing transfer o i386/86364 i386 [ata] ATA woes, SATA controller: failed writes, FS cor o kern/88714 sos [ata] cannot record CD-R since 6.0 (regression) o i386/89353 i386 [ata] invalid disk controller recognition of intel ICH p kern/89481 keramida [ata] Spelling error in ata-lowlevel.c o kern/89597 [ata] uncorrectable ATA disc errors can be corrected w o kern/89885 [ata] Writing to S-ATA HDD in DMA mode fails o amd64/89968 amd64 [ata] Asus A8N-E MediaShield RAID problem (read-only s o kern/90206 [ata] [crash] Server reboot after "FAILURE - out of me o kern/90820 [ata] aborting burncd may keep drive "locked" o i386/90839 i386 [ata] burncd gets error on CDRIOCFIXATE with HL-DT-ST o bin/90854 [ata] problem with cd recorder (RICOH CD-R/RW MP7200A/ o i386/91214 i386 [ata] Disk corruption with Asus K8S-LA: board doesn't o kern/91290 sos [ata] ata(4) error on 7.0-CURRENT-20051229-SNAP-PC98 o kern/91502 sos [ata] [patch] ICH7 - finds only 2 out of 4 drives o kern/91723 [ata] IDE corruption on ICH controller, affects the ch o i386/91761 i386 [ata] NEC_DVD-RW + system start: semaphore timeout o kern/91914 [ata] Disk System Crashes - Raid Disk o kern/92238 [ata] Spurious "atapci1: failed to enable memory mappi o kern/93368 sos [ata] [patch] ATA_SMART command is missing o kern/93369 [ata] [patch] Fix failed detection of Nvidia NForce2 c o i386/93923 i386 [ata] FreeBSD Install, Sil3112: Cannot dump. No dump d o kern/94091 sos [ata] Audio CD is still detected even after it has bee o kern/94155 [ata] 6.1 CF reader problem: "ad1: FAILURE - SETFEATUR o kern/94426 [ata] Cannot blank CDs with Samsung TS-L532A o i386/94911 i386 [ata] ata regression with DOM-IDE f kern/95184 sos [ata] Intel ICH7 support broke in 6.1 BETA (regression o kern/95260 [ata] Wrong array detection for LSI v3 SATA MegaRAID o kern/95342 sos [ata] Unable to run smartd after last commits to sys/d o kern/95344 sos [ata] burncd(8) failed to fixate cd after last sys/dev o kern/95554 sos [ata] undetected sata drive on 6.1, detected on 6.0 o kern/96171 [ata] burncd (ATA driver) fails to write in vcd mode o kern/97228 sos [ata] [patch] Support new ATA ICH7 controller o kern/97624 sos [ata] [patch] enable SATA RAID on ASUS N4L-VM DH (ICH7 o kern/98388 [ata] FreeBSD 6.1 - WDC WD1200JS SATA II disks are see 48 problems total. Problem reports for tag 'atapicam': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/73675 [atapicam] atapicam causes interrupt storm o amd64/86503 amd64 [atapicam] [panic] k3b crash the system like hardware o kern/95407 [atapicam] atapicam, cd and /etc/rc.d/devfs problem 3 problems total. Problem reports for tag 'ath': S Tracker Resp. Description -------------------------------------------------------------------------------- f kern/77439 [ath] WAG511 NETGEAR pccard does not attach (Dell Insp o kern/83429 [ath] ath(4) does not work with the D-Link DWL-G630 (r o kern/87758 [ath] [hang] Reboot problem with atheros wireless card o kern/88082 [ath] [panic] cts protection for ath0 causes panic f kern/93125 sam [ath] ath0 times out periodically o kern/93886 [ath] Atheros/D-Link DWL-G650 long delay to associate o kern/97458 [ath] ath driver hangs up system during reboot 7 problems total. Problem reports for tag 'aue': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/51009 [aue] [patch] buggy aue driver fixed. o kern/61300 [aue] [patch] Enabling HomePNA PHY on aue(4) for HomeP f kern/71280 [aue] aue0 device (linksys usb100tx) doesn't work in 1 o usb/80010 usb [aue] [patch] add support for the AEI USB to LAN adapt o kern/91311 [aue] aue interface hanging 5 problems total. Problem reports for tag 'bfe': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/72296 [bfe] bfe0: discard oversize frame (ether type 5e0 fla o i386/79784 i386 [bfe] Broadcom BCM4401 : no carrier f i386/89425 linimon [bfe] bfe resetting in 6.0 - current o kern/95391 [bfe] [patch] minor if_bfe error o kern/98015 [bfe] [patch] bfe(4): double free in error handling pa 5 problems total. Problem reports for tag 'bge': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/44500 [bge] [patch] bge(4): add AC1001 Gigabit NIC as workin o i386/45773 i386 [bge] Softboot causes autoconf failure on Broadcom 570 f kern/46484 [bge] [panic] System panics upon configuration of bge f kern/61109 [bge] bge on TYAN AMD762-based Thunder/Tiger passes on o kern/68351 [bge] bge0 watchdog timeout on 5.2.1 and -current, 5.1 o kern/73538 [bge] problem with the Broadcom BCM5788 Gigabit Ethern o kern/79143 [bge] Broadcom NIC driver do not work for IPMI o kern/79324 [bge] Broadcom bge chip initialization failure o kern/92090 [bge] bge0: watchdog timeout -- resetting o kern/94162 [bge] 6.x kenel stale with bge(4) f kern/94307 [bge] kernel panics when passing trafffic through bge1 o kern/94424 [bge] BGE5721 or BGE5750? o i386/94850 i386 [bge] FreeBSD 6.0 on Fujitsu BX300, networking doesn't o kern/94863 [bge] [patch] hack to get bge(4) working on IBM e326m o kern/96806 [bge] [patch] Correction of kernel panic with Broadcom f kern/97527 [bge] bge driver shows "no carrier" on IBM Blade 8843L o kern/98738 [bge] [patch] if_bge.c Fail to collect link-status of 17 problems total. Problem reports for tag 'biosdisk': S Tracker Resp. Description -------------------------------------------------------------------------------- o i386/24997 i386 [biosdisk] [patch] /boot/loader cannot handle extended 1 problem total. Problem reports for tag 'bktr': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/14166 [bktr] [patch] AVER TVPhone o kern/32812 [bktr] bktr driver missing tuner for eeprom detection. o kern/35289 [bktr] [patch] Brooktree device doesnt properly signal o kern/36415 [bktr] [patch] driver incorrectly handles the setting a kern/36451 [bktr] [patch] Japan IF frequency is incorrect o kern/37326 [bktr] smbus/bktr crash when omitting "device iicsmb" s kern/48279 [bktr] Brooktre878 may cause freeze o kern/56245 [bktr] Distorted and choppy video with bktr-driver on o kern/57603 [bktr] bktr driver: freeze on SMP machine o kern/59289 [bktr] [patch] ioctl METEORGBRIG in bktr_core.c forget f kern/60599 multimedia [bktr] [partial patch] No sound for ATI TV Wonder (ste o kern/79066 [bktr] bktr(4) eating about 10% CPU load once it was u o kern/81180 [bktr] bktr(4) driver cannot capture both audio and vi o kern/89553 [bktr] [patch] going from 5.3 -> 6.0 winTV card not pr o kern/94369 [bktr] [patch] Patch to support Leadtek WinFast Tv2000 15 problems total. Problem reports for tag 'bluetooth': S Tracker Resp. Description -------------------------------------------------------------------------------- p bin/94577 emax [bluetooth] [patch] Wrong mouse button mapping in bthi 1 problem total. Problem reports for tag 'boot0': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/37380 jhb [boot0] [patch] boot0 partition list is outdated o i386/70531 i386 [boot0] [patch] boot0 hides Lilo in extended slice 2 problems total. Problem reports for tag 'boot1': S Tracker Resp. Description -------------------------------------------------------------------------------- o i386/91871 i386 [boot1] [patch] boot1: jump to 0xf000:0xfff0 instead o 1 problem total. Problem reports for tag 'boot2': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/35262 [boot2] [patch] generation of boot block for headless 1 problem total. Problem reports for tag 'bootinst': S Tracker Resp. Description -------------------------------------------------------------------------------- o misc/22914 [bootinst] bootinst messages are not updated 1 problem total. Problem reports for tag 'bootmgr': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/38826 [bootmgr] RFE: BootMgr should provide more identifying 1 problem total. Problem reports for tag 'bootp': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/82491 [bootp] [patch] bootpd shouldn't ignore requests 1 problem total. Problem reports for tag 'bpf': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/16644 [bpf] [patch] Bad comparison expression in bpf_filter. o kern/36219 [bpf] [patch] poll() behaves erratic on BPF file descr o kern/71711 [bpf] [patch] generate a single bpf timestamp for each o kern/84823 [bpf] [patch] bpf in non-blocking mode is broken o kern/88268 [bpf] yet another null pointer in bpf code o kern/89748 dwmalone [bpf] [patch] BPF indexed byte load can sign extend o kern/89752 [bpf] [patch] bpf_validate() needs to do more checks 7 problems total. Problem reports for tag 'bridge': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/44417 luigi [bridge] [patch] ipfw layer2 rules are not checked for a kern/57100 bms [bridge] disable hardware checksums when using bridge( o kern/80572 [bridge] bridge/ipfw works intermittantly. o kern/82919 [bridge] [patch] Bridge configuration update will cras s kern/86361 thompsa [bridge] bridge(4) does not work with VLAN trunks 5 problems total. Problem reports for tag 'bsd.cpu.mk': S Tracker Resp. Description -------------------------------------------------------------------------------- o i386/74454 i386 [bsd.cpu.mk] [patch] Adding VIA Eden family 1 problem total. Problem reports for tag 'bus': S Tracker Resp. Description -------------------------------------------------------------------------------- o i386/46113 i386 [bus] [patch] busspace bugs in parameter checking 1 problem total. Problem reports for tag 'busdma': S Tracker Resp. Description -------------------------------------------------------------------------------- o alpha/75317 alpha [ata] [busdma] ATA DMA broken on PCalpha o i386/76944 i386 [busdma] [patch] i386 bus_dmamap_create() bug o amd64/87977 amd64 [busdma] [panic] amd64 busdma dflt_lock called (by ata o amd64/93961 amd64 [busdma] Problem in bounce buffer handling in sys/amd6 4 problems total. Problem reports for tag 'cam': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/17504 ken [cam] [patch] Another Micropolis Synchronize Cache Pro s i386/17662 gibbs [cam] cam_xpt.c incorrectly disables tagged queuing fo s kern/28840 gibbs [cam] Possible interrupt masking trouble in sys/cam/ca s bin/57088 [cam] [patch] for a possible fd leak in libcam.c s kern/72041 [cam] [hang] Deadlock when disk is destroyed while use o kern/76893 [cam] [patch] Fatal divide in booting processes with B s kern/85975 [cam] devfs does not create entries when removable med o kern/92751 [cam] [reboot] 5.4 crashes after camcontrol devlist 8 problems total. Problem reports for tag 'cardbus': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/84954 imp [CARDBUS] cbb alloc res fail (with hw.cardbus.debug=1 o i386/88802 i386 [iwi] [cardbus] CARDBUS related kernel crash (TSB43AB2 o kern/92966 imp [cardbus] cardbus.ko loading failed 3 problems total. Problem reports for tag 'carp': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/92776 glebius [carp] kernel-crash using carp f kern/93448 glebius [carp] CARP advskew not propagated to VRRP packets p kern/93829 glebius [carp] pfsync state time problem with CARP + Arp.Balan 3 problems total. Problem reports for tag 'cbb': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/96286 [cbb] [panic] TI1131 PCI CardBus Bridge: driver cbb le 1 problem total. Problem reports for tag 'coda': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/80031 [coda] [patch] Remove insque/remque from kernel land o kern/95891 [coda] [panic] kernel panic when coda6_client 2 problems total. Problem reports for tag 'crypto': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/43611 [crypto] [patch] static-ize some symbols in sys/crypto o kern/66029 [crypto] [patch] MD5 alignment problem on a TriMedia p o kern/91407 [crypto] [panic] Kernel panic when heavily loading cry o bin/93776 [crypto] [patch] SHA256_Update / SHA512_Update fail to 4 problems total. Problem reports for tag 'cue': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/75710 [cue] cue0 device configuration causes kernel panic 1 problem total. Problem reports for tag 'cx': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/66348 rik [cx] FR mode of cx (Cronyx Sigma) does not work for 4. 1 problem total. Problem reports for tag 'dc': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/30052 mbr [dc] [patch] dc driver queues outgoing pkts indefinite o kern/50574 mbr [dc] dc driver incorrectly detects ADMtek chip model o kern/52980 mbr [dc] [patch] dc driver fails to init Intel 21143 Cardb o kern/55793 [dc] Flaky behavior of if_dc when initializing a LNE10 o kern/62333 [dc] syslog: kernel: dc0: discard oversize frame (ethe p kern/75582 glebius [dc] [patch] Add support for Linksys PCMPC200 Cardbus o kern/79262 [dc] Adaptec ANA-6922 not fully supported o kern/82070 [dc] Not all dc(4) devices can be used: MII without an s sparc/82681 sparc64 [dc] dc state messages o sparc/92033 sparc64 [dc] dc(4) issues on Ultra10 o kern/92279 [dc] Core faults everytime I reboot, possible NIC issu o kern/94196 [dc] if_dc panics on bad hardware 12 problems total. Problem reports for tag 'de': S Tracker Resp. Description -------------------------------------------------------------------------------- f kern/15542 [de] de(4) suddenly stops working a kern/55542 andre [de] [patch] discard oversize frame (ether type 800 fl o kern/71450 [de] de(4): MAC address change on 21040 "Tulip" Ethern o kern/72293 [de] de(4) NIC performance degradation with debug.mpsa 4 problems total. Problem reports for tag 'devfs': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/85751 [devfs] [panic] panic in devfs_setattr() when running o kern/87836 [devfs] If using ATAPICAM with cd(dvd)rw without media o conf/91342 [devfs] Errors in devfs.rules files don't get logged 3 problems total. Problem reports for tag 'dhcp': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/71045 [dhcp] DHCP-Request is sets other device's ip to null, 1 problem total. Problem reports for tag 'digi': S Tracker Resp. Description -------------------------------------------------------------------------------- p kern/55018 andre [digi] [patch] Digiboard PC/Xem fails to initialize wh o kern/74281 [digi] digi(4): Digiboard PCI Xem (64-ports) detection o kern/82227 [digi] Xem: chained concentrators not recognised o kern/83254 [digi] driver can't init Digiboard PC/4e 4 problems total. Problem reports for tag 'diskless': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/87586 [diskless] [panic] Unable to use networked swap in 6.0 1 problem total. Problem reports for tag 'dns': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/54189 [dns] resolver should resolve hostnames with underscor 1 problem total. Problem reports for tag 'drm': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/82064 anholt [drm] DRM not working with SMP o kern/87653 [drm] ATI Radeon Mobile X600SE not detected by kernel o kern/92381 [drm] i915 drm module unuseable by X.org 6.9.0 for GM8 o kern/94823 [drm] DRM doesnt't work with i915.ko p kern/97056 [drm] [patch] PCIE radeon DRM doesn't correctly initia 5 problems total. Problem reports for tag 'dummynet': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/76539 [dummynet] [patch] ipnat + dummynet on output on same 1 problem total. Problem reports for tag 'ed': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/9570 dfr [ed] [patch] ed(4) irq config enhancement o i386/12088 imp [ed] [patch] ed(4) has minor problem with memory alloc o kern/80853 [ed] [patch] add support for Compex RL2000/ISA in PnP o kern/84202 [ed] [patch] Holtek HT80232 PCI NIC recognition on Fre o kern/85493 imp [ed] [patch] OLDCARD can't probe ed driver o kern/93393 imp [ed] [patch] Add Micro Research PCMCIA LAN Adapter MR1 6 problems total. Problem reports for tag 'ef': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/85086 [ef] [patch] Locking fixes for ef(4) (+removes mem. le 1 problem total. Problem reports for tag 'em': S Tracker Resp. Description -------------------------------------------------------------------------------- f i386/52835 linimon [em] em driver does not work with mobile-chipset f kern/66634 linimon [em] hard lock with em driver f kern/72748 linimon [em] em0 problems on t41 after updating to 5.3 a kern/72970 glebius [em] em(4) driver can hang when mbuf starvation occurs o kern/77588 [em] PREEMPTION problems in combination with em driver s kern/80932 [em] [patch] Degraded performance of em driver f kern/81147 linimon [em] [patch] em0 reinitialization while adding aliases o kern/86124 [em] dell 1850 pro/1000 slow (em problem? SMP problem? o kern/86306 [em] [patch] if_em.c locks up while trying to send a h o kern/90167 [em] adding aliases to em0 interfaces cause the interf o kern/94380 [em] Laptop panics, related to networking after resume o kern/96715 [em] [fxp] low speed if speed/duplex set 12 problems total. Problem reports for tag 'ep': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/20958 mdodd [ep] ep0 lockup with ifconfig showing OACTIVE o kern/74920 [ep] [panic] 3Com 3C509-Combo Etherlink III panics sys 2 problems total. Problem reports for tag 'ex': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/43916 [ex] [hang] Olicom OC-2220 (PC-card) hangs on ifconfig o kern/52623 [ex] [patch] IRQ error in driver for the Intel EtherEx o i386/85423 i386 [ex] ex(4) does not correctly recognize NIC in PnP mod 3 problems total. Problem reports for tag 'ext2fs': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/77826 [ext2fs] ext2fs usb filesystem will not mount RW 1 problem total. Problem reports for tag 'fdc': S Tracker Resp. Description -------------------------------------------------------------------------------- o i386/43539 i386 [fdc] Cannot mout floppy on Compaq Proliant ML370 o kern/66876 [fdc] [patch] Cannot extract tar(1) multi-volume archi o kern/66960 [fdc] [patch] filesystems not unmounted during reboot o kern/73961 [fdc] floppy disk drive performance problem [new in 5. o kern/74827 [fdc] Problem writing data to floppies [5.3-specific] s kern/75233 [fdc] breaking fdformat /dev/fd0 resets device permiss o i386/77443 i386 [fdc] can't access floppy -- regression on 5.3 o kern/84799 [fdc] [patch] can't read beyond track 0 on fdc (IBM th o i386/87968 i386 [fdc] cannot access the floppy device f i386/88585 i386 [fdc] Cannot mount floppy (HP Proliant ML370 G4) o kern/91476 [fdc] [patch] floppy drive doesn't work in MS Virtual o kern/97381 [fdc] [patch] Patch to add zero-sector and spanned-sid o kern/97517 [fdc] Floppy device lost permissions when active flopp 13 problems total. Problem reports for tag 'fe': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/88576 imp [fe] revision 1.31 to if_fe_pccard.c breaks NE200T fun 1 problem total. Problem reports for tag 'ffs': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/48033 [ffs] FFS superblock flags are being ignored? o kern/89247 [ffs] [patch] QUOTA in 6.0/7.0-current leak o kern/92272 [ffs] [hang] Filling a filesystem while creating a sna 3 problems total. Problem reports for tag 'fifo': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/76144 [fifo] poll doesn't set POLLHUP when FIFO is closed o kern/76525 [fifo] select() hangs on EOF from named pipe (FIFO) o kern/94772 [fifo] [patch] FIFOs (named pipes) + select() == broke 3 problems total. Problem reports for tag 'firewire': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/74238 firewire [firewire] fw_rcv: unknown response; firewire ad-hoc w o kern/93083 [firewire] Detach of Firewire Harddisk not recognied p o kern/95077 firewire [firewire] fatal trap 19 at fwohci_pci_init o kern/97208 [firewire] System hangs / locks up when a firewire dis 4 problems total. Problem reports for tag 'fwip': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/85434 firewire [fwip] fwip (IP over firewire) doesn't work with polli 1 problem total. Problem reports for tag 'fxp': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/12543 [fxp] [patch] cumulative error counters for fxp(4) f kern/40274 [fxp] "fxp: device timeout" errors during heavy, susta o kern/80784 mux [fxp] fxp gives device timeouts o amd64/82425 amd64 [fxp] fxp0: device timeout, fxp interface dies on 5.4/ o kern/85258 mux [fxp] changing promisc mode on nic can lead to kernel o kern/87194 [fxp] fxp(4) promiscuous mode seems to corrupt hw-csum o kern/92675 [fxp] [patch] fxp(4) unable to recover from occasional o kern/96715 [em] [fxp] low speed if speed/duplex set 8 problems total. Problem reports for tag 'gbde': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/76538 geom [gbde] nfs-write on gbde partition stalls and continue o kern/87544 geom [gbde] mmaping large files on a gbde filesystem deadlo 2 problems total. Problem reports for tag 'geode.c': S Tracker Resp. Description -------------------------------------------------------------------------------- o i386/81358 i386 [geode.c] [patch] add PC Engines WRAP support 1 problem total. Problem reports for tag 'geom': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/78114 phk [geom] [patch] Solaris/x86 label structures for GEOM ( o kern/83464 [geom] [patch] Unhandled malloc failures within libgeo o kern/84556 geom [geom] GBDE-encrypted swap causes panic at shutdown o bin/84634 fjoe [geom] [patch] new utility to control GEOM uzip class o kern/84637 pjd [geom] [patch] GEOM LABEL sometimes doesn't recognize o kern/87986 pjd [geom] [hang] gmirror and quota will hang the OS o amd64/89546 amd64 [geom] GEOM error o kern/94299 pjd [geom] missing printf locking for geom_mirror boot mes o kern/94632 geom [geom] Kernel output resets input while GELI asks for o kern/95771 geom [geom] geom mirror provider destroyed (machine crashed o kern/98034 geom [geom] dereference of NULL pointer in acd_geom_detach 11 problems total. Problem reports for tag 'geom_mirror': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/90582 geom [geom_mirror] [panic] Restore cause panic string (ffs_ 1 problem total. Problem reports for tag 'geom_vfs': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/89102 geom [geom_vfs] [panic] panic when forced unmount FS from u 1 problem total. Problem reports for tag 'gif': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/58870 bms [gif] [panic] page fault in kernel mode with ifconfig o kern/95532 [gif] if_gif has artificial limitations 2 problems total. Problem reports for tag 'gpt': S Tracker Resp. Description -------------------------------------------------------------------------------- o ia64/85772 ia64 [gpt] gpt (geom_) needs to adopt g_ctl 1 problem total. Problem reports for tag 'gre': S Tracker Resp. Description -------------------------------------------------------------------------------- s kern/47813 [gre] pseudo-device gre(4) doesn't appear to work with o kern/60183 sobomax [gre] [patch] No WCCPv2 support in gre o bin/74062 [gre] ifconfig(8) does not display tunnel endpoints fo o kern/85320 [gre] [patch] possible depletion of kernel stack in ip 4 problems total. Problem reports for tag 'headers': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/44365 [headers] [patch] introduce ulong and unchar types o kern/45793 [headers] [patch] invalid media subtype aliases in if_ o kern/68081 [headers] [patch] sys/time.h (lint fix) o kern/74159 [headers] [patch] fix warnings concerned with header f o kern/84981 [headers] [patch] header protection for o kern/42065 [kernel] [patch] kern.ps_showallprocs has no effect on o kern/42274 [kernel] [patch] Convert defined variable into tuneabl o kern/43577 [kernel] [patch] feature request: new kernel option SH o kern/48471 pjd [kernel] [patch] new feature: private IPC for every ja o kern/50526 [kernel] [patch] update to #! line termination s kern/50827 [kernel] [patch] new feature: add sane record locking o kern/53447 alfred [kernel] poll(2) semantics differ from susV3/POSIX o kern/54604 pjd [kernel] [patch] make 'ps -e' procfs-independent o kern/57722 [kernel] [patch] uidinfo list corruption o kern/58803 [kernel] [patch] kern.argmax isn't changeable even at o kern/60550 silby [kernel] [patch] hitting process limits produces sub-o o kern/61497 ups [kernel] [patch] __elfN(map_insert) bug o kern/64196 [kernel] [patch] remove the arbitrary MAXSHELLCMDLEN o kern/68317 [kernel] [patch] on soft (clean) reboots clean dmesg o o kern/69064 [kernel] [patch] No multiple ip4/6's could assigned to o sparc/72998 sparc64 [kernel] [patch] set_mcontext() change syscalls parame s kern/79339 [kernel] [patch] Kernel time code sync with improvemen o kern/81588 phk [kernel] [patch] Devices with SI_CHEAPCLONE flag don't o kern/81943 des [kernel] [patch] _assert_sbuf_integrity causes panic f p kern/85176 des [kernel] [patch] optimization of fdalloc o kern/85651 [kernel] [patch] debugging code to show entries in eve o kern/85657 [kernel] [patch] capture and expose per-CPU time accou o kern/86290 jeff [kernel] [patch] minor optimizations + cleanup to vrel o kern/86336 rwatson [kernel] LOR in kern/uipc_usrreq.c and kern/kern_descr o kern/87990 [kernel] [patch] SMP Race Condition in kdb_enter/kdb_e o kern/88336 [kernel] [patch] setkey(8) -D fails to report all SAs p threa/89262 threads [kernel] [patch] multi-threaded process hangs in kerne o kern/90800 maxim [kernel] [patch] it is possible to fake credentials in o kern/91414 emaste [kernel] [patch] Polling for devices other than NICs o kern/92023 [kernel] 'options DEVICE_POLLING' makes loadavg wrong o kern/93199 [kernel] [patch] missing linux rt_sigtimedwait system o kern/93331 [kernel] [patch] broken asm in kernel o kern/93755 [kernel] [patch] 2 copy'n'paste-os in sys/vm/phys_page o kern/93887 [kernel] cpu_spinwait calls missing in subr_smp.c o kern/94413 [kernel] wine fails when increasing kern.maxdsiz o kern/94480 [kernel] [patch] bread(3) & bwrite(3) can crash under o kern/95368 [kernel] [patch] Test for race between callout_drain() o kern/96429 [kernel] [patch] kern_linker.c hardcodes "/boot/kernel o kern/97000 [kernel] [patch] bogus "All threads purged from ugen0. p kern/98298 glebius [kernel] panic: mutex gif softc not owned at /usr/src/ o kern/98460 [kernel] [patch] fpu_clean_state() cannot be disabled 47 problems total. Problem reports for tag 'kevent': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/89775 [kevent] [hang] kevent hangs on second wait for /dev/d 1 problem total. Problem reports for tag 'kgdb': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/80321 ups [kgdb] serial db problems 1 problem total. Problem reports for tag 'kqueue': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/43905 [kqueue] [patch] kqueues: EV_SET(kevp++, ...) is non-i o kern/64178 jmg [kqueue] [patch] kqueue does not work with bpf when us o kern/82143 [kqueue] kqueue on FreeBSD 4.11 fails to report UDP re o kern/86065 [kqueue] system reboot without sync (and can be securi 4 problems total. Problem reports for tag 'kue': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/57453 [kue] [patch] if_kue hangs boot after warm boot if fir f i386/78218 usb [kue] kue not detected on Sony PCG-F370 VAIO 2 problems total. Problem reports for tag 'lge': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/31102 wpaul [lge] lge + Pentium III data transmission problem o kern/78072 [lge] [patch] Potential memory leak in lge(4) 2 problems total. Problem reports for tag 'libalias': S Tracker Resp. Description -------------------------------------------------------------------------------- o bin/50310 [libalias] [patch] natd / libalias fix to allow dcc re o kern/73034 [libalias] libalias does not handle lowercase port/epr o bin/74450 [libalias] [patch] enable libalias/natd to create skip 3 problems total. Problem reports for tag 'libarchive': S Tracker Resp. Description -------------------------------------------------------------------------------- o bin/86742 kientzle [libarchive] [patch] Add archive_open_ to read from a 1 problem total. Problem reports for tag 'libc': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/19406 [libc] setenv(3) allocates memory which is not freed b o kern/25886 [libc] cgetset(3) doesn't get cleared when switching d o kern/26486 [libc] [patch] setnetgrent hangs when netgroup contain o kern/31981 [libc] [patch] (mis)feature in getnetent parsing -- co o kern/32098 [libc] semctl() does not propagate permissions o kern/35506 jon [libc] innetgr() doesn't match wildcard fields in NIS- o kern/36902 [libc] [patch] proposed new format code %N for strftim o kern/42429 [libc] [patch] hash_action called with HASH_DELETE doe o kern/42956 [libc] dlclose gives "invalid shared object handle" wh o kern/52907 phk [libc] [patch] more malloc options for debugging progr o kern/56720 [libc] feature request: UNICODE support in Resolver o kern/58687 deischen [libc] [patch] gethostbyname(3) leaks kqueue file desc s kern/59739 [libc] rmdir(2) and mkdir(2) both return EISDIR for ar s kern/64875 standards [libc] [patch] [feature request] add a system call: fd o kern/68690 [libc] write(2) returns wrong value when EFAULT o kern/69825 [libc] 1st group supplied to setgroups() does not take o kern/69826 [libc] 16th group has no effect when accesing file on o kern/72498 [libc] timestamp code on jailed SMP machine generates o kern/75702 dwmalone [libc] -O5 flag breaks some compiles in /usr/src/lib/l o kern/76398 [libc] stdio can lose data in the presence of signals o kern/77841 [libc] [patch] cast away const in getpublickey() o kern/78756 [libc] [patch] src/lib/libc/nls/fr_FR.ISO8859-1.msg fo s kern/79048 [libc] realloc() copies data even when the size of all o kern/81987 [libc] [patch] memory leaks in libc/rpc o kern/83107 [libc] [patch] libc uuid_compare() doesn't work with l o threa/83914 threads [libc] popen() doesn't work in static threaded program p kern/84740 tjr [libc] regcomp("\254") fails o i386/85242 i386 [libc] [patch] libc contains relocation to the .text s o kern/90333 das [libc] libc/gdtoa::__hldtoa() bug o bin/90736 [libc] dlfunc can not be defined in libc o kern/92880 [libc] [patch] almost rewritten inet_network(3) functi o kern/93093 [libc] xdr_string might call strlen(3) on NULL o kern/93197 [libc] strptime(3) succeeds on formats it should fail o kern/94519 [libc] [patch] Add UF_HIDDEN file flag; map it to Wind o kern/95002 [libc] hash db source code has a bug which prevents us o kern/96840 [libc] [patch] getgrent() does not return large groups p kern/98111 maxim [libc] [patch] /etc/groups: the parser dies on large g 37 problems total. Problem reports for tag 'libc_r': S Tracker Resp. Description -------------------------------------------------------------------------------- o threa/81534 threads [libc_r] [patch] libc_r close() will fail on any fd ty 1 problem total. Problem reports for tag 'libcrypt': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/75934 [libcrypt] [patch] missing blowfish functionality in p 1 problem total. Problem reports for tag 'libdisk': S Tracker Resp. Description -------------------------------------------------------------------------------- o bin/24435 qa [libdisk] changing slice type causes Auto-partition to o kern/31201 [libdisk] [patch] add free_space(chunk) to libdisk o kern/36916 qa [libdisk] DOS active partition flag lost in libdisk an p kern/96326 [libdisk] [patch] update to id -> partition name trans o bin/97164 [libdisk] libdisk's Open_Disk() crashes 5 problems total. Problem reports for tag 'libexec': S Tracker Resp. Description -------------------------------------------------------------------------------- o bin/95339 [libexec] [patch] rtld is thread-unsafe. fixes for dlo 1 problem total. Problem reports for tag 'libexpat': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/98618 [libexpat] [patch] src/lib/libexpat is setup for small 1 problem total. Problem reports for tag 'libfetch': S Tracker Resp. Description -------------------------------------------------------------------------------- p bin/91973 des [libfetch] [patch] relax fetch(1) reaction on a MODE c 1 problem total. Problem reports for tag 'libiconv': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/35635 [libiconv] [patch] missing dep in libiconv prevents pa s kern/76520 [libiconv] [patch] Add new kernel-side libiconv conver 2 problems total. Problem reports for tag 'libkse': S Tracker Resp. Description -------------------------------------------------------------------------------- o sparc/73413 trhodes [libkse] [patch] pthread (libkse) library is broken on 1 problem total. Problem reports for tag 'libkvm': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/95405 [libkvm] libkvm does not support /dev/fwmem0.0 in Free 1 problem total. Problem reports for tag 'libm': S Tracker Resp. Description -------------------------------------------------------------------------------- o stand/83845 standards [libm] [patch] add log2() and log2f() support for libm o i386/85101 i386 [libm] nearbyint always returns nan o kern/94583 [libm] std::isnan()/std::isinf() are not identical to 3 problems total. Problem reports for tag 'libmap': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/78646 [libmap] [patch] libmap should canonicalize pathnames 1 problem total. Problem reports for tag 'libpam': S Tracker Resp. Description -------------------------------------------------------------------------------- s kern/20333 des [libpam] ftp login fails on unix password when s/key a o kern/76678 rwatson [libpam] [patch] Allow pam_krb5 to authenticate no loc o bin/91954 [libpam] [patch] Proposed enhancement for pam_krb5: "o o bin/93310 des [libpam] [patch] pam_unix ignores 'passwordtime' from 4 problems total. Problem reports for tag 'libpcap': S Tracker Resp. Description -------------------------------------------------------------------------------- f kern/58529 dwmalone [libpcap] [patch] RDWR bpf in pcap. 1 problem total. Problem reports for tag 'libstand': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/85650 [libstand] [patch] modifications to tftp-based PXE boo o kern/93998 [libstand] [patch] panic in libstand when closing raw 2 problems total. Problem reports for tag 'libtacplus': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/80269 [libtacplus] [patch] libtacplus tac_get_av_value will 1 problem total. Problem reports for tag 'libthr': S Tracker Resp. Description -------------------------------------------------------------------------------- o threa/85160 threads [libthr] [patch] libobjc + libpthread/libthr crash pro 1 problem total. Problem reports for tag 'libutil': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/35774 [libutil] logwtmp: Suboptimal auditing possibilities f s kern/38347 [libutil] [patch] [feature request] new library functi o kern/84797 [libutil] [patch] State engine in the libutils propert p bin/96335 delphij [libutil] [patch] ignored NO_INET6 knob 4 problems total. Problem reports for tag 'libz': S Tracker Resp. Description -------------------------------------------------------------------------------- p bin/89012 [libz] FreeBSD-6.0 is still using zlib-1.2.2 o kern/96393 [libz] [patch] assembler implementations for libz on i 2 problems total. Problem reports for tag 'linprocfs': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/94528 [linprocfs] linprocfs /proc/memory reports wrong size 1 problem total. Problem reports for tag 'linux': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/29698 emulation [linux] [patch] linux ipcs doesn'work o kern/39201 emulation [linux] [patch] ptrace(2) and rfork(RFLINUXTHPN) confu f kern/45023 emulation [linux] [patch] flexlm does not run with linux-base-7, o kern/55835 emulation [linux] [patch] Linux IPC emulation missing SETALL sys a kern/72920 emulation [linux]: path "prefixing" is not done on unix domain s o kern/73777 emulation [linux] [patch] linux emulation: root dir special hand o kern/77710 emulation [linux] Linux page fault sigcontext information is wro o kern/90330 [linux] linux_compat /dev system freeze problem o kern/97326 [linux] file descriptor leakage in linux emulation 9 problems total. Problem reports for tag 'lnc': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/77982 [lnc] [patch] lnc0 can NOT be detected in vmware 4.5.2 o kern/81322 [lnc] [hang] lnc driver causes lockups 2 problems total. Problem reports for tag 'loader': S Tracker Resp. Description -------------------------------------------------------------------------------- s i386/39536 i386 [loader] FreeBSD default bootloader does not load from o i386/52581 i386 [loader] boot loaders reading more than one sector at o i386/62003 i386 [loader] [patch] make /boot/loader "reboot" code same o i386/63628 bms [loader] [patch] i386 master boot record to allow boot o i386/65523 i386 [loader] [patch] PXE loader malfunction in multiple PX o kern/73004 [loader] [patch] PXE loader malfunction in multiple PX o i386/85652 i386 [loader] [patch] deal with out-of-memory errors during 7 problems total. Problem reports for tag 'lpt': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/26562 [lpt] [patch] /dev/lpt0 returns EBUSY when attempting o kern/27403 [lpt] lpt driver doesn't handle flags anymore o kern/34568 [lpt] turning printer on and off hangs the computer 3 problems total. Problem reports for tag 'mac': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/63096 rwatson [mac] [patch] MAC entry point for route manipulation o kern/71677 rwatson [mac] [patch] MAC Biba / IPFW panic 2 problems total. Problem reports for tag 'makedev': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/44058 [MAKEDEV] [patch] /dev/ch* is created without group wr s bin/56012 [MAKEDEV] [patch] MAKEDEV does not allow creation of t 2 problems total. Problem reports for tag 'md': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/80136 [md] [crash] mdconfig can reboot the system o kern/81161 [md] Images mounted through mdconfig on a read-only fs o kern/87255 [md] [panic] large malloc-backed mfs crashes the syste o kern/89355 [md] mdconfig -t vnode filesystem mount problem o kern/92269 [md] [panic] panic with mdconfig and mount_cd9660 o kern/92292 [md] [hang] Heavy IO on a md-backed filesystem on a sn 6 problems total. Problem reports for tag 'mem': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/71334 [mem] [patch] mem_range_attr_{set|get} are no longer k 1 problem total. Problem reports for tag 'mfi': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/98091 scottl [mfi] [patch] Makefile style of mfi kernel module brok 1 problem total. Problem reports for tag 'mfs': S Tracker Resp. Description -------------------------------------------------------------------------------- s kern/50856 [mfs] panic if mounting /tmp as mfs with soft-updates o kern/52445 [mfs] panic when mounting floppy on MFS filesystem o kern/57195 [mfs] mount_mfs -i 512 => panic? 3 problems total. Problem reports for tag 'mii': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/76710 [mii] [patch] rgephy does not deal with status properl 1 problem total. Problem reports for tag 'mlx': S Tracker Resp. Description -------------------------------------------------------------------------------- p kern/84163 [mlx] 6.0-BETA1 mlx driver don't find any drive 1 problem total. Problem reports for tag 'mly': S Tracker Resp. Description -------------------------------------------------------------------------------- o i386/55603 i386 [mly] unable to reboot when system runs from Mylex A35 s kern/57398 scsi [mly] Current fails to install on mly(4) based RAID di 2 problems total. Problem reports for tag 'mmap': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/68765 [mmap] a little data can be stored beyond EOF. 1 problem total. Problem reports for tag 'modules': S Tracker Resp. Description -------------------------------------------------------------------------------- f kern/29626 [modules] loading a module that is already compiled in o kern/48758 [modules] kldunload if_{nic} can cause kernel panic o kern/48976 [modules] nwfs.ko oddity o misc/60503 [modules] small error in modules installation o kern/62502 [modules] panic under double loading vinum.ko module o o kern/64903 [modules] panic: multiple kldload of a module compiled o kern/68076 [modules] Page fault when the sequence "kldunload ucom o kern/69502 [modules] kldload will load modules that are in the st o kern/70401 darrenr [modules] Could not load ipl.ko when no INET6 in the k o kern/74549 [modules] [patch] Allow third party KLDs (eg ports) to o kern/74809 [modules] [panic] smbfs panic if multiply mounted o kern/83017 [modules] snd_ich freezes system when being kldload'ed s kern/83738 jkoshy [modules] kldload hwpmc.ko fails with 'link_elf: symbo o kern/84052 [modules] [hang] 5.4-STABLE - kldunload snd_ich freeze o kern/88659 ipfw [modules] ipfw and ip6fw do not work properly as modul o kern/88709 [modules] [panic] sysctl -a after kldunload fdc panics o kern/88823 [modules] atapicam - kernel trap 12 on loading and unl o kern/95287 [modules] When using NETSMB without SMBFS the smbfs kl o kern/96346 [modules] [patch] disable build of modules that are al 19 problems total. Problem reports for tag 'mount': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/39329 [mount] '..' at mountpoint is subject to the permissio 1 problem total. Problem reports for tag 'mouse': S Tracker Resp. Description -------------------------------------------------------------------------------- o usb/87648 usb [mouse] Logitech USB-optical mouse problem. o kern/89166 [mouse] jumpy mouse movement o kern/89258 [mouse] synaptic touchpad support "worse" with hw.psm. o kern/97918 [mouse] Scrollwheel on MX700 Mouse does not work 4 problems total. Problem reports for tag 'mpt': S Tracker Resp. Description -------------------------------------------------------------------------------- o i386/67047 i386 [mpt] mpt driver does not recognize messages from LSI o amd64/74608 amd64 [mpt] [hang] mpt hangs 5 minutes when booting f kern/84040 mjacob [mpt] 6.0-BETA1 mpt driver not working under VMware ES o kern/91160 mjacob [mpt] system hangs with: mpt0: Request 0xffffffff89b96 4 problems total. Problem reports for tag 'msdosfs': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/15838 trhodes [msdosfs] [patch] Conversion tables in msdosfs_conv.c a kern/21807 [msdosfs] [patch] Make System attribute correspond to a kern/21808 [msdosfs] [patch] msdosfs incorrectly handles vnode lo o kern/45558 [msdosfs] mdconfig and msdosfs make fs writes hang o kern/47628 trhodes [msdosfs] [patch] msdosfs file corruption fix o kern/62762 trhodes [msdosfs] Fsync for msdos fs does not sync entries o kern/67326 [msdosfs] crash after attempt to mount write protected o kern/68719 [msdosfs] [patch] poor performance with msdosfs and US o kern/70096 [msdosfs] [patch] full msdos file system causes corrup o amd64/73322 amd64 [msdosfs] [hang] unarchiving /etc to msdosfs locks up o kern/79441 [msdosfs] problem writing on mounted msdos-fs at /mnt o amd64/84930 amd64 [msdosfs] something wrong with msdosfs on amd64 o kern/85366 [msdosfs] [patch] MSDOSFS doesn't mark volume "clean" f kern/85649 rodrigc [msdosfs] [patch] allow mounting msdos files systems a o kern/86655 [msdosfs] [patch] msdosfs incorrectly handles NT 8.3 c o kern/87368 [msdosfs] fat32 is very slow o kern/91242 [msdosfs] panic: rofs mod when remounting disk o kern/93634 [msdosfs] False access to renamed files/directories (c o kern/93860 [msdosfs] [patch] sectors-per-track limit of MSDOSFS t o kern/95738 [msdosfs] no support for big msdos disks 20 problems total. Problem reports for tag 'nanobsd': S Tracker Resp. Description -------------------------------------------------------------------------------- o conf/96746 [nanobsd] [patch] Configuration changes and README for 1 problem total. Problem reports for tag 'ncurses': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/84219 [ncurses] [patch] ncurses.h wchar_t confliction 1 problem total. Problem reports for tag 'ndis': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/73224 wpaul [ndis] [patch] Lock order reversal in ntoskrnl_timerca o kern/78382 wpaul [ndis] dhclient on ndis0 causes kernel panic o i386/86920 i386 [ndis] ifconfig: SIOCS80211: Invalid argument (regress o i386/87630 i386 [ndis] No match for NdisIMGetCurrentPacketStack o kern/88882 [ndis] ndis IF tx/rx and other problems in 6.0-R (regr o kern/88937 [ndis] ifconfig ndis does not show the correct mode o kern/89738 [ndis] [hang] Can't make WL8000PCM wifi card work with o kern/89880 wpaul [ndis] ndis interface stops rx/tx while large text tra o kern/95392 [ndis] Kernel panic loading ndisgen-created device dri 9 problems total. Problem reports for tag 'net': S Tracker Resp. Description -------------------------------------------------------------------------------- s kern/12071 fanf [net] [patch] new function: large scale IP aliasing s kern/68692 andre [net] [patch] Move ARP out of routing table o kern/76432 gnn [net] [patch] recursive locking in the network stack o kern/85648 [net] [patch] provide more specific default network dr o kern/90096 [net] [patch] arp mixup if carp and bridge used o kern/90973 thompsa [net] [patch] if_bridge does not handle arp for own ad o kern/92690 andre [net] slowstart_flightsize ignored in 6-STABLE 7 problems total. Problem reports for tag 'net80211': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/61415 [net80211] [patch] disable broadcast ssid if_wi and di o kern/95462 sam [net80211] Memory leak in ieee 802.11 stack 2 problems total. Problem reports for tag 'netatalk': S Tracker Resp. Description -------------------------------------------------------------------------------- s kern/4184 [netatalk] [patch] minor nits in sys/netatalk 1 problem total. Problem reports for tag 'netgraph': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/63863 glebius [netgraph] [patch] feature request: implement NGM_ELEC o kern/66225 [netgraph] [patch] extend ng_eiface(4) control message f kern/72933 yar [netgraph] [patch] promisc mode on vlan interface does o sparc/80410 sparc64 [netgraph] netgraph is causing crash with mpd on sparc o kern/82188 [netgraph] [patch] ng_fec interface not running after o kern/82189 [netgraph] [patch] ng_fec interface - problems with co o kern/82881 [netgraph] [panic] ng_fec(4) causes kernel panic after o kern/87421 [netgraph] [panic]: ng_ether + ng_eiface + if_bridge o kern/91419 [netgraph] libnetgraph/debug.c compile error on sparc6 o kern/95417 [netgraph] [patch] ng_fec doesn't allow jumbo packets o kern/97306 [netgraph] NG_L2TP locks after connection with failed p kern/98529 glebius [netgraph] False "ng_generic_msg: number of nodes chan 12 problems total. Problem reports for tag 'netinet': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/52585 bms [netinet] [patch] Kernel panic with ipfw2 and syncooki a kern/61744 andre [netinet] [patch] TCP hangs onto mbufs with no tcp dat s kern/68110 hsu [netinet] [patch] RFC 3522 for -HEAD o kern/72396 [netinet] [patch] Incorrect network accounting with al o kern/74935 qingli [netinet] [patch] TCP simultaneous open fails. o kern/75122 andre [netinet] [patch] Incorrect inflight bandwidth calcula o kern/78227 [netinet] [patch] Destroying a network interface leaks o kern/90155 [netinet] [patch] use sysctl(8) to control hardware ch p kern/91412 andre [netinet] [patch] Problem with PMTU Discovery / DF / I p kern/91851 andre [netinet] [patch] cannot collect multicast upcall mess o kern/93236 [netinet] [patch] Received out of window SYN in ESTABL o kern/94249 andre [netinet] Inconsistent use of time_second & time_uptim o kern/95031 [netinet] [patch] routing table doesn't update corectl o kern/95277 [netinet] IP Encapsulation mask_match() returns wrong 14 problems total. Problem reports for tag 'netinet6': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/72217 [netinet6] [patch] Bug in calculation of the parameter o kern/93910 [netinet6] Kernel bug (Crash), possibly ipv6-related o kern/95957 gnn [netinet6] [patch] missing check for failed memory all 3 problems total. Problem reports for tag 'netipsec': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/94273 gnn [netipsec] [patch] IPIP decapsulation problem in FAST_ o kern/95307 gnn [netipsec] Panic (race condition?) in ipsec_process_do 2 problems total. Problem reports for tag 'newfs': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/77181 [newfs] [patch] newfs -g largevalue, mkdir, panic 1 problem total. Problem reports for tag 'nfs': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/4012 [nfs] 2.2-RELEASE/Digital UNIX NFSv3 0 length files a kern/14712 iedowse [nfs] root has access to NFS mounted directories with s kern/17108 [nfs] SecureRPC not supported in mount_nfs command s conf/17540 cel [nfs] NIS host lookups cause NFS mounts to wedge at bo o kern/19909 [nfs] Problem with NFS client in 4.0-STABLE o kern/21222 [nfs] wrong behavior of concurrent mmap()s on NFS file o bin/22291 cel [nfs] getcwd() fails on recently-modified NFS-mounted o conf/22308 [nfs] mounting NFS during boot blocks if host map come a kern/26142 cel [nfs] Unlink fails on NFS mounted filesystem o kern/27232 cel [nfs] On NFSv3 mounted filesystems, stat returns st_bl o kern/30971 peter [nfs] NFS client modification time resolution is not h o kern/31380 cel [nfs] NFS rootfs mount failure message too cryptic o kern/31790 cel [nfs] problem with NFS and jail() o kern/32668 cel [nfs] NFS directory removal problems manifested in por o kern/33203 [nfs] "got bad cookie" errors on NFS client o kern/35669 cel [nfs] NFSROOT breaks without a gateway o kern/38872 cel [nfs] nfs code ignores possibility of MGET(M_WAIT) fai o kern/41216 cel [nfs] Get "NFS append race" error o kern/43474 [nfs] [patch] dhcp.* values not set in kenv by bootp c o kern/43954 cel [nfs] nfs-blocked process can't return or be interrupt p kern/44336 [nfs] NFSv3 client broken - security problem with attr o kern/44580 cel [nfs] NFS updates file access time when file is modifi o kern/48894 [nfs] Suggested improvements to the NFS read-ahead heu o kern/52936 [nfs] Huge writes to nfs exported FAT filesystems caus o kern/54383 net [nfs] [patch] NFS root configurations without dynamic a kern/57696 cel [nfs] NFS client readdir terminates prematurely if ren a kern/62278 iedowse [nfs] NFS server may not set eof flag when reading las a kern/64816 peadar [nfs] mmap and/or ftruncate does not work correctly on o kern/66611 [nfs] Crashing NFS servers (with workaround) o kern/66786 [nfs] panic: exporting msdosfs causes nfs to panic o kern/67545 [nfs] NFS Diskless Mount Option Suggestion o kern/70708 [nfs] gcore/procfs not finding /proc/pid/file on repea o kern/71391 [nfs] [panic] md via NFS file + mount -t ntfs: panic: o kern/72504 [nfs] nfsd result mbufs-overruns f kern/72630 [nfs] [hang] NFS copy of large file crash/hangs 5.2.1 o kern/73740 [nfs] [panic] 5-3-R#3 panic when accessing nfs exporte o amd64/74811 amd64 [nfs] df, nfs mount, negative Avail -> 32/64-bit confu o kern/76126 [nfs] [patch] 4.11 client will send a NFS request to r o kern/77432 cel [nfs] [patch] It is not possible to load nfs4client.ko o kern/77902 cel [nfs] NFS client should use VA_UTIMES_NULL to determin o kern/78673 cel [nfs] [patch] nfs client open resets attrstamp ever if o kern/78884 cel [nfs] [patch] nfs client cache negative lookups o kern/79208 cel [nfs] Deadlock or starvation doing heavy NFS writes wi o kern/79214 cel [nfs] iozone hurts tcp-based NFS o kern/79336 cel [nfs] NFS client doesn't detect file updates on Novell o kern/79700 cel [nfs] suspending nfs file access hangs other access to o kern/81770 cel [nfs] Always "NFS append race" at every NFS mount with o kern/82805 cel [nfs] [panic] sched_switch ched_4bsd.c:865 / nfs_inact o kern/84500 cel [nfs] [panic] nfsv4 memory allocation panic o kern/84673 cel [nfs] NFS client problem "Stale NFS file handle" o kern/84953 kuriyama [nfs] NFS locking issue in RELENG_6/i386/SMP o kern/84964 cel [nfs] nfs4 mount doesn't handle NFS4ERR_GRACE o kern/84965 cel [nfs] nfs4 mount generates NFS4ERR_BAD_SEQID o kern/84968 cel [nfs] programs on nfs4 mounts won't execute o kern/85894 cel [nfs] [panic] nfs_timer / nfs_socket.c:1146 panic o kern/86319 cel [nfs] [feature request] support a "noac" NFS mount fla o kern/86944 cel [nfs] [patch] When I use FreeBSD with NFS client, clos o kern/88320 [nfs] ypxfr(8) talks IPv6 to IPv4-only portmap -> ypin p kern/88856 rwatson [nfs] XDR/RPC breaks when sending msgs > 9000 bytes o kern/94256 cel [nfs] nfs locking/rpc.lockd doesn't understand file de o kern/94830 cel [nfs] [patch] mount_nfs causes a fatal trap 18 if the o kern/97329 matteo [nfs] [patch] code simplification o kern/97686 [nfs] massive NFS server performance break under "opti p bin/97768 rodrigc [nfs] NFS rpc.lockd will die automatically 64 problems total. Problem reports for tag 'nge': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/31940 [nge] nge(4) gigabit adapter link reset and slow trans o kern/41720 [nge] if_nge_load=YES make system not bootable o kern/90279 [nge] Appletalk and 0x090007 OUI enet frames can't pas 3 problems total. Problem reports for tag 'nis': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/17310 [nis] [patch] NIS host name resolving may loop forever o kern/34842 [nis] [patch] VmWare port + NIS causes "broadcast stor o bin/40215 wpaul [nis] NIS host search not terminate o kern/44578 [nis] getnetgrent fails to read NIS netgroup map o kern/45026 [nis] Can't set next password change date on NIS serve o bin/51628 [nis] ypmatch doesn't match keys in legacy NIS servers o kern/61774 [nis] nis security issue o i386/64716 i386 [nis] mv crashes FreeBSD 5.2.1-p3 o kern/71478 [nis] NIS/NFS: res_mkquery failed [4.2] o kern/71683 [nis] NIS/NFS problem [4.8] o conf/72592 [nis] NIS Domain Master fails as client of itself p kern/86693 maxim [nis] [patch] inconsistency between getusershell.c and o bin/96993 [nis] /var/yp/securenets does not function in ypbind o 13 problems total. Problem reports for tag 'notes': S Tracker Resp. Description -------------------------------------------------------------------------------- f i386/89568 i386 [NOTES] XBOX options missing from NOTES o kern/90181 [NOTES] [patch] IPSEC_FILTERGIF documentation is incom 2 problems total. Problem reports for tag 'ntfs': S Tracker Resp. Description -------------------------------------------------------------------------------- o alpha/59116 alpha [ntfs] mount_ntfs of a Windows 2000-formatted fs cause o kern/71774 [ntfs] NTFS cannot "see" files on a WinXP filesystem o kern/73484 [ntfs] Kernel panic when doing `ls` from the client si o kern/73514 [ntfs] [patch] mount_ntfs: can't access to a large fil o kern/80519 [ntfs] Write capability for ntfs filesystems does not o kern/86965 [ntfs] NTFS driver returns incorrect 'number of links' o kern/89966 rodrigc [ntfs] [panic] mounting ntfs causes kernel panic in so o kern/92000 [ntfs] [panic] Panic caused by mounting mounted NTFS p o kern/97377 [ntfs] [patch] syntax cleanup for ntfs_ihash.c o kern/97494 [ntfs] Cannot access large file on NTFS volume 10 problems total. Problem reports for tag 'ntp': S Tracker Resp. Description -------------------------------------------------------------------------------- o bin/92839 roberto [ntp] [patch] contrib/ntp PARSE buffer overrun 1 problem total. Problem reports for tag 'nullfs': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/51583 [nullfs] [patch] allow to work with devices and socket o kern/59945 [nullfs] [patch] nullfs bug: reboot after panic: null_ p kern/63662 [nullfs] using read-only NULLFS leads to panic. gdb ou o bin/94045 [nullfs] dump(8) seg-fault on nullfs o kern/94269 [nullfs] procfs shows wrong data if executable is runn 5 problems total. Problem reports for tag 'nve': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/85583 obrien [nve] [timeout] send errors ("device timeout") with nV o kern/88045 obrien [nve] [patch] 6.0rc1: nve0: device timeout (51) o kern/96391 [nve] [patch] Device timeouts on nve(4) p kern/97063 obrien [nve] [patch] Added DEFINE to if_nve.c/if_nvereg.h to 4 problems total. Problem reports for tag 'nwfs': S Tracker Resp. Description -------------------------------------------------------------------------------- a kern/59211 [nwfs] System crashes when moving files from NWFS moun o kern/65920 [nwfs] Mounted Netware filesystem behaves strange o kern/69100 [nwfs] panic: 5.2.1p9 kernel panics when mounting nwfs o kern/92750 [nwfs] Files in mounted Netware filesystem drop in and 4 problems total. Problem reports for tag 'orm': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/82978 [orm] [hang] FreeBSD hangs loading orm(4) only after r 1 problem total. Problem reports for tag 'pam': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/66095 [pam] template_user is broken in pam_radius o kern/83099 des [pam] pam_login_access change causes cyrus-sasl-saslau o kern/88150 des [pam] PAM does not search /usr/local/lib for modules o kern/94978 [pam] pam_opie module option without "no_fake_prompts" 4 problems total. Problem reports for tag 'pccard': S Tracker Resp. Description -------------------------------------------------------------------------------- o i386/41364 imp [pccard] NewMedia "Bus Toaster" SCSI card w/ Advansys o conf/55470 [pccard] [patch] new pccard.conf entry (I-O DATA WN-B1 o kern/60307 [pccard] [patch] wrong product id in pccarddevs for Sp o kern/62098 [pccard] [patch] Bad CISTPL_VERS_1 and clash on notebo o kern/67763 [pccard] [patch] PCMCIA: MELCO manufacturer code shoul o kern/71608 [pccard] XIRCOM REM56-100 Ethernet 10/100 can't config o kern/74498 [pccard] [patch] new CIS id for Intersil WiFi, pccard o kern/75298 [pccard] [patch] add missing device id for pccard brid o kern/82464 [pccard] Sony Ericsson GC75 GPRS MODEM not recognized o kern/89878 [pccard] [patch] pccard.c:pccard_safe_quote() unsafe o kern/92070 imp [pccard] wi0: No irq?! with LG 11Mbps Wireless LAN PCI o kern/93431 imp [pccard] dc interface attach failed after upgrade to 6 12 problems total. Problem reports for tag 'pccbb': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/91919 [pccbb] pccbb does not supply appropriate voltage 1 problem total. Problem reports for tag 'pci': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/59903 [pci] [patch] "pci_find_device" returns [only/at] the o kern/60982 [pci] [patch] ID for VIA 686A Power Management Unit (f o kern/65355 [pci] [patch] TC1000 serial ports need enabling o kern/70810 [pci] [patch] Enable SMBus device on Asus P4B series m p kern/79139 rodrigc [pci] [patch] Support for more PCIe chipsets o kern/79266 [pci] [patch] RELENG_4 pci CONF1_ENABLE_MSK depend MFC o kern/89837 [pci] PCI code outputs superfluous "failed to enable/d o kern/91347 rodrigc [pci] [patch] Add another PCI-e chipset for extended c o kern/95661 [pci] [patch] pci_pci still not correct for initializi 9 problems total. Problem reports for tag 'pcm': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/90837 [pcm] PCM - ICH6 - device is busy, but old process doe 1 problem total. Problem reports for tag 'pcmcia': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/94898 [pcmcia] GPRS PCMCIA card cause interrupt storm and co 1 problem total. Problem reports for tag 'pcn': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/31456 [pcn] [patch] register number definition for AMD PCnet o kern/72966 obrien [pcn] [patch] AMD PCnet/PCI Fast Ethernet driver broke 2 problems total. Problem reports for tag 'pcvt': S Tracker Resp. Description -------------------------------------------------------------------------------- a kern/26348 [pcvt] scon -s, page fault in HP mode o i386/47223 i386 [pcvt] [PATCH] pcvt(4), ESC sequences do not change co o i386/47376 i386 [pcvt] [PATCH], pcvt(4), COLOR_KERNEL_FG, 2nd characte o stand/54833 standards [pcvt] more pcvt deficits o stand/54839 standards [pcvt] pcvt deficits o bin/71623 [pcvt] [patch] cleanup of the usr.sbin/pcvt code o i386/75887 i386 [pcvt] with vt0.disabled=0 and PCVT in kernel video/ke 7 problems total. Problem reports for tag 'pecoff': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/60963 [pecoff] [patch] Win32 Applications abort on PECOFF o kern/80742 [pecoff] [patch] Local DoS in sys/compat/pecoff (+ oth 2 problems total. Problem reports for tag 'perfmon': S Tracker Resp. Description -------------------------------------------------------------------------------- o i386/24963 i386 [perfmon] perfmon(4) doesn't work on SMP systems 1 problem total. Problem reports for tag 'pf': S Tracker Resp. Description -------------------------------------------------------------------------------- o conf/81042 pf [pf] [patch] /etc/pf.os doesn't match FreeBSD 5.3->5.4 o kern/82271 pf [pf] cbq scheduler cause bad latency a kern/84544 dhartmei [pf] [patch] pfvar.h: PF_QNAME_SIZE is too small for c f kern/86072 pf [pf] Packet Filter rule not working properly (with SYN o kern/86848 [pf][multicast] destroying active syncdev leads to pan o kern/92949 pf [pf] PF + ALTQ problems with latency o kern/93825 pf [pf] pf reply-to doesn't work a kern/98219 thompsa [pf] pf needs a way of matching on decapsulated IPSEC 8 problems total. Problem reports for tag 'pfil': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/73517 [pfil] pfil_hooks (ipfw,pf etc) and ipsec processing o 1 problem total. Problem reports for tag 'picobsd': S Tracker Resp. Description -------------------------------------------------------------------------------- o misc/15876 small [picobsd] PicoBSD message of the day problems o misc/28255 small [picobsd] picobsd documentation still references old . o bin/29725 dwmalone [picobsd] [patch] fixed segmentation fault in simple_h o bin/42084 luigi [picobsd] PicoBSD's 'netstat -i' reports negative Ipkt o misc/42115 luigi [picobsd] [patch] fix build script for 4.6-STABLE o kern/42728 small [picobsd] many problems in src/usr.sbin/ppp/* after c o misc/52255 small [picobsd] picobsd build script fails under FreeBSD 5.0 o misc/52256 small [picobsd] picobsd build script does not read in user/s 8 problems total. Problem reports for tag 'pipe': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/77493 [pipe] freebsd 5.3 + bash process substitution fails d o kern/93685 [pipe] select on pipe write fails from '0' end 2 problems total. Problem reports for tag 'pkg_install': S Tracker Resp. Description -------------------------------------------------------------------------------- o bin/34628 [pkg_install] [patch] pkg-routines ignore the recorded 1 problem total. Problem reports for tag 'pmap': S Tracker Resp. Description -------------------------------------------------------------------------------- o i386/31427 davidxu [pmap] [patch] minor incorrect code in sys/i386/i386/p o kern/71109 alc [pmap] [patch] Possible race conditions in pmap.c o i386/74327 i386 [pmap] [patch] mlock() causes physical memory leakage 3 problems total. Problem reports for tag 'powerd': S Tracker Resp. Description -------------------------------------------------------------------------------- o amd64/87689 amd64 [powerd] [hang] powerd hangs SMP Opteron 244 5-STABLE o bin/90903 [powerd] cpufreq inconsistency / powerd broken 2 problems total. Problem reports for tag 'ppbus': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/17425 [ppbus] [patch] fix two small printing errors in ppbus 1 problem total. Problem reports for tag 'ppc': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/74037 [ppc] ppc(4) cannot find parallel port on Toshiba M30 1 problem total. Problem reports for tag 'ppp': S Tracker Resp. Description -------------------------------------------------------------------------------- o bin/88619 brian [ppp] ppp chat auth fails ( pppoe ) o kern/93019 [ppp] ppp and tunX problems: no traffic after restarti 2 problems total. Problem reports for tag 'procfs': S Tracker Resp. Description -------------------------------------------------------------------------------- s kern/19535 [procfs] [patch] procfs_rlimit tidyup o kern/86107 [procfs] [panic] unrhdr has N allocations, NULL derefe o kern/90063 [procfs] access("/proc/123", F_OK) doesn't work on >= 3 problems total. Problem reports for tag 'pseudofs': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/85137 [pseudofs] [patch] panic due to sleep with held mutex 1 problem total. Problem reports for tag 'psm': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/57230 [psm] [patch] psm(4) incorrectly identifies an Intelli o i386/65528 i386 [psm] mouse cursor disapears on moving o i386/67055 i386 [psm] Mouse (wheel) detection problem on SIS748/964 ba o kern/80844 [psm] [patch] Increase compatibility of psm driver wit o kern/84411 philip [psm] [patch] psm drivers adds bad buttons for Synapti o i386/85072 i386 [psm] ps/2 Mouse detection failure on compaq chipset o kern/91339 [psm] mousedriver do not recognize aditional buttons o 7 problems total. Problem reports for tag 'pst': S Tracker Resp. Description -------------------------------------------------------------------------------- o i386/74153 i386 [pst] FreeBSD 5.3 cannot boot ftom pst 1 problem total. Problem reports for tag 'pts': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/92742 cognet [pts] [panic] New pts code causes AMD64 panics (regres 1 problem total. Problem reports for tag 'pty': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/60697 [pty] [patch] pseudo-tty hack versus telnet race cause 1 problem total. Problem reports for tag 'puc': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/42578 [puc] [panic] using PCI serial cards (puc) in SMP mach o kern/43716 [puc] [patch] puc driver does not recognize Lava Dual- o kern/58953 [puc] [patch] detect NetMOS-based six serial port card o kern/69730 [puc] [patch] puc driver doesn't support PC-Com 8-port o kern/72352 [puc] [patch] Support for VScom PCI-100L is missing fr o kern/75132 jhb [puc] [patch] add support for the Davicom 56PDV PCI Mo o kern/82901 [puc] ECP mode fails on NetMos ppc card - "PWord not s 7 problems total. Problem reports for tag 'pxe': S Tracker Resp. Description -------------------------------------------------------------------------------- o i386/91719 [pxe] BZ2_bzDecompress returned -3 error on loading bz o kern/91720 [pxe] pxeboot always tries to do an rpc call to an nfs 2 problems total. Problem reports for tag 'radeon': S Tracker Resp. Description -------------------------------------------------------------------------------- o amd64/86080 amd64 [radeon] [hang] radeon DRI causes system hang on amd64 o kern/89271 [radeon][agp][hang] X.org hangs when heavily using Rad 2 problems total. Problem reports for tag 'ral': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/82456 [ral] WITNESS warning/backtrace in if_ral o kern/95519 [ral] ral0 could not map mbuf 2 problems total. Problem reports for tag 're': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/68514 [re] Realtek driver halts on oversized frames o i386/70832 i386 [re] serious problems with RealTek NIC using re0 drive o kern/76551 [re] [patch] re0: watchdog timeout o kern/80005 [re] re(4) network interface _very_ unpredictable work o kern/81019 [re] re(4) RealTek 8169S32 behaves erratically o i386/83735 i386 [re] network card (realtek 8139) and sound card (CMI87 o kern/84584 [re] re(4) spends too much time in interrupt handler ( o kern/91942 [re] [panic] ifconfig causes panic on re(4) o kern/93893 [re] Boot panic from Netgear GA311 o kern/94082 [re] [patch] USR 997902 Gig-Ethernet card not recogniz o kern/96322 [re] re driver false positives on the loopback test 11 problems total. Problem reports for tag 'resolver': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/74314 [resolver] DNS resolver broken under certain jail cond 1 problem total. Problem reports for tag 'rl': S Tracker Resp. Description -------------------------------------------------------------------------------- f kern/64594 glebius [rl] 5.2-CURRENT: driver 'rl' (RealTek 8129/8139 Fast o kern/69092 [rl] kernel: rl0: watchdog timeout o i386/74966 i386 [rl] Realtek driver seems to misinterpret some packets o kern/75312 [rl] Built-in RTL8281BL on Asus Pundit AB P2800 is not o kern/76081 [rl] [patch] Add support for CardBUS NIC FNW3603TX o i386/76948 i386 [rl] Slow network with rl0 o kern/92744 [rl] problems with a realtek network card on a 6.0 rel 7 problems total. Problem reports for tag 'rp': S Tracker Resp. Description -------------------------------------------------------------------------------- s i386/28975 [rp] RocketPort problems o kern/44202 [rp] [patch] -stable rp driver does not work with mult 2 problems total. Problem reports for tag 'rpc': S Tracker Resp. Description -------------------------------------------------------------------------------- f bin/30661 alfred [rpc] [patch] FreeBSD-current fails to do partial NFS s kern/56461 [rpc] FreeBSD client rpc.lockd incompatible with Linux o bin/70974 [rpc] SIGSEGV in rpc.lockd o bin/71625 [rpc] [patch] cleanup of the usr.sbin/rpc.ypupdated co o bin/94252 [rpc] rpc.lockd cannot cancel lock requests o bin/94258 [rpc] O_NONBLOCK may block with rpc.lockd s bin/94892 [rpc] rpc.lockd does not interoperate with Solaris 10 o bin/94920 [rpc] rpc.statd(8) conflict with cups over tcp and udp o kern/95247 [rpc] NFS file locking problem, rpc.lockd seems to be o kern/96242 [rpc] rpcbind ignores NO_INET6=yes in make.conf o bin/96412 [rpc] 2 rpc.lockds launched at boot ? blocking problem o bin/98500 [rpc] rpc.lockd(+statd) bind to any ip 12 problems total. Problem reports for tag 'rtc': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/63431 [rtc] motherboard going to suspend mode stops system c o kern/70649 [rtc] system clock slows down when heavily loaded 2 problems total. Problem reports for tag 'rtld': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/88117 [rtld] [patch] support of $ORIGIN in rtld-elf. 1 problem total. Problem reports for tag 'sched_ule': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/71421 jeff [sched_ule] [hang] filesystem operations lockups o kern/71827 jeff [sched_ule] [panic] Running java applications causes k o kern/72560 jeff [sched_ule] [patch] small cleanup of SCHED_ULE o kern/72659 jeff [sched_ule] [patch] little bug in sched_ule interactiv o kern/73225 jeff [sched_ule] [panic] reproducable Page Fault o kern/78444 jeff [sched_ule] doesn't keep track of the sleep time of a o threa/80887 jeff [sched_ule] ULE with SMP broke libpthread/libthr on 5. o kern/85658 jeff [sched_ule] [patch] add DDB command, show runq, to sch o kern/86067 jeff [sched_ule] 6.0-BETA4 hangs while trying idprio 9 problems total. Problem reports for tag 'scsi': S Tracker Resp. Description -------------------------------------------------------------------------------- s kern/7264 gibbs [scsi] Buslogic BT 950 scsi card not detected o kern/13141 se [scsi] Multiple LUN support in NCR driver is broken. f kern/17058 mjacob [scsi] tape driver can't drive devs that can't do SCSI f kern/29318 mjacob [scsi] [patch] Exabyte 8200 needs SA_QUIRK_1FM and SA_ o kern/78868 gibbs [scsi] Adaptec 29160 fails with IBM LTO-2 drive if dis o kern/96133 scsi [scsi] [patch] add scsi quirk for joyfly 128mb flash u 6 problems total. Problem reports for tag 'sebsd': S Tracker Resp. Description -------------------------------------------------------------------------------- f kern/66553 linimon [sebsd] SEBSD kernel compilation errors 1 problem total. Problem reports for tag 'sf': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/68623 [sf] [patch] sf(4) (Adaptec StarFire) multiple problem 1 problem total. Problem reports for tag 'sio': S Tracker Resp. Description -------------------------------------------------------------------------------- s kern/2298 [sio] [patch] support for DSR/DCD swapping on serial p o kern/20410 [sio] sio support for high speed NS16550A, ST16650A an o kern/26261 [sio] silo overflow problem in sio driver o kern/44267 [sio] [patch] One more modem PNP id for /usr/src/sys/i o kern/51982 [sio] sio1: interrupt-level buffer overflows o kern/65278 ups [sio] [patch] kgdb debugger port initialization destro o kern/81807 [sio] Silo overflows with serial multiport cards o kern/87845 [sio] [patch] sio(4) should on probe return BUS_PROBE_ o i386/89383 i386 [sio] [panic] page fault 9 problems total. Problem reports for tag 'sis': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/35442 [sis] [patch] Problem transmitting runts in if_sis dri o kern/35511 [sis] sis(4) multicast filtering doesn't pass some App o kern/36517 [sis] sis driver can't map ports/memory for NetGear FA o i386/60633 i386 [sis] SIS motherboard with the SIS 5591 (591) ATA chip o kern/64556 [sis] if_sis short cable fix problems with NetGear FA3 o kern/77631 [sis] sis network driver broken in 5.3 o amd64/78848 amd64 [sis] sis driver on FreeBSD 5.x does not work on amd64 o kern/83807 [sis] [patch] if_sis: Wake On Lan support for FreeBSD o kern/89633 [sis] [panic] if_sis panic under extended load in 6.0- 9 problems total. Problem reports for tag 'sk': S Tracker Resp. Description -------------------------------------------------------------------------------- s kern/65817 [sk] [panic] kernel panic with GENERIC 5.2.1 and SysKo o kern/72997 [sk] Network performance down [6-CURRENT] p kern/91000 bz [sk] sk connection shut down after some time of inacti o kern/96743 [sk] [patch] broken 32-bit register operations 4 problems total. Problem reports for tag 'smbfs': S Tracker Resp. Description -------------------------------------------------------------------------------- p kern/36038 [smbfs] sendfile(2) on smbfs fails, exposes kernel mem o kern/36566 [smbfs] System reboot with dead smb mount and umount a kern/39043 [smbfs] Corrupted files on a FAT32 partition o kern/42652 [smbfs] error deleting r/o (by windows) files on smbfs o kern/46017 [smbfs] smb mounts break /etc/periodic/weekly/310.loca o kern/53987 [smbfs] smbfs can't access to files with symbol ¿ in n o kern/55617 [smbfs] Accessing an nsmb-mounted drive via a smb expo o kern/61503 [smbfs] mount_smbfs does not work as non-root o kern/62746 tjr [smbfs] SMBFS and vfs.usermount. User cannot unmount o kern/65901 [smbfs] smbfs fails fsx write/truncate-down/truncate-u o kern/77958 [smbfs] can't delete read-only files via smbfs o kern/78953 linimon [smbfs] [patch] smbfs getdirentries() failure causes C o kern/80088 [smbfs] Incorrect file time setting on NTFS mounted vi o kern/80469 [smbfs] mount_smbfs causes freebsd to reboot o kern/85042 [smbfs] mount_smbfs: can't get handle to requester (no o kern/85326 [smbfs] [panic] saving a file via samba to an overquot o kern/87859 [smbfs] System reboot while umount smbfs. o kern/88266 [smbfs] smbfs does not implement UIO_NOCOPY and sendfi o kern/88657 [smbfs] windows client hang when browsing a samba shar o kern/90815 [smbfs] [patch] SMBFS with character conversions somet o bin/91134 [smbfs] [patch] Preserve access and modification time f kern/93458 [smbfs] mount_smbfs(8) fails with authentication error o kern/94733 [smbfs] smbfs may cause double unlock o kern/94844 [smbfs] mount_smbfs(8) don't work 24 problems total. Problem reports for tag 'smp': S Tracker Resp. Description -------------------------------------------------------------------------------- o i386/36943 i386 [smp] [hang] reboot hangs on Tyan Thunder K7 with SMP o kern/67830 [smp] [patch] CPU affinity problem with forked child p o kern/74319 [smp] system reboots after few hours (5.3) o kern/77537 [smp] [hang] Conditional breakpoints hang on SMP machi o i386/81311 i386 [smp] [hang] Athlon MP SMP + 3ware + em0 = deadlock, n o kern/83406 [smp] em/bge drivers: severe performance loss under SM o amd64/87258 amd64 [smp] [boot] cannot boot with SMP and Areca ARC-1160 r o amd64/87305 amd64 [smp] Dual Opteron / FreeBSD 5 & 6 / powerd results in o kern/93461 [smp] Intel 440LX SMP freeze (regression vs. 4.X) 9 problems total. Problem reports for tag 'snd_csa': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/16879 tanimura [snd_csa] csa sound drivers seem to be using shared ir o kern/23546 tanimura [snd_csa] [patch] csa DMA-interrupt problem 2 problems total. Problem reports for tag 'snd_ich': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/98496 multimedia [snd_ich] some functions don't work in my sound kernel 1 problem total. Problem reports for tag 'snd_mss': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/83697 [snd_mss] [patch] support, docs added for full-duplex, 1 problem total. Problem reports for tag 'snd_neomagic': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/94279 multimedia [snd_neomagic] snd_neomagic crashes on FreeBSD 5.4 and 1 problem total. Problem reports for tag 'snp': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/47359 dd [snp] [panic] panic after kldunload snp 1 problem total. Problem reports for tag 'socket': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/21998 green [socket] [patch] ident only for outgoing connections o kern/66268 glebius [socket] [patch] Socket buffer resource limit (RLIMIT_ o kern/93914 [socket] panic: uipc 3 o kern/96268 [socket] TCP socket performance drops by 3000% if pack 4 problems total. Problem reports for tag 'sound': S Tracker Resp. Description -------------------------------------------------------------------------------- f kern/21384 linimon [sound] pcm driver has static in recorded audio f kern/25386 multimedia [sound] Incorrect mixer registers (line & synth) in ne o kern/37600 multimedia [sound] [partial patch] t4dwave drive doesn't record. f kern/59208 matk [sound] [patch] reduce pops and crackles and fix selec o kern/60677 multimedia [sound] [patch] No reaction of volume controy key on I o kern/63204 multimedia [sound] /dev/mixer broken with ESS Maestro-2E (still o f kern/66642 multimedia [sound] pcm0: play: 0: play interrupt timeout, channel f kern/72218 multimedia [sound] audio recording broken with emu10k1 on 5.3-bet o kern/72995 multimedia [sound] Intel ICH2 (82801BA) - sound nearly inaudible f kern/73987 multimedia [sound] Nforce2 MB sound problem o kern/79678 multimedia [sound] sound works except recording from any source o kern/79905 multimedia [sound] sis7018 sound module problem o kern/79912 multimedia [sound] sound broken for 2 VIA chipsets: interrupt sto o kern/80465 multimedia [sound] pcm0:record:0: record interrupt timeout (Acer o kern/81146 multimedia [sound] Sound isn't working AT ALL for Sis7012 onboard o kern/82043 multimedia [sound] snd_emu10k1 - mixer does not work. o kern/84311 multimedia [sound] 82801FB/FR/FW/FRW Intel High Definition Audio f kern/84507 multimedia [sound] fm801: Not every card supports variable rate f kern/85964 multimedia [sound] Can't play 24 bit audio (Audigy 2 and others) o kern/87782 multimedia [sound] snd_t4dwave and pcm0:record:0: record interrup f kern/88820 multimedia [sound] Erratic recognition of VIA 8285 sound card by o kern/90214 multimedia [sound] memory leaks in snd_via8233 o kern/92512 multimedia [sound] distorted mono output with emu10k1 o kern/92557 multimedia [sound] Contrary to 6.0 release notes, snd_csa does no o kern/95086 multimedia [sound] uaudio line in problem with sbdm lx o kern/96538 multimedia [sound] emu10k1-driver inverts channels o kern/98167 multimedia [sound] [es137x] [patch] ES1370 mixer volumes incorrec 27 problems total. Problem reports for tag 'speaker': S Tracker Resp. Description -------------------------------------------------------------------------------- o i386/70610 i386 [speaker] [patch] spkr(4): hardcoded assumption HZ == 1 problem total. Problem reports for tag 'svr4': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/91293 emulation [svr4] [patch] *Experimental* Update to the SVR4 emula 1 problem total. Problem reports for tag 'sym': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/27059 scsi [sym] SCSI subsystem hangs under heavy load on (Server o kern/60641 scsi [sym] Sporadic SCSI bus resets with 53C810 under load o kern/73289 [sym] Interrupt storm on sym0 o i386/88315 i386 [sym] [hang] Symbios/LSI-HBA (SYM83C895) hangs o kern/90282 scsi [sym] SCSI bus resets cause loss of ch device o kern/93128 scsi [sym] FreeBSD 6.1 BETA 1 has problems with Symbios/LSI 6 problems total. Problem reports for tag 'syscons': S Tracker Resp. Description -------------------------------------------------------------------------------- s kern/15436 [syscons] syscons extension: "propellers" o kern/31890 [syscons] [patch] new syscons font o kern/32480 [syscons] Missing graphic characters in syscons font i o kern/39252 [syscons] [patch] syscons doesn't support 8-bit contro o kern/46973 [syscons] [patch] syscons virtual terminals switching o kern/48599 [syscons] [patch] syscons cut-n-paste logic is broken o kern/72585 [syscons] [patch] iso05-8x16.fnt lacks letter q s conf/90082 matteo [syscons] [patch] curses ACS line graphics support for o kern/98788 [syscons] [patch] Add sysctl to disallow VT_LOCKSWITCH 9 problems total. Problem reports for tag 'sysctl': S Tracker Resp. Description -------------------------------------------------------------------------------- o i386/18154 i386 [sysctl] [patch] Add cpu class and features flags sysc f kern/31490 [sysctl] [patch] Panic in sysctl_sysctl_next_ls on emp o kern/39681 [sysctl] [patch] add hidden kernel boot tunables to sy o kern/54439 [sysctl] [patch] Protecting sysctls variables by given o i386/73921 i386 [sysctl] [patch] sysctlbyname for machdep.tsc_freq doe o kern/91023 [sysctl] cpufreq/p4tcc: sysctl: dev.cpu.0.freq: Device 6 problems total. Problem reports for tag 'sysinstall': S Tracker Resp. Description -------------------------------------------------------------------------------- o bin/4646 qa [sysinstall] can't fixit with an NFS-mounted CD s bin/7232 qa [sysinstall] suggestion for FreeBSD installation dialo o bin/8867 qa [sysinstall] [patch] /stand/sysinstall core dumps (sig o bin/13936 qa [sysinstall] no clear indication of how much space to o bin/14318 qa [sysinstall] sysinstall upon install has some counter- o bin/15038 qa [sysinstall] easy to not notice that selection lists m o conf/16584 qa [sysinstall] Hostname field too small during install ( o bin/16948 qa [sysinstall] sysinstall/disklabel: bad partition table o bin/17546 qa [sysinstall] sysinstall does not let you configure NIS o bin/19837 ambrisko [sysinstall] [patch] run Fix It floppy from serial por o bin/20282 qa [sysinstall] sysinstall does not recover some /etc fil o bin/20391 jhb [sysinstall] sysinstall should check debug.boothowto s o bin/20908 qa [sysinstall] /stand/sysinstall too limited in selectio o bin/23098 qa [sysinstall] [patch] if installing on a serial console a bin/23402 qa [sysinstall] upgrade ought to check partition sizes o bin/24907 qa [sysinstall] Options screen at MenuMedia menu problem o bin/26897 qa [sysinstall] 4.3R sysinstall fails to create swap part o bin/26919 qa [sysinstall] fdisk should ONLY set one bootable flag o bin/27216 qa [sysinstall] can not get to shell prompt from serial c f bin/27872 qa [sysinstall] "Load Config" hangs Compaq DL360 when use a bin/28081 qa [sysinstall] /stand/sysinstall errs out if /cdrom/ alr o bin/29375 qa [sysinstall] disk editor gets confused by slices that o bin/29893 qa [sysinstall] suggestions for 4.4 sysinstall o bin/30517 qa [sysinstall] using sysinstall with install.cfg has no o bin/30837 qa [sysinstall] sysinstall doesn't set the schg flag on t o bin/31363 qa [sysinstall] "partition editor" silently corrects part f bin/32144 qa [sysinstall] unattended install with sysinstall doesn' a bin/32375 qa [sysinstall] sysinstall doesn't respect User generated o bin/33370 qa [sysinstall] post-configuration issue o bin/35400 qa [sysinstall] sysinstall could improve manipulation of o bin/35925 qa [sysinstall] fixit floppy cannot be mounted on USB dri a bin/35985 qa [sysinstall] swap double mount o bin/36118 qa [sysinstall] 4.5 Upgrade says it won't touch /usr/src, o bin/36508 qa [sysinstall] installation floppy bug (4.5) o bin/36911 qa [sysinstall] installation floppies miss autoload file o bin/37160 qa [sysinstall] coredumps when trying to load package dat o bin/37710 qa [sysinstall] LAN interface in wrong state after attemp o bin/38055 qa [sysinstall] Groups (creation) item should be before U o bin/38056 qa [sysinstall] User (creation)'s "Member groups" item sh o bin/38057 qa [sysinstall] "install" document doesn't display correc o bin/38478 qa [sysinstall] In Choose Distributions screen, it's diff o bin/38480 qa [sysinstall] sysinstall should prompt for normal users o bin/38582 qa [sysinstall] sysinstall sets newfs flag after changing o bin/38609 qa [sysinstall] sysinstall should know the size of the va o bin/38610 qa [sysinstall] should be able to mount ISO images on DOS o bin/38854 qa [sysinstall] resetting during setup causes the target o bin/39360 qa [sysinstall] if linux emu is added as a dependency (an o bin/39574 qa [sysinstall] error mounting /dev/acd0c on /dist: No su o bin/40260 qa [sysinstall] hang when detecting devices (No CD/DVD de o bin/40391 imp [sysinstall] sysinstall with PCCARD<->ISA bridge gets o bin/41238 qa [sysinstall] problems with FreeBSD installation on a d o bin/41757 qa [sysinstall] sysinstall 4.6.x unstable o bin/41850 qa [sysinstall] sysinstall fails to create root filesyste o bin/41949 qa [sysinstall] sysinstall sorts /etc/rc.conf during netb o bin/42022 qa [sysinstall] non-interactive mode prompts when only a o bin/42162 qa [sysinstall] installation crashes, md0c filled up. o bin/42934 qa [sysinstall] installation procedure on install floppie o bin/44915 qa [sysinstall] 'choose installation media' choose CD-ROM o bin/45254 qa [sysinstall] [patch] sysinstall installs things it sho o bin/45565 qa [sysinstall] write error, filesystem full o bin/45608 qa [sysinstall] install should config all ether devices, o bin/46235 rwatson [sysinstall] NTP servers for Finland require updating o bin/46670 qa [sysinstall] 5.0-RC2 install leaves CD drawer locked. o bin/46905 qa [sysinstall] FreeBSD 5.x cannot be installed from mult o bin/47384 qa [sysinstall] sysinstall ignores intended destination d o bin/47908 qa [sysinstall] /stand/sysinstall can't display document f bin/48341 qa [sysinstall] sysinstall deletes mbr although it should o bin/48989 qa [sysinstall] Sysinstall's partition editor gets confu o bin/52271 qa [sysinstall] sysinstall panics in machine with no hard o bin/53131 qa [sysinstall] "ALL" could not turn check BOXes ON at pa o bin/53341 qa [sysinstall] [patch] dump frequency in sysinstall is a o bin/53839 qa [sysinstall] disklabel editor fails on post-install co o bin/56952 re [sysinstall] floppy install error o bin/58951 [sysinstall] some problems with 4.9-RELEASE installati o bin/59708 qa [sysinstall] [patch] add sSMTP support for Mail select o bin/60349 scottl [sysinstall] 5.2-RC1 cannot do NFS installation o bin/60350 qa [sysinstall] in Choose Distributions screen, "All" doe o bin/61152 qa [sysinstall] installer refuses to mount USB-floppy or o bin/61264 qa [sysinstall] unable To Use VT100 Terminal Emulator (Te o kern/61438 qa [sysinstall] 5.2 nfs tasks running by default after sy o bin/61587 qa [sysinstall] [patch] installation problem, disklabel c o i386/61603 i386 [sysinstall] wrong geometry guessed o bin/61658 qa [sysinstall] 5.2R error "Add of package qt-3.2.1 abort o bin/61890 qa [sysinstall] fdisk(8) uses incorrect calculations for o bin/61937 qa [sysinstall] cannot install 5.2-REL via serial console o bin/62367 qa [sysinstall] 5.2.1-RC installation problems o bin/62375 qa [sysinstall] sysinstall core dump o bin/62702 qa [sysinstall] backup of /etc and /root during sysinstal o bin/62711 qa [sysinstall] installation: "Insert Next CD" Prompt is o bin/62833 qa [sysinstall] can't install: integer divide fault o bin/65546 qa [sysinstall] 4.10-BETA fails to install from NFS o bin/65774 qa [sysinstall] cannot run repair disk when booted from U o bin/66350 qa [sysinstall] sysinstall creates a partition of subtype o bin/66950 qa [sysinstall] upgrading to 4.10-RC3: package conflicts o bin/68047 [sysinstall] unattended install of FreeBSD 5.2.1 does o bin/69942 [sysinstall] sysinstall changes /etc/rc.conf after ins o bin/69986 qa [sysinstall] [patch] no job control in fixit shell on o bin/70002 qa [sysinstall] fails to locate FTP dirs if the OS has pa o bin/71323 qa [sysinstall] FTP download from floppy boot crashes wit o bin/72232 qa [sysinstall] Installer installs gui-enabled cvsup o bin/72895 qa [sysinstall] Sysinstall generates invalid partition ta o sparc/72962 sparc64 [sysinstall] Sysinstall panics on sparc64 if /dev/cd0 o kern/73035 qa [sysinstall] Upgrading from 5.2.1 to 5.3 RC1 fails o bin/73410 [sysinstall] Sysinstall could not allocate disklabel o bin/73511 qa [sysinstall] SCSI drive install failure - RC2 o bin/73617 qa [sysinstall] fdisk editor unmarks active partition o bin/78964 qa [sysinstall] can not write labels to hdd on instalatio o kern/79621 qa [sysinstall] sysinstall does not create a device when o bin/79910 qa [sysinstall] Cannot escape from failed port/package in o bin/80117 qa [sysinstall] [patch] smbfs install option for sysinsta o bin/81323 qa [sysinstall] Error in installation packages "write fai s bin/84084 qa [sysinstall] FreeBSD 4.11-R won't install to 4th part o bin/84208 qa [sysinstall] "Leave the MBR untouched" option not work f bin/84667 qa [sysinstall] annoying installation problem o bin/84668 qa [sysinstall] ssh and sysinstall problem o bin/84674 qa [sysinstall] Installer trying to install bad package t o bin/85367 qa [sysinstall] [patch] fix package categories in index.c o bin/86454 qa [sysinstall] sysinstall terminates with signal 10 if I f bin/86518 qa [sysinstall] USB keyboard not supported o bin/86600 qa [sysinstall] Sysinstall boot manager screen is mislead o bin/86665 qa [sysinstall] sysinstall binary upgrade clobbers named. o bin/86859 qa [sysinstall] Installer should ask about Linux earlier o bin/88826 qa [sysinstall] sysinstall infinity wait for da0 o bin/89144 [sysinstall] failed to install 2 packages on 6.0 disk o bin/90656 qa [sysinstall] 6.0-RELEASE (i386) cannot be installed vi o bin/91205 qa [sysinstall] sysinstall package options should require o bin/93275 qa [sysinstall] Failure to install after restarting insta o bin/93284 secteam [sysinstall] Insecure placement of user ftp into opera o bin/94154 [sysinstall] [patch] add release and architecture to t o bin/94409 qa [sysinstall] [patch] add geom.debugflags-note to diskl o bin/94815 [patch] [sysinstall] Upping the network interface befo o bin/97108 qa [sysinstall] write failure on transfer (wrote -1 bytes o bin/97888 ceri [sysinstall] [patch] sysinstall - give 'distSetCustom' 133 problems total. Problem reports for tag 'tcp': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/92792 [tcp] kernel crash with high number of TCP connections o kern/93378 [tcp] Slow data transfer in Postfix and Cyrus IMAP (wo o kern/94020 andre [tcp] tcp_timer_2msl_tw NULL pointer dereference panic 3 problems total. Problem reports for tag 'threads': S Tracker Resp. Description -------------------------------------------------------------------------------- s threa/39922 threads [threads] [patch] Threaded applications executed with o kern/91266 threads [threads] Trying sleep, but thread marked as sleeping 2 problems total. Problem reports for tag 'ti': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/40516 [ti] [patch] ti driver has no baudrate set o amd64/63188 amd64 [ti] ti(4) broken on amd64 2 problems total. Problem reports for tag 'tty': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/89538 phk [tty] [panic] triggered by "sysctl -a" o kern/95288 [tty] [panic] panic in sys/kern/tty_subr.c putc() 2 problems total. Problem reports for tag 'twa': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/93394 [twa] boot loader hangs in boot-menu on second 8 on 3w 1 problem total. Problem reports for tag 'twe': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/50201 [twe] 3ware RAID 5 resulting in data corruption o kern/61669 [twe] writing to 3ware escalade spends 90% of cpu in s o kern/66185 [twe] twe driver generates gratuitous warning on shutd o kern/70360 [twe] Random lock-ups with 3ware RAID 5 under FreeBSD o kern/72906 [twe] twe0 idefinite wait buffer 5 problems total. Problem reports for tag 'txp': S Tracker Resp. Description -------------------------------------------------------------------------------- o amd64/62753 obrien [txp] [panic] txp(4) panics on amd4 o kern/89876 [txp] [patch] txp driver doesn't work with latest firm 2 problems total. Problem reports for tag 'ucom': S Tracker Resp. Description -------------------------------------------------------------------------------- o usb/83977 usb [ucom] [panic] ucom1: open bulk out error (addr 2): IN o kern/86763 [ucom] kernel: ucom0: ucomwritecb: IOERROR 2 problems total. Problem reports for tag 'udav': S Tracker Resp. Description -------------------------------------------------------------------------------- o usb/80776 usb [udav] UDAV device driver shouldn't use usb_add_task 1 problem total. Problem reports for tag 'udf': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/60089 scottl [udf] UDF filesystem appends garbage to files o i386/63305 i386 [udf] reading udf filesystem on dvd+rw leads to crash/ o kern/65300 [udf] Can't use sendfile(2) to download files in UDF D o kern/77234 [udf] [patch] corrupted data is read from UDF filesyst o kern/78987 scottl [udf] [patch] udf fs: readdir returns error when it sh o kern/84983 scottl [udf] [patch] udf filesystem: stat-ting files could ra o kern/90521 [udf] [patch] UDF driver might calculate a wrong descr o kern/92040 scottl [udf] mmap/cp fails on small file in UDF o kern/97786 [udf] [patch] fs/udf: incorrect timestamps 9 problems total. Problem reports for tag 'ufs': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/26323 [ufs] [patch] Quota system creates zero-length files o kern/33940 [ufs] [patch] quotactl allows compromise gid-quotas o kern/48393 mckusick [ufs] ufs2 snapshot code bugs o kern/58373 mckusick [ufs] ufs inconsistency between 4.9-RC and 5.1 o bin/73019 [ufs] fsck_ufs: cannot alloc 607016868 bytes for inoin o amd64/89202 amd64 [ufs] [panic] Kernel crash when accessing filesystem w o kern/89991 [ufs] softupdates with mount -ur causes fs UNREFS o kern/91568 [ufs] [panic] writing to UFS/softupdates DVD media in o kern/91572 [ufs] [panic] writing to UFS/softupdates DVD media usi o kern/93435 [ufs] [panic] kernel panic after setting big value of f kern/94261 [ufs] deadlock between ffs_mksnap and mysnc o kern/94769 [ufs] Multiple file deletions on multi-snapshotted fil o kern/94849 [ufs] rename on UFS filesystem is not atomic o kern/95155 [ufs] Creation of UFS snapshot turns 'acls' mount opti 14 problems total. Problem reports for tag 'ugen': S Tracker Resp. Description -------------------------------------------------------------------------------- o usb/53025 usb [ugen] [patch] ugen does not allow O_NONBLOCK for inte o usb/62309 usb [ugen] [panic] panic: ugen(4) driver o usb/68232 usb [ugen] [patch] ugen(4) isochronous handling correction o usb/81308 usb [ugen] [patch] polling a ugen(4) control endpoint caus o usb/94311 usb [ugen][PATCH] allow interrupt IN transactions to be af 5 problems total. Problem reports for tag 'uhid': S Tracker Resp. Description -------------------------------------------------------------------------------- o usb/63837 usb [uhid] [patch] USB: hid_is_collection() only looks for o usb/85992 usb [uhid] [patch] USB stops working when trying to read f o usb/97169 usb [uhid] [patch] uhid + Xbox 360 gamepad: turn off blink 3 problems total. Problem reports for tag 'uhub': S Tracker Resp. Description -------------------------------------------------------------------------------- o usb/94946 usb [uhub][patch] code dynamic status size for status chan 1 problem total. Problem reports for tag 'ukbd': S Tracker Resp. Description -------------------------------------------------------------------------------- o usb/93738 usb [ukbd] [patch] ukbd_check_char returns FALSE with char 1 problem total. Problem reports for tag 'uma': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/85971 jeff [uma] [patch] minor optimization to uma 1 problem total. Problem reports for tag 'umapfs': S Tracker Resp. Description -------------------------------------------------------------------------------- s kern/74708 [umapfs] [panic] UMAPFS kernel panic 1 problem total. Problem reports for tag 'umass': S Tracker Resp. Description -------------------------------------------------------------------------------- o usb/57085 sanpei [umass] umass0 problems, with Sony Vio/USB memory stic o i386/70028 i386 [umass] umass issue in the boot prcess on SONY Laptop o usb/71605 usb [umass] [patch] umass doesn't recognize multiple slots f usb/74358 usb [umass] unplugging at boot time an umass device crashe o usb/74771 usb [umass] mounting write-protected umass device as read/ o kern/75764 [umass] [patch] "umass0: Phase Error" - no device for o usb/76461 usb [umass] disklabel of umass(4)-CAM(4)-da(4) not used by o usb/79893 usb [umass] [patch] new usbdevs/umass quirks derived from o usb/81073 usb [umass] [patch] fix umass NO_GETMAXLUN quirk o usb/84326 usb [umass] Panic trying to connect SCSI tape drive via US f usb/89997 usb [umass] [panic] panic on iPod mini detach f usb/91516 usb [umass] umass0 problems, with Freecom Classic SL Hard o usb/93484 usb [umass] [patch] QUIRK: Toshiba TransMemory USB Memorys p usb/93720 iedowse [umass] [patch] Kernel Dump to USB umass device fails o usb/94742 usb [umass] [patch] umass driver does not recognise YANO e o kern/97174 [patch] [umass] Y-E DATA USB-FDU quirk: no synchronize 16 problems total. Problem reports for tag 'umodem': S Tracker Resp. Description -------------------------------------------------------------------------------- o usb/91546 usb [umodem] [patch] Nokia 6630 mobile phone does not work 1 problem total. Problem reports for tag 'ums': S Tracker Resp. Description -------------------------------------------------------------------------------- f usb/55555 usb [ums] system freezes with access to /dev/ums0 o kern/56250 [ums] [patch] ums(4) doesn't work with MCT based PS/2 2 problems total. Problem reports for tag 'unionfs': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/17819 daichi [unionfs] Build ports on nfs & union mount panics kern a kern/27250 daichi [unionfs] [patch] unionfs filesystem panics in large n o kern/27571 daichi [unionfs] Changing policy of shadowing files and direc s kern/52110 daichi [unionfs] FS corruption when using unionfs s kern/52745 daichi [unionfs] Fatal trap 12: page fault while in kernel mo s kern/54534 daichi [unionfs] unionfs && mfs|md crashing machine a kern/56381 daichi [unionfs] panic: page fault in fifo_close() ... s kern/66066 daichi [unionfs] panic: ufs_direnter: compact2 o kern/66152 daichi [unionfs] laying unionfs over another unionfs mount ca o kern/66829 daichi [unionfs] mounting fdesc union on /dev panics 4.10-pre s kern/67706 daichi [unionfs] cvs update over a union mount slows and then o kern/73094 daichi [unionfs] system runs out of vnodes o bin/75585 matteo [unionfs] mount -p on unionfs results in non parsable o kern/84498 daichi [unionfs] [hang] file system hangs when jail starts if s kern/86596 daichi [unionfs] unionfs -b brokes file modes s kern/89755 daichi [unionfs] [hang] Jailed process deadlocks when using u o kern/91010 daichi [unionfs] [patch] new source code and some changes s kern/97595 daichi [unionfs] FreeBSD 6.1-RELEASE - "lockmgr: locking aga o kern/97699 daichi [unionfs] UNIONFS panic 19 problems total. Problem reports for tag 'uplcom': S Tracker Resp. Description -------------------------------------------------------------------------------- o usb/92403 usb [uplcom] uplcom.c needs new entry for 4.00 revision of o kern/95509 [uplcom] uplcom(4) module load after device plug-in: d o kern/95512 [uplcom] uplcom(4) causes system hangups 3 problems total. Problem reports for tag 'ural': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/88182 [ural] wep is broken in ural(4) hostap mode o kern/92083 [ural] [panic] panic using WPA on ural NIC in 6.0-RELE o kern/94373 [ural] if_ural.c:93: error: `USB_PRODUCT_LINKSYS4_HU20 3 problems total. Problem reports for tag 'usb': S Tracker Resp. Description -------------------------------------------------------------------------------- o usb/40948 usb [usb] USB HP CDW8200 does not work f usb/41415 usb [usb] [patch] Some USB scanners cannot talk to uscanne o kern/51958 usb [usb] [patch] update for urio driver o kern/52026 usb [usb] feature request: umass driver support for InSyst o usb/56095 usb [usb] [patch] QUIRK: Apacer Pen Drive fails to work o usb/61234 usb [usb] [patch] usbhidaction(1) doesn't support using an o usb/62088 usb [usb] Logitech Cordless/Optical Mouse not working o usb/63621 usb [usb] USB MemoryStick Reader stalls/crashes system o kern/65769 usb [usb] Call to tcflush(x, TCIFLUSH) stops input on usb- o kern/66547 usb [usb] Palm Tungsten T USB does not initialize correctl o usb/68412 usb [usb] [patch] QUIRK: Philips KEY013 USB MP3 player o usb/70523 usb [usb] [patch] umct sending/receiving wrong characters o usb/70942 usb [usb] Genius Wireless USB mouse: moused doesn't work c o usb/71155 usb [usb] misbehaving usb-printer hangs processes, causes o usb/71416 usb [usb] Cryptoflex e-gate USB token (ugen0) detach is no o usb/71417 usb [usb] Cryptoflex e-gate USB token (ugen0) communicatio o usb/71455 usb [usb] Slow USB umass performance of 5.3 o usb/72380 usb [usb] USB does not work [dual Celeron Abit] o usb/73056 usb [usb] Sun Microsystems Type 6 USB mouse not working in f kern/73388 emax [usb] usb-keyboard stops working f usb/73553 usb [usb] Microsoft USB Internet Keyboard not recongized o usb/74609 usb [usb] [patch] allowing cdma modems to work at full spe o usb/74849 usb [usb] [patch] Samsung SPH-i500 does not attach properl o usb/74880 usb [usb] [patch] Samsung N400 cellphone/acm fails to atac f usb/79656 usb [usb] RHSC interrupts lost o usb/79722 usb [usb] wrong alignments in ehci.h o usb/79723 usb [usb] prepare for high speed isochronous transfers o usb/79725 usb [usb] [patch] USB device speed is not double-checked o usb/82350 usb [usb] null pointer dereference in USB stack o usb/83504 usb [usb] SpeedTouch USB stop working on recent current (a o usb/83677 usb [usb] usb controller often not detected (Sun W2100z) o usb/84336 usb [usb] [reboot] instant system reboot when unmounting a o usb/86767 usb [usb] bogus "slice starts beyond end of the disk:..." o usb/89954 usb [usb] USB Disk driver race condition? o usb/90162 usb [usb] [patch] Add support for the MS Wireless USB Mous o usb/95173 usb [usb] cannot mount external usb harddisk VIA Technolog o usb/96224 usb [usb] mount_msdosfs cause page fault in syncer process o usb/96546 usb [usb] [patch] Add support (quirk) for EasyMP3 EM732X U o usb/96599 usb [patch] [usb] Sony Handycam DCR-HC32E memory stick slo 39 problems total. Problem reports for tag 'usbdevs': S Tracker Resp. Description -------------------------------------------------------------------------------- f usb/70362 sanpei [usbdevs] [patch] LaCie 160GB USB drive 1 problem total. Problem reports for tag 'uscanner': S Tracker Resp. Description -------------------------------------------------------------------------------- f kern/65428 [uscanner] [panic] uscanner(4)-related repeatable kern 1 problem total. Problem reports for tag 'vfs': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/55297 [vfs] [panic] kernel panic after running XFree86 o kern/68459 [vfs] [patch] Patches to mknod(2) behave more like Lin o kern/74976 [vfs] [panic] 5.3-STABLE: vn_finished_write triggered o kern/78434 [vfs] [patch] vfs_mount: -current does not cdboot o kern/93942 [vfs] [patch] panic: ufs_dirbad: bad dir (patch from D o kern/94669 [vfs] [patch] Panic from Failed Removable Media Mount 6 problems total. Problem reports for tag 'vga': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/64114 [vga] [patch] bad vertical refresh for console using R 1 problem total. Problem reports for tag 'vge': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/81644 [vge] vge(4) does not work properly when loaded as a K o kern/82497 [vge] vge(4) on AMD64 only works when loaded late, not o amd64/87316 amd64 [vge] "vge0 attach returned 6" on FreeBSD 6.0-RC1 amd6 3 problems total. Problem reports for tag 'vinum': S Tracker Resp. Description -------------------------------------------------------------------------------- o conf/47566 le [vinum] [patch] add vinum status verification to perio f kern/58391 le [vinum] Trap 12 with heavy disk load on ide vinum mirr o kern/79035 le [vinum] gvinum unable to create a striped set of mirro f kern/85329 [vinum] vinum dumpconfig destroys openmask and let Fre 4 problems total. Problem reports for tag 'vm': S Tracker Resp. Description -------------------------------------------------------------------------------- s i386/22944 tegge [vm] [patch] isa_dmainit fails on machines with 512MB o kern/32659 [vm] [patch] vm and vnode leak with vm.swap_idle_enabl o kern/37554 jmg [vm] [patch] make ELF shared libraries immutable once o i386/42766 i386 [vm] [patch] proposal to perform reboot via jump to BI o kern/70587 [vm] [patch] NULL pointer dereference in vm_pageout_sc o kern/71258 [vm] [patch] anonymous mmappings not always page align o kern/71792 [vm] [patch] Wrong/missing 'goto' target label in cont o kern/78179 [vm] [patch] bus_dmamem_alloc() with BUS_DMA_NOWAIT ca o kern/78946 [vm] vm_pageout_flush: partially invalid page 9 problems total. Problem reports for tag 'vn': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/44744 [vn] [patch] VN devices can hang system FreeBSD v4.5 1 problem total. Problem reports for tag 'vpd': S Tracker Resp. Description -------------------------------------------------------------------------------- o i386/67011 mdodd [vpd] [patch] MFC of vpd driver for IBM xSeries etc 1 problem total. Problem reports for tag 'vr': S Tracker Resp. Description -------------------------------------------------------------------------------- s kern/41138 [vr] vr0 locks up on one hub, OK on another o kern/78388 [vr] vr network drivers cause watchdog timeout o kern/87506 [vr] [patch] Fix alias support on vr interfaces o kern/89305 [vr] [patch] D-Link NIC with VIA Rhine II, lost of Net o kern/89864 [vr] [panic] if_vr panic under FreeBSD 6 o kern/90890 [vr] Problems with network: vr0: tx shutdown timeout o kern/93567 [vr] Via Rhine : Asymetric Bandwith o kern/94390 [vr] poor network performance after promiscuous mode i 8 problems total. Problem reports for tag 'wep': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/91364 [wep] WF-511 RT2500 Card PCI and WEP 1 problem total. Problem reports for tag 'wi': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/39928 imp [wi] wi0 timeouts and hangs the system while sending d o kern/43625 imp [wi] wi(4) driver hangs after long data transfers o kern/59183 imp [wi] wi problems with wi_cmd o kern/69019 [wi] wlan stalling after 2-3 hrs of moderate traffic o i386/69722 i386 [wi] wi0: init failed, Lucent Technologies WaveLAN/IEE o kern/72924 [wi] 4.10 wi driver timeout problem with Global Sun Te o kern/73871 [wi] Intersil Prism wireless wi0 locks up, "busy bit w o kern/74495 [wi] wi(4) wlan driver device freeze (5.3-STABLE) o kern/75254 [wi] [patch] PRISM3-based adapter ZCOM XI330 doesn't w o kern/75823 [wi] wi0 interface self-destructs after a couple hours o kern/77913 [wi] [patch] Add the APDL-325 WLAN pccard to wi(4) s kern/79323 [wi] authmod setup with ifconfig on dlink wlan card fa o kern/89688 [wi] wi0 cbb remove bug: Danger Will Robinson o i386/90065 i386 [wi] System hangs if wireless card wasn't disabled bef 14 problems total. Problem reports for tag 'wlan': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/88793 [wlan] wlan(4) broken, sends corrupted packets with iw 1 problem total. Problem reports for tag 'wpa': S Tracker Resp. Description -------------------------------------------------------------------------------- o bin/98218 [wpa] wpa_supplicant blacklist not working 1 problem total. Problem reports for tag 'xe': S Tracker Resp. Description -------------------------------------------------------------------------------- o i386/78657 i386 [xe] [hang] error installing 5.3-RELEASE due to Compaq o kern/85266 [xe] [patch] xe(4) driver does not recognise Xircom XE o kern/97401 [xe] Xircom CreditCard Ethernet 10/100, attach returne 3 problems total. Problem reports for tag 'xl': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/66564 [xl] 3c920-MV00 PHY detection problem f kern/76207 [xl] [patch] Null pointer dereference in xl_detach() o kern/77239 [xl] 3Com 3CXFEM656C does not seem to be supported by f kern/78791 [xl] xl(4) input errors and speed problem o kern/93791 [xl] xl0: watchdog timeout with 3CFE575BT 5 problems total. Problem reports for tag 'zlib': S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/43616 [zlib] [patch] static-ize some functions in sys/net/zl 1 problem total. From owner-freebsd-bugs@FreeBSD.ORG Mon Jun 12 11:01:10 2006 Return-Path: X-Original-To: freebsd-bugs@freebsd.org Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9122D16A41A for ; Mon, 12 Jun 2006 11:01:10 +0000 (UTC) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 36A2243D49 for ; Mon, 12 Jun 2006 11:01:10 +0000 (GMT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5CB1491097952 for ; Mon, 12 Jun 2006 11:01:04 GMT (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5CB0jgq097905 for freebsd-bugs@freebsd.org; Mon, 12 Jun 2006 11:00:45 GMT (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 12 Jun 2006 11:00:45 GMT Message-Id: <200606121100.k5CB0jgq097905@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 X-Mailman-Approved-At: Mon, 12 Jun 2006 11:36:25 +0000 Subject: Current problem reports X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jun 2006 11:01:10 -0000 Current FreeBSD problem reports The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. Bugs can be in one of several states: o - open A problem report has been submitted, no sanity checking performed. a - analyzed The problem is understood and a solution is being sought. f - feedback Further work requires additional information from the originator or the community - possibly confirmation of the effectiveness of a proposed solution. p - patched A patch has been committed, but some issues (MFC and / or confirmation from originator) are still open. s - suspended The problem is not being worked on, due to lack of information or resources. This is a prime candidate for somebody who is looking for a project to do. If the problem cannot be solved at all, it will be closed, rather than suspended. c - closed A problem report is closed when any changes have been integrated, documented, and tested -- or when fixing the problem is abandoned. Critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- a [2001/05/10] kern/27250 daichi [unionfs] [patch] unionfs filesystem pani a [2002/06/08] kern/39043 [smbfs] Corrupted files on a FAT32 partit o [2002/08/16] kern/41723 [2TB] on 1TB fs, copying files to filesys f [2003/02/16] bin/48341 qa [sysinstall] sysinstall deletes mbr altho o [2003/03/23] kern/50201 [twe] 3ware RAID 5 resulting in data corr f [2003/12/12] kern/60175 panic: 5.2-RC: disk errors cause panic in o [2004/04/28] i386/66039 i386 [panic] system panic with file system cor a [2004/05/04] bin/66261 fsck cannot recover filesystem corruption f [2004/05/11] kern/66553 linimon [sebsd] SEBSD kernel compilation errors o [2004/07/07] kern/68757 kan rapid file creation on snapshotted filesy o [2004/08/06] kern/70096 [msdosfs] [patch] full msdos file system o [2004/08/23] kern/70881 re 5.3 beta1 kernel.generic missing from /bo o [2004/09/09] i386/71538 i386 [install] multi-homed install trashes exi o [2004/10/30] kern/73313 simokawa Maxtor Onetouch drivers hang or corrupt d o [2004/12/20] alpha/75317 alpha [ata] [busdma] ATA DMA broken on PCalpha o [2005/01/05] kern/75844 phk gbde causes disk write errors and subsequ s [2005/01/26] threads/76690threads fork hang in child for (-lc_r & -lthr) o [2005/02/07] kern/77234 [udf] [patch] corrupted data is read from o [2005/05/11] threads/80887jeff [sched_ule] ULE with SMP broke libpthread o [2005/08/02] kern/84498 daichi [unionfs] [hang] file system hangs when j f [2005/08/09] amd64/84693 amd64 Keyboard not recognized during first step o [2005/08/10] usb/84750 usb [hang] 6-BETA2 reboot/shutdown with root_ f [2005/08/26] kern/85329 [vinum] vinum dumpconfig destroys openmas o [2005/09/19] i386/86317 i386 Kernel launch results in poweroff [HP zv5 o [2005/09/20] i386/86364 i386 [ata] ATA woes, SATA controller: failed w f [2005/10/07] i386/87026 i386 [hang] Bootup hang on atkbdc on Compaq 18 o [2005/10/10] kern/87191 scottl [aac] [patch] aac(4) panics immediately w o [2005/11/09] kern/88715 [kbd] [hang] new kbd driver in FreeBSD 6. o [2005/11/10] i386/88802 i386 [iwi] [cardbus] CARDBUS related kernel cr o [2005/11/12] bin/88872 [2TB] Error 36 while sysinstall tries to o [2005/11/17] amd64/89202 amd64 [ufs] [panic] Kernel crash when accessing o [2005/12/04] kern/89926 [iwi] [panic] if_iwi : sleeping thread ow o [2005/12/16] kern/90512 [64-bit] Snapshot corruption after fs act o [2006/01/02] i386/91214 i386 [ata] Disk corruption with Asus K8S-LA: b o [2006/01/11] usb/91629 usb usbd_abort_pipe() may result in infinite o [2006/01/11] kern/91631 6.0-RELEASE freeze repetitively o [2006/02/02] kern/92742 cognet [pts] [panic] New pts code causes AMD64 p o [2006/02/27] kern/93903 [aac] aac driver cannot shutdown controll o [2006/03/01] i386/93963 acpi [panic] [patch] ACPI Panic with some ACPI f [2006/03/09] kern/94261 [ufs] deadlock between ffs_mksnap and mys o [2006/03/22] kern/94822 [kbd] [patch] Fix keyboard hang for IBM / o [2006/03/25] kern/94939 [acpi] [patch] reboot(8) fails on IBM / I o [2006/04/05] i386/95365 i386 stability problems: interface not reachab o [2006/04/28] ports/96468 lawrance www/jakarta-tomcat5: Jakarta Tomcat 5 is f [2006/05/23] ports/97693 ports-bugs [PATCH] [SECURITY] www/mod_frontpage2-rtr f [2006/05/23] ports/97694 ports-bugs [PATCH] www/frontpage upgrade to 5.0.2.48 o [2006/06/05] ports/98533 lev devel/subversion: build/linking problem o o [2006/06/05] i386/98542 i386 pppd daemon unexpectently died , Exit 1 o [2006/06/07] i386/98620 i386 Can't load kerner o [2006/06/08] kern/98694 alternate system clock dies o [2006/06/09] i386/98752 i386 Intel ich6 82801 FB - on Packard Bell A88 o [2006/06/11] kern/98831 ipfw has UDP hickups 52 problems total. Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- a [1997/04/02] bin/3170 vi freaks and dump core if user doesn't e s [1997/10/01] bin/4672 rdist does not do hard links right when t a [1998/05/06] bin/6536 pppd doesn't restore drainwait for tty f [1998/11/25] bin/8865 dwmalone syslogd hangs with serial console o [1999/02/15] kern/10107 interlock situation with exec_map and a p o [1999/03/30] kern/10870 eivind Kernel panic when writing to write-protec o [1999/09/11] bin/13691 fenner tcpslice cannot extract over 2GB part of s [1999/09/16] conf/13775 multi-user boot may hang in NIS environme f [1999/09/30] ports/14048 des [patch] doscmd -r doesn't work a [1999/11/04] kern/14712 iedowse [nfs] root has access to NFS mounted dire s [1999/11/17] bin/14946 mjacob rmt - remote magtape protocol o [2000/01/12] kern/16090 mdodd No buffer space available o [2000/02/21] kern/16879 tanimura [snd_csa] csa sound drivers seem to be us o [2000/02/24] bin/16948 qa [sysinstall] sysinstall/disklabel: bad pa o [2000/03/11] kern/17310 [nis] [patch] NIS host name resolving may o [2000/03/17] kern/17422 bde 4.0-STABLE: top: nlist failed s [2000/03/22] conf/17540 cel [nfs] NIS host lookups cause NFS mounts t o [2000/04/06] kern/17819 daichi [unionfs] Build ports on nfs & union moun p [2000/05/29] kern/18874 [2TB] 32bit NFS servers export wrong nega o [2000/06/13] i386/19245 obrien -fexpensive-optimizations buggy (even wit s [2000/06/20] bin/19405 markm telnetd sends DO AUTHENTICATION even if a s [2000/07/08] bin/19773 markm [PATCH] telnet infinite loop depending on o [2000/07/13] gnu/19882 obrien ld does not detect all undefined symbols! o [2000/07/18] kern/20016 threads pthreads: Cannot set scheduling timer/Can o [2000/07/25] bin/20172 byacc 1.9 fails to generate $default tran o [2000/07/29] bin/20282 qa [sysinstall] sysinstall does not recover s [2000/08/10] bin/20521 mjacob /etc/rmt several problems o [2000/08/16] bin/20633 fdisk doesn't handle LBA correctly o [2000/08/23] kern/20804 deadlocking when using vnode disk file an o [2000/08/29] bin/20912 marcel gdb does not recognise old executables. o [2000/08/31] kern/20958 mdodd [ep] ep0 lockup with ifconfig showing OAC o [2000/09/07] bin/21089 vi silently corrupt open file on SIGINT w o [2000/09/20] kern/21406 [boot] bootinst or booteasy overwrites se o [2000/09/21] kern/21461 imp ISA PnP resource allocator problem o [2000/09/22] kern/21463 emulation Linux compatability mode should not allow o [2000/09/29] kern/21642 Compaq Netelligent 10/100 card (TI Thunde a [2000/10/07] kern/21808 [msdosfs] [patch] msdosfs incorrectly han o [2000/10/15] kern/21998 green [socket] [patch] ident only for outgoing f [2000/10/20] kern/22142 linimon securelevel does not affect mount o [2000/10/25] bin/22291 cel [nfs] getcwd() fails on recently-modified s [2000/10/30] kern/22417 gibbs [adw] [patch] advansys wide scsi driver d a [2000/11/14] bin/22846 bms Routed does not reflect preference of Int s [2000/11/18] i386/22944 tegge [vm] [patch] isa_dmainit fails on machine o [2000/11/20] gnu/22972 obrien Internal Compiler Error o [2000/11/25] bin/23098 qa [sysinstall] [patch] if installing on a s o [2001/01/04] kern/24074 mdodd Properties of token-ring protocol must be o [2001/01/05] kern/24085 syncing on shutdown leaves filesystem dir o [2001/01/07] docs/24125 wes connect(2) can yield EWOULDBLOCK/EAGAIN o [2001/01/12] bin/24271 [patch] dumpon(8) should check its argume o [2001/01/19] bin/24461 Being able to increase the YP timeout wit s [2001/01/20] threads/24472threads libc_r does not honor SO_SNDTIMEO/SO_RCVT o [2001/01/25] kern/24629 harti ng_socket failes to declare connected dat s [2001/01/25] threads/24632threads libc_r delicate deviation from libc in ha o [2001/02/10] kern/24982 stack gap usage o [2001/02/11] i386/24997 i386 [biosdisk] [patch] /boot/loader cannot ha o [2001/02/14] kern/25093 4.2-STABLE does not recognize PCNet-ISA+ o [2001/02/21] kern/25248 bde sys/user.h needs sys/param.h, but doesn't o [2001/03/05] bin/25542 standards /bin/sh: null char in quoted string o [2001/03/18] kern/25886 [libc] cgetset(3) doesn't get cleared whe o [2001/03/20] kern/25950 obrien [asr] Bad drives on asr look zero-length a [2001/03/22] kern/25986 andre Socket would hang at LAST_ACK forever. o [2001/03/24] kern/26048 obrien [asr] 4.3-RC: SMP and asr driver don't w a [2001/03/27] kern/26142 cel [nfs] Unlink fails on NFS mounted filesys o [2001/04/03] kern/26316 Booting FreeBSD on VMware2 with 2 or 3 et a [2001/04/05] gnu/26362 "cvs server" doesn't honour the global -- o [2001/04/10] kern/26486 [libc] [patch] setnetgrent hangs when net o [2001/04/25] bin/26842 dump with h flag takes a very long time a [2001/04/26] bin/26869 vi(1) crashes in viewing a file with long o [2001/04/27] bin/26897 qa [sysinstall] 4.3R sysinstall fails to cre o [2001/05/03] kern/27059 scsi [sym] SCSI subsystem hangs under heavy lo f [2001/05/11] kern/27275 kernel bug ? (negative sbsize) o [2001/05/20] kern/27474 Interactive use of user PPP and ipfilter o [2001/05/24] docs/27605 doc [patch] Cross-document references ( 512 sybase ASE 11.9.2( o [2001/11/29] bin/32374 vi -r doesn't work, file contained unexpe o [2001/12/08] bin/32619 des libfetch does not use RFC 1738's definito o [2001/12/10] kern/32668 cel [nfs] NFS directory removal problems mani o [2001/12/11] bin/32686 wosch locate(1) dumps a core file with broken d o [2001/12/22] ports/33080 ume gkrellmvolume interferes with the ability a [2001/12/22] i386/33089 murray GENERIC bloat causes 'make world' to brea o [2001/12/24] kern/33138 [isa] [patch] pnp problem in 4.3, 4.4, 4. o [2001/12/30] kern/33344 davidxu memory leak in device resource config loa o [2001/12/31] bin/33370 qa [sysinstall] post-configuration issue o [2002/01/02] kern/33464 soft update inconsistencies after system s [2002/01/04] gnu/33551 cvs chokes on OpenBSD repositories o [2002/01/08] bin/33672 [patch] telnetd and mount_mfs signal hand o [2002/01/13] kern/33833 luigi Correct kernel config for 4.4-RELEASE is o [2002/01/16] kern/33940 [ufs] [patch] quotactl allows compromise o [2002/01/21] gnu/34128 sdiff "e" doesn't work with some editors o [2002/01/25] bin/34270 man -k could be used to execute any comma o [2002/01/31] kern/34470 bde Modem gets sio1 interrupt-level buffer o s [2002/02/01] threads/34536threads accept() blocks other threads o [2002/02/03] kern/34568 [lpt] turning printer on and off hangs th o [2002/02/11] bin/34811 sh: "jobs" is not pipeable o [2002/02/11] kern/34842 [nis] [patch] VmWare port + NIS causes "b o [2002/02/18] i386/35078 i386 [i386] [patch] Uninitialized pointer dere o [2002/02/22] bin/35214 obrien dump program hangs while exiting o [2002/02/28] kern/35396 poll(2) doesn't set POLLERR for failed co o [2002/02/28] kern/35399 poll(2) botches revents on dropped socket o [2002/02/28] kern/35429 select(2)/poll(2)/kevent(2) can't/don't n o [2002/03/01] kern/35442 [sis] [patch] Problem transmitting runts o [2002/03/03] kern/35506 jon [libc] innetgr() doesn't match wildcard f o [2002/03/03] kern/35511 [sis] sis(4) multicast filtering doesn't f [2002/03/07] kern/35645 bms Layer 2 switching using default router of o [2002/03/08] kern/35669 cel [nfs] NFSROOT breaks without a gateway s [2002/03/08] docs/35678 doc docproj Makefiles for web are broken for o [2002/03/09] kern/35703 /proc/curproc/file returns unknown o [2002/03/14] gnu/35878 /usr/bin/strip resets ABI type to FreeBSD o [2002/03/15] bin/35925 qa [sysinstall] fixit floppy cannot be mount a [2002/03/16] bin/35985 qa [sysinstall] swap double mount o [2002/03/17] i386/36003 i386 [panic] Cyclades Cyclom YeP causes panics p [2002/03/18] kern/36038 [smbfs] sendfile(2) on smbfs fails, expos o [2002/03/19] misc/36086 trhodes Kerberos Problem/Handbook wrong/Followup a [2002/03/19] bin/36110 dmesg output corrupt if /dev/console is b o [2002/03/20] kern/36147 bogus irq 7 message being issued o [2002/03/21] docs/36168 doc -pthread/_THREAD_SAFE docs missing in gcc o [2002/03/22] kern/36219 [bpf] [patch] poll() behaves erratic on B o [2002/03/28] kern/36415 [bktr] [patch] driver incorrectly handles o [2002/03/29] kern/36504 [kernel] [patch] crash/panic vm_object_al o [2002/03/29] bin/36508 qa [sysinstall] installation floppy bug (4.5 o [2002/03/30] kern/36517 [sis] sis driver can't map ports/memory f o [2002/03/31] kern/36566 [smbfs] System reboot with dead smb mount o [2002/04/05] kern/36784 Can't fcntl(fd, F_SETFL, ...) on a pseudo o [2002/04/08] bin/36867 [patch] games/fortune: add FORTUNE_PATH e o [2002/04/08] bin/36911 qa [sysinstall] installation floppies miss a o [2002/04/09] gnu/36926 send-pr destroys PR if emacs interrupt ch o [2002/04/10] i386/36943 i386 [smp] [hang] reboot hangs on Tyan Thunder o [2002/04/14] kern/37057 Problem with rlimits on filesystem mounte o [2002/04/15] kern/37109 Kernel refuses to assign unused IP to tun o [2002/04/19] kern/37261 luigi kernel is not linking without "device eth o [2002/04/22] kern/37326 [bktr] smbus/bktr crash when omitting "de o [2002/04/22] bin/37343 portmap TCP binds strangeness o [2002/04/25] kern/37436 [hang] accept dead loop when out of file o [2002/04/25] kern/37441 davidxu [isa] [patch] ISA PNP parse problem o [2002/04/28] i386/37523 davidxu [i386] [patch] lock for bios16 call and v o [2002/04/30] kern/37589 imp Kernel panics upon resume from zzz on my o [2002/05/03] bin/37710 qa [sysinstall] LAN interface in wrong state o [2002/05/24] kern/38495 bms soreceive fails to maintain invariant on o [2002/05/24] kern/38518 [boot] combination of pr-27087 and pr-369 s [2002/05/24] kern/38527 /dev/random does not obey O_NONBLOCK flag o [2002/05/25] kern/38549 threads the procces compiled whith pthread stoppe a [2002/05/25] kern/38554 bms changing interface ipaddress doesn't seem o [2002/05/26] bin/38582 qa [sysinstall] sysinstall sets newfs flag a a [2002/05/27] gnu/38594 kan Fortan program don't link post gcc-3.1 o [2002/05/27] bin/38609 qa [sysinstall] sysinstall should know the s o [2002/05/27] kern/38632 imp Loss of connection with wi cards o [2002/05/30] kern/38752 qingli rn_walktree_from not halting at the right o [2002/06/03] kern/38872 cel [nfs] nfs code ignores possibility of MGE o [2002/06/05] bin/38918 edquota breaks silently when quota-marked o [2002/06/07] kern/38983 Kernel fails to access disk o [2002/06/13] kern/39233 bms NonConforming IPsec implementation from F o [2002/06/13] kern/39252 [syscons] [patch] syscons doesn't support o [2002/06/15] kern/39329 [mount] '..' at mountpoint is subject to o [2002/06/15] kern/39331 dwmalone namei cache unreliable for __getcwd() o [2002/06/17] kern/39388 scsi ncr/sym drivers fail with 53c810 and more s [2002/06/19] i386/39536 i386 [loader] FreeBSD default bootloader does o [2002/06/25] bin/39849 /sbin/restore fails to overwrite files wi o [2002/06/26] bin/39896 netmask 0xffffff00 no longer works in /et s [2002/06/27] threads/39922threads [threads] [patch] Threaded applications e o [2002/06/27] kern/39928 imp [wi] wi0 timeouts and hangs the system wh a [2002/06/27] kern/39937 bms ipstealth issue a [2002/06/28] bin/39940 [patch] /usr/sbin/periodic sends thousand o [2002/07/05] kern/40206 Can not assign alias to any POINTOPOINT i o [2002/07/05] bin/40215 wpaul [nis] NIS host search not terminate o [2002/07/05] i386/40219 i386 [apm] apm breaks removable media o [2002/07/06] bin/40260 qa [sysinstall] hang when detecting devices f [2002/07/06] kern/40274 [fxp] "fxp: device timeout" errors during o [2002/07/06] bin/40278 mktime returns -1 for certain dates/timez o [2002/07/07] bin/40282 /bin/kill has bad error checking for comm o [2002/07/10] kern/40394 [if_tap] if_tap(4) driver hard coded perm o [2002/07/12] bin/40471 des chpass(1) -a option broken in CURRENT o [2002/07/19] kern/40787 kernel panic if PCMCIA CD-drive with moun o [2002/07/19] usb/40792 usb signals lead to data loss on device ugen o [2002/07/22] kern/40895 scsi wierd kernel / device driver bug s [2002/07/30] kern/41138 [vr] vr0 locks up on one hub, OK on anoth o [2002/07/31] kern/41216 cel [nfs] Get "NFS append race" error o [2002/08/01] conf/41242 periodic scripts make unwarranted assumpt o [2002/08/03] bin/41297 mp {t,}csh backquote/braces expansion bug o [2002/08/07] kern/41402 [panic] kernel panics in pmap_insert_entr o [2002/08/07] bin/41410 /bin/sh bug on expanding $? in here-docum o [2002/08/13] kern/41632 luigi bridging when one interface has no carrie a [2002/08/14] bin/41647 bms ifconfig(8) doesn't accept lladdr along w o [2002/08/16] kern/41720 [nge] if_nge_load=YES make system not boo o [2002/08/18] bin/41757 qa [sysinstall] sysinstall 4.6.x unstable s [2002/08/19] bin/41776 bms mrouted doesn't route multicast packets o [2002/08/19] conf/41777 /etc/periodic/daily/100.clean-disks remov o [2002/08/20] docs/41824 murray LANG is not documented in setlocale(3) o [2002/08/21] bin/41850 qa [sysinstall] sysinstall fails to create r o [2002/08/25] bin/42004 quota and rpc.statd are still IPv4 only, o [2002/08/27] kern/42089 phk ntp_gettime returns time in wrong scale o [2002/08/27] bin/42093 ypbind hangs on NIC with the lowest scope o [2002/08/28] misc/42115 luigi [picobsd] [patch] fix build script for 4. o [2002/08/30] i386/42198 pjd Kernel panics or system hangs up with big s [2002/08/30] kern/42216 rwatson simultaneous multiple server network fail o [2002/09/04] bin/42407 ppp(8) IPV6CP fails o [2002/09/07] i386/42539 i386 [panic] Fatal Trap 12 resulting from Conn o [2002/09/09] kern/42578 [puc] [panic] using PCI serial cards (puc o [2002/09/10] kern/42621 imp Dell Inspiron 5000e hangs when using Orin o [2002/09/11] kern/42652 [smbfs] error deleting r/o (by windows) f o [2002/09/11] bin/42658 markm recompile /usr/src/libexec/telnetd and lo o [2002/09/13] gnu/42726 cvsadm cvs -R pserver & val-tags: story continue s [2002/09/13] bin/42750 fdisk(8) does not distinguish between FAT o [2002/09/14] kern/42769 [boot] Boot stalls if the system has a se o [2002/09/15] kern/42801 [hang] FreeBSD freezes when opening cuaa0 a [2002/09/18] kern/42937 bms panic when ARP cache uses up all mbufs o [2002/09/20] kern/42983 imp wi0 sporadically freezes the system for 1 o [2002/09/22] bin/43223 getnetby{name|addr} broken for DNS lookup o [2002/09/24] bin/43337 des fetch: -s fails if -4 or possibly other o a [2002/09/25] i386/43366 bms Cannot format media in USB floppy devices o [2002/09/29] kern/43491 microuptime () went backwards o [2002/09/30] bin/43501 getpwnam, getpwuid fail when linking agai o [2002/10/02] kern/43576 imp Problem with wi driver and Lucent Orinoco o [2002/10/02] bin/43592 mktime rejects dates at the start of dayl a [2002/10/03] kern/43605 luigi enabling polling in the kernel causes pag o [2002/10/03] kern/43625 imp [wi] wi(4) driver hangs after long data t o [2002/10/04] bin/43674 [patch] login(1): able to bypass expired o [2002/10/05] kern/43713 during install, mounting root from ufs:/d o [2002/10/08] conf/43837 wollman PKST (pakistan daylight time) changed fro o [2002/10/11] java/43924 glewis writing from JAVA to a pipe sometimes han o [2002/10/12] kern/43954 cel [nfs] nfs-blocked process can't return or a [2002/10/14] kern/44030 VNode/Swap troubles o [2002/10/16] i386/44130 i386 [apm] Enabled apm hangs up FreeBSD kernel o [2002/10/16] kern/44150 Diskless kernel may crash, depends on the o [2002/10/18] kern/44202 [rp] [patch] -stable rp driver does not w p [2002/10/21] kern/44336 [nfs] NFSv3 client broken - security prob o [2002/10/21] kern/44355 gnn After deletion of an IPv6 alias, the rout o [2002/10/23] kern/44417 luigi [bridge] [patch] ipfw layer2 rules are no s [2002/10/27] bin/44518 yar ftpd does not show OPIE OTP challenge o [2002/10/27] docs/44519 obrien ftpd.conf(5) contains references to ftpd( o [2002/10/28] gnu/44564 peter [PATCH] Aborted cvs session causes an end o [2002/10/28] kern/44578 [nis] getnetgrent fails to read NIS netgr o [2002/10/30] kern/44744 [vn] [patch] VN devices can hang system F o [2002/11/01] bin/44808 [PATCH] opiepasswd makes bad seed for exi o [2002/11/04] i386/44867 i386 [hang] Frequent hard hangs on ASUS P4T-E/ f [2002/11/07] kern/45023 emulation [linux] [patch] flexlm does not run with o [2002/11/09] gnu/45168 Buffer overflow in /usr/bin/dialog o [2002/11/13] bin/45272 dump/restore problem o [2002/11/15] docs/45303 remko Bug in PDF DocBook rendering o [2002/11/15] kern/45322 Panic on resume (zone: entry not free) o [2002/11/17] kern/45373 mckusick softupdate / fs damaged after loss of pow o [2002/11/18] kern/45403 imp Cannot install -CURRENT via pccard networ o [2002/11/20] i386/45525 imp Dell Inspiron 7000 does not recognize PC- o [2002/11/20] bin/45529 hexdump core-dumps with certain args [PAT o [2002/11/21] kern/45558 [msdosfs] mdconfig and msdosfs make fs wr o [2002/11/21] bin/45565 qa [sysinstall] write error, filesystem full s [2002/11/21] kern/45568 gibbs [ahc] ahc(A19160) pci parity error o [2002/11/27] i386/45773 i386 [bge] Softboot causes autoconf failure on o [2002/11/27] kern/45777 crashdump issue with too-small dumpdev o [2002/12/02] kern/45913 imp WaveLan driver problems with latest -CURR o [2002/12/04] bin/45990 dwmalone top dumps core if specific errors in pass o [2002/12/04] bin/45995 markm Telnet fails to properly handle SIGPIPE o o [2002/12/05] kern/46017 [smbfs] smb mounts break /etc/periodic/we o [2002/12/06] kern/46036 inaccurate timeouts in select(),nanosleep o [2002/12/10] usb/46176 usb [panic] umass causes kernel panic if devi o [2002/12/11] i386/46194 i386 [install] 5.0-RC1 kern floppy load fails o [2002/12/13] kern/46239 standards posix semaphore implementation errors o [2002/12/18] bin/46352 Open file descriptors and signal handling o [2002/12/19] i386/46371 usb USB controller cannot be initialized on I f [2002/12/23] kern/46484 [bge] [panic] System panics upon configur p [2002/12/27] kern/46557 pjd ipfw pipe show fails with lots of queues a [2002/12/31] kern/46647 silby Failure to initialize MII on 3Com NIC res o [2003/01/01] bin/46670 qa [sysinstall] 5.0-RC2 install leaves CD dr o [2003/01/01] bin/46676 ru [PATCH] bsd.dep.mk restricts domain of ta o [2003/01/02] kern/46694 imp Getting DUP packets when in Promiscous mo o [2003/01/08] i386/46865 i386 [panic] kernel panic on SuperMicro 6012-8 o [2003/01/08] bin/46866 NIS-based getpwent() falsely returns NULL o [2003/01/20] i386/47236 i386 Console missing during bootup on Sony Pic o [2003/01/21] kern/47286 device probing not verbose when using boo o [2003/01/22] kern/47359 dd [snp] [panic] panic after kldunload snp o [2003/01/23] bin/47384 qa [sysinstall] sysinstall ignores intended o [2003/01/24] i386/47449 i386 [boot] Thinkpad 755CD floppy boot fails o [2003/01/29] kern/47628 trhodes [msdosfs] [patch] msdosfs file corruption o [2003/01/29] kern/47647 [crash] init died with signal 6 [4.7] s [2003/02/02] kern/47813 [gre] pseudo-device gre(4) doesn't appear o [2003/02/05] kern/47937 hw.ncpu and kern.smp.cpus duplicate same o [2003/02/05] kern/47951 [hang] rtld in ld.so will livelock in som o [2003/02/05] alpha/47952 alpha DEFPA causes machine check with V5.0-rele o [2003/02/07] kern/48033 [ffs] FFS superblock flags are being igno o [2003/02/07] kern/48062 mckusick mount -o snapshot doesn't work on +100GB o [2003/02/08] kern/48100 Fatal panic in vm_map_lookup_entry ... [S o [2003/02/09] kern/48117 SMP machine hang during boot related to i o [2003/02/11] kern/48166 panic: pmap_new_proc: u_map allocation fa o [2003/02/11] bin/48183 marcel [patch] gdb on a corefile from a threaded o [2003/02/14] bin/48271 bug with find's -delete option s [2003/02/14] kern/48279 [bktr] Brooktre878 may cause freeze o [2003/02/16] conf/48325 /etc/periodic/security/100.chksetuid does o [2003/02/17] kern/48393 mckusick [ufs] ufs2 snapshot code bugs p [2003/02/18] bin/48424 Integer overflow in cksum(1) and sum(1) f o [2003/02/18] kern/48425 Tape drive EOT handling problems in 4.7 o [2003/02/19] misc/48461 murray $EDITOR on the fixit CD is wrong. o [2003/02/26] i386/48691 i386 [panic] kernel panics on ASUS A7N266-VM M o [2003/02/27] bin/48730 sos burncd does not handle signals and causes o [2003/02/27] kern/48741 darrenr ipnat corrupts packets on gre interface w o [2003/02/27] kern/48758 [modules] kldunload if_{nic} can cause ke s [2003/03/02] threads/48856threads Setting SIGCHLD to SIG_IGN still leaves z o [2003/03/03] bin/48865 Dumps made on FreeBSD 5.0-RELEASE are unr o [2003/03/03] conf/48881 [PATCH] The influence of /etc/start_ifnam o [2003/03/07] kern/48996 Fatal trap 12 with incoming traffic from o [2003/03/09] kern/49040 problem mounting root; ffs_mountroot can' s [2003/03/10] threads/49087threads Signals lost in programs linked with libc o [2003/04/03] kern/50574 mbr [dc] dc driver incorrectly detects ADMtek s [2003/04/11] kern/50827 [kernel] [patch] new feature: add sane re s [2003/04/12] kern/50856 [mfs] panic if mounting /tmp as mfs with p [2003/04/17] conf/51085 ache FreeBSD is missing ja_JP.eucJP locale. o [2003/04/18] www/51135 www Problems with the mailing-lists search in o [2003/04/20] bin/51171 /bin/sh has only 32-bit arithmetics that o [2003/04/22] kern/51274 ipfw [ipfw] [patch] ipfw2 create dynamic rules o [2003/04/23] kern/51332 mjacob QUIRK: BNCHMARK DLT1 requires SA_QUIRK_1F f [2003/04/24] kern/51341 ipfw [ipfw] [patch] ipfw rule 'deny icmp from o [2003/04/24] kern/51352 panic: malloc(M_WAITOK) in interrupt cont o [2003/04/29] kern/51583 [nullfs] [patch] allow to work with devic o [2003/04/30] bin/51628 [nis] ypmatch doesn't match keys in legac o [2003/05/02] kern/51685 [hang] Unbounded inode allocation causes o [2003/05/04] kern/51742 [panic] ffs_vfree: freeing free inode o [2003/05/06] bin/51827 getaddrinfo() is broken with numeric serv o [2003/05/08] kern/51982 [sio] sio1: interrupt-level buffer overfl s [2003/05/11] ports/52079 ports-bugs vmware3 hangs when nmdm(4) is used as COM s [2003/05/12] kern/52110 daichi [unionfs] FS corruption when using unionf o [2003/05/12] i386/52128 i386 [install] Unable to floppy install on Tos o [2003/05/16] bin/52343 NIS login problem on the server o [2003/05/19] kern/52445 [mfs] panic when mounting floppy on MFS f o [2003/05/22] i386/52581 i386 [loader] boot loaders reading more than o o [2003/05/22] kern/52585 bms [netinet] [patch] Kernel panic with ipfw2 o [2003/05/24] kern/52638 scsi [panic] SCSI U320 on SMP server won't run o [2003/05/28] bin/52743 /etc/ppp/ppp.linkup instability issues s [2003/05/28] kern/52745 daichi [unionfs] Fatal trap 12: page fault while o [2003/05/31] kern/52818 vm_fault() calls vput() on shared-locked o [2003/06/04] kern/52936 [nfs] Huge writes to nfs exported FAT fil o [2003/06/04] kern/52943 [hang] reproducable system stuck just bre o [2003/06/10] kern/53137 [panic] background fscking causing ffs_va o [2003/06/16] i386/53382 i386 Repetable panics in ffs_vget() on Prolian f [2003/06/18] kern/53433 heavy i/o on GBDE partition on SMP locks o [2003/06/18] bin/53434 pw disallow a password including space. o [2003/06/18] kern/53447 alfred [kernel] poll(2) semantics differ from su o [2003/06/22] bin/53606 roberto ntpdate seems to hang system o [2003/06/23] i386/53620 i386 [install] Kernel panics / reboots during o [2003/06/27] bin/53839 qa [sysinstall] disklabel editor fails on po f [2003/06/30] kern/53920 andre sluggish TCP connection o [2003/06/30] kern/53940 imp Some WiFi devices cannot connect to hosta o [2003/07/04] bin/54097 Non-local yppasswd -d broken in 5.1-CURRE o [2003/07/07] kern/54189 [dns] resolver should resolve hostnames w s [2003/07/08] kern/54211 rwatson Seeing other uid with kern.file sysctl. o [2003/07/10] kern/54309 silby TCP Packet of 64K-1 crashes FreeBSD4.8 o [2003/07/11] bin/54401 [patch] pppstats prints 0 for absolute va o [2003/07/12] standards/54410standards one-true-awk not POSIX compliant (no exte o [2003/07/13] bin/54446 pkg_delete doesn't honour symlinks, portu o [2003/07/14] java/54463 glewis Apparent bug in jdk13 s [2003/07/16] kern/54534 daichi [unionfs] unionfs && mfs|md crashing mach s [2003/07/16] i386/54549 i386 [panic] panic on install on Dell 600sc o [2003/07/22] i386/54756 acpi ACPI suspend/resume problem on CF-W2 lapt p [2003/07/29] kern/55018 andre [digi] [patch] Digiboard PC/Xem fails to o [2003/07/29] kern/55028 The broken FAT12 filesystem causes system o [2003/08/02] kern/55175 alfred LOR in select and poll f [2003/08/05] gnu/55278 Externs on implicit declarations o [2003/08/05] kern/55297 [vfs] [panic] kernel panic after running o [2003/08/07] bin/55346 /bin/sh eats memory and CPU infinitely o [2003/08/07] bin/55349 mbr amd(8) mixes up symlinks in its virtual f o [2003/08/08] kern/55379 [panic] kernel crashes randomly o [2003/08/10] bin/55448 dbm_nextkey() misbehaves after dbm_store( o [2003/08/11] bin/55457 marcel GDB gets confused debugging libc_r thread a [2003/08/13] kern/55542 andre [de] [patch] discard oversize frame (ethe f [2003/08/13] usb/55555 usb [ums] system freezes with access to /dev/ o [2003/08/15] i386/55603 i386 [mly] unable to reboot when system runs f o [2003/08/16] kern/55617 [smbfs] Accessing an nsmb-mounted drive v o [2003/08/17] i386/55661 acpi ACPI suspend/resume problem on ARMADA M70 o [2003/08/20] kern/55822 acpi No ACPI power off with SMP kernel o [2003/08/21] bin/55829 __stderrp not defined in libc.so.3 (compa o [2003/08/25] bin/55956 passwd chat script not backward compatibl o [2003/08/25] bin/55965 sshd: problems with HostBasedAuthenticati o [2003/08/25] kern/55975 thomas ATAPICAM- READ_6(0x08) fails for ATAPI ta o [2003/08/27] kern/56024 acpi ACPI suspend drains battery while in S3 o [2003/08/27] kern/56031 luigi [ipfw] ipfw hangs on every invocation o [2003/08/29] bin/56147 FreeBSD/NetBSD /bin/sh mishandles positio f [2003/08/31] kern/56233 bms IPsec tunnel (ESP) over IPv6: MTU computa o [2003/09/02] kern/56339 select() call (poll() too) hangs, yet cal a [2003/09/03] kern/56381 daichi [unionfs] panic: page fault in fifo_close s [2003/09/04] kern/56461 [rpc] FreeBSD client rpc.lockd incompatib p [2003/09/05] bin/56500 roam rpc.lockd needs to use reserved ports p [2003/09/08] bin/56606 [2TB] df cannot handle 2TB NFS volumes o [2003/09/14] kern/56873 qa [boot] system hangs on boot at Buslogic d o [2003/09/17] i386/56937 i386 panic: system panic during high network l o [2003/09/20] i386/57043 i386 [ar] [hang] ar driver with 2 port PCI car o [2003/09/22] usb/57085 sanpei [umass] umass0 problems, with Sony Vio/US a [2003/09/22] kern/57100 bms [bridge] disable hardware checksums when o [2003/09/24] kern/57195 [mfs] mount_mfs -i 512 => panic? o [2003/09/25] kern/57206 [panic] softdep_lock locks against itself o [2003/09/26] bin/57255 usb usbd and multi-function devices a [2003/09/29] kern/57344 bms KMEM exhaustion from cloned routes o [2003/09/29] kern/57350 [panic] using old monocrome printer port s [2003/09/30] kern/57398 scsi [mly] Current fails to install on mly(4) o [2003/10/01] kern/57453 [kue] [patch] if_kue hangs boot after war o [2003/10/01] bin/57456 Telnet encryption gets out of sync o [2003/10/01] bin/57466 dialog(1) does not read stdin, breaks sub a [2003/10/01] kern/57479 bms FreeBSD Not in compliance with RFC 1122, p [2003/10/01] i386/57480 i386 Removing very large files using rm doesn' o [2003/10/04] bin/57554 sh(1) incorrect handling of quoted parame o [2003/10/05] kern/57603 [bktr] bktr driver: freeze on SMP machine o [2003/10/06] kern/57631 jhb [agp] [patch] boot failing for ALi chipse o [2003/10/06] bin/57673 Odd/dangerous disklabel(8) behaviour on 5 o [2003/10/07] kern/57722 [kernel] [patch] uidinfo list corruption f [2003/10/08] kern/57760 bms IPsec policy on inbound trafic is not enf o [2003/10/09] kern/57790 cdparanoia triggers kernel panic o [2003/10/09] i386/57818 i386 4.9-RC panics when kernel is built with a o [2003/10/10] kern/57832 scottl [ips] softdep_deallocate_dependencies: da o [2003/10/16] i386/58139 i386 [panic] -CURRENT panics on Thinkpad A31p o [2003/10/17] kern/58154 mckusick Snapshots prevent disk sync on shutdown o [2003/10/17] kern/58169 panic: vnode_pager_getpages: unexpected m f [2003/10/22] kern/58391 le [vinum] Trap 12 with heavy disk load on i o [2003/10/26] i386/58580 i386 After sysinstall, F2 fails; wrong device o [2003/10/26] kern/58581 [hang] System call gettimeofday hang 5.x o [2003/10/29] kern/58687 deischen [libc] [patch] gethostbyname(3) leaks kqu o [2003/10/31] kern/58787 [panic] pmap_enter: attemped pmap_enter o o [2003/11/02] kern/58831 panic: vinvalbuf: flush failed o [2003/11/03] kern/58870 bms [gif] [panic] page fault in kernel mode w o [2003/11/04] kern/58930 [panic] Page fault when unplugging Alcate o [2003/11/05] kern/58941 rwatson acl under ufs2 doesn't handle disk corrup o [2003/11/05] bin/58951 [sysinstall] some problems with 4.9-RELEA o [2003/11/05] kern/58953 [puc] [patch] detect NetMOS-based six ser o [2003/11/10] alpha/59116 alpha [ntfs] mount_ntfs of a Windows 2000-forma f [2003/11/11] kern/59172 bms Zebra interface route causes kernel panic o [2003/11/11] kern/59183 imp [wi] wi problems with wi_cmd o [2003/11/11] kern/59185 [panic] 4.9-RELEASE kernel panic (page fa o [2003/11/12] kern/59203 imp Panic with wi and newcard a [2003/11/12] kern/59211 [nwfs] System crashes when moving files f o [2003/11/13] i386/59260 i386 [panic] Panic by integer divide fault in o [2003/11/15] kern/59296 Serial Line Noise Causes System Hang in L f [2003/11/22] kern/59594 [hang] I/O operations freeze system when s [2003/11/24] bin/59638 des passwd(1) does not use PAM to change the o [2003/11/24] kern/59652 cannot redirect kernel output to serial c o [2003/11/25] i386/59683 i386 panic: signal 12 4.9-STABLE - frequent cr o [2003/11/26] i386/59701 i386 System hungup, after resume from suspend. f [2003/11/26] amd64/59714 matteo device timeout and ad0: WARNING - WRITE_D o [2003/11/26] i386/59719 i386 [crash] 4.9 Crashes on SuperMicro with SM o [2003/11/28] bin/59777 ftpd(8)/FreeBSD 5: potential username enu o [2003/12/02] i386/59898 i386 [boot] pxe boot: BTX halted o [2003/12/03] kern/59912 bms mremap() implementation lacking o [2003/12/04] kern/59945 [nullfs] [patch] nullfs bug: reboot after o [2003/12/05] gnu/59971 peter assertion "strncmp (repository, current_p o [2003/12/08] i386/60050 i386 Toshiba/3Com 3CXM056-BNW: Open Causes Int s [2003/12/09] ports/60083 java Unsafe use of getaddrinfo in jvm 1.4.2-p5 o [2003/12/11] kern/60154 maxim [ipfw] ipfw core (crash) o [2003/12/14] i386/60226 i386 [ichsmb] [patch] ichsmb driver doesn't de o [2003/12/14] kern/60235 phk some /dev-entries missing for newly auto- o [2003/12/17] i386/60328 i386 [panic] installing 5.1, 5.2RC and 5-CURRE o [2003/12/18] bin/60349 scottl [sysinstall] 5.2-RC1 cannot do NFS instal o [2003/12/19] bin/60385 vmstat/iostat/top all fail to report CPU o [2003/12/26] kern/60598 scsi wire down of scsi devices conflicts with o [2003/12/27] i386/60633 i386 [sis] SIS motherboard with the SIS 5591 ( o [2003/12/27] kern/60641 scsi [sym] Sporadic SCSI bus resets with 53C81 o [2003/12/28] i386/60646 i386 [hang] VIA C3 system hangs on reboot o [2003/12/29] docs/60679 doc [patch] pthread(3): pthreads documentatio o [2003/12/29] i386/60681 i386 wicontrol -L critical crash (sigbus) o [2003/12/29] kern/60685 Intel 82559 NICs don't work in 4.9 o [2004/01/04] i386/60887 i386 can't boot when fbsd exists with other op o [2004/01/09] kern/61129 thomas atapicam / UDMA cdrom loop o [2004/01/10] bin/61152 qa [sysinstall] installer refuses to mount U s [2004/01/10] kern/61165 scsi [panic] kernel page fault after calling c o [2004/01/12] i386/61253 i386 [panic] page fault on installation freebs o [2004/01/13] i386/61303 i386 5.2-REL hangs during boot with 3-port pyr o [2004/01/13] i386/61326 i386 Reboot while booting from 5.2-RELEASE CD o [2004/01/14] i386/61342 i386 [hang] CD-based installation crashes [4.9 o [2004/01/14] bin/61355 login(1) does not restore terminal owners f [2004/01/14] kern/61358 phk boot freezes while ATA GEOM slice detecti o [2004/01/15] kern/61390 [hang] Machine freeze when creating gif i o [2004/01/16] kern/61404 andre RFC1323 timestamps with HZ > 1000 o [2004/01/17] bin/61498 obrien [patch] Please MFC flex patch for gcc 3.x o [2004/01/18] kern/61544 ip6fw breakage on (at least) sparc64 o [2004/01/19] bin/61587 qa [sysinstall] [patch] installation problem o [2004/01/20] docs/61605 doc [feature request] Improve documentation f o [2004/01/20] i386/61646 i386 [workaround] Strange irq20 weirdness caus o [2004/01/21] bin/61658 qa [sysinstall] 5.2R error "Add of package q o [2004/01/21] kern/61669 [twe] writing to 3ware escalade spends 90 o [2004/01/21] kern/61686 FreeBSD 5.2-RELEASE crashes when ACPI is f [2004/01/22] bin/61701 Segmentation fault on OPIE when sequence o [2004/01/22] i386/61709 i386 [panic] 5.2-REL i386 Crashes hard; panics o [2004/01/22] bin/61716 mckusick newfs: code and manpage are out of sync o [2004/01/22] kern/61733 imp panic: resource_list_release: resource en o [2004/01/22] kern/61746 [boot] system locks up on boot if both ap o [2004/01/23] kern/61774 [nis] nis security issue p [2004/01/24] i386/61852 alc i386 pmap SMP race condition can cause lo o [2004/01/25] bin/61890 qa [sysinstall] fdisk(8) uses incorrect calc o [2004/01/26] bin/61937 qa [sysinstall] cannot install 5.2-REL via s o [2004/01/26] alpha/61940 alpha Can't disklabel new disk from FreeBSD/alp o [2004/01/26] kern/61960 sos [ata] [patch] BigDrive support for PC-98 o [2004/01/26] i386/61970 i386 [panic] on boot, 5.1/5.2 (but not 5.0), S o [2004/01/27] alpha/61973 alpha Machine Check on boot-up of AlphaServer 2 o [2004/01/28] bin/62040 pkg_add(1) won't run because the ELF dyna o [2004/01/29] bin/62058 burncd doesn't work with Creative RW8438E o [2004/01/30] usb/62088 usb [usb] Logitech Cordless/Optical Mouse not o [2004/01/30] kern/62091 [hang] Random Lockups on Boot (Timecounte o [2004/02/01] kern/62216 perl syswrite not writing the buffer unde o [2004/02/02] bin/62255 peter 2003-12-18: Stable CVS Version 1.11.11 Re a [2004/02/02] kern/62278 iedowse [nfs] NFS server may not set eof flag whe o [2004/02/02] kern/62284 panic: GENERIC panics on FreeBSD 5.X imme o [2004/02/03] amd64/62295 obrien ipsec failure on 5.2.1-RC amd64 o [2004/02/03] usb/62309 usb [ugen] [panic] panic: ugen(4) driver o [2004/02/05] bin/62367 qa [sysinstall] 5.2.1-RC installation proble o [2004/02/05] kern/62374 darrenr panic: free: multiple frees o [2004/02/05] bin/62375 qa [sysinstall] sysinstall core dump o [2004/02/06] conf/62417 luigi diskless op script failed o [2004/02/07] kern/62468 panic: system crashes when serial getty e o [2004/02/08] kern/62502 [modules] panic under double loading vinu o [2004/02/09] i386/62565 i386 device.hints are not honored in 5.2.1-RC o [2004/02/10] kern/62658 [boot] loader/kernel answer to `boot -a' o [2004/02/12] amd64/62753 obrien [txp] [panic] txp(4) panics on amd4 o [2004/02/13] kern/62762 trhodes [msdosfs] Fsync for msdos fs does not syn o [2004/02/13] i386/62807 i386 4.9 SMP does not work with Compaq Smart o [2004/02/14] kern/62824 [panic] softdep_setup_inomapdep: found in o [2004/02/14] bin/62833 qa [sysinstall] can't install: integer divid o [2004/02/15] kern/62864 cognet Machine not reboot. o [2004/02/15] i386/62888 i386 ad4: WARNING - WRITE_DMA interrupt was se a [2004/02/16] kern/62906 peadar [agp] [patch] AGP misconfigures i845G chi o [2004/02/16] gnu/62937 Compilation of base src Perl with static o [2004/02/18] kern/63040 panic: kernel panic (sf_buff_alloc) o [2004/02/22] kern/63204 multimedia [sound] /dev/mixer broken with ESS Maestr o [2004/02/24] i386/63305 i386 [udf] reading udf filesystem on dvd+rw le o [2004/02/25] kern/63343 [boot] manual root filesystem specificati o [2004/02/25] kern/63360 [panic] page fault in ath kernel module i o [2004/02/26] bin/63391 Burncd DAO fails on some CD recorders o [2004/02/27] kern/63431 [rtc] motherboard going to suspend mode s o [2004/02/27] i386/63441 i386 [panic] fatal trap 12 in pmap.c [4.9 with o [2004/02/27] i386/63449 i386 [boot] FreeBSD 5.2 and 5.2.1 releases won o [2004/02/28] bin/63489 top, finger segfault when using NIS group o [2004/02/29] bin/63535 getpwent segfaults when NIS groups used b o [2004/02/29] kern/63557 thomas ATAPICAM broken in 5.2-CURRENT (REQUEST_S o [2004/03/01] usb/63621 usb [usb] USB MemoryStick Reader stalls/crash o [2004/03/02] kern/63629 thomas mounting atapicam volume through cd0c cau p [2004/03/02] kern/63662 [nullfs] using read-only NULLFS leads to f [2004/03/03] ports/63670 perl lang/perl5.8: 'Unable to read from thread o [2004/03/03] i386/63678 i386 5.2.1 installation hangs on t30 o [2004/03/04] i386/63731 i386 [boot] PATA to SATA converter on Promise o [2004/03/06] i386/63828 i386 [hang] when installing Release 5.2.1 (i38 o [2004/03/07] i386/63871 i386 [panic] kernel panic in swi8 after 1 hour o [2004/03/09] i386/63992 i386 [hang] XFree86 4.3 hangs on IBM ThinkPad o [2004/03/09] i386/64002 acpi acpi problem o [2004/03/12] i386/64158 i386 5.2.1-RELEASE CD won't boot on acer Trave p [2004/03/12] kern/64169 linux binaries dump core on exit o [2004/03/13] kern/64196 [kernel] [patch] remove the arbitrary MAX s [2004/03/15] kern/64313 threads FreeBSD (OpenBSD) pthread implicit set/un o [2004/03/17] kern/64363 [panic] ffs_blkfree: freeing free block [ o [2004/03/18] kern/64406 panic: ffs_clusteralloc: map mismatch o [2004/03/19] i386/64450 i386 Lucent Technologies WaveLAN/IEEE (PCI) fr p [2004/03/22] kern/64573 alc mmap with PROT_NONE, but still could be r f [2004/03/22] kern/64594 glebius [rl] 5.2-CURRENT: driver 'rl' (RealTek 81 o [2004/03/25] i386/64680 i386 5.2.1 pci-cfgintr steals serial mouse irq o [2004/03/25] i386/64716 i386 [nis] mv crashes FreeBSD 5.2.1-p3 o [2004/03/25] i386/64727 i386 [boot] cannot find disk on asus p4s533mx o [2004/03/26] bin/64738 sendmail(8): SO_REUSEADDR doesn't seem to a [2004/03/27] kern/64816 peadar [nfs] mmap and/or ftruncate does not work o [2004/03/28] kern/64826 [panic] with IPv6 on 4-STABLE after FreeB o [2004/03/29] kern/64903 [modules] panic: multiple kldload of a mo o [2004/03/31] bin/64990 /bin/sh unable to change directory but cu o [2004/04/02] java/65054 glewis Diablo 1.3.1 JVM runs out of file descrip o [2004/04/02] i386/65072 i386 hang on reboot not syncing drives on ibm f [2004/04/03] ports/65128 cy security/aide port fails with SIGBUS ever o [2004/04/03] i386/65137 i386 [boot] 5.2.1 Intall Boot from floppies pa f [2004/04/05] kern/65212 [hang] running startx hangs the system (a o [2004/04/05] bin/65223 fsck of 5.2 makes UFS1 inconsistent for 4 o [2004/04/07] kern/65300 [udf] Can't use sendfile(2) to download f f [2004/04/11] kern/65428 [uscanner] [panic] uscanner(4)-related re o [2004/04/12] i386/65457 i386 BTX Halted when trying boot after success o [2004/04/14] i386/65523 i386 [loader] [patch] PXE loader malfunction i o [2004/04/14] bin/65546 qa [sysinstall] 4.10-BETA fails to install f o [2004/04/16] kern/65616 bms IPSEC can't detunnel GRE packets after re o [2004/04/16] gnu/65641 Use of llabs() in C++ fails as ambiguous o [2004/04/17] i386/65648 imp cardbus("TI1131") won't work on Dell Lati o [2004/04/19] bin/65774 qa [sysinstall] cannot run repair disk when o [2004/04/19] i386/65775 i386 [panic] Transmeta crusoe without longrun s [2004/04/20] kern/65817 [sk] [panic] kernel panic with GENERIC 5. o [2004/04/22] gnu/65869 cvs generates invalid cvs command lines o [2004/04/22] kern/65901 [smbfs] smbfs fails fsx write/truncate-do o [2004/04/23] kern/65920 [nwfs] Mounted Netware filesystem behaves o [2004/04/27] kern/66025 panic: kernel panic in pagedaemon with vm o [2004/04/27] kern/66029 [crypto] [patch] MD5 alignment problem on o [2004/04/27] bin/66036 restore crashes (reproducable, core file s [2004/04/29] kern/66066 daichi [unionfs] panic: ufs_direnter: compact2 o [2004/04/29] i386/66087 i386 [install] hang at PCI config [5.2.1] o [2004/04/30] bin/66103 macro HISADDR is not sticky in filters o [2004/05/01] i386/66133 i386 [boot] nvidia motherboard installer locks o [2004/05/01] java/66151 java JBuilderX (sun jvm 1.4.1 builtin) crashes o [2004/05/01] kern/66152 daichi [unionfs] laying unionfs over another uni o [2004/05/02] kern/66162 phk gbde destroy error o [2004/05/05] kern/66270 mckusick [hang] dump causes machine freeze o [2004/05/05] kern/66290 imp pccard initialization fails with "bad Vcc o [2004/05/06] i386/66306 i386 pnpbios_identify() queries for more devic o [2004/05/07] kern/66348 rik [cx] FR mode of cx (Cronyx Sigma) does no o [2004/05/07] bin/66350 qa [sysinstall] sysinstall creates a partiti o [2004/05/07] i386/66368 i386 [install] 4.9 install fails with MODE_SEN o [2004/05/13] kern/66611 [nfs] Crashing NFS servers (with workarou f [2004/05/14] kern/66634 linimon [em] hard lock with em driver o [2004/05/18] kern/66786 [nfs] panic: exporting msdosfs causes nfs o [2004/05/18] conf/66791 Old dev.db leads to the wrong program beh o [2004/05/18] kern/66829 daichi [unionfs] mounting fdesc union on /dev pa o [2004/05/18] bin/66830 chsh/ypchsh do not change user informatio o [2004/05/19] kern/66848 imp cardbus power support breaks cardbus supp o [2004/05/19] kern/66876 [fdc] [patch] Cannot extract tar(1) multi o [2004/05/20] bin/66950 qa [sysinstall] upgrading to 4.10-RC3: packa o [2004/05/20] kern/66960 [fdc] [patch] filesystems not unmounted d o [2004/05/21] bin/66984 qa [2TB] [patch] teach sysinstall about larg o [2004/05/22] i386/67047 i386 [mpt] mpt driver does not recognize messa o [2004/05/22] i386/67050 imp CardBus (PCI ?) resource allocation probl o [2004/05/27] i386/67273 acpi [hang] system hangs with acpi and Xfree o [2004/05/28] kern/67301 panic: uftdi, RTS and system panic o [2004/05/29] kern/67326 [msdosfs] crash after attempt to mount wr o [2004/05/29] conf/67328 Usermode PPP hangs on boot when NIS confi o [2004/06/01] i386/67469 i386 src/lib/msun/i387/s_tan.S gives incorrect p [2004/06/03] kern/67546 [2TB] Coredumps > 2Gb do not work (on 64b s [2004/06/06] alpha/67626 alpha X crashes an alpha machine, resulting reb o [2004/06/07] i386/67688 i386 5.2.1 initial floppy boot fails with Fata f [2004/06/09] kern/67769 Fxtv 1.03 cause the Desk top (KDE) to Fre o [2004/06/10] kern/67794 panic: ffs panic during high filesystem a o [2004/06/11] i386/67833 i386 [boot] 4.10 does not boot after enabling o [2004/06/14] kern/67919 imagemagicks convert image to movie conve a [2004/06/15] i386/67955 i386 [panic] -current on T40p kernel trap 12 i o [2004/06/16] bin/67995 [patch] morse(6) plays beeps 10 times fas p [2004/06/16] kern/68013 jeff tp->snd_wl1 & snd_wl2 are not updated in o [2004/06/17] bin/68047 [sysinstall] unattended install of FreeBS o [2004/06/18] kern/68076 [modules] Page fault when the sequence "k o [2004/06/19] i386/68103 i386 [panic] ASUS P4P8X mb at ffs/ffs_softdep. o [2004/06/20] i386/68149 i386 FreeBSD 4.10 installation blocking on ASU o [2004/06/24] i386/68277 i386 [kbd] Compact Evo N610c (Laptop): Using e o [2004/06/25] kern/68324 panic: Duplicate free of item 0xc3121908 o [2004/06/25] kern/68325 panic: _mtx_lock_sleep: recursed on non-r o [2004/06/26] kern/68351 [bge] bge0 watchdog timeout on 5.2.1 and o [2004/06/27] i386/68411 i386 VMware Virtual Machine - Network Fails Du o [2004/06/28] i386/68438 i386 bootloader cannot read from icp vortex ar o [2004/06/28] kern/68442 [panic] acquiring duplicate lock of same o [2004/06/29] i386/68486 i386 logo screensaver kills compaq ML370 conso o [2004/07/01] i386/68554 i386 [hang] system freeze on Compaq Evo 600c [ o [2004/07/02] kern/68576 rwatson UFS2 snapshot files can be mounted read-w o [2004/07/06] bin/68727 marcel gdb coredumps after recent CURRENT upgrad o [2004/07/10] kern/68889 rwatson [panic] m_copym, length > size of mbuf ch o [2004/07/10] i386/68899 i386 Problems reading and writing DVD-RAM disc o [2004/07/13] kern/68978 [crash] firewire crashes with failing har o [2004/07/13] kern/68987 panic: kmem_malloc(163840): kmem_map too o [2004/07/13] usb/69006 usb [patch] Apple Cinema Display hangs USB po o [2004/07/13] kern/69019 [wi] wlan stalling after 2-3 hrs of moder o [2004/07/14] i386/69049 i386 [install] error "anic: page fault" o [2004/07/14] kern/69066 panic: nmdm page fault when slattach on a o [2004/07/15] kern/69092 [rl] kernel: rl0: watchdog timeout o [2004/07/15] kern/69100 [nwfs] panic: 5.2.1p9 kernel panics when o [2004/07/16] kern/69141 panic: softdep_lock [5.2.1-RELEASE, SMP] o [2004/07/16] kern/69158 [an] Cisco MPI350 wireless card problems o [2004/07/18] i386/69218 simokawa [boot] failure: 4.10-BETA and later do no o [2004/07/26] kern/69607 [if_tap] [crash] system crashes in if_tap o [2004/07/26] kern/69612 [panic] 4.10-STABLE crashes everyday: pag o [2004/07/26] kern/69629 [panic] Assertion td->td_turnstile o [2004/07/27] kern/69663 ddb's panic comand can not dump o [2004/07/28] amd64/69704 amd64 ext2/ext3 unstable in amd64 o [2004/07/28] amd64/69707 amd64 IPC32 dont work OK in amd64 FreeBSD o [2004/07/28] bin/69723 sysinstall: allow to continue from packag o [2004/08/03] bin/69942 [sysinstall] sysinstall changes /etc/rc.c o [2004/08/05] i386/70028 i386 [umass] umass issue in the boot prcess on f [2004/08/11] ports/70309 sumikawa [patch] racoon disrupt manually-keyed IPS o [2004/08/11] i386/70330 marcel Re-Open 33262? - gdb does not handle pend o [2004/08/12] kern/70360 [twe] Random lock-ups with 3ware RAID 5 u o [2004/08/13] i386/70386 i386 IBM x345 Freezes Randomly o [2004/08/15] i386/70482 i386 Array adapter problems o [2004/08/16] i386/70525 i386 [boot] boot0cfg: -o packet not effective o [2004/08/16] i386/70531 i386 [boot0] [patch] boot0 hides Lilo in exten o [2004/08/17] kern/70587 [vm] [patch] NULL pointer dereference in o [2004/08/18] bin/70600 fsck(8) throws files away when it can't g o [2004/08/19] kern/70649 [rtc] system clock slows down when heavil o [2004/08/19] kern/70663 [ipx] Freebsd 4.10 ncplogin + Netware 4.1 o [2004/08/20] i386/70747 i386 ddos attack causes box to crash on kernel o [2004/08/21] kern/70753 [boot] Device for firewire hard disk not o [2004/08/21] bin/70803 truss wedges if child exits at the wrong o [2004/08/22] kern/70809 [panic] ufs_direnter: compact1 o [2004/08/25] i386/70925 i386 [hang] 5.3Beta1 acpi-pci driver failure, f [2004/08/25] kern/70931 [panic] page fault at end of boot on Athl o [2004/08/26] bin/70974 [rpc] SIGSEGV in rpc.lockd o [2004/08/26] threads/70975threads unexpected and unreliable behaviour when o [2004/08/26] i386/71000 i386 [boot] BTX halted when booting from CD on o [2004/08/27] i386/71035 i386 [kbd] SMP boot hangs in bus_space_write_1 o [2004/08/27] i386/71048 i386 [hang] ASUS TUV4X hangs when SONY CRX140E o [2004/08/28] i386/71087 i386 [hang] 5.3-beta(2-5) fail to install on e o [2004/08/29] kern/71109 alc [pmap] [patch] Possible race conditions i o [2004/08/30] kern/71131 [panic] profile.sh causes bfe to panic o [2004/08/30] i386/71144 i386 FBSD5.3b2 doesn't boot on a Compaq Armada o [2004/08/30] bin/71147 sshd(8) will allow to log into a locked a o [2004/08/30] usb/71155 usb [usb] misbehaving usb-printer hangs proce o [2004/08/30] i386/71158 i386 pci bus number 3 devices are missing on l o [2004/08/30] gnu/71160 marcel gdb gets confused about active frame o [2004/08/31] i386/71190 i386 Dead thinkpad R31 after installing 5.2.1 o [2004/08/31] kern/71198 Lack of PUC device in GENERIC kernel caus o [2004/09/02] bin/71290 [PATCH] passwd cannot change passwords ot o [2004/09/02] kern/71310 jeff [panic] kernel crash on rtprio pid priori o [2004/09/03] bin/71323 qa [sysinstall] FTP download from floppy boo f [2004/09/05] kern/71388 rwatson [panic] due mac_policy_list_conditional_b o [2004/09/05] kern/71391 [nfs] [panic] md via NFS file + mount -t o [2004/09/05] kern/71394 [boot] unable to mount troot device in bo o [2004/09/05] kern/71402 rwatson panic with lomac o [2004/09/06] kern/71421 jeff [sched_ule] [hang] filesystem operations o [2004/09/06] i386/71428 i386 DMA does not work on VIA 82C586 [4.10] o [2004/09/08] kern/71478 [nis] NIS/NFS: res_mkquery failed [4.2] f [2004/09/10] kern/71568 emax [kbd] [patch] unable to install FreeBSD u o [2004/09/11] bin/71602 [PATCH] uninitialized "len" used instead o [2004/09/11] bin/71603 "systat -v" enters infinite loop f [2004/09/12] i386/71641 i386 5.3-BETA3: wi0 hangs during kernel load o [2004/09/12] amd64/71644 amd64 [panic] amd64 5.3-BETA4 crash when heavy o [2004/09/12] kern/71677 rwatson [mac] [patch] MAC Biba / IPFW panic o [2004/09/14] sparc64/71729sparc64 printf in kernel thread causes panic on S o [2004/09/15] kern/71771 [amr] Hang during heavy load with amr rai a [2004/09/16] bin/71786 [patch] adduser breaks if /sbin/nologin i f [2004/09/16] kern/71791 [panic] Fatal trap 12: page fault while i o [2004/09/16] kern/71792 [vm] [patch] Wrong/missing 'goto' target o [2004/09/17] kern/71827 jeff [sched_ule] [panic] Running java applicat o [2004/09/22] i386/72004 i386 [boot] FreeBSD 5.2.1 install hangs with e o [2004/09/22] kern/72007 [panic] clist reservation botch [4.10] o [2004/09/23] kern/72022 packet loss on loopback interface [5.3-BE s [2004/09/23] kern/72041 [cam] [hang] Deadlock when disk is destro o [2004/09/24] i386/72065 i386 4.x and 5.2.1 doesn't recognize PCnet/ISA o [2004/09/27] kern/72130 Promise Fastrack sx4000 boot problem f [2004/09/28] ports/72149 ports-bugs [PATCH] heimdal with LDAP backend - bad s f [2004/09/28] java/72151 java JVM crash on 5.2.1-R o [2004/09/29] kern/72163 ACPI Panics on boot with 5.3-BETA-3 and u o [2004/09/30] kern/72208 panic: bio_completed can't be greater tha o [2004/09/30] kern/72210 andre ipnat problem with IP Fastforward enable o [2004/09/30] kern/72211 Cannot boot 5.3-BETA6 with both SCSI and o [2004/10/03] kern/72278 Installworld crashes machine [5.3-BETA7] s [2004/10/03] docs/72285 doc gcc(1) manuals are out of sync o [2004/10/04] kern/72305 boot hangs after discovering disks when a o [2004/10/05] i386/72343 i386 Suspend resets system on Inspiron 5160. o [2004/10/05] threads/72353threads Assertion fails in /usr/src/lib/libpthrea o [2004/10/06] bin/72370 obrien awk in -current dumps core o [2004/10/06] i386/72376 i386 acpi is mutually exclusive with snd_mss o o [2004/10/06] kern/72396 [netinet] [patch] Incorrect network accou o [2004/10/07] i386/72416 i386 FreeBSD 5.3-BETA7: The alternate systemcl o [2004/10/07] kern/72424 panic: ffs_blkfree: freeing free block in o [2004/10/07] threads/72429threads threads blocked in stdio (fgets, etc) are f [2004/10/08] i386/72441 remko HP Proliant DL380 hangs on reboot with 5. f [2004/10/09] usb/72466 emax [kbd] USB keyboard does not respond in si o [2004/10/10] kern/72490 Panic mounting cdrom with RWCombo Abort trap (core dumped) o [2004/11/04] kern/73538 [bge] problem with the Broadcom BCM5788 G o [2004/11/05] bin/73559 sos burncd(8) failure closing/fixating DVD-+R o [2004/11/06] bin/73617 qa [sysinstall] fdisk editor unmarks active o [2004/11/07] amd64/73650 amd64 5.3-release panics on boot o [2004/11/08] i386/73666 i386 5.3 UDMA error WD1600 can't partition dri o [2004/11/09] i386/73706 jhb ATA_IDENTIFY timed out under FreeBSD 5.3 o [2004/11/09] kern/73719 rwatson Page fault in bpf_mtap () o [2004/11/09] kern/73740 [nfs] [panic] 5-3-R#3 panic when accessin o [2004/11/09] kern/73744 printing via cups causes "Interrupt storm o [2004/11/10] amd64/73775 amd64 Kernel panic (trap 12) when booting with f [2004/11/11] kern/73830 le kernel panic when raid5 member disk is re o [2004/11/12] kern/73850 thomas atapicam and Zip drive causes reboots upo o [2004/11/12] kern/73871 [wi] Intersil Prism wireless wi0 locks up o [2004/11/13] kern/73910 ipfw [ipfw] serious bug on forwarding of packe o [2004/11/14] i386/73934 i386 fdisk sees disk as empty f [2004/11/16] kern/73987 multimedia [sound] Nforce2 MB sound problem o [2004/11/16] i386/74008 i386 IBM eServer x225 cannot boot any v5.x - e o [2004/11/16] kern/74012 FreeBSD 4.10 stops responding while playi o [2004/11/16] misc/74019 Not NOMAN requires NO_CXX in make.conf o [2004/11/17] i386/74044 i386 ServerWorks OSB4 SMBus interface does not o [2004/11/19] kern/74104 ipfw [ipfw] ipfw2/1 conflict not detected or r p [2004/11/19] kern/74105 rwatson IPX protocol support doesn't work o [2004/11/19] i386/74124 i386 ata0 failure on HP(Vectra) VL6/350 [intro o [2004/11/19] bin/74127 [patch] patch(1) may misapply hunks with o [2004/11/22] kern/74230 periodic Fatal trap 12: page fault while o [2004/11/22] kern/74238 firewire [firewire] fw_rcv: unknown response; fire s [2004/11/22] kern/74242 rwatson Write to fifo with no reader fails in 6.0 o [2004/11/22] kern/74272 Interrupt storm detected on "irc10:atapci o [2004/11/24] kern/74309 xterm -C and rxvt -C do not grab /dev/con o [2004/11/24] kern/74319 [smp] system reboots after few hours (5.3 a [2004/11/26] kern/74432 Yamaha DS-1E produces "kernel: Danger! pc o [2004/11/29] kern/74495 [wi] wi(4) wlan driver device freeze (5.3 o [2004/11/29] ports/74518 openoffice openoffice-1.1 build failure on 4-stable: o [2004/11/29] gnu/74531 gcc doesn't link correctly if -pg specifi o [2004/12/01] i386/74601 i386 Cardbus fails after busdma_machdep.c upda o [2004/12/02] conf/74610 Hostname resolution failure causes firewa o [2004/12/02] kern/74627 scsi [ahc] [hang] Adaptec 2940U2W Can't boot 5 s [2004/12/05] kern/74708 [umapfs] [panic] UMAPFS kernel panic o [2004/12/05] amd64/74747 amd64 System panic on shutdown when process wil o [2004/12/06] usb/74771 usb [umass] mounting write-protected umass de o [2004/12/06] kern/74778 ipsec passthrough / nat-t crash freebsd f o [2004/12/06] bin/74779 Background-fsck checks one filesystem twi o [2004/12/07] bin/74801 cpio -p --sparse creates truncated files o [2004/12/07] kern/74809 [modules] [panic] smbfs panic if multiply o [2004/12/07] i386/74816 i386 OS crash with kernel trap 12 in different o [2004/12/08] kern/74852 page fault: after a few days init causes o [2004/12/08] kern/74877 Panic after halting the system - vrele: n o [2004/12/10] kern/74923 [ipx] [panic] kernel panic with ncplist o p [2004/12/10] bin/74929 des DES/BLF login.conf classes not working wi o [2004/12/11] kern/74935 qingli [netinet] [patch] TCP simultaneous open f o [2004/12/12] kern/74968 cdparanoia torture wedges CD-drive and PA o [2004/12/12] kern/74976 [vfs] [panic] 5.3-STABLE: vn_finished_wri o [2004/12/12] i386/74988 i386 dma errors with large maxtor hard drives o [2004/12/15] kern/75099 OpenOffice makes the system freeze o [2004/12/15] kern/75122 andre [netinet] [patch] Incorrect inflight band o [2004/12/16] kern/75157 Cannot print to /dev/lpt0 with HP Laserje f [2004/12/18] amd64/75209 matteo 5.3-Release panics on attempted boot from s [2004/12/18] kern/75233 [fdc] breaking fdformat /dev/fd0 resets d o [2004/12/19] kern/75249 [boot] 5.x install CD hangs on VirtualPC o [2004/12/19] bin/75258 [patch] dd(1) has not async signal safe i o [2004/12/19] threads/75273threads FBSD 5.3 libpthread (KSE) bug o [2004/12/20] ports/75315 lawrance the shells/bash2 port is broken on -CURRE o [2004/12/21] kern/75368 [panic] initiate_write_inodeblock_ufs2() o [2004/12/21] threads/75374threads pthread_kill() ignores SA_SIGINFO flag o [2004/12/22] kern/75407 [an] an(4): no carrier after short time o [2004/12/26] kern/75510 panic: kmem_malloc(4096): kmem_map too sm p [2004/12/27] kern/75542 rwatson Inconsistent naming of a tunable and weir o [2005/01/01] usb/75705 usb [panic] da0 attach / Optio S4 (with backt o [2005/01/01] docs/75711 keramida opendir(3) missing ERRORS section o [2005/01/03] kern/75733 harti ATM driver problem. o [2005/01/03] kern/75755 kmem_malloc(45056): kmem_map too small: 3 o [2005/01/03] kern/75773 [panic] sysctl -a panic o [2005/01/04] kern/75780 [panic] panic: vm_page_free: freeing wire o [2005/01/04] usb/75797 usb 5.3-STABLE(2005 1/4) detect USB headset, o [2005/01/04] kern/75823 [wi] wi0 interface self-destructs after a o [2005/01/06] kern/75875 acd0: FAILURE - READ_BIG ILLEGAL REQUEST o [2005/01/06] i386/75887 i386 [pcvt] with vt0.disabled=0 and PCVT in ke o [2005/01/08] bin/75931 Got "bus error" on running certain apps o [2005/01/09] kern/75978 Linksys WPC11 ver 3 wifi card locks up 5 p [2005/01/09] bin/75980 expand(1) breaks tab columns in Japanese o [2005/01/10] kern/76023 [panic] xmms causes panic f [2005/01/11] kern/76080 [ata] [panic] "bio_completed .. greater t o [2005/01/12] kern/76126 [nfs] [patch] 4.11 client will send a NFS o [2005/01/12] bin/76134 fetch(1) doesn't like 401 errors with -A o [2005/01/12] amd64/76136 amd64 system halts before reboot f [2005/01/13] usb/76204 usb panic while using usb attached modem f [2005/01/13] kern/76207 [xl] [patch] Null pointer dereference in o [2005/01/17] amd64/76336 amd64 racoon/setkey -D cases instant "Fatal Tra o [2005/01/17] i386/76372 i386 cannot burn iso image disk2 of any releas o [2005/01/18] usb/76395 usb USB printer does not work, usbdevs says " s [2005/01/18] i386/76397 i386 [ata] ata raid crashes in g_down (heavy l o [2005/01/18] kern/76398 [libc] stdio can lose data in the presenc o [2005/01/19] kern/76464 mlaier PF, set loginterface & non existing inter o [2005/01/20] i386/76487 i386 Compiled GENERIC kernel (and non-GENERIC) o [2005/01/20] kern/76504 silby Keep-alives doesn't work on half-closed s o [2005/01/21] kern/76525 [fifo] select() hangs on EOF from named p o [2005/01/21] kern/76538 geom [gbde] nfs-write on gbde partition stalls o [2005/01/22] bin/76578 uniq truncates long lines to LINE_MAX o [2005/01/23] bin/76588 OpenSSL fails on loading keyfiles from BI o [2005/01/24] java/76631 java any port linux-*-jdk12 will core dump if o [2005/01/24] ports/76633 ports-bugs Totem will not play DVDs o [2005/01/25] kern/76663 panic with FAST_IPSEC and IPv6 o [2005/01/25] i386/76666 i386 Booting and Sound are mutually exclusive o [2005/01/25] kern/76672 Problem with cardbus and vlans f [2005/01/25] usb/76684 usb [hang] Toshiba PDR-M4 camera connected vi s [2005/01/26] threads/76694threads fork cause hang in dup()/close() function o [2005/01/27] i386/76737 i386 CardBus problem (cbb1: Could not map regi o [2005/01/30] kern/76848 [amr] amr hangs o [2005/01/31] kern/76893 [cam] [patch] Fatal divide in booting pro o [2005/01/31] i386/76925 i386 standard pci-ide, install - "NO DISKS FOU o [2005/02/01] kern/76937 Page fault while in kernel mode under hea o [2005/02/01] i386/76944 i386 [busdma] [patch] i386 bus_dmamap_create() o [2005/02/01] i386/76948 i386 [rl] Slow network with rl0 o [2005/02/01] kern/76968 Failing to boot into machine f [2005/02/02] amd64/77011 matteo consisten 5.3-p5 make crash on installwor o [2005/02/02] kern/77026 umount-ing non-existent device panics sys o [2005/02/04] amd64/77101 obrien feature request: please include ULi M1689 o [2005/02/06] kern/77181 [newfs] [patch] newfs -g largevalue, mkdi o [2005/02/06] usb/77184 usb kernel panic on USB device disconnect s [2005/02/07] kern/77195 darrenr [ipfilter] [patch] ipfilter ioctl SIOCGNA o [2005/02/09] kern/77289 system hangs while trying to unmount prev o [2005/02/09] usb/77294 usb ucom + ulpcom panic o [2005/02/10] i386/77335 i386 Can not initial Ethernet Broadcom UDI PXE o [2005/02/10] kern/77337 Samba3+FAT32->Reboot o [2005/02/13] kern/77432 cel [nfs] [patch] It is not possible to load f [2005/02/13] kern/77439 [ath] WAG511 NETGEAR pccard does not atta o [2005/02/13] i386/77443 i386 [fdc] can't access floppy -- regression o o [2005/02/13] bin/77455 natd(8): fatal trap 19 in natd o [2005/02/14] kern/77493 [pipe] freebsd 5.3 + bash process substit o [2005/02/14] i386/77529 i386 installation of freebsd 5.3 in laptop an o [2005/02/15] kern/77537 [smp] [hang] Conditional breakpoints hang o [2005/02/16] kern/77588 [em] PREEMPTION problems in combination w o [2005/02/17] kern/77631 [sis] sis network driver broken in 5.3 o [2005/02/17] bin/77651 init can loose shutdown related signals o [2005/02/17] ports/77656 java java/jdk15 - (AMD64) install problem. o [2005/02/19] kern/77710 emulation [linux] Linux page fault sigcontext infor o [2005/02/20] kern/77753 DVD-writer fails to fixate DVD f [2005/02/20] kern/77805 Boot hangs with ACPI enabled f [2005/02/22] i386/77935 remko Can't boot with 5.x CD or floppy o [2005/02/23] usb/77940 usb [patch] [panic] insertion of usb keyboard f [2005/02/23] amd64/77949 matteo Pb boot FreeBSD 64 o [2005/02/23] kern/77982 [lnc] [patch] lnc0 can NOT be detected in o [2005/02/25] bin/78087 groups program inconsistency o [2005/02/27] docs/78154 doc [PATCH] Make en_US FreeBSD Handbook more o [2005/02/27] gnu/78161 [patch] typo in gzexe o [2005/02/28] kern/78179 [vm] [patch] bus_dmamem_alloc() with BUS_ o [2005/02/28] kern/78216 WRITE_DMA UDMA ICRC errors while copying f [2005/03/01] i386/78218 usb [kue] kue not detected on Sony PCG-F370 V o [2005/03/01] i386/78219 i386 Netgear FA-410TX is incorrectly detected o [2005/03/01] kern/78227 [netinet] [patch] Destroying a network in o [2005/03/03] i386/78339 i386 BTX loader crashes on boot on HP Proliant o [2005/03/03] docs/78357 doc getaddrinfo(3)'s AI_ADDRCONFIG not docume o [2005/03/03] kern/78382 wpaul [ndis] dhclient on ndis0 causes kernel pa o [2005/03/04] kern/78384 [panic] Reproducible panic with port iplo o [2005/03/04] amd64/78406 amd64 [panic]AMD64 w/ SCSI: issue 'rm -r /usr/p o [2005/03/04] ports/78428 openoffice openoffice.org-1.1.4 stops compiling -> d o [2005/03/05] kern/78434 [vfs] [patch] vfs_mount: -current does no p [2005/03/06] kern/78478 rwatson writing to closed socket does not generat o [2005/03/07] i386/78517 i386 [ata] WRITE_DMA and READ_DMA timeouts wit f [2005/03/07] amd64/78558 matteo installation o [2005/03/08] bin/78570 wicontrol(8): "wicontrol -i wi0 -C" outpu o [2005/03/10] i386/78657 i386 [xe] [hang] error installing 5.3-RELEASE o [2005/03/13] conf/78762 ipfw [ipfw] [patch] /etc/rc.d/ipfw should exce f [2005/03/13] kern/78791 [xl] xl(4) input errors and speed problem o [2005/03/14] kern/78801 mux ping: sendto: No buffer space available o [2005/03/14] amd64/78848 amd64 [sis] sis driver on FreeBSD 5.x does not o [2005/03/15] kern/78868 gibbs [scsi] Adaptec 29160 fails with IBM LTO-2 o [2005/03/16] i386/78929 i386 atapicam prevents boot, system hangs o [2005/03/16] i386/78930 i386 SuperMicro web server with 5.3-RELEASE ke o [2005/03/17] kern/78946 [vm] vm_pageout_flush: partially invalid o [2005/03/17] kern/78953 linimon [smbfs] [patch] smbfs getdirentries() fai o [2005/03/17] kern/78956 Only one write operation attempted on RAI o [2005/03/17] bin/78964 qa [sysinstall] can not write labels to hdd o [2005/03/17] kern/78968 FreeBSD freezes on mbufs exhaustion (netw o [2005/03/18] kern/78987 scottl [udf] [patch] udf fs: readdir returns err o [2005/03/18] usb/78989 usb please add USB keyboard support to instal o [2005/03/19] ports/79014 nork building www/linuxpluginwrapper fails. o [2005/03/19] kern/79025 [patch] && in /usr/src/etc/Makefile needs o [2005/03/21] i386/79073 i386 System panic and hang after creating a la o [2005/03/21] i386/79080 acpi acpi thermal changes freezes HP nx6110 o [2005/03/21] i386/79081 acpi ACPI suspend/resume not working on HP nx6 o [2005/03/22] usb/79140 usb WD Firewire/USB Combo hangs under load on o [2005/03/22] i386/79141 i386 [agp] 5.4Beta1 does not recognize my inte o [2005/03/23] kern/79168 Problems running two firewire disks on on o [2005/03/23] i386/79169 i386 freeze with striped USB Drives under high o [2005/03/24] kern/79208 cel [nfs] Deadlock or starvation doing heavy o [2005/03/24] kern/79214 cel [nfs] iozone hurts tcp-based NFS o [2005/03/26] kern/79255 Fixating CDRW with burncd(8) hangs system o [2005/03/26] kern/79262 [dc] Adaptec ANA-6922 not fully supported o [2005/03/27] i386/79268 i386 5.3-RELEASE won't boot on Compaq Armada 4 o [2005/03/27] usb/79269 usb USB ohci da0 plug/unplug causes crashes a o [2005/03/27] usb/79287 usb UHCI hang after interrupt transfer o [2005/03/28] kern/79295 umount oddity with NFS (fwe) over VIA Fir s [2005/03/28] kern/79323 [wi] authmod setup with ifconfig on dlink o [2005/03/29] kern/79324 [bge] Broadcom bge chip initialization fa p [2005/03/29] kern/79332 [ata] [patch] "ffs_mountroot: can't find o [2005/03/29] kern/79333 pjd GEOM MIRROR mount root problem o [2005/03/29] kern/79334 [ata] ATA_IDENTIFY timed out for 5.3 and o [2005/03/29] kern/79336 cel [nfs] NFS client doesn't detect file upda s [2005/03/29] kern/79339 [kernel] [patch] Kernel time code sync wi f [2005/03/30] bin/79376 moused causes random mouse events with a o [2005/03/31] i386/79409 i386 Coming back from idles make the server re o [2005/04/02] kern/79493 [if_tun] [patch] Reproducible if_tun pani o [2005/04/04] usb/79524 usb printing to Minolta PagePro 1[23]xxW via o [2005/04/07] kern/79621 qa [sysinstall] sysinstall does not create a o [2005/04/07] usb/79622 imp USB devices can be freed twice f [2005/04/07] usb/79656 usb [usb] RHSC interrupts lost o [2005/04/08] kern/79660 ATAPI CD driver /dev/acd0tNN fails if dev o [2005/04/08] kern/79665 [panic] "unmount: dangling vnode" on amd o [2005/04/08] threads/79683threads svctcp_create() fails if multiple threads o [2005/04/08] i386/79686 i386 Spurious notebook disk errors from ATA dr o [2005/04/08] kern/79700 cel [nfs] suspending nfs file access hangs ot o [2005/04/09] kern/79703 [hang] RocketRaid 1820A has problems with o [2005/04/09] usb/79722 usb [usb] wrong alignments in ehci.h o [2005/04/09] i386/79729 i386 umass, da0 not detected by devfs for o [2005/04/09] i386/79730 i386 SLIM DRIVE COMBO fails with READ_BIG erro o [2005/04/11] i386/79779 i386 If system memory is above 4GB, one parts o [2005/04/11] kern/79783 [ata] hw.ata.atapi_dma=1 reduces HDD writ o [2005/04/11] i386/79784 i386 [bfe] Broadcom BCM4401 : no carrier o [2005/04/11] kern/79785 realtek NIC will crash a heavy BSD system o [2005/04/12] i386/79807 i386 Lock Up on Old Acer P1 Comp o [2005/04/12] amd64/79813 amd64 Will not install/run on amd64 nForce 4 pl o [2005/04/12] i386/79833 i386 BTX crashes on boot when using Promise TX o [2005/04/14] kern/79895 darrenr [ipfilter] 5.4-RC2 breaks ipfilter NAT wh o [2005/04/14] kern/79905 multimedia [sound] sis7018 sound module problem o [2005/04/14] bin/79910 qa [sysinstall] Cannot escape from failed po o [2005/04/14] kern/79912 multimedia [sound] sound broken for 2 VIA chipsets: o [2005/04/14] kern/79940 [panic] 5.3 with kernel debug causes pani f [2005/04/14] ports/79941 openoffice openoffice.org-1.1 1.1.4_1 binary package o [2005/04/14] i386/79943 i386 Very High interupt rate on PCM o [2005/04/16] kern/79988 darrenr [trap] page faults while in kernel mode o [2005/04/16] kern/80005 [re] re(4) network interface _very_ unpre o [2005/04/17] usb/80040 usb [hang] Use of sound mixer causes system f o [2005/04/17] kern/80042 FreeBSD 5.4 RC2: Promise PDC20265 on A7V o [2005/04/18] bin/80074 [patch] openssl(1): Bug in OpenSSL's sk_i o [2005/04/19] kern/80088 [smbfs] Incorrect file time setting on NT o [2005/04/19] amd64/80114 amd64 kldload snd_ich causes interrupt storm wh o [2005/04/20] kern/80136 [md] [crash] mdconfig can reboot the syst o [2005/04/20] kern/80166 ups [panic] Debugger SMP race panic f [2005/04/22] usb/80260 usb Travan USB tape drive fails to write o [2005/04/22] kern/80266 rwatson [ipx] [patch] IPX routing doesn't work o [2005/04/22] i386/80268 i386 [crash] System with Transmeta Efficeon cp o [2005/04/25] kern/80321 ups [kgdb] serial db problems o [2005/04/25] kern/80322 TCP socket support broken on a busy port o [2005/04/26] usb/80361 usb mounting of usb-stick fails o [2005/04/26] usb/80373 usb usb keyboard does not respond o [2005/04/26] kern/80381 5.4 RC3 can't allocate ps/2 irq, no psm, o [2005/04/27] bin/80389 kuriyama rpc.lockd brokenness o [2005/04/27] sparc64/80410sparc64 [netgraph] netgraph is causing crash with o [2005/04/28] i386/80426 acpi [APIC] [panic] 5.4-RC3 still panic when b o [2005/04/28] threads/80435threads panic on high loads o [2005/04/30] kern/80469 [smbfs] mount_smbfs causes freebsd to reb o [2005/05/01] kern/80519 [ntfs] Write capability for ntfs filesyst o [2005/05/03] kern/80572 [bridge] bridge/ipfw works intermittantly o [2005/05/06] amd64/80691 amd64 amd64 kernel hangs on load o [2005/05/06] kern/80694 [kbd] [patch] atkbd looped on Acer Travel o [2005/05/06] kern/80714 drop/boot to single user hangs on 5.4-REL o [2005/05/07] kern/80739 Strange panic (keyboard related?) on 5.4 o [2005/05/08] kern/80742 [pecoff] [patch] Local DoS in sys/compat/ o [2005/05/08] kern/80784 mux [fxp] fxp gives device timeouts o [2005/05/08] bin/80798 mount_portal pipe leaves file descriptors o [2005/05/09] usb/80829 usb possible panic when loading USB-modules o [2005/05/10] docs/80843 doc [patch] psm(4): Suggested fix for psm0 / o [2005/05/10] kern/80853 [ed] [patch] add support for Compex RL200 o [2005/05/10] usb/80862 usb [patch] USB locking issues: missing some o [2005/05/11] sparc64/80890sparc64 [panic] kmem_malloc(73728): kmem_map too o [2005/05/11] bin/80913 ipfw [patch] /sbin/ipfw2 silently discards MAC s [2005/05/12] kern/80932 [em] [patch] Degraded performance of em d f [2005/05/13] kern/80969 glebius [panic] Repeatable double fault panic aft o [2005/05/13] kern/80980 [i386] [patch] problem in "sys/i386/inclu o [2005/05/13] i386/80989 i386 Cannot install 5.4-RELEASE both in my sys o [2005/05/14] kern/81000 [apic] Via 8235 sound card worked great w o [2005/05/14] kern/81019 [re] re(4) RealTek 8169S32 behaves errati o [2005/05/14] amd64/81037 amd64 SATA problem o [2005/05/16] kern/81095 IPsec connection stops working if associa p [2005/05/16] i386/81111 i386 /boot/loader causes reboot due to CFLAGS+ o [2005/05/17] kern/81146 multimedia [sound] Sound isn't working AT ALL for Si f [2005/05/17] kern/81147 linimon [em] [patch] em0 reinitialization while a o [2005/05/18] kern/81180 [bktr] bktr(4) driver cannot capture both o [2005/05/18] kern/81202 glebius nmap scan causes box to get immediately r o [2005/05/18] kern/81207 [if_ndis] NDIS wrapper doesn't probe buil o [2005/05/18] i386/81215 i386 X Freeze on Dell Inspiron 9100 with Radeo o [2005/05/19] kern/81232 [panic] vrele: negative ref o [2005/05/19] i386/81235 i386 /sys/i386/conf/GENERIC needs "options ASR o [2005/05/19] threads/81258threads Thread specific data is sometimes assigne o [2005/05/20] kern/81301 problems with new "contigmalloc" routine o [2005/05/20] usb/81308 usb [ugen] [patch] polling a ugen(4) control o [2005/05/20] i386/81311 i386 [smp] [hang] Athlon MP SMP + 3ware + em0 o [2005/05/20] kern/81322 [lnc] [hang] lnc driver causes lockups o [2005/05/20] kern/81324 darrenr [panic] "Duplicate free of item %p from z o [2005/05/23] bin/81389 brian ( usermode ppp ) LCP Negotiation Never Fi o [2005/05/23] bin/81390 ( usermode ppp ) LCP Negotiation Never Fi o [2005/05/27] kern/81539 The fxtv program freezes systems o [2005/05/28] amd64/81602 amd64 SATA crashes with parallel pcm access o [2005/05/28] kern/81606 darrenr ipnat fails to start after upgrade to REL o [2005/05/30] kern/81644 [vge] vge(4) does not work properly when o [2005/05/31] gnu/81689 Unable to connect via SSH using protocol o [2005/06/01] kern/81770 cel [nfs] Always "NFS append race" at every N o [2005/06/02] kern/81807 [sio] Silo overflows with serial multipor o [2005/06/04] conf/81882 [patch] missing terminal definition for w o [2005/06/04] kern/81887 scsi [aac] Adaptec SCSI 2130S aac0: GetDeviceP o [2005/06/04] i386/81903 i386 Installer hangs on all menu entries on To o [2005/06/06] kern/81943 des [kernel] [patch] _assert_sbuf_integrity c o [2005/06/07] bin/81997 ntpd fails to bind to IP-address o [2005/06/08] i386/82029 i386 Boot Loader installation on MegaRAID cont o [2005/06/08] kern/82043 multimedia [sound] snd_emu10k1 - mixer does not work o [2005/06/09] kern/82064 anholt [drm] DRM not working with SMP o [2005/06/09] amd64/82071 amd64 incorrect -march's parameter to build 32b o [2005/06/11] kern/82143 [kqueue] kqueue on FreeBSD 4.11 fails to f [2005/06/13] usb/82198 usb Panic on attaching of ONKI N-338 USB MP3 o [2005/06/13] bin/82207 [patch] tcpslice(1) incorrectly handles d o [2005/06/14] kern/82219 [panic] in dumping if watchdog enabled. o [2005/06/14] kern/82227 [digi] Xem: chained concentrators not rec a [2005/06/15] bin/82263 compat 4x broken after last update o [2005/06/15] kern/82271 pf [pf] cbq scheduler cause bad latency f [2005/06/15] usb/82272 usb Can not recognize Casio camera EX-Z40 as o [2005/06/15] i386/82285 i386 [race] kernel panic during reboot f [2005/06/15] docs/82296 doc ttys(5) man page misleads about use for n o [2005/06/17] usb/82350 usb [usb] null pointer dereference in USB sta o [2005/06/19] amd64/82425 amd64 [fxp] fxp0: device timeout, fxp interface o [2005/06/20] kern/82442 [panic] Fatal trap 12 in em driver on 4.1 o [2005/06/21] kern/82464 [pccard] Sony Ericsson GC75 GPRS MODEM no o [2005/06/21] kern/82468 Using 64MB tcp send/recv buffers, traffic o [2005/06/21] kern/82491 [bootp] [patch] bootpd shouldn't ignore r o [2005/06/21] kern/82497 [vge] vge(4) on AMD64 only works when loa o [2005/06/22] usb/82520 usb Reboot when USL101 connected o [2005/06/23] amd64/82555 amd64 Kernel Panic - after i connect to my "amd o [2005/06/23] sparc64/82569sparc64 USB mass storage plug/unplug causes syste o [2005/06/25] kern/82649 [panic] some request to DVDROM causes ker o [2005/06/25] standards/82654standards C99 long double math functions are missin o [2005/06/26] usb/82660 usb EHCI: I/O stuck in state 'physrd'/panic o [2005/06/26] bin/82667 burncd doesn't abort on error conditions o [2005/06/26] kern/82668 ATA timeouts on 5.4-stable o [2005/06/28] bin/82720 [patch] Incorrect help output from growfs o [2005/06/28] kern/82755 [panic] during periodic ncvs.sh script at o [2005/06/29] ports/82759 delphij Source navigator installs in wrong direct o [2005/06/30] kern/82805 cel [nfs] [panic] sched_switch ched_4bsd.c:86 s [2005/06/30] kern/82806 darrenr ipnat doesn't handle out of order fragmen o [2005/07/01] kern/82846 phk Kernel crash in 5.4 with SMP,PAE o [2005/07/02] kern/82881 [netgraph] [panic] ng_fec(4) causes kerne o [2005/07/03] kern/82919 [bridge] [patch] Bridge configuration upd o [2005/07/04] bin/82975 route change does not parse classfull net o [2005/07/05] amd64/83005 amd64 Memory Occupied during installation of th o [2005/07/05] kern/83017 [modules] snd_ich freezes system when bei p [2005/07/07] bin/83085 des [patch] double free() in openpam o [2005/07/07] kern/83098 'vrele: negative ref cnt' in shutdown wit o [2005/07/07] kern/83107 [libc] [patch] libc uuid_compare() doesn' o [2005/07/09] ports/83183 olgeni webmin/perl coredumps o [2005/07/09] bin/83195 nvi loses edited file on network disconne o [2005/07/11] ports/83252 openoffice openoffice.org-1.1 1.1.4 build failure: D o [2005/07/11] kern/83254 [digi] driver can't init Digiboard PC/4e o [2005/07/12] kern/83319 [panic] system crash on heavy hard disk l o [2005/07/12] bin/83336 [patch] libc's parse_ncp() don't check ma o [2005/07/12] bin/83338 [patch] libc's getent() don't check for m o [2005/07/12] bin/83340 [patch] setnetgrent() and supporting func o [2005/07/12] bin/83344 [patch] Improper handling of malloc failu o [2005/07/12] bin/83347 [patch] improper handling of malloc failu o [2005/07/12] bin/83348 [patch] Improper handling of malloc failu o [2005/07/12] bin/83349 [patch] improper handling o malloc's fail o [2005/07/12] bin/83359 [patch] improper handling of malloc failu o [2005/07/13] bin/83364 [patch] improper handling of malloc failu o [2005/07/13] kern/83368 [ipx] [patch] incorrect handling of mallo o [2005/07/13] bin/83369 [patch] incorrect handling of malloc fail o [2005/07/13] kern/83375 phk Fatal trap 12 cloning a pty o [2005/07/13] kern/83384 failure of non-essential IDE partitions c o [2005/07/13] kern/83406 [smp] em/bge drivers: severe performance o [2005/07/14] bin/83426 [ PATCH ] improper handling of malloc fai o [2005/07/14] kern/83429 [ath] ath(4) does not work with the D-Lin o [2005/07/14] kern/83464 [geom] [patch] Unhandled malloc failures o [2005/07/15] kern/83499 fragmented packets does not pass through o [2005/07/15] usb/83504 usb [usb] SpeedTouch USB stop working on rece f [2005/07/15] kern/83521 pjd GEOM_STRIPE Error On Boot o [2005/07/16] kern/83552 [panic] Fatal trap 19 on ti0 when SMP is o [2005/07/16] bin/83558 kernbb(8): usr.sbin/kernbb doesn't compil o [2005/07/16] usb/83563 usb [panic] Page Fault while detaching Mpman o [2005/07/16] i386/83574 i386 installation failure o [2005/07/17] kern/83586 [if_ndis] [panic] ndis panic with Intel P f [2005/07/18] kern/83671 Can't get comconsole to work properly on o [2005/07/18] usb/83677 usb [usb] usb controller often not detected ( o [2005/07/19] i386/83735 i386 [re] network card (realtek 8139) and soun o [2005/07/19] usb/83756 usb Microsoft Intellimouse Explorer 4.0A does o [2005/07/20] kern/83761 [panic] vm-related panic: blst_radix_free f [2005/07/20] ports/83767 tobez lang/perl5.8: Perl5.8.7 coredumps on Text o [2005/07/21] i386/83826 i386 can't install any version on Toshiba Satt f [2005/07/21] kern/83885 gnn [panic] Kernel panic when received ICMP T o [2005/07/22] threads/83914threads [libc] popen() doesn't work in static thr o [2005/07/22] i386/83925 i386 [boot] can't boot Dell Latitude D610 afte o [2005/07/22] kern/83930 sam crypto_q_mtx recursion when unloading hif o [2005/07/24] usb/83977 usb [ucom] [panic] ucom1: open bulk out error o [2005/07/24] i386/84008 i386 /dev/X? should be /dev/ad1s* o [2005/07/24] kern/84015 [agp] [hang] Nforce3-250Gb freezes on Fre o [2005/07/25] amd64/84027 obrien if_nve gets stuck o [2005/07/25] kern/84052 [modules] [hang] 5.4-STABLE - kldunload s o [2005/07/25] i386/84088 i386 Panic with nforce2 platform on FreeBSD 6. o [2005/07/26] kern/84102 gnn FreeBSD 6.0 BETA 1 install Panic's in VMW o [2005/07/26] kern/84133 [panic] amd64, while making ports (trace o [2005/07/26] kern/84135 pjd [panic] ggatec destroy panics BETA-1 p [2005/07/27] kern/84163 [mlx] 6.0-BETA1 mlx driver don't find any o [2005/07/28] kern/84202 [ed] [patch] Holtek HT80232 PCI NIC recog o [2005/07/28] bin/84217 brian "enable proxy" is ignored in ppp.conf p [2005/07/28] conf/84221 Wrong permissions on /etc/opiekeys o [2005/07/29] i386/84303 i386 boot sometimes stops at "uhci0: 3.5GB o [2005/08/05] kern/84584 [re] re(4) spends too much time in interr o [2005/08/05] kern/84589 [2TB] 5.4-STABLE unresponsive during back o [2005/08/07] kern/84637 pjd [geom] [patch] GEOM LABEL sometimes doesn o [2005/08/07] kern/84656 [panic] when kern.maxdsiz is => hw.physme o [2005/08/08] bin/84668 qa [sysinstall] ssh and sysinstall problem o [2005/08/08] kern/84673 cel [nfs] NFS client problem "Stale NFS file o [2005/08/09] i386/84717 i386 [hang] 5.4-rel booting locks-up on Superm p [2005/08/10] kern/84740 tjr [libc] regcomp("\254") fails o [2005/08/11] kern/84799 [fdc] [patch] can't read beyond track 0 o o [2005/08/11] bin/84816 patch(1) inserts a line in the wrong plac o [2005/08/11] kern/84818 atapi cd: hangup with motor switched on a o [2005/08/12] amd64/84832 amd64 Installation crashes just at boot AMD64/ o [2005/08/13] kern/84861 [ipw] [patch] still can't get working ipw o [2005/08/14] amd64/84930 amd64 [msdosfs] something wrong with msdosfs on o [2005/08/14] docs/84932 doc new document: printing with an Epson ALC- o [2005/08/15] usb/84936 usb install - usb keyboard not recognized o [2005/08/15] i386/84943 i386 "Invalid Partition Table" Intel ICH6 SATA o [2005/08/15] kern/84953 kuriyama [nfs] NFS locking issue in RELENG_6/i386/ o [2005/08/15] kern/84954 imp [CARDBUS] cbb alloc res fail (with hw.car o [2005/08/15] kern/84964 cel [nfs] nfs4 mount doesn't handle NFS4ERR_G o [2005/08/15] kern/84965 cel [nfs] nfs4 mount generates NFS4ERR_BAD_SE o [2005/08/15] kern/84968 cel [nfs] programs on nfs4 mounts won't execu o [2005/08/16] kern/85005 Network interrupt after shutdown method h o [2005/08/17] kern/85042 [smbfs] mount_smbfs: can't get handle to o [2005/08/18] i386/85072 i386 [psm] ps/2 Mouse detection failure on com o [2005/08/19] i386/85101 i386 [libm] nearbyint always returns nan o [2005/08/19] bin/85115 byacc generates uncompileable file o [2005/08/19] kern/85123 [iir] Improper serialization in iir_ioctl o [2005/08/19] kern/85137 [pseudofs] [patch] panic due to sleep wit f [2005/08/20] ports/85155 cy security/tripwire clobbers config files o o [2005/08/20] threads/85160threads [libthr] [patch] libobjc + libpthread/lib o [2005/08/23] kern/85258 mux [fxp] changing promisc mode on nic can le o [2005/08/24] kern/85266 [xe] [patch] xe(4) driver does not recogn o [2005/08/26] kern/85320 [gre] [patch] possible depletion of kerne o [2005/08/26] kern/85326 [smbfs] [panic] saving a file via samba t o [2005/08/27] alpha/85346 alpha PREEMPTION causes unstability in Alpha400 o [2005/08/28] kern/85366 [msdosfs] [patch] MSDOSFS doesn't mark vo o [2005/08/29] amd64/85431 amd64 AMD64 has short but temporary freezes (ha o [2005/08/29] kern/85434 firewire [fwip] fwip (IP over firewire) doesn't wo o [2005/08/29] kern/85444 IPv6 crash, possibly related to destroyin o [2005/08/29] i386/85450 i386 panic: subdisk6 detached (appears to be a o [2005/08/29] amd64/85451 amd64 [hang] 6.0-BETA3 lockups on AMD64 (PREEMP o [2005/08/29] i386/85454 i386 Panic while booting: No virtual memory fo o [2005/08/30] kern/85464 Cannot unmount file-backed disk imported o [2005/08/30] kern/85493 imp [ed] [patch] OLDCARD can't probe ed drive o [2005/09/01] kern/85583 obrien [nve] [timeout] send errors ("device time o [2005/09/05] kern/85728 [trap] Crashes on 6.0 when copying data b o [2005/09/05] ports/85730 danfe nvidia-driver eats the /usr/X11R6/lib/mod o [2005/09/05] kern/85751 [devfs] [panic] panic in devfs_setattr() o [2005/09/05] kern/85768 gibbs aic79xx driver timeouts with U160 target o [2005/09/05] ia64/85772 ia64 [gpt] gpt (geom_) needs to adopt g_ctl s [2005/09/06] ports/85779 edwin fmsx 3.0 is unstable (reboting, freezing o [2005/09/06] kern/85791 kernel panic, page fault in kernel mode o [2005/09/06] bin/85796 des pam doesn't work correctly after Upgrade f [2005/09/06] kern/85804 [panic] after chown -R from chrooted shel o [2005/09/06] kern/85809 panic: mutex "ipf state entry" already in o [2005/09/06] bin/85810 nslookup/dig Hang and processes cannot be o [2005/09/06] kern/85813 timeout waiting for read DRQTrying to mou o [2005/09/06] kern/85816 maxproc=1 in login.conf causes kernel pan o [2005/09/07] bin/85830 des [patch] pam_exec incorrectly works with v s [2005/09/07] ports/85850 cperciva portsnap extract silently deletes Makefil o [2005/09/08] i386/85866 i386 [hang] bootloader freezes on Pentium2/3 p [2005/09/09] kern/85893 rodrigc [panic] while trying to mount audio CD o [2005/09/09] kern/85894 cel [nfs] [panic] nfs_timer / nfs_socket.c:11 o [2005/09/09] ports/85905 perky mod_python3 pthread_attr_destroy failure o [2005/09/10] kern/85931 panic: "vm_fault: fault on nofault entry" o [2005/09/10] i386/85938 i386 Install fails, unable to write partitions o [2005/09/10] i386/85944 i386 FreeBSD restarts after showing "Welcome t s [2005/09/11] kern/85975 [cam] devfs does not create entries when o [2005/09/11] kern/85993 [panic] emulators/kqemu panics 6.0-BETA4 o [2005/09/12] bin/86012 kpasswd(1) fails if one of the KDC are un o [2005/09/12] usb/86031 usb need support usb nic rt2500 in my 5.4 STA o [2005/09/13] kern/86055 FreeBSD 6.0 beta4 install panic:bio alrea o [2005/09/13] kern/86065 [kqueue] system reboot without sync (and o [2005/09/13] kern/86067 jeff [sched_ule] 6.0-BETA4 hangs while trying f [2005/09/13] kern/86072 pf [pf] Packet Filter rule not working prope o [2005/09/13] amd64/86080 amd64 [radeon] [hang] radeon DRI causes system o [2005/09/14] kern/86103 darrenr [ipfilter] Illegal NAT Traversal in IPFil o [2005/09/14] kern/86107 [procfs] [panic] unrhdr has N allocations o [2005/09/17] kern/86261 brian 'out of buffer space' after many PPPoE re o [2005/09/18] kern/86306 [em] [patch] if_em.c locks up while tryin o [2005/09/19] i386/86325 i386 [install] unable to install FreeBSD on IB o [2005/09/19] kern/86330 [ipsec] [panic] panic in ESP code s [2005/09/20] kern/86361 thompsa [bridge] bridge(4) does not work with VLA o [2005/09/20] i386/86380 i386 i386_set_ioperm doesn't take effect immed o [2005/09/20] ports/86383 openoffice Can't compile openoffice.org-1.1 o [2005/09/21] kern/86411 scottl [amr] Very low performance of amr(4) unde f [2005/09/21] ports/86421 clement Apache-2.0.54_4 PHP popen hangs o [2005/09/21] kern/86423 truckman backgroud fsck leaves incorrect free bloc o [2005/09/21] kern/86427 gnn LOR / Deadlock with FASTIPSEC and nat o [2005/09/22] bin/86456 arp(8) program hangs o [2005/09/23] amd64/86503 amd64 [atapicam] [panic] k3b crash the system l o [2005/09/23] bin/86514 awk -vVAR=val doesn't work without space f [2005/09/24] bin/86518 qa [sysinstall] USB keyboard not supported f [2005/09/24] kern/86525 FreeBSD 6.0BETA5 hangs after boot up syst o [2005/09/25] kern/86550 csjp [panic] kernel (w/ UFS_EXTATTR* and UFS_A s [2005/09/26] kern/86596 daichi [unionfs] unionfs -b brokes file modes o [2005/09/26] kern/86598 [patch] Bug in OpenSSL Padlock Engine o [2005/09/26] i386/86612 i386 SCSI DAT Drive Issue o [2005/09/27] kern/86619 linux emulator interacts oddly with cp o [2005/09/27] i386/86651 i386 FAILURE ATA-IDENTIFY o [2005/09/28] i386/86667 i386 GNOME Battery Applet causing keyboard to f [2005/09/28] ports/86687 tobez Perl ithreads coredump o [2005/09/28] bin/86690 kientzle bsdtar sparse file problems f [2005/09/30] kern/86746 cognet watch/snp don't work in 6.0 o [2005/09/30] kern/86763 [ucom] kernel: ucom0: ucomwritecb: IOERRO o [2005/09/30] usb/86767 usb [usb] bogus "slice starts beyond end of t o [2005/10/01] kern/86775 system reboot without syncing f [2005/10/01] kern/86779 linimon taskqueue_enqueue_fast uses spinlock on s o [2005/10/01] i386/86806 i386 Couldn't alloc kernel virtual memory o [2005/10/03] kern/86848 [pf][multicast] destroying active syncdev o [2005/10/04] i386/86880 i386 [hang] 6.0 hangs or reboots whilst 5.4 is o [2005/10/05] i386/86920 i386 [ndis] ifconfig: SIOCS80211: Invalid argu o [2005/10/05] kern/86944 cel [nfs] [patch] When I use FreeBSD with NFS o [2005/10/06] kern/87010 pjd Reading kernel memory & pagefault under n o [2005/10/06] kern/87014 rwatson BPF_MTAP/bpf_mtap are not threadsafe and o [2005/10/07] i386/87085 i386 Will not install on Microtel system s [2005/10/07] kern/87094 5.4 system with SMP and IPFW crashes unde o [2005/10/08] usb/87099 usb panic: ohci_add_done: addr 0x000d1bf0 not o [2005/10/08] kern/87107 Boot process will not complete with IPSEC p [2005/10/08] amd64/87112 peter Boot problems on a 16 processor AMD64 com o [2005/10/08] i386/87122 i386 Installer of 6.0-BETA5 can't find HDD par o [2005/10/09] i386/87155 i386 [boot] [panic] Can't Alloc Virtual Memory o [2005/10/09] amd64/87156 amd64 First Installation: Kernel crashes o [2005/10/10] kern/87194 [fxp] fxp(4) promiscuous mode seems to co o [2005/10/11] kern/87248 [iwi] Data-corruption while using WEP on o [2005/10/11] kern/87255 [md] [panic] large malloc-backed mfs cras o [2005/10/11] amd64/87258 amd64 [smp] [boot] cannot boot with SMP and Are o [2005/10/12] amd64/87305 amd64 [smp] Dual Opteron / FreeBSD 5 & 6 / powe o [2005/10/12] amd64/87316 amd64 [vge] "vge0 attach returned 6" on FreeBSD a [2005/10/12] amd64/87328 amd64 [boot] BTX halted error o [2005/10/12] amd64/87348 amd64 amd64+smp+startkde always crashing o [2005/10/13] i386/87356 i386 6.0 RC1 cannot see 250GB drive o [2005/10/13] i386/87364 scottl [aac] aac controller stopped working betw o [2005/10/13] kern/87368 [msdosfs] fat32 is very slow o [2005/10/13] ports/87397 edwin incorrect use of PAPERSIZE make variable o [2005/10/13] ports/87404 nork Adobe Reader no longer works with www/lin o [2005/10/13] kern/87413 [iwi] 6.0-RC1: "ifconfig iwi0 mode 11g up o [2005/10/14] kern/87421 [netgraph] [panic]: ng_ether + ng_eiface o [2005/10/15] amd64/87472 amd64 I downloaded 5.4 and went to install it, o [2005/10/16] kern/87506 [vr] [patch] Fix alias support on vr inte o [2005/10/16] amd64/87514 amd64 6.0-CURRENT freezes machine using >4GB on o [2005/10/16] usb/87519 usb [kbd] cannot install on USB-only system o [2005/10/16] kern/87521 darrenr [ipfilter] [panic] using ipfilter "auth" o [2005/10/16] kern/87544 geom [gbde] mmaping large files on a gbde file o [2005/10/17] usb/87565 usb [PATCH] Support for Vodaphone 3G/UMTS car o [2005/10/17] i386/87568 acpi [ACPI] [REGRESSION] 6.0-STABLE needs ACPI o [2005/10/17] i386/87576 i386 no installation on Acer aspire 1304xc lap o [2005/10/17] kern/87586 [diskless] [panic] Unable to use networke f [2005/10/18] kern/87596 [panic] OS crash on a Firefox link click f [2005/10/18] misc/87598 make release broken o [2005/10/18] i386/87630 i386 [ndis] No match for NdisIMGetCurrentPacke o [2005/10/18] ports/87631 sobomax zaptel modules loading crashes FreeBSD 6. o [2005/10/19] i386/87654 i386 Marvell Yukon 88E8036 NIC not detected by a [2005/10/19] kern/87658 IO::AIO test suite loops infinitely on 5. o [2005/10/19] amd64/87689 amd64 [powerd] [hang] powerd hangs SMP Opteron o [2005/10/20] kern/87727 [panic] 6.0-RC1 coredumps o [2005/10/20] bin/87729 phk most calls to malloc(3) generate warnings o [2005/10/20] i386/87750 i386 [boot] btx halted error while installatio o [2005/10/20] kern/87758 [ath] [hang] Reboot problem with atheros f [2005/10/21] kern/87791 Kernel crash when running df o [2005/10/21] bin/87792 [patch] very bad performance of cp(1) via f [2005/10/22] kern/87846 5.4 will NOT work with any other os on di o [2005/10/23] kern/87859 [smbfs] System reboot while umount smbfs. o [2005/10/23] i386/87876 i386 Installation Problems for i368 Compaq R30 o [2005/10/24] bin/87911 kientzle tar(1): internal error o [2005/10/25] amd64/87977 amd64 [busdma] [panic] amd64 busdma dflt_lock c s [2005/10/25] ports/87978 portmgr *_DEPENDS gets broken after changing (LOC o [2005/10/25] kern/87986 pjd [geom] [hang] gmirror and quota will hang o [2005/10/25] ports/87996 nork www/linuxpluginwrapper: Flash 7 kills epi o [2005/10/26] kern/88045 obrien [nve] [patch] 6.0rc1: nve0: device timeou o [2005/10/26] kern/88047 [asr] [panic] 6.0-RC1 reboots with SMP an o [2005/10/27] kern/88082 [ath] [panic] cts protection for ath0 cau o [2005/10/27] gnu/88087 c++filt(1) dumps core on a trivial string o [2005/10/28] ports/88115 x11 ivview (installed by inventor port) end i o [2005/10/28] i386/88124 i386 [hang] X -configure freezes 6.0rc1 o [2005/10/28] i386/88130 i386 [hang] Machine hangs on dhcp o [2005/10/28] i386/88139 i386 [i386] feature request: 53C875 Chipset HP o [2005/10/30] kern/88213 [panic] Hang followed by Panic on 6.0-RC1 o [2005/10/30] bin/88215 [patch] syslogd(8) does not pass cleanly o [2005/10/31] kern/88266 [smbfs] smbfs does not implement UIO_NOCO o [2005/10/31] kern/88268 [bpf] yet another null pointer in bpf cod o [2005/10/31] amd64/88299 amd64 swapcontext fails with errno 0 o [2005/11/01] i386/88315 i386 [sym] [hang] Symbios/LSI-HBA (SYM83C895) o [2005/11/03] i386/88459 i386 [panic] Fatal trap 19 (process: idle: cpu s [2005/11/03] ports/88462 lawrance math/GiNaC: ginsh crashes during startup o [2005/11/03] kern/88472 [panic] panic/reboot in 5.4-STABLE o [2005/11/04] kern/88487 [panic] softdep_setup_inomapdep: found in o [2005/11/04] kern/88496 [iwi] iwi0: fatal error - have to reboot o [2005/11/05] kern/88518 rodrigc cannot mount root rw at boot o [2005/11/05] bin/88524 openssl can not work with smtp.gmail.com o [2005/11/06] kern/88555 [panic] ffs_blkfree: freeing free frag on f [2005/11/06] amd64/88568 amd64 [panic] 6.0-RELEASE install cd does not b o [2005/11/07] i386/88583 i386 i can't install freebsd in server ibm xse o [2005/11/07] i386/88610 i386 FreeBSD 6.0 bootonly crashes during boot o [2005/11/08] docs/88636 trhodes handbook instruction could shut down name o [2005/11/08] bin/88655 /bin/tcsh ls-F : Floating exception (core o [2005/11/08] kern/88657 [smbfs] windows client hang when browsing o [2005/11/08] kern/88659 ipfw [modules] ipfw and ip6fw do not work prop o [2005/11/09] i386/88717 i386 freebsd 5.4 boots from lsi 53c1030 only i o [2005/11/09] kern/88718 [aac] [timeout] unable to install on RAID o [2005/11/09] usb/88743 usb [hang] USB makes kernel hang at boot (reg f [2005/11/09] amd64/88746 amd64 Buffer problem with SSH2 under amd64 arch o [2005/11/09] i386/88755 i386 [panic] FreeBSD R6.0 on ThinkPad R40 inst o [2005/11/10] amd64/88790 amd64 kernel panic on first boot (after the Fre o [2005/11/10] kern/88793 [wlan] wlan(4) broken, sends corrupted pa o [2005/11/10] i386/88808 i386 V6.0 crashing on install with ICH7 RAID 5 o [2005/11/10] bin/88813 stefanf [patch] cd builtin in sh(1) can cd to wro o [2005/11/11] kern/88823 [modules] atapicam - kernel trap 12 on lo o [2005/11/11] i386/88853 i386 [hang] SMP system FreeBSD 6.0-STABLE cras p [2005/11/11] kern/88856 rwatson [nfs] XDR/RPC breaks when sending msgs > o [2005/11/12] bin/88873 [2TB] gpt create fails "bogus map" "unkno o [2005/11/12] kern/88882 [ndis] ndis IF tx/rx and other problems i o [2005/11/13] kern/88914 [hang] system freeze during file transfer o [2005/11/13] kern/88917 [ipw] ipw can not work in adhoc mode o [2005/11/13] i386/88929 i386 FreeBSD 6.0 install CD fails to find disk o [2005/11/13] kern/88937 [ndis] ifconfig ndis does not show the co o [2005/11/14] usb/88966 usb kldunload ucom.ko returns "Device busy" e o [2005/11/14] usb/89003 usb LaCie Firewire drive not properly support p [2005/11/14] bin/89012 [libz] FreeBSD-6.0 is still using zlib-1. o [2005/11/15] kern/89069 [panic] kernel panic when putting load on o [2005/11/15] kern/89070 [panic] NULL m passed to m_copym() in ip_ s [2005/11/15] ports/89074 x11 Segmentation Violation during "make insta o [2005/11/16] kern/89102 geom [geom_vfs] [panic] panic when forced unmo a [2005/11/16] gnu/89103 gcc segmentation fault errors -- ??memory o [2005/11/16] bin/89144 [sysinstall] failed to install 2 packages o [2005/11/16] kern/89179 Random reboots on Dell PowerEdge 6300 o [2005/11/17] kern/89207 problem install fresbsd, hard disk geomet o [2005/11/18] usb/89218 usb flash disk o [2005/11/18] i386/89249 i386 HighPoint RocketRAID 1520 (HPT372N) can't o [2005/11/18] kern/89258 [mouse] synaptic touchpad support "worse" p [2005/11/19] threads/89262threads [kernel] [patch] multi-threaded process h o [2005/11/19] bin/89267 kientzle Problem with bsdtar(1) o [2005/11/19] kern/89271 [radeon][agp][hang] X.org hangs when heav o [2005/11/19] i386/89288 i386 [acpi] DMA error while booting with acpi o [2005/11/20] ports/89308 apache [patch] www/mod_accounting crash on reque o [2005/11/20] kern/89310 [panic] kmem_malloc fails with "kmem_map o [2005/11/21] i386/89340 i386 [panic] 6.0-STABLE (2005-11-07) panic whe o [2005/11/21] i386/89353 i386 [ata] invalid disk controller recognition o [2005/11/21] kern/89355 [md] mdconfig -t vnode filesystem mount p o [2005/11/21] kern/89368 el portatil se queda completamente colgad o [2005/11/21] i386/89383 i386 [sio] [panic] page fault o [2005/11/21] ports/89393 openoffice can't install OpenOffice 2.0.0 from port o [2005/11/21] kern/89396 [reboot] remounting cdrom causes reboot o [2005/11/22] bin/89410 [PATCH] sh(1) missing \u interpolation an f [2005/11/22] i386/89425 linimon [bfe] bfe resetting in 6.0 - current o [2005/11/23] kern/89447 Serial console speed not working properly o [2005/11/24] sparc64/89486obrien firefox and thunderbird is broken on spar o [2005/11/24] amd64/89501 amd64 System crashes on install using ftp on lo o [2005/11/24] amd64/89503 amd64 Cant Boot Installation Disk o [2005/11/25] kern/89528 bz [jail] impossible to kill a jail o [2005/11/25] kern/89538 phk [tty] [panic] triggered by "sysctl -a" o [2005/11/25] amd64/89546 amd64 [geom] GEOM error o [2005/11/25] amd64/89549 amd64 [amd64] nve timeouts on 6.0-release o [2005/11/25] amd64/89550 amd64 [amd64] sym0: VTOBUS failed (6.0 Release) o [2005/11/26] conf/89589 secteam virecover follows hardlinks, possibly exp o [2005/11/26] kern/89597 [ata] uncorrectable ATA disc errors can b o [2005/11/27] kern/89633 [sis] [panic] if_sis panic under extended o [2005/11/28] kern/89660 le [patch] [panic] due to g_malloc returning o [2005/11/28] kern/89688 [wi] wi0 cbb remove bug: Danger Will Robi o [2005/11/30] kern/89752 [bpf] [patch] bpf_validate() needs to do s [2005/11/30] kern/89755 daichi [unionfs] [hang] Jailed process deadlocks o [2005/11/30] kern/89775 [kevent] [hang] kevent hangs on second wa o [2005/11/30] gnu/89777 send-pr(1) lies about saved reports o [2005/12/01] kern/89784 phk [patch] [panic] 6.0-RELEASE panics when a o [2005/12/01] bin/89808 brian malformed Framed-IPv6-Prefix crashes ppp( o [2005/12/02] kern/89864 [vr] [panic] if_vr panic under FreeBSD 6 o [2005/12/03] kern/89876 [txp] [patch] txp driver doesn't work wit o [2005/12/03] kern/89878 [pccard] [patch] pccard.c:pccard_safe_quo o [2005/12/03] kern/89880 wpaul [ndis] ndis interface stops rx/tx while l o [2005/12/04] kern/89918 [iwi] [panic] Kernel panic with if_iwi In o [2005/12/05] usb/89954 usb [usb] USB Disk driver race condition? o [2005/12/05] kern/89966 rodrigc [ntfs] [panic] mounting ntfs causes kerne o [2005/12/05] amd64/89968 amd64 [ata] Asus A8N-E MediaShield RAID problem f [2005/12/05] usb/89997 usb [umass] [panic] panic on iPod mini detach f [2005/12/06] kern/90050 [boot] boot -s drops serial console at sh o [2005/12/07] i386/90059 i386 panic in 2 mins after power on PC o [2005/12/07] i386/90065 i386 [wi] System hangs if wireless card wasn't o [2005/12/07] kern/90086 [hang] 5.4p8 on supermicro P8SCT hangs du f [2005/12/07] ports/90088 clement Buildconflict with apr-svn, libtool and a o [2005/12/08] bin/90093 geom fdisk(8) incapable of altering in-core ge o [2005/12/08] kern/90096 [net] [patch] arp mixup if carp and bridg f [2005/12/08] ports/90107 ehaupt cvsd imprisoned doesn't work with devfs o [2005/12/09] i386/90134 i386 [irq] IDE and SATA disks not detected on o [2005/12/09] usb/90162 usb [usb] [patch] Add support for the MS Wire o [2005/12/10] kern/90167 [em] adding aliases to em0 interfaces cau o [2005/12/10] ports/90184 openoffice Install of OpenOffice 2.0.0 fails o [2005/12/10] kern/90206 [ata] [crash] Server reboot after "FAILUR o [2005/12/10] kern/90214 multimedia [sound] memory leaks in snd_via8233 o [2005/12/11] kern/90237 [panic] kernel panic on startx command o [2005/12/11] ports/90259 roam Error when upgrading mail/vpopmail o [2005/12/12] threads/90278threads libthr, ULE and -current produces >100% W o [2005/12/12] kern/90279 [nge] Appletalk and 0x090007 OUI enet fra o [2005/12/12] kern/90282 scsi [sym] SCSI bus resets cause loss of ch de o [2005/12/13] kern/90330 [linux] linux_compat /dev system freeze p f [2005/12/14] ports/90399 ports-bugs vmware2 port not working on FreeBSD 6.0 o [2005/12/15] kern/90442 [panic] kmem_alloc fails kmem_map: too sm o [2005/12/15] ports/90454 nobutaka libxine 1.1.1 Ports build fails o [2005/12/16] i386/90519 i386 Resume after suspend results in g_vfs_don a [2005/12/17] kern/90526 Can't updata from 5.4-p8 to 6.0release o [2005/12/18] kern/90582 geom [geom_mirror] [panic] Restore cause panic o [2005/12/19] bin/90656 qa [sysinstall] 6.0-RELEASE (i386) cannot be o [2005/12/20] usb/90700 usb Kernel panic on connect/mount/use umass d o [2005/12/21] ports/90730 girgen databases/postgresql[0-9]*: check USE_PGS o [2005/12/21] bin/90736 [libc] dlfunc can not be defined in libc o [2005/12/21] ports/90743 glewis jdk-1.5.0p2_3 compilation failure o [2005/12/21] ports/90748 nobutaka xine-lib-1.1.1compilation failure o [2005/12/21] ports/90759 openoffice cannot save ANY file with "de-openoffice. o [2005/12/21] ports/90777 sergei textproc/xmlto fails to produce most form o [2005/12/22] kern/90800 maxim [kernel] [patch] it is possible to fake c o [2005/12/22] kern/90815 [smbfs] [patch] SMBFS with character conv o [2005/12/23] kern/90837 [pcm] PCM - ICH6 - device is busy, but ol o [2005/12/23] bin/90846 problem in using cu command on 4.11 freeB f [2005/12/23] conf/90863 dougb [patch] 6.0 boot: name resolution broken o [2005/12/24] kern/90890 [vr] Problems with network: vr0: tx shutd o [2005/12/25] bin/90903 [powerd] cpufreq inconsistency / powerd b o [2005/12/27] i386/90949 i386 [panic] kernel panic with opera o [2005/12/27] ports/90958 netchild linux-* are not built on amd64 o [2005/12/27] kern/90973 thompsa [net] [patch] if_bridge does not handle a p [2005/12/28] kern/91000 bz [sk] sk connection shut down after some t o [2005/12/28] kern/91023 [sysctl] cpufreq/p4tcc: sysctl: dev.cpu.0 o [2005/12/29] i386/91038 i386 [panic] 6.0-RELEASE on Fujitsu Siemens Am o [2005/12/29] ports/91067 obrien editors/vim - PATCH to conditionally enab o [2006/01/01] kern/91160 mjacob [mpt] system hangs with: mpt0: Request 0x o [2006/01/02] kern/91196 [panic] kernel panic with firewall o [2006/01/02] kern/91229 [feature request] PAN (piconet) Bluetooth o [2006/01/02] usb/91238 usb USB tape unit fails to write a second tap o [2006/01/02] kern/91242 [msdosfs] panic: rofs mod when remounting o [2006/01/03] usb/91263 usb [patch] USB quirk needed for Logitec USB o [2006/01/03] kern/91266 threads [threads] Trying sleep, but thread marked o [2006/01/03] i386/91282 i386 6.0R install CD crashes at eip=0x90db (Pr o [2006/01/03] usb/91283 usb booting very slow with usb devices connec o [2006/01/04] kern/91290 sos [ata] ata(4) error on 7.0-CURRENT-2005122 o [2006/01/04] kern/91311 [aue] aue interface hanging o [2006/01/05] i386/91331 i386 system hangs after citrix_ica_client(wfcm o [2006/01/05] kern/91339 [psm] mousedriver do not recognize aditio o [2006/01/05] kern/91364 [wep] WF-511 RT2500 Card PCI and WEP a [2006/01/06] ports/91378 lioux net-p2p/mldonkey-sancho does not work wit a [2006/01/06] ports/91381 portmgr building www/cssed fails - TR variable is o [2006/01/06] amd64/91405 amd64 [asr] [panic] Kernel panic caused by asr o [2006/01/06] kern/91407 [crypto] [panic] Kernel panic when heavil o [2006/01/06] kern/91408 [irq] ata(4) failure: SETFEATURES SET TRA o [2006/01/06] kern/91417 [ibcs2] No carba el módulo iBCS2 al arran o [2006/01/08] amd64/91492 amd64 BTX halted o [2006/01/08] bin/91536 sos burncd(8): burncd -t feature strangeness o [2006/01/09] usb/91538 usb Unable to print to EPSON CX3500 o [2006/01/09] www/91539 www FreeBSD web site renders very badly o [2006/01/09] kern/91568 [ufs] [panic] writing to UFS/softupdates o [2006/01/09] kern/91572 [ufs] [panic] writing to UFS/softupdates o [2006/01/10] kern/91580 fstat(2) not working properly in 6.0? o [2006/01/10] www/91585 jkoshy I can't find BSD Users Bangalore user gro o [2006/01/10] ports/91588 ahze ports/textproc/p5-xmltv error f [2006/01/10] kern/91597 darrenr [ipfilter] PC crashed after cold reboot i o [2006/01/11] bin/91622 dds cp(1) does not update atime of the source o [2006/01/12] kern/91723 [ata] IDE corruption on ICH controller, a o [2006/01/13] conf/91732 [patch] 800.loginfail: fix log message gr o [2006/01/13] i386/91745 i386 Second processor not detected on Proliant o [2006/01/13] i386/91748 i386 acpi problem on Acer TravelMare 4652LMi ( o [2006/01/13] kern/91760 FAST_IPSEC stops system under high traffi o [2006/01/13] bin/91762 vipw(8): it is possible to add a user nam o [2006/01/14] amd64/91799 pjd ggated core dumps on amd64 after client c o [2006/01/16] ia64/91846 ia64 TLS: malloc(3) exposes DTLS bug in non-th o [2006/01/16] kern/91859 [if_ndis] if_ndis does not work with Asus p [2006/01/16] kern/91879 alfred [patch] Panic in nfs_putpages() on 6-stab o [2006/01/16] kern/91881 panic at boot o [2006/01/16] sparc64/91882sparc64 Ultra 10 mouse/keyboard o [2006/01/17] usb/91906 usb FreeBSD hangs while booting with USB lega p [2006/01/17] gnu/91909 tjr grep(1): grep -w bug (with some locales) o [2006/01/17] kern/91910 scottl [aac] aac driver hangs on Dell PE800 with o [2006/01/17] ports/91911 netchild [PATCH]: x11-toolkits/linux-gtk2: distfil o [2006/01/17] kern/91914 [ata] Disk System Crashes - Raid Disk o [2006/01/17] kern/91919 [pccbb] pccbb does not supply appropriate o [2006/01/18] kern/91942 [re] [panic] ifconfig causes panic on re( o [2006/01/18] bin/91954 [libpam] [patch] Proposed enhancement for o [2006/01/18] conf/91959 incorrect cross-install ?(/usr/src/etc/Ma o [2006/01/19] kern/92000 [ntfs] [panic] Panic caused by mounting m o [2006/01/20] sparc64/92033sparc64 [dc] dc(4) issues on Ultra10 o [2006/01/20] kern/92039 sysctl -a causes panic o [2006/01/20] kern/92040 scottl [udf] mmap/cp fails on small file in UDF o [2006/01/20] usb/92052 usb usbd causes defunct process with busy fil o [2006/01/20] bin/92058 ssh(1): FreeBSD 6 release Xeon SCSI ssh d f [2006/01/20] kern/92059 [jail] ps(1) "Bus error" under jail o [2006/01/20] kern/92070 imp [pccard] wi0: No irq?! with LG 11Mbps Wir o [2006/01/20] ports/92071 x11 Problem with Xorg and SIS630/730 integrat o [2006/01/20] bin/92074 top(1) aborts in redzone o [2006/01/21] kern/92083 [ural] [panic] panic using WPA on ural NI f [2006/01/21] ports/92088 itetcu lang/ruby18 hangs during build o [2006/01/21] kern/92090 [bge] bge0: watchdog timeout -- resetting o [2006/01/21] kern/92092 [iicbus] [patch] Panic if device with iic o [2006/01/21] kern/92104 [panic] kernel panic near readlink syscal o [2006/01/22] kern/92127 Kernel crash o [2006/01/22] ports/92135 anholt graphics/dri: make fails on 4.x o [2006/01/22] ports/92137 x11 x11-server/xorg-{server,nestserver,prints o [2006/01/22] usb/92142 usb SET_ADDR_FAILED and SHORT_XFER errors fro o [2006/01/22] ports/92157 perky www/mod_python3 uses deprecated Apache ma o [2006/01/22] kern/92164 scottl [ips] SCSI target mode LOR a [2006/01/22] ports/92169 x11 Xorg 6.9, Matrox mga, dri broken (MGAGetB o [2006/01/22] usb/92171 usb [panic] panic unplugging Vodafone Mobile o [2006/01/23] ports/92184 ports-bugs kterm, stty -a shows min = 0. this should o [2006/01/23] i386/92193 i386 Can't boot from 6.0 Installation CD: BTX o [2006/01/23] ports/92218 openoffice openoffice.org-2.0 build fails with shlib f [2006/01/24] conf/92252 order the packets in freebsd 6 with ipfw o [2006/01/24] kern/92269 [md] [panic] panic with mdconfig and moun o [2006/01/24] kern/92272 [ffs] [hang] Filling a filesystem while c o [2006/01/24] kern/92279 [dc] Core faults everytime I reboot, poss o [2006/01/25] kern/92292 [md] [hang] Heavy IO on a md-backed files o [2006/01/25] i386/92303 i386 [ips] Cannot install FreeBSD 6 on an IBM o [2006/01/26] amd64/92337 amd64 FreeBsd 6.0 Release Intel Pro 1000 MT em1 o [2006/01/26] kern/92351 [iwi] page fault in iwi after ACPI resume o [2006/01/26] kern/92368 LOR in opencrypto/crypto.c p [2006/01/27] conf/92433 brooks [patch] /etc/network.subr cannot handle i o [2006/01/28] kern/92440 Kernel fault in knote when getty opens a o [2006/01/28] ports/92478 nork net/DarwinStreamingServer admin does not o [2006/01/30] kern/92518 Intense disk activity (large FS newfs and o [2006/01/30] kern/92552 net A serious bug in most network drivers fro s [2006/01/31] ports/92592 portmgr Revert USE_FAM default to fam o [2006/01/31] kern/92599 BUG: IEEE 802.3 compliance of autonegotia o [2006/02/01] ports/92672 x11 X.org 6.9.0 brak down sync mga_hal dirver o [2006/02/01] kern/92675 [fxp] [patch] fxp(4) unable to recover fr o [2006/02/01] kern/92690 andre [net] slowstart_flightsize ignored in 6-S o [2006/02/01] ports/92704 anholt graphics/dri: dri-6.4.1,2 fails to build f [2006/02/01] ports/92706 ports-bugs vmware3 panic on 6.0-RELEASE o [2006/02/02] kern/92716 [hifn] [hang] hifn driver hangs after a s o [2006/02/02] kern/92750 [nwfs] Files in mounted Netware filesyste o [2006/02/02] kern/92751 [cam] [reboot] 5.4 crashes after camcontr o [2006/02/03] kern/92776 glebius [carp] kernel-crash using carp o [2006/02/04] kern/92785 Using exported filesystem on OS/2 NFS cli o [2006/02/04] kern/92786 sos [patch] ATA fixes, write support for LSI o [2006/02/04] kern/92792 [tcp] kernel crash with high number of TC o [2006/02/04] kern/92795 [panic] lockmgr panic during sys_exit fil o [2006/02/04] kern/92798 scsi [ahc] SCSI problem with timeouts a [2006/02/04] ports/92805 portmgr Change default MySQL version from 4.1 to a [2006/02/04] ports/92806 portmgr Change default PHP version from 4 to 5 o [2006/02/05] bin/92839 roberto [ntp] [patch] contrib/ntp PARSE buffer ov o [2006/02/06] amd64/92889 amd64 xdr double buffer overflow o [2006/02/07] kern/92949 pf [pf] PF + ALTQ problems with latency o [2006/02/07] gnu/92952 tjr grep core dump. f [2006/02/07] kern/92960 kernel page fault o [2006/02/07] kern/92966 imp [cardbus] cardbus.ko loading failed o [2006/02/07] amd64/92991 amd64 FreeBSD(amd64) freezes when primary disk o [2006/02/08] kern/93019 [ppp] ppp and tunX problems: no traffic a o [2006/02/09] ports/93071 x11 x11-servers/xorg-server: Resume fails on o [2006/02/09] kern/93081 [jail] netstat -i fails to report bytes o o [2006/02/09] kern/93083 [firewire] Detach of Firewire Harddisk no o [2006/02/09] bin/93085 support for ACLs (and extattr) missing in o [2006/02/09] ports/93106 netchild acroread7 cannot locate /usr/local/bin/lp f [2006/02/10] kern/93125 sam [ath] ath0 times out periodically o [2006/02/10] kern/93128 scsi [sym] FreeBSD 6.1 BETA 1 has problems wit o [2006/02/10] usb/93155 usb /dev/ulpt0: device busy USB printer doe o [2006/02/11] kern/93170 Changing system date causes panic in nd6_ o [2006/02/11] kern/93199 [kernel] [patch] missing linux rt_sigtime o [2006/02/11] powerpc/93203ppc FreeBSD PPC Can't Write to Partitions. a [2006/02/12] kern/93220 net [inet6] nd6_lookup: failed to add route f o [2006/02/12] kern/93236 [netinet] [patch] Received out of window o [2006/02/12] ports/93253 glewis jdk 1.5 port build problem o [2006/02/13] ports/93274 ports-bugs net/nss_ldap: nss_ldap & nss_mysql cause o [2006/02/13] bin/93284 secteam [sysinstall] Insecure placement of user f o [2006/02/13] ports/93299 sobomax misc/zaptel: unload of zaptel kernel modu o [2006/02/13] kern/93300 ipfw ipfw pipe lost packets o [2006/02/13] kern/93305 Machine freezes solid running dhcpclient o [2006/02/14] bin/93317 ld-elf.so doesn't translate unresolved we o [2006/02/15] kern/93380 almost all not polling NICs are doing dev o [2006/02/15] i386/93385 i386 Fatal trap 12 occasionally on reboot (Abi o [2006/02/15] kern/93394 [twa] boot loader hangs in boot-menu on s o [2006/02/15] kern/93396 dlopen crash with locked page o [2006/02/15] usb/93408 usb hw.acpi.cpu.cx_lowest=C3 on AMD Turion ca o [2006/02/16] amd64/93413 amd64 lpd does not remove lock file from /var/s f [2006/02/16] kern/93423 matteo [jail] Applying devfs rulset fails o [2006/02/16] kern/93431 imp [pccard] dc interface attach failed after f [2006/02/17] kern/93458 [smbfs] mount_smbfs(8) fails with authent o [2006/02/17] kern/93461 [smp] Intel 440LX SMP freeze (regression o [2006/02/17] amd64/93469 amd64 uninitialised struct stat in lpd prevents f [2006/02/17] usb/93496 usb USB2.0 umass stalls on VIA o [2006/02/18] i386/93524 i386 Automatic reboot f [2006/02/18] kern/93526 IPv6 Multicast Listener Reports (MLD6 Rep o [2006/02/18] sparc64/93530pf Incorrect checksums when using pf's route o [2006/02/19] gnu/93566 tjr [patch] sort(1): numeric sort is broken o o [2006/02/19] kern/93567 [vr] Via Rhine : Asymetric Bandwith o [2006/02/20] bin/93603 [patch] restore(8) fails if /tmp fills o [2006/02/21] i386/93615 i386 Operating system wont install. Problem w o [2006/02/21] gnu/93629 tjr GNU sort(1) tool dumps core within non-re o [2006/02/21] usb/93640 usb device ehci causes interrupt storm on thi o [2006/02/22] kern/93685 [pipe] select on pipe write fails from '0 f [2006/02/22] ports/93722 hrs Apparent Missing Dependancy in print/acro o [2006/02/23] usb/93738 usb [ukbd] [patch] ukbd_check_char returns FA o [2006/02/23] kern/93750 [ips] Boot hangs on ips0: resetting adapt o [2006/02/23] i386/93752 i386 Cannot activate the serial ports on boot o [2006/02/23] i386/93762 i386 Machine lockup at boot loader countdown o o [2006/02/24] kern/93771 [ar] [panic] atacontrol status ar1 causes o [2006/02/24] bin/93776 [crypto] [patch] SHA256_Update / SHA512_U o [2006/02/24] ports/93777 x11 Starting xorg-server requires reloading s o [2006/02/24] i386/93787 i386 freebsd 6.0 hangs on atkbd0 on Proliant 1 o [2006/02/24] kern/93791 [xl] xl0: watchdog timeout with 3CFE575BT o [2006/02/24] i386/93809 i386 panic: could not copy LDT on RELENG_5_3 t o [2006/02/25] usb/93828 usb ohci causes panic on boot (HP Pavillion d p [2006/02/25] kern/93829 glebius [carp] pfsync state time problem with CAR o [2006/02/26] i386/93845 i386 cross-machine installworld broken in sys/ o [2006/02/27] kern/93885 ata(4) failure: SETFEATURES SET TRANSFER o [2006/02/27] kern/93886 [ath] Atheros/D-Link DWL-G650 long delay o [2006/02/27] kern/93893 [re] Boot panic from Netgear GA311 o [2006/02/27] conf/93899 mount_smbfs can't load libiconv.so during o [2006/02/27] kern/93910 [netinet6] Kernel bug (Crash), possibly i o [2006/02/27] kern/93914 [socket] panic: uipc 3 o [2006/02/28] i386/93923 i386 [ata] FreeBSD Install, Sil3112: Cannot du o [2006/02/28] kern/93942 [vfs] [patch] panic: ufs_dirbad: bad dir o [2006/02/28] usb/93949 usb ugen(4)-related repeatable kernel panic i o [2006/03/01] amd64/93961 amd64 [busdma] Problem in bounce buffer handlin o [2006/03/01] ports/93966 doceng Better RTF support & CJK TeX support of t o [2006/03/01] kern/93978 [ipw] wireless card can not work in adhoc o [2006/03/01] i386/93989 i386 Can't install FreeBSD from IEEE1394 DVD-R o [2006/03/01] kern/93998 [libstand] [patch] panic in libstand when o [2006/03/02] kern/94020 andre [tcp] tcp_timer_2msl_tw NULL pointer dere o [2006/03/03] ports/94044 ports-bugs emulators/vmware2: running $PREFIX/etc/rc o [2006/03/06] kern/94139 scottl [amr] [regression] amr broken with LSILog o [2006/03/06] i386/94141 i386 [iwi] iwi doesn't work on Acer Laptop o [2006/03/06] kern/94146 fwohci parity error crashes kernel on boo o [2006/03/07] kern/94155 [ata] 6.1 CF reader problem: "ad1: FAILUR o [2006/03/07] kern/94162 [bge] 6.x kenel stale with bge(4) o [2006/03/07] usb/94166 usb btx halted with a flashcard plugged o [2006/03/07] kern/94196 [dc] if_dc panics on bad hardware o [2006/03/08] bin/94252 [rpc] rpc.lockd cannot cancel lock reques o [2006/03/09] kern/94256 cel [nfs] nfs locking/rpc.lockd doesn't under o [2006/03/09] bin/94258 [rpc] O_NONBLOCK may block with rpc.lockd o [2006/03/09] ports/94270 openoffice I cant make OpenOffice.org-2.0 p [2006/03/09] kern/94272 imp exca(4) caused panic p [2006/03/09] kern/94278 rwatson Crash with FIFOs and ktrace o [2006/03/09] kern/94279 multimedia [snd_neomagic] snd_neomagic crashes on Fr f [2006/03/11] kern/94307 [bge] kernel panics when passing trafffic o [2006/03/11] i386/94364 i386 [kbd] Unable to boot on NX9110 laptop o [2006/03/11] kern/94373 [ural] if_ural.c:93: error: `USB_PRODUCT_ o [2006/03/12] kern/94380 [em] Laptop panics, related to networking o [2006/03/12] usb/94384 usb kernel panic with usb2 hardware o [2006/03/12] kern/94393 PseudoRAID loses track of the master disk p [2006/03/13] kern/94408 thompsa [if_bridge] [patch] if_bridge breaks prox o [2006/03/13] i386/94420 i386 FreeBSD does NOT support the pcChips M925 o [2006/03/13] kern/94426 [ata] Cannot blank CDs with Samsung TS-L5 o [2006/03/14] kern/94433 rwatson [panic] panic: sbdrop o [2006/03/14] kern/94446 FreeBSD 6.0 crash with forkbomb (regressi s [2006/03/15] threads/94467threads send(), sendto() and sendmsg() are not co o [2006/03/18] bin/94635 snapinfo/libufs only works for disk-backe o [2006/03/18] i386/94653 i386 Fatal trap 12: page fault while in kernel o [2006/03/19] kern/94669 [vfs] [patch] Panic from Failed Removable o [2006/03/19] amd64/94677 amd64 panic in amd64 install at non-root user c o [2006/03/20] usb/94717 usb Reading from /dev/ulpt can break work of o [2006/03/20] standards/94729standards fcntl() throws undocumented ENOTTY o [2006/03/20] usb/94742 usb [umass] [patch] umass driver does not rec o [2006/03/20] bin/94750 watch(1) utility faults when tty disconne o [2006/03/21] kern/94769 [ufs] Multiple file deletions on multi-sn o [2006/03/21] kern/94772 [fifo] [patch] FIFOs (named pipes) + sele o [2006/03/21] usb/94813 usb mounting write-protected umass device fre o [2006/03/22] bin/94815 [patch] [sysinstall] Upping the network i o [2006/03/22] ports/94826 ade [patch] Very slow startup for libtool ltd a [2006/03/22] kern/94827 mmap with given (void *addr) may lock mem o [2006/03/22] kern/94838 scsi Kernel panic while mounting SD card with o [2006/03/23] kern/94863 [bge] [patch] hack to get bge(4) working o [2006/03/24] kern/94890 Fatal trap 18: integer divide fault while s [2006/03/24] bin/94892 [rpc] rpc.lockd does not interoperate wit o [2006/03/24] ports/94894 ports-bugs multimedia/fxtv causes freeze and reboot o [2006/03/24] amd64/94896 amd64 Where support VESA Modes for AMD64 kernel o [2006/03/24] usb/94897 usb Kernel Panic when cleanly unmounting USB o [2006/03/24] kern/94898 [pcmcia] GPRS PCMCIA card cause interrupt f [2006/03/24] i386/94899 remko [INSTALL]: Cannot install freebsd 6.1 Bet f [2006/03/24] ports/94905 ports-bugs Change GraphicsMagick so that it's symbol o [2006/03/24] bin/94909 gshapiro timeout issues after sendmail(1) patches o [2006/03/24] i386/94911 i386 [ata] ata regression with DOM-IDE o [2006/03/26] kern/94977 Kernel panic during normal server operati o [2006/03/27] amd64/94989 amd64 BTX Halts on Sun Fire X2100 w/6.1-BETA4 ( o [2006/03/27] kern/95002 [libc] hash db source code has a bug whic o [2006/03/28] conf/95017 Timezone rules are out of date. o [2006/03/28] i386/95021 i386 PAE enabled kernel boot panic o [2006/03/28] kern/95023 Hard Drives not recognized by 6.0 Current f [2006/03/28] ports/95040 tmclaugh build of lang/mono segfaults p [2006/03/28] bin/95041 maxim [patch] for mrouted(8) subnet mask checki f [2006/03/28] i386/95045 remko Installation CD of FreeBSD 5.2 (or newer) o [2006/03/28] amd64/95056 amd64 Nvidia Nforce ETH Driver -> Timeout Error f [2006/03/29] ports/95081 ports-bugs Problem with enabling logwtmp on POPtop o [2006/03/29] kern/95084 ipfw [ipfw] [patch] IPFW2 ignores "recv/xmit/v o [2006/03/29] i386/95087 i386 System freeze irrespective of load on Pro o [2006/03/30] kern/95098 Can't upgrade system from 5.4 to 6.1 f [2006/03/30] ports/95119 skv databases/firebird-server fails to build o [2006/03/30] usb/95131 usb Boot/setup process does not accept key st o [2006/03/31] i386/95151 i386 Fatal trap 12: page fault while in kernel o [2006/03/31] amd64/95167 amd64 driver for SuperMicro H8DAR-T (Adaptec AI p [2006/03/31] bin/95175 kientzle bsdtar(1) core dump on non-existing symli f [2006/04/01] kern/95184 sos [ata] Intel ICH7 support broke in 6.1 BET o [2006/04/03] kern/95247 [rpc] NFS file locking problem, rpc.lockd o [2006/04/03] kern/95260 [ata] Wrong array detection for LSI v3 SA o [2006/04/03] docs/95261 doc Correction to handbook section 26.5.19.2 o [2006/04/03] docs/95262 doc Correction to handbook section 26.5.20 Po o [2006/04/03] docs/95263 doc Correction to handbook section 26.5.21.3 o [2006/04/03] docs/95265 doc Correction to handbook section 26.5.16 IP o [2006/04/03] kern/95287 [modules] When using NETSMB without SMBFS o [2006/04/03] kern/95288 [tty] [panic] panic in sys/kern/tty_subr. o [2006/04/04] sparc64/95297sparc64 vt100 term does not work in install o [2006/04/04] kern/95307 gnn [netipsec] Panic (race condition?) in ips o [2006/04/05] bin/95339 [libexec] [patch] rtld is thread-unsafe. o [2006/04/05] kern/95342 sos [ata] Unable to run smartd after last com o [2006/04/05] kern/95344 sos [ata] burncd(8) failed to fixate cd after o [2006/04/05] usb/95348 usb USB keyboard unplug causes noise on scree f [2006/04/05] kern/95357 emax [if_tap] knlist of vmnet device is incorr o [2006/04/05] kern/95368 [kernel] [patch] Test for race between ca o [2006/04/06] kern/95392 [ndis] Kernel panic loading ndisgen-creat o [2006/04/06] kern/95405 [libkvm] libkvm does not support /dev/fwm o [2006/04/06] docs/95408 remko install over serial console does not work o [2006/04/06] amd64/95414 amd64 kernel crashes during install o [2006/04/06] kern/95417 [netgraph] [patch] ng_fec doesn't allow j f [2006/04/06] amd64/95418 grog pthread segmentation fault o [2006/04/07] ports/95458 ports-bugs net-im/jabberd port doesn't work with bdb o [2006/04/07] kern/95459 Rebooting the system while rebuilding RAI o [2006/04/07] kern/95462 sam [net80211] Memory leak in ieee 802.11 sta o [2006/04/07] ports/95492 ports-bugs repocopy request: math/vtk-headers to mat o [2006/04/08] kern/95512 [uplcom] uplcom(4) causes system hangups o [2006/04/08] i386/95515 i386 unable to boot FreeBSD 6.x with SATA150 P o [2006/04/08] kern/95519 [ral] ral0 could not map mbuf f [2006/04/09] ports/95536 girgen can not install postgresql 7.2.7 on FreeB o [2006/04/09] ports/95541 roam /usr/ports/net/djbdns WITH_IPV6 queries i o [2006/04/09] kern/95554 sos [ata] undetected sata drive on 6.1, detec o [2006/04/10] usb/95562 usb Write Stress in USB Mass drive cause: [v o [2006/04/10] ports/95566 obrien ports/bash mishandles PREFIX (patch) o [2006/04/10] ports/95584 perky [patch] bsd.python.mk: A port's "USE_ZOPE o [2006/04/11] usb/95636 usb [boot] 5 minute delay at boot when using o [2006/04/12] kern/95661 [pci] [patch] pci_pci still not correct f o [2006/04/12] kern/95665 glebius [if_tun] "ping: sendto: No buffer space a o [2006/04/13] gnu/95691 GDB segfaults on my programme in both Fre o [2006/04/13] bin/95692 GDB in base of both FreeBSD 6 and 5 is an o [2006/04/13] kern/95699 Kernel panics with sbdrop f [2006/04/13] kern/95704 sam [iwi] regression in 802.11 stack o [2006/04/13] kern/95710 [iwi] iwi wont roam o [2006/04/14] kern/95738 [msdosfs] no support for big msdos disks o [2006/04/15] kern/95771 geom [geom] geom mirror provider destroyed (ma o [2006/04/15] kern/95804 kldstat -m fails and succeeds randomly o [2006/04/16] amd64/95888 amd64 kernel: ad2: TIMEOUT - WRITE_DMA retrying o [2006/04/16] kern/95891 [coda] [panic] kernel panic when coda6_cl o [2006/04/16] sparc64/95892sparc64 MAC address of hme interfaces is ff:ff:ff o [2006/04/17] ports/95962 glewis Can't compile jdk15 under -current f [2006/04/17] i386/95964 i386 cannot boot 6.X f [2006/04/17] ports/95969 ports-bugs net/gastman doesn't compile with newest n o [2006/04/18] i386/96014 i386 HP Pavilion zv5000(Intel) reboot installa o [2006/04/19] i386/96030 i386 Install hangs with Broadcomm 440x NIC ins f [2006/04/19] kern/96042 Kernel panics with sbdrop o [2006/04/19] i386/96049 i386 Generic SMP Kernel Panic in 6.1-RC1 durin o [2006/04/20] ports/96088 portmgr Ports .mk files do not run fetch in passi o [2006/04/20] ports/96111 glebius net/mpd4: caught fatal signal bus o [2006/04/20] usb/96120 usb USB mouse not always detected o [2006/04/22] kern/96157 Subtle incompatability of FreeBSD and LIT o [2006/04/22] ports/96160 clement www/apache22 is started before named o [2006/04/23] usb/96224 usb [usb] mount_msdosfs cause page fault in s o [2006/04/23] i386/96225 i386 Toshiba M70-CL3 Hangs Up During Booting o [2006/04/24] conf/96247 matteo [patch] 550.ipfwlimit reports logs even i o [2006/04/24] kern/96268 [socket] TCP socket performance drops by o [2006/04/24] kern/96286 [cbb] [panic] TI1131 PCI CardBus Bridge: o [2006/04/25] ports/96295 rushani shells/scponly cannot work with rsync o [2006/04/25] i386/96302 i386 nVidia nForce CK804 SATA300 controller no o [2006/04/25] kern/96322 [re] re driver false positives on the loo o [2006/04/26] kern/96349 Kernel panic after power break reboot o [2006/04/26] i386/96357 i386 FreeBSD cannot recognize all the logical o [2006/04/26] i386/96371 i386 Freeze up when booting FBSD 6.0 RELEASE o o [2006/04/26] i386/96382 i386 o [2006/04/27] ports/96387 kuriyama net-mgmt/net-snmp fails to build o [2006/04/27] kern/96391 [nve] [patch] Device timeouts on nve(4) o [2006/04/27] kern/96393 [libz] [patch] assembler implementations o [2006/04/27] amd64/96400 amd64 FreeBSD 6.0 Bootin Conflict between Broad o [2006/04/27] ports/96407 joerg [PATCH] devel/avr-gcc-devel fails to buil o [2006/04/27] bin/96412 [rpc] 2 rpc.lockds launched at boot ? blo o [2006/04/27] kern/96413 FreeBSD 6.1-RC Kernel Panic o [2006/04/28] usb/96457 usb fatback on umass = reboot o [2006/04/28] gnu/96481 obrien [patch] native ld(1) does not look for sh o [2006/04/30] kern/96538 multimedia [sound] emu10k1-driver inverts channels f [2006/04/30] ports/96543 ports-bugs [PATCH] emulators/vmware3: fix checking f f [2006/05/01] ports/96613 ports-bugs misc/linux-opengroupware doesn't install o [2006/05/02] i386/96652 i386 kernel page fault o [2006/05/02] kern/96657 Panic : FreeBSD 5.3-RELEASE-p5 o [2006/05/03] kern/96715 [em] [fxp] low speed if speed/duplex set o [2006/05/03] kern/96741 IP forwarding halts o [2006/05/04] ports/96755 mharo math/p5-Math-Pari o [2006/05/04] kern/96767 Automatic KDE boot can crash system when o [2006/05/04] sparc64/96798sparc64 sunkbd does not support "kbdcontrol -k" o [2006/05/05] kern/96806 [bge] [patch] Correction of kernel panic o [2006/05/05] kern/96840 [libc] [patch] getgrent() does not return o [2006/05/06] i386/96870 i386 Crash on loader with ibm intellistation z o [2006/05/07] kern/96927 Loader(8) cause kernel death on "boot -a" o [2006/05/07] ports/96936 mat audio/p5-Shout, unfetchable distfile o [2006/05/08] ports/96966 x11 Fatal server error: xf86EnableIO: Failed o [2006/05/08] kern/96981 reproducible instant reboot by unprivileg o [2006/05/08] bin/96993 [nis] /var/yp/securenets does not functio o [2006/05/09] conf/97014 gifconfig_gif? in rc.conf does not recogn o [2006/05/09] kern/97019 Cannot load the kernel after installation o [2006/05/09] i386/97025 i386 fbsd (2 cd) dont install in vmware 5.5.0 o [2006/05/09] ports/97053 jmz tix build fails with older tcl84 installe p [2006/05/09] kern/97056 [drm] [patch] PCIE radeon DRM doesn't cor o [2006/05/10] amd64/97075 amd64 Panic, Trap 12 p [2006/05/10] kern/97079 flz How to use jail_fstab is wrong in /etc/rc o [2006/05/10] ports/97084 x11 Xorg 6.9.0 Locks Up Keyboard and Mouse f [2006/05/10] ports/97090 perky Apache 2.0.55 with mod_python die only on p [2006/05/10] kern/97095 rwatson page fault on 6.1-RC2 ip_ctloutput o [2006/05/10] bin/97108 qa [sysinstall] write failure on transfer (w o [2006/05/11] i386/97127 i386 IBM Intellistation Z Pro crash when boot f [2006/05/11] ports/97143 clsung textproc/scim-table-imengine: doesn't com p [2006/05/12] conf/97166 flz Bug in /etc/rc.d/jail startup script o [2006/05/12] kern/97174 [patch] [umass] Y-E DATA USB-FDU quirk: n f [2006/05/13] i386/97191 i386 HP Pavilion PII System crash when install o [2006/05/13] kern/97208 [firewire] System hangs / locks up when a o [2006/05/13] docs/97229 blackend [patch] Handbook contains obsolete instru o [2006/05/14] ports/97254 sergei devel/porttools - wrong prefix o [2006/05/14] i386/97263 i386 Only detects first drive p [2006/05/14] usb/97271 iedowse Fix Multiple ugen panics o [2006/05/14] kern/97277 Big files on DVDs are invisible/0 sized o [2006/05/15] usb/97286 usb MS Wireless Intellimouse Explorer 2.0 doe o [2006/05/15] i386/97287 i386 Screen Corruption In FreeBSD 6.X When App f [2006/05/15] ports/97297 ports-bugs security/amavis-stats: FreeBSD 6.1 amavis f [2006/05/15] ports/97302 ports-bugs graphics/spcaview - freebsd port not work o [2006/05/15] kern/97306 [netgraph] NG_L2TP locks after connection o [2006/05/15] kern/97326 [linux] file descriptor leakage in linux f [2006/05/16] ports/97330 ports-bugs [PATCH] japanese/phpgroupware: install de o [2006/05/16] amd64/97337 amd64 xorg reboots system if dri module is enab o [2006/05/16] ports/97367 x11 vlc and gmplayer crash with X error f [2006/05/16] ports/97373 ports-bugs audio/openal: failed to update to openal- o [2006/05/17] bin/97392 ppp(8) hangs instead terminating f [2006/05/17] ports/97431 ports-bugs dns/powerdns doesn't build with LDAP back o [2006/05/18] ports/97442 ports-bugs security/ipsec-tools: IPSec-Tools do not o [2006/05/19] bin/97499 one of sshd_config(5) options does not wo o [2006/05/19] amd64/97504 amd64 IPFW Rules bug a [2006/05/20] ports/97515 portmgr [PATCH] Add support of OpenLDAP 2.4.x in o [2006/05/20] kern/97517 [fdc] Floppy device lost permissions when o [2006/05/20] i386/97525 i386 System freezes when cable modem connected f [2006/05/20] kern/97527 [bge] bge driver shows "no carrier" on IB o [2006/05/20] i386/97535 i386 snd_mss doesn't work in 6.0-RELEASE and a o [2006/05/21] ports/97574 girgen www/mod_jk: mistake in sample mod_jk.conf f [2006/05/21] ports/97577 garga clamav freshclam dumps core when using li o [2006/05/22] i386/97589 i386 FAILURE - READ_DMA o [2006/05/22] kern/97591 6.1-RELEASE crashes on fork bomb s [2006/05/22] kern/97595 daichi [unionfs] FreeBSD 6.1-RELEASE - "lockmgr o [2006/05/22] kern/97616 6.1-RELEASE FreeBSD does not recognize VI o [2006/05/23] kern/97665 hang in sio driver o [2006/05/23] i386/97679 i386 panic in ifconfig o [2006/05/23] kern/97686 [nfs] massive NFS server performance brea o [2006/05/23] kern/97699 daichi [unionfs] UNIONFS panic o [2006/05/24] i386/97766 i386 3com fiber optic network card 3CR990B-FX- p [2006/05/24] bin/97768 rodrigc [nfs] NFS rpc.lockd will die automaticall o [2006/05/24] i386/97772 i386 World - compile error on cgram.y - segmen o [2006/05/25] bin/97888 ceri [sysinstall] [patch] sysinstall - give 'd o [2006/05/25] kern/97918 [mouse] Scrollwheel on MX700 Mouse does n o [2006/05/25] ports/97920 mat [Patch] net/p5-Net: Requires at least Per o [2006/05/25] kern/97921 rwatson close() socket deadlocks blocked threads o [2006/05/26] kern/97951 [PATCH] ipfw does not tie interface detai o [2006/05/26] kern/97959 panic while booting SMP kernel o [2006/05/27] i386/97996 i386 DMA is broken for VIA 82C596B UDMA66contr p [2006/05/27] bin/98005 iedowse loader corrupts other files when rewritin o [2006/05/27] ports/98008 sergei Having set UTF-8 locale break build of se o [2006/05/27] i386/98010 i386 Transmission error during instalation o [2006/05/27] amd64/98016 amd64 Buffer problem with SSH2 under amd64 o [2006/05/27] kern/98034 geom [geom] dereference of NULL pointer in acd o [2006/05/27] ports/98037 multimedia mpgtx compiled without largefile support f [2006/05/28] ports/98063 ports-bugs ImageMagick is out of date and old packag o [2006/05/29] kern/98078 [arp] Static arp entries may be ignored o [2006/05/29] bin/98082 burncd(8) fails on 6.1-Release o [2006/05/29] kern/98091 scottl [mfi] [patch] Makefile style of mfi kerne o [2006/05/29] kern/98093 geom Detaching gmirror/geli leads to panic (RE p [2006/05/29] kern/98111 maxim [libc] [patch] /etc/groups: the parser di o [2006/05/30] docs/98115 doc Missing parts after rendering handbook to o [2006/05/30] ports/98127 ports-bugs ghostscript-gnu fails to build o [2006/05/30] i386/98154 i386 6-STABLE crashes when being online via mo o [2006/05/30] kern/98167 multimedia [sound] [es137x] [patch] ES1370 mixer vol f [2006/05/30] ports/98176 aaron Update Port: converters/p5-Convert-IBM390 f [2006/05/30] ports/98178 aaron Update Port: converters/p5-Unicode-MapUTF o [2006/05/30] ports/98179 lth Update Port: databases/p5-Class-DBI-DATA- f [2006/05/31] ports/98183 aaron Update Port: databases/p5-DBIx-SQLEngine f [2006/05/31] kern/98184 oleg [ipfw] ipfw add pass 224.0.0.0/4 multicas o [2006/05/31] ports/98193 mat Update Port: devel/p5-Alzabo 0.87->0.8801 o [2006/05/31] ports/98194 mat Update Ports: devel/p5-B-Keywords 0.06->1 f [2006/05/31] ports/98199 pav print/cups-pstoraster's gs implementation o [2006/05/31] i386/98215 i386 regression: FreeBSD can no longer boot Ge o [2006/05/31] kern/98216 sos Intel ICH6 SATA150 with FreeBSD 6.1-RELEA o [2006/05/31] bin/98218 [wpa] wpa_supplicant blacklist not workin f [2006/05/31] ports/98234 aaron Update Port: devel/p5-CPANPLUS 0.0562->0. f [2006/05/31] ports/98239 aaron Update Port: devel/p5-Class-Hook 0.01->0. o [2006/05/31] ports/98242 mat Update Port: devel/p5-Data-Dump-Streamer o [2006/05/31] ports/98243 mat Update Port: devel/p5-DateTime 0.30->0.31 o [2006/05/31] ports/98244 mat Update Port: devel/p5-DateTime-Format-Bui o [2006/05/31] ports/98246 mat Update Port: devel/p5-DateTime-Format-Epo o [2006/05/31] ports/98247 mat Update Port: devel/p5-DateTime-TimeZone 0 o [2006/05/31] ports/98248 roam Update Port: devel/p5-File-Append-TempFil o [2006/05/31] ports/98249 pirzyk Replace Port: devel/p5-Filesys-Statvfs_Df o [2006/05/31] ports/98250 skv Update Port: devel/p5-IO 1.20->1.2301 o [2006/06/01] ports/98251 kuriyama Update Port: devel/p5-IO-KQueue 0.29->0.3 o [2006/06/01] ports/98252 mat Update Port: devel/p5-Locale-Maketext 1.0 o [2006/06/01] threads/98256threads gnome-system-monitor core dumps from pthr o [2006/06/01] sparc64/98269sparc64 Fresh 6.1 installation fails to boot o [2006/06/01] ports/98271 openoffice installing printers in editors/openoffice o [2006/06/01] ports/98276 kde I don't start the kdm when i have instal p [2006/06/01] kern/98298 glebius [kernel] panic: mutex gif softc not owned o [2006/06/01] misc/98310 after install the bootonly.iso, i have to f [2006/06/01] ports/98318 aaron Update Port: irc/p5-POE-Component-IRC 4.8 f [2006/06/01] ports/98324 aaron Update Port: mail/p5-Mail-SRS 0.30->0.31 f [2006/06/01] ports/98326 aaron Update Port: math/p5-MatrixReal 1.9->2.01 f [2006/06/01] ports/98329 aaron Update Port: net-im/p5-Net-OSCAR 1.907->1 f [2006/06/01] ports/98331 aaron Update Port: textproc/p5-RDF-Simple 0.13- f [2006/06/01] ports/98332 aaron Update Port: textproc/p5-Text-Shellwords f [2006/06/01] ports/98334 aaron Update Port: textproc/p5-XML-XBEL 1.2->1. f [2006/06/02] ports/98335 aaron Update Port: www/p5-CGI-Builder 1.26+->1. o [2006/06/02] ports/98338 mat Update Port: www/p5-HTTP-Proxy 0.17->0.19 p [2006/06/02] bin/98349 mlaier [ipfw] [patch] ipfw does not display dyna o [2006/06/02] ports/98350 demon Update Port: net/p5-Net-Z3950-SimpleServe f [2006/06/02] ports/98351 aaron Update Port: www/p5-MasonX-WebApp 0.08->0 o [2006/06/02] ports/98359 ale lang/php5: my php can't run ! f [2006/06/03] i386/98411 ports-bugs ports malos,, no se instalan f [2006/06/03] docs/98412 trhodes poor documentation? o [2006/06/03] ports/98435 ade aclocal does not see 3rd party m4 files ( o [2006/06/03] bin/98468 newsyslog(8): Value over 99 in newsyslog. o [2006/06/04] bin/98502 iostat(8) does not report statistics for o [2006/06/05] ports/98519 maho math/atlas doesn't compile o [2006/06/05] ports/98539 ale devel/pear build error o [2006/06/05] docs/98541 doc tun man page references obsolite ioctl o [2006/06/06] ports/98591 kde KDE thinks /dev/fd is a floppy o [2006/06/07] kern/98622 carp with IPv6 broken on 6.1 o [2006/06/08] ports/98700 ports-bugs [PATCH] make fxtv work with broken NVIDIA o [2006/06/09] conf/98734 rc [patch] /etc/rc.subr restart_postcmd is f o [2006/06/09] kern/98738 [bge] [patch] if_bge.c Fail to collect li o [2006/06/09] kern/98742 IO erros while using geli o [2006/06/09] kern/98743 ATA panic and or timeout on IBM/Lenovo S5 o [2006/06/09] kern/98749 NFS and QUOTA are bad bedfellows? o [2006/06/09] conf/98758 rc [patch] Templatize 'jail_fstab' in /etc/r o [2006/06/09] i386/98765 i386 Error on sata drive o [2006/06/11] kern/98799 fastforwarding routes packets to network o [2006/06/12] ports/98843 ports-bugs cups-pstoraster fails build w/ WITH_GHOST 2071 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- a [1996/07/07] bin/1375 eivind [patch] Extraneous warning from mv(1) s [1996/10/14] kern/1791 tegge syslimits.h does not allow overriding def s [1996/11/23] bin/2090 clients may bind to FreeBSD ypserv refusi s [1996/12/02] bin/2137 tegge vm statistics are bad s [1996/12/27] kern/2298 [sio] [patch] support for DSR/DCD swappin s [1996/12/30] kern/2325 quota.user enlarged, no boot on 2.2-BETA a [1997/02/02] bin/2641 wpaul login_access.c doesn't work with NIS by d o [1997/02/19] kern/2768 ktrace(1) -i dumps corrupted trace data o [1997/03/11] bin/2934 sh(1) has problems with $ENV o [1997/07/02] kern/4012 [nfs] 2.2-RELEASE/Digital UNIX NFSv3 0 le o [1997/07/18] bin/4116 Kerberized login as .root fails to s [1997/07/26] bin/4172 des suggest reconnection option added to fetc s [1997/07/28] kern/4184 [netatalk] [patch] minor nits in sys/neta o [1997/07/30] kern/4194 kernel pci driver for Digital 21041 Ether o [1997/08/29] bin/4419 man can display the same man page twice o [1997/08/30] bin/4420 imp find -exedir doesn't chdir for first entr o [1997/09/25] bin/4629 grog calendar doesn't print all dates sometime o [1997/09/28] bin/4646 qa [sysinstall] can't fixit with an NFS-moun o [1997/10/16] kern/4782 Under certain conditions, several krsh's o [1997/11/13] bin/5031 gad lpr does not remove original file if -s i s [1997/11/28] bin/5173 [PATCH] restore ought to deal with root s s [1997/12/15] bin/5296 slattach fails creating pidfile with ioct o [1998/01/12] bin/5483 Login(1) clears utmp entry o [1998/01/27] kern/5577 bde Unnecessary disk I/O and noatime ffs fixe o [1998/01/27] kern/5587 des session id gets dropped o [1998/01/31] bin/5609 gad lpd cannot send long files to HP's JetDir f [1998/02/11] bin/5712 /bin/chio code cleaup and option added o [1998/02/14] bin/5745 nik [PATCH] Add /usr/local/share/mk to defaul o [1998/02/28] kern/5877 kbyanc sb_cc counts control data as well as data f [1998/04/19] conf/6346 linimon Kernel version strings need to relate to s [1998/05/17] kern/6668 babkin [patch] new driver: Virtual Ethernet driv s [1998/05/29] bin/6785 place for all the default dump flags a [1998/07/01] bin/7136 markm kerberized telnetd doesn't use gettytab % s [1998/07/10] bin/7232 qa [sysinstall] suggestion for FreeBSD insta s [1998/07/12] kern/7264 gibbs [scsi] Buslogic BT 950 scsi card not dete o [1998/07/13] bin/7265 [patch] A warning flag is added to ln(1). o [1998/07/15] bin/7287 Incorrect domain name for MAP_UPDATE in m a [1998/07/20] bin/7324 mtm Suggestions for minor modifications to ad s [1998/08/10] kern/7556 sl_compress_init() will fail if called an s [1998/08/13] bin/7606 [patch] NIS Makefile.dist: NOPUSH replace o [1998/09/09] bin/7868 [patch] morse(6): Morse Code Fixups o [1998/09/18] bin/7973 gad lpd: Bad control file owner in case of re f [1998/10/30] kern/8498 dwmalone Race condition between unp_gc() and accep o [1998/11/27] bin/8867 qa [sysinstall] [patch] /stand/sysinstall co a [1998/12/18] bin/9123 pax can't read tar archives that contain s [1998/12/29] bin/9233 gmp's mpq_add and mpq_sub are buggy o [1999/01/19] kern/9570 dfr [ed] [patch] ed(4) irq config enhancement o [1999/01/22] kern/9619 rodrigc Restarting mountd kills existing mounts o [1999/01/25] kern/9679 fix for uninterruptible open in portal fi s [1999/01/29] bin/9770 jmallett [patch] An openpty(3) auxiliary program o [1999/02/02] bin/9868 Patch to add "date -a" o [1999/02/02] kern/9869 When using macros out of function, they s s [1999/02/06] kern/9927 gibbs [ahc] the ahc driver doesn't correctly gr o [1999/02/11] bin/10030 markm Kerberized telnet fails to encrypt when a o [1999/03/02] bin/10358 yar ftp(1) has problems with long pathnames o [1999/03/16] bin/10611 timed enhancement o [1999/03/19] gnu/10670 peter cvs doesn't allow digits in local keyword a [1999/03/24] kern/10778 ru "ipforward_rt" is not cleared when routin a [1999/04/08] kern/11024 mtm getpwnam(3) uses incorrect #define to lim o [1999/04/11] bin/11085 Per-host configuration for syslog.conf s [1999/04/13] bin/11114 harti make(1) does not work as documented with o [1999/04/16] kern/11165 emulation [ibcs2] IBCS2 doesn't work correctly with o [1999/04/23] bin/11294 direct logging to other hosts (no local s o [1999/06/03] kern/12014 alfred Fix SysV Semaphore handling s [1999/06/07] kern/12071 fanf [net] [patch] new function: large scale I o [1999/06/08] i386/12088 imp [ed] [patch] ed(4) has minor problem with o [1999/07/07] kern/12543 [fxp] [patch] cumulative error counters f o [1999/07/07] bin/12545 peter kldload(8) should be more sensitive to er o [1999/07/25] bin/12801 nvi infinite recursion with options "left o [1999/08/09] bin/13042 make(1) doesn't handle wildcards in subdi o [1999/08/12] bin/13108 authunix_create_default includes egid twi a [1999/08/13] bin/13128 krion pkg_delete doesn't handle absolute pathna o [1999/08/14] kern/13141 se [scsi] Multiple LUN support in NCR driver o [1999/08/21] bin/13309 billf Fixes to nos-tun o [1999/08/23] kern/13326 additional timeval interfaces for tags o [2000/07/20] bin/20054 yar ftpd: rotating _PATH_FTPDSTATFILE losts x s [2000/08/01] kern/20333 des [libpam] ftp login fails on unix password o [2000/08/03] kern/20389 ken "device pass" required for CD ripping o [2000/08/04] bin/20391 jhb [sysinstall] sysinstall should check debu o [2000/08/04] kern/20410 [sio] sio support for high speed NS16550A o [2000/08/09] bin/20501 mjacob [patch] extra flag to dump to offline aut o [2000/08/10] kern/20529 wpaul gigabit cards fail to link o [2000/08/21] bin/20742 ps Weird problem with 'more' on 4-1-STABLE o [2000/08/23] bin/20799 peter top's problem o [2000/08/27] bin/20881 There's no reason not to build DNSsec-DSA o [2000/08/27] bin/20889 dwmalone syslogd.c still uses depreciated domain A o [2000/08/28] bin/20908 qa [sysinstall] /stand/sysinstall too limite o [2000/08/30] bin/20944 natd enhancements, default config file an o [2000/09/03] bin/21008 gad Fix for lpr's handling of lots of jobs in f [2000/09/06] bin/21080 mjacob dump doesn't use eject tape device correc o [2000/09/12] kern/21222 [nfs] wrong behavior of concurrent mmap() o [2000/09/16] bin/21312 more incorrectly redraws screen on xterm o [2000/09/16] bin/21315 Shells often behave oddly when executing f [2000/09/19] kern/21384 linimon [sound] pcm driver has static in recorded o [2000/09/24] bin/21519 standards sys/dir.h should be deprecated some more f [2000/09/26] bin/21570 dougb [PATCH] Add -r option to /usr/bin/mail, q s [2000/09/30] bin/21659 Berkeley db library is statically compile o [2000/10/01] i386/21672 obrien [i386] AMD Duron Rev. A0 reports incorrec o [2000/10/01] conf/21675 Better and more disktab entries for MO dr o [2000/10/04] bin/21751 ken libcam's cam_real_open_device() may lose o [2000/10/05] kern/21768 rwatson shouldn't trailing '/' on regular file sy a [2000/10/07] kern/21807 [msdosfs] [patch] Make System attribute c s [2000/10/17] bin/22034 nfsstat(1) lacks useful features found in o [2000/10/21] bin/22182 vi options noprint/print/octal broken s [2000/10/21] kern/22190 threads A threaded read(2) from a socketpair(2) f o [2000/10/26] conf/22308 [nfs] mounting NFS during boot blocks if s [2000/10/31] bin/22442 linimon [PATCH] Increase speed of split(1) o [2000/11/10] bin/22730 fenner tcpslice doesn't handle long file offsets o [2000/11/17] misc/22914 [bootinst] bootinst messages are not upda o [2000/11/24] conf/23063 bms [PATCH] for static ARP tables in rc.netwo p [2000/11/28] kern/23148 getopt(3) works non-intuitively? p [2000/11/29] bin/23178 'talk' not doing right thing o [2000/11/29] bin/23180 Certain KOI8 characters are treated as "w a [2000/12/04] bin/23254 fenner yacc accepts bad grammer p [2000/12/05] kern/23304 kbyanc POSIX clock_gettime, clock_getres return o [2000/12/06] kern/23314 scsi aic driver fails to detect Adaptec 1520B a [2000/12/09] bin/23402 qa [sysinstall] upgrade ought to check parti o [2000/12/14] kern/23546 tanimura [snd_csa] [patch] csa DMA-interrupt probl o [2000/12/15] bin/23562 markm [patch] telnetd doesn't show message in f o [2000/12/25] conf/23822 mtree entries for German X11 man pages a [2000/12/28] bin/23912 underflow of cnt in vs_paint() by O_NUMBE o [2001/01/04] bin/24066 marcel gdb can't detach from programs linked wit o [2001/01/16] bin/24390 standards Replacing old dir-symlinks when using /bi o [2001/01/18] bin/24435 qa [libdisk] changing slice type causes Auto o [2001/01/20] bin/24485 [PATCH] to make cron(8) handle clock jump o [2001/01/21] bin/24513 peter new options for pppd o [2001/01/22] kern/24528 Bad tracking of Modem status s [2001/01/24] standards/24590standards timezone function not compatible witn Sin f [2001/01/24] bin/24592 linimon dmesg.boot Gets Overwritten without Reboo o [2001/01/31] bin/24757 yar ftpd not RFC compliant o [2001/02/02] docs/24786 doc missing FILES descriptions in sa(4) o [2001/02/05] kern/24882 ktrace not syncing .out file before panic o [2001/02/06] bin/24907 qa [sysinstall] Options screen at MenuMedia o [2001/02/08] bin/24953 green adduser ignores passwd_format in login.co o [2001/02/08] kern/24959 andre proper TCP_NOPUSH/TCP_CORK compatibility o [2001/02/09] i386/24963 i386 [perfmon] perfmon(4) doesn't work on SMP o [2001/02/11] bin/25013 mv(1) cannot move unresolvable symlinks a o [2001/02/11] bin/25015 cp: options -i and -f do not work as docu o [2001/02/11] kern/25018 lstat(2) returns bogus permissions on sym o [2001/02/15] kern/25109 Fujitsu MO device MCC3064AP could't be c o [2001/02/20] bin/25218 mailwrapper(1) invokes sendmail when reso f [2001/02/22] bin/25278 bs accepts -s -c but not -sc o [2001/02/22] alpha/25284 alpha PC164 won't reboot with graphics console f [2001/02/26] kern/25386 multimedia [sound] Incorrect mixer registers (line & o [2001/02/28] kern/25445 kernel statistics are displayed in wrong o [2001/03/01] bin/25477 billf pam_radius fix to allow null passwords fo p [2001/03/02] kern/25499 [kbd] [patch] buffer paste functionality s [2001/03/08] bin/25598 yar patch to let ftpd output message when cha o [2001/03/12] kern/25733 [intpm] mismatch between error reporting o [2001/03/12] bin/25736 ac -d option probrem with overdays logon f [2001/03/13] kern/25777 [kernel] [patch] atime not updated on exe o [2001/03/17] kern/25866 more than 256 ptys, up to 1302 ptys. f [2001/03/22] docs/26003 rwatson getgroups(2) lists NGROUPS_MAX but not sy o [2001/03/22] bin/26005 MIME quoted-printable encoding added to v o [2001/04/01] kern/26261 [sio] silo overflow problem in sio driver o [2001/04/02] docs/26286 doc *printf(3) etc should gain format string o [2001/04/03] kern/26323 [ufs] [patch] Quota system creates zero-l a [2001/04/04] kern/26348 [pcvt] scon -s, page fault in HP mode a [2001/04/13] kern/26534 ipfw [ipfw] Add an option to ipfw to log gid/u o [2001/04/14] kern/26562 [lpt] [patch] /dev/lpt0 returns EBUSY whe o [2001/04/15] kern/26584 kernel boot messages aren't logged correc o [2001/04/16] kern/26618 iedowse unmount(2) can't unmount a filesystem who p [2001/04/17] kern/26646 ache srand() provides only 8-bit table o [2001/04/18] conf/26658 grog update to src/usr.bin/calendar/calendars/ o [2001/04/18] kern/26686 Freeze at boot from 4.3-RC4 floopies - US o [2001/04/19] bin/26695 change request: kill(1)/killall(1) -l out o [2001/04/23] kern/26787 dd sysctl change request s [2001/04/23] bin/26803 des Fix fetch to allow FTP puts in '-o' & all o [2001/04/24] i386/26812 peter old bootstrap /sys/i386/boot/... still in o [2001/04/28] bin/26919 qa [sysinstall] fdisk should ONLY set one bo o [2001/05/01] kern/27008 kernel function sysbeep(xxx, 0) does prod f [2001/05/07] bin/27188 jon fix of rsh non-interactive mode behaviour o [2001/05/08] bin/27216 qa [sysinstall] can not get to shell prompt o [2001/05/09] kern/27232 cel [nfs] On NFSv3 mounted filesystems, stat o [2001/05/10] bin/27258 getty didn't check if if= isn't empty o [2001/05/11] kern/27269 Cannot mount linux extended (logical) par o [2001/05/12] bin/27281 vidcontrol(1) does not have error codes o [2001/05/13] bin/27306 marcel [patch] hw watchpoints work unreliable un o [2001/05/14] bin/27319 obrien df displays amd pid processes o [2001/05/17] kern/27403 [lpt] lpt driver doesn't handle flags any o [2001/05/18] kern/27429 'dependant' is a misspelling o [2001/05/23] kern/27571 daichi [unionfs] Changing policy of shadowing fi o [2001/05/26] kern/27660 Kernel does not return error if adding du o [2001/05/27] bin/27687 fsck wrapper is not properly passing opti o [2001/06/02] bin/27829 pax's uid/gid cache is read-only o [2001/06/02] kern/27835 execve() doesn't conform to execve(2) spe f [2001/06/04] bin/27872 qa [sysinstall] "Load Config" hangs Compaq D o [2001/06/08] bin/27972 losing information with talk a [2001/06/11] bin/28081 qa [sysinstall] /stand/sysinstall errs out i f [2001/06/14] ports/28155 portmgr [patch] DESTDIR is used incorrectly in bs a [2001/06/16] gnu/28189 [PATCH] fix for detecting empty CVS commi o [2001/06/17] conf/28236 [PATCH] iso-8859-1_to_cp437.scm doesn't c o [2001/06/18] misc/28255 small [picobsd] picobsd documentation still ref s [2001/06/18] kern/28260 standards UIO_MAXIOV needs to be made public o [2001/06/22] bin/28333 rtprio/idprio setuid problems o [2001/06/23] bin/28364 lex(1) generated files fail to compile cl o [2001/06/30] docs/28555 trhodes [PATCH] style(9) isn't explicit about boo o [2001/07/02] bin/28620 ru xinstall has no way to pass options to st s [2001/07/03] ports/28678 wosch portcheckout doesn't allow flexible build o [2001/07/07] bin/28789 /usr/bin/last does not filter for uucp co o [2001/07/14] bin/28972 dwmalone gamma returns same result as lgamma s [2001/07/14] i386/28975 [rp] RocketPort problems o [2001/07/18] bin/29062 markm krb4 and krb5 multiply defined version sy o [2001/07/21] bin/29119 menu of fdisk editor in 4.3R does not lis f [2001/07/23] kern/29169 mjacob FC loop that 'goes away' never times out p [2001/07/26] docs/29245 keramida top(1) manpage doesn't understand SMP s [2001/07/29] bin/29292 sos The functional addtion to burncd(8) f [2001/07/30] kern/29318 mjacob [scsi] [patch] Exabyte 8200 needs SA_QUIR o [2001/08/01] kern/29355 mux [kernel] [patch] add lchflags support o [2001/08/01] bin/29363 gad [PATCH] newsyslog can support time as ext s [2001/08/04] kern/29423 [patch] new feature: kernel security hook o [2001/08/07] bin/29516 markm telnet from an non FreeBSD host still use o [2001/08/09] bin/29581 proposed gethostbyXXXX_r() implementation o [2001/08/14] kern/29698 emulation [linux] [patch] linux ipcs doesn'work o [2001/08/20] bin/29893 qa [sysinstall] suggestions for 4.4 sysinsta o [2001/08/20] bin/29897 des pam_unix patch, which uses loginclass pas a [2001/08/23] docs/30008 doc [patch] French softupdates document shoul o [2001/08/24] kern/30052 mbr [dc] [patch] dc driver queues outgoing pk o [2001/08/29] kern/30186 getaddrinfo does not handle incorrect ser o [2001/09/03] i386/30276 i386 CPUTYPE=486 built on a CPUTYPE=p3 WORLD b o [2001/09/04] bin/30321 strftime(3) '%s' format does not work pro s [2001/09/05] ports/30331 portmgr [patch] Conflict between bsd.port.mk MAKE o [2001/09/05] bin/30360 vmstat returns impossible data s [2001/09/07] kern/30422 [patch] new function: add WDT hardware wa o [2001/09/07] bin/30424 Generalization of vipw to lock pwdb while s [2001/09/09] threads/30464threads pthread mutex attributes -- pshared o [2001/09/12] bin/30517 qa [sysinstall] using sysinstall with instal o [2001/09/13] bin/30542 [PATCH] add -q option to shut up killall o [2001/09/15] conf/30590 /etc/hosts.equiv and ~/.rhosts interactio p [2001/09/16] kern/30608 kern.ps_showallproc=0 doesn't limit queri o [2001/09/18] bin/30654 gad Added ability for newsyslog to archive lo f [2001/09/19] bin/30661 alfred [rpc] [patch] FreeBSD-current fails to do a [2001/09/22] bin/30737 qa sysinstall leaks file descriptors on rest o [2001/09/24] ports/30777 portmgr add a 'make pkg-plist' make target in por o [2001/09/25] conf/30812 [patch] giant termcap database update o [2001/09/26] bin/30854 bootpd/bootpgw change - skip ARP modifica p [2001/09/27] kern/30857 [intr] [patch] intr_machdep.c allows acce o [2001/09/27] bin/30863 bootpd/dovend.c Win95 compatibility impro o [2001/09/30] conf/30929 usb [patch] use usbd to initialize USB ADSL m o [2001/09/30] conf/30938 Improving behavior of /etc/periodic/daily o [2001/10/04] bin/31034 dwmalone regularly add original address logging fo o [2001/10/04] kern/31048 des linprocfs:/proc/meminfo cannot handle mul s [2001/10/07] docs/31109 doc [patch] replace gif images w/ png ones du o [2001/10/10] bin/31199 tunefs error is incorrect when enabling s o [2001/10/10] kern/31201 [libdisk] [patch] add free_space(chunk) t o [2001/10/18] i386/31353 i386 [apm] [patch] 'shutdown -p' does not work o [2001/10/19] kern/31380 cel [nfs] NFS rootfs mount failure message to o [2001/10/20] bin/31387 When getuid()=0, mailwrapper should drop o [2001/10/22] i386/31427 davidxu [pmap] [patch] minor incorrect code in sy o [2001/10/23] kern/31456 [pcn] [patch] register number definition f [2001/10/25] kern/31490 [sysctl] [patch] Panic in sysctl_sysctl_n o [2001/10/29] bin/31588 change request to allow mount(1) to set t o [2001/10/30] kern/31624 writev may return undocumented ECONNRESET o [2001/10/30] kern/31647 socket calls can return undocumented EINV s [2001/11/01] kern/31686 bms Problem with the timestamp option when fl o [2001/11/02] kern/31708 VM system / fsync / flushing delayed inde o [2001/11/05] gnu/31772 New option in dialog(1) o [2001/11/10] kern/31890 [syscons] [patch] new syscons font o [2001/11/11] bin/31906 No method available to unwind atexit(3) s o [2001/11/12] bin/31933 pw can interpret numeric name as userid d o [2001/11/14] kern/31981 [libc] [patch] (mis)feature in getnetent o [2001/11/14] bin/31985 New /etc/remote flag for tip to append LF o [2001/11/14] bin/31987 patch to allow dump(1) to notify operator o [2001/11/15] docs/32020 trhodes loader(8) missing tunables o [2001/11/19] conf/32108 Proposed Firewall (IPv4) configuration sc f [2001/11/20] bin/32144 qa [sysinstall] unattended install with sysi a [2001/11/29] bin/32375 qa [sysinstall] sysinstall doesn't respect U a [2001/11/30] bin/32411 shutdown's absolute-time handling could b o [2001/12/03] kern/32480 [syscons] Missing graphic characters in s o [2001/12/04] bin/32501 trhodes quot(8) is stupid regarding the filesyste s [2001/12/09] usb/32653 usb Added patches to improve USB scanner supp o [2001/12/10] kern/32659 [vm] [patch] vm and vnode leak with vm.sw o [2001/12/10] bin/32667 systat waste too much time reading input o [2001/12/10] bin/32680 [PATCH] Allows users to start jail(1) by o [2001/12/13] bin/32808 dwmalone [PATCH] tcpd.h lacks prototype for hosts_ o [2001/12/13] kern/32812 [bktr] bktr driver missing tuner for eepr o [2001/12/14] bin/32828 w incorrectly handles stale utmp slots wi o [2001/12/21] bin/33066 rwatson sysinstall does not write to new disks as s [2001/12/24] bin/33133 keyinit outputs wrong next login password o [2001/12/26] bin/33182 marcel gdb seg faults when given handle SIGALRM o [2001/12/26] kern/33203 [nfs] "got bad cookie" errors on NFS clie s [2002/01/05] docs/33589 doc [patch] to doc.docbook.mk to post process a [2002/01/07] bin/33661 PAP AuthAck/AuthNak parsing problem in pp o [2002/01/10] bin/33774 Patch for killall(1) o [2002/01/12] bin/33809 mux [patch] mount_nfs(8) has trouble with emb o [2002/01/13] bin/33834 strptime(3) is misleading o [2002/01/14] docs/33852 doc split(1) man page implies that input file p [2002/01/14] docs/33877 keramida [patch] chflags(2): documented behaviour o [2002/01/16] bin/33941 /usr/sbin/dev_mkdb dumps core a [2002/01/16] kern/33963 bde Messages at the serial IO port device pro o [2002/01/16] kern/33965 [kbd] [patch] programmable keys of the ke a [2002/01/17] bin/34010 [patch] keyinit takes passwords less than o [2002/01/22] bin/34146 newfs defaults and vfs.usermount=1 tug at s [2002/01/22] bin/34171 yar ftpd indiscrete about unprivileged user a o [2002/01/23] bin/34199 dwmalone [PATCH] top(1) RES/rss display incorrect o [2002/01/24] docs/34239 trhodes tunefs(8) man page doesn't describe argum o [2002/01/26] bin/34309 gad lpd does not garantie that controlfiles b o [2002/01/29] bin/34394 peter tgetent returns wrong value in libtermcap o [2002/01/29] bin/34412 [patch] tftp(1) will still try and receiv o [2002/01/31] bin/34497 grog calendar(1) does not understand calendars s [2002/01/31] bin/34498 Error in vi manpage. o [2002/02/01] bin/34519 pkg_check(8) does not return exit code >0 o [2002/02/05] bin/34628 [pkg_install] [patch] pkg-routines ignore o [2002/02/06] kern/34665 darrenr [ipfilter] ipfilter rcmd proxy "hangs". o [2002/02/07] gnu/34709 marcel [patch] Inaccurate GDB documentation o [2002/02/08] bin/34728 DHCP hostname set as Hexadecimal string o [2002/02/09] bin/34759 Phantasia does not accept [enter] key o [2002/02/10] bin/34788 dwmalone dmesg(1) issues with console output o [2002/02/11] bin/34832 /usr/share/man/cat3/setkey.3.gz linked to o [2002/02/12] kern/34880 luigi Impossibility of grouping IP into a pipe a [2002/02/16] docs/35011 doc There are no commands called "diskless" o f [2002/02/17] bin/35018 brian enhancing daily/460.status-mail-rejects o [2002/02/19] bin/35109 [PATCH] games/morse: add ability to decod o [2002/02/19] bin/35113 grdc enhancement: countdown timer mode o [2002/02/22] docs/35222 doc [patch] getmsg.cgi: mailing list archive o [2002/02/23] kern/35234 scsi World access to /dev/pass? (for scanner) o [2002/02/24] kern/35262 [boot2] [patch] generation of boot block o [2002/02/25] kern/35289 [bktr] [patch] Brooktree device doesnt pr o [2002/02/25] kern/35324 Plug and Play probe fails to configure Di o [2002/02/27] kern/35377 process gets unkillable (-9) in "ttywai" o [2002/02/28] bin/35400 qa [sysinstall] sysinstall could improve man o [2002/03/01] bin/35451 PATCH: pkg_add -r able to save local copy o [2002/03/04] misc/35542 bde [patch] BDECFLAGS needs -U__STRICT_ANSI__ o [2002/03/04] conf/35545 [patch] enhanced periodic scripts: 100.cl o [2002/03/05] bin/35568 make declares target out of date, but $? o [2002/03/06] docs/35608 doc mt(1) page uses "setmark" without explana o [2002/03/06] docs/35609 doc mt(1) page needs explanation of "long era o [2002/03/06] docs/35612 doc ps(1) page "state" description doesn't me o [2002/03/07] kern/35635 [libiconv] [patch] missing dep in libicon o [2002/03/07] www/35647 www www; combine query-by-number and multi-fi o [2002/03/07] docs/35652 trhodes bsd.README seriously obsolete o [2002/03/09] www/35711 bugmeister the "gnats page" should move to its own s o [2002/03/09] bin/35717 which(1) returns wrong exit status for m p [2002/03/10] docs/35732 trhodes adduser(8) page has obsolete reference an o [2002/03/11] bin/35769 w does not correctly interpret X sessions o [2002/03/11] kern/35774 [libutil] logwtmp: Suboptimal auditing po o [2002/03/13] kern/35846 imp timeout in wi_cmd 11, machine hangs for a o [2002/03/14] bin/35886 [patch] pax(1) enhancement: custom time f p [2002/03/14] bin/35894 [patch] popen.c in cron won't build witho o [2002/03/16] docs/35943 doc at(1) config files are misplaced in /var/ o [2002/03/16] docs/35953 doc hosts.equiv(5) manual is confusing or wro s [2002/03/19] standards/36076standards Implementation of POSIX fuser command o [2002/03/20] bin/36118 qa [sysinstall] 4.5 Upgrade says it won't to o [2002/03/20] bin/36143 [patch] Dynamic (non linear) mouse accele o [2002/03/21] kern/36170 [an] [patch] an(4) does an_init() even if o [2002/03/24] bin/36262 [patch] Fixed rusers(1) idle-time reporti o [2002/03/27] bin/36374 Patch (against core dumps) and improvemet o [2002/03/27] bin/36385 luigi crunchgen does not handle Makefiles with o [2002/03/28] docs/36432 doc Proposal for doc/share/mk: make folded bo o [2002/03/29] docs/36449 doc symlink(7) manual doesn't mention trailin a [2002/03/29] kern/36451 [bktr] [patch] Japan IF frequency is inco s [2002/03/29] gnu/36460 cu(1) program does not work very well. f [2002/03/29] bin/36477 gshapiro mailwrapper doesn't handle rmail calls o [2002/03/29] bin/36501 grog /usr/bin/calendar can't handle recurring o [2002/03/30] bin/36553 gad Two new features in newsyslog(8) o [2002/03/31] bin/36556 [patch] regular expressions for tcpwrappe o [2002/04/01] bin/36626 login_cap(3) incorrectly claims that all o [2002/04/04] docs/36724 darrenr ipnat(5) manpage grammar is incomplete an o [2002/04/04] bin/36740 make ps obey locale (particularly for tim o [2002/04/04] bin/36757 which(1) ought to append @ if result is s o [2002/04/05] bin/36786 make ps use 24-hour time by default s [2002/04/08] ports/36901 glewis WITHOUT_X11 Knob for port java/jdk13 o [2002/04/08] kern/36902 [libc] [patch] proposed new format code % o [2002/04/09] kern/36916 qa [libdisk] DOS active partition flag lost o [2002/04/10] kern/36952 ldd comand of linux does not work o [2002/04/10] bin/36960 grog calendar doesn't effect -t option. o [2002/04/12] bin/37013 ls directory name output trailing slash d a [2002/04/14] bin/37074 [PATCH] Typographical error in output of o [2002/04/15] bin/37083 small improvement to talk(1): add clocks o [2002/04/16] bin/37160 qa [sysinstall] coredumps when trying to loa o [2002/04/23] kern/37380 jhb [boot0] [patch] boot0 partition list is o o [2002/04/23] conf/37387 grog bsdmainutils/calendar Hungarian addon fil o [2002/04/24] bin/37424 [patch] nfsstat(1) reports negative value o [2002/04/25] bin/37437 Add HTTP-style support to {vis,unvis}(1). o [2002/04/25] bin/37442 [PATCH] sleep(1) to support time multipli p [2002/04/25] kern/37448 obrien [PATCH] ldd/rtld support for more informa o [2002/04/29] kern/37554 jmg [vm] [patch] make ELF shared libraries im o [2002/04/29] kern/37555 [kernel] [patch] vnode flags appear to be o [2002/04/29] conf/37569 matteo [PATCH] Extend fstab(5) format to allow f o [2002/04/30] kern/37600 multimedia [sound] [partial patch] t4dwave drive doe o [2002/05/02] bin/37672 pw(8) prints warnings after successful NI s [2002/05/02] threads/37676threads libc_r: msgsnd(), msgrcv(), pread(), pwri o [2002/05/03] docs/37719 kensmith [request] Detail VOP_ naming in a relevan o [2002/05/04] bin/37733 su(1) does not behave the way it is descr s [2002/05/07] standards/37843standards manual for pthread_setschedparam(3) is wr o [2002/05/07] bin/37844 [PATCH] make knob to not install progs wi o [2002/05/09] gnu/37910 PATCH: make send-pr(1) respect &'s in /et o [2002/05/13] alpha/38031 alpha osf1.ko not loaded during boot-time of li o [2002/05/14] bin/38055 qa [sysinstall] Groups (creation) item shoul o [2002/05/14] bin/38056 qa [sysinstall] User (creation)'s "Member gr o [2002/05/14] bin/38057 qa [sysinstall] "install" document doesn't d o [2002/05/14] docs/38061 ume [patch] typos in man pages for faith(4) & o [2002/05/16] bin/38156 quotacheck chokes on user -2 o [2002/05/17] bin/38168 [patch] feature request: installing curse o [2002/05/18] bin/38256 linking pax to pax_{cpio|tar} s [2002/05/20] kern/38347 [libutil] [patch] [feature request] new l o [2002/05/23] kern/38445 suggestion: centralize ptrace() permissio o [2002/05/24] bin/38478 qa [sysinstall] In Choose Distributions scre o [2002/05/24] bin/38480 qa [sysinstall] sysinstall should prompt for s [2002/05/24] www/38500 www gnats web form is overenthusiastic about o [2002/05/24] conf/38524 cons25 doesn't support F-keys beyond 12 o [2002/05/25] docs/38540 blackend [patch] make application name capitalizat o [2002/05/25] docs/38556 remko EPS file of beastie, as addition to exist o [2002/05/27] ports/38593 portmgr Third level ports o [2002/05/27] bin/38610 qa [sysinstall] should be able to mount ISO o [2002/05/27] docs/38620 doc suggestion: minor rework of question in C o [2002/05/27] kern/38626 luigi dummynet/traffic shaper: RED: max_th and o [2002/05/30] bin/38727 [patch] mptable(1) should complain about f [2002/05/30] kern/38730 philip Memorex scrollpro mouse is not fully func o [2002/05/30] kern/38749 kientzle Diskless booting fails with some DHCP ser p [2002/05/31] docs/38772 trhodes firewall_type feature not mentioned on Ha o [2002/06/02] kern/38826 [bootmgr] RFE: BootMgr should provide mor o [2002/06/02] kern/38828 scsi [feature request] DPT PM2012B/90 doesn't o [2002/06/03] bin/38854 qa [sysinstall] resetting during setup cause o [2002/06/06] misc/38937 delay between tracks in digital audio dum o [2002/06/06] bin/38940 Change: an option to *stat to allow supre o [2002/06/07] docs/38982 doc [patch] developers-handbook/Jail fix o [2002/06/08] kern/39047 IPSEC Compression (IPCOMP) broken in tunn o [2002/06/12] kern/39201 emulation [linux] [patch] ptrace(2) and rfork(RFLIN o [2002/06/14] standards/39256standards snprintf/vsnprintf aren't POSIX-conforman o [2002/06/15] docs/39348 doc diskless(8): note that kenv fetch of host o [2002/06/16] bin/39360 qa [sysinstall] if linux emu is added as a d o [2002/06/17] kern/39425 [amd] Auto mounted directory was not foun o [2002/06/17] bin/39439 tcopy will not duplicate tapes with block o [2002/06/18] bin/39463 mtm [PATCH] Add several options to fingerd f [2002/06/19] conf/39505 automate BUILDNAME variable for releases o [2002/06/19] kern/39527 dwmalone getcwd() and unreadable parent directory o [2002/06/19] docs/39530 doc access(2) man page has unnecessarily broa o [2002/06/20] bin/39574 qa [sysinstall] error mounting /dev/acd0c on s [2002/06/20] conf/39580 insecure default settings f [2002/06/22] ports/39660 portmgr [patch] add ${PKGNAMEPREFIX} to (DOCS|EXA o [2002/06/23] kern/39681 [sysctl] [patch] add hidden kernel boot t o [2002/06/26] bin/39893 setusercontext library call differs umask o [2002/06/27] bin/39905 johan cleaning sbin/restore code from warnings o [2002/06/29] conf/39976 vi recovery halting boot process o [2002/06/29] kern/40017 [patch] allows config(8) to specify confi s [2002/06/29] kern/40021 [kernel build] [patch] use ld(1) to build p [2002/07/01] gnu/40057 bugmeister send-pr -a flag does not work with -f f [2002/07/06] bin/40273 dougb some more fortunes o [2002/07/09] kern/40369 [kernel] [patch] rman_reserve_resource - o [2002/07/09] bin/40391 imp [sysinstall] sysinstall with PCCARD<->ISA o [2002/07/10] docs/40423 doc Keyboard(4)'s definition of parameters to o [2002/07/13] kern/40516 [ti] [patch] ti driver has no baudrate se f [2002/07/13] bin/40538 dougb mergemaster fixes and enhancements o [2002/07/14] conf/40548 list of /etc/defaults/make.conf undocumme o [2002/07/14] bin/40572 vipw prints silly message if $EDITOR fail o [2002/07/15] bin/40597 add /sbin/fdisk ability of showing extend s [2002/07/16] threads/40671threads pthread_cancel doesn't remove thread from o [2002/07/19] conf/40777 disktab does not support 2.88MB floppies o [2002/07/23] kern/40919 usage of ucred->cr_uid in sys/netinet/in_ o [2002/07/23] kern/40926 qa [boot] After Upgrading or Clean Installin o [2002/07/24] usb/40948 usb [usb] USB HP CDW8200 does not work o [2002/07/24] i386/40958 i386 [apm] apm on Acer TravelMate 351 could no o [2002/07/27] bin/41060 ready to import gzip 1.3.3 o [2002/07/28] docs/41089 doc pax(1) -B option does not mention interac o [2002/07/30] bin/41159 new sed -c option to allow ; as a separat s [2002/07/30] misc/41179 feature request: LD_LIBRARY_PATH security o [2002/07/31] bin/41190 in sed, report the { linenum instead of E o [2002/07/31] bin/41213 top(1) blocks if NIS-related entries in p o [2002/07/31] kern/41215 [kbd] console revert back to kbd0 (AT) af o [2002/08/01] bin/41238 qa [sysinstall] problems with FreeBSD instal f [2002/08/02] docs/41270 remko [patch] handbook: confusing directions fo o [2002/08/02] bin/41271 Non-suid-crontab. o [2002/08/04] bin/41307 libalias: logging of links lifecycle (add o [2002/08/04] www/41312 cvsadm RCS IDs are off-by-one in the NetBSD cvsw o [2002/08/06] i386/41364 imp [pccard] NewMedia "Bus Toaster" SCSI card f [2002/08/07] usb/41415 usb [usb] [patch] Some USB scanners cannot ta o [2002/08/10] bin/41526 symlinked mount points get mounted more t o [2002/08/11] kern/41543 emulation [patch] feature request: easier wine/w23 f [2002/08/11] bin/41556 obrien [PATCH] wtmp patch for lukemftpd o [2002/08/12] bin/41566 obrien file(1) out of date o [2002/08/12] i386/41569 silo overflow p [2002/08/12] standards/41576standards POSIX compliance of ln(1) a [2002/08/12] bin/41583 assorted mtree bugs (+fixes) o [2002/08/15] bin/41674 ken iostat column formatting overlaps o [2002/08/20] docs/41807 doc [patch] natd(8): document natd -punch_fw o [2002/08/20] bin/41817 pw groupshow doesn't include the login gr o [2002/08/20] docs/41820 doc Device driver confusion in Handbook (sect o [2002/08/21] i386/41856 i386 VESA splash screen problems on ThinkPad 2 o [2002/08/22] docs/41879 hrs cleanup to DOCROOT/share/sgml/freebsd.dsl o [2002/08/23] docs/41919 blackend MINI kernel for bootfloppy (Handbook p.34 o [2002/08/23] kern/41930 declaration clash for ffs() and ${CXX} o [2002/08/23] bin/41947 hexdump(1) unprintable ASCII enhancement o [2002/08/23] bin/41949 qa [sysinstall] sysinstall sorts /etc/rc.con o [2002/08/26] bin/42018 krion pkg_info with PKG_PATH searches through t o [2002/08/26] bin/42022 qa [sysinstall] non-interactive mode prompts o [2002/08/27] kern/42065 [kernel] [patch] kern.ps_showallprocs has o [2002/08/27] bin/42084 luigi [picobsd] PicoBSD's 'netstat -i' reports o [2002/08/29] bin/42162 qa [sysinstall] installation crashes, md0c f o [2002/08/30] docs/42182 trhodes formatting-media article: Making Dedicate o [2002/08/30] bin/42217 libdisk segfaults with 1024 bytes/sector o [2002/09/01] kern/42274 [kernel] [patch] Convert defined variable o [2002/09/02] bin/42336 [PATCH] ISO-fication of /usr/src/contrib/ o [2002/09/03] bin/42386 cleaning code from warnings in libkvm o [2002/09/03] bin/42387 cleaning code of librpcsvc from warnings o [2002/09/04] kern/42422 dbm_delete returns -1 instead of 1 when t o [2002/09/04] kern/42429 [libc] [patch] hash_action called with HA o [2002/09/05] kern/42442 problem in idlequeue/debugging mode ? o [2002/09/06] kern/42461 mdodd if_wi_pci.c,if_wi_pccard.c lack device_re o [2002/09/06] bin/42468 mount_smbfs incorrectly handled configura o [2002/09/06] bin/42469 After mounting by mount_smbfs directories o [2002/09/11] bin/42663 pw(1): pw useradd assigns unique UID's to o [2002/09/13] kern/42728 small [picobsd] many problems in src/usr.sbin/p o [2002/09/14] i386/42766 i386 [vm] [patch] proposal to perform reboot v o [2002/09/15] bin/42803 tconv, tic, captoinfo binaries missing fr o [2002/09/18] bin/42934 qa [sysinstall] installation procedure on in o [2002/09/19] kern/42956 [libc] dlclose gives "invalid shared obje o [2002/09/19] bin/42974 [patch] syslogd(8): add ISO 8601 date for o [2002/09/21] kern/43154 [if_tun] [patch] tunwrite() does not allo o [2002/09/22] i386/43262 i386 [hang] command 'shutdown -r' (also reboot o [2002/09/25] kern/43355 idad driver will work if logical drives d o [2002/09/25] bin/43367 incorrect report from 'who' after 'shutdo o [2002/09/25] bin/43368 krion pkg_create fails if target directory does o [2002/09/27] bin/43434 New option to 'dmesg' which allow to disp o [2002/09/29] docs/43470 blackend solid-state article out of date (x109). o [2002/09/29] kern/43474 [nfs] [patch] dhcp.* values not set in ke s [2002/09/29] bin/43497 mount(8): mount -t nfs -> crunchgen incom o [2002/09/30] conf/43500 rc.syscons "allscreens" improvements o [2002/09/30] i386/43539 i386 [fdc] Cannot mout floppy on Compaq Prolia o [2002/10/02] kern/43577 [kernel] [patch] feature request: new ker o [2002/10/02] bin/43582 passwd(1) fails on nonexistent users o [2002/10/03] kern/43611 [crypto] [patch] static-ize some symbols o [2002/10/03] kern/43616 [zlib] [patch] static-ize some functions o [2002/10/04] docs/43651 doc stab(5) incorrectly states to include jus o [2002/10/05] kern/43716 [puc] [patch] puc driver does not recogni o [2002/10/08] bin/43819 changed truss output for utrace calls o [2002/10/08] docs/43823 doc [PATCH] update to environ(7) manpage o [2002/10/09] docs/43861 doc non-trivial typo in wicontrol(8) man page o [2002/10/11] kern/43905 [kqueue] [patch] kqueues: EV_SET(kevp++, o [2002/10/11] kern/43916 [ex] [hang] Olicom OC-2220 (PC-card) hang o [2002/10/11] docs/43941 doc document the Rationale for Upgrade Sequen o [2002/10/14] docs/44034 trhodes Multiple sysctl variables are not documen o [2002/10/14] kern/44058 [MAKEDEV] [patch] /dev/ch* is created wit o [2002/10/15] docs/44074 doc [patch] ln(1) manual clarifications o [2002/10/15] kern/44098 RealTec-based NIC initialization problem o [2002/10/15] bin/44122 tun0 gets a second ip adress after a disc o [2002/10/17] conf/44170 Add ability to run multiple pppoed(8) on a [2002/10/17] www/44181 www www "Release Information" organization o [2002/10/18] bin/44212 Unify 'recursive' options -r and -R o [2002/10/19] kern/44267 [sio] [patch] One more modem PNP id for / o [2002/10/19] conf/44286 roberto /etc/defaults/rc.conf uses the obsolete n o [2002/10/20] kern/44293 thomas Unable to access audio CD under Linux emu o [2002/10/22] kern/44365 [headers] [patch] introduce ulong and unc o [2002/10/22] kern/44372 roberto some kernel options prevent NTP clock syn o [2002/10/23] standards/44425standards getcwd() succeeds even if current dir has o [2002/10/26] kern/44497 NIC Lags? o [2002/10/26] kern/44500 [bge] [patch] bge(4): add AC1001 Gigabit o [2002/10/29] kern/44580 cel [nfs] NFS updates file access time when f o [2002/10/29] kern/44587 scsi dev/dpt/dpt.h is missing defines required o [2002/10/29] docs/44594 doc Handbook doesn't mention drivers.flp for o [2002/10/30] conf/44717 update login.conf and unify login capabil o [2002/11/04] bin/44894 markm telnet(1): as a local non-root user and r o [2002/11/05] bin/44915 qa [sysinstall] 'choose installation media' o [2002/11/06] gnu/44984 Send-pr can use environmental variable $F o [2002/11/06] docs/45011 trhodes [patch] style(9): '->' and '.' don't requ o [2002/11/07] kern/45026 [nis] Can't set next password change date o [2002/11/08] gnu/45137 peter [PATCH] CVS 1.11.2 cannot reuse log messa o [2002/11/10] bin/45193 [PATCH] truss can't truss itself o [2002/11/11] conf/45222 daily rejected mail hosts report too long o [2002/11/12] conf/45226 rc Fix for rc.network, ppp-user annoyance o [2002/11/12] bin/45229 restore(8) -i: ls reports mising files as o [2002/11/13] bin/45254 qa [sysinstall] [patch] sysinstall installs o [2002/11/14] ports/45289 hrs ja-dvi2ps-3.2 does not handle \special co o [2002/11/14] kern/45293 kevent denies to observe /dev/tty o [2002/11/16] bin/45333 [PATCH] New option -r for chown and chgrp o [2002/11/18] ports/45414 portmgr [patch] make update in /usr/ports missing o [2002/11/19] bin/45486 Support for human readble (-h/-H) output s [2002/11/21] bin/45547 sos a patch to make burncd handle .wav files. o [2002/11/23] bin/45608 qa [sysinstall] install should config all et s [2002/11/23] ports/45613 portmgr make update doesn't o [2002/11/24] kern/45684 systat -vmstat reports "alternate system o [2002/11/25] bin/45701 markm spelling error in rogue o [2002/11/25] conf/45704 [PATCH] request to change cp866b font to o [2002/11/25] bin/45729 make rbootd transfere the default file if o [2002/11/27] kern/45793 [headers] [patch] invalid media subtype a o [2002/11/28] bin/45830 [kerberos] KDC has problems when listenin o [2002/12/01] bin/45896 dwmalone setnetgrent() should return error code o [2002/12/02] docs/45940 doc burncd(1) missing info o [2002/12/07] conf/46062 kris Remove skel from BSD.root.dist. o [2002/12/09] i386/46113 i386 [bus] [patch] busspace bugs in parameter o [2002/12/09] standards/46119standards Priority problems for SCHED_OTHER using p o [2002/12/10] kern/46159 ipfw [ipfw] [patch] ipfw dynamic rules lifetim o [2002/12/10] bin/46163 gad lpc problem. Only root can modify despit o [2002/12/11] docs/46196 doc [patch] menu_format(3): Missing return va o [2002/12/13] bin/46235 rwatson [sysinstall] NTP servers for Finland requ o [2002/12/16] docs/46291 doc correlation between HZ kernel config para o [2002/12/16] docs/46295 doc please add information to Nvi recovery em o [2002/12/17] bin/46328 gad patch for lpd o [2002/12/19] kern/46368 [isa] [patch] MAXDEP in isa/pnpparse.c is s [2002/12/19] bin/46382 ps(1) could use a "repeat" mode o [2002/12/20] conf/46409 Certain periodic scripts check broken NFS o [2002/12/21] standards/46441stefanf /bin/sh does not do parameter expansion i o [2002/12/22] conf/46453 [INTERNATIONALIZATION] cons25l2, ISO8859- a [2003/01/03] docs/46709 peter [patch] tables in terminfo(5) are broken s [2003/01/04] conf/46746 No way to set link addresses through rc.c o [2003/01/04] bin/46758 moused enhancements o [2003/01/09] bin/46888 gad Add script run hook to newsyslog(8) o [2003/01/09] bin/46905 qa [sysinstall] FreeBSD 5.x cannot be instal s [2003/01/10] conf/46913 darrenr ipf denied packets of security run output o [2003/01/10] bin/46925 sysctl -a goes into an infinite loop... o [2003/01/11] kern/46973 [syscons] [patch] syscons virtual termina o [2003/01/19] i386/47223 i386 [pcvt] [PATCH] pcvt(4), ESC sequences do o [2003/01/20] bin/47235 top reports inaccurate cpu usage o [2003/01/21] kern/47311 mdodd [patch] Kernel support for NVIDIA nForce2 o [2003/01/22] bin/47350 rc.network supports only one ppp profile o [2003/01/22] i386/47376 i386 [pcvt] [PATCH], pcvt(4), COLOR_KERNEL_FG, o [2003/01/23] bin/47387 [PATCH] gprof -K still requires "a.out" a o [2003/01/27] bin/47540 Make natd configurable in running state w o [2003/01/27] conf/47566 le [vinum] [patch] add vinum status verifica o [2003/01/28] bin/47576 [PATCH] factor(6)ing of negative numbers o [2003/01/28] docs/47594 doc [PATCH] passwd(5) incorrectly states allo o [2003/01/28] bin/47596 daily security run complains if timezone o [2003/02/02] bin/47815 stty -all should work. o [2003/02/02] docs/47818 doc [patch] ln(1) manpage is confusing o [2003/02/04] bin/47908 qa [sysinstall] /stand/sysinstall can't disp o [2003/02/06] docs/47991 trhodes Handbook section on upgrading kernel says o [2003/02/08] docs/48101 doc [patch] add documentation on the fixit di o [2003/02/09] conf/48105 /etc/disktab has incomplete duplication o o [2003/02/09] misc/48110 [patch] change CVSROOT/log_accum.pl to no o [2003/02/10] conf/48133 /etc/rc: improved vi recovery notificatio o [2003/02/11] kern/48172 ipfw [ipfw] [patch] ipfw does not log size and o [2003/02/12] conf/48195 /var/db/mounttab error on diskless boot o [2003/02/15] bin/48309 pppoe connections fail to establish if th f [2003/02/15] bin/48318 mtm Segmentation fault in sh with attached sc o [2003/02/16] usb/48342 usb [PATCH] usbd dynamic device list. o [2003/02/18] bin/48443 mtm /usr/sbin/periodic executes too many file o [2003/02/18] conf/48444 [patch] security.functions: count connect o [2003/02/19] kern/48471 pjd [kernel] [patch] new feature: private IPC o [2003/02/23] kern/48599 [syscons] [patch] syscons cut-n-paste log o [2003/02/23] bin/48603 Getopt is broken. Patch included. o [2003/02/24] gnu/48638 [PATCH] some bug fixs in libdialog o [2003/02/25] alpha/48676 alpha Changing the baud rate of serial consoles o [2003/03/03] conf/48870 [PATCH] rc.network: allow to cancel inter o [2003/03/03] kern/48894 [nfs] Suggested improvements to the NFS r s [2003/03/06] bin/48962 des [PATCH] modify /usr/bin/fetch to allow ba o [2003/03/06] kern/48976 [modules] nwfs.ko oddity o [2003/03/06] docs/48980 doc [patch] nsgmls -s errors and sect. 3.2.1 o [2003/03/06] bin/48989 qa [sysinstall] Sysinstall's partition edit a [2003/03/07] bin/49023 gad [patch] to lpd(8) (printjob.c) to pass so o [2003/03/08] kern/49039 add support for RS485 hardware where dire o [2003/03/10] kern/49086 ipfw [ipfw] [patch] Make ipfw2 log to differen f [2003/03/12] ports/49955 portmgr [PATCH] bsd.port.mk: add target to automa o [2003/03/12] kern/49957 CRC32 generator should be the common rout o [2003/03/18] misc/50106 [patch] make 'make release' more flexible o [2003/03/19] bin/50118 grog calendar(1) dumps core if there is ./cale p [2003/03/21] conf/50160 ache sl_SI.ISO8859-2 collation sequence is wro o [2003/03/23] docs/50211 doc [PATCH] doc.docbook.mk: fix textfile crea p [2003/03/24] docs/50248 ceri [patch] New FreeBSD books o [2003/03/25] bin/50300 Make the loader's use of terminal-control o [2003/03/26] bin/50310 [libalias] [patch] natd / libalias fix to o [2003/03/27] bin/50331 Changing uid with pw causes duplicate use o [2003/04/01] kern/50526 [kernel] [patch] update to #! line termin o [2003/04/03] bin/50569 /bin/sh doesn't handles ${HOME}/.profile o [2003/04/03] docs/50573 doc resolver(3): return values for res_query/ o [2003/04/06] bin/50656 /bin/cp - wrong error on copying of multi o [2003/04/07] kern/50687 ioctl(.., CDIOCCAPABILITY, ...) always re p [2003/04/08] docs/50735 brueffer [patch] small diff to the developers hand o [2003/04/09] bin/50749 ipfw [ipfw] [patch] ipfw2 incorrectly parses p o [2003/04/10] docs/50773 jmg [patch] NFS problems by jumbo frames to m o [2003/04/12] alpha/50868 alpha fd0 floppy device is not mapped into /dev o [2003/04/14] bin/50949 BUG: mtree doesn't honor the -P when chec p [2003/04/14] conf/50956 matteo daily_status_disks_df_flags in /etc/defau o [2003/04/15] kern/51009 [aue] [patch] buggy aue driver fixed. o [2003/04/16] bin/51070 [patch] add -p option to pom(6) o [2003/04/18] kern/51120 MSGBUF_SIZE doesn't work in makefiles a [2003/04/18] docs/51133 murray RSH environmental variable not described s [2003/04/18] bin/51137 [patch] config(8) should check if a sched o [2003/04/19] bin/51148 Control the cache size for pwd_mkdb to sp f [2003/04/19] ports/51152 portmgr [patch] bsd.port.mk: generic SHEBANG_FILE o [2003/04/21] bin/51205 dwmalone openssl in base system is not compiled th o [2003/04/22] bin/51296 grog calendar wrong for dates based on day+-nu o [2003/04/27] docs/51480 dds Multiple undefined references in the Free o [2003/04/28] bin/51488 Compat patch: more(1) allowed filename to p [2003/04/28] conf/51504 ache New file: src/share/mklocale/zh_CN.GBK.sr p [2003/05/03] conf/51729 ache A patch that can make freebsd support zh_ o [2003/05/06] docs/51875 doc [patch] atkbd(4) adjustment o [2003/05/06] docs/51891 doc DIAGNOSTICS in ed(4) driver manpage don't o [2003/05/07] conf/51920 Collation for no_NO.ISO8859-1 o [2003/05/07] docs/51921 doc [patch] ls(1) manpage lacks some informat o [2003/05/08] kern/51958 usb [usb] [patch] update for urio driver o [2003/05/10] kern/52026 usb [usb] feature request: umass driver suppo o [2003/05/11] docs/52071 doc [PATCH] Add more information about soft u o [2003/05/14] misc/52255 small [picobsd] picobsd build script fails unde o [2003/05/14] misc/52256 small [picobsd] picobsd build script does not r o [2003/05/15] kern/52258 imp pccard non-functional, repeated "card ins o [2003/05/15] bin/52271 qa [sysinstall] sysinstall panics in machine o [2003/05/19] i386/52427 i386 DVD replay under MSI "655 MAX" mobo inter o [2003/05/19] docs/52448 simon [patch] Misc man page reference fixes o [2003/05/20] bin/52469 ppp: Multiple devices using UDP don't wor o [2003/05/21] bin/52517 murray New functionality for /usr/bin/Mail o [2003/05/23] kern/52623 [ex] [patch] IRQ error in driver for the o [2003/05/26] ports/52706 portmgr [patch] bsd.port.mk issues warning if a s o [2003/05/27] kern/52725 [PATCH] installincludes for kmods f [2003/05/28] bin/52746 tcsh fails to handle large arguements o [2003/05/28] kern/52752 [ichsmb] [patch] SMBus controller on ICH4 o [2003/05/28] kern/52764 Impossible to build kernel with COPTFLAGS s [2003/05/28] ports/52765 portmgr [PATCH] Uncompressing manual pages may fa o [2003/05/29] bin/52782 user ppp dumps core when doing pppctl "sh s [2003/05/31] bin/52826 krion Feature Request: Adding Timestamps to pkg f [2003/06/01] i386/52835 linimon [em] em driver does not work with mobile- o [2003/06/03] kern/52907 phk [libc] [patch] more malloc options for de s [2003/06/03] ports/52917 portmgr [PATCH] bsd.port.mk: update default value p [2003/06/05] kern/52960 jmg [kbd] kbdcontrol macros don't work when l o [2003/06/05] kern/52971 bad macro LIST_HEAD in /usr/include/sys/q o [2003/06/06] kern/52980 mbr [dc] [patch] dc driver fails to init Inte o [2003/06/08] usb/53025 usb [ugen] [patch] ugen does not allow O_NONB o [2003/06/10] bin/53131 qa [sysinstall] "ALL" could not turn check B o [2003/06/13] kern/53265 imp Make Sierra A555 work in FreeBSD o [2003/06/13] docs/53271 hmp bus_dma(9) fails to document alignment re o [2003/06/13] bin/53288 tail will sometimes display more lines th o [2003/06/15] bin/53341 qa [sysinstall] [patch] dump frequency in sy p [2003/06/16] bin/53377 [PATCH] su does not return exit status of o [2003/06/19] bin/53475 cp(1) copies files in reverse order to de o [2003/06/19] kern/53506 [partial patch] support gzipped modules o [2003/06/19] bin/53520 su to another user does not update utmp o [2003/06/20] bin/53560 logging domain names in wtmp is retarded o [2003/06/21] docs/53575 doc Change to Handbook Section 20.9 (SMTP Aut o [2003/06/21] docs/53596 doc Updates to mt(1) manual page o [2003/06/24] www/53676 simon [patch] Don't make people contact doc@ fo o [2003/06/24] standards/53682le [PATCH] add fuser(1) utility o [2003/06/25] docs/53732 doc quota output and quota(1) man page do not o [2003/06/26] docs/53751 hmp bus_dma(9) incorrectly documents BUS_DMA_ a [2003/06/28] bin/53870 das C++ undeclares standard math functions li o [2003/06/29] bin/53899 mktime gives wrong result in Central time o [2003/07/01] kern/53987 [smbfs] smbfs can't access to files with o [2003/07/02] docs/54009 trhodes [patch] clarify the location of the splas o [2003/07/02] bin/54026 bms [patch] Add support for non-standard port o [2003/07/06] bin/54141 wrong behavour of cu(1) o [2003/07/07] conf/54170 error from weekly periodic script 330.cat s [2003/07/07] bin/54185 rwatson UFS2 filesystem ACL flag not enforced o [2003/07/08] kern/54220 [PATCH] /usr/src/Makefile has wrong instr o [2003/07/09] bin/54274 udp-proxy support is not implemented in l o [2003/07/11] bin/54365 [PATCH] add -u option to install(1) for S o [2003/07/11] kern/54383 net [nfs] [patch] NFS root configurations wit o [2003/07/13] kern/54439 [sysctl] [patch] Protecting sysctls varia o [2003/07/13] docs/54451 doc [patch] i386_get_ldt(2): i386_{get|set}_l o [2003/07/14] docs/54461 kensmith [patch] Possible additions to Handbook (B o [2003/07/17] bin/54594 Apply regexps to the entire variable -- a o [2003/07/18] kern/54604 pjd [kernel] [patch] make 'ps -e' procfs-inde o [2003/07/21] bin/54683 sh, redundant history s [2003/07/22] docs/54752 hmp bus_dma explained in ISA section in Handb o [2003/07/23] bin/54784 find -ls wastes space o [2003/07/25] standards/54833standards [pcvt] more pcvt deficits o [2003/07/25] standards/54839standards [pcvt] pcvt deficits s [2003/07/26] bin/54878 incorrect divisor in /usr/bin/jot -r o [2003/07/26] docs/54879 doc jot(1) -r description o [2003/07/26] kern/54884 mckusick FreeBSD -stable and -current free space h o [2003/07/27] bin/54891 libalias/natd and exporting connection-in o [2003/07/27] bin/54897 [PATCH] -y flag for mount_mfs f [2003/07/28] kern/54981 sanpei QUIRK: Add support for Lexar 256MB USB dr o [2003/07/29] conf/55015 [patch] 700.kernelmsg: Security check out p [2003/07/31] standards/55112standards glob.h, glob_t's gl_pathc should be "size o [2003/08/01] kern/55163 [jail] [patch] hide kld system details fr o [2003/08/08] misc/55387 [patch] users LD_LIBRARY_PATH can interfe o [2003/08/08] gnu/55394 marcel GDB on FreeBSD 4.8: Deprecated bfd_read. o [2003/08/11] conf/55470 [pccard] [patch] new pccard.conf entry (I s [2003/08/12] docs/55482 doc document the fact that DUMP has access to s [2003/08/13] ports/55515 portmgr [patch] extract perl stuff from bsd.port. o [2003/08/13] bin/55539 [patch] Parse fstab(5) with spaces in pat o [2003/08/13] bin/55546 cdcontrol(1) play tr m:s.f interface is p o [2003/08/20] kern/55793 [dc] Flaky behavior of if_dc when initial o [2003/08/20] kern/55802 Make kernel.GENERIC suitable for diskless o [2003/08/21] kern/55835 emulation [linux] [patch] Linux IPC emulation missi o [2003/08/21] i386/55838 i386 [kbd] [patch] Dual characters from keyboa o [2003/08/21] ports/55841 portmgr [patch] Mk/bsd.port.mk: add routines to u o [2003/08/22] docs/55883 kensmith [patch] handbook advanced-networking/chap o [2003/08/24] conf/55916 rc [PATCH] ppp-user options o [2003/08/24] kern/55917 tun# devices cannot be created in 4.8-STA o [2003/08/24] gnu/55936 send-pr does not set mail envelope from o [2003/08/26] kern/55984 ipfw [ipfw] [patch] time based firewalling sup s [2003/08/26] bin/56012 [MAKEDEV] [patch] MAKEDEV does not allow o [2003/08/28] usb/56095 usb [usb] [patch] QUIRK: Apacer Pen Drive fai o [2003/08/31] kern/56245 [bktr] Distorted and choppy video with bk o [2003/08/31] bin/56249 obrien lukemftpd has two bugs (motd, munged utmp o [2003/08/31] kern/56250 [ums] [patch] ums(4) doesn't work with MC o [2003/09/04] bin/56447 Extend mt command for AIT-2 tape drives o [2003/09/04] kern/56451 /compat/linux/proc/cpuinfo gives wrong CP o [2003/09/05] standards/56476standards cd9660 unicode support simple hack o [2003/09/07] gnu/56554 re add Cc: maintainer feature to send-pr o [2003/09/09] kern/56632 MTIO incorrect mt_fileno status after MTE o [2003/09/09] bin/56648 le [PATCH] enable rcorder(8) to use a direct o [2003/09/10] kern/56664 bad file# in MTIO status buffer after MTE o [2003/09/11] kern/56720 [libc] feature request: UNICODE support i f [2003/09/16] ports/56928 java jce-aba port should install to $JAVA_HOME o [2003/09/16] conf/56934 rc.firewall rules for natd expect an inte o [2003/09/17] conf/56940 pccard.conf entry for PCET10-CL causes sy o [2003/09/17] bin/56952 re [sysinstall] floppy install error s [2003/09/18] ports/56980 portmgr unprivileged user, extracting of tarballs a [2003/09/18] docs/56981 peter man terminfo(5) from libncurses does not o [2003/09/19] bin/57018 le [PATCH] convert growfs to use libufs(3) o [2003/09/20] kern/57036 No media detected by 3c905b-tx on 4.9-rel o [2003/09/20] bin/57045 trpt(8) option -t was disabled on -curren o [2003/09/21] bin/57054 let test(1) compare the mtime of a file t s [2003/09/22] bin/57088 [cam] [patch] for a possible fd leak in l o [2003/09/22] bin/57089 "w" does not honor the -n option o [2003/09/24] docs/57153 doc S_IRWXU missing in fstat(2) man page? o [2003/09/26] kern/57230 [psm] [patch] psm(4) incorrectly identifi o [2003/09/26] amd64/57250 obrien Broken PTRACE_GETFPREGS and PTRACE_SETFPR o [2003/09/27] standards/57295harti make's handling of MAKEFLAGS is not POSIX o [2003/09/27] docs/57298 blackend [patch] add using compact flash cards inf o [2003/09/30] docs/57388 doc [patch] INSTALL.TXT enhancement: mention s [2003/09/30] bin/57407 bms [patch] Better NTP support for dhclient(8 o [2003/10/01] misc/57464 [boot] loader(8) seems to confuse files [ o [2003/10/02] ports/57498 portmgr HEIMDAL_HOME should be defined in src or s [2003/10/02] ports/57502 ports-bugs ports that define USE_* too late o [2003/10/02] conf/57517 add parameter for /etc/periodic/daily/210 o [2003/10/03] kern/57522 [PATCH] New PID allocater algorithm from o [2003/10/04] docs/57569 doc error on gensetdefs(8) man page p [2003/10/06] bin/57630 lptcontrol gives "device busy" if device a [2003/10/07] kern/57696 cel [nfs] NFS client readdir terminates prema o [2003/10/07] bin/57715 [patch] tcopy(1) enhancement a [2003/10/12] standards/57911tjr fnmatch ("[[:alpha:]]","x", FNM_PATHNAME) o [2003/10/13] docs/57926 doc [patch] amd.conf(5) poorly format as it h o [2003/10/13] docs/57974 doc man page apropos for select macros (FD_SE o [2003/10/13] kern/57976 simple kernel DDB enhancement o [2003/10/14] bin/58012 Multihomed tftpd enhancement o [2003/10/18] conf/58206 [Patch] 460.status-mail-rejects incompati o [2003/10/20] bin/58293 vi replace with CR (ASCII 13) doesn't wor o [2003/10/22] kern/58373 mckusick [ufs] ufs inconsistency between 4.9-RC an o [2003/10/22] bin/58390 bsdlabel fails to display an error messag o [2003/10/24] bin/58483 [patch] mount(8): allow type special or n o [2003/10/24] kern/58497 sysctl knob to return current process' ji f [2003/10/25] kern/58529 dwmalone [libpcap] [patch] RDWR bpf in pcap. o [2003/10/26] conf/58557 Summer/Winter-time change causes daily cr o [2003/10/26] gnu/58583 kan gcc.1, cpp.1 and gcov.1 manpages are outd o [2003/10/27] conf/58595 Default NTP configuration o [2003/10/28] gnu/58656 marcel gdb not ready for prime time o [2003/10/29] standards/58676standards grantpt(3) alters storage used by ptsname o [2003/10/29] bin/58696 /sbin/natd feature request & possible pat o [2003/10/30] docs/58710 doc killpg(2) contains an error regarding sen o [2003/10/31] i386/58784 i386 [ata] ATA does not work in DMA mode (ASUS o [2003/11/01] kern/58803 [kernel] [patch] kern.argmax isn't change o [2003/11/04] conf/58939 [patch] dumb little hack for /etc/rc.fire o [2003/11/05] kern/58967 Kernel kills processes in spite of cputim o [2003/11/05] bin/58970 truss coredumps for the no significant re o [2003/11/07] docs/59044 doc [patch] doc.docbook.mk does not properly o [2003/11/12] bin/59207 uustat list limit of 201 jobs f [2003/11/12] kern/59208 matk [sound] [patch] reduce pops and crackles o [2003/11/12] bin/59220 obrien systat(1) device select (:only) broken o [2003/11/13] docs/59240 blackend [patch] handbook update: linux MATLAB s [2003/11/13] ports/59254 ports-bugs ports that write something after bsd.port o [2003/11/14] kern/59289 [bktr] [patch] ioctl METEORGBRIG in bktr_ o [2003/11/15] www/59307 remko [patch] xml/xsl'ify & update publications o [2003/11/19] kern/59456 fdescfs stat / compress creates only empt o [2003/11/19] docs/59477 doc Outdated Info Documents at http://docs.fr o [2003/11/20] bin/59530 strange bug in /bin/sh o [2003/11/21] bin/59551 marcel Problem with GDB on latest -CURRENT o [2003/11/21] bin/59564 Added an option (-S) to from command to a o [2003/11/23] conf/59600 [PATCH] Improved us.emacs.kbd mapping o [2003/11/23] kern/59624 [ata] [patch] HightPoint HPT371 support f o [2003/11/26] kern/59698 usb [kbd] [patch] Rework of ukbd HID to AT co o [2003/11/26] bin/59708 qa [sysinstall] [patch] add sSMTP support fo o [2003/11/27] docs/59735 kensmith [patch] Adding a reference to Icelandic R o [2003/11/27] docs/59736 kensmith [patch] Updating size of archives in hubs s [2003/11/27] kern/59739 [libc] rmdir(2) and mkdir(2) both return o [2003/11/28] bin/59772 ftpd(8)/FreeBSD 5: support for tcp_wrappe o [2003/11/28] bin/59774 ftpd(8)/FreeBSD 5: syslog facility may be o [2003/11/28] bin/59775 ftpd(8)/FreeBSD 5: incorrect reply for "u p [2003/11/29] conf/59799 New locale: zh_HK.Big5HKSCS o [2003/11/30] kern/59814 FreeBSD mknod refuses to create pipes and o [2003/11/30] docs/59835 doc ipfw(8) man page does not warn about acce f [2003/11/30] i386/59854 anholt [agp] [panic] System panics when AMD 762 o [2003/12/02] kern/59896 trm driver is not in GENERIC f [2003/12/02] docs/59900 kuriyama out of date README.txt and .message files o [2003/12/02] kern/59903 [pci] [patch] "pci_find_device" returns [ o [2003/12/03] bin/59922 Toshiba Portege hangs with Eicon DIVA T/A o [2003/12/09] kern/60089 scottl [udf] UDF filesystem appends garbage to f o [2003/12/12] kern/60174 marcel debugging a kernel module in load/attach o [2003/12/12] kern/60183 sobomax [gre] [patch] No WCCPv2 support in gre f [2003/12/15] usb/60248 usb [patch] Problem with USB printer HP Laser a [2003/12/16] kern/60293 bms FreeBSD arp poison patch o [2003/12/16] kern/60307 [pccard] [patch] wrong product id in pcca o [2003/12/17] i386/60319 i386 [hang] read error 34/0 during installatio o [2003/12/18] bin/60350 qa [sysinstall] in Choose Distributions scre o [2003/12/18] misc/60352 [patch] buildworld fails in sysinstall if o [2003/12/21] kern/60448 PF_KEY protocol does not have a correspon o [2003/12/22] misc/60503 [modules] small error in modules installa o [2003/12/22] bin/60510 [patch] change to less(1) for compressed o [2003/12/23] docs/60529 doc resolver(5) man page is badly out of date o [2003/12/24] docs/60544 doc [patch] getenv(3) manpage doesn't state t o [2003/12/25] kern/60550 silby [kernel] [patch] hitting process limits p f [2003/12/25] ports/60558 portmgr [PATCH] bsd.port.mk: automatically verify f [2003/12/26] kern/60599 multimedia [bktr] [partial patch] No sound for ATI T o [2003/12/27] bin/60632 UI bug in partition label screen in sysin o [2003/12/27] bin/60636 Enhancement to adduser script. o [2003/12/29] kern/60677 multimedia [sound] [patch] No reaction of volume con o [2003/12/29] kern/60697 [pty] [patch] pseudo-tty hack versus teln f [2003/12/29] kern/60699 DVD Multidrive udma mode autosensed wrong o [2003/12/30] kern/60719 ipfw [ipfw] Headerless fragments generate cryp o [2004/01/02] bin/60834 [patch] ftpd(8) send_data()+oldway: anony o [2004/01/03] kern/60874 [feature request] auto-assign devfs rules o [2004/01/04] bin/60892 [patch] added -p option to kldxref(8) to o [2004/01/06] kern/60963 [pecoff] [patch] Win32 Applications abort o [2004/01/06] kern/60982 [pci] [patch] ID for VIA 686A Power Manag o [2004/01/07] i386/61005 i386 [boot] The Boot Manager in FreeBSD 5.2RC o [2004/01/08] docs/61070 doc handbook: Installation docs misleading: f [2004/01/09] kern/61109 [bge] bge on TYAN AMD762-based Thunder/Ti o [2004/01/11] amd64/61209 amd64 ppc0: cannot reserve I/O port range o [2004/01/12] usb/61234 usb [usb] [patch] usbhidaction(1) doesn't sup o [2004/01/12] bin/61239 [patch] bootp enhancement, places the dhc o [2004/01/12] kern/61261 obrien generated header, emu10k1-alsa%diked.h no o [2004/01/12] bin/61264 qa [sysinstall] unable To Use VT100 Terminal o [2004/01/13] conf/61289 /etc/pccard_ether: please use ifn value o o [2004/01/13] kern/61300 [aue] [patch] Enabling HomePNA PHY on aue o [2004/01/13] docs/61301 doc [patch] Manpage patch for aue(4) to enabl o [2004/01/13] i386/61308 i386 Maxproc Limits counts Zombie Processes wh f [2004/01/13] misc/61322 [patch] bsd.dep.mk disallows shell genera o [2004/01/14] i386/61348 i386 Adaptec 1460D PCI SCSI Card does not work o [2004/01/16] bin/61405 cperciva A faster ffs(3) o [2004/01/16] kern/61415 [net80211] [patch] disable broadcast ssid o [2004/01/16] kern/61438 qa [sysinstall] 5.2 nfs tasks running by def o [2004/01/16] i386/61442 i386 Highpoint RocketRAID 1520 uses only UDMA2 o [2004/01/17] i386/61481 i386 [patch] a mechanism to wire io-channel-ch o [2004/01/17] kern/61497 ups [kernel] [patch] __elfN(map_insert) bug o [2004/01/17] bin/61502 dwmalone Incorrect ip6fw output when adding rules o [2004/01/18] kern/61503 [smbfs] mount_smbfs does not work as non- o [2004/01/18] i386/61545 i386 5.2 release cannot see NIC on Dell 1750 o [2004/01/19] i386/61579 i386 [hang] sis 645dx is not working (but on t o [2004/01/20] i386/61603 i386 [sysinstall] wrong geometry guessed s [2004/01/20] kern/61622 Intel Pro/100 Intelligent Server Adapter o [2004/01/20] conf/61641 grog Martin Luther King, Jr. Day missing from o [2004/01/21] bin/61666 peter [patch] mount_nfs(8) parsing bug, segment o [2004/01/21] docs/61667 doc Obsolete documentation on FreeBSD PnP f [2004/01/21] kern/61677 Unable to open CDROM tray if boot_cdrom i a [2004/01/22] kern/61744 andre [netinet] [patch] TCP hangs onto mbufs wi o [2004/01/24] bin/61808 [PATCH] Update RPC prgs to allow binding s [2004/01/24] kern/61810 mounts done within a chroot show up wrong o [2004/01/24] www/61824 www Misleading documentation on FreeBSD insta o [2004/01/24] conf/61847 Additions to file /usr/share/misc/pci_ven o [2004/01/25] i386/61858 bms bus_dmamap_sync with BUS_DMASYNC_POSTREAD o [2004/01/25] docs/61859 doc ddb(4): Incorrect informaiton about trace o [2004/01/25] kern/61909 5.2-Current fails to notice change of CD o [2004/01/26] bin/61971 k5init --renewable fails o [2004/01/27] bin/61975 ume [PATCH] sync src/usr.sbin/traceroute6.c w o [2004/01/27] bin/61978 [PATCH] sync src/usr.sbin/setkey/token.l a [2004/01/27] ports/61998 roam PostgreSQL support for mail/vpopmail 5.3. o [2004/01/27] i386/62003 i386 [loader] [patch] make /boot/loader "reboo o [2004/01/28] kern/62042 luigi [ipfw] ipfw can't no more reject icmp (ic o [2004/01/29] bin/62077 Make it possible to abbreviate device nam o [2004/01/30] kern/62098 [pccard] [patch] Bad CISTPL_VERS_1 and cl o [2004/01/30] kern/62102 alc obreak update o [2004/02/01] bin/62207 ppp crashes with option 'nat punch_fw' wh o [2004/02/02] kern/62257 card reader UCR-61S2B is only half-suppor o [2004/02/03] i386/62288 i386 reopened raid disks on a running system o [2004/02/04] kern/62323 [kbd] Logitech Cordless MX Duo Keyboard/M o [2004/02/04] kern/62333 [dc] syslog: kernel: dc0: discard oversiz o [2004/02/06] docs/62412 doc one of the diskless boot methods describe o [2004/02/08] bin/62513 Errant /usr/bin/krb5-config on 4-STABLE p [2004/02/08] gnu/62555 readline 4.3 should be patched o [2004/02/10] ports/62657 portmgr Port linux-jpeg have decreaseed version n o [2004/02/11] bin/62702 qa [sysinstall] backup of /etc and /root dur o [2004/02/11] bin/62711 qa [sysinstall] installation: "Insert Next C o [2004/02/12] docs/62719 doc cross-reference pccardd(8) and devd(8) o [2004/02/12] docs/62724 doc [patch] host(1) manpage does not include o [2004/02/12] kern/62742 [hang] system "hangs" for a some time whi o [2004/02/12] kern/62746 tjr [smbfs] SMBFS and vfs.usermount. User can f [2004/02/13] ports/62761 portmgr [patch] for phasing out distinfo files o [2004/02/13] bin/62766 ``systat -vm'' does not work on diskless f [2004/02/14] ports/62829 portmgr [patch] Mk file bsd.linux.rpm.mk supporti f [2004/02/14] java/62837 java linux-sun-jdk14 executables hang with COM s [2004/02/14] standards/62858standards malloc(0) not C99 compliant o [2004/02/15] bin/62885 des pam_radius doesn't maintain multiple stat o [2004/02/15] kern/62890 ups proc pointer set by fork1 can be stale in f [2004/02/17] bin/62965 krion pkg_add -r fails if fetching multiple pac o [2004/02/17] i386/62977 i386 Mouse daemon during install/setup o [2004/02/19] bin/63064 strptime fails on %z o [2004/02/19] docs/63084 des Several Man-pages reference non-existant o [2004/02/20] kern/63096 rwatson [mac] [patch] MAC entry point for route m o [2004/02/20] ports/63108 obrien amd64/bento-fix: devel/gdb52 and devel/gd o [2004/02/21] amd64/63188 amd64 [ti] ti(4) broken on amd64 o [2004/02/22] bin/63197 tftp Bus error, core dumped o [2004/02/22] docs/63215 doc Wrong prototypes in mi_switch(9) (ref doc o [2004/02/24] bin/63319 burncd fixate error o [2004/02/26] bin/63413 dbm_delete return value incorrect o [2004/02/29] conf/63527 AM/PM date format should be localized. o [2004/02/29] www/63551 ceri Lack of DTD in cgi scripts o [2004/02/29] www/63552 remko Validation errors due to CAPs in attribut o [2004/03/01] docs/63570 ceri [patch] Language cleanup for the Handbook o [2004/03/01] bin/63608 Add a -c option to time(1) to display csh o [2004/03/02] i386/63628 bms [loader] [patch] i386 master boot record o [2004/03/02] bin/63659 /usr/sbin/pw does not honor symlinks in s s [2004/03/03] ports/63716 portmgr [patch] Mk/bsd.port.mk: move sysctl to ${ o [2004/03/04] kern/63746 vmnet0 makes vmnet4096 o [2004/03/04] kern/63768 Must access /dev/acd0c before using /dev/ o [2004/03/05] i386/63815 i386 boot loader waste a lot of time (10 min) o [2004/03/06] usb/63837 usb [uhid] [patch] USB: hid_is_collection() o o [2004/03/07] kern/63863 glebius [netgraph] [patch] feature request: imple s [2004/03/07] kern/63897 makeoptions CONF_CFLAGS are ignored when o [2004/03/10] bin/64036 Linux application Sophos Mailmonitor not o [2004/03/11] kern/64114 [vga] [patch] bad vertical refresh for co o [2004/03/12] bin/64153 dd mdmfs features via fstab o [2004/03/12] kern/64178 jmg [kqueue] [patch] kqueue does not work wit o [2004/03/13] bin/64198 [patch] init(8) may keep zombies f [2004/03/15] ports/64304 portmgr geography category o [2004/03/16] bin/64327 [patch] make(1): document surprising beha o [2004/03/17] conf/64381 qa lo0 not up and no IPs assigned after inst p [2004/03/19] bin/64464 rwatson pam_krb5 module ignores no_ccache option o [2004/03/20] kern/64522 3COM 3C920B onboard Asus P4R800-VM not su o [2004/03/22] kern/64556 [sis] if_sis short cable fix problems wit o [2004/03/22] kern/64588 [joy] [patch] Extend joystick driver arch o [2004/03/23] i386/64626 i386 AP initialization problem on GIGABYTE GA- s [2004/03/24] bin/64664 bms Reboot command needs to protect itself fr o [2004/03/26] kern/64772 Mouse Movement Problem o [2004/03/26] kern/64788 nsswitch with ldap and starting ppp on bo o [2004/03/27] docs/64807 doc Handbook section on NAT incomplete o [2004/03/27] bin/64811 systat can't display big numbers in some s [2004/03/29] kern/64875 standards [libc] [patch] [feature request] add a sy o [2004/03/30] bin/64921 vmstat -i is not reporting IRQ usage on a o [2004/03/31] kern/64971 A squid process larger than 3G o [2004/04/01] bin/65045 ftp doesn't remember binary mode if setti o [2004/04/02] docs/65065 doc [patch] improper language ntpd(8) man pag o [2004/04/03] i386/65124 i386 Unable to disable TERM_EMU cleanly o [2004/04/05] kern/65206 adding floppy drive seems to force PIO mo o [2004/04/05] bin/65228 [Patch] Allow rup(1) to parse hostnames f o [2004/04/06] bin/65258 save /etc/rc.firewall from changing for s o [2004/04/07] kern/65278 ups [sio] [patch] kgdb debugger port initiali o [2004/04/07] bin/65299 vi temp path contains double / o [2004/04/08] bin/65306 obrien [patch] Portability fixes for FreeBSD bui f [2004/04/09] ports/65344 portmgr [patch] USE_ macros for graphics librarie o [2004/04/09] kern/65355 [pci] [patch] TC1000 serial ports need en o [2004/04/12] kern/65448 jhb _mtx_unlock_sleep() race condition if ADA o [2004/04/13] docs/65477 doc release notes: installation instruction f o [2004/04/13] bin/65483 vi -r crashes o [2004/04/14] i386/65528 i386 [psm] mouse cursor disapears on moving o [2004/04/14] docs/65530 doc [patch] minor improvement to getgrent(3) p [2004/04/15] bin/65557 des passwd uses passwd_format of default logi o [2004/04/16] kern/65627 [i386] [patch] store P3 serial number in o [2004/04/17] bin/65649 gad Add `-u name' option to env(1) o [2004/04/18] bin/65707 scp does not deal with local file copies o [2004/04/19] kern/65769 usb [usb] Call to tcflush(x, TCIFLUSH) stops s [2004/04/20] ports/65794 ports-bugs net/ripetools is obsolete o [2004/04/20] bin/65803 gad bin/ps enhancements (posix syntax, and mo s [2004/04/20] ports/65804 portmgr [PATCH] bsd.port.mk is gratuitously slow f [2004/04/23] ports/65915 portmgr [PATCH] bsd.port.mk: handle interactive c o [2004/04/25] bin/65973 Problem logging in to the NIS slave and N o [2004/04/27] ports/66032 portmgr [PATCH] bsd.port.mk: clean room installat o [2004/04/29] kern/66079 bms route change default causes panic in cert o [2004/04/29] kern/66095 [pam] template_user is broken in pam_radi o [2004/05/03] kern/66185 [twe] twe driver generates gratuitous war o [2004/05/03] kern/66225 [netgraph] [patch] extend ng_eiface(4) co o [2004/05/04] docs/66265 doc [patch] Document what -f and LD_TRACE_LOA o [2004/05/04] kern/66268 glebius [socket] [patch] Socket buffer resource l o [2004/05/05] gnu/66279 less(1) -- add support for stty(1) erase2 p [2004/05/05] docs/66289 brueffer [patch] lib/libc/gen/ualarm.3 refers to n o [2004/05/05] docs/66296 doc [patch] contrib/amd/amq/amq.8 uses log_op p [2004/05/06] bin/66311 fenner TCPDUMP ISAKMP payload handling denial-of o [2004/05/07] ports/66342 portmgr [PATCH] fix ECHO_MSG breakage in java por o [2004/05/07] docs/66343 doc [patch] unlisted supported card on man pa o [2004/05/07] standards/66357standards make POSIX conformance problem ('sh -e' & o [2004/05/08] ports/66389 portmgr [PATCH] bsd.port.mk: follow MOVED ports o [2004/05/10] bin/66445 [patch] Add options to last(1) to ignore a [2004/05/10] ports/66476 ports-bugs [NEW PORT] misc/gaim-talkfilters: A neat o [2004/05/10] alpha/66478 alpha unexpected machine check: panic for 4.9, o [2004/05/10] ports/66480 openoffice editors/openoffice.org-1.1 port uses root o [2004/05/10] docs/66483 doc [patch] share/man/man4/csa.4 grammar nits p [2004/05/10] bin/66492 cpio -o -Hustar creates broken timestamps o [2004/05/11] docs/66505 trhodes escaping '~' and '$' characters in login. o [2004/05/11] standards/66531standards _gettemp uses a far smaller set of filena o [2004/05/11] kern/66547 usb [usb] Palm Tungsten T USB does not initia o [2004/05/12] kern/66564 [xl] 3c920-MV00 PHY detection problem s [2004/05/12] ports/66566 portmgr [PATCH] bsd.port.mk: fix build when /usr/ o [2004/05/12] kern/66589 processes get stuck in "inode" state when o [2004/05/13] bin/66594 marcel gdb dumps core f [2004/05/14] kern/66642 multimedia [sound] pcm0: play: 0: play interrupt tim o [2004/05/16] bin/66677 mv incorrectly copies somedir/.. to ./.. o [2004/05/17] conf/66726 /etc/periodic/security/ 800.loginfail scr o [2004/05/17] bin/66763 mdmfs: sync arguments with those of newfs o [2004/05/17] docs/66770 doc [patch] share/man/man4/ng_pppoe.4 tyops, o [2004/05/17] docs/66771 imp [patch] usr.sbin/pccard/pccardc/pccardc.8 o [2004/05/17] docs/66775 roam [patch] clarification to committer's guid o [2004/05/19] bin/66893 [patch] rpc.yppasswdd(8): Linux NIS clien o [2004/05/20] bin/66941 [patch] gcc2.95 (FreeBSD-specific): fix u o [2004/05/21] kern/66981 Can't read audio CDs with a samsung sw-25 o [2004/05/21] bin/66988 [Patch] apm.c check validation of the ret o [2004/05/21] i386/67011 mdodd [vpd] [patch] MFC of vpd driver for IBM x o [2004/05/22] bin/67041 "fortune -m" peeks in "fortune" file only o [2004/05/22] i386/67055 i386 [psm] Mouse (wheel) detection problem on o [2004/05/23] docs/67078 doc [patch] MFC of a rtld(1) man page is inco o [2004/05/24] bin/67142 rpc.yppasswdd incorrectly throws errors a o [2004/05/25] bin/67172 w,finger display the remote host incorrec o [2004/05/26] bin/67231 [patch] pam_krb5 doesn't honor default fl o [2004/05/28] bin/67307 ready to import bootstrap_cmds/decomment o [2004/05/28] bin/67308 ready to import bootstrap_cmds/relpath fr o [2004/05/28] kern/67309 acpi zzz reboot computer (ACPI S3) a [2004/05/29] bin/67317 bms [patch] to nfsd.c to make it slightly mor o [2004/05/30] i386/67383 i386 [i386] [patch] do a better job disassembl f [2004/06/01] ports/67436 portmgr [patch] bsd.port.mk: GNU_CONFIGURE_PREFIX o [2004/06/01] ports/67437 portmgr [patch] bsd.port.mk: NO_BUILD and PKGNAME o [2004/06/02] misc/67502 cvsadm cvs-all commit message did not include al f [2004/06/03] ports/67531 portmgr New spanish virtual category o [2004/06/03] kern/67545 [nfs] NFS Diskless Mount Option Suggestio p [2004/06/03] conf/67549 No Cents for es_ES monetdef (Euro) o [2004/06/03] bin/67550 Add BLK_SIZE option to tftpd server o [2004/06/04] www/67554 www man-cgi visual glitch on 3-word titles o [2004/06/04] gnu/67565 SIGPIPE processing in cvs 1.11.5 may lead o [2004/06/04] i386/67578 i386 [kbd] Keyboard error IBM xSeries 335 o [2004/06/04] kern/67580 request to add hints for boot failures f [2004/06/06] kern/67627 phk [panic] gbde kernel panic s [2004/06/08] kern/67706 daichi [unionfs] cvs update over a union mount s o [2004/06/08] bin/67723 FreeBSD 5.x restore cannot handle other p o [2004/06/09] kern/67763 [pccard] [patch] PCMCIA: MELCO manufactur o [2004/06/10] i386/67773 i386 5.x series - md5 on dev no longer works e f [2004/06/10] docs/67806 doc [patch] Let 5.x users know how to boot in s [2004/06/11] ports/67815 ports-bugs graphics/ImageMagick no longer recognizes o [2004/06/11] kern/67830 [smp] [patch] CPU affinity problem with f o [2004/06/13] alpha/67903 alpha hw.chipset.memory: 1099511627776 - thats o [2004/06/14] bin/67943 find(1) fails when current directory is n o [2004/06/16] bin/68014 stty -pendin does not turn off pendin mod o [2004/06/16] bin/68016 Bug in visual bell on console (kbdcontrol o [2004/06/17] bin/68062 standalone repeat(1) command o [2004/06/18] kern/68081 [headers] [patch] sys/time.h (lint fix) o [2004/06/19] conf/68108 [patch] Adding mac-address /conf selector s [2004/06/19] kern/68110 hsu [netinet] [patch] RFC 3522 for -HEAD o [2004/06/19] i386/68117 i386 serious network collisions after NIC "med o [2004/06/20] bin/68134 rwatson 'invalid hostname' displayed in w/who out o [2004/06/20] i386/68140 i386 Problem with Sony AIT ATAPI Tape dirve a [2004/06/22] kern/68189 luigi arp -a discloses non-jail interfaces with o [2004/06/22] kern/68192 Cannot use quotas on jailed systems p [2004/06/22] docs/68201 keramida [patch] pthread_atfork(3) man page o [2004/06/23] usb/68232 usb [ugen] [patch] ugen(4) isochronous handli o [2004/06/25] kern/68311 [patch] it is impossible to override defa o [2004/06/25] bin/68312 be able to create fdisk partions using si o [2004/06/25] kern/68315 [ata] [patch] atacontrol(8) addspare for o [2004/06/25] kern/68317 [kernel] [patch] on soft (clean) reboots o [2004/06/25] bin/68328 enable configuration of extra listen sock o [2004/06/27] usb/68412 usb [usb] [patch] QUIRK: Philips KEY013 USB M o [2004/06/27] kern/68435 wpaul xl driver in freebsd 5.x only works if pr o [2004/06/28] bin/68437 conscontrol DEVDIR -> _PATH_DEV fix and m o [2004/06/28] kern/68458 Burning DVD causes lots of FAILURE - READ o [2004/06/28] kern/68459 [vfs] [patch] Patches to mknod(2) behave o [2004/06/30] kern/68514 [re] Realtek driver halts on oversized fr o [2004/06/30] i386/68518 i386 [agp] [hang] hangs while loading 82443BX p [2004/06/30] conf/68524 Including the Basque in the system p [2004/06/30] conf/68525 matteo Loader's verbose boot mode has rc.d/local o [2004/06/30] bin/68527 Resizing 'top' running in a terminal to o o [2004/07/01] bin/68552 tip(1) does not set noncanonical mode inp o [2004/07/02] bin/68586 dwmalone [patch] allow syslogd to forward to non-d o [2004/07/03] kern/68623 [sf] [patch] sf(4) (Adaptec StarFire) mul o [2004/07/05] kern/68690 [libc] write(2) returns wrong value when p [2004/07/05] bin/68691 dwmalone syslogd - correct program name handling s [2004/07/05] kern/68692 andre [net] [patch] Move ARP out of routing tab o [2004/07/06] kern/68719 [msdosfs] [patch] poor performance with m o [2004/07/07] i386/68754 i386 [hang] SMP reset bug (Tyan Thunder100, 44 o [2004/07/07] kern/68765 [mmap] a little data can be stored beyond o [2004/07/08] bin/68797 cut(1) patches to fflush after each write o [2004/07/09] docs/68843 doc Dates on rc.subr(8) & rc(8) are whack. o [2004/07/09] docs/68845 doc The .At macro produces unexpected results o [2004/07/09] bin/68848 [patch] find(1) shows pathname as optiona a [2004/07/11] bin/68904 krion pkg_install fixes (_PATH_*, sprintf -> sn o [2004/07/11] misc/68905 core dump ownership issue o [2004/07/13] bin/68981 unlogic jot behaviour. o [2004/07/13] bin/69010 [patch] Portability fixes for FreeBSD bui s [2004/07/13] threads/69020threads pthreads library leaks _gc_mutex o [2004/07/14] kern/69064 [kernel] [patch] No multiple ip4/6's coul o [2004/07/15] bin/69083 [patch] basic modelines for contrib/nvi o [2004/07/17] bin/69164 marcel GDB/amd64: coredump while debugging a cor o [2004/07/17] ports/69191 roam SRV patch for dnbs/djbdns o [2004/07/18] i386/69257 i386 [i386] [patch] in_cksum_hdr is non-functi o [2004/07/19] bin/69268 wpaul [patch] Fix ndiscvt(8) to warn you if it' o [2004/07/19] ports/69309 ale mysql database backup script for periodic o [2004/07/21] bin/69362 mbr amd(8) does not properly detect the local o [2004/07/22] bin/69398 [patch] cleartext display of password in o [2004/07/22] kern/69448 socket.h: cmsghdr macros don't work with o [2004/07/23] kern/69502 [modules] kldload will load modules that o [2004/07/27] kern/69650 [patch] make getserv* functions work with o [2004/07/28] amd64/69705 amd64 IPC problem (msq_queues) o [2004/07/28] i386/69722 i386 [wi] wi0: init failed, Lucent Technologie o [2004/07/29] kern/69730 [puc] [patch] puc driver doesn't support o [2004/07/29] i386/69750 acpi Boot without ACPI failed on ASUS L5 o [2004/07/30] kern/69825 [libc] 1st group supplied to setgroups() o [2004/07/30] kern/69826 [libc] 16th group has no effect when acce o [2004/08/01] docs/69861 doc [patch] usr.bin/csplit/csplit.1 does not o [2004/08/01] bin/69875 [patch] mlxcontrol(8): `mlxcontrol status o [2004/08/03] kern/69963 ipfw [ipfw] install_state warning about alread o [2004/08/03] ports/69965 portmgr [patch] check for moved ports in "make de o [2004/08/04] bin/69986 qa [sysinstall] [patch] no job control in fi o [2004/08/04] kern/69989 killing process that uses snp + unloading o [2004/08/04] bin/70002 qa [sysinstall] fails to locate FTP dirs if o [2004/08/05] conf/70048 magic(5) file has a typo at second test f o [2004/08/08] bin/70182 [patch] fortune -e implementation bug o [2004/08/09] docs/70217 doc [patch] Suggested rewrite of docproj/sgml o [2004/08/10] bin/70245 re Change to src/release/Makefile to aid doc o [2004/08/10] conf/70252 add System Administrator Appreciation Day o [2004/08/10] bin/70283 mtm adduser aborts in batch mode with comment f [2004/08/11] ports/70292 linimon jdk14 compile problem o [2004/08/11] bin/70297 request to make amd timeouts per-mount lo o [2004/08/12] bin/70335 inconsistent syslog behavior when max chi o [2004/08/12] bin/70336 telnetd always exits with value 1 f [2004/08/12] usb/70362 sanpei [usbdevs] [patch] LaCie 160GB USB drive o [2004/08/13] kern/70401 darrenr [modules] Could not load ipl.ko when no I o [2004/08/15] bin/70476 sbin/reboot change, -p behavior default f o [2004/08/16] bin/70511 When fread()ing with buffering turned off o [2004/08/16] usb/70523 usb [usb] [patch] umct sending/receiving wron o [2004/08/16] bin/70528 No libffi on amd64, either with native co o [2004/08/16] bin/70536 reboot -dp tries to dump when powering of o [2004/08/17] docs/70583 ceri [patch] Update freebsd-glossary o [2004/08/18] kern/70608 [irq] ethernet-error (card uses duplicate o [2004/08/18] i386/70610 i386 [speaker] [patch] spkr(4): hardcoded assu o [2004/08/19] docs/70652 hmp [patch] New man page: portindex(5) o [2004/08/20] docs/70697 doc pcm(4) is out of date o [2004/08/20] kern/70708 [nfs] gcore/procfs not finding /proc/pid/ o [2004/08/20] conf/70715 Lack of year in dates in auth.log can cau o [2004/08/21] bin/70756 [PATCH] indent(1) mishandles code that is o [2004/08/21] kern/70798 Compatibility: Sun/Solaris has an fcntl() o [2004/08/22] kern/70810 [pci] [patch] Enable SMBus device on Asus o [2004/08/22] standards/70813standards [PATCH] ls(1) not Posix compliant o [2004/08/22] ports/70831 tobez make perl5.8 port SU_CMD aware o [2004/08/22] i386/70832 i386 [re] serious problems with RealTek NIC us a [2004/08/24] ports/70900 edwin [patch] devel/sdl12 inconsistency between o [2004/08/24] kern/70904 darrenr [ipfilter] ipfilter ipnat problem with h3 o [2004/08/25] usb/70942 usb [usb] Genius Wireless USB mouse: moused d o [2004/08/27] kern/71045 [dhcp] DHCP-Request is sets other device' o [2004/08/29] bin/71098 CVS keywords are not expanded with CVS 1. o [2004/08/31] kern/71184 andre tcp-sessions hangs on FIN_WAIT_2 state o [2004/08/31] gnu/71210 Update to GNU sdiff: add user-preference o [2004/09/01] kern/71219 /proc/*/map dont tell file offset o [2004/09/01] conf/71254 ncurses: xterm vs. cons* termtypes or sc( o [2004/09/01] kern/71258 [vm] [patch] anonymous mmappings not alwa f [2004/09/02] kern/71280 [aue] aue0 device (linksys usb100tx) does o [2004/09/03] kern/71334 [mem] [patch] mem_range_attr_{set|get} ar o [2004/09/04] kern/71366 ipfw [ipfw] "ipfw fwd" sometimes rewrites dest o [2004/09/05] conf/71386 loader.conf: hint.apic.0.disabled="YES" d o [2004/09/06] usb/71416 usb [usb] Cryptoflex e-gate USB token (ugen0) o [2004/09/06] usb/71417 usb [usb] Cryptoflex e-gate USB token (ugen0) o [2004/09/06] kern/71422 rwatson LOR in sys/net/bpf o [2004/09/07] kern/71450 [de] de(4): MAC address change on 21040 " o [2004/09/07] usb/71455 usb [usb] Slow USB umass performance of 5.3 o [2004/09/07] kern/71469 default route to internet magically disap o [2004/09/07] kern/71474 route lookup does not skip interfaces mar o [2004/09/09] kern/71532 Multiple SCSI-Busses are seen differently p [2004/09/09] ports/71544 arved devel/tvision might need these extra patc o [2004/09/10] conf/71549 /etc/termcap missing passthrough printing o [2004/09/10] docs/71555 doc handbook: changes for how to run matlab o o [2004/09/11] i386/71586 i386 FreeBSD 5.3-BETA3 #3 hang during boot on o [2004/09/11] usb/71605 usb [umass] [patch] umass doesn't recognize m o [2004/09/11] kern/71608 [pccard] XIRCOM REM56-100 Ethernet 10/100 o [2004/09/12] bin/71613 [PATCH] cleanup of the usr.sbin/tracerout o [2004/09/12] bin/71616 [PATCH] cleanup of the usr.sbin/yp_mkdb c o [2004/09/12] bin/71617 [PATCH] cleanup of the usr.sbin/ypserv co o [2004/09/12] bin/71618 [PATCH] cleanup of the usr.sbin/timed cod o [2004/09/12] bin/71619 [PATCH] cleanup of the usr.sbin/tcpdump c o [2004/09/12] bin/71620 [PATCH] cleanup of the usr.sbin/sysinstal o [2004/09/12] bin/71621 [PATCH] cleanup of the usr.sbin/sliplogin o [2004/09/12] bin/71622 [PATCH] cleanup of the usr.sbin/sicontrol o [2004/09/12] bin/71623 [pcvt] [patch] cleanup of the usr.sbin/pc o [2004/09/12] bin/71624 [PATCH] cleanup of the usr.sbin/rtadvd co o [2004/09/12] bin/71625 [rpc] [patch] cleanup of the usr.sbin/rpc o [2004/09/12] bin/71626 [PATCH] cleanup of the usr.sbin/rpc.statd o [2004/09/12] bin/71628 [PATCH] cleanup of the usr.sbin/rpcbind c o [2004/09/12] bin/71629 [PATCH] cleanup of the usr.sbin/pppstats o [2004/09/12] bin/71630 [PATCH] cleanup of the usr.sbin/pppd code o [2004/09/12] bin/71631 [PATCH] cleanup of the usr.sbin/pppctl co o [2004/09/12] bin/71632 [PATCH] cleanup of the usr.sbin/ndp code o [2004/09/12] bin/71633 [PATCH] cleanup of the usr.sbin/mrouted c o [2004/09/12] bin/71659 [PATCH] cleanup of the usr.sbin/mount_por o [2004/09/12] bin/71660 [PATCH] cleanup of the usr.sbin/kgmon cod o [2004/09/12] bin/71661 [PATCH] cleanup of the usr.sbin/keyserv c o [2004/09/12] bin/71664 [PATCH] cleanup of the usr.sbin/fwcontrol o [2004/09/12] bin/71665 [PATCH] cleanup of the usr.sbin/dconschat o [2004/09/12] bin/71667 [PATCH] cleanup of the usr.sbin/bootparam o [2004/09/12] bin/71669 [PATCH] cleanup of the usr.sbin/atm code o [2004/09/12] bin/71671 [PATCH] cleanup of the usr.sbin/apmd code o [2004/09/12] kern/71683 [nis] NIS/NFS problem [4.8] o [2004/09/13] docs/71690 doc [patch] inaccurate information in systat( o [2004/09/13] kern/71711 [bpf] [patch] generate a single bpf times o [2004/09/15] bin/71749 [PATCH] truss -f causes circular wait whe o [2004/09/15] conf/71767 [patch] French translations for keyboards s [2004/09/15] bin/71773 des [patch] genericize.pl -c misses some comm o [2004/09/15] kern/71774 [ntfs] NTFS cannot "see" files on a WinXP p [2004/09/16] docs/71782 trhodes mount_nfs(8) man page is a bit out of dat o [2004/09/16] bin/71801 [patch] Add ncurses utility programs: inf o [2004/09/17] kern/71813 I get a geometry error on my wd 200gb hd f [2004/09/17] kern/71818 sanpei QUIRK: support for DMR1000 USP flash pen/ o [2004/09/17] kern/71833 multiple process disc access / injustice s [2004/09/18] bin/71855 [patch] making kdump WARNS=6 clean o [2004/09/20] i386/71924 i386 timeouts with ata+hpt366 controller on BE o [2004/09/20] bin/71928 Disk quota doesn't work with numeric logi o [2004/09/20] conf/71952 missing past participles in /usr/share/di s [2004/09/21] kern/71965 andre TCP MSS issue in combination with ipfw fw o [2004/09/21] threads/71966threads Mlnet Core Dumped : Fatal error '_pq_inse f [2004/09/21] docs/71980 doc Handbook says that no other software is k o [2004/09/22] conf/71994 [patch] dot.login: login shell may unnece o [2004/09/22] standards/72006standards floating point formating in non-C locales f [2004/09/24] ports/72067 obrien [PATCH] editors/vim: i18n and extra suppo o [2004/09/25] conf/72076 [patch] German locales use old %d.%m.%y d o [2004/09/27] bin/72124 [patch] rm -P can't unlink u-w files o [2004/09/29] bin/72173 csplit(1) ver 1.9 wrong behaviour with ne o [2004/09/29] i386/72179 i386 [acpi] [patch] Inconsistent apm(8) output o [2004/09/30] kern/72194 stack backtrace after wakeup from sleepin s [2004/09/30] ports/72202 simon portaudit warns about the CVS server vuln o [2004/09/30] kern/72217 [netinet6] [patch] Bug in calculation of f [2004/09/30] kern/72218 multimedia [sound] audio recording broken with emu10 o [2004/09/30] conf/72219 Sysinstall doesn't enable 3rd party MTA i a [2004/10/01] kern/72224 anholt [agp] umass devices broken by DRM (AGP is o [2004/10/01] bin/72232 qa [sysinstall] Installer installs gui-enabl o [2004/10/03] conf/72277 [patch] update for /usr/share/skel o [2004/10/04] kern/72293 [de] de(4) NIC performance degradation wi o [2004/10/04] kern/72296 [bfe] bfe0: discard oversize frame (ether o [2004/10/04] kern/72338 calcru: runtime wen backwards from ... o [2004/10/05] kern/72352 [puc] [patch] Support for VScom PCI-100L o [2004/10/05] bin/72355 Can't run "strings" on a (disk) device, e o [2004/10/05] bin/72357 [patch] WARNS?=5 cleanup for src/tools/to o [2004/10/06] usb/72380 usb [usb] USB does not work [dual Celeron Abi o [2004/10/06] docs/72383 doc manpage for awk(1) is terribly small and o [2004/10/06] bin/72398 emulators/mtools man pages are too funky o [2004/10/07] kern/72433 [amr] [patch] AMR raid, amrreg.h struct a o [2004/10/09] conf/72465 [patch] United States International keybo o [2004/10/09] kern/72468 andre OS does not know how to handle broadcast. o [2004/10/11] kern/72498 [libc] timestamp code on jailed SMP machi o [2004/10/11] bin/72501 cperciva script(1) loops after EOF is read p [2004/10/11] conf/72505 brian [patch] Fix rc.d/ppp-user to make use of o [2004/10/11] bin/72517 Minor Bug in /etc/login.access o [2004/10/12] kern/72560 jeff [sched_ule] [patch] small cleanup of SCHE o [2004/10/12] kern/72585 [syscons] [patch] iso05-8x16.fnt lacks le o [2004/10/12] bin/72588 [patch] iostat(8) tty stats field concate a [2004/10/13] kern/72639 5.3-BETA7 kernel config option ALT_BREAK_ o [2004/10/13] kern/72659 jeff [sched_ule] [patch] little bug in sched_u o [2004/10/14] bin/72674 [patch] make /usr/bin/whois use SK-NIC's o [2004/10/15] usb/72732 usb [patch] Kyocera 7135 quirk. o [2004/10/15] usb/72733 usb Kyocera 7135 Palm OS connection problem. o [2004/10/15] misc/72741 qa ssh broken on fixit cd (missing /dev/rand o [2004/10/17] bin/72787 gtar in base system doesn't seem to honor o [2004/10/17] bin/72793 [patch] wicontrol(8) prints out non-print a [2004/10/18] bin/72814 bms [patch] libpcap opens bpf as O_RDONLY - d o [2004/10/19] bin/72875 des Some utilities used in debugging do not f o [2004/10/19] bin/72881 yppush pushes map to local server o [2004/10/20] conf/72901 [patch]: dot.profile: prevent printing wh a [2004/10/20] kern/72920 emulation [linux]: path "prefixing" is not done on f [2004/10/20] kern/72933 yar [netgraph] [patch] promisc mode on vlan i a [2004/10/21] conf/72978 [patch] add danish syscons keymap with ac o [2004/10/22] kern/72987 ipfw [ipfw] ipfw/dummynet pipe/queue 'queue [B o [2004/10/22] kern/72995 multimedia [sound] Intel ICH2 (82801BA) - sound near o [2004/10/22] kern/72997 [sk] Network performance down [6-CURRENT] o [2004/10/22] sparc64/72998sparc64 [kernel] [patch] set_mcontext() change sy o [2004/10/23] kern/73034 [libalias] libalias does not handle lower o [2004/10/23] kern/73051 [if_tun] tun0: Warning: ff02:5::/32: Chan o [2004/10/23] usb/73056 usb [usb] Sun Microsystems Type 6 USB mouse n p [2004/10/25] bin/73110 rwatson [patch] ffsinfo conversion from atol() to p [2004/10/25] bin/73112 rwatson [patch] change atol() to strtol() in bads o [2004/10/26] kern/73145 severe network slowdown with DEC 21140 ne o [2004/10/27] kern/73195 bad PATH, missing HOME and TERM env var o o [2004/10/29] kern/73276 ipfw [ipfw] [patch] ipfw2 vulnerability (parse o [2004/10/29] kern/73294 [hang] hangs in default mode when AcceleP o [2004/10/30] i386/73308 i386 unable to install on AMD 2500+,NF2,GF MX4 o [2004/10/30] kern/73328 top shows NICE as -111 on processes start o [2004/10/31] bin/73337 nsswitch: potential invalid free o [2004/11/01] kern/73375 [panic] vinvalbuf: dirty bufs during umas f [2004/11/01] kern/73388 emax [usb] usb-keyboard stops working o [2004/11/02] bin/73411 [patch] FTPD could set attributes to 0600 o [2004/11/03] kern/73492 [feature request] Reliable Temporary File o [2004/11/03] kern/73496 [feature request] A more flexible version o [2004/11/04] kern/73514 [ntfs] [patch] mount_ntfs: can't access t o [2004/11/04] kern/73517 [pfil] pfil_hooks (ipfw,pf etc) and ipsec o [2004/11/05] www/73549 www Mail list archive navigation difficulty s [2004/11/05] www/73551 www List archive 'quoted-printable' corruptio f [2004/11/05] usb/73553 usb [usb] Microsoft USB Internet Keyboard not o [2004/11/06] docs/73583 doc [patch] add missing instructions to ndis( o [2004/11/07] docs/73638 doc ipfw(8): Clarify syntax for use of tables o [2004/11/07] kern/73646 [ahd] I/O performance: with/without MEMIO o [2004/11/07] conf/73653 Proposal of changes to the GENERIC kernel o [2004/11/08] kern/73675 [atapicam] atapicam causes interrupt stor o [2004/11/08] conf/73677 [patch] add support for powernow states t o [2004/11/08] docs/73679 doc FreeBSD 5.3 Release notes mention new nat o [2004/11/09] i386/73742 i386 5.3 rel i386 disk2 image not copying s [2004/11/09] ports/73743 x11 XOrg/XFree xauth add/startx problem o [2004/11/10] kern/73777 emulation [linux] [patch] linux emulation: root dir o [2004/11/10] conf/73786 added WARNING in spanish to stable-supfil p [2004/11/11] conf/73799 Move the last stuff out of usbd.conf o [2004/11/11] i386/73822 acpi [request] add thermal support to ACPI o [2004/11/11] kern/73823 acpi [feature request] acpi / power-on by time o [2004/11/12] bin/73884 Add NetBSD's rawrite32 to install tools o [2004/11/14] i386/73921 i386 [sysctl] [patch] sysctlbyname for machdep o [2004/11/14] conf/73929 dougb [patch] /etc/rc.d/named will not work wit o [2004/11/15] kern/73961 [fdc] floppy disk drive performance probl o [2004/11/16] conf/74004 [PATCH] add fam support to inetd.conf o [2004/11/16] conf/74006 dougb [PATCH] /etc/rc.d/named minor fixes f [2004/11/17] kern/74030 acpi Unplugging AC causes battery % to stay lo o [2004/11/17] kern/74037 [ppc] ppc(4) cannot find parallel port on o [2004/11/18] bin/74062 [gre] ifconfig(8) does not display tunnel o [2004/11/20] bin/74140 ntpdate(8): ntpdate does not try all IPs o [2004/11/20] i386/74153 i386 [pst] FreeBSD 5.3 cannot boot ftom pst o [2004/11/20] kern/74159 [headers] [patch] fix warnings concerned o [2004/11/20] bin/74178 [patch] grdc(6) - scrolling does not work o [2004/11/21] threads/74180threads KSE problem. Applications those riched ma o [2004/11/21] usb/74211 usb USB flash drive causes CAM status 0x4 on o [2004/11/21] conf/74213 [PATCH] Connect src/etc/periodic/security o [2004/11/21] i386/74216 i386 system halts o [2004/11/21] i386/74218 i386 boot floppy (2nd time) read error o [2004/11/23] kern/74281 [digi] digi(4): Digiboard PCI Xem (64-por o [2004/11/24] kern/74314 [resolver] DNS resolver broken under cert o [2004/11/24] i386/74327 i386 [pmap] [patch] mlock() causes physical me s [2004/11/25] kern/74352 NFSCLIENT and booting to an mfsroot via T f [2004/11/25] usb/74358 usb [umass] unplugging at boot time an umass o [2004/11/25] bin/74360 [patch] ndiscvt(8) generates a driver whi a [2004/11/25] bin/74387 linprocfs can be mounted on top of itself o [2004/11/26] bin/74404 sh(1) does not handle signals to subshell s [2004/11/26] ports/74416 fenner update for rtpmon o [2004/11/27] bin/74450 [libalias] [patch] enable libalias/natd t o [2004/11/27] usb/74453 usb Q-lity CD-RW USB ECW-043 (ScanLogic SL11R o [2004/11/27] i386/74454 i386 [bsd.cpu.mk] [patch] Adding VIA Eden fami o [2004/11/28] docs/74477 doc [patch] Correct several links in the cont o [2004/11/29] kern/74498 [pccard] [patch] new CIS id for Intersil o [2004/11/29] bin/74506 [patch] bad top command display o [2004/11/30] kern/74549 [modules] [patch] Allow third party KLDs o [2004/11/30] usb/74557 usb imation 500mb usb key can only be written o [2004/11/30] bin/74567 [2TB] [patch] du doesn't handle sizes >1T o [2004/12/02] amd64/74608 amd64 [mpt] [hang] mpt hangs 5 minutes when boo o [2004/12/02] usb/74609 usb [usb] [patch] allowing cdma modems to wor o [2004/12/02] docs/74612 doc [patch] updates to the glossary o [2004/12/03] i386/74650 i386 System Reboot with umount command o [2004/12/03] gnu/74654 libsupc++.a lacks necessary functions o [2004/12/03] i386/74658 i386 [ata] ATAPI CD not recognized after booti o [2004/12/05] bin/74743 [patch] wctype.c declares static array on o [2004/12/06] ports/74752 simon make takes a little while before anything o [2004/12/06] kern/74777 [request] Bootup "beep" in 5.3 should be o [2004/12/06] kern/74786 [irq] [patch] Smartlink Modem causes inte o [2004/12/07] i386/74803 i386 regression: lost 3Com509B in 5.X o [2004/12/07] amd64/74811 amd64 [nfs] df, nfs mount, negative Avail -> 32 o [2004/12/07] conf/74817 [patch] network.subr: fixed automatic con o [2004/12/07] kern/74827 [fdc] Problem writing data to floppies [5 o [2004/12/08] usb/74849 usb [usb] [patch] Samsung SPH-i500 does not a o [2004/12/08] kern/74868 [acpi] ACPI enabled in 5.3 Release make K o [2004/12/09] usb/74880 usb [usb] [patch] Samsung N400 cellphone/acm o [2004/12/09] ports/74907 apache [PATCH] www/mod_perl: cleanups o [2004/12/10] ports/74919 ale [PATCH] lang/php4: Add hardened-php.org p o [2004/12/10] kern/74920 [ep] [panic] 3Com 3C509-Combo Etherlink I o [2004/12/12] i386/74966 i386 [rl] Realtek driver seems to misinterpret s [2004/12/12] kern/74986 glebius [patch] sysctlize a parameter of if_em's o [2004/12/13] ports/75015 bz cvsup on amd64 coredumps with either runs o [2004/12/14] docs/75068 doc login.conf(5) manual page says nothing ab o [2004/12/15] i386/75090 i386 [ata] READ_BIG errors with Sony CRX1611 o [2004/12/15] kern/75121 Wrong behaviour of IFF_LINK2 bit in 6in6 o [2004/12/15] ports/75130 danfe [NEW PORT] www/mono-xsp: A light-weight w o [2004/12/15] kern/75132 jhb [puc] [patch] add support for the Davicom o [2004/12/15] conf/75137 jhb add snd_* modules support to /etc/rc.d/mi o [2004/12/17] bin/75175 jot duplicates numbers in simple invocati o [2004/12/17] bin/75177 philip Bug selecting psm operation level in mous o [2004/12/17] i386/75185 i386 ACPI doesn't power off Tyan S2460 o [2004/12/19] kern/75254 [wi] [patch] PRISM3-based adapter ZCOM XI o [2004/12/20] kern/75298 [pccard] [patch] add missing device id fo o [2004/12/20] kern/75312 [rl] Built-in RTL8281BL on Asus Pundit AB o [2004/12/21] bin/75362 contrib/smbfs mount_smbfs No buffer space o [2004/12/22] bin/75378 login(1): login/wtmp/utmp not updating pr o [2004/12/22] kern/75380 can not open("..") from top-level directo o [2004/12/23] i386/75420 i386 CMD 648 PCI not work o [2004/12/24] ports/75464 portmgr [patch] bsd.port.mk install default confi o [2004/12/26] conf/75502 [patch] Fix LC_NUMERIC and LC_MONETARY fo o [2004/12/27] docs/75545 trhodes [patch] typos in man3 manual pages, form_ o [2004/12/28] bin/75570 chflags nosappnd directory doesn't work o [2004/12/28] docs/75577 doc [patch] typos in man3 manual pages, login p [2004/12/28] kern/75582 glebius [dc] [patch] Add support for Linksys PCMP o [2004/12/28] i386/75583 i386 Installation fails o [2004/12/28] bin/75585 matteo [unionfs] mount -p on unionfs results in o [2004/12/29] bin/75632 le gvinum commands not consistent with vinum o [2004/12/30] gnu/75662 less -f behavior contradicts man page o [2005/01/01] kern/75702 dwmalone [libc] -O5 flag breaks some compiles in / o [2005/01/01] kern/75710 [cue] cue0 device configuration causes ke o [2005/01/03] kern/75764 [umass] [patch] "umass0: Phase Error" - n o [2005/01/03] bin/75766 [patch] nfsd(8) loops with TCP + multiple o [2005/01/03] bin/75767 WANTED: "fdclose" function in libc o [2005/01/04] i386/75776 i386 NO ps/2 keyboard using USB keyboard under o [2005/01/04] usb/75800 usb ucom1: init failed STALLED error in time o [2005/01/05] bin/75855 getpwent functions on 5.3 with large pass o [2005/01/05] docs/75865 doc comments on "backup-basics" in handbook o [2005/01/06] kern/75873 Usability problem with non-RFC-compliant o [2005/01/06] i386/75881 i386 ACPI suspend/resume doesn't work on ASUS o [2005/01/06] ports/75883 demon mrtg + ucd-snmp give wrong results o [2005/01/06] bin/75884 m4(1): syscmd's output is out of sync wit o [2005/01/06] i386/75898 i386 Exception and reboot: Loader and kernel u o [2005/01/07] usb/75928 usb Cytronix SmartMedia card (SMC) reader has o [2005/01/08] kern/75934 [libcrypt] [patch] missing blowfish funct o [2005/01/09] docs/75995 doc hcreate(3) documentation(?) bug s [2005/01/10] ports/76021 sem portupgrade: package delete can remove ne o [2005/01/10] sparc64/76052marius Incorrect panic strings in sparc64 files o [2005/01/10] gnu/76069 FreeBSD's definition of offsetof isn't go o [2005/01/11] kern/76081 [rl] [patch] Add support for CardBUS NIC o [2005/01/11] bin/76089 The "-n" option in /usr/bin/w is broken o [2005/01/11] docs/76094 doc handbooke: incorrect statement about part p [2005/01/11] ports/76116 ports-bugs PORT UPDATE: graphics/lcms (with PATCH) o [2005/01/12] conf/76124 [patch] Mistake in /usr/share/misc/pci_ve o [2005/01/12] kern/76144 [fifo] poll doesn't set POLLHUP when FIFO o [2005/01/12] gnu/76169 [patch] Add PAM support to cvs pserver o [2005/01/12] kern/76178 scsi [ahd] Problem with ahd and large SCSI Rai o [2005/01/13] conf/76226 Default local.9600 gettytab initially use s [2005/01/14] ports/76247 grog net/arla port update o [2005/01/15] conf/76298 fstab doesn't pass mntops properly o [2005/01/17] docs/76333 doc [patch] ferror(3): EOF indicator can be c o [2005/01/17] bin/76362 sys directory link points to wrong locati o [2005/01/18] kern/76432 gnn [net] [patch] recursive locking in the ne o [2005/01/19] usb/76461 usb [umass] disklabel of umass(4)-CAM(4)-da(4 o [2005/01/20] kern/76485 sched_getparam returns weird priority num s [2005/01/20] conf/76491 Addition into /etc/security few new funct o [2005/01/20] bin/76494 [patch] passwd(1) does not indicate a suc p [2005/01/20] bin/76497 tcpdump dumps core on ppp ipv6cp packets o [2005/01/20] conf/76509 [patch] New locale uk_UA.CP1251 support o [2005/01/20] docs/76515 doc [patch] misleading use of make -j flag in s [2005/01/21] kern/76520 [libiconv] [patch] Add new kernel-side li o [2005/01/21] kern/76539 [dummynet] [patch] ipnat + dummynet on ou o [2005/01/21] kern/76551 [re] [patch] re0: watchdog timeout o [2005/01/23] i386/76587 i386 ps2 mouse weird... o [2005/01/23] bin/76590 adding -mapall in nfs exports requires re o [2005/01/24] conf/76626 [patch] 460.status-mail-rejects shows des o [2005/01/25] i386/76653 i386 Problem with Asahi Optical usb device (Pe o [2005/01/25] kern/76678 rwatson [libpam] [patch] Allow pam_krb5 to authen o [2005/01/26] ports/76695 ports-bugs RPM complaints on installation of linux_b o [2005/01/26] bin/76697 newsyslog keeps one more archive files th o [2005/01/26] kern/76710 [mii] [patch] rgephy does not deal with s o [2005/01/26] bin/76711 parse error in rm.c:check() while parsing o [2005/01/27] usb/76732 usb Mouse problems with USB KVM Switch o [2005/01/27] bin/76736 dwmalone syslogd pipelines losing messages o [2005/01/27] bin/76752 /usr/bin/login o [2005/01/27] bin/76756 des function pw_equal in pw_util.c does not t o [2005/01/29] kern/76818 rwatson ACL modifications touch file's mtime o [2005/01/30] kern/76857 Samsung mouse misbehaviour o [2005/01/31] ports/76915 portmgr [patch] Handle port deinstall scripts whe o [2005/02/01] kern/76950 ACPI wrongly blacklisted on Micron Client o [2005/02/01] kern/76966 udp/520 reply packets when routed is not o [2005/02/01] kern/76972 64-bit integer overflow computing user cp o [2005/02/02] bin/77001 sysinstall binary upgrade clobbers /etc/l o [2005/02/02] bin/77031 [patch] comm(1) unable to handle lines gr f [2005/02/03] bin/77082 krion src/usr.sbin/pkg_install - Add 3 new macr o [2005/02/04] docs/77087 doc [patch] the bootvinum script given in the o [2005/02/04] bin/77089 /sbin/natd: natd ignores -u with passive o [2005/02/04] kern/77091 Keyboard quits working under X with MAXCO o [2005/02/06] kern/77156 FreeBSD does not redirect packets on prop o [2005/02/07] conf/77197 [patch] calendar.judaic is out of date o [2005/02/07] kern/77239 [xl] 3Com 3CXFEM656C does not seem to be o [2005/02/08] bin/77260 df behaviour has changed between 4.x and o [2005/02/08] bin/77261 login doesn't chdir into a group-protecte o [2005/02/08] kern/77273 darrenr [ipfilter] ipfilter breaks ipv6 statefull o [2005/02/10] kern/77341 problems with IPV6 impementation o [2005/02/10] kern/77355 [i386] [patch] Detect i*86 subarches for o [2005/02/10] kern/77365 [amdpm] [patch] amdpm driver has wrong PC o [2005/02/11] kern/77377 Slow downloading from FreeBSD server with o [2005/02/13] bin/77445 ntpd(8): too many recvbufs(40) when ntpd o [2005/02/14] i386/77477 i386 AHA-1542CP SCSI failed to probe o [2005/02/15] bin/77554 type mismatch in IPv6 firewall rule parse o [2005/02/18] kern/77662 diskless hostname set via DHCP only if AC o [2005/02/18] conf/77663 rc Suggestion: add /etc/rc.d/addnetswap afte o [2005/02/21] kern/77826 [ext2fs] ext2fs usb filesystem will not m o [2005/02/21] kern/77841 [libc] [patch] cast away const in getpubl f [2005/02/21] ports/77873 portmgr [patch] New variable: USE_BSD_MK o [2005/02/21] ports/77876 portmgr [patch] Ensure uniqueness of (DOCS|EXAMPL o [2005/02/22] kern/77902 cel [nfs] NFS client should use VA_UTIMES_NUL o [2005/02/22] kern/77913 [wi] [patch] Add the APDL-325 WLAN pccard o [2005/02/22] bin/77918 ceri quota does not exit with a status != 0, i o [2005/02/23] kern/77958 [smbfs] can't delete read-only files via o [2005/02/24] bin/78021 sem_open(3) doesn't mention fnctl.h inclu o [2005/02/24] docs/78041 doc [patch] docs for md(4) need further expla o [2005/02/25] kern/78057 ad0: FAILURE - READ_DMA status=51 error=4 o [2005/02/25] kern/78072 [lge] [patch] Potential memory leak in lg o [2005/02/25] kern/78090 [ipf] ipf filtering on bridged packets do o [2005/02/26] kern/78114 phk [geom] [patch] Solaris/x86 label structur o [2005/02/26] bin/78131 geom gbde "destroy" not working. o [2005/02/27] docs/78138 doc [patch] Error in pre-installation section o [2005/02/27] bin/78170 [patch] Fix signal handler in bootpd a [2005/02/28] docs/78174 markus [patch] Update for Bluetooth-related manp o [2005/03/01] docs/78240 doc [patch] handbook: replace with o [2005/03/02] bin/78304 Signal handler abuse in comsat(8) o [2005/03/03] kern/78342 jeff top -S shows potentially incorrect CPU us f [2005/03/03] usb/78371 usb Philips Wearable Audio Player (128) fails o [2005/03/04] kern/78388 [vr] vr network drivers cause watchdog ti o [2005/03/04] conf/78419 /etc/termcap is a symbolic link o [2005/03/04] bin/78424 Internal IPs on router, natd/libalias bre f [2005/03/05] docs/78440 doc POSIX semaphores don't work by default in o [2005/03/05] kern/78444 jeff [sched_ule] doesn't keep track of the sle p [2005/03/05] kern/78464 ambrisko Rename /proc/mtab to /proc/mounts o [2005/03/06] docs/78480 doc Networked printer setup unnecessarily com o [2005/03/06] ports/78490 portmgr [patch] bsd.port.mk: add PORTEXAMPLES and o [2005/03/07] docs/78520 doc error in man(5) lpd.conf, lpd.perms pages o [2005/03/07] kern/78526 problem with ST380011A Segate and FreeBSD o [2005/03/07] bin/78529 'df' shows wrong info about hard drive af o [2005/03/07] standards/78537phk times(2) not functioning per the Posix sp o [2005/03/07] ports/78554 portmgr [patch] bsd.port.mk: allow install port w o [2005/03/07] bin/78562 Add numerical sorting option to join(1) o [2005/03/09] kern/78646 [libmap] [patch] libmap should canonicali o [2005/03/10] kern/78673 cel [nfs] [patch] nfs client open resets attr o [2005/03/11] ports/78712 perky [Update Ports] Rename ja-pycodec to ja-py o [2005/03/12] bin/78728 ntpd -- noisy when IPv4 or IPv6 interface o [2005/03/12] kern/78756 [libc] [patch] src/lib/libc/nls/fr_FR.ISO o [2005/03/13] kern/78758 sos [ata] [patch] Add support for re-sizing A o [2005/03/13] bin/78759 patch: verbosity for bin/chflags a [2005/03/13] ports/78760 lioux [PATCH] multimedia/kmplayer: Make TV view o [2005/03/13] bin/78763 pjd [PATCH] Added jail support to ps o [2005/03/13] bin/78768 pjd [Patch] Added jail support to top o [2005/03/13] bin/78785 ipfw [ipfw] [patch] ipfw verbosity locks machi o [2005/03/13] kern/78787 sysconf(_SC_CLK_TCK) may return incorrect o [2005/03/14] kern/78812 [workaround] logitech cordless mouse with o [2005/03/15] kern/78849 phk Problems with GBDE encrypted partitions o [2005/03/15] kern/78884 cel [nfs] [patch] nfs client cache negative l o [2005/03/16] conf/78906 rc [patch] Allow mixer_enable="NO" in rc.con o [2005/03/16] docs/78915 doc rfork(2)'s RFTHREAD is not documented o [2005/03/17] amd64/78954 amd64 kerberos 5 failed to build o [2005/03/17] kern/78957 time counter per process stops (syscall: f [2005/03/18] usb/78984 usb Creative MUVO umass failure f [2005/03/18] ports/78990 ache [update] {news,chinese}/tin: integrate pa o [2005/03/19] bin/79008 add option for pom(6) to specify EPOCH o [2005/03/20] kern/79035 le [vinum] gvinum unable to create a striped s [2005/03/20] kern/79048 [libc] realloc() copies data even when th o [2005/03/20] standards/79055stefanf Add an IFS regression test for shells o [2005/03/20] standards/79056standards regex(3) regression tests o [2005/03/20] kern/79058 [panic] floppy umount crash on accidental p [2005/03/20] bin/79063 tjr grep(1) - strange behaviour (most likely o [2005/03/21] kern/79066 [bktr] bktr(4) eating about 10% CPU load o [2005/03/21] standards/79067stefanf /bin/sh should be more intelligent about o [2005/03/21] i386/79091 i386 [i386] [patch] Small optimization for i38 o [2005/03/21] ports/79093 mi net/rdist6 ignore ssh transport s [2005/03/22] kern/79117 isdn [iavc] iavc(4) for AVM B1 PCI does not at o [2005/03/22] i386/79136 i386 disk controller not detected o [2005/03/22] kern/79138 rwatson close while sending on connected UNIX-dom p [2005/03/22] kern/79139 rodrigc [pci] [patch] Support for more PCIe chips o [2005/03/22] kern/79143 [bge] Broadcom NIC driver do not work for o [2005/03/23] docs/79156 doc buffersize knob for sound(4) is a tunable o [2005/03/24] conf/79196 [PATCH] configurable dummynet loading fr o [2005/03/25] bin/79228 [patch] extend /sbin/arp to be able to cr o [2005/03/25] bin/79232 WARNS6 clean libexec/comsat o [2005/03/26] kern/79251 geom [2TB] newfs fails on 2.6TB gbde device o [2005/03/26] kern/79266 [pci] [patch] RELENG_4 pci CONF1_ENABLE_M f [2005/03/27] i386/79272 remko "ata" detects and enables UDMA66 or UDMA1 o [2005/03/27] i386/79274 i386 Autoconfigure fails for O2Micro OZ6812/68 o [2005/03/28] bin/79296 "umount -a -t msdos" not work o [2005/03/28] i386/79317 i386 Freebsd Erasing NVRAM a [2005/03/30] ports/79351 lofi Character passing error in security/pinen o [2005/03/30] kern/79352 [feature request] double tagged q-in-q ne o [2005/03/30] ports/79382 ume package information for cyrus-sasl2-sasla o [2005/03/31] ports/79398 portmgr [patch] bsd.port.mk: add USE_MAKESELF kno p [2005/03/31] conf/79415 Fix "Mothers Day" in calendar.french. o [2005/03/31] kern/79416 darrenr ipf in 4.11 breaks POLA o [2005/04/02] kern/79441 [msdosfs] problem writing on mounted msdo o [2005/04/05] bin/79570 Dynamic OpenSSL engine load disabled o [2005/04/06] bin/79607 obrien grok and default to bzip2-compressed manu o [2005/04/07] kern/79635 82545GM reports the EEPROM Checksum Is No o [2005/04/07] ports/79651 clement [patch] mail/ssmtp: add per-user smtp aut o [2005/04/08] kern/79678 multimedia [sound] sound works except recording from o [2005/04/08] ports/79694 kuriyama net-mgmt/net-snmp: net-snmp-5-2-1.1 witho f [2005/04/09] kern/79705 trhodes mac_seeotheruids not blocking root o [2005/04/09] bin/79714 marcel kgdb user I/O nits o [2005/04/09] usb/79723 usb [usb] prepare for high speed isochronous o [2005/04/09] usb/79725 usb [usb] [patch] USB device speed is not dou o [2005/04/12] i386/79840 i386 Partitioning and formating a new disk fai o [2005/04/13] threads/79887threads [patch] freopen() isn't thread-safe o [2005/04/14] i386/79890 i386 burncd fails on a Pioneer DVD drive o [2005/04/14] usb/79893 usb [umass] [patch] new usbdevs/umass quirks o [2005/04/15] kern/79944 virtual floppy controller of Virtual PC d o [2005/04/15] bin/79965 top(1) messes up narrow terminals while d o [2005/04/16] usb/80010 usb [aue] [patch] add support for the AEI USB o [2005/04/17] kern/80031 [coda] [patch] Remove insque/remque from o [2005/04/18] kern/80048 [aac] [patch] support for HP ML110 G2 SAT p [2005/04/18] bin/80058 adduser -f exits silently if file has emp o [2005/04/18] i386/80081 i386 [if_ndis] Problem loading a NDIS kernel m o [2005/04/19] i386/80092 i386 PC Cards do not work at all on laptop Com o [2005/04/19] i386/80095 i386 ld-elf.so.1 crashes with executables prod o [2005/04/19] ports/80111 ume patch to make WITH_KERBEROS4 working for o [2005/04/19] bin/80117 qa [sysinstall] [patch] smbfs install option o [2005/04/20] conf/80158 request configuration option for specifin o [2005/04/20] docs/80159 doc [patch] rtld(1) mentions "%m" but it's no o [2005/04/21] bin/80176 des fetch does not always work with https wit o [2005/04/21] docs/80186 imp [patch] Footnote is wrong in the /usr/src o [2005/04/22] bin/80256 /rescue/vi doesn't work without terminal o [2005/04/22] bin/80258 [PATCH] Comment why some Binaries are sta o [2005/04/22] kern/80265 D-Link NIC with VIA Rhine II has no carr o [2005/04/23] kern/80269 [libtacplus] [patch] libtacplus tac_get_a o [2005/04/23] kern/80283 [reboot] SMP problem a [2005/04/23] standards/80293standards sysconf() does not support well-defined u p [2005/04/25] bin/80348 rs(1) handles command line arguments impr o [2005/04/27] bin/80411 [patch] df(1): bin/df/df.c sign errors in f [2005/04/27] usb/80420 usb atapicam stops iPod functionality o [2005/04/29] kern/80465 multimedia [sound] pcm0:record:0: record interrupt t o [2005/05/01] conf/80504 [patch] de_DE.ISO8859-1 libc message cata o [2005/05/02] bin/80530 man(1) should become Unicode aware o [2005/05/02] bin/80534 feature request: enumeration of filesyste o [2005/05/03] kern/80580 [panic] 4.11 router panic in lockmgr: loc f [2005/05/04] bin/80610 [patch] netstat(1): lost data due lu form o [2005/05/04] bin/80620 des [patch] fetch -U does not work o [2005/05/04] kern/80626 Out of memory ? then dead o [2005/05/05] kern/80632 multimedia pcm driver missing support for CMI8738 au o [2005/05/05] kern/80642 ipfw [ipfw] [patch] ipfw small patch - new RUL o [2005/05/06] bin/80687 [patch] Missing NULL termination after st o [2005/05/07] bin/80732 [PATCH]: getty(8) and telnetd(8) ignore t f [2005/05/08] usb/80773 usb "usbd_get_string()" could have taken a le o [2005/05/08] usb/80774 usb have "usbd_find_desc" in line with the ot o [2005/05/08] kern/80775 sysctl_handle_string should have a timeou o [2005/05/08] usb/80776 usb [udav] UDAV device driver shouldn't use u o [2005/05/08] usb/80777 usb usb_rem_task() should wait for callback t o [2005/05/09] bin/80812 [ new util ] request to add new util: get o [2005/05/10] kern/80844 [psm] [patch] Increase compatibility of p o [2005/05/10] usb/80854 usb suggestion for new iface-no-probe mechani o [2005/05/10] bin/80868 /bin/sh gives wrong line number of unterm o [2005/05/11] docs/80871 doc terminfo(5) man page source corrupted o [2005/05/11] conf/80907 tmpmfs default change o [2005/05/12] bin/80924 fsck should show CTIME. o [2005/05/12] usb/80935 usb uvisor.c is not work with CLIE TH55. o [2005/05/12] ports/80943 ale lang/php4: update PHP for new mnogosearch s [2005/05/12] ports/80944 lawrance [NEW PORT] www/mnogosearch-php: Mnogosear o [2005/05/12] ports/80946 ale www/php4-mnogosearch: Mnogosearch PHP4 Ex o [2005/05/13] threads/80992threads abort() sometimes not caught by gdb depen o [2005/05/14] kern/80999 [hang] artswrapper freezes system with 1.04, r o [2005/07/27] docs/84154 doc Handbook somewhat off in use of /boot/ker o [2005/07/27] bin/84162 (t)csh: builtins commands with redirectio o [2005/07/27] conf/84172 loader.conf(5) is missing an entry for "d o [2005/07/28] kern/84199 dlinfo in libexec/elf-rtld/rtld.c does no o [2005/07/28] bin/84208 qa [sysinstall] "Leave the MBR untouched" op o [2005/07/28] ports/84212 cy sysutils/screen port can't talk to TTYs o [2005/07/28] kern/84215 [jail] [patch] wildcard ip (INADDR_ANY) s o [2005/07/28] kern/84219 [ncurses] [patch] ncurses.h wchar_t confl o [2005/07/28] kern/84225 gnn losing default route changing netmask on p [2005/07/29] docs/84264 keramida [patch] ata(4) manpage disagrees with tun o [2005/07/29] docs/84265 doc [patch] chmod(1) manpage omits implicatio p [2005/07/29] docs/84266 doc [patch] security(8) manpage should have i o [2005/07/29] docs/84267 doc [patch] chflags(1) manual doesn't say it' o [2005/07/29] docs/84268 doc chmod(1) manpage's BUGS entry is either w o [2005/07/29] docs/84271 ceri [patch] compress(1) doesn't warn about na p [2005/07/29] docs/84273 keramida [patch] disktab(5) manual has bad SEE ALS o [2005/07/29] bin/84298 [patch] allow mount(8) to recognize relat o [2005/07/29] kern/84311 multimedia [sound] 82801FB/FR/FW/FRW Intel High Defi o [2005/07/29] docs/84317 doc fdp-primer doesn't show class=USERNAME di o [2005/07/31] kern/84386 Feature Request: PPPoA Authentication bui o [2005/07/31] docs/84408 doc [patch] dump(8) manpage doesn't require a f [2005/08/01] ports/84448 portmgr [patch] bsd.port.mk: Add "make test" to p o [2005/08/02] docs/84467 doc [patch] bsdlabel(8) manpage uses archaic o [2005/08/02] bin/84494 rpcbind TCP cannot be told to bind to a s f [2005/08/03] kern/84507 multimedia [sound] fm801: Not every card supports va s [2005/08/03] docs/84519 doc [patch] mdoc(7) manpage needs more about o [2005/08/03] bin/84520 whatis(1) program burps on /bin/[ o [2005/08/04] docs/84538 doc sk(4) driver supports Marvell 88E800x chi o [2005/08/04] docs/84549 doc [patch] errno(2) manpage uses "<...>" for s [2005/08/04] docs/84550 doc mdoc(7) manpage erroneously requires SYNO o [2005/08/04] i386/84555 i386 boot2 unable to load kernel directly. o [2005/08/05] bin/84569 rm -W sometime does not work o [2005/08/05] conf/84581 [patch] Teach config(8) to look for kerne o [2005/08/07] bin/84634 fjoe [geom] [patch] new utility to control GEO o [2005/08/07] docs/84645 doc intro(6) manpage should always be install o [2005/08/07] ports/84650 ale customizable pid filename for databases/m o [2005/08/07] amd64/84652 amd64 kbdmap -r dumps core f [2005/08/08] bin/84667 qa [sysinstall] annoying installation proble o [2005/08/08] docs/84670 doc [patch] tput(1) manpage missing ENVIRONME o [2005/08/08] bin/84674 qa [sysinstall] Installer trying to install o [2005/08/09] bin/84705 fdisk(8) program warning about sector num f [2005/08/09] ports/84718 girgen [PATCH] databases/postgresql74-server: Ad o [2005/08/10] ports/84742 java make ports/java/jdk14 use dynamic Motif l o [2005/08/10] conf/84752 [patch] 100.clean-disks cleans file syste o [2005/08/10] kern/84761 shutdown() of non-connected socket should o [2005/08/10] docs/84764 doc [patch] hosts.equiv(5) manpage should SEE o [2005/08/11] kern/84797 [libutil] [patch] State engine in the lib o [2005/08/11] conf/84800 obrien [patch] setting CPUTYPE=nocona on an Inte o [2005/08/11] docs/84806 doc mdoc(7) manpage has section ordering prob s [2005/08/11] ports/84819 ports-bugs [MAINTAINER] math/coq: enable on ia64 o [2005/08/11] kern/84823 [bpf] [patch] bpf in non-blocking mode is s [2005/08/12] misc/84833 netchild include make.conf NO_* targets into delet o [2005/08/12] docs/84849 doc [patch] fdisk(8) manpage doesn't warn fdi o [2005/08/14] bin/84911 [patch] ndisgen(8) can't cope with .sys-f o [2005/08/14] docs/84913 doc bsdlabel(8) manpage seems wrong about fsi o [2005/08/14] kern/84920 math programs reporting incorrect values o [2005/08/15] docs/84955 doc [patch] mdoc(7) manpage should mention mi o [2005/08/15] docs/84956 doc [patch] intro(5) manpage doesn't mention o [2005/08/15] kern/84957 fire_saver.ko causes high CPU usage by sw o [2005/08/15] docs/84961 blackend [patch] Sync NDIS documentation with real o [2005/08/16] gnu/84976 System ncruses does not have wide charact o [2005/08/16] kern/84981 [headers] [patch] header protection for < o [2005/08/16] kern/84983 scottl [udf] [patch] udf filesystem: stat-ting f o [2005/08/16] bin/84992 gcc4.x cleanup of usr.bin/hexdump o [2005/08/16] bin/84993 kientzle gcc4.x cleanup of usr.bin/tar o [2005/08/16] bin/84994 gcc4.x cleanup of usr.bin/wc p [2005/08/16] docs/85008 keramida [patch] environ(7) manpage references bui f [2005/08/16] bin/85011 imp /sbin/restore on 5.4 will not read Solari o [2005/08/17] ports/85031 itetcu [NEW PORT] net/astfax o [2005/08/17] docs/85062 doc [patch] tr(1) manpage omits several chara o [2005/08/17] docs/85063 doc [patch] expand(1) manpage needs to clarif o [2005/08/17] docs/85066 doc [patch] builtin(1) manpage has incomplete o [2005/08/18] usb/85067 usb Cannot attach ScanJet 4300C to usb device p [2005/08/18] docs/85079 keramida [patch] umodem(4) - add "ELSA MicroLink 5 o [2005/08/18] standards/85080standards output of long double subnormals (with pr o [2005/08/18] kern/85086 [ef] [patch] Locking fixes for ef(4) (+re o [2005/08/18] docs/85097 doc [patch] devd.conf.5 lacks a lot of vital p [2005/08/18] standards/85099tjr POSIX violation in split(1) o [2005/08/18] docs/85100 doc NOTES: ICH audio device support statement o [2005/08/19] kern/85106 The ICH7 smb interface is not recognised o [2005/08/19] docs/85118 doc [PATCH] opiekey(1) references non-existin o [2005/08/19] docs/85127 doc [patch] loader(8) manpage uses too-rare " o [2005/08/19] docs/85128 doc loader.conf(5) autoboot_delay incompletly s [2005/08/19] ports/85132 x11 XOrg 6.8.2 won't start on Toshiba Satelli o [2005/08/20] conf/85143 grog [patch] fix usr.bin/calendar/calendars/de o [2005/08/20] amd64/85144 amd64 Asus K8S-MX mobo, integ LAN not recognize o [2005/08/20] ports/85151 kuriyama net-mgmt/net-snmp patch addition request p [2005/08/21] kern/85176 des [kernel] [patch] optimization of fdalloc o [2005/08/21] docs/85186 doc [patch] ktrace(1) manpage doesn't warn ab o [2005/08/21] docs/85187 doc [patch] find(1) manpage missing block inf p [2005/08/22] kern/85203 andre [headers] [patch] add TH_PUSH to TH_FLAGS o [2005/08/22] bin/85204 [patch] add read-ahead to amd(8) for NFS p [2005/08/22] docs/85209 glebius pfsync(4) man page corrections o [2005/08/23] i386/85242 i386 [libc] [patch] libc contains relocation t o [2005/08/23] docs/85243 doc Missing icmp related abbreviations for pf o [2005/08/23] i386/85246 i386 unable to install from CD on Asus PC-DL D a [2005/08/23] ports/85254 ports-bugs [patch] emulators/linux_base-rh-9: add /u o [2005/08/23] kern/85257 [boot] BTX boot loader fails on USB CDROM o [2005/08/24] i386/85273 i386 FreeBSD (NetBSD or OpenBSD) not install o o [2005/08/27] docs/85353 doc [patch] minor cosmetic/punctuation change o [2005/08/27] conf/85363 rc syntax error in /etc/rc.d/devfs o [2005/08/28] bin/85367 qa [sysinstall] [patch] fix package categori o [2005/08/28] i386/85417 i386 [i386] [patch] Possible bug in ia32 float o [2005/08/28] i386/85423 i386 [ex] ex(4) does not correctly recognize N o [2005/08/29] bin/85445 ifconfig(8): deprecated keyword to ifconf o [2005/08/30] bin/85494 fsck_ffs: unchecked use of cg_inosused ma o [2005/08/30] bin/85502 dump prints negative time and gt 100% don o [2005/08/31] ports/85513 netchild Intel C++ compiler not 100% binary compat o [2005/09/02] kern/85648 [net] [patch] provide more specific defau f [2005/09/02] kern/85649 rodrigc [msdosfs] [patch] allow mounting msdos fi o [2005/09/02] kern/85650 [libstand] [patch] modifications to tftp- o [2005/09/02] kern/85651 [kernel] [patch] debugging code to show e o [2005/09/02] i386/85652 i386 [loader] [patch] deal with out-of-memory o [2005/09/02] i386/85653 i386 [i386] [patch] relieve hangs in tight loo o [2005/09/02] i386/85654 i386 [i386] [patch] separate max cpu from max o [2005/09/02] i386/85655 i386 [i386] [patch] expose cpu info for i386 s o [2005/09/02] i386/85656 i386 [i386] [patch] expose more i386 specific o [2005/09/02] kern/85657 [kernel] [patch] capture and expose per-C o [2005/09/02] kern/85658 jeff [sched_ule] [patch] add DDB command, show s [2005/09/04] ports/85704 portmgr [patch] Add WITH_GL user variable to bsd. o [2005/09/04] ports/85707 nork port www/linuxpluginwrapper makes mozilla o [2005/09/04] bin/85712 uncompress(1) program emits bogus "overwr o [2005/09/06] kern/85780 'panic: bogus refcnt 0' in routing/ipv6 o [2005/09/06] kern/85792 53c1030 is detected, but doesn't work pro o [2005/09/06] amd64/85812 amd64 "Rebooting..." on serial console appears o [2005/09/07] conf/85819 [patch] script allowing multiuser mode in o [2005/09/07] amd64/85820 amd64 1.5 times slower performance with SCHED_U o [2005/09/07] gnu/85824 obrien gas crashes when assembling this file o [2005/09/07] i386/85851 i386 system hangs on during booting the machin o [2005/09/08] kern/85886 [an] an0: timeouts with Cisco 350 minipci o [2005/09/09] gnu/85895 [PATCH] cc -print-search-dirs returns (nu o [2005/09/09] kern/85902 strange sysctl output f [2005/09/11] kern/85964 multimedia [sound] Can't play 24 bit audio (Audigy 2 o [2005/09/11] kern/85971 jeff [uma] [patch] minor optimization to uma o [2005/09/11] bin/85977 mount_smbfs needs port parameter p [2005/09/11] docs/85986 keramida FreeBSD keyword missing if you display se o [2005/09/11] usb/85992 usb [uhid] [patch] USB stops working when try o [2005/09/12] kern/86003 Startup reports "failed to attach P_CNT" o [2005/09/13] kern/86049 laptop fan does not turn off if it is "on f [2005/09/14] ports/86098 ale [PATCH] devel/pear-PEAR/Makefile.common: s [2005/09/14] ports/86106 portmgr [patch] ${CC} should be added to ${MAKE_E o [2005/09/14] kern/86124 [em] dell 1850 pro/1000 slow (em problem? o [2005/09/14] docs/86134 blackend [patch] fix inconsistency in handbook sec f [2005/09/15] ports/86145 portmgr devel/m4 should not build its own getopt o [2005/09/15] bin/86148 [patch] dirname(1) doesn't take multiple o [2005/09/16] usb/86195 usb [patch] allow USB Ethernet Adaptor "ELECO o [2005/09/16] ports/86206 openoffice editors/openoffice.org-2.0: Unable to bui o [2005/09/16] ia64/86218 ia64 Mozilla / Firefox: regxpcom or regchrome p [2005/09/16] docs/86228 keramida typos in man4 manual pages, fe.4. p [2005/09/16] docs/86234 keramida Need to explain * in master.passwd in pas o [2005/09/17] conf/86252 gshapiro [PATCH] /etc/rc.d/sendmail wants to build o [2005/09/18] ports/86283 perky devel/newt build WITH_PYTHON fails on amd o [2005/09/18] kern/86290 jeff [kernel] [patch] minor optimizations + cl o [2005/09/18] usb/86298 usb Known good USB mouse won't work with corr o [2005/09/19] kern/86319 cel [nfs] [feature request] support a "noac" o [2005/09/19] ports/86334 ports-bugs x11-clocks/wmclockmon :: bug in internet o [2005/09/19] kern/86336 rwatson [kernel] LOR in kern/uipc_usrreq.c and ke o [2005/09/19] docs/86342 doc bikeshed entry of Handbook is wrong o [2005/09/20] ports/86384 mnag openssh-portable GSSAPI key-exchange patc o [2005/09/21] bin/86388 [patch] periodic(8) daily should backup b s [2005/09/21] ports/86401 ports-bugs new ports multimedia/zapping o [2005/09/21] bin/86405 /usr/bin/more segmentation fault o [2005/09/21] misc/86412 can not link shared libs to libstdc++ and o [2005/09/21] kern/86429 [if_tap] [patch] if_tap doesn't filter fr p [2005/09/21] kern/86437 andre tcp_input.c and tcp_sack.c refer to obsol o [2005/09/21] usb/86438 usb Fix for non-working iPod over USB is in N o [2005/09/22] bin/86454 qa [sysinstall] sysinstall terminates with s f [2005/09/23] standards/86484rwatson [PATCH] mkfifo(1) uses wrong permissions o [2005/09/23] bin/86485 [PATCH] hexdump -s speedup on /dev o [2005/09/25] i386/86563 i386 System doesn't reboot on "shutdown -r now o [2005/09/26] ports/86580 ale [new port] databases/php5-oci8: Oracle OC o [2005/09/26] bin/86587 rm -r /PATH fails with lots of small file o [2005/09/26] bin/86600 qa [sysinstall] Sysinstall boot manager scre o [2005/09/26] ports/86602 ale [NEW PORT] irc/php4-ircg: The ircg (IRC g o [2005/09/26] ports/86608 ale lang/php5: Enhancement to allow dynamic o p [2005/09/27] gnu/86627 brooks src/contrib/bc / option -h / contains typ o [2005/09/27] bin/86635 [patch] pfctl: allow new page character ( o [2005/09/27] bin/86647 natd(8) copy to limited buffer size witho o [2005/09/27] kern/86655 [msdosfs] [patch] msdosfs incorrectly han o [2005/09/28] kern/86657 [kbd] [patch] change to USB keyboard opti o [2005/09/28] bin/86665 qa [sysinstall] sysinstall binary upgrade cl p [2005/09/29] kern/86693 maxim [nis] [patch] inconsistency between getus o [2005/09/29] docs/86733 doc [patch] handbook: add using kldload as an o [2005/09/30] bin/86742 kientzle [libarchive] [patch] Add archive_open_ to a [2005/09/30] kern/86752 mlaier pf does not use default timeouts when rel o [2005/09/30] bin/86765 bsdlabel assing wrong fs type. f [2005/10/01] ports/86776 portmgr [patch] bsd.port.mk - fetch-list doesn't f [2005/10/01] i386/86820 i386 ISO Install Disk hangs after acd0: o [2005/10/03] bin/86859 qa [sysinstall] Installer should ask about L o [2005/10/03] kern/86871 allocation logic for PCBs in TIME_WAIT st o [2005/10/03] bin/86873 file(1) does not recognize 5.x filesystem f [2005/10/04] ports/86899 multimedia multimedia/mjpegtools - lavplay/glav clai o [2005/10/05] kern/86957 ipfw [ipfw] [patch] ipfw mac logging o [2005/10/06] kern/86965 [ntfs] NTFS driver returns incorrect 'num o [2005/10/06] kern/86966 LG GCC-4242N CD-RW write failure o [2005/10/06] conf/86973 Daily periodic mail rejects out of contro o [2005/10/07] bin/87022 telnet hang in ptcout o [2005/10/07] kern/87032 ipfw [ipfw] [patch] ipfw ioctl interface imple o [2005/10/07] kern/87074 mlaier pf does not log dropped packets when max- s [2005/10/07] ports/87092 obrien [UPDATE] editors/vim: notify the user abo o [2005/10/08] www/87119 hrs [patch] encode copyright and such symboli o [2005/10/08] ports/87120 lev [PATCH] Add libiconv support to devel/min o [2005/10/09] ports/87151 nobutaka Update port: editors/emacs Fix package bu p [2005/10/10] conf/87196 matteo human readable disk free in daily output o [2005/10/10] ports/87204 tjr [UPDATE PATCH] net/coda6_server & depende o [2005/10/10] usb/87224 usb Cannot mount USB Zip750 o [2005/10/10] bin/87230 [PATCH] -G is ignored when adduser get ac o [2005/10/11] ports/87234 edwin [patch] bsd.port.mk: add patch-dos2unix t o [2005/10/11] ports/87245 nork DarwinStreamingServer port fails on amd64 a [2005/10/12] ports/87312 obrien Update misc/figlet to 2.2.2 o [2005/10/12] kern/87350 Reproducible 6.0-RC1 kernel panic s [2005/10/13] bin/87352 glebius [PATCH] Add line edit and history support o [2005/10/13] bin/87359 /usr/src/crypto/openssh does not honour N o [2005/10/14] ports/87420 portmgr [patch] bsd.port.mk: implementing WITH_OP p [2005/10/14] docs/87445 trhodes comments for improvement of handbook/kern f [2005/10/16] i386/87507 remko installation of 6.0 RC1 failed to create o [2005/10/16] kern/87515 Splash screen fails to load on boot s [2005/10/16] ports/87528 x11 Missing koi8-r encoding for xorg-fonts-en o [2005/10/16] bin/87529 "pw lock", "pw unlock" should support the f [2005/10/17] ports/87562 ume cyrus-sasl2 make package fails f [2005/10/17] ports/87571 emulation java/jdk15: Port-Installation Java 1.5 Fr o [2005/10/18] ports/87642 portmgr Contrary to ports(7) there is no target " o [2005/10/19] usb/87648 usb [mouse] Logitech USB-optical mouse proble o [2005/10/19] bin/87651 [patch] fsck(8) (on superblock error) tel o [2005/10/19] kern/87653 [drm] ATI Radeon Mobile X600SE not detect p [2005/10/20] docs/87698 jcamou Missing manual entry for rc.conf.local o [2005/10/20] bin/87724 cal(1)/ncal(1) not multibyte aware o [2005/10/20] bin/87726 gssapi.h is not c++ aware o [2005/10/21] kern/87782 multimedia [sound] snd_t4dwave and pcm0:record:0: re o [2005/10/22] kern/87836 [devfs] If using ATAPICAM with cd(dvd)rw o [2005/10/22] bin/87841 fetch should have options to set http "if f [2005/10/22] bin/87843 FreeBSD specific gcc compiler error o [2005/10/22] kern/87845 [sio] [patch] sio(4) should on probe retu o [2005/10/23] docs/87857 doc ifconfig(8) wireless options order matter o [2005/10/23] amd64/87882 amd64 emu10k1 and APCI on amd64 is just noisy o [2005/10/24] conf/87925 [patch] feature request: modify output of o [2005/10/24] docs/87936 doc Handbook chapter on NIS/YP lacks good inf o [2005/10/25] bin/87966 [PATCH] introduce -A flag for newfs to en o [2005/10/25] i386/87968 i386 [fdc] cannot access the floppy device f [2005/10/25] bin/87981 darrenr [patch] ipmon(8) writes pid file even whe o [2005/10/25] kern/87990 [kernel] [patch] SMP Race Condition in kd p [2005/10/26] docs/88015 keramida typo in top(1) manual page o [2005/10/26] i386/88020 i386 cannot boot unless: hint.apic.0.disabled= o [2005/10/26] bin/88056 [patch] feature request: cp(1) could real o [2005/10/27] bin/88077 w(1): w -n problems with IPv6 addresses a o [2005/10/28] kern/88117 [rtld] [patch] support of $ORIGIN in rtld o [2005/10/28] bin/88119 [patch] partial matching for ifconfig(8) o [2005/10/28] kern/88150 des [pam] PAM does not search /usr/local/lib o [2005/10/29] kern/88182 [ural] wep is broken in ural(4) hostap mo p [2005/10/30] conf/88222 [patch] wrong date format in sv_SE.UTF-8 f [2005/10/30] ports/88246 gerald gcc-3.4.5 port does not compile on FreeBS o [2005/10/30] bin/88252 units(1) table errors/omissions for troy o [2005/10/31] www/88263 fenner http://docs.freebsd.org/cgi/mid.cgi outpu o [2005/11/01] ports/88316 obrien [patch] add extra tarballs to vim and pat o [2005/11/01] kern/88320 [nfs] ypxfr(8) talks IPv6 to IPv4-only po o [2005/11/01] kern/88336 [kernel] [patch] setkey(8) -D fails to re o [2005/11/01] bin/88365 [patch] rm(1): "/bin/rm -P" cannot remove o [2005/11/02] bin/88404 ggatec and ggated links to library in /us o [2005/11/02] usb/88408 usb axe0 read PHY failed o [2005/11/03] kern/88450 andre SYN+ACK reports strange size of window o [2005/11/04] docs/88477 doc Possible addition to xl(4) manpage, Diagn o [2005/11/04] bin/88486 [patch] make periodic(8) quiet (configura o [2005/11/04] i386/88491 i386 [panic] Panic when boot installation CD1 o [2005/11/04] docs/88503 doc mkuzip(8) references nonexistant geom_uzi o [2005/11/05] docs/88512 doc [patch] mount_ext2fs(8) man page has no d p [2005/11/05] conf/88515 NTP not starting from RC when using /etc/ a [2005/11/06] bin/88538 [patch] tcsh(1) ls-F spacing incorrect. o [2005/11/07] kern/88576 imp [fe] revision 1.31 to if_fe_pccard.c brea f [2005/11/07] i386/88585 i386 [fdc] Cannot mount floppy (HP Proliant ML o [2005/11/07] bin/88599 ifconfig(8): change in default behavior w o [2005/11/07] kern/88601 pjd Geli cause kernel panic under heavy disk o [2005/11/07] bin/88619 brian [ppp] ppp chat auth fails ( pppoe ) o [2005/11/08] misc/88680 !compiling freebsd components o [2005/11/08] conf/88692 [patch] Amend /etc/periodic/daily/502.pgs o [2005/11/09] kern/88709 [modules] [panic] sysctl -a after kldunlo o [2005/11/09] conf/88712 [patch] freebsd-tips: Add "how to strip U o [2005/11/09] kern/88714 sos [ata] cannot record CD-R since 6.0 (regre o [2005/11/09] amd64/88730 amd64 kernel panics during booting from the ins o [2005/11/10] bin/88780 [PATCH] Baseline ipmon(8) uses LOG_LOCAL0 f [2005/11/11] kern/88820 multimedia [sound] Erratic recognition of VIA 8285 s o [2005/11/11] bin/88821 pjd [PATCH] IPv6 support for ggate o [2005/11/11] bin/88826 qa [sysinstall] sysinstall infinity wait for f [2005/11/11] ports/88829 mnag [NEW PORT] sysutils/logwatch: Customizabl o [2005/11/11] ports/88836 clement Update port: www/apache2 (fix harcoded pi s [2005/11/12] ports/88900 ports-bugs www/flashplugin-mozilla causes Firefox to o [2005/11/13] conf/88913 rc [patch] wrapper support for rc.subr o [2005/11/13] ports/88918 dougb Suggested updates of mail/pine4 Makefile o [2005/11/13] usb/88939 usb Fix cheapy Myson USB-IDE adapter o [2005/11/13] ports/88941 anders Suggested updates of mail/cclient Makefil o [2005/11/13] ports/88942 anders Suggested update of mail/imap-uw Makefile o [2005/11/13] kern/88962 [panic] Kernel panic with ACPI is enabled o [2005/11/14] i386/88965 i386 vidcontrol hangs with 2 modules of RAM o [2005/11/14] ports/89023 leeym USE_BDB doesn't set name of Berkely dB, o o [2005/11/15] conf/89061 [patch] IPv6 6to4 auto-configuration enha f [2005/11/15] usb/89087 usb usb external harddrive hangs with BBB res o [2005/11/16] ports/89097 kris security/dsniff does not build when net/l o [2005/11/16] ports/89098 kris security/dsniff does not build o [2005/11/16] kern/89166 [mouse] jumpy mouse movement o [2005/11/18] kern/89247 [ffs] [patch] QUOTA in 6.0/7.0-current le o [2005/11/19] i386/89294 i386 [identcpu] [patch] unknown CPU (i386/amd6 o [2005/11/20] kern/89305 [vr] [patch] D-Link NIC with VIA Rhine II o [2005/11/20] docs/89325 doc [PATCH] Clarification of kbdmap(5), atkbd o [2005/11/20] bin/89326 [PATCH] Add pattern matching to login.acc s [2005/11/20] ports/89333 perl Fix the cannot create lockfile /root/.spa f [2005/11/21] ports/89349 x11 xorg problem: math/gnuplot: BadAtom (inva o [2005/11/21] kern/89362 Stale references to freed memory f [2005/11/21] ports/89398 portmgr [PATCH] bsd.wx.mk and patches o [2005/11/22] bin/89403 fetch(1) doesn't honour authentication cr o [2005/11/22] kern/89411 [acpi] acpiconf bug o [2005/11/23] ports/89441 hrs TeX support in FreeBSD is problematic. p [2005/11/24] kern/89481 keramida [ata] Spelling error in ata-lowlevel.c o [2005/11/24] docs/89492 doc vfs doc: some VOP_*(9) manual pages are o o [2005/11/25] kern/89522 6.0-RELEASE will not boot on some Compaqs o [2005/11/25] kern/89553 [bktr] [patch] going from 5.3 -> 6.0 winT f [2005/11/26] i386/89568 i386 [NOTES] XBOX options missing from NOTES s [2005/11/27] ports/89648 portmgr OPTIONS and conditional USE_* conflict in o [2005/11/28] ports/89670 ade [patch] Automake 1.9 not detecting cppuni o [2005/11/29] kern/89738 [ndis] [hang] Can't make WL8000PCM wifi c o [2005/11/30] docs/89747 doc [PATCH] faq: s/kbd0/ukbd0/ when USB keybo o [2005/11/30] kern/89748 dwmalone [bpf] [patch] BPF indexed byte load can s o [2005/11/30] bin/89762 [patch] top(1) startup is very slow on sy o [2005/11/30] bin/89770 des [patch] pam_krb5 'authentication token fa o [2005/12/01] bin/89799 [patch] Making natd(8) not require a newl o [2005/12/02] kern/89837 [pci] PCI code outputs superfluous "faile o [2005/12/02] conf/89860 matteo [patch] Add ability to set up vnode backe o [2005/12/03] conf/89870 rc [patch] feature request to make netif ver o [2005/12/03] kern/89885 [ata] Writing to S-ATA HDD in DMA mode fa o [2005/12/03] ports/89896 ale [PATCH] Add support for multiple versions o [2005/12/05] bin/89959 brooks dhclient(8): dhcp: ip length 314 disagree o [2005/12/05] ports/89972 apache portupgrade apache+ssl fails on dependenc o [2005/12/05] bin/89988 [patch] bootparamd(8) null host support a o [2005/12/05] bin/89989 [patch] Add option to /usr/sbin/jail: -I o [2005/12/05] kern/89991 [ufs] softupdates with mount -ur causes f o [2005/12/05] ports/89996 ports-bugs Update linux-winetools to latest version o [2005/12/06] kern/90012 scottl [ips] [patch] IBM/Adaptec ServeRAID 7x su f [2005/12/07] i386/90060 remko Installation error on acer 3002wlc laptop o [2005/12/07] kern/90063 [procfs] access("/proc/123", F_OK) doesn' s [2005/12/07] conf/90082 matteo [syscons] [patch] curses ACS line graphic a [2005/12/08] ports/90094 roam Update port: security/mhash to 0.9.3 o [2005/12/08] bin/90114 [patch] pw(8) takes strings after option o [2005/12/09] bin/90130 [patch] sysctl(8): print temperature in c f [2005/12/09] ports/90146 tmclaugh [New Port] database/castle.activerecord ( o [2005/12/09] kern/90155 [netinet] [patch] use sysctl(8) to contro a [2005/12/09] conf/90163 dougb [patch] Easily launch non-forking daemons o [2005/12/10] kern/90181 [NOTES] [patch] IPSEC_FILTERGIF documenta o [2005/12/11] i386/90243 i386 Laptop fan doesn't turn off (ACPI enabled o [2005/12/12] bin/90266 philip bsnmpd(1) returns bad data during a snmpw o [2005/12/12] bin/90299 Segmentation fault in fdisk(8) o [2005/12/12] bin/90311 [patch] add "eject" to mt(1) o [2005/12/13] sparc64/90316sparc64 Keyboard "lock" key lights not working pr o [2005/12/13] kern/90333 das [libc] libc/gdtoa::__hldtoa() bug s [2005/12/13] bin/90367 [feature request] libmap.conf needs exclu o [2005/12/13] kern/90368 pxeboot misses ${class} parameter when bo f [2005/12/14] ports/90383 ache wu-ftpd does't work with anonymous in Fre o [2005/12/14] bin/90384 [patch] chroot patch for sftp-server(8) o [2005/12/15] conf/90413 tap0 interface not configured at boot-tim o [2005/12/15] bin/90415 [patch] Add -Z (no newfs) to mount_mfs(8) o [2005/12/15] ports/90436 portmgr [patch] Add a way to handle configuration o [2005/12/16] ports/90484 perky lib/python2.4/lib-dynload/nis.so: Cannot o [2005/12/16] docs/90498 doc [patch] wrong parameter name to function o [2005/12/17] kern/90521 [udf] [patch] UDF driver might calculate o [2005/12/17] bin/90524 reset(1) doesn't fully restore terminal s o [2005/12/17] bin/90580 wordexp(3) fails to check for EINTR o [2005/12/20] bin/90680 [patch] make(1) thinks "^.for.o:" is a di o [2005/12/20] bin/90687 [patch] side effect of -delete option of o [2005/12/20] bin/90690 ps(1) errorneously respects terminal colu o [2005/12/20] docs/90711 doc missing man page for sigtimedwait(2) o [2005/12/22] kern/90820 [ata] aborting burncd may keep drive "loc f [2005/12/22] i386/90821 remko Install cd fails on vectra 6/180 w/ scsi o [2005/12/22] bin/90823 [PATCH] cp(1) should use lchflags() o [2005/12/22] ports/90829 perky Remove fcntlmodule.c patch from lang/pyth o [2005/12/23] i386/90839 i386 [ata] burncd gets error on CDRIOCFIXATE w o [2005/12/23] bin/90854 [ata] problem with cd recorder (RICOH CD- f [2005/12/24] kern/90871 acpi ACPI problems with ASUS A8N-VM-CSM o [2005/12/26] ports/90922 az `New port: editors/yzis A vim-like editor o [2005/12/27] kern/90990 [PATCH] ncurses doesn't compile with --en o [2005/12/28] bin/91002 calendar(1): funky sorting when going aro o [2005/12/28] kern/91010 daichi [unionfs] [patch] new source code and som o [2005/12/28] bin/91034 [patch] minor fix to iostat(8) so that co o [2005/12/29] bin/91049 [patch] dump(8): make dumps more rsync-fr o [2005/12/30] bin/91101 [patch] /usr/src/usr.bin/whereis/whereis. o [2005/12/30] conf/91106 date definitions in pl_PL locale are wron o [2005/12/31] bin/91134 [smbfs] [patch] Preserve access and modif o [2005/12/31] docs/91149 doc read(2) can return EINVAL for unaligned a o [2006/01/01] docs/91174 ceri [REQUEST] Handbook: Addition of Oracle 9i f [2006/01/01] usb/91191 usb HP LaserJet 1020 (USB printer) not recogn o [2006/01/02] amd64/91195 amd64 FreeBSD 6.0(amd64) and Asus A8R-MVP o [2006/01/02] bin/91205 qa [sysinstall] sysinstall package options s o [2006/01/02] ports/91219 olgeni sysutils/webmin: Webmin / Nvidia / Gnome o [2006/01/02] bin/91226 phk make buildworld fails with read-only /usr f [2006/01/03] ports/91244 java Bad instruction on making process of jdk1 o [2006/01/04] kern/91293 emulation [svr4] [patch] *Experimental* Update to t o [2006/01/04] docs/91297 doc restore(8) man page not accurate? o [2006/01/04] bin/91299 yar [patch] add ftpd(8) SITE SHA256 command o [2006/01/04] ports/91310 obrien Thare is a bug in the port's Makefile for p [2006/01/04] kern/91315 anholt [agp] [patch] add Intel E7505 chipset sup o [2006/01/04] bin/91316 pax(1): pax -pe does not preserve times o o [2006/01/05] kern/91332 [patch] Linksys EG1032 V3.0 Gigabit card f [2006/01/05] sparc64/91334sparc64 FreeBSD 6.0 don't support tftp boot from o [2006/01/05] conf/91342 [devfs] Errors in devfs.rules files don't o [2006/01/05] kern/91347 rodrigc [pci] [patch] Add another PCI-e chipset f o [2006/01/06] bin/91393 window(1) changes console cursor shape to f [2006/01/06] bin/91394 brian ppp(8) sets mtu 1500 for PPPoE link p [2006/01/06] kern/91412 andre [netinet] [patch] Problem with PMTU Disco o [2006/01/06] kern/91414 emaste [kernel] [patch] Polling for devices othe o [2006/01/06] kern/91419 [netgraph] libnetgraph/debug.c compile er p [2006/01/07] docs/91448 keramida [patch] fdc(4) man page refers to non-exi s [2006/01/07] ports/91451 ports-bugs lftp may segfaults when linked with Readl o [2006/01/07] kern/91476 [fdc] [patch] floppy drive doesn't work i o [2006/01/08] kern/91488 [isofs] [patch] cd9660 filesystem cannot f [2006/01/08] misc/91498 CVSCMDARGS has incorrect syntax in src/re o [2006/01/08] kern/91502 sos [ata] [patch] ICH7 - finds only 2 out of o [2006/01/08] docs/91506 doc ndis(4) man page should be more specific f [2006/01/08] usb/91516 usb [umass] umass0 problems, with Freecom Cla p [2006/01/08] docs/91518 trhodes [patch] Update handbook section "Rebuildi o [2006/01/09] usb/91546 usb [umodem] [patch] Nokia 6630 mobile phone o [2006/01/09] ports/91553 secteam Make portaudit call programs in /sbin wit o [2006/01/09] ports/91558 lioux Upgrade math/mprime from 0.0.23.5 to 0.0. o [2006/01/10] i386/91594 i386 FreeBSD > 5.4 w/ACPI fails to detect Inte o [2006/01/10] bin/91606 sha1(1): sha1 /dev is suspended o [2006/01/10] bin/91608 tar(1) reports (Empty error message) on t o [2006/01/10] i386/91609 i386 Booting takes *a long time* unless power o [2006/01/11] ports/91681 clement apache-2.0.54_4 building modules fails us o [2006/01/12] i386/91719 [pxe] BZ2_bzDecompress returned -3 error o [2006/01/12] kern/91720 [pxe] pxeboot always tries to do an rpc c o [2006/01/13] i386/91761 i386 [ata] NEC_DVD-RW + system start: semaphor f [2006/01/13] kern/91777 darrenr [ipfilter] [patch] wrong behaviour with s o [2006/01/15] usb/91811 usb Compact Flash in HP Photosmart 2610 retur o [2006/01/15] ports/91838 danfe [BUG] graphics/svgalib: tty switching is o [2006/01/15] ports/91843 anders [patch] thttpd with USE_SENDFILE generate o [2006/01/16] kern/91847 ipfw [ipfw] ipfw with vlanX as the device p [2006/01/16] kern/91851 andre [netinet] [patch] cannot collect multicas o [2006/01/16] usb/91863 usb Philips USB webcam driver o [2006/01/16] i386/91871 i386 [boot1] [patch] boot1: jump to 0xf000:0xf a [2006/01/17] ports/91893 danfe [UPDATE] games/fuhquake: remove some opti o [2006/01/17] usb/91896 usb Serial Number of USB Memory Sticks is not o [2006/01/17] kern/91908 darrenr [ipnat] loading ipl.ko to the kernel comp a [2006/01/18] ports/91933 portmgr Mk/bsd.port.mk - introduce USE_LDCONFIG{, p [2006/01/18] bin/91973 des [libfetch] [patch] relax fetch(1) reactio o [2006/01/19] bin/91980 yppasswdd(1) leaves zombie sh processes o [2006/01/19] ports/91984 alepulver [NEW PORT] games/linux-ut: Unreal Tournam o [2006/01/19] bin/91993 sam dhclient(8) option missing, script incomp s [2006/01/19] ports/92022 oliver Adding event to the calendar fails when m o [2006/01/19] kern/92023 [kernel] 'options DEVICE_POLLING' makes l o [2006/01/20] bin/92062 mdconfig(8): mdconfig -l shows 95 entries o [2006/01/21] ports/92093 lev russian/apache13-modssl doesn't compile o [2006/01/22] ports/92123 portmgr [patch] bsd.port.mk: PLIST_SUBX and SUBX_ f [2006/01/22] ports/92133 ports-bugs [PATCH] comms/spandsp: 0.0.2p22 fixes var f [2006/01/22] ports/92138 aaron [NEW PORT] sysutils/cmstape: Read and wri f [2006/01/22] ports/92141 aaron [NEW PORT] sysutils/ansitape: Read or wri f [2006/01/22] ports/92144 aaron [NEW PORT] sysutils/magtape: Generalized f [2006/01/22] ports/92145 aaron [NEW PORT] sysutils/read20: A program to o [2006/01/23] ports/92197 aaron New port: www/ojs2 Open Journal Systems o [2006/01/24] kern/92238 [ata] Spurious "atapci1: failed to enable o [2006/01/24] kern/92270 glebius ppp(8): ppp does not work on renamed netw o [2006/01/24] ports/92284 ports-bugs audio/aureal-kmod - au88x0-1.3_4 is unfet o [2006/01/25] ports/92289 ports-bugs audio/mbrolavox - fr4 and nl3 are incorre o [2006/01/25] usb/92306 usb [quirk] [patch] Support for iRiver U10 US o [2006/01/25] kern/92323 [iwi] [patch] XI330_IEEE missing from if_ o [2006/01/26] standards/92360standards [headers] [patch] Missing TAB3 in kernel o [2006/01/26] standards/92362standards [headers] [patch] Missing SIGPOLL in kern o [2006/01/26] bin/92370 pppd(8): ppp server not accessible to IPV o [2006/01/26] kern/92381 [drm] i915 drm module unuseable by X.org o [2006/01/26] bin/92395 [patch] truss(1) does not work properly, o [2006/01/27] usb/92403 usb [uplcom] uplcom.c needs new entry for 4.0 o [2006/01/27] bin/92412 [patch] rup(1): rpc.rstatd reports bogus o [2006/01/27] ports/92429 ports-bugs new port: science/caret (advice needed) o [2006/01/27] ports/92434 portmgr Patch: Mk/bsd.port.mk automatic show pkg- s [2006/01/28] ports/92445 portmgr [patch] change all bogus uses of BROKEN t f [2006/01/28] usb/92462 usb [patch] Add support for Epson CX3500/3600 o [2006/01/29] ports/92490 clement www/apache22: crash in bn_mul_add_words i o [2006/01/29] i386/92501 i386 [irq] Hang on boot with ACPI enabled on A o [2006/01/29] kern/92509 tegge [patch] Incorrect Comment in vm_fault o [2006/01/29] kern/92512 multimedia [sound] distorted mono output with emu10k o [2006/01/30] conf/92523 rc [patch] allow rc scripts to kill process o [2006/01/30] amd64/92527 amd64 no driver for "CICADA VSC 8201 Gigabit LA o [2006/01/30] conf/92541 [PATCH] add ca_AD, ca_FR and ca_IT locale o [2006/01/30] ports/92548 ahze [PATCH] textproc/p5-xmltv: Fix 'bad makef o [2006/01/30] kern/92557 multimedia [sound] Contrary to 6.0 release notes, sn a [2006/01/31] ports/92588 linimon make fetchindex failed with FETCHINDEX=wg o [2006/01/31] ports/92604 ale mysql41-client broken with non-default ch o [2006/01/31] ports/92620 glewis jdk14 under the environment where net.ine o [2006/01/31] docs/92626 doc jail manpage should mention disabling som p [2006/01/31] standards/92640schweikh A pristine /bin/sh does not set the PWD v f [2006/02/01] ports/92651 itetcu graphics/gmt - WITH_EVERYTHING doesn't fe o [2006/02/01] ports/92655 glebius update net/mpd4 f [2006/02/01] ports/92688 portmgr [PATCH] bsd.port.mk: add check to USE_DOS s [2006/02/01] ports/92689 portmgr [UPDATE] Replace USE_CRLF with USE_DOS2UN f [2006/02/01] ports/92707 gerald lang/gcc42 fails to build on FreeBSD 4.11 o [2006/02/02] bin/92723 [feature request] fdisk(8) should be able o [2006/02/02] ports/92737 openoffice editors/openoffice.org-2.0 build failure o [2006/02/02] ports/92738 bms [patch] net/libpcap LIBPCAP_OVERWRITE_BAS o [2006/02/02] kern/92744 [rl] problems with a realtek network card f [2006/02/03] ports/92755 ports-bugs databases/slony1: Add ability to run slon f [2006/02/04] ports/92804 lawrance mozplugger doesn't find /usr/local/etc/mo o [2006/02/05] usb/92852 usb Vertical scroll not working properly on A o [2006/02/06] bin/92866 krion pkg_add(1) should return a different resu o [2006/02/06] bin/92867 krion pkg_add(1) needs an option to disable dep o [2006/02/06] kern/92880 [libc] [patch] almost rewritten inet_netw o [2006/02/06] kern/92926 [headers] [patch] Missing copyright in /u s [2006/02/07] www/92973 www [patch] mailto.sgml o [2006/02/07] amd64/93002 amd64 amd64 (6.0) coredumps at unpredictable ti o [2006/02/08] ports/93007 portmgr Add power of find utility to USE_DOS2UNIX o [2006/02/08] usb/93011 usb HP ScanJet 6200C & uscanner problem o [2006/02/08] ports/93032 ports-bugs LPRng uses incorrect paths to config file o [2006/02/08] ports/93033 tobez Problem using perlcc o [2006/02/09] amd64/93090 amd64 NIC on GA-K8NF-9 motherboard is recognize o [2006/02/09] kern/93093 [libc] xdr_string might call strlen(3) on o [2006/02/09] ports/93099 java java/jdk14: Modify /etc/manpath.config o [2006/02/09] ports/93107 ale MySQL ports missing switch to compile wit o [2006/02/10] gnu/93127 [PATCH] add __FreeBSD_kernel__ to pre-def o [2006/02/10] docs/93130 keramida addition to handbook section 14.11 Open S o [2006/02/11] bin/93171 roberto ntpdate returns garbage output on amd64 o [2006/02/11] kern/93172 [isp] [patch] uintXX_t style(9) updates o [2006/02/11] ports/93185 ale graphics/pecl-imagick port causes SIGABRT o [2006/02/11] kern/93197 [libc] strptime(3) succeeds on formats it f [2006/02/12] ports/93216 lawrance [PATCH] finance/gnucash-devel: Add develo o [2006/02/12] ports/93218 ports-bugs New port: sysutils/bsd-splash-changer Boo o [2006/02/12] ports/93223 ports-bugs New port(s) devel/cl-infix o [2006/02/12] docs/93249 doc rewrite of handbook chapter 23 (PPP & SLI o [2006/02/13] bin/93275 qa [sysinstall] Failure to install after res p [2006/02/13] ports/93276 secteam [patch] security/ca-roots: Update expired o [2006/02/13] ports/93279 skv devel/cvsmonitor: not useable (/dev/mem: f [2006/02/13] ports/93304 ports-bugs [PATCH] sysutils/bacula-server port to no f [2006/02/13] bin/93309 [PATCH] rpc.rquotad: group quota support o [2006/02/13] bin/93310 des [libpam] [patch] pam_unix ignores 'passwo o [2006/02/14] ports/93318 ports-bugs New port: x11-toolkits/swt32, Eclipse SWT o [2006/02/14] kern/93331 [kernel] [patch] broken asm in kernel o [2006/02/14] misc/93341 phk make more flexibitily for NanoBSD customi o [2006/02/14] docs/93363 doc Handbook 23.11. SMTP-Authentifizierung o [2006/02/15] kern/93368 sos [ata] [patch] ATA_SMART command is missin o [2006/02/15] kern/93369 [ata] [patch] Fix failed detection of Nvi o [2006/02/15] ports/93373 portmgr bsd.port.mk: introduce a new keyword for o [2006/02/15] ports/93374 obrien ports/net/rdesktop does not compile on 4. o [2006/02/15] kern/93378 [tcp] Slow data transfer in Postfix and C o [2006/02/15] kern/93381 reboot(8) works but 'reboot -n' hangs o [2006/02/15] usb/93389 usb Digital Camera Pentax S60 don't work o [2006/02/15] kern/93393 imp [ed] [patch] Add Micro Research PCMCIA LA o [2006/02/15] ports/93397 aaron [NEW PORT] print/easylatex: Perl script w f [2006/02/15] bin/93400 anonymous ftp(1) login failing with base o [2006/02/16] kern/93414 scottl [aac] [patch] compilation problem in aac_ o [2006/02/16] kern/93422 ipfw ipfw divert rule no longer works in 6.0 ( o [2006/02/16] kern/93435 [ufs] [panic] kernel panic after setting f [2006/02/16] kern/93448 glebius [carp] CARP advskew not propagated to VRR o [2006/02/17] bin/93473 des [patch] Let pam_unix(8) use "passwordtime o [2006/02/17] usb/93484 usb [umass] [patch] QUIRK: Toshiba TransMemor o [2006/02/17] docs/93491 doc discrepancy man page for pam_unix(8) f [2006/02/18] docs/93517 doc Presented usage of Ports in Handbook lack o [2006/02/18] ports/93540 kuriyama [PATCH] security/gnupg; enable OPTIONS; c o [2006/02/19] ports/93559 openoffice OpenOffice.org-2.0.2 compile error o [2006/02/19] ports/93560 roam [PATCH] dns/djbdns-ipv6: Update IPv6 patc o [2006/02/19] ports/93569 wes Patches to update mail/mimedefang to 2.56 o [2006/02/19] ports/93576 alepulver [NEW PORT] games/quake3-rq3: Quake III Ar o [2006/02/20] docs/93590 doc [patch] pf.conf's man page mentions route o [2006/02/20] ports/93601 portmgr bsd.port.mk: new ports' feature: make mis o [2006/02/21] kern/93634 [msdosfs] False access to renamed files/d o [2006/02/21] bin/93644 sh(1): Wrong handling of 'return 1' in /b o [2006/02/21] misc/93661 [patch] loader(8): prevent *.4th files an o [2006/02/21] ports/93667 x11 x11/xorg-libraries: undefined symbol in l p [2006/02/21] ports/93671 gnome [UPDATE] graphics/glitz to 0.5.3 o [2006/02/21] kern/93676 [agp] Yet another i915G drm/agp issue o [2006/02/22] docs/93683 jcamou [PATCH] some typos in klist(1) o [2006/02/22] ports/93687 portmgr [PATCH] Split bsd.port.pre.mk - allow OPT s [2006/02/22] ports/93690 portmgr /usr/ports/Mk/bsd.gcc.mk doesn't know abo f [2006/02/22] ports/93693 itetcu [New Port] biology/io_lib: trace file rea o [2006/02/22] kern/93705 standards [headers] [patch] ENODATA and EGREGIOUS ( p [2006/02/22] usb/93720 iedowse [umass] [patch] Kernel Dump to USB umass o [2006/02/22] ports/93726 ports-bugs [NEW PORT] deskutils/kxdocker and plugins o [2006/02/22] ports/93730 roam mhash port update from 0.9.2 to 0.9.4a. o [2006/02/23] ports/93736 ports-bugs [NEW PORT] x11-toolkits/paragui-devel: Cr o [2006/02/23] powerpc/93746ppc Did not detect aic7901 scsci card o [2006/02/23] kern/93755 [kernel] [patch] 2 copy'n'paste-os in sys o [2006/02/23] docs/93764 jcamou [patch] addition to firewalls section - i o [2006/02/23] kern/93770 ati 9600 PRO radeon not recognized by the o [2006/02/24] ports/93781 az [NEW PORT] comms/ktrack: Amateur Radio sa o [2006/02/24] docs/93785 yar The man page for ftpchroot(5)/ftpusers(5) a [2006/02/24] kern/93790 cperciva cpufreq missing frequencies o [2006/02/24] i386/93793 i386 [kbd] Keyboard stops working after a shut o [2006/02/24] ports/93802 ports-bugs net-mgmt/cidr has Corrupted redzones in 7 o [2006/02/25] conf/93815 rc [patch] Adds in the ability to save ipfw o [2006/02/25] kern/93825 pf [pf] pf reply-to doesn't work o [2006/02/25] misc/93838 [patch] Add notice to /usr/src/Makefile t o [2006/02/25] bin/93841 dwmalone [patch] fix seg fault with dmesg(8) o [2006/02/26] www/93854 www Cannot proceed to page after the first in o [2006/02/26] bin/93857 [patch] kiconv_cs_preload(8): Utility for o [2006/02/26] kern/93860 [msdosfs] [patch] sectors-per-track limit o [2006/02/26] usb/93872 usb [patch] SCSI quirk required for ELTA 8061 f [2006/02/26] ports/93876 linimon [UPDATE]: audio/wavbreaker: Update to ver a [2006/02/27] ports/93883 aaron New port: textproc/p5-libxmlenno The "li o [2006/02/27] kern/93887 [kernel] cpu_spinwait calls missing in su p [2006/02/27] kern/93897 emax [if_tap] [patch] if_tap doesn't handle kq o [2006/02/27] bin/93915 krion [patch] pkg_add(1) behaves improperly whe f [2006/02/28] ports/93920 aaron New port: databases/ocaml-sqlite3 OCaml b o [2006/02/28] amd64/93930 amd64 Page fault on `kldunload snd_driver` o [2006/02/28] ports/93957 aaron New port: devel/ocaml-ounit Unit test fra f [2006/02/28] ports/93958 ports-bugs New port: cad/jspice3 o [2006/03/01] kern/93976 [if_tun] [patch] if_tun doesn't handle kq o [2006/03/01] i386/93986 multimedia Acer TravelMate 4652LMi pcm0 channel dead o [2006/03/01] ports/93987 tobez lang/perl5x: Allow the perl ports to spec o [2006/03/01] ports/94000 ports-bugs request: fork of security/srm with update f [2006/03/02] ports/94011 ports-bugs Mark textproc/py-4suite 1.0b1 as unusable o [2006/03/02] ports/94013 portmgr WITHOUT_X11 does not stop X11 ports from o [2006/03/02] ports/94016 ports-bugs new port mail/contactsmenu o [2006/03/02] ports/94024 sat New port: net-im/py-punjab HTTP jabber c f [2006/03/02] bin/94032 krion [patch] Enhancement to pkg_add(1) to add o [2006/03/02] ports/94036 ports-bugs Minor graphics/mesagl update to 5.0.2 o [2006/03/03] ports/94043 ade [patch] bsd.autotools.mk: aclocal can't f o [2006/03/03] bin/94045 [nullfs] dump(8) seg-fault on nullfs o [2006/03/03] bin/94051 login(1): IP network in login.access igno o [2006/03/03] bin/94052 [PATCH]: Adds option to script(1) to supp o [2006/03/04] bin/94060 Users can hide themselves with a trick o [2006/03/04] ports/94073 ports-bugs [NEW PORTS] x11-toolkits/libsmokeqt, x11- o [2006/03/04] ports/94074 ports-bugs [NEW PORTS] x11-toolkits/ruby-qt3, x11-to o [2006/03/05] kern/94082 [re] [patch] USR 997902 Gig-Ethernet card o [2006/03/05] kern/94091 sos [ata] Audio CD is still detected even aft o [2006/03/05] ports/94093 kde qt/KDE install from ports creates files o o [2006/03/05] ports/94108 johans Update port: net/openser o [2006/03/06] docs/94125 doc DGE-530T doesn't work on FreeBSD v6.0 o [2006/03/06] usb/94132 usb USB QUIRK for CENTURY EX35QUAT disk enclo o [2006/03/06] ports/94138 portmgr [patch] Mk/bsd.gcc.mk, Mk/bsd.port.mk: CP o [2006/03/06] bin/94140 some "make check-old" missed files f [2006/03/06] usb/94147 usb doesn't recognise my USB keyboard o [2006/03/06] usb/94148 usb Make if_cdce work with ARM linux handheld o [2006/03/07] bin/94154 [sysinstall] [patch] add release and arch s [2006/03/07] bin/94159 feature request: ipsecctl ported from ope o [2006/03/07] ports/94167 x11 [patch] x11/xorg-clients: install xdm/Xst o [2006/03/07] www/94168 www Typo in release notes for 6.0R o [2006/03/07] ports/94172 openoffice editors/openoffice.org-2.0 needs sane sym p [2006/03/07] bin/94180 ume portsnap does not handle HTTP_PROXY_AUTH p [2006/03/07] bin/94181 ume portsnap should remove the trailing dot f s [2006/03/07] kern/94182 [altq] [feature request] altq support for o [2006/03/07] ports/94188 lioux multimedia/libdv reorder_block() incorrec o [2006/03/07] ports/94189 ports-bugs New port: Linux Matlab 6.5r13 o [2006/03/07] sparc64/94190sparc64 hw.physmem tunable does not work on sparc o [2006/03/08] ports/94216 sumikawa add patch to net/zebra o [2006/03/08] kern/94227 'no dump device defined' on random occasi o [2006/03/08] ports/94244 aaron New Port: security/pecl-crack o [2006/03/08] kern/94249 andre [netinet] Inconsistent use of time_second o [2006/03/09] ports/94259 lawrance nsca port needs an rc.d script (included) o [2006/03/09] kern/94269 [nullfs] procfs shows wrong data if execu f [2006/03/09] ports/94271 ports-bugs New Port: ifp-manager (a GUI interface fo o [2006/03/09] kern/94273 gnn [netipsec] [patch] IPIP decapsulation pro f [2006/03/09] ports/94286 itetcu [NEW PORT]: devel/staf An extensible mult o [2006/03/10] kern/94299 pjd [geom] missing printf locking for geom_mi o [2006/03/11] ports/94301 hrs ports update ( databases/grass-i18n ) o [2006/03/11] usb/94311 usb [ugen][PATCH] allow interrupt IN transact o [2006/03/11] ports/94331 x11 x11/xorg: advocating for DRI support for o [2006/03/11] bin/94367 [patch] wall(1): fix `wall: /dev/:0: No s o [2006/03/11] kern/94369 [bktr] [patch] Patch to support Leadtek W o [2006/03/12] kern/94390 [vr] poor network performance after promi o [2006/03/13] bin/94409 qa [sysinstall] [patch] add geom.debugflags- o [2006/03/13] kern/94410 Cannot disable hyperthreading if more tha o [2006/03/13] kern/94413 [kernel] wine fails when increasing kern. o [2006/03/13] kern/94417 [request] GENERIC kernel should include a o [2006/03/13] www/94423 www [patch] XML'ified release todo list o [2006/03/13] kern/94424 [bge] BGE5721 or BGE5750? o [2006/03/14] usb/94439 usb [patch] Add support for JNC MP3 Player o [2006/03/14] ports/94453 lioux Change Maintainership: net-p2p/mldonkey a [2006/03/15] ports/94461 vd [patch] to build print/ghostscript-afpl w s [2006/03/15] ports/94465 ports-bugs [NEW PORT] devel/pikdev: Simple graphic I o [2006/03/15] kern/94480 [kernel] [patch] bread(3) & bwrite(3) can o [2006/03/15] sparc64/94483sparc64 ath_hal does not work on 6-release/sparc6 o [2006/03/16] kern/94519 [libc] [patch] Add UF_HIDDEN file flag; m o [2006/03/16] ports/94526 ade repocopy request devel/gmake -> deve/gmak o [2006/03/16] kern/94528 [linprocfs] linprocfs /proc/memory report o [2006/03/16] bin/94546 [PATCH] Make telnet(1) accept 'host:port' p [2006/03/16] bin/94577 emax [bluetooth] [patch] Wrong mouse button ma o [2006/03/16] kern/94578 [panic] Panic by using rtorrent sometimes o [2006/03/17] kern/94583 [libm] std::isnan()/std::isinf() are not f [2006/03/17] ports/94591 aaron [New port] print/latex-prettyref: Improve s [2006/03/17] www/94593 www AMD64 Motherboard Page Update - MSI K8NGM f [2006/03/17] ports/94603 lawrance www/tomcat55 - "tomcat55.sh stop" fails o [2006/03/17] docs/94625 doc [patch] growfs man page -- document "pani o [2006/03/18] ports/94626 ports-bugs [NEW PORT] security/knock - flexible port o [2006/03/18] kern/94632 geom [geom] Kernel output resets input while G o [2006/03/18] gnu/94640 gcc(1): php broken bit operator s [2006/03/18] ports/94662 oliver [UPDATE] sysutil/xfce4-battery-plugin 0.2 o [2006/03/19] ports/94674 ports-bugs [NEW PORT]: x11/yakuake f [2006/03/19] ports/94680 portmgr [patch] bsd.port.mk - introduce ONLY_FOR_ o [2006/03/19] ports/94681 ports-bugs New port: devel/powerpc-binutils GNU binu o [2006/03/19] ports/94682 ports-bugs New port: devel/powerpc-gcc GNU gcc 4.1.0 o [2006/03/19] ports/94690 ume [PATCH] Daemons in /usr/local/etc/rc.d/ m o [2006/03/19] gnu/94695 bugmeister send-pr.el is missing from send-pr distri o [2006/03/20] ports/94719 obrien update port editors/vim to 6.4.9 s [2006/03/20] ports/94720 alepulver [NEW PORT] games/planeshift: First 3D MMO o [2006/03/20] kern/94733 [smbfs] smbfs may cause double unlock p [2006/03/21] bin/94767 delphij [patch] rcorder(8) dumps core when does n o [2006/03/21] docs/94803 doc Slightly confusing/misleading man page fo o [2006/03/21] bin/94810 fsck incorrectly reports 'file system mar o [2006/03/22] kern/94823 [drm] DRM doesnt't work with i915.ko o [2006/03/22] kern/94829 thompsa [patch] feature request: adapt OpenBSD's o [2006/03/22] kern/94830 cel [nfs] [patch] mount_nfs causes a fatal tr o [2006/03/22] kern/94844 [smbfs] mount_smbfs(8) don't work o [2006/03/22] bin/94845 fortune(6) seems to select 0 a lot o [2006/03/23] kern/94849 [ufs] rename on UFS filesystem is not ato o [2006/03/23] i386/94850 i386 [bge] FreeBSD 6.0 on Fujitsu BX300, netwo o [2006/03/24] www/94888 remko Grammar change to http://www.freebsd.org/ f [2006/03/24] ports/94895 ports-bugs [PATCH] mail/postgrey: The shutting donw o [2006/03/24] ports/94910 clement www/apache: FreeBSD 6.0 Release Apache-20 o [2006/03/25] ports/94917 dougb mail/pine4 doesn't quote replies to GMail o [2006/03/25] bin/94920 [rpc] rpc.statd(8) conflict with cups ove o [2006/03/25] ports/94921 simon isakmpd fails on amd64 o [2006/03/25] ports/94935 cy security/aide f [2006/03/25] ports/94936 ehaupt New port: games/fwp Fight Win Prevail - m o [2006/03/26] usb/94946 usb [uhub][patch] code dynamic status size fo f [2006/03/26] docs/94969 ale [patch] correct information about install o [2006/03/26] ports/94976 clement Add rc.d script for net/pen o [2006/03/26] kern/94978 [pam] pam_opie module option without "no_ o [2006/03/27] kern/94992 pfctl complains about ALTQ missing o [2006/03/27] ports/94997 seanc [patch] port databases/memcached performa f [2006/03/27] ports/94998 lawrance Update devel/openthreads port to latest O o [2006/03/27] ports/95005 aaron New port: databases/opendbx o [2006/03/28] ports/95018 ports-bugs new port: security/sguil-sensor o [2006/03/28] ports/95019 ports-bugs New port: www/suphp-devel: suPHP 0.6.1 o [2006/03/28] docs/95026 tjr tr manual page typo o [2006/03/28] kern/95031 [netinet] [patch] routing table doesn't u o [2006/03/28] usb/95037 usb USB disk didnt recognized on hot-plug. o [2006/03/28] docs/95039 doc [patch] small cosmetic syslog.conf(5) fix p [2006/03/29] docs/95059 ceri [patch] Incorrect example in wordexp(3) m o [2006/03/29] ports/95060 bms net/libpcap broken with -DLIBPCAP_OVERWRI o [2006/03/29] ports/95062 ports-bugs New port: math/scilab-toolbox-swt o [2006/03/29] ports/95071 ports-bugs New Port: audio/ventrilo-server o [2006/03/29] kern/95077 firewire [firewire] fatal trap 19 at fwohci_pci_in o [2006/03/29] bin/95079 [patch] apply(1) dies when there are two o [2006/03/29] bin/95082 [patch] ping(1) won't handle large preloa o [2006/03/29] ports/95085 portmgr [PATCH]: bsd.port.mk: Add knob to allow f o [2006/03/29] kern/95086 multimedia [sound] uaudio line in problem with sbdm o [2006/03/30] www/95094 remko Change to Southern Gazer Consultant o [2006/03/30] ports/95097 ume [patch] to build security/cyrus-sasl2 wit o [2006/03/30] ports/95102 ume [PATCH] security/cyrus-sasl2 - change aut o [2006/03/30] kern/95103 jhb panic after mtx_destroy() on locked spinl o [2006/03/30] docs/95104 doc tsleep() man page mentions nonexistent 'm o [2006/03/30] i386/95106 i386 cannot install freebsd o [2006/03/30] ports/95120 ijliao Update Port: net/p5-Frontier-RPC o [2006/03/30] ports/95121 maho A directory missed when installing biolog o [2006/03/30] ports/95122 danfe NVIDIA's X11 driver needs much shared mem o [2006/03/30] ports/95128 eclipse [patch] Update java/eclipse-cdt to versio o [2006/03/30] ports/95129 ports-bugs New port: www/knowledgeTree Web-based doc o [2006/03/31] docs/95139 doc FAQ to move filesystem to new disk fails: o [2006/03/31] bin/95146 ipfw [ipfw][patch]ipfw -p option handler is bo o [2006/03/31] ports/95153 tobez perl binary packages should be build with o [2006/03/31] ports/95154 girgen databases/postgresql81-server uses pre-in o [2006/03/31] kern/95155 [ufs] Creation of UFS snapshot turns 'acl o [2006/03/31] conf/95162 rc [patch] Missing feature in rc.subr o [2006/03/31] ports/95166 ports-bugs New port: NLM Insight Toolkit 2.4.1 o [2006/03/31] usb/95173 usb [usb] cannot mount external usb harddisk o [2006/04/01] ports/95179 grog devel/ptmalloc doesn't include a header o [2006/04/01] ports/95190 itetcu [PATCH] audio/mt-daapd: update to 0.2.4 o [2006/04/02] kern/95222 [iso9660] File sections on ISO9660 level o [2006/04/02] ports/95228 ports-bugs [Update Port] print/kaspaliste: fix build o [2006/04/02] kern/95239 [patch] nftw(3) returns EINVAL for large o [2006/04/02] usb/95241 usb Patch to add USB ID for OEM Pharos 360 GP o [2006/04/03] ports/95258 sat New port: www/sahana2 :Web based disaster o [2006/04/03] kern/95267 net packet drops periodically appear o [2006/04/03] kern/95277 [netinet] IP Encapsulation mask_match() r o [2006/04/03] ports/95278 ports-bugs New Port: x11-fonts/manu-gothica o [2006/04/03] ports/95279 ports-bugs (New Port) FreeBPX: a web gui to the aste o [2006/04/03] amd64/95282 amd64 patch: fix ed for RELENG_5 amd64 so that o [2006/04/04] ports/95294 jkoshy netpipe doesn't work on amd64 o [2006/04/04] ports/95302 perl p5-Net-XWhois denic-aware o [2006/04/05] ports/95326 ports-bugs [new port] graphics/magickwand - PHP modu o [2006/04/05] ports/95335 perky mod_python3 fails to build o [2006/04/05] ports/95336 ports-bugs [PATCH] security/openvpn-admin: install m p [2006/04/05] docs/95360 keramida "man ath" update o [2006/04/05] ports/95361 aaron New port: deskutils/wyrd curses front end o [2006/04/05] powerpc/95367ppc docs for ppc release. o [2006/04/05] ports/95371 ade autoconf not well enough integrated with o [2006/04/06] kern/95391 [bfe] [patch] minor if_bfe error f [2006/04/06] ports/95399 ports-bugs java/phpeclipse upgrade to 1.1.7 o [2006/04/06] kern/95407 [atapicam] atapicam, cd and /etc/rc.d/dev o [2006/04/06] ports/95416 pb multimedia/kino build failure WITH_QUCKTI p [2006/04/06] ports/95428 vs games/hlserver-esf: add distfile mirrrors o [2006/04/06] ports/95429 vs games/hlserver-glbwar: Tidy up port f [2006/04/06] ports/95430 vs games/hlserver-ns: Tidy up port f [2006/04/06] ports/95441 vs lang/smalltalk: unbreak on amd64. f [2006/04/06] ports/95447 ports-bugs net/generic-nqs maintainer update o [2006/04/07] ports/95494 aaron [NEW PORT] textproc/ecromedos: A document o [2006/04/08] ports/95506 ports-bugs [NEW PORT] textproc/py-atocha: Python pac o [2006/04/08] kern/95509 [uplcom] uplcom(4) module load after devi f [2006/04/08] ports/95513 tmclaugh [port update] lang/mono o [2006/04/09] ports/95529 ports-bugs new port: finance/opentaxsolver o [2006/04/09] kern/95532 [gif] if_gif has artificial limitations o [2006/04/09] bin/95550 [patch] ntpd(8): NTPD/ntpdate complain ab o [2006/04/09] ports/95556 ports-bugs new port: x11-wm/wmii-devel: next generat o [2006/04/10] kern/95559 RELENG_6: write(2) fails with EPERM on TC o [2006/04/10] ports/95563 ports-bugs [NEW PORT] net-mgmt/netdisco - web-based o [2006/04/10] ports/95589 portmgr [PATCH] make showconfig failed if $(OPTIO p [2006/04/11] usb/95616 usb [patch] Add support for USB Acer 640BT sc o [2006/04/11] ports/95618 az [patch] irc/weechat p [2006/04/11] kern/95625 jhb [PATCH] Bug in cdboot's ISO9660 file name o [2006/04/12] ports/95643 barner devel/boost[-gcc3] is broken on 4.x o [2006/04/12] ports/95647 ports-bugs mail/sentinel compilation fails if sendma o [2006/04/12] amd64/95651 amd64 CANT INSTALL f [2006/04/12] ports/95653 ports-bugs Update port: mail/sympa5 Sympa is an elec o [2006/04/13] ports/95687 ports-bugs new port: emulators/wine-etersoft-public o [2006/04/13] bin/95698 philip [patch] moused(8): Software control of sy f [2006/04/13] ports/95708 ports-bugs freebsd startup script for sec port o [2006/04/13] ports/95709 ports-bugs New port: security/kovpn A simple GUI for o [2006/04/13] kern/95711 rm on fdescfs causes panic: lockmgr: lock o [2006/04/13] ports/95712 ports-bugs [NEW PORT] editors/drjava: A lightweight f [2006/04/13] bin/95713 ping(1) is not scalable. p [2006/04/13] bin/95715 [patch] random(6) busy loop under some co o [2006/04/14] ports/95733 kris dsniff ports kit does not compile o [2006/04/14] ports/95746 tmclaugh new port: graphics/autopano-sift o [2006/04/14] ports/95747 ports-bugs [NEW PORT] java/eclipse-drjava: DrJava pl o [2006/04/14] conf/95754 [patch] Portuguese timedef s [2006/04/14] ports/95759 portmgr [patch] bsd.port.mk parallel port builds a [2006/04/15] ports/95788 danfe [PATCH] audio/soundtouch: update to 1.3.1 o [2006/04/15] misc/95792 [patch] environment variable EDITOR is se o [2006/04/15] ports/95800 danfe x11/nvidia-driver - build faliure o [2006/04/15] usb/95803 usb Add support for AnyData ADU-E100H o [2006/04/15] usb/95805 usb Add Support for Siemens ES75 modem a [2006/04/15] ports/95841 portmgr bsd.port.mk: remove a legacy code which s o [2006/04/16] ports/95854 ports-bugs New Port: www/ochusha o [2006/04/16] ports/95878 lioux [UPDATE] textproc/libebml o [2006/04/16] ports/95881 danfe [Update] x11-wm/wmii o [2006/04/16] ports/95895 ports-bugs [NEW PORT] graphics/jdraw: A pixel orient o [2006/04/17] conf/95905 brooks [PATCH] /etc/rc.d/dhclient doesn't intera o [2006/04/17] ports/95909 ports-bugs net-mgmt/kismet o [2006/04/17] ports/95915 ports-bugs comms/vpb-driver: enable support for Free o [2006/04/17] ports/95920 ports-bugs New port: www/karpion, a KDE OpenPhishing o [2006/04/17] gnu/95936 egrep(1) misparses multiline parenthetica o [2006/04/17] ports/95938 anders [update] sysutils/flog f [2006/04/17] ports/95953 sat port www/vtiger pkg-plist seems to be inc o [2006/04/17] kern/95957 gnn [netinet6] [patch] missing check for fail p [2006/04/17] docs/95975 trhodes Documentation in /usr/src/Makefile out of o [2006/04/18] bin/95979 burncd(8) fixating CD's o [2006/04/18] ports/95990 ports-bugs New Port: emulators/xjoypad o [2006/04/18] i386/95993 i386 Cyrix 5530 unable to map interrupt f [2006/04/18] ports/95994 itetcu New port: x11/oooqs2, OpenOffice 2.x quic o [2006/04/18] conf/96015 uncommenting the msgs invocation in /etc/ o [2006/04/18] standards/96016standards clock_getres et al should be in o [2006/04/18] bin/96018 dhclient broadcasts unicast DHCPREQUEST r o [2006/04/19] i386/96040 i386 LSI1030 mpt0 o [2006/04/19] kern/96077 memory leak in libdisk(3)'s Disk_Names() o [2006/04/20] conf/96094 startup scripts do not configure gif inte o [2006/04/20] ports/96101 tobez [PATCH] security/p5-GSSAPI does not depen f [2006/04/21] i386/96125 remko if_bridge bug o [2006/04/21] docs/96127 doc add hint to pass arp packets through filt o [2006/04/21] bin/96128 [PATCH] Make aicasm WARNS=6 clean o [2006/04/21] kern/96133 scsi [scsi] [patch] add scsi quirk for joyfly o [2006/04/21] ports/96147 tegge [patch] devel/linuxthreads uses pre-insta o [2006/04/21] bin/96150 pf pfctl(8) -k non-functional o [2006/04/22] ports/96161 hq [NEW PORT] net/DIMES: Distributed researc o [2006/04/22] ports/96167 cy [PATCH] sysutils/screen: new knob WITH_CJ o [2006/04/23] kern/96171 [ata] burncd (ATA driver) fails to write o [2006/04/23] ports/96199 ports-bugs new port java/jdic: The JDesktop Integrat o [2006/04/23] docs/96207 doc Comments of a sockaddr_un structure could f [2006/04/23] ports/96227 grog [update] misc/tempcontrol f [2006/04/23] ports/96232 ports-bugs New port: lang/abcl Armed Bear Common Lis o [2006/04/23] standards/96236standards [PATCH] [POSIX] sed.1 incorrectly describ o [2006/04/24] kern/96242 [rpc] rpcbind ignores NO_INET6=yes in mak o [2006/04/24] bin/96248 vipw fail on RO /etc f [2006/04/24] ports/96263 pav port update: net/bounce . bind outgoing c o [2006/04/25] ports/96306 roam [PATCH] Add necessary DOS2UNIX to textpro o [2006/04/25] ports/96310 lth [PATCH] net/smokeping: Use fixed uid/gid p [2006/04/25] kern/96326 [libdisk] [patch] update to id -> partiti p [2006/04/25] bin/96335 delphij [libutil] [patch] ignored NO_INET6 knob f [2006/04/25] ports/96339 mnag Three updated files for net-mgmt/ourmon. o [2006/04/26] conf/96343 [patch] rc.d order change to start inet6 o [2006/04/26] kern/96346 [modules] [patch] disable build of module o [2006/04/26] i386/96373 i386 install CD - don't boot o [2006/04/26] usb/96381 usb [patch] add a quirk table entry for a fla o [2006/04/27] i386/96397 i386 strange behaveour of the dc driver on div o [2006/04/27] i386/96406 i386 System freezes on IBM xSeries 335 with Fr o [2006/04/27] ports/96428 ale lang/php5: add SASL support to php5-ldap o [2006/04/27] kern/96429 [kernel] [patch] kern_linker.c hardcodes o [2006/04/27] i386/96430 i386 boot2 is unable to load kernel directly o [2006/04/27] ports/96436 x11 [patch] x11/xorg-clients: logging on xdm o [2006/04/28] ports/96445 mat [PATCH] www/p5-PHP-Session: update depend o [2006/04/28] ports/96447 mat [PATCH] www/p5-CGI-Untaint: undate depend o [2006/04/28] i386/96452 i386 twiddle in cdboot does not work o [2006/04/28] ports/96467 ports-bugs request for removal of net/openh323-112 o [2006/04/28] ports/96469 seanc [PATCH] devel/tla: update to 1.3.4 o [2006/04/28] ports/96488 mbr update: audio/xmms-uade -> 2.02 o [2006/04/29] ports/96507 mat [PATCH] devel/p5-Locale-Maketext-Lexicon: o [2006/04/29] ports/96508 girgen [fix] www/mod_jk: support for apache >2.0 p [2006/04/29] conf/96509 glebius [patch] Can't set sysctl containing space o [2006/04/29] amd64/96516 amd64 FreeBSD/amd64 intermittent Network-Proble f [2006/04/29] ports/96517 pav Update port: devel/pear-HTML_Table o [2006/04/29] bin/96528 dougb Fix mergemaster(8) to be upgrade-friendly o [2006/04/30] bin/96540 [patch] catman(1) does not deal correctly o [2006/04/30] usb/96546 usb [usb] [patch] Add support (quirk) for Eas f [2006/04/30] ports/96548 oliver [PATCH] lang/ghc: add freealut dependency f [2006/04/30] ports/96555 lawrance [UPDATE] net-mgmt/nsca from 2.4 to 2.6 o [2006/04/30] i386/96557 i386 Buildworld fails on 5.4-RELEASE in /usr/s o [2006/05/01] ports/96567 lioux update multimedia/mkvtoolnix to 1.7.0 s [2006/05/01] ports/96576 ports-bugs R 2.3.0 fails to compile: undefined refer o [2006/05/01] kern/96583 Freeze after trying to 'mv' a file from a o [2006/05/01] conf/96589 Periodic monthly invalid times with 32 ch o [2006/05/01] usb/96599 usb [patch] [usb] Sony Handycam DCR-HC32E mem o [2006/05/01] kern/96605 kernel panic: FreeBSD 7.0 o [2006/05/02] ports/96642 hrs Update port: print/acroread7 (fix plist; o [2006/05/02] kern/96644 crash after mount/umount disturbance: fat f [2006/05/02] ports/96653 ports-bugs Update ports: devel/libnaji (added more f p [2006/05/02] conf/96658 [patch] Missing variable in grep statemen f [2006/05/02] ports/96659 hq [PATCH] devel/maven: Improve launcher she p [2006/05/02] docs/96660 keramida [patch] mountd(8) fails to indicate debug o [2006/05/02] ports/96673 edwin [UPDATE] mail/p3scan to 2.3.2 o [2006/05/02] ports/96688 olgeni lang/erlang: Add sparc64 to buildable arc a [2006/05/03] ports/96703 dinoex www/apache13-modssl doesn't compile with o [2006/05/03] usb/96714 usb Update uvisor to support the Fossil Abacu s [2006/05/03] ports/96731 ports-bugs textproc/docbook-utils doesn`t build o [2006/05/04] kern/96743 [sk] [patch] broken 32-bit register opera o [2006/05/04] conf/96746 [nanobsd] [patch] Configuration changes a o [2006/05/04] ports/96748 ale Support Berkeley DB 4.4 in PHP5 (php5-dba o [2006/05/04] ports/96749 clement Support Berkeley DB in Apache 2 o [2006/05/04] conf/96766 rc run_rc_command doesn't work for Python sc o [2006/05/04] ports/96777 portmgr fix handling of OPTIONS default values in f [2006/05/04] ports/96783 ports-bugs Crash in x11/gtk2-theme-switch a [2006/05/04] ports/96793 portmgr [PATCH] Switch of default OpenLDAP implem o [2006/05/05] ports/96828 ports-bugs New port: sysutils/cdcat A QT based tool o [2006/05/05] ports/96836 aaron [NEW PORT] textproc/sdcv: A text-based ut a [2006/05/06] ports/96849 portmgr Update the linuxolator infrastructure o [2006/05/06] ports/96852 ports-bugs [NEW PORT] devel/py-kiwi: A framework and o [2006/05/06] bin/96854 imp [patch] devd(8) parses events incorrectly f [2006/05/06] ports/96865 ache www/apache13 doesn`t compile f [2006/05/06] ports/96891 ports-bugs [patch] port dns/powerdns does not have o o [2006/05/06] ports/96892 obrien [REPOCOPY] ports/editors/vim ports/editor f [2006/05/07] ports/96898 vd [PATCH] Update multimedia/quodlibet to 0. o [2006/05/07] usb/96901 usb [patch] Add support for X-Micro Flash Dis o [2006/05/07] www/96902 keramida [patch] update the URL for NanoBSD projec o [2006/05/07] ports/96913 thomas [update] security/calife o [2006/05/07] ports/96919 paul net/ldapsdk: make fetchable a [2006/05/07] ports/96953 clement apache22 port uses its own directories f [2006/05/08] ports/96959 ports-bugs [update] emulators/kqemu-kmod f [2006/05/08] ports/96971 ports-bugs [patch] graphics/xv incorrectly handles x o [2006/05/08] kern/96974 obrien [patch] to build FreeBSD kernel with binu o [2006/05/08] kern/96999 procfs reports incorrect information abou o [2006/05/08] kern/97000 [kernel] [patch] bogus "All threads purge o [2006/05/08] bin/97002 [patch] crond(8) fails quietly if /usr/sb o [2006/05/09] ports/97003 perl p5-Mail-SpamAssassin fails to compile (he a [2006/05/09] ports/97020 portmgr [PATCH] bsd.port.mk: support for bsd.java o [2006/05/09] ports/97022 ale opensc outdated o [2006/05/09] kern/97057 pf IPSEC + pf stateful filtering does not wo p [2006/05/09] docs/97059 cokane pax(1): -b option description could be fl f [2006/05/09] ports/97060 dinoex security/openssl -> openssl-stable instal f [2006/05/09] ports/97061 ports-bugs Remove port: x11-toolkits/gtk20-apirefere p [2006/05/09] kern/97063 obrien [nve] [patch] Added DEFINE to if_nve.c/if o [2006/05/10] kern/97071 [jail] [patch] add security.jail.jid sysc o [2006/05/10] ports/97081 jylefort gnome-bluecurve-theme crashes gnome wm o [2006/05/10] bin/97083 [patch] passwd(1) does not support _PWF_H o [2006/05/10] ports/97097 dd [update] lang/tuareg-mode.el/ o [2006/05/10] ports/97106 ports-bugs [NEW PORT] sysutils/biosfont: Kernel modu o [2006/05/11] ports/97115 mat [PATCH] net/p5-Net: depends on Authen-SAS o [2006/05/11] ports/97125 portmgr automatically invalidate saved OPTIONS on a [2006/05/11] ports/97133 portmgr always print options with make showconfig f [2006/05/11] ports/97142 ports-bugs [PATCH] net/stone: update to 2.3a o [2006/05/11] kern/97153 [patch] When -NO_KERBEROS is set, libcom_ o [2006/05/11] www/97154 www freebsd.org doesn't display well in Firef o [2006/05/12] bin/97164 [libdisk] libdisk's Open_Disk() crashes o [2006/05/12] usb/97169 usb [uhid] [patch] uhid + Xbox 360 gamepad: t o [2006/05/12] usb/97175 usb USB cardreader hangs system f [2006/05/12] ports/97177 clsung [patch] chinese/qterm cannot be compiled o [2006/05/12] ports/97181 dd Update port: lang/gawk Update to version a [2006/05/12] ports/97183 roam Update port: net/libnids to 1.21 o [2006/05/13] bin/97198 [patch] powerd(8) unable to reduce CPU fr o [2006/05/13] ports/97199 mnag [UPDATE] math/octave to 2.1.73 o [2006/05/13] ports/97209 itetcu New port: net/nph o [2006/05/13] ports/97210 itetcu New port: archivers/epkg - Encap Package o [2006/05/13] kern/97228 sos [ata] [patch] Support new ATA ICH7 contro o [2006/05/13] docs/97231 doc [patch] ndis(4) man page outdated o [2006/05/13] www/97233 www [patch] Change the "Report a Bug" link on o [2006/05/13] www/97234 www [patch] Re-order links in bugreports.html o [2006/05/14] docs/97237 doc [patch] Fix dead links in FAQ o [2006/05/14] ports/97253 lioux [PATCH] multimedia/ogle: portlint(1) fixe o [2006/05/14] ports/97257 kris security/dsniff doesn't build when net/li f [2006/05/14] ports/97259 ports-bugs gcc41 is required to run print/pdftk o [2006/05/14] ports/97262 devel/cdialog port is old f [2006/05/14] kern/97265 System hangs at the end of shutdown -h no f [2006/05/14] kern/97266 System hangs at kernel time after boot: / o [2006/05/14] ports/97272 ale www/apache13 coredumps with lang/php4 and o [2006/05/14] ports/97275 aaron New port: databases/mysqlwrapped, sane C+ f [2006/05/14] ports/97279 thierry [PATCH] net/linphone-base: Fix build on 4 o [2006/05/15] ports/97282 ports-bugs [NEW PORT] devel/lazarus - Delphi-like ID f [2006/05/15] ports/97296 itetcu [UPDATE PORT]: net-im/sim-im-devel to 0.9 o [2006/05/15] conf/97311 [patch] /etc/rc.d/ipfilter reload can loa o [2006/05/15] ports/97316 olgeni [patch] misc/ytree o [2006/05/16] kern/97329 matteo [nfs] [patch] code simplification o [2006/05/16] www/97344 itetcu I have submitted our site, and tried to f f [2006/05/16] www/97366 pav DFI doesn't have any motherboards listed o [2006/05/17] docs/97375 doc [PATCH] remove nonexistent man page refer o [2006/05/17] kern/97377 [ntfs] [patch] syntax cleanup for ntfs_ih o [2006/05/17] kern/97381 [fdc] [patch] Patch to add zero-sector an o [2006/05/17] kern/97383 Volume buttons on IBM Thinkpad crash syst o [2006/05/17] ports/97385 apache www/mod_auth_kerb configure script faults o [2006/05/17] ports/97389 ale graphics/gqview: linker failed to found p o [2006/05/17] ports/97395 ports-bugs New Port: devel/h8300-hms-binutils, Gnu b o [2006/05/17] ports/97396 ports-bugs New Port: devel/h8300-hms-gcc, Gnu GCC fo o [2006/05/17] ports/97398 ports-bugs New Port: devel/h8300-hms-gdb5, Gnu GDB 5 o [2006/05/17] kern/97401 [xe] Xircom CreditCard Ethernet 10/100, a f [2006/05/17] www/97405 pav Motherboard a [2006/05/17] ports/97406 portmgr [PATCH] bsd.port.mk: ghostscript port det o [2006/05/17] bin/97407 /usr/share/misc/termcap overwritten by in o [2006/05/17] www/97408 www [patch] updates for www/en/myths.sgml o [2006/05/17] docs/97409 doc Incorrect command name in Kerberos sectio o [2006/05/18] kern/97458 [ath] ath driver hangs up system during r o [2006/05/18] java/97461 java Diablo JDK does not report Update level i o [2006/05/18] bin/97467 [patch] ftpd(8) has no way to specify soc o [2006/05/18] i386/97468 i386 [acpi] ACPI on ASUS A7V hangs on shutdown o [2006/05/18] usb/97472 usb [patch] add support for Olympus C150,D390 o [2006/05/18] ports/97476 ports-bugs New port: russian/tideup_mail Remove unsa o [2006/05/19] bin/97478 umount -f /card -> hardware-reset is need o [2006/05/19] ports/97480 lth [Port Update] audio/daapd to 0.2.4b o [2006/05/19] amd64/97489 amd64 nForce 410 ATA controller dma time out o [2006/05/19] kern/97494 [ntfs] Cannot access large file on NTFS v f [2006/05/19] ports/97497 ports-bugs audio/libtunepimp: libtunepimp.so neglect s [2006/05/19] bin/97498 [feature request] newfs(8) has no option o [2006/05/19] kern/97505 file entry of procfs points to "unknown" o [2006/05/20] ports/97507 portmgr New category proposal: ports-mgmt - ports o [2006/05/20] ports/97508 aaron [NEW PORT] devel/ccrtp: Implementation of f [2006/05/20] ports/97511 mich UPDATE ports/audio amarok o [2006/05/20] usb/97512 usb add Motorola A41x/V32x USB phone support f [2006/05/20] bin/97513 umount: unmount of /card failed: Device b o [2006/05/20] ports/97514 ports-bugs update java/jboss4 to 4.0.4 o [2006/05/20] docs/97521 doc inconsistency in tsleep(9) manpage o [2006/05/21] ports/97544 sumikawa patch for net/zebra's ospfd snmp f [2006/05/21] ports/97545 pav Update net/pear-Net_Sieve to 1.1.3 f [2006/05/21] ports/97546 pav Update security/pear-Auth_SASL f [2006/05/21] ports/97547 ports-bugs sysutils/dar: dar needs an entry in UPDAT f [2006/05/21] ports/97548 itetcu [Maintainer Update] sysutils/kdar: mark i f [2006/05/21] ports/97551 ports-bugs Update port: graphics/blender-devel f [2006/05/21] ports/97555 sat update lang/ocaml to 3.09.2 o [2006/05/21] ports/97568 danfe [UPDATE PATCH] x11-wm/wmii to version 3 o [2006/05/21] ports/97569 lioux Upgrade sysutils/knutclient to 0.8.6 and a [2006/05/21] ports/97579 delphij [patch] ports mail/spamd to reflect the p o [2006/05/22] ports/97588 ale lang/php5: Build failure on -CURRENT o [2006/05/22] ports/97598 tobez new port: devel/p5-UI-Dialog o [2006/05/22] ports/97600 ports-bugs dns/bind9-sdb-ldap update to bind9.3.2 o [2006/05/22] i386/97609 i386 Load Sound Module - VIA8233 o [2006/05/22] ports/97620 joerg [update] devel/dwarfdump f [2006/05/22] ports/97621 miwi [update] converters/enca f [2006/05/22] ports/97622 miwi [patch] devel/gauche-sdl o [2006/05/22] kern/97624 sos [ata] [patch] enable SATA RAID on ASUS N4 f [2006/05/22] ports/97641 ports-bugs Upgrade qpopper to 4.0.9 o [2006/05/22] bin/97642 rodrigc Convert mountd to use nmount() o [2006/05/22] ports/97653 sergei [patch] databases/puredb o [2006/05/22] ports/97654 anholt [patch] games/enigma f [2006/05/22] ports/97655 miwi [patch] devel/vstr o [2006/05/23] ports/97668 ports-bugs New port: www/py-slimmer A whitespace opt o [2006/05/23] ports/97672 clement www/apache22 BROKEN on FreeBSD 4 o [2006/05/23] ports/97673 kuriyama Update port: net-mgmt/net-snmp 5.2.2 -> 5 o [2006/05/23] ports/97689 ports-bugs Update port: sysutils/am-utils 6.1.5 p [2006/05/23] conf/97697 matteo [PATCH] rc.conf - jail__exec_afterstar o [2006/05/23] ports/97704 miwi [patch] mail/glbiff o [2006/05/23] sparc64/97707sparc64 mkskel.sh has bogus timestamp, causing bu o [2006/05/23] ports/97708 roam [patch]misc/bogosort o [2006/05/23] ports/97711 anholt [patch] graphics/driconf o [2006/05/23] ports/97714 aaron [patch]lang/harbour o [2006/05/23] ports/97715 roam [patch] misc/histring o [2006/05/23] ports/97719 ports-bugs [patch] net-im/jabber-aim o [2006/05/23] ports/97720 ports-bugs [patch]net-im/jabber-conference o [2006/05/23] ports/97721 ports-bugs [patch] net-im/jabber-jud o [2006/05/23] ports/97724 lioux [patch]multimedia/libdivxdecore-devel/ f [2006/05/23] ports/97725 mi [patch]graphics/libfpx o [2006/05/23] ports/97729 lioux [patch] multimedia/ldvd o [2006/05/23] ports/97730 lioux [patch]multimedia/libdivxdecore o [2006/05/23] ports/97732 markm [update]math/jacal o [2006/05/23] ports/97745 lioux [patch]net-p2p/mldonkey-sancho o [2006/05/23] ports/97746 lioux [patch]mldonkey-serverspy o [2006/05/23] ports/97750 lev [patch]games/xwelltris o [2006/05/24] ports/97764 ports-bugs x11-toolkits/fox-devel: Update 1.4.7 -> 1 o [2006/05/24] ports/97767 girgen [PATCH] Some improvements over postgresql o [2006/05/24] ports/97771 clement restart of apache claims some warnings. o [2006/05/24] ports/97773 sat [NEW PORT] russian/xpi-imagezoom Russian o [2006/05/24] ports/97778 sat [NEW PORT] russian/xpi-tabextensions Russ f [2006/05/24] ports/97782 ahze [maintainer] update CUPS to 1.2.0 o [2006/05/24] ports/97783 ahze [maintainer] update CUPS metaport to 1.2. f [2006/05/24] ports/97784 haskell x11-toolkits/hs-gtk2hs dependencies shoul o [2006/05/24] kern/97786 [udf] [patch] fs/udf: incorrect timestamp o [2006/05/24] ports/97789 sat [NEW PORT] www/xpi-imglikeopera ImgLikeOp o [2006/05/24] ports/97794 sergei [patch] sysutils/installwatch f [2006/05/24] ports/97801 miwi [update]sysutils/userinfo f [2006/05/24] ports/97802 lawrance [patch] sysutils/rename f [2006/05/24] ports/97803 thierry New port: emulators/xhomer - Emulator for f [2006/05/24] ports/97804 miwi [patch] security/lep f [2006/05/24] ports/97808 miwi [patch]security/sslproxy/ f [2006/05/24] ports/97813 miwi [patch] sysutils/blimitd o [2006/05/24] ports/97818 roam [patch]net/magictun f [2006/05/24] ports/97821 miwi [patch] net/p5-Net-Services f [2006/05/24] ports/97834 pav [patch] science/bblimage f [2006/05/24] ports/97838 miwi [patch]news/nn o [2006/05/24] ports/97841 roam [patch]net/tcpcat f [2006/05/24] ports/97844 miwi [patch]net/wmnet2 f [2006/05/24] ports/97846 miwi [patch] x11-wm/pager f [2006/05/24] ports/97852 ports-bugs [UPDATE] adds rc.subr support to dns/pdns f [2006/05/24] ports/97853 hq [PATCH] java/bluej: Update to bsd.java.mk f [2006/05/24] ports/97855 hq [PATCH] java/jce-aba: Update to bsd.java. o [2006/05/25] ports/97863 danfe games/openttd: Fix build on 4.x (use ${PT o [2006/05/25] ports/97873 adamw games/ppracer: Fix build on 4.x; Use Berl f [2006/05/25] ports/97879 ports-bugs [PATCH] graphics/vigra: update to 1.4.0 o [2006/05/25] ports/97883 apache www/mod_bw 0.7 doesn't work on 4.x due to o [2006/05/25] ports/97894 lioux multimedia/linux-divx4linux: enable for a o [2006/05/25] www/97902 www Add us to the WWW list for ISPs please o [2006/05/25] ports/97931 portmgr [UPDATE] games/quake3-q3base: move to gam o [2006/05/25] ports/97933 ale unable to compile the port "mysql50-serve o [2006/05/25] ports/97934 jhay [update]net/p5-Net-SMPP f [2006/05/26] ports/97938 clsung New port: devel/rcov o [2006/05/26] docs/97939 doc some mistake in man of amq(8) f [2006/05/26] ports/97940 mich Port update net/kiax o [2006/05/26] ports/97941 ijliao [PATCH] databases/dbh: update to 4.5.0 f [2006/05/26] ports/97944 ehaupt [NEW PORT] games/nuclearchess - a variant o [2006/05/26] usb/97948 usb [patch] CMOTECH CDMA USB modem support f [2006/05/26] ports/97949 miwi [update]x11-toolkits/pangoxsl f [2006/05/26] ports/97955 ports-bugs [PATCH] news/inn-stable: update to 2.4.4- f [2006/05/26] ports/97958 ports-bugs update to net-mgmt/arpwatch f [2006/05/26] ports/97960 clsung [PATCH] chinese/libtabe: update to 0.2.6 f [2006/05/26] ports/97966 miwi [update] devel/rpc2: update to 1.28 f [2006/05/26] ports/97969 miwi [update] x11-themes/ubuntulooks: update t f [2006/05/26] ports/97972 miwi [update] x11-themes/geramik: update to 0. f [2006/05/26] ports/97973 miwi [update] science/xmakemol: update to 5.15 f [2006/05/26] ports/97974 miwi [update] www/logtools: update to 0.13c f [2006/05/26] ports/97981 miwi [update] graphics/q-graph: update to 1.5 f [2006/05/26] ports/97987 pav Maintainer Update: japanese/xyaku cleanup o [2006/05/27] ports/98006 ports-bugs Update port: lang/fpc2 a [2006/05/27] docs/98009 dougb nslookup(8) man page is missing nslookup o [2006/05/27] kern/98015 [bfe] [patch] bfe(4): double free in erro o [2006/05/28] docs/98058 blackend Edit of scanner portion of Handbook Multi o [2006/05/28] ports/98062 perky Apache 2.0.58 with www/mod_python3 core d p [2006/05/28] kern/98064 maxim Crash with FIFOs (named pipes) and trunca o [2006/05/28] ports/98066 ports-bugs [PATCH] editors/tamago: apply anthy patch f [2006/05/28] ports/98067 ehaupt [MAINTAINER] multimedia/helixplayer: Fix f [2006/05/29] ports/98076 pav [PORT UPDATE] net/amule2 v2.1.2 o [2006/05/29] ports/98088 ports-bugs [patch] update mail/contact-lookup-applet o [2006/05/29] ports/98089 ports-bugs prepared to assume maintainership of germ f [2006/05/29] ports/98100 ehaupt [Changing MAINTAINER] Taking ownership of f [2006/05/29] ports/98101 itetcu [repocopy] mail/rssyl --> mail/sylpheed-c o [2006/05/29] ports/98105 portmgr [patch] new feature: IA32_BINARY_PORT mac o [2006/05/29] usb/98106 usb Add support and docs for 4 USB Scanners o [2006/05/29] ports/98113 aaron [new port] devel/libleaftag - Leaftag is o [2006/05/30] kern/98116 Crash with sparse files and execve() o [2006/05/30] ports/98118 aaron [new port] deskutils/tagutils : tagutils o [2006/05/30] docs/98129 doc older versions of the handbook not easy t o [2006/05/30] bin/98134 [patch] fwcontrol(8): MPEG2-TS/HDV suppor o [2006/05/30] ports/98159 joerg update devel/libdwarf and devel/dwarfdump s [2006/05/30] kern/98162 [feature request] AcerHK driver port need f [2006/05/30] ports/98164 miwi [update] devel/cvschangelogbuilder: updat o [2006/05/30] kern/98171 acpi [acpi] ACPI 1304 / 0501 errors on Acer 50 f [2006/05/31] ports/98182 ports-bugs cad/brlcad is not installing the mged scr f [2006/05/31] www/98186 www bsd web site not working o [2006/05/31] ports/98205 ports-bugs (deskutils/taskjuggler) TaskJugglerUI cra o [2006/05/31] ports/98206 portmgr bsd.port.mk - whitespace and CHECKSUM_ALG f [2006/05/31] ports/98207 ports-bugs [UPDATE] ircd-hybrid: 7.2.0 -> 7.2.1 + b f [2006/05/31] ports/98210 aaron new port: mail/p5-Email-MIME-Creator, Ema f [2006/05/31] ports/98211 ports-bugs [patch] update graphics/gnome-colorscheme a [2006/05/31] kern/98219 thompsa [pf] pf needs a way of matching on decaps o [2006/05/31] bin/98220 wpa_supplicant operation does not match d f [2006/05/31] ports/98222 ports-bugs port update comms/hylafax to 4.3.0 o [2006/05/31] www/98224 www Possibly add BSDPortal.org as a news reso f [2006/05/31] ports/98229 ports-bugs www/mod_musicindex needs -fPIC on amd64 f [2006/06/01] ports/98255 leeym [PATCH] sysutils/rsnapshot: update to 1.2 f [2006/06/01] ports/98261 garga [Maintainer Update] www/eventum - change o [2006/06/01] ports/98283 mharo [patch] security/sudo: fix `OME' instead o [2006/06/01] ports/98286 aaron Update port: sysutils/webjob 1.5.0 --> 1. f [2006/06/01] ports/98287 ports-bugs In port ports/sysutils/syslog-ng it is im o [2006/06/01] ports/98295 danfe [UPDATE] games/cleanq3: security patch, f f [2006/06/01] ports/98297 miwi [update] games/crimson o [2006/06/01] ports/98299 ports-bugs New port: japanese/citrix_ica o [2006/06/01] ports/98300 pirzyk Udate port: sysutils/psgconf Version upda o [2006/06/01] ports/98307 pirzyk New port: sysutils/p5-Sys-Filesystem Perl o [2006/06/01] ports/98317 mat [PATCH] www/p5-HTTP-Proxy: update to 0.19 f [2006/06/01] ports/98319 ports-bugs [PATCH] print/p5-Net-Printer: update to 1 o [2006/06/01] ports/98320 mharo [PATCH] security/p5-Crypt-DSA: update to o [2006/06/01] ports/98325 mharo [PATCH] math/p5-Math-Pari: use gcc >= 3.2 p [2006/06/02] docs/98340 doc vinum(4) refers to vinum(8) which does no o [2006/06/02] usb/98343 usb BBB reset failed errors with Creative Muv o [2006/06/02] docs/98344 doc [patch] An update of the article "Choosin o [2006/06/02] amd64/98346 amd64 . f [2006/06/02] ports/98353 ports-bugs ipsec-tools fails to exchange keys betwee o [2006/06/02] ports/98354 miwi [update] mail/avenger: update to 0.7.6 f [2006/06/02] ports/98355 miwi [update] misc/skyutils: update to 2.9 f [2006/06/02] ports/98357 miwi [update] audio/epos-devel f [2006/06/02] ports/98360 miwi [update] devel/cxxtest: update to 3.10.1 f [2006/06/02] ports/98361 miwi [update] www/shttpd: update to 1.35 f [2006/06/02] ports/98362 miwi [update] net-im/tkabber-devel: update to f [2006/06/02] ports/98364 ports-bugs [PATCH] add several contrib checks o [2006/06/02] i386/98366 i386 Inter PRO/1000 MT Dual PCI-X: simulatenio f [2006/06/02] ports/98368 miwi [update] japanese/ne o [2006/06/02] ports/98369 lth ifgraph port doesn't work out-of-box o [2006/06/02] ports/98371 mharo [PATCH] security/p5-Crypt-DSA: update to f [2006/06/02] ports/98373 ports-bugs update security/tor o [2006/06/02] bin/98374 column(1) can not work with lines that ha f [2006/06/02] ports/98381 miwi [update] audio/etktab: update to 3.2 s [2006/06/02] misc/98383 [feature request] include the mt command o [2006/06/02] usb/98385 usb [patch] add support for libretto DVD Dock o [2006/06/02] kern/98388 [ata] FreeBSD 6.1 - WDC WD1200JS SATA II f [2006/06/02] ports/98392 aaron [PATCH] devel/p5-Shell-Base: update to 0. o [2006/06/02] ports/98393 az msyslog port spelling correction f [2006/06/02] ports/98395 miwi [update] devel/libnotify: update to 0.4.0 f [2006/06/02] ports/98396 miwi [update] x11-wm/boxtools: update to 0.70. f [2006/06/02] ports/98399 miwi [update] deskutils/notification-daemon: u f [2006/06/02] ports/98402 miwi [PATCH] games/tmw: update to 0.0.19 r [2006/06/02] misc/98403 ncvs [repocopy] src/sys/doc -> src/tools/kerne r [2006/06/02] misc/98405 ncvs [repocopy] parts of sysinstall -> src/usr o [2006/06/02] docs/98406 doc ethers(5): "ethernet-adress" and "fully-q o [2006/06/03] kern/98414 fts_read(3) disregards permissions of mou f [2006/06/03] ports/98421 ports-bugs [update] net/phamm: update to 0.4.8 o [2006/06/03] ports/98426 lawrance Upgrade graphics/openproducer port to lat f [2006/06/03] ports/98430 miwi [update] print/gl2ps: update to 1.2.7 f [2006/06/03] ports/98434 ports-bugs [update] security/nettle: update to 1.14 f [2006/06/03] ports/98436 ale [update] security/openct: update to 0.6.7 f [2006/06/03] ports/98437 ports-bugs emulators/qemu: make host2guest smb shari o [2006/06/03] ports/98441 ports-bugs New port: multimedia/mplayer-devel Fast m f [2006/06/03] ports/98442 ports-bugs [update] net/latd: update to 1.24 o [2006/06/03] ports/98446 jkoshy [update] textproc/rxp: update to 1.4.4 f [2006/06/03] ports/98447 ports-bugs [update] www/perlbal f [2006/06/03] ports/98454 ports-bugs [update] net/pptpclient: update to 1.7.1 o [2006/06/03] ports/98456 andreas [PATCH] print/apsfilter depends on FORBID f [2006/06/03] ports/98457 ports-bugs [update] net-mgmt/netwag: update to 5.31. o [2006/06/03] ports/98458 jylefort [PATCH] games/xpilot-ng-server: update to o [2006/06/03] ports/98459 obrien [PATCH] shells/bash o [2006/06/03] kern/98460 [kernel] [patch] fpu_clean_state() cannot o [2006/06/03] ports/98462 jylefort [update] shells/viewglob: update to 2.0.4 f [2006/06/03] ports/98465 ports-bugs [update] archivers/advancecomp: update to f [2006/06/03] ports/98466 ports-bugs [update] devel/ocaml-ulex: update to 0.9 o [2006/06/04] ports/98473 marcus [NEW PORT] net-im/gaim-devel: Multi-proto o [2006/06/04] www/98474 www /pub/FreeBSD/doc/ja contains old document o [2006/06/04] kern/98477 [isofs] [patch] For big size of file of c f [2006/06/04] ports/98480 ports-bugs [update] mail/mailscanner-mrtg: update to o [2006/06/04] ports/98483 ports-bugs update port: lang/alisp f [2006/06/04] ports/98484 ports-bugs [update] www/zope-plonelanguagetool: upda f [2006/06/04] ports/98485 ports-bugs [update] www/zope-i18nlayer: update to 0. o [2006/06/04] bin/98489 matteo [patch] usr.bin/top to display jail id f [2006/06/04] ports/98491 ports-bugs [update] dns/ldapdns: update to 2.06 o [2006/06/04] kern/98496 multimedia [snd_ich] some functions don't work in my f [2006/06/04] ports/98499 ports-bugs [PATCH] misc/libpri: update to 1.2.3 o [2006/06/04] bin/98500 [rpc] rpc.lockd(+statd) bind to any ip o [2006/06/04] kern/98504 multimedia Re: misc/98504: Sound is distorted with S f [2006/06/04] ports/98507 ports-bugs [patch] Option to build multimedia/gxine o [2006/06/04] ports/98508 lioux audio/liba52 does not work without librar f [2006/06/04] ports/98509 ports-bugs [patch] multimedia/totem, multimedia/tote f [2006/06/04] ports/98512 ports-bugs [patch] multimedia/transcode: update pkg- f [2006/06/05] ports/98517 ports-bugs deskutils/taskjuggler port does not build f [2006/06/05] ports/98522 itetcu [PATCH] graphics/py-freeimagepy: [pkg-pli p [2006/06/05] kern/98529 glebius [netgraph] False "ng_generic_msg: number o [2006/06/05] ports/98537 kuriyama mail/p5-IMAP-Sieve fails PLAIN authentica o [2006/06/05] kern/98538 Kernel panic on ggate destroy o [2006/06/05] ports/98560 roam [PATCH] www/p5-WWW-Curl: update to 3.02 o [2006/06/06] ports/98565 portmgr [PATCH] Add PKGVERSION to bsd.port.mk f [2006/06/06] ports/98568 itetcu squid port requires OSVERSION defined fro o [2006/06/06] ports/98569 lioux [PATCH] dns/py-dnspython: update to 1.4.0 o [2006/06/06] ports/98572 infofarmer [PATCH] mail/linux-thunderbird: Disable a o [2006/06/06] bin/98577 dhclient(8): the link check by dhclient s o [2006/06/06] ports/98578 skv databases/p5-DBD-mysql: DBD-mysql 3.0004 f [2006/06/06] ports/98581 hq www/tomcat55 update, 5.5.12 -> 5.5.17 o [2006/06/06] ports/98583 ports-bugs New ports: jananese/scim-honoka and honok o [2006/06/06] ports/98590 lioux [FIX] ports rxvt-devel on amd64 crashes i o [2006/06/06] ports/98596 ports-bugs [patch] shell script to clean up ports wo o [2006/06/06] kern/98597 Bug in FreeBSD 6.1 IPv6 link-local DAD pr o [2006/06/06] conf/98603 [PATCH] /etc/rc.d/ramdisk + ramdisk-own r o [2006/06/07] ports/98604 ale Ability to override the mysql pid path fr f [2006/06/07] ports/98607 ports-bugs [PATCH] deskutils/ruby-alexandria: [pkg-p f [2006/06/07] ports/98613 eclipse [PATCH] java/eclipse: Problem with org.ec o [2006/06/07] ports/98614 knu [PATCH] Port databases/ruby-bdb does not a [2006/06/07] ports/98615 brooks [patch] net/globus4: fix test for the Pow o [2006/06/07] kern/98618 [libexpat] [patch] src/lib/libexpat is se o [2006/06/07] ports/98623 garga [NEW PORT] editors/fpc-libasync: Free Pas o [2006/06/07] ports/98624 mharo [update] graphics/mapserver: Fix incorrec p [2006/06/07] bin/98625 maxim ypserv ignores the -n option (it always a o [2006/06/07] ports/98626 multimedia [PATCH] Port multimedia/vnc does not comp o [2006/06/07] ports/98628 garga [PATCH] devel/fpc-gdbint: update to 2.0.2 o [2006/06/07] ports/98629 garga [PATCH] databases/fpc-ibase: update to 2. o [2006/06/07] ports/98630 garga [PATCH] security/fpc-md5: update to 2.0.2 o [2006/06/07] ports/98632 garga [PATCH] databases/fpc-mysql: update to 2. f [2006/06/07] ports/98636 pav net-mgmt/netams update to 3.3.5 f [2006/06/07] ports/98639 ports-bugs [PATCH] japanese/ja-edict-utf-8: update t o [2006/06/07] ports/98641 garga [PATCH] databases/fpc-oracle: update to 2 o [2006/06/07] ports/98645 garga [NEW PORT] net/fpc-netdb: Pure-pascal net o [2006/06/07] ports/98646 garga [PATCH] databases/fpc-odbc: update to 2.0 o [2006/06/07] ports/98647 garga [NEW PORT] graphics/fpc-pasjpeg: Handling o [2006/06/07] ports/98648 mat [PATCH] www/p5-HTML-Template-JIT: update o [2006/06/07] ports/98650 garga [PATCH] archivers/fpc-paszlib: update to o [2006/06/07] ports/98652 garga PATCH] databases/fpc-postgres: update to o [2006/06/07] ports/98653 garga [NEW PORT] devel/fpc-pthreads: Free Pasca o [2006/06/07] ports/98654 garga [PATCH] devel/fpc-regexpr: update to 2.0. o [2006/06/07] ports/98655 garga [NEW PORT] databases/fpc-sqlite: Free Pas o [2006/06/07] ports/98656 garga [PATCH] lang/fpc-docs: update to 2.0.2, t o [2006/06/07] ports/98657 garga [PATCH] lang/fpc-demo: update to 2.0.2, t o [2006/06/07] ports/98658 garga [PATCH] lang/fpc-base: update to 2.0.2, t o [2006/06/07] ports/98659 garga [NEW PORT] graphics/fpc-ncurses: Free Pas o [2006/06/07] ports/98660 garga [NEW PORT] devel/fpc-bfd: Free Pascal int o [2006/06/07] ports/98661 lbr [PATCH] www/p5-Catalyst-Plugin-Authentica o [2006/06/07] ports/98662 lbr [PATCH] www/p5-Catalyst-Model-DBIC-Plain: o [2006/06/08] ports/98663 garga [NEW PORT] x11-toolkits/fpc-forms: X-Form o [2006/06/08] ports/98664 mat [PATCH] www/p5-CGI-Minimal: update to 1.2 o [2006/06/08] ports/98665 garga [NEW PORT] graphics/fpc-fpgtk: Free Compo o [2006/06/08] ports/98666 garga [NEW PORT] databases/fpc-gdbm: Free Pasca o [2006/06/08] ports/98667 garga [NEW PORT] graphics/fpc-ggi: Free Pascal o [2006/06/08] ports/98668 lioux ports/multimedia/tovid: change mplayer's o [2006/06/08] ports/98669 garga [NEW PORT] graphics/fpc-gtk2: Free Pascal o [2006/06/08] ports/98670 garga [NEW PORT] graphics/fpc-gtk: Free Pascal o [2006/06/08] ports/98672 garga [NEW PORT] graphics/fpc-libgd: Free Pasca o [2006/06/08] ports/98673 garga [NEW PORT] graphics/fpc-libpng: Free Pasc o [2006/06/08] ports/98674 garga [NEW PORT] graphics/fpc-opengl: Free Pasc o [2006/06/08] ports/98675 garga [NEW PORT] graphics/fpc-svgalib: Free Pas o [2006/06/08] ports/98676 garga [NEW PORT] sysutils/fpc-syslog: Free Pasc o [2006/06/08] ports/98677 garga [NEW PORT] lang/fpc-tcl: Free Pascal inte o [2006/06/08] ports/98678 sobomax [PATCH] net/asterisk: update to 1.2.9.1 o [2006/06/08] ports/98679 garga [NEW PORT] archivers/fpc-unzip: Free Pasc o [2006/06/08] ports/98681 garga [NEW PORT] sysutils/fpc-utmp: Free Pascal o [2006/06/08] ports/98682 garga [NEW PORT] x11/fpc-x11: Free Pascal inter o [2006/06/08] ports/98683 garga [NEW PORT] devel/fpc-zlib: Free Pascal in o [2006/06/08] ports/98687 openoffice openoffice.org-2.0 ports "couldn't fetch" o [2006/06/08] ports/98689 garga [NEW PORT] editors/fpc-fcl: Free Pascal C o [2006/06/08] ports/98690 garga [NEW PORT] graphics/fpc-imlib: Free Pasca o [2006/06/08] bin/98693 Reduce NIS server loading f [2006/06/08] ports/98709 itetcu [PATCH] mail/dspam - ClamAV not supported o [2006/06/08] usb/98713 usb QUIRK: Rekam USB Camera f [2006/06/08] ports/98714 pav [MAINTAINER] sysutils/e2fsprogs: update t o [2006/06/08] ports/98718 sem portversion misses some needed updates o [2006/06/08] ports/98719 mat [PATCH] graphics/p5-GD-Graph: update to 1 o [2006/06/08] ports/98720 garga [PATCH] editors/fpc-ide: update to 2.0.2, o [2006/06/08] ports/98721 garga [NEW PORT] lang/fpc-units: A meta port to f [2006/06/08] ports/98724 garga [PATCH] lang/fpc2: separate lang/fpc2 to o [2006/06/08] ports/98729 clsung new port: devel/ruby-game A game-developm o [2006/06/08] ports/98731 portmgr add bsd.scons.mk to Mk/ o [2006/06/09] ports/98741 suz net/dhcp6: update to 20060322, rewrite rc o [2006/06/09] ports/98744 miwi Fix extraction on FreeBSD 4.x o [2006/06/09] ports/98745 sat [MAINTAINER] www/eyeOS: update to 0.9.0.1 o [2006/06/09] ports/98746 ports-bugs [MAINTAINER] www/eyeOS-themes: update to o [2006/06/09] ports/98747 knu devel/ruby-gettext: update to 1.6.0 o [2006/06/09] ports/98753 ports-bugs New port: sysutils/rdup A backup utility o [2006/06/09] ports/98755 clsung [PATCH] Remove duplicate MAN3PREFIX in p5 f [2006/06/09] ports/98756 ports-bugs MAINTAINER UPDATE: java/castor from 1.0 t o [2006/06/09] ports/98757 ports-bugs New port: mail/squirrelmail-tmda-plugin t o [2006/06/09] docs/98759 doc [patch] sbp_targ(4) man page missing refe o [2006/06/09] ports/98763 itetcu multimedia/mplayer: track linux-realplaye o [2006/06/09] ports/98768 ports-bugs [NEW PORT] net-im/jabber-pyaim-transport: o [2006/06/10] ports/98774 danfe [UPDATE] games/warsow: fix mouse problems f [2006/06/10] ports/98776 aaron [PATCH] textproc/p5-Pod-LaTeX: fix PLIST o [2006/06/10] ports/98777 clsung [MAINTAINER] chinese/phpbb-tw: update to o [2006/06/10] ports/98778 ports-bugs [repocopy] www/dokuwiki -> www/dokuwiki-d f [2006/06/10] ports/98779 pav Updating Port: qSheff o [2006/06/10] ports/98782 ports-bugs [PATCH] BasiliskII Upgrade f [2006/06/10] ports/98783 alepulver [UPDATE] games/tenebrae: fix mouse and bu f [2006/06/10] ports/98784 ports-bugs security/tor-devel doesn't take UIDs and o [2006/06/10] ports/98785 itetcu New port science/oof o [2006/06/10] ports/98786 multimedia [PATCH] multimedia/gstreamer does not com o [2006/06/10] kern/98788 [syscons] [patch] Add sysctl to disallow o [2006/06/10] ports/98791 itetcu [MAINTAINER] multimedia/xfce4-media: add o [2006/06/10] ports/98792 adamw [PATCH] audio/cmus: update to 2.0.2 o [2006/06/10] ports/98794 clement www/apache22: mod_auth_digest has been re o [2006/06/11] www/98798 www Our statistics page is out of date f [2006/06/11] ports/98800 ports-bugs Update port: sysutils/graveman to 0.3.12. o [2006/06/11] docs/98801 doc [patch] gmirror(8) and glabel(8) manpages o [2006/06/11] ports/98802 ports-bugs [PATCH] upgrade emulators/xmame 0.104 to o [2006/06/11] kern/98804 VIA V-RAID metadata mis-read o [2006/06/11] misc/98805 ddate for BSD o [2006/06/11] ports/98811 ports-bugs [MAINTAINER] www/zope-zwiki: update to 0. p [2006/06/11] misc/98813 simon [PATCH] fix monetary decimal point on pt_ o [2006/06/11] ports/98814 philip [MAINTAINER-UPDATE] sysutils/bacula-serve o [2006/06/11] conf/98815 [PATCH] Add euro symbol to pt_PT locale u o [2006/06/11] ports/98816 jmelo benchmarks/siege - update homepage o [2006/06/11] ports/98824 ports-bugs Update port: japanese/eb3 o [2006/06/11] ports/98830 ports-bugs Update port: x11-wm/obconf to 1.6 r [2006/06/11] ports/98832 portmgr repocopy www/xpi-tablesort to www/xpi-tab o [2006/06/11] ports/98833 ports-bugs [maintainer update] devel/tigcc o [2006/06/11] ports/98834 dd textproc/syck: Update to 0.55 o [2006/06/11] ports/98835 dd textproc/py-syck: Update to 0.55 o [2006/06/11] ports/98837 ports-bugs New port: misc/fcalc o [2006/06/12] bin/98839 fetch gives error message on ip binding, o [2006/06/12] ports/98840 jmelo [maintainer]: fix master_site for news/nz o [2006/06/12] ports/98841 skv [PATCH] databases/p5-DBD-mysql: update to f [2006/06/12] ports/98844 ports-bugs [PATCH] net/libeXosip2: update to 2.2.3 3272 problems total. From owner-freebsd-bugs@FreeBSD.ORG Mon Jun 12 11:40:19 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B1DF16A473 for ; Mon, 12 Jun 2006 11:40:19 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B15CE43D49 for ; Mon, 12 Jun 2006 11:40:18 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5CBeIC9004930 for ; Mon, 12 Jun 2006 11:40:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5CBeIKj004929; Mon, 12 Jun 2006 11:40:18 GMT (envelope-from gnats) Resent-Date: Mon, 12 Jun 2006 11:40:18 GMT Resent-Message-Id: <200606121140.k5CBeIKj004929@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, skv@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F3A2316A4D6 for ; Mon, 12 Jun 2006 11:30:20 +0000 (UTC) (envelope-from skv@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6AAF043D8C for ; Mon, 12 Jun 2006 11:30:15 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from freefall.freebsd.org (skv@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5CBUFIq003078 for ; Mon, 12 Jun 2006 11:30:15 GMT (envelope-from skv@freefall.freebsd.org) Received: (from skv@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5CBUEAE003076; Mon, 12 Jun 2006 11:30:14 GMT (envelope-from skv) Message-Id: <200606121130.k5CBUEAE003076@freefall.freebsd.org> Date: Mon, 12 Jun 2006 11:30:14 GMT From: skv@FreeBSD.org To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.2 Cc: Subject: conf/98846: Templatize 'jail_rootdir' in /etc/rc.d/jail X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: skv@FreeBSD.org List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jun 2006 11:40:19 -0000 >Number: 98846 >Category: conf >Synopsis: Templatize 'jail_rootdir' in /etc/rc.d/jail >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jun 12 11:40:18 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Sergey Skvortsov >Release: FreeBSD 6.1-STABLE i386 >Organization: >Environment: >Description: Allow define common template for all jail's rootdir. >How-To-Repeat: /etc/rc.conf.d/jail: jail_rootdir="/data/jails/%%JAIL_IP%%" # TEMPLATE 0 #jail_rootdir="/data/jails/%%JAIL_HOSTNAME%%" # TEMPLATE 1 #jail_rootdir="/data/jails/%%JAIL_ID%%" # TEMPLATE 2 jail_list="host1 host2" jail_host1_hostname="host1.mydomain.com" jail_host1_ip="192.168.6.1" jail_host2_hostname="host2.mydomain.com" jail_host2_ip="192.168.6.2" after expanding: jail_host1_rootdir="/data/jails/192.168.6.1" # TEMPLATE 0 #jail_host1_rootdir="/data/jails/host1.mydomain.com" # TEMPLATE 1 #jail_host1_rootdir="/data/jails/host1" # TEMPLATE 2 >Fix: Note that this patch is efficient enough, because global template $jail_rootdir is applied only if relevant $jail__rootdir is missed. --- jail.orig Fri Jun 9 20:04:50 2006 +++ jail Mon Jun 12 15:11:32 2006 @@ -27,12 +27,28 @@ return fi + eval _hostname=\"\$jail_${_j}_hostname\" + if [ -z "${_hostname}" ]; then + err 3 "$name: No hostname has been defined for ${_j}" + fi + + eval _ip=\"\$jail_${_j}_ip\" + if [ -z "${_ip}" ]; then + err 3 "$name: No IP address has been defined for ${_j}" + fi + eval _rootdir=\"\$jail_${_j}_rootdir\" + if [ -z "${_rootdir}" ]; then + if [ -z "${jail_rootdir}" ]; then + err 3 "$name: No root directory has been defined for ${_j}" + fi + _rootdir=$(echo "${jail_rootdir}" | + sed -e "s=%%JAIL_ID%%=${_j}=;s=%%JAIL_IP%%=${_ip}=;s=%%JAIL_HOSTNAME%%=${_hostname}=") + fi + _devdir="${_rootdir}/dev" _fdescdir="${_devdir}/fd" _procdir="${_rootdir}/proc" - eval _hostname=\"\$jail_${_j}_hostname\" - eval _ip=\"\$jail_${_j}_ip\" eval _interface=\"\${jail_${_j}_interface:-${jail_interface}}\" eval _exec=\"\$jail_${_j}_exec\" eval _exec_start=\"\${jail_${_j}_exec_start:-${jail_exec_start}}\" @@ -86,16 +102,6 @@ debug "$_j exec start: $_exec_start" debug "$_j exec stop: $_exec_stop" debug "$_j flags: $_flags" - - if [ -z "${_hostname}" ]; then - err 3 "$name: No hostname has been defined for ${_j}" - fi - if [ -z "${_rootdir}" ]; then - err 3 "$name: No root directory has been defined for ${_j}" - fi - if [ -z "${_ip}" ]; then - err 3 "$name: No IP address has been defined for ${_j}" - fi } >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Mon Jun 12 11:42:31 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D8F9416A418; Mon, 12 Jun 2006 11:42:31 +0000 (UTC) (envelope-from skv@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 962DA43D46; Mon, 12 Jun 2006 11:42:31 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from freefall.freebsd.org (skv@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5CBgVJH005186; Mon, 12 Jun 2006 11:42:31 GMT (envelope-from skv@freefall.freebsd.org) Received: (from skv@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5CBgV87005182; Mon, 12 Jun 2006 11:42:31 GMT (envelope-from skv) Date: Mon, 12 Jun 2006 11:42:31 GMT From: Sergey Skvortsov Message-Id: <200606121142.k5CBgV87005182@freefall.freebsd.org> To: skv@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-rc@FreeBSD.org Cc: Subject: Re: conf/98846: Templatize 'jail_rootdir' in /etc/rc.d/jail X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jun 2006 11:42:32 -0000 Synopsis: Templatize 'jail_rootdir' in /etc/rc.d/jail Responsible-Changed-From-To: freebsd-bugs->freebsd-rc Responsible-Changed-By: skv Responsible-Changed-When: Mon Jun 12 11:41:26 UTC 2006 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=98846 From owner-freebsd-bugs@FreeBSD.ORG Mon Jun 12 14:30:20 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B13116A47C for ; Mon, 12 Jun 2006 14:30:20 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3948043D48 for ; Mon, 12 Jun 2006 14:30:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5CEUIQQ016817 for ; Mon, 12 Jun 2006 14:30:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5CEUIjX016815; Mon, 12 Jun 2006 14:30:18 GMT (envelope-from gnats) Resent-Date: Mon, 12 Jun 2006 14:30:18 GMT Resent-Message-Id: <200606121430.k5CEUIjX016815@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, James Juran Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7DF7216A418 for ; Mon, 12 Jun 2006 14:22:28 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id F14D343D4C for ; Mon, 12 Jun 2006 14:22:22 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k5CEMK5X004712 for ; Mon, 12 Jun 2006 14:22:20 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k5CEMKFa004711; Mon, 12 Jun 2006 14:22:20 GMT (envelope-from nobody) Message-Id: <200606121422.k5CEMKFa004711@www.freebsd.org> Date: Mon, 12 Jun 2006 14:22:20 GMT From: James Juran To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: kern/98858: Local denial of service (mbuf exhaustion) via setsockopt() X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jun 2006 14:30:20 -0000 >Number: 98858 >Category: kern >Synopsis: Local denial of service (mbuf exhaustion) via setsockopt() >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 Jun 12 14:30:18 GMT 2006 >Closed-Date: >Last-Modified: >Originator: James Juran >Release: 6.0-RELEASE >Organization: BAE Systems Inc. >Environment: FreeBSD bsdtest 6.0-RELEASE FreeBSD 6.0-RELEASE #7: Fri Jun 9 03:46:52 EDT 2006 root@bsdtest:/usr/src/sys/i386/compile/TEST >Description: Impact ------ A non-root user can consume virtually all available mbufs, even if the "sbsize" resource limit is set to a low value. This results in a local denial-of-service, because other users then may not be able to perform network operations that require mbuf allocation. [The one thing I'm not sure of here is whether the UMA will be able to reclaim memory from other areas of the system to use for mbufs. If it does this and this makes this a non-issue, please let me know]. Versions Affected ----------------- All supported versions of FreeBSD. Tested on 6.0-RELEASE. Problem ------- kern_setsockopt() tries to check that the valsize parameter is non-negative, but because valsize is unsigned this check always fails. Thus sopt.sopt_valsize gets set to whatever the user passed in. In soopt_getm(), sopt->sopt_valsize is assigned to the int variable sopt_size. min() promotes both arguments to unsigned, so m->m_len will be positive. Thus the already-negative sopt_size will have a postive value subtracted from it, making it more negative. This happens each time around the while loop, with sopt_size growing more and more negative. An mbuf is allocated for each time through the loop, and we eventually run out of mbufs and block in MGET(). soopt_getm() can be reached via ip6_ctloutput()'s processing of the IPV6_2292PKTOPTIONS option. There is no define for this constant in the headers available to applications, but an application can use the hardcoded value of 25. PR filed per request of gnn. >How-To-Repeat: Compile and run this code as an ordinary user: #include #include #include #include int main(void) { int s; char opts[255]; s = socket(AF_INET6, SOCK_STREAM, 0); if (s == -1) { perror("socket"); exit(1); } if (setsockopt(s, IPPROTO_IPV6, 25, &opts, -1) == -1) { perror("setsockopt"); exit(1); } return 0; } After running this program, netstat -m will report: 17026/134/17160 mbufs in use (current/cache/total) 17024/64/17088/17088 mbuf clusters in use (current/cache/total/max) 0/2/4528 sfbufs in use (current/peak/max) 38304K/161K/38466K bytes allocated to network (current/cache/total) 0 requests for sfbufs denied 0 requests for sfbufs delayed 0 requests for I/O initiated by sendfile 0 calls to protocol drain routines and the process running the above program will be in state D+ according to ps. After switching to another shell as another user, some network operations such as connection attempts) block, presumably waiting to obtain an mbuf. >Fix: This patch makes the code do what it was indended to do (that is, prevents a negative value from contining past the initial check): --- uipc_syscalls.c.orig Fri Jun 9 03:44:57 2006 +++ uipc_syscalls.c Fri Jun 9 03:45:29 2006 @@ -1305,7 +1305,7 @@ if (val == NULL && valsize != 0) return (EFAULT); - if (valsize < 0) + if ((int)valsize < 0) return (EINVAL); sopt.sopt_dir = SOPT_SET; @@ -1388,7 +1388,7 @@ if (val == NULL) *valsize = 0; - if (*valsize < 0) + if ((int)*valsize < 0) return (EINVAL); sopt.sopt_dir = SOPT_GET; I have tested that this makes the program above return EINVAL on the setsockopt call and that no mbufs are allocated. An alternative fix would be to make soopt_getm() and other functions use "size_t" for sopt_size, and possibly to make m->mlen be unsigned as well. This would be a signficantly more invasive change though. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Mon Jun 12 14:50:17 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4956216A474 for ; Mon, 12 Jun 2006 14:50:17 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FA6043D46 for ; Mon, 12 Jun 2006 14:50:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5CEoGZ3019398 for ; Mon, 12 Jun 2006 14:50:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5CEoGTO019397; Mon, 12 Jun 2006 14:50:16 GMT (envelope-from gnats) Date: Mon, 12 Jun 2006 14:50:16 GMT Message-Id: <200606121450.k5CEoGTO019397@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Maxim Konovalov Cc: Subject: kern/94417 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Maxim Konovalov List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jun 2006 14:50:17 -0000 The following reply was made to PR kern/94417; it has been noted by GNATS. From: Maxim Konovalov To: Dieter Cc: bug-followup@freebsd.org Subject: kern/94417 Date: Mon, 12 Jun 2006 18:45:02 +0400 (MSD) Hello, atapicam(4) is available as kernel module and someone can load it at any moment. Why do you need it in GENERIC? -- Maxim Konovalov From owner-freebsd-bugs@FreeBSD.ORG Mon Jun 12 15:00:41 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0BA6016A474 for ; Mon, 12 Jun 2006 15:00:41 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73FDE43D45 for ; Mon, 12 Jun 2006 15:00:40 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5CF0eZ1019743 for ; Mon, 12 Jun 2006 15:00:40 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5CF0e8e019742; Mon, 12 Jun 2006 15:00:40 GMT (envelope-from gnats) Date: Mon, 12 Jun 2006 15:00:40 GMT Message-Id: <200606121500.k5CF0e8e019742@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Maxim Konovalov Cc: Subject: bin/93400 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Maxim Konovalov List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jun 2006 15:00:41 -0000 The following reply was made to PR bin/93400; it has been noted by GNATS. From: Maxim Konovalov To: Chris Cc: bug-followup@freebsd.org Subject: bin/93400 Date: Mon, 12 Jun 2006 18:54:57 +0400 (MSD) Hi, Works for me: $ fetch -o/dev/null ftp://ftp.nsk.su/.3/RinetSoftware/trafshow-5.2.2.tgz /dev/null 100% of 121 kB 23 kBps $ uname -r 6.0-STABLE Are you sure everything is OK with this box? -- Maxim Konovalov From owner-freebsd-bugs@FreeBSD.ORG Mon Jun 12 15:30:38 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A1EE16A41F for ; Mon, 12 Jun 2006 15:30:38 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CD2C43D48 for ; Mon, 12 Jun 2006 15:30:37 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5CFUbUE021468 for ; Mon, 12 Jun 2006 15:30:37 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5CFUbsN021467; Mon, 12 Jun 2006 15:30:37 GMT (envelope-from gnats) Date: Mon, 12 Jun 2006 15:30:37 GMT Message-Id: <200606121530.k5CFUbsN021467@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Gleb Smirnoff Cc: Subject: Re: kern/68351: [bge] bge0 watchdog timeout on 5.2.1 and -current, 5.1 is ok X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Gleb Smirnoff List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jun 2006 15:30:38 -0000 The following reply was made to PR kern/68351; it has been noted by GNATS. From: Gleb Smirnoff To: Lucas Nussbaum Cc: bug-followup@FreeBSD.org, freebsd-bugs@merdin.com Subject: Re: kern/68351: [bge] bge0 watchdog timeout on 5.2.1 and -current, 5.1 is ok Date: Mon, 12 Jun 2006 19:25:32 +0400 On Mon, Jun 12, 2006 at 11:21:24AM +0200, Lucas Nussbaum wrote: L> I was trying to use FreeBSD on an IBM e326m (BCM 5780), and ran into those L> problems. I managed to get a working setup by using Yoshiaki Uchikawa's L> patch reported in kern/96806. I then added the change suggested by Pavel L> merdin around /* PCI-X bus */. L> L> This works well, and I get reasonable Gigabit performance (~900 mbps). L> L> Pavel Merdin's patch didn't apply because of tabs->spaces conversion. L> L> I'm available for testing patches on FreeBSD 6-STABLE if somebody want L> to merge this into FreeBSD. I have prepared quite a big patch merging some stuff from OpenBSD driver and posted it here: http://lists.freebsd.org/pipermail/freebsd-current/2006-June/063758.html This patch applies to HEAD. THe driver from HEAD should compile on RELENG_6 after small tweak to VLAN_INPUT_TAG() macro, quite obvious tweak. If you fail to compile HEAD driver on RELENG_6, mail me, I will post a patch applicable to RELENG_6. -- Totus tuus, Glebius. GLEBIUS-RIPN GLEB-RIPE From owner-freebsd-bugs@FreeBSD.ORG Mon Jun 12 16:50:15 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DEF3116A53F for ; Mon, 12 Jun 2006 16:50:14 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07A7043D53 for ; Mon, 12 Jun 2006 16:50:13 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5CGoDtv027366 for ; Mon, 12 Jun 2006 16:50:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5CGoDiZ027365; Mon, 12 Jun 2006 16:50:13 GMT (envelope-from gnats) Resent-Date: Mon, 12 Jun 2006 16:50:13 GMT Resent-Message-Id: <200606121650.k5CGoDiZ027365@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, Anton Yuzhaninov Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F49216A41A for ; Mon, 12 Jun 2006 16:49:58 +0000 (UTC) (envelope-from citrin@hius.citrin.ru) Received: from mail.classis.ru (classis.ru [213.248.60.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBF9F43D45 for ; Mon, 12 Jun 2006 16:49:57 +0000 (GMT) (envelope-from citrin@hius.citrin.ru) Received: from hius.citrin.ru (ppp83-237-204-225.pppoe.mtu-net.ru [83.237.204.225]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.classis.ru (Postfix) with ESMTP id 564CC1224830 for ; Mon, 12 Jun 2006 20:49:55 +0400 (MSD) Received: by hius.citrin.ru (Postfix, from userid 1001) id 61672575EBF; Mon, 12 Jun 2006 20:49:44 +0400 (MSD) Message-Id: <20060612164944.61672575EBF@hius.citrin.ru> Date: Mon, 12 Jun 2006 20:49:44 +0400 (MSD) From: Anton Yuzhaninov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: bin/98860: mount_mfs don't allow create md without softupdates X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Anton Yuzhaninov List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jun 2006 16:50:15 -0000 >Number: 98860 >Category: bin >Synopsis: mount_mfs don't allow create md without softupdates >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 Jun 12 16:50:12 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Anton Yuzhaninov >Release: FreeBSD 6.1-RELEASE i386 >Organization: >Environment: System: FreeBSD hius.citrin.ru 6.1-RELEASE FreeBSD 6.1-RELEASE #4: Wed May 24 10:37:01 MSD 2006 root@hius.citrin.ru:/data/usr/obj/data/usr/src/sys/NK i386 >Description: When mdmfs run with name mount_mfs it work in compatibility mode. flag -S not allowed in compatibility mode, but by default disk created with soft-updates turned on. >How-To-Repeat: Try to create memory disk with soft-updates turned off from /etc/fstab. >Fix: I see to ways to fix this problem: 1. In compatibility mode turn off soft-updates (In FreeBSD 4.X mount_mfs by default turn soft-updates off). --- mdmfs.c.orig Tue May 23 19:38:26 2006 +++ mdmfs.c Tue May 23 19:43:42 2006 @@ -133,6 +133,7 @@ if (compat) usage(); compat = true; + softdep = false; break; case 'c': argappend(&newfs_arg, "-c %s", optarg); 2. In compatibility mode allow -S option --- mdmfs.c.orig Tue May 23 19:38:26 2006 +++ mdmfs.c Tue May 23 19:45:02 2006 @@ -205,8 +205,6 @@ free(set); break; case 'S': - if (compat) - usage(); softdep = false; break; case 's': >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Mon Jun 12 18:50:17 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 88B6416A476 for ; Mon, 12 Jun 2006 18:50:17 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE35243D58 for ; Mon, 12 Jun 2006 18:50:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5CIoGRQ035521 for ; Mon, 12 Jun 2006 18:50:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5CIoGQm035520; Mon, 12 Jun 2006 18:50:16 GMT (envelope-from gnats) Resent-Date: Mon, 12 Jun 2006 18:50:16 GMT Resent-Message-Id: <200606121850.k5CIoGQm035520@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, Michael Hayes Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 12DBF16A502 for ; Mon, 12 Jun 2006 18:43:50 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2F2D43D48 for ; Mon, 12 Jun 2006 18:43:49 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k5CIhnj8024798 for ; Mon, 12 Jun 2006 18:43:49 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k5CIhnjk024797; Mon, 12 Jun 2006 18:43:49 GMT (envelope-from nobody) Message-Id: <200606121843.k5CIhnjk024797@www.freebsd.org> Date: Mon, 12 Jun 2006 18:43:49 GMT From: Michael Hayes To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: misc/98869: growisofs - dual layer dvd X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jun 2006 18:50:17 -0000 >Number: 98869 >Category: misc >Synopsis: growisofs - dual layer dvd >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 Jun 12 18:50:16 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Michael Hayes >Release: 6.1-RELEASE >Organization: >Environment: FreeBSD mikescomputer.lan 6.1-RELEASE FreeBSD 6.1-RELEASE #1: Fri Jun 9 22:44:30 EDT 2006 mthayes@mikescomputer.lan:/usr/obj/usr/src/sys/MIKESKERNEL i386 >Description: I am using K3b to burn a DVD+R dual layer via dvd+rw-tools 6.0. Unfortunately, whenever I hit burn the DVD spins up, then spins back down with the following error in the debug output of K3b: growisofs -dvd-compat -Z /dev/cd1=DVD.iso -speed=2 Executing 'builtin_dd if=DVD.iso of=/dev/pass1 obs=32k seek=0' /dev/pass1: splitting layers at 1992528 blocks :-[ SEND DVD+R DOUBLE LAYER RECORDING INFORMATION failed with SK=2h/ASC=04h/ACQ=01h]: Resource temporarily unavailable Here are my system specs: Chaintech VNF4/Ultra mobo w/RAID0 turned on for boot/data drives 2x Seagate 80GB drives (SATA) Lite-ON SOHW-832S DVD+R dual layer burner Lite-ON SOHW-1633S DVD+R dual layer burner (converted with firmware to Sony DRU-710A) Sound Blaster Audigy 2ZS sound card 480W Antec Neo power supply Shuttle 6-in-1 media reader APC BX1500 battery backup (apcupsd installed) I am using current nve drivers (I am one of the unlucky souls who could not use 6.0-RELEASE because of my ethernet card), and atapicam is turned on in the kernel. I am also using an SMP config. Other than that, the configs are based on the GENERIC kernel. Ports is from 6.1-RELEASE. All programs installed are from ports. >How-To-Repeat: Go to K3b, and try to burn any ISO that requires a double layer DVD. >Fix: I'm thinking this is a problem with the SCSI IOCTL driver, so possibly a fix can be found in there? >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Mon Jun 12 18:50:21 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE1E916A41B for ; Mon, 12 Jun 2006 18:50:21 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4963243D53 for ; Mon, 12 Jun 2006 18:50:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5CIoLvj035546 for ; Mon, 12 Jun 2006 18:50:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5CIoLLu035545; Mon, 12 Jun 2006 18:50:21 GMT (envelope-from gnats) Date: Mon, 12 Jun 2006 18:50:21 GMT Message-Id: <200606121850.k5CIoLLu035545@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Hokan Cc: Subject: Re: bin/96993: [nis] /var/yp/securenets does not function in ypbind on 6.0 and 5.3 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Hokan List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jun 2006 18:50:21 -0000 The following reply was made to PR bin/96993; it has been noted by GNATS. From: Hokan To: mailto: bug-followup@FreeBSD.org Cc: Subject: Re: bin/96993: [nis] /var/yp/securenets does not function in ypbind on 6.0 and 5.3 Date: Mon, 12 Jun 2006 13:48:15 -0500 This has been addressed in FreeBSD Security Advisory FreeBSD-SA-06:15.ypserv but further testing here has shown that the fix was not completely correct (although the security problem was stopped). We have been having performance concerns with ypserv and decided to try compiling without tcpwrappers support. This should be accomplished by modifying the Makefile to remove -DTCP_WRAPPER from CFLAGS: -CFLAGS+= -DDB_CACHE -DTCP_WRAPPER -I. +CFLAGS+= -DDB_CACHE -I. However, this no longer will compile after the security patch is applied. The original version will compile and will use securenets. (The original version will not use securenets if tcpwrappers is enabled.) From owner-freebsd-bugs@FreeBSD.ORG Mon Jun 12 19:00:47 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 67B1116A4A0 for ; Mon, 12 Jun 2006 19:00:47 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C44843D5E for ; Mon, 12 Jun 2006 19:00:44 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5CJ0h24036119 for ; Mon, 12 Jun 2006 19:00:43 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5CJ0hb5036118; Mon, 12 Jun 2006 19:00:43 GMT (envelope-from gnats) Date: Mon, 12 Jun 2006 19:00:43 GMT Message-Id: <200606121900.k5CJ0hb5036118@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Maxim Konovalov Cc: Subject: bin/98839 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Maxim Konovalov List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jun 2006 19:00:47 -0000 The following reply was made to PR bin/98839; it has been noted by GNATS. From: Maxim Konovalov To: bug-followup@freebsd.org Cc: Subject: bin/98839 Date: Mon, 12 Jun 2006 22:58:40 +0400 (MSD) The shell did help, finally figured out what was going on. The warning you see is harmless. As you see ftp.ee.freebsd.org has IPv4 and IPv6 addresses: $ host ftp.ee.freebsd.org ftp.ee.freebsd.org is a nickname for ftp.estpak.ee ftp.estpak.ee has address 194.126.101.101 ftp.estpak.ee has address 2001:7d0:0:1:216:35ff:fe9f:946 ftp.estpak.ee mail is handled (pri=10) by zen.estpak.ee libfetch(3) tries to connect to IPv6 address and bind(2) fails because ip address you use for FETCH_BIND_ADDRESS is IPv4 one. Then libfetch(3) tries to connect to IPv4 address (194.126.101.101) and bind(2) works OK here. You can avoid this warning with fetch -4 flag. Hope everything clear now and I can close the PR. Thanks for the shell access! -- Maxim Konovalov From owner-freebsd-bugs@FreeBSD.ORG Mon Jun 12 19:50:16 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E80816A477 for ; Mon, 12 Jun 2006 19:50:16 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F325343D49 for ; Mon, 12 Jun 2006 19:50:15 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5CJoFfq039501 for ; Mon, 12 Jun 2006 19:50:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5CJoFdR039500; Mon, 12 Jun 2006 19:50:15 GMT (envelope-from gnats) Date: Mon, 12 Jun 2006 19:50:15 GMT Message-Id: <200606121950.k5CJoFdR039500@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Maxim Konovalov Cc: Subject: Re: bin/96993: [nis] /var/yp/securenets does not function in ypbind on 6.0 and 5.3 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Maxim Konovalov List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jun 2006 19:50:16 -0000 The following reply was made to PR bin/96993; it has been noted by GNATS. From: Maxim Konovalov To: Hokan Cc: bug-followup@freebsd.org Subject: Re: bin/96993: [nis] /var/yp/securenets does not function in ypbind on 6.0 and 5.3 Date: Mon, 12 Jun 2006 23:42:57 +0400 (MSD) On Mon, 12 Jun 2006, 18:50-0000, Hokan wrote: > This has been addressed in FreeBSD Security Advisory > FreeBSD-SA-06:15.ypserv but further testing here has shown that the > fix was not completely correct (although the security problem was > stopped). > > We have been having performance concerns with ypserv and decided to try compiling > without tcpwrappers support. This should be accomplished by modifying the Makefile > to remove -DTCP_WRAPPER from CFLAGS: > > -CFLAGS+= -DDB_CACHE -DTCP_WRAPPER -I. > +CFLAGS+= -DDB_CACHE -I. > > However, this no longer will compile after the security patch is applied. > > The original version will compile and will use securenets. (The original > version will not use securenets if tcpwrappers is enabled.) It does compile on my HEAD and RELENG_6 systems. -- Maxim Konovalov From owner-freebsd-bugs@FreeBSD.ORG Mon Jun 12 20:10:25 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E2D9E16A418 for ; Mon, 12 Jun 2006 20:10:25 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED0B443D46 for ; Mon, 12 Jun 2006 20:10:18 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5CKAIJ0040264 for ; Mon, 12 Jun 2006 20:10:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5CKAI5O040263; Mon, 12 Jun 2006 20:10:18 GMT (envelope-from gnats) Date: Mon, 12 Jun 2006 20:10:18 GMT Message-Id: <200606122010.k5CKAI5O040263@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Gleb Smirnoff Cc: Subject: Re: kern/68351: [bge] bge0 watchdog timeout on 5.2.1 and -current, 5.1 is ok X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Gleb Smirnoff List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jun 2006 20:10:26 -0000 The following reply was made to PR kern/68351; it has been noted by GNATS. From: Gleb Smirnoff To: Lucas Nussbaum Cc: bug-followup@FreeBSD.org Subject: Re: kern/68351: [bge] bge0 watchdog timeout on 5.2.1 and -current, 5.1 is ok Date: Tue, 13 Jun 2006 00:00:49 +0400 --61jdw2sOBCFtR2d/ Content-Type: text/plain; charset=koi8-r Content-Disposition: inline On Mon, Jun 12, 2006 at 08:19:02PM +0200, Lucas Nussbaum wrote: L> The patched HEAD driver indeed doesn't compile on RELENG_6. I tried L> commenting some VLAN-related stuff, but couldn't get it to compile. L> L> I could easily upgrade this box to HEAD this week, but if it's not L> too difficult for you to send me a patch applicable to RELENG_6, we L> could go with this solution too. Here it is. -- Totus tuus, Glebius. GLEBIUS-RIPN GLEB-RIPE --61jdw2sOBCFtR2d/ Content-Type: text/plain; charset=koi8-r Content-Disposition: attachment; filename="bge.patch.RELENG_6" Index: if_bge.c =================================================================== RCS file: /home/ncvs/src/sys/dev/bge/if_bge.c,v retrieving revision 1.91.2.14 diff -u -r1.91.2.14 if_bge.c --- if_bge.c 19 May 2006 19:15:05 -0000 1.91.2.14 +++ if_bge.c 12 Jun 2006 19:59:22 -0000 @@ -95,7 +95,6 @@ #include #include -#include /* for DELAY */ #include #include #include @@ -111,8 +110,6 @@ #include -#include "opt_bge.h" - #define BGE_CSUM_FEATURES (CSUM_IP | CSUM_TCP | CSUM_UDP) #define ETHER_MIN_NOPAD (ETHER_MIN_LEN - ETHER_CRC_LEN) /* i.e., 60 */ @@ -129,150 +126,328 @@ * ID burned into it, though it will always be overriden by the vendor * ID in the EEPROM. Just to be safe, we cover all possibilities. */ -#define BGE_DEVDESC_MAX 64 /* Maximum device description length */ - static struct bge_type bge_devs[] = { - { ALT_VENDORID, ALT_DEVICEID_BCM5700, - "Broadcom BCM5700 Gigabit Ethernet" }, - { ALT_VENDORID, ALT_DEVICEID_BCM5701, - "Broadcom BCM5701 Gigabit Ethernet" }, - { BCOM_VENDORID, BCOM_DEVICEID_BCM5700, - "Broadcom BCM5700 Gigabit Ethernet" }, - { BCOM_VENDORID, BCOM_DEVICEID_BCM5701, - "Broadcom BCM5701 Gigabit Ethernet" }, - { BCOM_VENDORID, BCOM_DEVICEID_BCM5702, - "Broadcom BCM5702 Gigabit Ethernet" }, - { BCOM_VENDORID, BCOM_DEVICEID_BCM5702X, - "Broadcom BCM5702X Gigabit Ethernet" }, - { BCOM_VENDORID, BCOM_DEVICEID_BCM5703, - "Broadcom BCM5703 Gigabit Ethernet" }, - { BCOM_VENDORID, BCOM_DEVICEID_BCM5703X, - "Broadcom BCM5703X Gigabit Ethernet" }, - { BCOM_VENDORID, BCOM_DEVICEID_BCM5704C, - "Broadcom BCM5704C Dual Gigabit Ethernet" }, - { BCOM_VENDORID, BCOM_DEVICEID_BCM5704S, - "Broadcom BCM5704S Dual Gigabit Ethernet" }, - { BCOM_VENDORID, BCOM_DEVICEID_BCM5705, - "Broadcom BCM5705 Gigabit Ethernet" }, - { BCOM_VENDORID, BCOM_DEVICEID_BCM5705K, - "Broadcom BCM5705K Gigabit Ethernet" }, - { BCOM_VENDORID, BCOM_DEVICEID_BCM5705M, - "Broadcom BCM5705M Gigabit Ethernet" }, - { BCOM_VENDORID, BCOM_DEVICEID_BCM5705M_ALT, - "Broadcom BCM5705M Gigabit Ethernet" }, - { BCOM_VENDORID, BCOM_DEVICEID_BCM5714C, - "Broadcom BCM5714C Gigabit Ethernet" }, - { BCOM_VENDORID, BCOM_DEVICEID_BCM5721, - "Broadcom BCM5721 Gigabit Ethernet" }, - { BCOM_VENDORID, BCOM_DEVICEID_BCM5750, - "Broadcom BCM5750 Gigabit Ethernet" }, - { BCOM_VENDORID, BCOM_DEVICEID_BCM5750M, - "Broadcom BCM5750M Gigabit Ethernet" }, - { BCOM_VENDORID, BCOM_DEVICEID_BCM5751, - "Broadcom BCM5751 Gigabit Ethernet" }, - { BCOM_VENDORID, BCOM_DEVICEID_BCM5751M, - "Broadcom BCM5751M Gigabit Ethernet" }, - { BCOM_VENDORID, BCOM_DEVICEID_BCM5752, - "Broadcom BCM5752 Gigabit Ethernet" }, - { BCOM_VENDORID, BCOM_DEVICEID_BCM5782, - "Broadcom BCM5782 Gigabit Ethernet" }, - { BCOM_VENDORID, BCOM_DEVICEID_BCM5788, - "Broadcom BCM5788 Gigabit Ethernet" }, - { BCOM_VENDORID, BCOM_DEVICEID_BCM5789, - "Broadcom BCM5789 Gigabit Ethernet" }, - { BCOM_VENDORID, BCOM_DEVICEID_BCM5901, - "Broadcom BCM5901 Fast Ethernet" }, - { BCOM_VENDORID, BCOM_DEVICEID_BCM5901A2, - "Broadcom BCM5901A2 Fast Ethernet" }, - { SK_VENDORID, SK_DEVICEID_ALTIMA, - "SysKonnect Gigabit Ethernet" }, - { ALTIMA_VENDORID, ALTIMA_DEVICE_AC1000, - "Altima AC1000 Gigabit Ethernet" }, - { ALTIMA_VENDORID, ALTIMA_DEVICE_AC1002, - "Altima AC1002 Gigabit Ethernet" }, - { ALTIMA_VENDORID, ALTIMA_DEVICE_AC9100, - "Altima AC9100 Gigabit Ethernet" }, - { 0, 0, NULL } + { ALTEON_VENDORID, ALTEON_DEVICEID_BCM5700 }, + { ALTEON_VENDORID, ALTEON_DEVICEID_BCM5701 }, + + { ALTIMA_VENDORID, ALTIMA_DEVICE_AC1000 }, + { ALTIMA_VENDORID, ALTIMA_DEVICE_AC1002 }, + { ALTIMA_VENDORID, ALTIMA_DEVICE_AC9100 }, + + { APPLE_VENDORID, APPLE_DEVICE_BCM5701 }, + + { BCOM_VENDORID, BCOM_DEVICEID_BCM5700 }, + { BCOM_VENDORID, BCOM_DEVICEID_BCM5701 }, + { BCOM_VENDORID, BCOM_DEVICEID_BCM5702 }, + { BCOM_VENDORID, BCOM_DEVICEID_BCM5702_ALT }, + { BCOM_VENDORID, BCOM_DEVICEID_BCM5702X }, + { BCOM_VENDORID, BCOM_DEVICEID_BCM5703 }, + { BCOM_VENDORID, BCOM_DEVICEID_BCM5703_ALT }, + { BCOM_VENDORID, BCOM_DEVICEID_BCM5703X }, + { BCOM_VENDORID, BCOM_DEVICEID_BCM5704C }, + { BCOM_VENDORID, BCOM_DEVICEID_BCM5704S }, + { BCOM_VENDORID, BCOM_DEVICEID_BCM5704S_ALT }, + { BCOM_VENDORID, BCOM_DEVICEID_BCM5705 }, + { BCOM_VENDORID, BCOM_DEVICEID_BCM5705F }, + { BCOM_VENDORID, BCOM_DEVICEID_BCM5705K }, + { BCOM_VENDORID, BCOM_DEVICEID_BCM5705M }, + { BCOM_VENDORID, BCOM_DEVICEID_BCM5705M_ALT }, + { BCOM_VENDORID, BCOM_DEVICEID_BCM5714C }, + { BCOM_VENDORID, BCOM_DEVICEID_BCM5714S }, + { BCOM_VENDORID, BCOM_DEVICEID_BCM5715 }, + { BCOM_VENDORID, BCOM_DEVICEID_BCM5715S }, + { BCOM_VENDORID, BCOM_DEVICEID_BCM5720 }, + { BCOM_VENDORID, BCOM_DEVICEID_BCM5721 }, + { BCOM_VENDORID, BCOM_DEVICEID_BCM5750 }, + { BCOM_VENDORID, BCOM_DEVICEID_BCM5750M }, + { BCOM_VENDORID, BCOM_DEVICEID_BCM5751 }, + { BCOM_VENDORID, BCOM_DEVICEID_BCM5751F }, + { BCOM_VENDORID, BCOM_DEVICEID_BCM5751M }, + { BCOM_VENDORID, BCOM_DEVICEID_BCM5752 }, + { BCOM_VENDORID, BCOM_DEVICEID_BCM5752M }, + { BCOM_VENDORID, BCOM_DEVICEID_BCM5753 }, + { BCOM_VENDORID, BCOM_DEVICEID_BCM5753F }, + { BCOM_VENDORID, BCOM_DEVICEID_BCM5753M }, + { BCOM_VENDORID, BCOM_DEVICEID_BCM5780 }, + { BCOM_VENDORID, BCOM_DEVICEID_BCM5780S }, + { BCOM_VENDORID, BCOM_DEVICEID_BCM5781 }, + { BCOM_VENDORID, BCOM_DEVICEID_BCM5782 }, + { BCOM_VENDORID, BCOM_DEVICEID_BCM5788 }, + { BCOM_VENDORID, BCOM_DEVICEID_BCM5789 }, + { BCOM_VENDORID, BCOM_DEVICEID_BCM5901 }, + { BCOM_VENDORID, BCOM_DEVICEID_BCM5901A2 }, + { BCOM_VENDORID, BCOM_DEVICEID_BCM5903M }, + + { SK_VENDORID, SK_DEVICEID_ALTIMA }, + + { TC_VENDORID, TC_DEVICEID_3C985 }, + { TC_VENDORID, TC_DEVICEID_3C996 }, + + { 0, 0 } }; -static int bge_probe (device_t); -static int bge_attach (device_t); -static int bge_detach (device_t); -static int bge_suspend (device_t); -static int bge_resume (device_t); -static void bge_release_resources - (struct bge_softc *); -static void bge_dma_map_addr (void *, bus_dma_segment_t *, int, int); -static int bge_dma_alloc (device_t); -static void bge_dma_free (struct bge_softc *); - -static void bge_txeof (struct bge_softc *); -static void bge_rxeof (struct bge_softc *); - -static void bge_tick_locked (struct bge_softc *); -static void bge_tick (void *); -static void bge_stats_update (struct bge_softc *); -static void bge_stats_update_regs - (struct bge_softc *); -static int bge_encap (struct bge_softc *, struct mbuf *, - u_int32_t *); - -static void bge_intr (void *); -static void bge_start_locked (struct ifnet *); -static void bge_start (struct ifnet *); -static int bge_ioctl (struct ifnet *, u_long, caddr_t); -static void bge_init_locked (struct bge_softc *); -static void bge_init (void *); -static void bge_stop (struct bge_softc *); -static void bge_watchdog (struct ifnet *); -static void bge_shutdown (device_t); -static int bge_ifmedia_upd (struct ifnet *); -static void bge_ifmedia_sts (struct ifnet *, struct ifmediareq *); - -static u_int8_t bge_eeprom_getbyte (struct bge_softc *, int, u_int8_t *); -static int bge_read_eeprom (struct bge_softc *, caddr_t, int, int); - -static void bge_setmulti (struct bge_softc *); - -static int bge_newbuf_std (struct bge_softc *, int, struct mbuf *); -static int bge_newbuf_jumbo (struct bge_softc *, int, struct mbuf *); -static int bge_init_rx_ring_std (struct bge_softc *); -static void bge_free_rx_ring_std (struct bge_softc *); -static int bge_init_rx_ring_jumbo (struct bge_softc *); -static void bge_free_rx_ring_jumbo (struct bge_softc *); -static void bge_free_tx_ring (struct bge_softc *); -static int bge_init_tx_ring (struct bge_softc *); +#define BGE_IS_5705_OR_BEYOND(sc) \ + ((sc)->bge_asicrev == BGE_ASICREV_BCM5705 || \ + (sc)->bge_asicrev == BGE_ASICREV_BCM5750 || \ + (sc)->bge_asicrev == BGE_ASICREV_BCM5714_A0 || \ + (sc)->bge_asicrev == BGE_ASICREV_BCM5780 || \ + (sc)->bge_asicrev == BGE_ASICREV_BCM5714 || \ + (sc)->bge_asicrev == BGE_ASICREV_BCM5752) + +#define BGE_IS_575X_PLUS(sc) \ + ((sc)->bge_asicrev == BGE_ASICREV_BCM5750 || \ + (sc)->bge_asicrev == BGE_ASICREV_BCM5714_A0 || \ + (sc)->bge_asicrev == BGE_ASICREV_BCM5780 || \ + (sc)->bge_asicrev == BGE_ASICREV_BCM5714 || \ + (sc)->bge_asicrev == BGE_ASICREV_BCM5752) + +#define BGE_IS_5714_FAMILY(sc) \ + ((sc)->bge_asicrev == BGE_ASICREV_BCM5714_A0 || \ + (sc)->bge_asicrev == BGE_ASICREV_BCM5780 || \ + (sc)->bge_asicrev == BGE_ASICREV_BCM5714) + +#define BGE_IS_JUMBO_CAPABLE(sc) \ + ((sc)->bge_asicrev != BGE_ASICREV_BCM5705 && \ + (sc)->bge_asicrev != BGE_ASICREV_BCM5750) + +static const struct bge_revision { + uint32_t br_chipid; + const char *br_name; +} bge_revisions[] = { + { BGE_CHIPID_BCM5700_A0, + "BCM5700 A0" }, + + { BGE_CHIPID_BCM5700_A1, + "BCM5700 A1" }, + + { BGE_CHIPID_BCM5700_B0, + "BCM5700 B0" }, + + { BGE_CHIPID_BCM5700_B1, + "BCM5700 B1" }, + + { BGE_CHIPID_BCM5700_B2, + "BCM5700 B2" }, + + { BGE_CHIPID_BCM5700_B3, + "BCM5700 B3" }, + + /* This is treated like a BCM5700 Bx */ + { BGE_CHIPID_BCM5700_ALTIMA, + "BCM5700 Altima" }, + + { BGE_CHIPID_BCM5700_C0, + "BCM5700 C0" }, + + { BGE_CHIPID_BCM5701_A0, + "BCM5701 A0" }, + + { BGE_CHIPID_BCM5701_B0, + "BCM5701 B0" }, + + { BGE_CHIPID_BCM5701_B2, + "BCM5701 B2" }, + + { BGE_CHIPID_BCM5701_B5, + "BCM5701 B5" }, + + { BGE_CHIPID_BCM5703_A0, + "BCM5703 A0" }, + + { BGE_CHIPID_BCM5703_A1, + "BCM5703 A1" }, + + { BGE_CHIPID_BCM5703_A2, + "BCM5703 A2" }, + + { BGE_CHIPID_BCM5703_A3, + "BCM5703 A3" }, + + { BGE_CHIPID_BCM5704_A0, + "BCM5704 A0" }, + + { BGE_CHIPID_BCM5704_A1, + "BCM5704 A1" }, + + { BGE_CHIPID_BCM5704_A2, + "BCM5704 A2" }, + + { BGE_CHIPID_BCM5704_A3, + "BCM5704 A3" }, + + { BGE_CHIPID_BCM5704_B0, + "BCM5704 B0" }, + + { BGE_CHIPID_BCM5705_A0, + "BCM5705 A0" }, + + { BGE_CHIPID_BCM5705_A1, + "BCM5705 A1" }, + + { BGE_CHIPID_BCM5705_A2, + "BCM5705 A2" }, + + { BGE_CHIPID_BCM5705_A3, + "BCM5705 A3" }, -static int bge_chipinit (struct bge_softc *); -static int bge_blockinit (struct bge_softc *); + { BGE_CHIPID_BCM5750_A0, + "BCM5750 A0" }, + + { BGE_CHIPID_BCM5750_A1, + "BCM5750 A1" }, + + { BGE_CHIPID_BCM5750_A3, + "BCM5750 A3" }, + + { BGE_CHIPID_BCM5750_B0, + "BCM5750 B0" }, + + { BGE_CHIPID_BCM5750_B1, + "BCM5750 B1" }, + + { BGE_CHIPID_BCM5750_C0, + "BCM5750 C0" }, + + { BGE_CHIPID_BCM5750_C1, + "BCM5750 C1" }, + + { BGE_CHIPID_BCM5714_A0, + "BCM5714 A0" }, + + { BGE_CHIPID_BCM5752_A0, + "BCM5752 A0" }, + + { BGE_CHIPID_BCM5752_A1, + "BCM5752 A1" }, + + { BGE_CHIPID_BCM5752_A2, + "BCM5752 A2" }, + + { BGE_CHIPID_BCM5714_B0, + "BCM5714 B0" }, + + { BGE_CHIPID_BCM5714_B3, + "BCM5714 B3" }, + + { BGE_CHIPID_BCM5715_A0, + "BCM5715 A0" }, + + { BGE_CHIPID_BCM5715_A1, + "BCM5715 A1" }, + + { 0, + NULL } +}; + +/* + * Some defaults for major revisions, so that newer steppings + * that we don't know about have a shot at working. + */ +static const struct bge_revision bge_majorrevs[] = { + { BGE_ASICREV_BCM5700, + "unknown BCM5700" }, + + { BGE_ASICREV_BCM5701, + "unknown BCM5701" }, + + { BGE_ASICREV_BCM5703, + "unknown BCM5703" }, + + { BGE_ASICREV_BCM5704, + "unknown BCM5704" }, + + { BGE_ASICREV_BCM5705, + "unknown BCM5705" }, + + { BGE_ASICREV_BCM5750, + "unknown BCM5750" }, + + { BGE_ASICREV_BCM5714_A0, + "unknown BCM5714" }, + + { BGE_ASICREV_BCM5752, + "unknown BCM5752" }, + + { BGE_ASICREV_BCM5780, + "unknown BCM5780" }, + + { BGE_ASICREV_BCM5714, + "unknown BCM5714" }, + + { 0, NULL } +}; + +const struct bge_revision * bge_lookup_rev(uint32_t); +static int bge_probe(device_t); +static int bge_attach(device_t); +static int bge_detach(device_t); +static int bge_suspend(device_t); +static int bge_resume(device_t); +static void bge_release_resources(struct bge_softc *); +static void bge_dma_map_addr(void *, bus_dma_segment_t *, int, int); +static int bge_dma_alloc(device_t); +static void bge_dma_free(struct bge_softc *); + +static void bge_txeof(struct bge_softc *); +static void bge_rxeof(struct bge_softc *); + +static void bge_tick_locked(struct bge_softc *); +static void bge_tick(void *); +static void bge_stats_update(struct bge_softc *); +static void bge_stats_update_regs(struct bge_softc *); +static int bge_encap(struct bge_softc *, struct mbuf *, uint32_t *); + +static void bge_intr(void *); +static void bge_start_locked(struct ifnet *); +static void bge_start(struct ifnet *); +static int bge_ioctl(struct ifnet *, u_long, caddr_t); +static void bge_init_locked(struct bge_softc *); +static void bge_init(void *); +static void bge_stop(struct bge_softc *); +static void bge_watchdog(struct ifnet *); +static void bge_shutdown(device_t); +static int bge_ifmedia_upd(struct ifnet *); +static void bge_ifmedia_sts(struct ifnet *, struct ifmediareq *); + +static uint8_t bge_eeprom_getbyte(struct bge_softc *, int, uint8_t *); +static int bge_read_eeprom(struct bge_softc *, caddr_t, int, int); + +static void bge_setmulti(struct bge_softc *); + +static int bge_newbuf_std(struct bge_softc *, int, struct mbuf *); +static int bge_newbuf_jumbo(struct bge_softc *, int, struct mbuf *); +static int bge_init_rx_ring_std(struct bge_softc *); +static void bge_free_rx_ring_std(struct bge_softc *); +static int bge_init_rx_ring_jumbo(struct bge_softc *); +static void bge_free_rx_ring_jumbo(struct bge_softc *); +static void bge_free_tx_ring(struct bge_softc *); +static int bge_init_tx_ring(struct bge_softc *); + +static int bge_chipinit(struct bge_softc *); +static int bge_blockinit(struct bge_softc *); #ifdef notdef -static u_int8_t bge_vpd_readbyte(struct bge_softc *, int); -static void bge_vpd_read_res (struct bge_softc *, struct vpd_res *, int); -static void bge_vpd_read (struct bge_softc *); +static uint8_t bge_vpd_readbyte(struct bge_softc *, int); +static void bge_vpd_read_res(struct bge_softc *, struct vpd_res *, int); +static void bge_vpd_read(struct bge_softc *); #endif -static u_int32_t bge_readmem_ind - (struct bge_softc *, int); -static void bge_writemem_ind (struct bge_softc *, int, int); +static uint32_t bge_readmem_ind(struct bge_softc *, int); +static void bge_writemem_ind(struct bge_softc *, int, int); #ifdef notdef -static u_int32_t bge_readreg_ind - (struct bge_softc *, int); +static uint32_t bge_readreg_ind(struct bge_softc *, int); #endif -static void bge_writereg_ind (struct bge_softc *, int, int); +static void bge_writereg_ind(struct bge_softc *, int, int); -static int bge_miibus_readreg (device_t, int, int); -static int bge_miibus_writereg (device_t, int, int, int); -static void bge_miibus_statchg (device_t); +static int bge_miibus_readreg(device_t, int, int); +static int bge_miibus_writereg(device_t, int, int, int); +static void bge_miibus_statchg(device_t); #ifdef DEVICE_POLLING -static void bge_poll (struct ifnet *ifp, enum poll_cmd cmd, - int count); -static void bge_poll_locked (struct ifnet *ifp, enum poll_cmd cmd, - int count); +static void bge_poll(struct ifnet *ifp, enum poll_cmd cmd, int count); #endif -static void bge_reset (struct bge_softc *); -static void bge_link_upd (struct bge_softc *); +static void bge_reset(struct bge_softc *); +static void bge_link_upd(struct bge_softc *); static device_method_t bge_methods[] = { /* Device interface */ @@ -306,23 +481,22 @@ DRIVER_MODULE(bge, pci, bge_driver, bge_devclass, 0, 0); DRIVER_MODULE(miibus, bge, miibus_driver, miibus_devclass, 0, 0); -static u_int32_t -bge_readmem_ind(sc, off) - struct bge_softc *sc; - int off; +static int bge_fake_autoneg = 0; +TUNABLE_INT("hw.bge.fake_autoneg", &bge_fake_autoneg); + +static uint32_t +bge_readmem_ind(struct bge_softc *sc, int off) { device_t dev; dev = sc->bge_dev; pci_write_config(dev, BGE_PCI_MEMWIN_BASEADDR, off, 4); - return(pci_read_config(dev, BGE_PCI_MEMWIN_DATA, 4)); + return (pci_read_config(dev, BGE_PCI_MEMWIN_DATA, 4)); } static void -bge_writemem_ind(sc, off, val) - struct bge_softc *sc; - int off, val; +bge_writemem_ind(struct bge_softc *sc, int off, int val) { device_t dev; @@ -330,29 +504,23 @@ pci_write_config(dev, BGE_PCI_MEMWIN_BASEADDR, off, 4); pci_write_config(dev, BGE_PCI_MEMWIN_DATA, val, 4); - - return; } #ifdef notdef -static u_int32_t -bge_readreg_ind(sc, off) - struct bge_softc *sc; - int off; +static uint32_t +bge_readreg_ind(struct bge_softc *sc, int off) { device_t dev; dev = sc->bge_dev; pci_write_config(dev, BGE_PCI_REG_BASEADDR, off, 4); - return(pci_read_config(dev, BGE_PCI_REG_DATA, 4)); + return (pci_read_config(dev, BGE_PCI_REG_DATA, 4)); } #endif static void -bge_writereg_ind(sc, off, val) - struct bge_softc *sc; - int off, val; +bge_writereg_ind(struct bge_softc *sc, int off, int val) { device_t dev; @@ -360,8 +528,6 @@ pci_write_config(dev, BGE_PCI_REG_BASEADDR, off, 4); pci_write_config(dev, BGE_PCI_REG_DATA, val, 4); - - return; } /* @@ -369,11 +535,7 @@ */ static void -bge_dma_map_addr(arg, segs, nseg, error) - void *arg; - bus_dma_segment_t *segs; - int nseg; - int error; +bge_dma_map_addr(void *arg, bus_dma_segment_t *segs, int nseg, int error) { struct bge_dmamap_arg *ctx; @@ -388,19 +550,15 @@ } ctx->bge_busaddr = segs->ds_addr; - - return; } #ifdef notdef -static u_int8_t -bge_vpd_readbyte(sc, addr) - struct bge_softc *sc; - int addr; +static uint8_t +bge_vpd_readbyte(struct bge_softc *sc, int addr) { int i; device_t dev; - u_int32_t val; + uint32_t val; dev = sc->bge_dev; pci_write_config(dev, BGE_PCI_VPD_ADDR, addr, 2); @@ -412,36 +570,30 @@ if (i == BGE_TIMEOUT) { device_printf(sc->bge_dev, "VPD read timed out\n"); - return(0); + return (0); } val = pci_read_config(dev, BGE_PCI_VPD_DATA, 4); - return((val >> ((addr % 4) * 8)) & 0xFF); + return ((val >> ((addr % 4) * 8)) & 0xFF); } static void -bge_vpd_read_res(sc, res, addr) - struct bge_softc *sc; - struct vpd_res *res; - int addr; +bge_vpd_read_res(struct bge_softc *sc, struct vpd_res *res, int addr) { int i; - u_int8_t *ptr; + uint8_t *ptr; - ptr = (u_int8_t *)res; + ptr = (uint8_t *)res; for (i = 0; i < sizeof(struct vpd_res); i++) ptr[i] = bge_vpd_readbyte(sc, i + addr); - - return; } static void -bge_vpd_read(sc) - struct bge_softc *sc; +bge_vpd_read(struct bge_softc *sc) { - int pos = 0, i; struct vpd_res res; + int i, pos = 0; if (sc->bge_vpd_prodname != NULL) free(sc->bge_vpd_prodname, M_DEVBUF); @@ -479,8 +631,6 @@ sc->bge_vpd_readonly = malloc(res.vr_len, M_DEVBUF, M_NOWAIT); for (i = 0; i < res.vr_len + 1; i++) sc->bge_vpd_readonly[i] = bge_vpd_readbyte(sc, i + pos); - - return; } #endif @@ -490,14 +640,11 @@ * auto access interface for reading the EEPROM. We use the auto * access method. */ -static u_int8_t -bge_eeprom_getbyte(sc, addr, dest) - struct bge_softc *sc; - int addr; - u_int8_t *dest; +static uint8_t +bge_eeprom_getbyte(struct bge_softc *sc, int addr, uint8_t *dest) { int i; - u_int32_t byte = 0; + uint32_t byte = 0; /* * Enable use of auto EEPROM access so we can avoid @@ -522,7 +669,7 @@ if (i == BGE_TIMEOUT) { device_printf(sc->bge_dev, "EEPROM read timed out\n"); - return(1); + return (1); } /* Get result. */ @@ -530,39 +677,33 @@ *dest = (byte >> ((addr % 4) * 8)) & 0xFF; - return(0); + return (0); } /* * Read a sequence of bytes from the EEPROM. */ static int -bge_read_eeprom(sc, dest, off, cnt) - struct bge_softc *sc; - caddr_t dest; - int off; - int cnt; +bge_read_eeprom(struct bge_softc *sc, caddr_t dest, int off, int cnt) { - int err = 0, i; - u_int8_t byte = 0; + int i, error = 0; + uint8_t byte = 0; for (i = 0; i < cnt; i++) { - err = bge_eeprom_getbyte(sc, off + i, &byte); - if (err) + error = bge_eeprom_getbyte(sc, off + i, &byte); + if (error) break; *(dest + i) = byte; } - return(err ? 1 : 0); + return (error ? 1 : 0); } static int -bge_miibus_readreg(dev, phy, reg) - device_t dev; - int phy, reg; +bge_miibus_readreg(device_t dev, int phy, int reg) { struct bge_softc *sc; - u_int32_t val, autopoll; + uint32_t val, autopoll; int i; sc = device_get_softc(dev); @@ -577,7 +718,7 @@ * special-cased. */ if (phy != 1) - return(0); + return (0); /* Reading with autopolling on may trigger PCI errors */ autopoll = CSR_READ_4(sc, BGE_MI_MODE); @@ -610,18 +751,16 @@ } if (val & BGE_MICOMM_READFAIL) - return(0); + return (0); - return(val & 0xFFFF); + return (val & 0xFFFF); } static int -bge_miibus_writereg(dev, phy, reg, val) - device_t dev; - int phy, reg, val; +bge_miibus_writereg(device_t dev, int phy, int reg, int val) { struct bge_softc *sc; - u_int32_t autopoll; + uint32_t autopoll; int i; sc = device_get_softc(dev); @@ -648,15 +787,14 @@ if (i == BGE_TIMEOUT) { if_printf(sc->bge_ifp, "PHY read timed out\n"); - return(0); + return (0); } - return(0); + return (0); } static void -bge_miibus_statchg(dev) - device_t dev; +bge_miibus_statchg(device_t dev) { struct bge_softc *sc; struct mii_data *mii; @@ -665,39 +803,32 @@ mii = device_get_softc(sc->bge_miibus); BGE_CLRBIT(sc, BGE_MAC_MODE, BGE_MACMODE_PORTMODE); - if (IFM_SUBTYPE(mii->mii_media_active) == IFM_1000_T) { + if (IFM_SUBTYPE(mii->mii_media_active) == IFM_1000_T) BGE_SETBIT(sc, BGE_MAC_MODE, BGE_PORTMODE_GMII); - } else { + else BGE_SETBIT(sc, BGE_MAC_MODE, BGE_PORTMODE_MII); - } - if ((mii->mii_media_active & IFM_GMASK) == IFM_FDX) { + if ((mii->mii_media_active & IFM_GMASK) == IFM_FDX) BGE_CLRBIT(sc, BGE_MAC_MODE, BGE_MACMODE_HALF_DUPLEX); - } else { + else BGE_SETBIT(sc, BGE_MAC_MODE, BGE_MACMODE_HALF_DUPLEX); - } - - return; } /* * Intialize a standard receive ring descriptor. */ static int -bge_newbuf_std(sc, i, m) - struct bge_softc *sc; - int i; - struct mbuf *m; -{ - struct mbuf *m_new = NULL; - struct bge_rx_bd *r; - struct bge_dmamap_arg ctx; - int error; +bge_newbuf_std(struct bge_softc *sc, int i, struct mbuf *m) +{ + struct mbuf *m_new = NULL; + struct bge_rx_bd *r; + struct bge_dmamap_arg ctx; + int error; if (m == NULL) { m_new = m_getcl(M_DONTWAIT, MT_DATA, M_PKTHDR); if (m_new == NULL) - return(ENOBUFS); + return (ENOBUFS); m_new->m_len = m_new->m_pkthdr.len = MCLBYTES; } else { m_new = m; @@ -719,7 +850,7 @@ sc->bge_cdata.bge_rx_std_chain[i] = NULL; m_freem(m_new); } - return(ENOMEM); + return (ENOMEM); } r->bge_addr.bge_addr_lo = BGE_ADDR_LO(ctx.bge_busaddr); r->bge_addr.bge_addr_hi = BGE_ADDR_HI(ctx.bge_busaddr); @@ -731,7 +862,7 @@ sc->bge_cdata.bge_rx_std_dmamap[i], BUS_DMASYNC_PREREAD); - return(0); + return (0); } /* @@ -739,10 +870,7 @@ * a jumbo buffer from the pool managed internally by the driver. */ static int -bge_newbuf_jumbo(sc, i, m) - struct bge_softc *sc; - int i; - struct mbuf *m; +bge_newbuf_jumbo(struct bge_softc *sc, int i, struct mbuf *m) { bus_dma_segment_t segs[BGE_NSEG_JUMBO]; struct bge_extrx_bd *r; @@ -753,12 +881,12 @@ if (m == NULL) { MGETHDR(m_new, M_DONTWAIT, MT_DATA); if (m_new == NULL) - return(ENOBUFS); + return (ENOBUFS); m_cljget(m_new, M_DONTWAIT, MJUM9BYTES); if (!(m_new->m_flags & M_EXT)) { m_freem(m_new); - return(ENOBUFS); + return (ENOBUFS); } m_new->m_len = m_new->m_pkthdr.len = MJUM9BYTES; } else { @@ -776,7 +904,7 @@ if (error) { if (m == NULL) m_freem(m_new); - return(error); + return (error); } sc->bge_cdata.bge_rx_jumbo_chain[i] = m_new; @@ -823,14 +951,13 @@ * the NIC. */ static int -bge_init_rx_ring_std(sc) - struct bge_softc *sc; +bge_init_rx_ring_std(struct bge_softc *sc) { int i; for (i = 0; i < BGE_SSLOTS; i++) { if (bge_newbuf_std(sc, i, NULL) == ENOBUFS) - return(ENOBUFS); + return (ENOBUFS); }; bus_dmamap_sync(sc->bge_cdata.bge_rx_std_ring_tag, @@ -840,12 +967,11 @@ sc->bge_std = i - 1; CSR_WRITE_4(sc, BGE_MBX_RX_STD_PROD_LO, sc->bge_std); - return(0); + return (0); } static void -bge_free_rx_ring_std(sc) - struct bge_softc *sc; +bge_free_rx_ring_std(struct bge_softc *sc) { int i; @@ -862,20 +988,17 @@ bzero((char *)&sc->bge_ldata.bge_rx_std_ring[i], sizeof(struct bge_rx_bd)); } - - return; } static int -bge_init_rx_ring_jumbo(sc) - struct bge_softc *sc; +bge_init_rx_ring_jumbo(struct bge_softc *sc) { struct bge_rcb *rcb; int i; for (i = 0; i < BGE_JUMBO_RX_RING_CNT; i++) { if (bge_newbuf_jumbo(sc, i, NULL) == ENOBUFS) - return(ENOBUFS); + return (ENOBUFS); }; bus_dmamap_sync(sc->bge_cdata.bge_rx_jumbo_ring_tag, @@ -891,12 +1014,11 @@ CSR_WRITE_4(sc, BGE_MBX_RX_JUMBO_PROD_LO, sc->bge_jumbo); - return(0); + return (0); } static void -bge_free_rx_ring_jumbo(sc) - struct bge_softc *sc; +bge_free_rx_ring_jumbo(struct bge_softc *sc) { int i; @@ -913,13 +1035,10 @@ bzero((char *)&sc->bge_ldata.bge_rx_jumbo_ring[i], sizeof(struct bge_extrx_bd)); } - - return; } static void -bge_free_tx_ring(sc) - struct bge_softc *sc; +bge_free_tx_ring(struct bge_softc *sc) { int i; @@ -939,13 +1058,10 @@ bzero((char *)&sc->bge_ldata.bge_tx_ring[i], sizeof(struct bge_tx_bd)); } - - return; } static int -bge_init_tx_ring(sc) - struct bge_softc *sc; +bge_init_tx_ring(struct bge_softc *sc) { sc->bge_txcnt = 0; sc->bge_tx_saved_considx = 0; @@ -964,16 +1080,15 @@ if (sc->bge_chiprev == BGE_CHIPREV_5700_BX) CSR_WRITE_4(sc, BGE_MBX_TX_NIC_PROD0_LO, 0); - return(0); + return (0); } static void -bge_setmulti(sc) - struct bge_softc *sc; +bge_setmulti(struct bge_softc *sc) { struct ifnet *ifp; struct ifmultiaddr *ifma; - u_int32_t hashes[4] = { 0, 0, 0, 0 }; + uint32_t hashes[4] = { 0, 0, 0, 0 }; int h, i; BGE_LOCK_ASSERT(sc); @@ -1003,8 +1118,6 @@ for (i = 0; i < 4; i++) CSR_WRITE_4(sc, BGE_MAR0 + (i * 4), hashes[i]); - - return; } /* @@ -1012,11 +1125,10 @@ * self-test results. */ static int -bge_chipinit(sc) - struct bge_softc *sc; +bge_chipinit(struct bge_softc *sc) { - int i; - u_int32_t dma_rw_ctl; + uint32_t dma_rw_ctl; + int i; /* Set endian type before we access any non-PCI registers. */ pci_write_config(sc->bge_dev, BGE_PCI_MISC_CTL, BGE_INIT, 4); @@ -1027,7 +1139,7 @@ */ if (CSR_READ_4(sc, BGE_RXCPU_MODE) & BGE_RXCPUMODE_ROMFAIL) { device_printf(sc->bge_dev, "RX CPU self-diagnostics failed!\n"); - return(ENODEV); + return (ENODEV); } /* Clear the MAC control register */ @@ -1038,32 +1150,36 @@ * internal memory. */ for (i = BGE_STATS_BLOCK; - i < BGE_STATS_BLOCK_END + 1; i += sizeof(u_int32_t)) + i < BGE_STATS_BLOCK_END + 1; i += sizeof(uint32_t)) BGE_MEMWIN_WRITE(sc, i, 0); for (i = BGE_STATUS_BLOCK; - i < BGE_STATUS_BLOCK_END + 1; i += sizeof(u_int32_t)) + i < BGE_STATUS_BLOCK_END + 1; i += sizeof(uint32_t)) BGE_MEMWIN_WRITE(sc, i, 0); /* Set up the PCI DMA control register. */ if (sc->bge_pcie) { + /* PCI Express bus */ dma_rw_ctl = BGE_PCI_READ_CMD|BGE_PCI_WRITE_CMD | (0xf << BGE_PCIDMARWCTL_RD_WAT_SHIFT) | (0x2 << BGE_PCIDMARWCTL_WR_WAT_SHIFT); - } else if (pci_read_config(sc->bge_dev, BGE_PCI_PCISTATE, 4) & - BGE_PCISTATE_PCI_BUSMODE) { - /* Conventional PCI bus */ - dma_rw_ctl = BGE_PCI_READ_CMD|BGE_PCI_WRITE_CMD | - (0x7 << BGE_PCIDMARWCTL_RD_WAT_SHIFT) | - (0x7 << BGE_PCIDMARWCTL_WR_WAT_SHIFT) | - (0x0F); - } else { + } else if (sc->bge_pcix) { /* PCI-X bus */ - /* - * The 5704 uses a different encoding of read/write - * watermarks. - */ - if (sc->bge_asicrev == BGE_ASICREV_BCM5704) + if (BGE_IS_5714_FAMILY(sc)) { + dma_rw_ctl = BGE_PCI_READ_CMD|BGE_PCI_WRITE_CMD; + dma_rw_ctl &= ~BGE_PCIDMARWCTL_ONEDMA_ATONCE; /* XXX */ + /* XXX magic values, Broadcom-supplied Linux driver */ + if (sc->bge_asicrev == BGE_ASICREV_BCM5780) + dma_rw_ctl |= (1 << 20) | (1 << 18) | + BGE_PCIDMARWCTL_ONEDMA_ATONCE; + else + dma_rw_ctl |= (1 << 20) | (1 << 18) | (1 << 15); + + } else if (sc->bge_asicrev == BGE_ASICREV_BCM5704) + /* + * The 5704 uses a different encoding of read/write + * watermarks. + */ dma_rw_ctl = BGE_PCI_READ_CMD|BGE_PCI_WRITE_CMD | (0x7 << BGE_PCIDMARWCTL_RD_WAT_SHIFT) | (0x3 << BGE_PCIDMARWCTL_WR_WAT_SHIFT); @@ -1079,18 +1195,22 @@ */ if (sc->bge_asicrev == BGE_ASICREV_BCM5703 || sc->bge_asicrev == BGE_ASICREV_BCM5704) { - u_int32_t tmp; + uint32_t tmp; tmp = CSR_READ_4(sc, BGE_PCI_CLKCTL) & 0x1f; if (tmp == 0x6 || tmp == 0x7) dma_rw_ctl |= BGE_PCIDMARWCTL_ONEDMA_ATONCE; } - } + } else + /* Conventional PCI bus */ + dma_rw_ctl = BGE_PCI_READ_CMD|BGE_PCI_WRITE_CMD | + (0x7 << BGE_PCIDMARWCTL_RD_WAT_SHIFT) | + (0x7 << BGE_PCIDMARWCTL_WR_WAT_SHIFT) | + (0x0F); if (sc->bge_asicrev == BGE_ASICREV_BCM5703 || sc->bge_asicrev == BGE_ASICREV_BCM5704 || - sc->bge_asicrev == BGE_ASICREV_BCM5705 || - sc->bge_asicrev == BGE_ASICREV_BCM5750) + sc->bge_asicrev == BGE_ASICREV_BCM5705) dma_rw_ctl &= ~BGE_PCIDMARWCTL_MINDMA; pci_write_config(sc->bge_dev, BGE_PCI_DMA_RW_CTL, dma_rw_ctl, 4); @@ -1121,12 +1241,11 @@ /* Set the timer prescaler (always 66Mhz) */ CSR_WRITE_4(sc, BGE_MISC_CFG, 65 << 1/*BGE_32BITTIME_66MHZ*/); - return(0); + return (0); } static int -bge_blockinit(sc) - struct bge_softc *sc; +bge_blockinit(struct bge_softc *sc) { struct bge_rcb *rcb; bus_size_t vrcb; @@ -1143,8 +1262,7 @@ /* Note: the BCM5704 has a smaller mbuf space than other chips. */ - if (sc->bge_asicrev != BGE_ASICREV_BCM5705 && - sc->bge_asicrev != BGE_ASICREV_BCM5750) { + if (!(BGE_IS_5705_OR_BEYOND(sc))) { /* Configure mbuf memory pool */ if (sc->bge_extram) { CSR_WRITE_4(sc, BGE_BMAN_MBUFPOOL_BASEADDR, @@ -1169,8 +1287,7 @@ } /* Configure mbuf pool watermarks */ - if (sc->bge_asicrev == BGE_ASICREV_BCM5705 || - sc->bge_asicrev == BGE_ASICREV_BCM5750) { + if (!(BGE_IS_5705_OR_BEYOND(sc))) { CSR_WRITE_4(sc, BGE_BMAN_MBUFPOOL_READDMA_LOWAT, 0x0); CSR_WRITE_4(sc, BGE_BMAN_MBUFPOOL_MACRX_LOWAT, 0x10); } else { @@ -1184,8 +1301,7 @@ CSR_WRITE_4(sc, BGE_BMAN_DMA_DESCPOOL_HIWAT, 10); /* Enable buffer manager */ - if (sc->bge_asicrev != BGE_ASICREV_BCM5705 && - sc->bge_asicrev != BGE_ASICREV_BCM5750) { + if (!(BGE_IS_5705_OR_BEYOND(sc))) { CSR_WRITE_4(sc, BGE_BMAN_MODE, BGE_BMANMODE_ENABLE|BGE_BMANMODE_LOMBUF_ATTN); @@ -1199,7 +1315,7 @@ if (i == BGE_TIMEOUT) { device_printf(sc->bge_dev, "buffer manager failed to start\n"); - return(ENXIO); + return (ENXIO); } } @@ -1216,7 +1332,7 @@ if (i == BGE_TIMEOUT) { device_printf(sc->bge_dev, "flow-through queue init failed\n"); - return(ENXIO); + return (ENXIO); } /* Initialize the standard RX ring control block */ @@ -1227,8 +1343,7 @@ BGE_ADDR_HI(sc->bge_ldata.bge_rx_std_ring_paddr); bus_dmamap_sync(sc->bge_cdata.bge_rx_std_ring_tag, sc->bge_cdata.bge_rx_std_ring_map, BUS_DMASYNC_PREREAD); - if (sc->bge_asicrev == BGE_ASICREV_BCM5705 || - sc->bge_asicrev == BGE_ASICREV_BCM5750) + if (BGE_IS_5705_OR_BEYOND(sc)) rcb->bge_maxlen_flags = BGE_RCB_MAXLEN_FLAGS(512, 0); else rcb->bge_maxlen_flags = @@ -1250,8 +1365,7 @@ * using this ring (i.e. once we set the MTU * high enough to require it). */ - if (sc->bge_asicrev != BGE_ASICREV_BCM5705 && - sc->bge_asicrev != BGE_ASICREV_BCM5750) { + if (BGE_IS_JUMBO_CAPABLE(sc)) { rcb = &sc->bge_ldata.bge_info.bge_jumbo_rx_rcb; rcb->bge_hostaddr.bge_addr_lo = @@ -1312,8 +1426,7 @@ RCB_WRITE_4(sc, vrcb, bge_hostaddr.bge_addr_lo, taddr.bge_addr_lo); RCB_WRITE_4(sc, vrcb, bge_nicaddr, BGE_NIC_TXRING_ADDR(0, BGE_TX_RING_CNT)); - if (sc->bge_asicrev != BGE_ASICREV_BCM5705 && - sc->bge_asicrev != BGE_ASICREV_BCM5750) + if (!(BGE_IS_5705_OR_BEYOND(sc))) RCB_WRITE_4(sc, vrcb, bge_maxlen_flags, BGE_RCB_MAXLEN_FLAGS(BGE_TX_RING_CNT, 0)); @@ -1327,7 +1440,7 @@ BGE_RCB_FLAG_RING_DISABLED)); RCB_WRITE_4(sc, vrcb, bge_nicaddr, 0); CSR_WRITE_4(sc, BGE_MBX_RX_CONS0_LO + - (i * (sizeof(u_int64_t))), 0); + (i * (sizeof(uint64_t))), 0); vrcb += sizeof(struct bge_rcb); } @@ -1352,9 +1465,9 @@ /* Set random backoff seed for TX */ CSR_WRITE_4(sc, BGE_TX_RANDOM_BACKOFF, - IFP2ENADDR(sc->bge_ifp)[0] + IFP2ENADDR(sc->bge_ifp)[1] + - IFP2ENADDR(sc->bge_ifp)[2] + IFP2ENADDR(sc->bge_ifp)[3] + - IFP2ENADDR(sc->bge_ifp)[4] + IFP2ENADDR(sc->bge_ifp)[5] + + IF_LLADDR(sc->bge_ifp)[0] + IF_LLADDR(sc->bge_ifp)[1] + + IF_LLADDR(sc->bge_ifp)[2] + IF_LLADDR(sc->bge_ifp)[3] + + IF_LLADDR(sc->bge_ifp)[4] + IF_LLADDR(sc->bge_ifp)[5] + BGE_TX_BACKOFF_SEED_MASK); /* Set inter-packet gap */ @@ -1389,7 +1502,7 @@ if (i == BGE_TIMEOUT) { device_printf(sc->bge_dev, "host coalescing engine failed to idle\n"); - return(ENXIO); + return (ENXIO); } /* Set up host coalescing defaults */ @@ -1397,8 +1510,7 @@ CSR_WRITE_4(sc, BGE_HCC_TX_COAL_TICKS, sc->bge_tx_coal_ticks); CSR_WRITE_4(sc, BGE_HCC_RX_MAX_COAL_BDS, sc->bge_rx_max_coal_bds); CSR_WRITE_4(sc, BGE_HCC_TX_MAX_COAL_BDS, sc->bge_tx_max_coal_bds); - if (sc->bge_asicrev != BGE_ASICREV_BCM5705 && - sc->bge_asicrev != BGE_ASICREV_BCM5750) { + if (!(BGE_IS_5705_OR_BEYOND(sc))) { CSR_WRITE_4(sc, BGE_HCC_RX_COAL_TICKS_INT, 0); CSR_WRITE_4(sc, BGE_HCC_TX_COAL_TICKS_INT, 0); } @@ -1406,8 +1518,7 @@ CSR_WRITE_4(sc, BGE_HCC_TX_MAX_COAL_BDS_INT, 0); /* Set up address of statistics block */ - if (sc->bge_asicrev != BGE_ASICREV_BCM5705 && - sc->bge_asicrev != BGE_ASICREV_BCM5750) { + if (!(BGE_IS_5705_OR_BEYOND(sc))) { CSR_WRITE_4(sc, BGE_HCC_STATS_ADDR_HI, BGE_ADDR_HI(sc->bge_ldata.bge_stats_paddr)); CSR_WRITE_4(sc, BGE_HCC_STATS_ADDR_LO, @@ -1436,8 +1547,7 @@ CSR_WRITE_4(sc, BGE_RXLP_MODE, BGE_RXLPMODE_ENABLE); /* Turn on RX list selector state machine. */ - if (sc->bge_asicrev != BGE_ASICREV_BCM5705 && - sc->bge_asicrev != BGE_ASICREV_BCM5750) + if (!(BGE_IS_5705_OR_BEYOND(sc))) CSR_WRITE_4(sc, BGE_RXLS_MODE, BGE_RXLSMODE_ENABLE); /* Turn on DMA, clear stats */ @@ -1459,8 +1569,7 @@ #endif /* Turn on DMA completion state machine */ - if (sc->bge_asicrev != BGE_ASICREV_BCM5705 && - sc->bge_asicrev != BGE_ASICREV_BCM5750) + if (!(BGE_IS_5705_OR_BEYOND(sc))) CSR_WRITE_4(sc, BGE_DMAC_MODE, BGE_DMACMODE_ENABLE); /* Turn on write DMA state machine */ @@ -1481,8 +1590,7 @@ CSR_WRITE_4(sc, BGE_RDBDI_MODE, BGE_RDBDIMODE_ENABLE); /* Turn on Mbuf cluster free state machine */ - if (sc->bge_asicrev != BGE_ASICREV_BCM5705 && - sc->bge_asicrev != BGE_ASICREV_BCM5750) + if (!(BGE_IS_5705_OR_BEYOND(sc))) CSR_WRITE_4(sc, BGE_MBCF_MODE, BGE_MBCFMODE_ENABLE); /* Turn on send BD completion state machine */ @@ -1516,7 +1624,7 @@ } else { BGE_SETBIT(sc, BGE_MI_MODE, BGE_MIMODE_AUTOPOLL|10<<16); if (sc->bge_asicrev == BGE_ASICREV_BCM5700 && - sc->bge_chipid != BGE_CHIPID_BCM5700_B1) + sc->bge_chipid != BGE_CHIPID_BCM5700_B2) CSR_WRITE_4(sc, BGE_MAC_EVT_ENB, BGE_EVTENB_MI_INTERRUPT); } @@ -1535,7 +1643,25 @@ /* Enable link state change attentions. */ BGE_SETBIT(sc, BGE_MAC_EVT_ENB, BGE_EVTENB_LINK_CHANGED); - return(0); + return (0); +} + +const struct bge_revision * +bge_lookup_rev(uint32_t chipid) +{ + const struct bge_revision *br; + + for (br = bge_revisions; br->br_name != NULL; br++) { + if (br->br_chipid == chipid) + return (br); + } + + for (br = bge_majorrevs; br->br_name != NULL; br++) { + if (br->br_chipid == BGE_ASICREV(chipid)) + return (br); + } + + return (NULL); } /* @@ -1547,69 +1673,65 @@ * we'll always announce the right product name. */ static int -bge_probe(dev) - device_t dev; +bge_probe(device_t dev) { - struct bge_type *t; - struct bge_softc *sc; - char *descbuf; + struct bge_type *t = bge_devs; + struct bge_softc *sc = device_get_softc(dev); - t = bge_devs; - - sc = device_get_softc(dev); bzero(sc, sizeof(struct bge_softc)); sc->bge_dev = dev; - while(t->bge_name != NULL) { + while(t->bge_vid != 0) { if ((pci_get_vendor(dev) == t->bge_vid) && (pci_get_device(dev) == t->bge_did)) { + char buf[64]; + const struct bge_revision *br; + uint32_t id; + #ifdef notdef bge_vpd_read(sc); device_set_desc(dev, sc->bge_vpd_prodname); #endif - descbuf = malloc(BGE_DEVDESC_MAX, M_TEMP, M_NOWAIT); - if (descbuf == NULL) - return(ENOMEM); - snprintf(descbuf, BGE_DEVDESC_MAX, - "%s, ASIC rev. %#04x", t->bge_name, - pci_read_config(dev, BGE_PCI_MISC_CTL, 4) >> 16); - device_set_desc_copy(dev, descbuf); + id = pci_read_config(dev, BGE_PCI_MISC_CTL, 4) & + BGE_PCIMISCCTL_ASICREV; + br = bge_lookup_rev(id); + id >>= 16; + if (br == NULL) + snprintf(buf, 64, "unknown ASIC (%#04x)", id); + else + snprintf(buf, 64, "%s, ASIC rev. %#04x", + br->br_name, id); + device_set_desc_copy(dev, buf); if (pci_get_subvendor(dev) == DELL_VENDORID) sc->bge_no_3_led = 1; - free(descbuf, M_TEMP); - return(0); + return (0); } t++; } - return(ENXIO); + return (ENXIO); } static void -bge_dma_free(sc) - struct bge_softc *sc; +bge_dma_free(struct bge_softc *sc) { int i; - - /* Destroy DMA maps for RX buffers */ - + /* Destroy DMA maps for RX buffers. */ for (i = 0; i < BGE_STD_RX_RING_CNT; i++) { if (sc->bge_cdata.bge_rx_std_dmamap[i]) bus_dmamap_destroy(sc->bge_cdata.bge_mtag, sc->bge_cdata.bge_rx_std_dmamap[i]); } - /* Destroy DMA maps for jumbo RX buffers */ - + /* Destroy DMA maps for jumbo RX buffers. */ for (i = 0; i < BGE_JUMBO_RX_RING_CNT; i++) { if (sc->bge_cdata.bge_rx_jumbo_dmamap[i]) bus_dmamap_destroy(sc->bge_cdata.bge_mtag_jumbo, sc->bge_cdata.bge_rx_jumbo_dmamap[i]); } - /* Destroy DMA maps for TX buffers */ - + /* Destroy DMA maps for TX buffers. */ for (i = 0; i < BGE_TX_RING_CNT; i++) { if (sc->bge_cdata.bge_tx_dmamap[i]) bus_dmamap_destroy(sc->bge_cdata.bge_mtag, @@ -1620,8 +1742,7 @@ bus_dma_tag_destroy(sc->bge_cdata.bge_mtag); - /* Destroy standard RX ring */ - + /* Destroy standard RX ring. */ if (sc->bge_cdata.bge_rx_std_ring_map) bus_dmamap_unload(sc->bge_cdata.bge_rx_std_ring_tag, sc->bge_cdata.bge_rx_std_ring_map); @@ -1633,8 +1754,7 @@ if (sc->bge_cdata.bge_rx_std_ring_tag) bus_dma_tag_destroy(sc->bge_cdata.bge_rx_std_ring_tag); - /* Destroy jumbo RX ring */ - + /* Destroy jumbo RX ring. */ if (sc->bge_cdata.bge_rx_jumbo_ring_map) bus_dmamap_unload(sc->bge_cdata.bge_rx_jumbo_ring_tag, sc->bge_cdata.bge_rx_jumbo_ring_map); @@ -1648,8 +1768,7 @@ if (sc->bge_cdata.bge_rx_jumbo_ring_tag) bus_dma_tag_destroy(sc->bge_cdata.bge_rx_jumbo_ring_tag); - /* Destroy RX return ring */ - + /* Destroy RX return ring. */ if (sc->bge_cdata.bge_rx_return_ring_map) bus_dmamap_unload(sc->bge_cdata.bge_rx_return_ring_tag, sc->bge_cdata.bge_rx_return_ring_map); @@ -1663,8 +1782,7 @@ if (sc->bge_cdata.bge_rx_return_ring_tag) bus_dma_tag_destroy(sc->bge_cdata.bge_rx_return_ring_tag); - /* Destroy TX ring */ - + /* Destroy TX ring. */ if (sc->bge_cdata.bge_tx_ring_map) bus_dmamap_unload(sc->bge_cdata.bge_tx_ring_tag, sc->bge_cdata.bge_tx_ring_map); @@ -1677,8 +1795,7 @@ if (sc->bge_cdata.bge_tx_ring_tag) bus_dma_tag_destroy(sc->bge_cdata.bge_tx_ring_tag); - /* Destroy status block */ - + /* Destroy status block. */ if (sc->bge_cdata.bge_status_map) bus_dmamap_unload(sc->bge_cdata.bge_status_tag, sc->bge_cdata.bge_status_map); @@ -1691,8 +1808,7 @@ if (sc->bge_cdata.bge_status_tag) bus_dma_tag_destroy(sc->bge_cdata.bge_status_tag); - /* Destroy statistics block */ - + /* Destroy statistics block. */ if (sc->bge_cdata.bge_stats_map) bus_dmamap_unload(sc->bge_cdata.bge_stats_tag, sc->bge_cdata.bge_stats_map); @@ -1705,21 +1821,17 @@ if (sc->bge_cdata.bge_stats_tag) bus_dma_tag_destroy(sc->bge_cdata.bge_stats_tag); - /* Destroy the parent tag */ - + /* Destroy the parent tag. */ if (sc->bge_cdata.bge_parent_tag) bus_dma_tag_destroy(sc->bge_cdata.bge_parent_tag); - - return; } static int -bge_dma_alloc(dev) - device_t dev; +bge_dma_alloc(device_t dev) { + struct bge_dmamap_arg ctx; struct bge_softc *sc; int i, error; - struct bge_dmamap_arg ctx; sc = device_get_softc(dev); @@ -1756,32 +1868,29 @@ return (ENOMEM); } - /* Create DMA maps for RX buffers */ - + /* Create DMA maps for RX buffers. */ for (i = 0; i < BGE_STD_RX_RING_CNT; i++) { error = bus_dmamap_create(sc->bge_cdata.bge_mtag, 0, &sc->bge_cdata.bge_rx_std_dmamap[i]); if (error) { device_printf(sc->bge_dev, "can't create DMA map for RX\n"); - return(ENOMEM); + return (ENOMEM); } } - /* Create DMA maps for TX buffers */ - + /* Create DMA maps for TX buffers. */ for (i = 0; i < BGE_TX_RING_CNT; i++) { error = bus_dmamap_create(sc->bge_cdata.bge_mtag, 0, &sc->bge_cdata.bge_tx_dmamap[i]); if (error) { device_printf(sc->bge_dev, "can't create DMA map for RX\n"); - return(ENOMEM); + return (ENOMEM); } } - /* Create tag for standard RX ring */ - + /* Create tag for standard RX ring. */ error = bus_dma_tag_create(sc->bge_cdata.bge_parent_tag, PAGE_SIZE, 0, BUS_SPACE_MAXADDR, BUS_SPACE_MAXADDR, NULL, NULL, BGE_STD_RX_RING_SZ, 1, BGE_STD_RX_RING_SZ, 0, @@ -1792,8 +1901,7 @@ return (ENOMEM); } - /* Allocate DMA'able memory for standard RX ring */ - + /* Allocate DMA'able memory for standard RX ring. */ error = bus_dmamem_alloc(sc->bge_cdata.bge_rx_std_ring_tag, (void **)&sc->bge_ldata.bge_rx_std_ring, BUS_DMA_NOWAIT, &sc->bge_cdata.bge_rx_std_ring_map); @@ -1802,8 +1910,7 @@ bzero((char *)sc->bge_ldata.bge_rx_std_ring, BGE_STD_RX_RING_SZ); - /* Load the address of the standard RX ring */ - + /* Load the address of the standard RX ring. */ ctx.bge_maxsegs = 1; ctx.sc = sc; @@ -1816,38 +1923,19 @@ sc->bge_ldata.bge_rx_std_ring_paddr = ctx.bge_busaddr; - if (sc->bge_asicrev != BGE_ASICREV_BCM5705 && - sc->bge_asicrev != BGE_ASICREV_BCM5750) { - - /* - * Create tag for jumbo mbufs. - * This is really a bit of a kludge. We allocate a special - * jumbo buffer pool which (thanks to the way our DMA - * memory allocation works) will consist of contiguous - * pages. This means that even though a jumbo buffer might - * be larger than a page size, we don't really need to - * map it into more than one DMA segment. However, the - * default mbuf tag will result in multi-segment mappings, - * so we have to create a special jumbo mbuf tag that - * lets us get away with mapping the jumbo buffers as - * a single segment. I think eventually the driver should - * be changed so that it uses ordinary mbufs and cluster - * buffers, i.e. jumbo frames can span multiple DMA - * descriptors. But that's a project for another day. - */ - + /* Create tags for jumbo mbufs. */ + if (BGE_IS_JUMBO_CAPABLE(sc)) { error = bus_dma_tag_create(sc->bge_cdata.bge_parent_tag, 1, 0, BUS_SPACE_MAXADDR, BUS_SPACE_MAXADDR, NULL, NULL, MJUM9BYTES, BGE_NSEG_JUMBO, PAGE_SIZE, 0, NULL, NULL, &sc->bge_cdata.bge_mtag_jumbo); - if (error) { device_printf(sc->bge_dev, - "could not allocate dma tag\n"); + "could not allocate jumbo dma tag\n"); return (ENOMEM); } - /* Create tag for jumbo RX ring */ + /* Create tag for jumbo RX ring. */ error = bus_dma_tag_create(sc->bge_cdata.bge_parent_tag, PAGE_SIZE, 0, BUS_SPACE_MAXADDR, BUS_SPACE_MAXADDR, NULL, NULL, BGE_JUMBO_RX_RING_SZ, 1, BGE_JUMBO_RX_RING_SZ, 0, @@ -1855,11 +1943,11 @@ if (error) { device_printf(sc->bge_dev, - "could not allocate dma tag\n"); + "could not allocate jumbo ring dma tag\n"); return (ENOMEM); } - /* Allocate DMA'able memory for jumbo RX ring */ + /* Allocate DMA'able memory for jumbo RX ring. */ error = bus_dmamem_alloc(sc->bge_cdata.bge_rx_jumbo_ring_tag, (void **)&sc->bge_ldata.bge_rx_jumbo_ring, BUS_DMA_NOWAIT | BUS_DMA_ZERO, @@ -1867,7 +1955,7 @@ if (error) return (ENOMEM); - /* Load the address of the jumbo RX ring */ + /* Load the address of the jumbo RX ring. */ ctx.bge_maxsegs = 1; ctx.sc = sc; @@ -1881,22 +1969,20 @@ sc->bge_ldata.bge_rx_jumbo_ring_paddr = ctx.bge_busaddr; - /* Create DMA maps for jumbo RX buffers */ - + /* Create DMA maps for jumbo RX buffers. */ for (i = 0; i < BGE_JUMBO_RX_RING_CNT; i++) { error = bus_dmamap_create(sc->bge_cdata.bge_mtag_jumbo, 0, &sc->bge_cdata.bge_rx_jumbo_dmamap[i]); if (error) { device_printf(sc->bge_dev, - "can't create DMA map for RX\n"); - return(ENOMEM); + "can't create DMA map for jumbo RX\n"); + return (ENOMEM); } } } - /* Create tag for RX return ring */ - + /* Create tag for RX return ring. */ error = bus_dma_tag_create(sc->bge_cdata.bge_parent_tag, PAGE_SIZE, 0, BUS_SPACE_MAXADDR, BUS_SPACE_MAXADDR, NULL, NULL, BGE_RX_RTN_RING_SZ(sc), 1, BGE_RX_RTN_RING_SZ(sc), 0, @@ -1907,8 +1993,7 @@ return (ENOMEM); } - /* Allocate DMA'able memory for RX return ring */ - + /* Allocate DMA'able memory for RX return ring. */ error = bus_dmamem_alloc(sc->bge_cdata.bge_rx_return_ring_tag, (void **)&sc->bge_ldata.bge_rx_return_ring, BUS_DMA_NOWAIT, &sc->bge_cdata.bge_rx_return_ring_map); @@ -1918,8 +2003,7 @@ bzero((char *)sc->bge_ldata.bge_rx_return_ring, BGE_RX_RTN_RING_SZ(sc)); - /* Load the address of the RX return ring */ - + /* Load the address of the RX return ring. */ ctx.bge_maxsegs = 1; ctx.sc = sc; @@ -1933,8 +2017,7 @@ sc->bge_ldata.bge_rx_return_ring_paddr = ctx.bge_busaddr; - /* Create tag for TX ring */ - + /* Create tag for TX ring. */ error = bus_dma_tag_create(sc->bge_cdata.bge_parent_tag, PAGE_SIZE, 0, BUS_SPACE_MAXADDR, BUS_SPACE_MAXADDR, NULL, NULL, BGE_TX_RING_SZ, 1, BGE_TX_RING_SZ, 0, NULL, NULL, @@ -1945,8 +2028,7 @@ return (ENOMEM); } - /* Allocate DMA'able memory for TX ring */ - + /* Allocate DMA'able memory for TX ring. */ error = bus_dmamem_alloc(sc->bge_cdata.bge_tx_ring_tag, (void **)&sc->bge_ldata.bge_tx_ring, BUS_DMA_NOWAIT, &sc->bge_cdata.bge_tx_ring_map); @@ -1955,8 +2037,7 @@ bzero((char *)sc->bge_ldata.bge_tx_ring, BGE_TX_RING_SZ); - /* Load the address of the TX ring */ - + /* Load the address of the TX ring. */ ctx.bge_maxsegs = 1; ctx.sc = sc; @@ -1969,8 +2050,7 @@ sc->bge_ldata.bge_tx_ring_paddr = ctx.bge_busaddr; - /* Create tag for status block */ - + /* Create tag for status block. */ error = bus_dma_tag_create(sc->bge_cdata.bge_parent_tag, PAGE_SIZE, 0, BUS_SPACE_MAXADDR, BUS_SPACE_MAXADDR, NULL, NULL, BGE_STATUS_BLK_SZ, 1, BGE_STATUS_BLK_SZ, 0, @@ -1981,8 +2061,7 @@ return (ENOMEM); } - /* Allocate DMA'able memory for status block */ - + /* Allocate DMA'able memory for status block. */ error = bus_dmamem_alloc(sc->bge_cdata.bge_status_tag, (void **)&sc->bge_ldata.bge_status_block, BUS_DMA_NOWAIT, &sc->bge_cdata.bge_status_map); @@ -1991,8 +2070,7 @@ bzero((char *)sc->bge_ldata.bge_status_block, BGE_STATUS_BLK_SZ); - /* Load the address of the status block */ - + /* Load the address of the status block. */ ctx.sc = sc; ctx.bge_maxsegs = 1; @@ -2005,8 +2083,7 @@ sc->bge_ldata.bge_status_block_paddr = ctx.bge_busaddr; - /* Create tag for statistics block */ - + /* Create tag for statistics block. */ error = bus_dma_tag_create(sc->bge_cdata.bge_parent_tag, PAGE_SIZE, 0, BUS_SPACE_MAXADDR, BUS_SPACE_MAXADDR, NULL, NULL, BGE_STATS_SZ, 1, BGE_STATS_SZ, 0, NULL, NULL, @@ -2017,8 +2094,7 @@ return (ENOMEM); } - /* Allocate DMA'able memory for statistics block */ - + /* Allocate DMA'able memory for statistics block. */ error = bus_dmamem_alloc(sc->bge_cdata.bge_stats_tag, (void **)&sc->bge_ldata.bge_stats, BUS_DMA_NOWAIT, &sc->bge_cdata.bge_stats_map); @@ -2027,8 +2103,7 @@ bzero((char *)sc->bge_ldata.bge_stats, BGE_STATS_SZ); - /* Load the address of the statstics block */ - + /* Load the address of the statstics block. */ ctx.sc = sc; ctx.bge_maxsegs = 1; @@ -2041,17 +2116,16 @@ sc->bge_ldata.bge_stats_paddr = ctx.bge_busaddr; - return(0); + return (0); } static int -bge_attach(dev) - device_t dev; +bge_attach(device_t dev) { struct ifnet *ifp; struct bge_softc *sc; - u_int32_t hwcfg = 0; - u_int32_t mac_tmp = 0; + uint32_t hwcfg = 0; + uint32_t mac_tmp = 0; u_char eaddr[6]; int error = 0, rid; @@ -2076,7 +2150,7 @@ sc->bge_btag = rman_get_bustag(sc->bge_res); sc->bge_bhandle = rman_get_bushandle(sc->bge_res); - /* Allocate interrupt */ + /* Allocate interrupt. */ rid = 0; sc->bge_irq = bus_alloc_resource_any(dev, SYS_RES_IRQ, &rid, @@ -2099,19 +2173,11 @@ sc->bge_chiprev = BGE_CHIPREV(sc->bge_chipid); /* - * Treat the 5714 and the 5752 like the 5750 until we have more info - * on this chip. - */ - if (sc->bge_asicrev == BGE_ASICREV_BCM5714 || - sc->bge_asicrev == BGE_ASICREV_BCM5752) - sc->bge_asicrev = BGE_ASICREV_BCM5750; - - /* * XXX: Broadcom Linux driver. Not in specs or eratta. * PCI-Express? */ - if (sc->bge_asicrev == BGE_ASICREV_BCM5750) { - u_int32_t v; + if (BGE_IS_5705_OR_BEYOND(sc)) { + uint32_t v; v = pci_read_config(dev, BGE_PCI_MSI_CAPID, 4); if (((v >> 8) & 0xff) == BGE_PCIE_CAPID_REG) { @@ -2121,6 +2187,13 @@ } } + /* + * PCI-X ? + */ + if ((pci_read_config(sc->bge_dev, BGE_PCI_PCISTATE, 4) & + BGE_PCISTATE_PCI_BUSMODE) == 0) + sc->bge_pcix = 1; + /* Try to reset the chip. */ bge_reset(sc); @@ -2152,8 +2225,7 @@ } /* 5705 limits RX return ring to 512 entries. */ - if (sc->bge_asicrev == BGE_ASICREV_BCM5705 || - sc->bge_asicrev == BGE_ASICREV_BCM5750) + if (BGE_IS_5705_OR_BEYOND(sc)) sc->bge_return_ring_cnt = BGE_RETURN_RING_CNT_5705; else sc->bge_return_ring_cnt = BGE_RETURN_RING_CNT; @@ -2200,7 +2272,7 @@ ifp->if_capabilities |= IFCAP_POLLING; #endif - /* + /* * 5700 B0 chips do not support checksumming correctly due * to hardware bugs. */ @@ -2269,18 +2341,8 @@ * which do not support unaligned accesses, we will realign the * payloads by copying the received packets. */ - switch (sc->bge_chipid) { - case BGE_CHIPID_BCM5701_A0: - case BGE_CHIPID_BCM5701_B0: - case BGE_CHIPID_BCM5701_B2: - case BGE_CHIPID_BCM5701_B5: - /* If in PCI-X mode, work around the alignment bug. */ - if ((pci_read_config(dev, BGE_PCI_PCISTATE, 4) & - (BGE_PCISTATE_PCI_BUSMODE | BGE_PCISTATE_PCI_BUSSPEED)) == - BGE_PCISTATE_PCI_BUSSPEED) - sc->bge_rx_alignment_bug = 1; - break; - } + if (sc->bge_asicrev == BGE_ASICREV_BCM5701 && sc->bge_pcix) + sc->bge_rx_alignment_bug = 1; /* * Call MI attach routine. @@ -2300,12 +2362,11 @@ } fail: - return(error); + return (error); } static int -bge_detach(dev) - device_t dev; +bge_detach(device_t dev) { struct bge_softc *sc; struct ifnet *ifp; @@ -2334,12 +2395,11 @@ bge_release_resources(sc); - return(0); + return (0); } static void -bge_release_resources(sc) - struct bge_softc *sc; +bge_release_resources(struct bge_softc *sc) { device_t dev; @@ -2368,16 +2428,13 @@ if (mtx_initialized(&sc->bge_mtx)) /* XXX */ BGE_LOCK_DESTROY(sc); - - return; } static void -bge_reset(sc) - struct bge_softc *sc; +bge_reset(struct bge_softc *sc) { device_t dev; - u_int32_t cachesize, command, pcistate, reset; + uint32_t cachesize, command, pcistate, reset; int i, val = 0; dev = sc->bge_dev; @@ -2422,7 +2479,7 @@ pci_write_config(dev, 0xd8, 0xf5000, 4); } - /* Reset some of the PCI state that got zapped by reset */ + /* Reset some of the PCI state that got zapped by reset. */ pci_write_config(dev, BGE_PCI_MISC_CTL, BGE_PCIMISCCTL_INDIRECT_ACCESS|BGE_PCIMISCCTL_MASK_PCI_INTR| BGE_HIF_SWAP_OPTIONS|BGE_PCIMISCCTL_PCISTATE_RW, 4); @@ -2431,8 +2488,12 @@ bge_writereg_ind(sc, BGE_MISC_CFG, (65 << 1)); /* Enable memory arbiter. */ - if (sc->bge_asicrev != BGE_ASICREV_BCM5705 && - sc->bge_asicrev != BGE_ASICREV_BCM5750) + if (BGE_IS_5714_FAMILY(sc)) { + uint32_t val; + + val = CSR_READ_4(sc, BGE_MARB_MODE); + CSR_WRITE_4(sc, BGE_MARB_MODE, BGE_MARBMODE_ENABLE | val); + } else CSR_WRITE_4(sc, BGE_MARB_MODE, BGE_MARBMODE_ENABLE); /* @@ -2472,7 +2533,7 @@ DELAY(10); } - /* Fix up byte swapping */ + /* Fix up byte swapping. */ CSR_WRITE_4(sc, BGE_MODE_CTL, BGE_DMA_SWAP_OPTIONS| BGE_MODECTL_BYTESWAP_DATA); @@ -2498,8 +2559,6 @@ CSR_WRITE_4(sc, 0x7c00, v | (1<<25)); } DELAY(10000); - - return; } /* @@ -2512,15 +2571,14 @@ */ static void -bge_rxeof(sc) - struct bge_softc *sc; +bge_rxeof(struct bge_softc *sc) { struct ifnet *ifp; int stdcnt = 0, jumbocnt = 0; BGE_LOCK_ASSERT(sc); - /* Nothing to do */ + /* Nothing to do. */ if (sc->bge_rx_saved_considx == sc->bge_ldata.bge_status_block->bge_idx[0].bge_rx_prod_idx) return; @@ -2531,20 +2589,16 @@ sc->bge_cdata.bge_rx_return_ring_map, BUS_DMASYNC_POSTREAD); bus_dmamap_sync(sc->bge_cdata.bge_rx_std_ring_tag, sc->bge_cdata.bge_rx_std_ring_map, BUS_DMASYNC_POSTREAD); - if (sc->bge_asicrev != BGE_ASICREV_BCM5705 && - sc->bge_asicrev != BGE_ASICREV_BCM5750) { + if (BGE_IS_JUMBO_CAPABLE(sc)) bus_dmamap_sync(sc->bge_cdata.bge_rx_jumbo_ring_tag, - sc->bge_cdata.bge_rx_jumbo_ring_map, - BUS_DMASYNC_POSTREAD); - } + sc->bge_cdata.bge_rx_jumbo_ring_map, BUS_DMASYNC_POSTREAD); while(sc->bge_rx_saved_considx != sc->bge_ldata.bge_status_block->bge_idx[0].bge_rx_prod_idx) { struct bge_rx_bd *cur_rx; - u_int32_t rxidx; - struct ether_header *eh; + uint32_t rxidx; struct mbuf *m = NULL; - u_int16_t vlan_tag = 0; + uint16_t vlan_tag = 0; int have_tag = 0; #ifdef DEVICE_POLLING @@ -2622,7 +2676,6 @@ m->m_data += ETHER_ALIGN; } #endif - eh = mtod(m, struct ether_header *); m->m_pkthdr.len = m->m_len = cur_rx->bge_len - ETHER_CRC_LEN; m->m_pkthdr.rcvif = ifp; @@ -2659,13 +2712,10 @@ if (stdcnt > 0) bus_dmamap_sync(sc->bge_cdata.bge_rx_std_ring_tag, sc->bge_cdata.bge_rx_std_ring_map, BUS_DMASYNC_PREWRITE); - if (sc->bge_asicrev != BGE_ASICREV_BCM5705 && - sc->bge_asicrev != BGE_ASICREV_BCM5750) { - if (jumbocnt > 0) - bus_dmamap_sync(sc->bge_cdata.bge_rx_jumbo_ring_tag, - sc->bge_cdata.bge_rx_jumbo_ring_map, - BUS_DMASYNC_PREWRITE); - } + + if (BGE_IS_JUMBO_CAPABLE(sc) && jumbocnt > 0) + bus_dmamap_sync(sc->bge_cdata.bge_rx_jumbo_ring_tag, + sc->bge_cdata.bge_rx_jumbo_ring_map, BUS_DMASYNC_PREWRITE); CSR_WRITE_4(sc, BGE_MBX_RX_CONS0_LO, sc->bge_rx_saved_considx); if (stdcnt) @@ -2675,15 +2725,14 @@ } static void -bge_txeof(sc) - struct bge_softc *sc; +bge_txeof(struct bge_softc *sc) { struct bge_tx_bd *cur_tx = NULL; struct ifnet *ifp; BGE_LOCK_ASSERT(sc); - /* Nothing to do */ + /* Nothing to do. */ if (sc->bge_tx_saved_considx == sc->bge_ldata.bge_status_block->bge_idx[0].bge_tx_cons_idx) return; @@ -2699,7 +2748,7 @@ */ while (sc->bge_tx_saved_considx != sc->bge_ldata.bge_status_block->bge_idx[0].bge_tx_cons_idx) { - u_int32_t idx = 0; + uint32_t idx = 0; idx = sc->bge_tx_saved_considx; cur_tx = &sc->bge_ldata.bge_tx_ring[idx]; @@ -2728,25 +2777,19 @@ bge_poll(struct ifnet *ifp, enum poll_cmd cmd, int count) { struct bge_softc *sc = ifp->if_softc; + uint32_t statusword; BGE_LOCK(sc); - if (ifp->if_drv_flags & IFF_DRV_RUNNING) - bge_poll_locked(ifp, cmd, count); - BGE_UNLOCK(sc); -} - -static void -bge_poll_locked(struct ifnet *ifp, enum poll_cmd cmd, int count) -{ - struct bge_softc *sc = ifp->if_softc; - uint32_t statusword; - - BGE_LOCK_ASSERT(sc); + if (!(ifp->if_drv_flags & IFF_DRV_RUNNING)) { + BGE_UNLOCK(sc); + return; + } bus_dmamap_sync(sc->bge_cdata.bge_status_tag, sc->bge_cdata.bge_status_map, BUS_DMASYNC_POSTREAD); - statusword = atomic_readandclear_32(&sc->bge_ldata.bge_status_block->bge_status); + statusword = atomic_readandclear_32( + &sc->bge_ldata.bge_status_block->bge_status); bus_dmamap_sync(sc->bge_cdata.bge_status_tag, sc->bge_cdata.bge_status_map, BUS_DMASYNC_PREREAD); @@ -2757,7 +2800,7 @@ if (cmd == POLL_AND_CHECK_STATUS) if ((sc->bge_asicrev == BGE_ASICREV_BCM5700 && - sc->bge_chipid != BGE_CHIPID_BCM5700_B1) || + sc->bge_chipid != BGE_CHIPID_BCM5700_B2) || sc->bge_link_evt || sc->bge_tbi) bge_link_upd(sc); @@ -2766,12 +2809,13 @@ bge_txeof(sc); if (!IFQ_DRV_IS_EMPTY(&ifp->if_snd)) bge_start_locked(ifp); + + BGE_UNLOCK(sc); } #endif /* DEVICE_POLLING */ static void -bge_intr(xsc) - void *xsc; +bge_intr(void *xsc) { struct bge_softc *sc; struct ifnet *ifp; @@ -2805,15 +2849,15 @@ sc->bge_cdata.bge_status_map, BUS_DMASYNC_PREREAD); if ((sc->bge_asicrev == BGE_ASICREV_BCM5700 && - sc->bge_chipid != BGE_CHIPID_BCM5700_B1) || + sc->bge_chipid != BGE_CHIPID_BCM5700_B2) || statusword || sc->bge_link_evt) bge_link_upd(sc); if (ifp->if_drv_flags & IFF_DRV_RUNNING) { - /* Check RX return ring producer/consumer */ + /* Check RX return ring producer/consumer. */ bge_rxeof(sc); - /* Check TX ring producer/consumer */ + /* Check TX ring producer/consumer. */ bge_txeof(sc); } @@ -2825,20 +2869,16 @@ bge_start_locked(ifp); BGE_UNLOCK(sc); - - return; } static void -bge_tick_locked(sc) - struct bge_softc *sc; +bge_tick_locked(struct bge_softc *sc) { struct mii_data *mii = NULL; BGE_LOCK_ASSERT(sc); - if (sc->bge_asicrev == BGE_ASICREV_BCM5705 || - sc->bge_asicrev == BGE_ASICREV_BCM5750) + if (BGE_IS_5705_OR_BEYOND(sc)) bge_stats_update_regs(sc); else bge_stats_update(sc); @@ -2853,7 +2893,7 @@ * and trigger interrupt. */ #ifdef DEVICE_POLLING - /* In polling mode we poll link state in bge_poll_locked() */ + /* In polling mode we poll link state in bge_poll(). */ if (!(sc->bge_ifp->if_capenable & IFCAP_POLLING)) #endif { @@ -2866,8 +2906,7 @@ } static void -bge_tick(xsc) - void *xsc; +bge_tick(void *xsc) { struct bge_softc *sc; @@ -2879,18 +2918,17 @@ } static void -bge_stats_update_regs(sc) - struct bge_softc *sc; +bge_stats_update_regs(struct bge_softc *sc) { - struct ifnet *ifp; struct bge_mac_stats_regs stats; - u_int32_t *s; - u_long cnt; /* current register value */ + struct ifnet *ifp; + uint32_t *s; + u_long cnt; /* current register value */ int i; ifp = sc->bge_ifp; - s = (u_int32_t *)&stats; + s = (uint32_t *)&stats; for (i = 0; i < sizeof(struct bge_mac_stats_regs); i += 4) { *s = CSR_READ_4(sc, BGE_RX_STATS + i); s++; @@ -2906,12 +2944,11 @@ } static void -bge_stats_update(sc) - struct bge_softc *sc; +bge_stats_update(struct bge_softc *sc) { struct ifnet *ifp; bus_size_t stats; - u_long cnt; /* current register value */ + u_long cnt; /* current register value */ ifp = sc->bge_ifp; @@ -2995,10 +3032,7 @@ * pointers to descriptors. */ static int -bge_encap(sc, m_head, txidx) - struct bge_softc *sc; - struct mbuf *m_head; - uint32_t *txidx; +bge_encap(struct bge_softc *sc, struct mbuf *m_head, uint32_t *txidx) { bus_dma_segment_t segs[BGE_NSEG_NEW]; bus_dmamap_t map; @@ -3028,7 +3062,7 @@ map = sc->bge_cdata.bge_tx_dmamap[idx]; error = bus_dmamap_load_mbuf_sg(sc->bge_cdata.bge_mtag, map, m_head, segs, &nsegs, BUS_DMA_NOWAIT); - if (error) { + if (error) { if (error == EFBIG) { struct mbuf *m0; @@ -3040,7 +3074,7 @@ map, m_head, segs, &nsegs, BUS_DMA_NOWAIT); } if (error) - return (error); + return (error); } /* @@ -3096,8 +3130,7 @@ * to the mbuf data regions directly in the transmit descriptors. */ static void -bge_start_locked(ifp) - struct ifnet *ifp; +bge_start_locked(struct ifnet *ifp) { struct bge_softc *sc; struct mbuf *m_head = NULL; @@ -3158,12 +3191,11 @@ BPF_MTAP(ifp, m_head); } - if (count == 0) { - /* no packets were dequeued */ + if (count == 0) + /* No packets were dequeued. */ return; - } - /* Transmit */ + /* Transmit. */ CSR_WRITE_4(sc, BGE_MBX_TX_HOST_PROD0_LO, prodidx); /* 5700 b2 errata */ if (sc->bge_chiprev == BGE_CHIPREV_5700_BX) @@ -3175,8 +3207,6 @@ * Set a timeout in case the chip goes out to lunch. */ ifp->if_timer = 5; - - return; } /* @@ -3184,8 +3214,7 @@ * to the mbuf data regions directly in the transmit descriptors. */ static void -bge_start(ifp) - struct ifnet *ifp; +bge_start(struct ifnet *ifp) { struct bge_softc *sc; @@ -3196,11 +3225,10 @@ } static void -bge_init_locked(sc) - struct bge_softc *sc; +bge_init_locked(struct bge_softc *sc) { struct ifnet *ifp; - u_int16_t *m; + uint16_t *m; BGE_LOCK_ASSERT(sc); @@ -3230,7 +3258,7 @@ ETHER_HDR_LEN + ETHER_CRC_LEN + ETHER_VLAN_ENCAP_LEN); /* Load our MAC address. */ - m = (u_int16_t *)&IFP2ENADDR(sc->bge_ifp)[0]; + m = (uint16_t *)IF_LLADDR(sc->bge_ifp); CSR_WRITE_4(sc, BGE_MAC_ADDR1_LO, htons(m[0])); CSR_WRITE_4(sc, BGE_MAC_ADDR1_HI, (htons(m[1]) << 16) | htons(m[2])); @@ -3253,7 +3281,7 @@ * entry of the ring. */ if (sc->bge_chipid == BGE_CHIPID_BCM5705_A0) { - u_int32_t v, i; + uint32_t v, i; for (i = 0; i < 10; i++) { DELAY(20); v = bge_readmem_ind(sc, BGE_STD_RX_RINGS + 8); @@ -3269,16 +3297,16 @@ if (ifp->if_mtu > (ETHERMTU + ETHER_HDR_LEN + ETHER_CRC_LEN)) bge_init_rx_ring_jumbo(sc); - /* Init our RX return ring index */ + /* Init our RX return ring index. */ sc->bge_rx_saved_considx = 0; /* Init TX ring. */ bge_init_tx_ring(sc); - /* Turn on transmitter */ + /* Turn on transmitter. */ BGE_SETBIT(sc, BGE_TX_MODE, BGE_TXMODE_ENABLE); - /* Turn on receiver */ + /* Turn on receiver. */ BGE_SETBIT(sc, BGE_RX_MODE, BGE_RXMODE_ENABLE); /* Tell firmware we're alive. */ @@ -3311,24 +3339,20 @@ } static void -bge_init(xsc) - void *xsc; +bge_init(void *xsc) { struct bge_softc *sc = xsc; BGE_LOCK(sc); bge_init_locked(sc); BGE_UNLOCK(sc); - - return; } /* * Set media options. */ static int -bge_ifmedia_upd(ifp) - struct ifnet *ifp; +bge_ifmedia_upd(struct ifnet *ifp) { struct bge_softc *sc; struct mii_data *mii; @@ -3340,16 +3364,16 @@ /* If this is a 1000baseX NIC, enable the TBI port. */ if (sc->bge_tbi) { if (IFM_TYPE(ifm->ifm_media) != IFM_ETHER) - return(EINVAL); + return (EINVAL); switch(IFM_SUBTYPE(ifm->ifm_media)) { case IFM_AUTO: -#ifndef BGE_FAKE_AUTONEG /* * The BCM5704 ASIC appears to have a special * mechanism for programming the autoneg * advertisement registers in TBI mode. */ - if (sc->bge_asicrev == BGE_ASICREV_BCM5704) { + if (bge_fake_autoneg == 0 && + sc->bge_asicrev == BGE_ASICREV_BCM5704) { uint32_t sgdig; CSR_WRITE_4(sc, BGE_TX_TBI_AUTONEG, 0); sgdig = CSR_READ_4(sc, BGE_SGDIG_CFG); @@ -3361,7 +3385,6 @@ DELAY(5); CSR_WRITE_4(sc, BGE_SGDIG_CFG, sgdig); } -#endif break; case IFM_1000_SX: if ((ifm->ifm_media & IFM_GMASK) == IFM_FDX) { @@ -3373,9 +3396,9 @@ } break; default: - return(EINVAL); + return (EINVAL); } - return(0); + return (0); } sc->bge_link_evt++; @@ -3388,16 +3411,14 @@ } mii_mediachg(mii); - return(0); + return (0); } /* * Report current media status. */ static void -bge_ifmedia_sts(ifp, ifmr) - struct ifnet *ifp; - struct ifmediareq *ifmr; +bge_ifmedia_sts(struct ifnet *ifp, struct ifmediareq *ifmr) { struct bge_softc *sc; struct mii_data *mii; @@ -3410,6 +3431,10 @@ if (CSR_READ_4(sc, BGE_MAC_STS) & BGE_MACSTAT_TBI_PCS_SYNCHED) ifmr->ifm_status |= IFM_ACTIVE; + else { + ifmr->ifm_active |= IFM_NONE; + return; + } ifmr->ifm_active |= IFM_1000_SX; if (CSR_READ_4(sc, BGE_MAC_MODE) & BGE_MACMODE_HALF_DUPLEX) ifmr->ifm_active |= IFM_HDX; @@ -3422,29 +3447,25 @@ mii_pollstat(mii); ifmr->ifm_active = mii->mii_media_active; ifmr->ifm_status = mii->mii_media_status; - - return; } static int -bge_ioctl(ifp, command, data) - struct ifnet *ifp; - u_long command; - caddr_t data; +bge_ioctl(struct ifnet *ifp, u_long command, caddr_t data) { struct bge_softc *sc = ifp->if_softc; struct ifreq *ifr = (struct ifreq *) data; - int mask, error = 0; struct mii_data *mii; + int mask, error = 0; - switch(command) { + switch (command) { case SIOCSIFMTU: - /* Disallow jumbo frames on 5705. */ - if (((sc->bge_asicrev == BGE_ASICREV_BCM5705 || - sc->bge_asicrev == BGE_ASICREV_BCM5750) && - ifr->ifr_mtu > ETHERMTU) || ifr->ifr_mtu > BGE_JUMBO_MTU) + if (ifr->ifr_mtu < ETHERMIN || + ((BGE_IS_JUMBO_CAPABLE(sc)) && + ifr->ifr_mtu > BGE_JUMBO_MTU) || + ((!BGE_IS_JUMBO_CAPABLE(sc)) && + ifr->ifr_mtu > ETHERMTU)) error = EINVAL; - else { + else if (ifp->if_mtu != ifr->ifr_mtu) { ifp->if_mtu = ifr->ifr_mtu; ifp->if_drv_flags &= ~IFF_DRV_RUNNING; bge_init(sc); @@ -3512,14 +3533,14 @@ if (ifr->ifr_reqcap & IFCAP_POLLING) { error = ether_poll_register(bge_poll, ifp); if (error) - return(error); + return (error); BGE_LOCK(sc); BGE_SETBIT(sc, BGE_PCI_MISC_CTL, BGE_PCIMISCCTL_MASK_PCI_INTR); CSR_WRITE_4(sc, BGE_MBX_IRQ0_LO, 1); CSR_WRITE_4(sc, BGE_HCC_RX_MAX_COAL_BDS_INT, 1); CSR_WRITE_4(sc, BGE_HCC_TX_MAX_COAL_BDS_INT, 1); - ifp->if_capenable |= IFCAP_POLLING; + ifp->if_capenable |= IFCAP_POLLING; BGE_UNLOCK(sc); } else { error = ether_poll_deregister(ifp); @@ -3549,12 +3570,11 @@ break; } - return(error); + return (error); } static void -bge_watchdog(ifp) - struct ifnet *ifp; +bge_watchdog(struct ifnet *ifp) { struct bge_softc *sc; @@ -3566,8 +3586,6 @@ bge_init(sc); ifp->if_oerrors++; - - return; } /* @@ -3575,8 +3593,7 @@ * RX and TX lists. */ static void -bge_stop(sc) - struct bge_softc *sc; +bge_stop(struct bge_softc *sc) { struct ifnet *ifp; struct ifmedia_entry *ifm; @@ -3593,28 +3610,26 @@ callout_stop(&sc->bge_stat_ch); /* - * Disable all of the receiver blocks + * Disable all of the receiver blocks. */ BGE_CLRBIT(sc, BGE_RX_MODE, BGE_RXMODE_ENABLE); BGE_CLRBIT(sc, BGE_RBDI_MODE, BGE_RBDIMODE_ENABLE); BGE_CLRBIT(sc, BGE_RXLP_MODE, BGE_RXLPMODE_ENABLE); - if (sc->bge_asicrev != BGE_ASICREV_BCM5705 && - sc->bge_asicrev != BGE_ASICREV_BCM5750) + if (!(BGE_IS_5705_OR_BEYOND(sc))) BGE_CLRBIT(sc, BGE_RXLS_MODE, BGE_RXLSMODE_ENABLE); BGE_CLRBIT(sc, BGE_RDBDI_MODE, BGE_RBDIMODE_ENABLE); BGE_CLRBIT(sc, BGE_RDC_MODE, BGE_RDCMODE_ENABLE); BGE_CLRBIT(sc, BGE_RBDC_MODE, BGE_RBDCMODE_ENABLE); /* - * Disable all of the transmit blocks + * Disable all of the transmit blocks. */ BGE_CLRBIT(sc, BGE_SRS_MODE, BGE_SRSMODE_ENABLE); BGE_CLRBIT(sc, BGE_SBDI_MODE, BGE_SBDIMODE_ENABLE); BGE_CLRBIT(sc, BGE_SDI_MODE, BGE_SDIMODE_ENABLE); BGE_CLRBIT(sc, BGE_RDMA_MODE, BGE_RDMAMODE_ENABLE); BGE_CLRBIT(sc, BGE_SDC_MODE, BGE_SDCMODE_ENABLE); - if (sc->bge_asicrev != BGE_ASICREV_BCM5705 && - sc->bge_asicrev != BGE_ASICREV_BCM5750) + if (!(BGE_IS_5705_OR_BEYOND(sc))) BGE_CLRBIT(sc, BGE_DMAC_MODE, BGE_DMACMODE_ENABLE); BGE_CLRBIT(sc, BGE_SBDC_MODE, BGE_SBDCMODE_ENABLE); @@ -3624,13 +3639,11 @@ */ BGE_CLRBIT(sc, BGE_HCC_MODE, BGE_HCCMODE_ENABLE); BGE_CLRBIT(sc, BGE_WDMA_MODE, BGE_WDMAMODE_ENABLE); - if (sc->bge_asicrev != BGE_ASICREV_BCM5705 && - sc->bge_asicrev != BGE_ASICREV_BCM5750) + if (!(BGE_IS_5705_OR_BEYOND(sc))) BGE_CLRBIT(sc, BGE_MBCF_MODE, BGE_MBCFMODE_ENABLE); CSR_WRITE_4(sc, BGE_FTQ_RESET, 0xFFFFFFFF); CSR_WRITE_4(sc, BGE_FTQ_RESET, 0); - if (sc->bge_asicrev != BGE_ASICREV_BCM5705 && - sc->bge_asicrev != BGE_ASICREV_BCM5750) { + if (!(BGE_IS_5705_OR_BEYOND(sc))) { BGE_CLRBIT(sc, BGE_BMAN_MODE, BGE_BMANMODE_ENABLE); BGE_CLRBIT(sc, BGE_MARB_MODE, BGE_MARBMODE_ENABLE); } @@ -3648,8 +3661,7 @@ bge_free_rx_ring_std(sc); /* Free jumbo RX list. */ - if (sc->bge_asicrev != BGE_ASICREV_BCM5705 && - sc->bge_asicrev != BGE_ASICREV_BCM5750) + if (BGE_IS_JUMBO_CAPABLE(sc)) bge_free_rx_ring_jumbo(sc); /* Free TX buffers. */ @@ -3696,8 +3708,7 @@ * get confused by errant DMAs when rebooting. */ static void -bge_shutdown(dev) - device_t dev; +bge_shutdown(device_t dev) { struct bge_softc *sc; @@ -3707,8 +3718,6 @@ bge_stop(sc); bge_reset(sc); BGE_UNLOCK(sc); - - return; } static int @@ -3744,15 +3753,14 @@ } static void -bge_link_upd(sc) - struct bge_softc *sc; +bge_link_upd(struct bge_softc *sc) { struct mii_data *mii; uint32_t link, status; BGE_LOCK_ASSERT(sc); - /* Clear 'pending link event' flag */ + /* Clear 'pending link event' flag. */ sc->bge_link_evt = 0; /* @@ -3767,11 +3775,11 @@ * the interrupt handler. * * XXX: perhaps link state detection procedure used for - * BGE_CHIPID_BCM5700_B1 can be used for others BCM5700 revisions. + * BGE_CHIPID_BCM5700_B2 can be used for others BCM5700 revisions. */ if (sc->bge_asicrev == BGE_ASICREV_BCM5700 && - sc->bge_chipid != BGE_CHIPID_BCM5700_B1) { + sc->bge_chipid != BGE_CHIPID_BCM5700_B2) { status = CSR_READ_4(sc, BGE_MAC_STS); if (status & BGE_MACSTAT_MI_INTERRUPT) { callout_stop(&sc->bge_stat_ch); @@ -3792,7 +3800,7 @@ if_printf(sc->bge_ifp, "link DOWN\n"); } - /* Clear the interrupt */ + /* Clear the interrupt. */ CSR_WRITE_4(sc, BGE_MAC_EVT_ENB, BGE_EVTENB_MI_INTERRUPT); bge_miibus_readreg(sc->bge_dev, 1, BRGPHY_MII_ISR); @@ -3800,7 +3808,7 @@ BRGPHY_INTRS); } return; - } + } if (sc->bge_tbi) { status = CSR_READ_4(sc, BGE_MAC_STS); @@ -3813,7 +3821,8 @@ CSR_WRITE_4(sc, BGE_MAC_STS, 0xFFFFFFFF); if (bootverbose) if_printf(sc->bge_ifp, "link UP\n"); - if_link_state_change(sc->bge_ifp, LINK_STATE_UP); + if_link_state_change(sc->bge_ifp, + LINK_STATE_UP); } } else if (sc->bge_link) { sc->bge_link = 0; @@ -3823,7 +3832,7 @@ } /* Discard link events for MII/GMII cards if MI auto-polling disabled */ } else if (CSR_READ_4(sc, BGE_MI_MODE) & BGE_MIMODE_AUTOPOLL) { - /* + /* * Some broken BCM chips have BGE_STATFLAG_LINKSTATE_CHANGED bit * in status word always set. Workaround this bug by reading * PHY link status directly. @@ -3852,7 +3861,7 @@ } } - /* Clear the attention */ + /* Clear the attention. */ CSR_WRITE_4(sc, BGE_MAC_STS, BGE_MACSTAT_SYNC_CHANGED| BGE_MACSTAT_CFG_CHANGED|BGE_MACSTAT_MI_COMPLETE| BGE_MACSTAT_LINK_CHANGED); Index: if_bgereg.h =================================================================== RCS file: /home/ncvs/src/sys/dev/bge/if_bgereg.h,v retrieving revision 1.36.2.5 diff -u -r1.36.2.5 if_bgereg.h --- if_bgereg.h 10 May 2006 07:27:42 -0000 1.36.2.5 +++ if_bgereg.h 12 Jun 2006 19:57:54 -0000 @@ -224,9 +224,12 @@ #define BGE_CHIPID_TIGON_I 0x40000000 #define BGE_CHIPID_TIGON_II 0x60000000 +#define BGE_CHIPID_BCM5700_A0 0x70000000 +#define BGE_CHIPID_BCM5700_A1 0x70010000 #define BGE_CHIPID_BCM5700_B0 0x71000000 -#define BGE_CHIPID_BCM5700_B1 0x71020000 -#define BGE_CHIPID_BCM5700_B2 0x71030000 +#define BGE_CHIPID_BCM5700_B1 0x71010000 +#define BGE_CHIPID_BCM5700_B2 0x71020000 +#define BGE_CHIPID_BCM5700_B3 0x71030000 #define BGE_CHIPID_BCM5700_ALTIMA 0x71040000 #define BGE_CHIPID_BCM5700_C0 0x72000000 #define BGE_CHIPID_BCM5701_A0 0x00000000 /* grrrr */ @@ -236,27 +239,44 @@ #define BGE_CHIPID_BCM5703_A0 0x10000000 #define BGE_CHIPID_BCM5703_A1 0x10010000 #define BGE_CHIPID_BCM5703_A2 0x10020000 +#define BGE_CHIPID_BCM5703_A3 0x10030000 #define BGE_CHIPID_BCM5704_A0 0x20000000 #define BGE_CHIPID_BCM5704_A1 0x20010000 #define BGE_CHIPID_BCM5704_A2 0x20020000 +#define BGE_CHIPID_BCM5704_A3 0x20030000 +#define BGE_CHIPID_BCM5704_B0 0x21000000 #define BGE_CHIPID_BCM5705_A0 0x30000000 #define BGE_CHIPID_BCM5705_A1 0x30010000 #define BGE_CHIPID_BCM5705_A2 0x30020000 #define BGE_CHIPID_BCM5705_A3 0x30030000 #define BGE_CHIPID_BCM5750_A0 0x40000000 #define BGE_CHIPID_BCM5750_A1 0x40010000 +#define BGE_CHIPID_BCM5750_A3 0x40030000 +#define BGE_CHIPID_BCM5750_B0 0x40100000 +#define BGE_CHIPID_BCM5750_B1 0x41010000 +#define BGE_CHIPID_BCM5750_C0 0x42000000 +#define BGE_CHIPID_BCM5750_C1 0x42010000 #define BGE_CHIPID_BCM5714_A0 0x50000000 +#define BGE_CHIPID_BCM5752_A0 0x60000000 +#define BGE_CHIPID_BCM5752_A1 0x60010000 +#define BGE_CHIPID_BCM5752_A2 0x60020000 +#define BGE_CHIPID_BCM5714_B0 0x80000000 +#define BGE_CHIPID_BCM5714_B3 0x80030000 +#define BGE_CHIPID_BCM5715_A0 0x90000000 +#define BGE_CHIPID_BCM5715_A1 0x90010000 /* shorthand one */ #define BGE_ASICREV(x) ((x) >> 28) -#define BGE_ASICREV_BCM5700 0x07 #define BGE_ASICREV_BCM5701 0x00 #define BGE_ASICREV_BCM5703 0x01 #define BGE_ASICREV_BCM5704 0x02 #define BGE_ASICREV_BCM5705 0x03 #define BGE_ASICREV_BCM5750 0x04 -#define BGE_ASICREV_BCM5714 0x05 +#define BGE_ASICREV_BCM5714_A0 0x05 #define BGE_ASICREV_BCM5752 0x06 +#define BGE_ASICREV_BCM5700 0x07 +#define BGE_ASICREV_BCM5780 0x08 +#define BGE_ASICREV_BCM5714 0x09 /* chip revisions */ #define BGE_CHIPREV(x) ((x) >> 24) @@ -1752,26 +1772,26 @@ #define BGE_MAGIC_NUMBER 0x4B657654 typedef struct { - u_int32_t bge_addr_hi; - u_int32_t bge_addr_lo; + uint32_t bge_addr_hi; + uint32_t bge_addr_lo; } bge_hostaddr; #define BGE_HOSTADDR(x, y) \ do { \ - (x).bge_addr_lo = ((u_int64_t) (y) & 0xffffffff); \ - (x).bge_addr_hi = ((u_int64_t) (y) >> 32); \ + (x).bge_addr_lo = ((uint64_t) (y) & 0xffffffff); \ + (x).bge_addr_hi = ((uint64_t) (y) >> 32); \ } while(0) #define BGE_ADDR_LO(y) \ - ((u_int64_t) (y) & 0xFFFFFFFF) + ((uint64_t) (y) & 0xFFFFFFFF) #define BGE_ADDR_HI(y) \ - ((u_int64_t) (y) >> 32) + ((uint64_t) (y) >> 32) /* Ring control block structure */ struct bge_rcb { bge_hostaddr bge_hostaddr; - u_int32_t bge_maxlen_flags; - u_int32_t bge_nicaddr; + uint32_t bge_maxlen_flags; + uint32_t bge_nicaddr; }; #define RCB_WRITE_4(sc, rcb, offset, val) \ @@ -1785,15 +1805,15 @@ struct bge_tx_bd { bge_hostaddr bge_addr; #if BYTE_ORDER == LITTLE_ENDIAN - u_int16_t bge_flags; - u_int16_t bge_len; - u_int16_t bge_vlan_tag; - u_int16_t bge_rsvd; + uint16_t bge_flags; + uint16_t bge_len; + uint16_t bge_vlan_tag; + uint16_t bge_rsvd; #else - u_int16_t bge_len; - u_int16_t bge_flags; - u_int16_t bge_rsvd; - u_int16_t bge_vlan_tag; + uint16_t bge_len; + uint16_t bge_flags; + uint16_t bge_rsvd; + uint16_t bge_vlan_tag; #endif }; @@ -1817,26 +1837,26 @@ struct bge_rx_bd { bge_hostaddr bge_addr; #if BYTE_ORDER == LITTLE_ENDIAN - u_int16_t bge_len; - u_int16_t bge_idx; - u_int16_t bge_flags; - u_int16_t bge_type; - u_int16_t bge_tcp_udp_csum; - u_int16_t bge_ip_csum; - u_int16_t bge_vlan_tag; - u_int16_t bge_error_flag; + uint16_t bge_len; + uint16_t bge_idx; + uint16_t bge_flags; + uint16_t bge_type; + uint16_t bge_tcp_udp_csum; + uint16_t bge_ip_csum; + uint16_t bge_vlan_tag; + uint16_t bge_error_flag; #else - u_int16_t bge_idx; - u_int16_t bge_len; - u_int16_t bge_type; - u_int16_t bge_flags; - u_int16_t bge_ip_csum; - u_int16_t bge_tcp_udp_csum; - u_int16_t bge_error_flag; - u_int16_t bge_vlan_tag; + uint16_t bge_idx; + uint16_t bge_len; + uint16_t bge_type; + uint16_t bge_flags; + uint16_t bge_ip_csum; + uint16_t bge_tcp_udp_csum; + uint16_t bge_error_flag; + uint16_t bge_vlan_tag; #endif - u_int32_t bge_rsvd; - u_int32_t bge_opaque; + uint32_t bge_rsvd; + uint32_t bge_opaque; }; struct bge_extrx_bd { @@ -1844,38 +1864,38 @@ bge_hostaddr bge_addr2; bge_hostaddr bge_addr3; #if BYTE_ORDER == LITTLE_ENDIAN - u_int16_t bge_len2; - u_int16_t bge_len1; - u_int16_t bge_rsvd1; - u_int16_t bge_len3; + uint16_t bge_len2; + uint16_t bge_len1; + uint16_t bge_rsvd1; + uint16_t bge_len3; #else - u_int16_t bge_len1; - u_int16_t bge_len2; - u_int16_t bge_len3; - u_int16_t bge_rsvd1; + uint16_t bge_len1; + uint16_t bge_len2; + uint16_t bge_len3; + uint16_t bge_rsvd1; #endif bge_hostaddr bge_addr0; #if BYTE_ORDER == LITTLE_ENDIAN - u_int16_t bge_len0; - u_int16_t bge_idx; - u_int16_t bge_flags; - u_int16_t bge_type; - u_int16_t bge_tcp_udp_csum; - u_int16_t bge_ip_csum; - u_int16_t bge_vlan_tag; - u_int16_t bge_error_flag; + uint16_t bge_len0; + uint16_t bge_idx; + uint16_t bge_flags; + uint16_t bge_type; + uint16_t bge_tcp_udp_csum; + uint16_t bge_ip_csum; + uint16_t bge_vlan_tag; + uint16_t bge_error_flag; #else - u_int16_t bge_idx; - u_int16_t bge_len0; - u_int16_t bge_type; - u_int16_t bge_flags; - u_int16_t bge_ip_csum; - u_int16_t bge_tcp_udp_csum; - u_int16_t bge_error_flag; - u_int16_t bge_vlan_tag; + uint16_t bge_idx; + uint16_t bge_len0; + uint16_t bge_type; + uint16_t bge_flags; + uint16_t bge_ip_csum; + uint16_t bge_tcp_udp_csum; + uint16_t bge_error_flag; + uint16_t bge_vlan_tag; #endif - u_int32_t bge_rsvd0; - u_int32_t bge_opaque; + uint32_t bge_rsvd0; + uint32_t bge_opaque; }; #define BGE_RXBDFLAG_END 0x0004 @@ -1898,27 +1918,27 @@ struct bge_sts_idx { #if BYTE_ORDER == LITTLE_ENDIAN - u_int16_t bge_rx_prod_idx; - u_int16_t bge_tx_cons_idx; + uint16_t bge_rx_prod_idx; + uint16_t bge_tx_cons_idx; #else - u_int16_t bge_tx_cons_idx; - u_int16_t bge_rx_prod_idx; + uint16_t bge_tx_cons_idx; + uint16_t bge_rx_prod_idx; #endif }; struct bge_status_block { - u_int32_t bge_status; - u_int32_t bge_rsvd0; + uint32_t bge_status; + uint32_t bge_rsvd0; #if BYTE_ORDER == LITTLE_ENDIAN - u_int16_t bge_rx_jumbo_cons_idx; - u_int16_t bge_rx_std_cons_idx; - u_int16_t bge_rx_mini_cons_idx; - u_int16_t bge_rsvd1; + uint16_t bge_rx_jumbo_cons_idx; + uint16_t bge_rx_std_cons_idx; + uint16_t bge_rx_mini_cons_idx; + uint16_t bge_rsvd1; #else - u_int16_t bge_rx_std_cons_idx; - u_int16_t bge_rx_jumbo_cons_idx; - u_int16_t bge_rsvd1; - u_int16_t bge_rx_mini_cons_idx; + uint16_t bge_rx_std_cons_idx; + uint16_t bge_rx_jumbo_cons_idx; + uint16_t bge_rsvd1; + uint16_t bge_rx_mini_cons_idx; #endif struct bge_sts_idx bge_idx[16]; }; @@ -1939,37 +1959,54 @@ #define BCOM_VENDORID 0x14E4 #define BCOM_DEVICEID_BCM5700 0x1644 #define BCOM_DEVICEID_BCM5701 0x1645 -#define BCOM_DEVICEID_BCM5702 0x16A6 -#define BCOM_DEVICEID_BCM5702X 0x16C6 -#define BCOM_DEVICEID_BCM5703 0x16A7 -#define BCOM_DEVICEID_BCM5703X 0x16C7 +#define BCOM_DEVICEID_BCM5702 0x1646 +#define BCOM_DEVICEID_BCM5702X 0x16A6 +#define BCOM_DEVICEID_BCM5702_ALT 0x16C6 +#define BCOM_DEVICEID_BCM5703 0x1647 +#define BCOM_DEVICEID_BCM5703X 0x16A7 +#define BCOM_DEVICEID_BCM5703_ALT 0x16C7 #define BCOM_DEVICEID_BCM5704C 0x1648 #define BCOM_DEVICEID_BCM5704S 0x16A8 +#define BCOM_DEVICEID_BCM5704S_ALT 0x1649 #define BCOM_DEVICEID_BCM5705 0x1653 #define BCOM_DEVICEID_BCM5705K 0x1654 -#define BCOM_DEVICEID_BCM5721 0x1659 +#define BCOM_DEVICEID_BCM5705F 0x166E #define BCOM_DEVICEID_BCM5705M 0x165D #define BCOM_DEVICEID_BCM5705M_ALT 0x165E #define BCOM_DEVICEID_BCM5714C 0x1668 +#define BCOM_DEVICEID_BCM5714S 0x1669 +#define BCOM_DEVICEID_BCM5715 0x1678 +#define BCOM_DEVICEID_BCM5715S 0x1679 +#define BCOM_DEVICEID_BCM5720 0x1658 +#define BCOM_DEVICEID_BCM5721 0x1659 #define BCOM_DEVICEID_BCM5750 0x1676 #define BCOM_DEVICEID_BCM5750M 0x167C #define BCOM_DEVICEID_BCM5751 0x1677 +#define BCOM_DEVICEID_BCM5751F 0x167E #define BCOM_DEVICEID_BCM5751M 0x167D #define BCOM_DEVICEID_BCM5752 0x1600 +#define BCOM_DEVICEID_BCM5752M 0x1601 +#define BCOM_DEVICEID_BCM5753 0x16F7 +#define BCOM_DEVICEID_BCM5753F 0x16FE +#define BCOM_DEVICEID_BCM5753M 0x16FD +#define BCOM_DEVICEID_BCM5780 0x166A +#define BCOM_DEVICEID_BCM5780S 0x166B +#define BCOM_DEVICEID_BCM5781 0x16DD #define BCOM_DEVICEID_BCM5782 0x1696 #define BCOM_DEVICEID_BCM5788 0x169C #define BCOM_DEVICEID_BCM5789 0x169D #define BCOM_DEVICEID_BCM5901 0x170D #define BCOM_DEVICEID_BCM5901A2 0x170E +#define BCOM_DEVICEID_BCM5903M 0x16FF /* * Alteon AceNIC PCI vendor/device ID. */ -#define ALT_VENDORID 0x12AE -#define ALT_DEVICEID_ACENIC 0x0001 -#define ALT_DEVICEID_ACENIC_COPPER 0x0002 -#define ALT_DEVICEID_BCM5700 0x0003 -#define ALT_DEVICEID_BCM5701 0x0004 +#define ALTEON_VENDORID 0x12AE +#define ALTEON_DEVICEID_ACENIC 0x0001 +#define ALTEON_DEVICEID_ACENIC_COPPER 0x0002 +#define ALTEON_DEVICEID_BCM5700 0x0003 +#define ALTEON_DEVICEID_BCM5701 0x0004 /* * 3Com 3c985 PCI vendor/device ID. @@ -2001,6 +2038,12 @@ #define DELL_VENDORID 0x1028 /* + * Apple PCI vendor ID. + */ +#define APPLE_VENDORID 0x106b +#define APPLE_DEVICE_BCM5701 0x1645 + +/* * Offset of MAC address inside EEPROM. */ #define BGE_EE_MAC_OFFSET 0x7C @@ -2129,43 +2172,43 @@ /* Stats counters access through registers */ struct bge_mac_stats_regs { - u_int32_t ifHCOutOctets; - u_int32_t Reserved0; - u_int32_t etherStatsCollisions; - u_int32_t outXonSent; - u_int32_t outXoffSent; - u_int32_t Reserved1; - u_int32_t dot3StatsInternalMacTransmitErrors; - u_int32_t dot3StatsSingleCollisionFrames; - u_int32_t dot3StatsMultipleCollisionFrames; - u_int32_t dot3StatsDeferredTransmissions; - u_int32_t Reserved2; - u_int32_t dot3StatsExcessiveCollisions; - u_int32_t dot3StatsLateCollisions; - u_int32_t Reserved3[14]; - u_int32_t ifHCOutUcastPkts; - u_int32_t ifHCOutMulticastPkts; - u_int32_t ifHCOutBroadcastPkts; - u_int32_t Reserved4[2]; - u_int32_t ifHCInOctets; - u_int32_t Reserved5; - u_int32_t etherStatsFragments; - u_int32_t ifHCInUcastPkts; - u_int32_t ifHCInMulticastPkts; - u_int32_t ifHCInBroadcastPkts; - u_int32_t dot3StatsFCSErrors; - u_int32_t dot3StatsAlignmentErrors; - u_int32_t xonPauseFramesReceived; - u_int32_t xoffPauseFramesReceived; - u_int32_t macControlFramesReceived; - u_int32_t xoffStateEntered; - u_int32_t dot3StatsFramesTooLong; - u_int32_t etherStatsJabbers; - u_int32_t etherStatsUndersizePkts; + uint32_t ifHCOutOctets; + uint32_t Reserved0; + uint32_t etherStatsCollisions; + uint32_t outXonSent; + uint32_t outXoffSent; + uint32_t Reserved1; + uint32_t dot3StatsInternalMacTransmitErrors; + uint32_t dot3StatsSingleCollisionFrames; + uint32_t dot3StatsMultipleCollisionFrames; + uint32_t dot3StatsDeferredTransmissions; + uint32_t Reserved2; + uint32_t dot3StatsExcessiveCollisions; + uint32_t dot3StatsLateCollisions; + uint32_t Reserved3[14]; + uint32_t ifHCOutUcastPkts; + uint32_t ifHCOutMulticastPkts; + uint32_t ifHCOutBroadcastPkts; + uint32_t Reserved4[2]; + uint32_t ifHCInOctets; + uint32_t Reserved5; + uint32_t etherStatsFragments; + uint32_t ifHCInUcastPkts; + uint32_t ifHCInMulticastPkts; + uint32_t ifHCInBroadcastPkts; + uint32_t dot3StatsFCSErrors; + uint32_t dot3StatsAlignmentErrors; + uint32_t xonPauseFramesReceived; + uint32_t xoffPauseFramesReceived; + uint32_t macControlFramesReceived; + uint32_t xoffStateEntered; + uint32_t dot3StatsFramesTooLong; + uint32_t etherStatsJabbers; + uint32_t etherStatsUndersizePkts; }; struct bge_stats { - u_int8_t Reserved0[256]; + uint8_t Reserved0[256]; /* Statistics maintained by Receive MAC. */ struct bge_rx_mac_stats rxstats; @@ -2202,7 +2245,7 @@ bge_hostaddr nicAvoidedInterrupts; bge_hostaddr nicSendThresholdHit; - u_int8_t Reserved4[320]; + uint8_t Reserved4[320]; }; /* @@ -2238,14 +2281,14 @@ /* VPD structures */ struct vpd_res { - u_int8_t vr_id; - u_int8_t vr_len; - u_int8_t vr_pad; + uint8_t vr_id; + uint8_t vr_len; + uint8_t vr_pad; }; struct vpd_key { char vk_key[2]; - u_int8_t vk_len; + uint8_t vk_len; }; #define VPD_RES_ID 0x82 /* ID string */ @@ -2286,8 +2329,8 @@ #define BGE_JSLOTS 384 #define BGE_JRAWLEN (BGE_JUMBO_FRAMELEN + ETHER_ALIGN) -#define BGE_JLEN (BGE_JRAWLEN + (sizeof(u_int64_t) - \ - (BGE_JRAWLEN % sizeof(u_int64_t)))) +#define BGE_JLEN (BGE_JRAWLEN + (sizeof(uint64_t) - \ + (BGE_JRAWLEN % sizeof(uint64_t)))) #define BGE_JPAGESZ PAGE_SIZE #define BGE_RESID (BGE_JPAGESZ - (BGE_JLEN * BGE_JSLOTS) % BGE_JPAGESZ) #define BGE_JMEM ((BGE_JLEN * BGE_JSLOTS) + BGE_RESID) @@ -2363,16 +2406,15 @@ struct bge_dmamap_arg { struct bge_softc *sc; bus_addr_t bge_busaddr; - u_int16_t bge_flags; + uint16_t bge_flags; int bge_idx; int bge_maxsegs; struct bge_tx_bd *bge_ring; }; struct bge_type { - u_int16_t bge_vid; - u_int16_t bge_did; - char *bge_name; + uint16_t bge_vid; + uint16_t bge_did; }; #define BGE_HWREV_TIGON 0x01 @@ -2396,29 +2438,30 @@ struct resource *bge_irq; struct resource *bge_res; struct ifmedia bge_ifmedia; /* TBI media info */ - u_int8_t bge_extram; /* has external SSRAM */ - u_int8_t bge_tbi; - u_int8_t bge_rx_alignment_bug; - u_int32_t bge_chipid; - u_int8_t bge_asicrev; - u_int8_t bge_chiprev; - u_int8_t bge_no_3_led; - u_int8_t bge_pcie; + uint8_t bge_extram; /* has external SSRAM */ + uint8_t bge_tbi; + uint8_t bge_rx_alignment_bug; + uint32_t bge_chipid; + uint8_t bge_asicrev; + uint8_t bge_chiprev; + uint8_t bge_no_3_led; + uint8_t bge_pcie; + uint8_t bge_pcix; struct bge_ring_data bge_ldata; /* rings */ struct bge_chain_data bge_cdata; /* mbufs */ - u_int16_t bge_tx_saved_considx; - u_int16_t bge_rx_saved_considx; - u_int16_t bge_ev_saved_considx; - u_int16_t bge_return_ring_cnt; - u_int16_t bge_std; /* current std ring head */ - u_int16_t bge_jumbo; /* current jumo ring head */ - u_int32_t bge_stat_ticks; - u_int32_t bge_rx_coal_ticks; - u_int32_t bge_tx_coal_ticks; - u_int32_t bge_tx_prodidx; - u_int32_t bge_rx_max_coal_bds; - u_int32_t bge_tx_max_coal_bds; - u_int32_t bge_tx_buf_ratio; + uint16_t bge_tx_saved_considx; + uint16_t bge_rx_saved_considx; + uint16_t bge_ev_saved_considx; + uint16_t bge_return_ring_cnt; + uint16_t bge_std; /* current std ring head */ + uint16_t bge_jumbo; /* current jumo ring head */ + uint32_t bge_stat_ticks; + uint32_t bge_rx_coal_ticks; + uint32_t bge_tx_coal_ticks; + uint32_t bge_tx_prodidx; + uint32_t bge_rx_max_coal_bds; + uint32_t bge_tx_max_coal_bds; + uint32_t bge_tx_buf_ratio; int bge_if_flags; int bge_txcnt; int bge_link; /* link state */ --61jdw2sOBCFtR2d/-- From owner-freebsd-bugs@FreeBSD.ORG Mon Jun 12 20:33:39 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6FD4316A41B; Mon, 12 Jun 2006 20:33:39 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECBF443D48; Mon, 12 Jun 2006 20:33:38 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5CKXc65045095; Mon, 12 Jun 2006 20:33:38 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5CKXcji045091; Mon, 12 Jun 2006 20:33:38 GMT (envelope-from linimon) Date: Mon, 12 Jun 2006 20:33:38 GMT From: Mark Linimon Message-Id: <200606122033.k5CKXcji045091@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-i386@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: bin/98542: pppd(8) daemon unexpectently died , Exit 1 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jun 2006 20:33:39 -0000 Old Synopsis: pppd daemon unexpectently died , Exit 1 New Synopsis: pppd(8) daemon unexpectently died , Exit 1 Responsible-Changed-From-To: freebsd-i386->freebsd-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Mon Jun 12 20:32:53 UTC 2006 Responsible-Changed-Why: Reassign. http://www.freebsd.org/cgi/query-pr.cgi?pr=98542 From owner-freebsd-bugs@FreeBSD.ORG Mon Jun 12 20:40:24 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0613C16A418 for ; Mon, 12 Jun 2006 20:40:24 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71D3643D48 for ; Mon, 12 Jun 2006 20:40:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5CKeEBZ046194 for ; Mon, 12 Jun 2006 20:40:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5CKeEhV046193; Mon, 12 Jun 2006 20:40:14 GMT (envelope-from gnats) Resent-Date: Mon, 12 Jun 2006 20:40:14 GMT Resent-Message-Id: <200606122040.k5CKeEhV046193@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, Andrus Nomm Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B2D3A16A4C5 for ; Mon, 12 Jun 2006 20:37:33 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12A1A43D49 for ; Mon, 12 Jun 2006 20:37:33 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k5CKbWno047559 for ; Mon, 12 Jun 2006 20:37:32 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k5CKbWbu047558; Mon, 12 Jun 2006 20:37:32 GMT (envelope-from nobody) Message-Id: <200606122037.k5CKbWbu047558@www.freebsd.org> Date: Mon, 12 Jun 2006 20:37:32 GMT From: Andrus Nomm To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: misc/98872: fetch does not bind ip for ftp data stream on download X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jun 2006 20:40:24 -0000 >Number: 98872 >Category: misc >Synopsis: fetch does not bind ip for ftp data stream on download >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 Jun 12 20:40:13 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Andrus Nomm >Release: 4.11-RELEASE-p10 >Organization: >Environment: FreeBSD cell.wask.org 4.11-RELEASE-p10 FreeBSD 4.11-RELEASE-p10 #14: Fri Jun 10 21:40:26 EEST 2005 root@cell.members.ee:/usr/obj/usr/src/sys/MEMBERS i386 >Description: While fetching files from remote ftp site and specifing FETCH_BIND_ADDRESS fetch does not bind it while creating ftp data connection. strace shows: On connecting to ftp site (login) socket(PF_INET, SOCK_STREAM, IPPROTO_TCP) = 3 bind(3, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("83.166.48.25")}, 16) = 0 connect(3, {sa_family=AF_INET, sin_port=htons(21), sin_addr=inet_addr("130.240.22.195")}, 16) = 0 On opening ftp data connection: getpeername(3, {sa_family=AF_INET, sin_port=htons(21), sin_addr=inet_addr("130.240.22.195")}, [16]) = 0 connect(4, {sa_family=AF_INET, sin_port=htons(53456), sin_addr=inet_addr("130.240.22.195")}, 16^C bind ip is missing >How-To-Repeat: Bind ip via FETCH_BIND_ADDRESS. Try to download from ftp (block primary ip of server) >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Mon Jun 12 20:43:05 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 515A516A46F; Mon, 12 Jun 2006 20:43:05 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 789D543D46; Mon, 12 Jun 2006 20:43:02 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5CKh272046507; Mon, 12 Jun 2006 20:43:02 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5CKh2Un046503; Mon, 12 Jun 2006 20:43:02 GMT (envelope-from linimon) Date: Mon, 12 Jun 2006 20:43:02 GMT From: Mark Linimon Message-Id: <200606122043.k5CKh2Un046503@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-ipfw@FreeBSD.org Cc: Subject: Re: kern/98831: [ipfw] ipfw has UDP hickups X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jun 2006 20:43:05 -0000 Synopsis: [ipfw] ipfw has UDP hickups Responsible-Changed-From-To: freebsd-bugs->freebsd-ipfw Responsible-Changed-By: linimon Responsible-Changed-When: Mon Jun 12 20:42:32 UTC 2006 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=98831 From owner-freebsd-bugs@FreeBSD.ORG Mon Jun 12 20:43:10 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DDC0C16A418; Mon, 12 Jun 2006 20:43:10 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C08CF43D6B; Mon, 12 Jun 2006 20:43:03 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from freefall.freebsd.org (maxim@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5CKh35A046521; Mon, 12 Jun 2006 20:43:03 GMT (envelope-from maxim@freefall.freebsd.org) Received: (from maxim@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5CKh3fG046517; Mon, 12 Jun 2006 20:43:03 GMT (envelope-from maxim) Date: Mon, 12 Jun 2006 20:43:03 GMT From: Maxim Konovalov Message-Id: <200606122043.k5CKh3fG046517@freefall.freebsd.org> To: andrus@wask.org, maxim@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: bin/98839: fetch gives error message on ip binding, but binding works X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jun 2006 20:43:10 -0000 Synopsis: fetch gives error message on ip binding, but binding works State-Changed-From-To: open->closed State-Changed-By: maxim State-Changed-When: Mon Jun 12 20:41:24 UTC 2006 State-Changed-Why: The warning is a harmless and produced when fetch(1) tries to bind on IPv4 address for IPv6 destination and vice versa. http://www.freebsd.org/cgi/query-pr.cgi?pr=98839 From owner-freebsd-bugs@FreeBSD.ORG Mon Jun 12 20:50:22 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E56AC16A418 for ; Mon, 12 Jun 2006 20:50:22 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B844843D82 for ; Mon, 12 Jun 2006 20:50:13 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5CKoD2V046892 for ; Mon, 12 Jun 2006 20:50:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5CKoD4f046891; Mon, 12 Jun 2006 20:50:13 GMT (envelope-from gnats) Resent-Date: Mon, 12 Jun 2006 20:50:13 GMT Resent-Message-Id: <200606122050.k5CKoD4f046891@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, Andrus Nomm Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A59416A474 for ; Mon, 12 Jun 2006 20:47:06 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BD7643D62 for ; Mon, 12 Jun 2006 20:46:57 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k5CKkvIw049970 for ; Mon, 12 Jun 2006 20:46:57 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k5CKkvY3049969; Mon, 12 Jun 2006 20:46:57 GMT (envelope-from nobody) Message-Id: <200606122046.k5CKkvY3049969@www.freebsd.org> Date: Mon, 12 Jun 2006 20:46:57 GMT From: Andrus Nomm To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: misc/98873: allow fetch to force using of ipv4 or ipv6 via enivroment setting X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jun 2006 20:50:23 -0000 >Number: 98873 >Category: misc >Synopsis: allow fetch to force using of ipv4 or ipv6 via enivroment setting >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jun 12 20:50:13 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Andrus Nomm >Release: 4.11-RELEASE-p10 >Organization: >Environment: FreeBSD cell.wask.org 4.11-RELEASE-p10 FreeBSD 4.11-RELEASE-p10 #14: Fri Jun 10 21:40:26 EEST 2005 root@cell.members.ee:/usr/obj/usr/src/sys/MEMBERS i386 >Description: fetch having problems when machine have bith ipv6 and ipv4 support installed and remote host have both ipv6 and ipv4 ip. via command line its possible to set -4 option but then its needed to modify all things what uses fetch. >How-To-Repeat: >Fix: Add enviroment setting FETCH_USE_IPV4/FETCH_USE_IPV6 or similar to force fetch to use it in all places >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Mon Jun 12 20:53:50 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A90B516A473; Mon, 12 Jun 2006 20:53:50 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64A9543D79; Mon, 12 Jun 2006 20:53:50 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from freefall.freebsd.org (jhb@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5CKroWB047141; Mon, 12 Jun 2006 20:53:50 GMT (envelope-from jhb@freefall.freebsd.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5CKropc047137; Mon, 12 Jun 2006 20:53:50 GMT (envelope-from jhb) Date: Mon, 12 Jun 2006 20:53:50 GMT From: John Baldwin Message-Id: <200606122053.k5CKropc047137@freefall.freebsd.org> To: nathanw@uchicago.edu, jhb@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: kern/96391: [nve] [patch] Device timeouts on nve(4) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jun 2006 20:53:50 -0000 Synopsis: [nve] [patch] Device timeouts on nve(4) State-Changed-From-To: open->closed State-Changed-By: jhb State-Changed-When: Mon Jun 12 20:53:32 UTC 2006 State-Changed-Why: Patch applied to HEAD and RELENG_6. Thanks for tracking this down!! http://www.freebsd.org/cgi/query-pr.cgi?pr=96391 From owner-freebsd-bugs@FreeBSD.ORG Mon Jun 12 20:55:13 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CEC4916A41B; Mon, 12 Jun 2006 20:55:12 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D7E443D4C; Mon, 12 Jun 2006 20:55:12 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from freefall.freebsd.org (maxim@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5CKtCoR047274; Mon, 12 Jun 2006 20:55:12 GMT (envelope-from maxim@freefall.freebsd.org) Received: (from maxim@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5CKtC0s047270; Mon, 12 Jun 2006 20:55:12 GMT (envelope-from maxim) Date: Mon, 12 Jun 2006 20:55:12 GMT From: Maxim Konovalov Message-Id: <200606122055.k5CKtC0s047270@freefall.freebsd.org> To: maxim@FreeBSD.org, freebsd-bugs@FreeBSD.org, des@FreeBSD.org Cc: Subject: Re: misc/98872: fetch does not bind ip for ftp data stream on download X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jun 2006 20:55:13 -0000 Synopsis: fetch does not bind ip for ftp data stream on download Responsible-Changed-From-To: freebsd-bugs->des Responsible-Changed-By: maxim Responsible-Changed-When: Mon Jun 12 20:54:38 UTC 2006 Responsible-Changed-Why: Over to fetch(3) maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=98872 From owner-freebsd-bugs@FreeBSD.ORG Mon Jun 12 20:56:44 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0EBE16A418; Mon, 12 Jun 2006 20:56:44 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5471B43D6D; Mon, 12 Jun 2006 20:56:44 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from freefall.freebsd.org (maxim@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5CKui6B047407; Mon, 12 Jun 2006 20:56:44 GMT (envelope-from maxim@freefall.freebsd.org) Received: (from maxim@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5CKuh1e047403; Mon, 12 Jun 2006 20:56:44 GMT (envelope-from maxim) Date: Mon, 12 Jun 2006 20:56:44 GMT From: Maxim Konovalov Message-Id: <200606122056.k5CKuh1e047403@freefall.freebsd.org> To: maxim@FreeBSD.org, freebsd-bugs@FreeBSD.org, des@FreeBSD.org Cc: Subject: Re: misc/98873: allow fetch to force using of ipv4 or ipv6 via enivroment setting X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jun 2006 20:56:45 -0000 Synopsis: allow fetch to force using of ipv4 or ipv6 via enivroment setting Responsible-Changed-From-To: freebsd-bugs->des Responsible-Changed-By: maxim Responsible-Changed-When: Mon Jun 12 20:56:18 UTC 2006 Responsible-Changed-Why: Over to fetch(3) maintainer for consideration. http://www.freebsd.org/cgi/query-pr.cgi?pr=98873 From owner-freebsd-bugs@FreeBSD.ORG Mon Jun 12 21:20:11 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 06EE416A418 for ; Mon, 12 Jun 2006 21:20:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D57743D48 for ; Mon, 12 Jun 2006 21:20:10 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5CLKAYg049183 for ; Mon, 12 Jun 2006 21:20:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5CLKAVe049182; Mon, 12 Jun 2006 21:20:10 GMT (envelope-from gnats) Date: Mon, 12 Jun 2006 21:20:10 GMT Message-Id: <200606122120.k5CLKAVe049182@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Hokan Cc: Subject: Re: bin/96993: [nis] /var/yp/securenets does not function in ypbind on 6.0 and 5.3 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Hokan List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jun 2006 21:20:11 -0000 The following reply was made to PR bin/96993; it has been noted by GNATS. From: Hokan To: Maxim Konovalov Cc: bug-followup@freebsd.org Subject: Re: bin/96993: [nis] /var/yp/securenets does not function in ypbind on 6.0 and 5.3 Date: Mon, 12 Jun 2006 16:12:52 -0500 On Mon, Jun 12, 2006 at 11:42:57PM +0400, Maxim Konovalov wrote: > On Mon, 12 Jun 2006, 18:50-0000, Hokan wrote: > > > This has been addressed in FreeBSD Security Advisory > > FreeBSD-SA-06:15.ypserv but further testing here has shown that the > > fix was not completely correct (although the security problem was > > stopped). > > > > We have been having performance concerns with ypserv and decided to try compiling > > without tcpwrappers support. This should be accomplished by modifying the Makefile > > to remove -DTCP_WRAPPER from CFLAGS: > > > > -CFLAGS+= -DDB_CACHE -DTCP_WRAPPER -I. > > +CFLAGS+= -DDB_CACHE -I. > > > > However, this no longer will compile after the security patch is applied. > > > > The original version will compile and will use securenets. (The original > > version will not use securenets if tcpwrappers is enabled.) > > It does compile on my HEAD and RELENG_6 systems. The patch I had was apparently a beta version. The official version does seem to work. Thank you for your patience. From owner-freebsd-bugs@FreeBSD.ORG Mon Jun 12 21:20:15 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 85D6016A41B for ; Mon, 12 Jun 2006 21:20:15 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4EEBE43D48 for ; Mon, 12 Jun 2006 21:20:15 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5CLKEO0049205 for ; Mon, 12 Jun 2006 21:20:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5CLKEkA049204; Mon, 12 Jun 2006 21:20:14 GMT (envelope-from gnats) Date: Mon, 12 Jun 2006 21:20:14 GMT Message-Id: <200606122120.k5CLKEkA049204@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Maxim Konovalov Cc: Subject: Re: bin/96993: [nis] /var/yp/securenets does not function in ypbind on 6.0 and 5.3 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Maxim Konovalov List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jun 2006 21:20:15 -0000 The following reply was made to PR bin/96993; it has been noted by GNATS. From: Maxim Konovalov To: Hokan Cc: bug-followup@freebsd.org Subject: Re: bin/96993: [nis] /var/yp/securenets does not function in ypbind on 6.0 and 5.3 Date: Tue, 13 Jun 2006 01:19:48 +0400 (MSD) On Mon, 12 Jun 2006, 16:12-0500, Hokan wrote: > On Mon, Jun 12, 2006 at 11:42:57PM +0400, Maxim Konovalov wrote: > > On Mon, 12 Jun 2006, 18:50-0000, Hokan wrote: > > > > > This has been addressed in FreeBSD Security Advisory > > > FreeBSD-SA-06:15.ypserv but further testing here has shown that the > > > fix was not completely correct (although the security problem was > > > stopped). > > > > > > We have been having performance concerns with ypserv and > > > decided to try compiling without tcpwrappers support. This > > > should be accomplished by modifying the Makefile to remove > > > -DTCP_WRAPPER from CFLAGS: > > > > > > -CFLAGS+= -DDB_CACHE -DTCP_WRAPPER -I. > > > +CFLAGS+= -DDB_CACHE -I. > > > > > > However, this no longer will compile after the security patch > > > is applied. > > > > > > The original version will compile and will use securenets. > > > (The original version will not use securenets if tcpwrappers is > > > enabled.) > > > > It does compile on my HEAD and RELENG_6 systems. > > The patch I had was apparently a beta version. The official version > does seem to work. Could you please clarify - can we close this PR or there are still unresolved issues? -- Maxim Konovalov From owner-freebsd-bugs@FreeBSD.ORG Mon Jun 12 21:30:25 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E9DE16A41B for ; Mon, 12 Jun 2006 21:30:25 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5470A43D45 for ; Mon, 12 Jun 2006 21:30:25 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5CLUPv7050047 for ; Mon, 12 Jun 2006 21:30:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5CLUPLi050046; Mon, 12 Jun 2006 21:30:25 GMT (envelope-from gnats) Date: Mon, 12 Jun 2006 21:30:25 GMT Message-Id: <200606122130.k5CLUPLi050046@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Hokan Cc: Subject: Re: bin/96993: [nis] /var/yp/securenets does not function in ypbind on 6.0 and 5.3 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Hokan List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jun 2006 21:30:25 -0000 The following reply was made to PR bin/96993; it has been noted by GNATS. From: Hokan To: Maxim Konovalov Cc: bug-followup@freebsd.org Subject: Re: bin/96993: [nis] /var/yp/securenets does not function in ypbind on 6.0 and 5.3 Date: Mon, 12 Jun 2006 16:24:32 -0500 On Tue, Jun 13, 2006 at 01:19:48AM +0400, Maxim Konovalov wrote: > > Could you please clarify - can we close this PR or there are still > unresolved issues? This issue is resolved. Please close the PR. Thank you. From owner-freebsd-bugs@FreeBSD.ORG Mon Jun 12 21:30:28 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD9A816A41A for ; Mon, 12 Jun 2006 21:30:28 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D821243D48 for ; Mon, 12 Jun 2006 21:30:27 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5CLURLR050069 for ; Mon, 12 Jun 2006 21:30:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5CLUR9N050068; Mon, 12 Jun 2006 21:30:27 GMT (envelope-from gnats) Resent-Date: Mon, 12 Jun 2006 21:30:27 GMT Resent-Message-Id: <200606122130.k5CLUR9N050068@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, Igor Russian Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E6E716A418 for ; Mon, 12 Jun 2006 21:28:46 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1440A43D66 for ; Mon, 12 Jun 2006 21:28:41 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k5CLSfDD064376 for ; Mon, 12 Jun 2006 21:28:41 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k5CLSfK5064375; Mon, 12 Jun 2006 21:28:41 GMT (envelope-from nobody) Message-Id: <200606122128.k5CLSfK5064375@www.freebsd.org> Date: Mon, 12 Jun 2006 21:28:41 GMT From: Igor Russian To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: kern/98875: ng_netflow not send data to flow collector X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jun 2006 21:30:29 -0000 >Number: 98875 >Category: kern >Synopsis: ng_netflow not send data to flow collector >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 Jun 12 21:30:26 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Igor Russian >Release: 6.1-RELEASE >Organization: Kaba Ltd >Environment: FreeBSD esm.com.ua 6.1-RELEASE FreeBSD 6.1-RELEASE #1: Sun Jun 11 11:12:58 EEST 2006 root@esm.com.ua:/usr/src/sys/i386/compile/ESM i386 >Description: ng_netflow config: /usr/sbin/ngctl -f- <<-SEQ mkpeer vlan0: tee lower right connect vlan0: vlan0:lower upper left mkpeer vlan0:lower netflow right2left iface0 name vlan0:lower.right2left netflow msg netflow: setifindex { iface=0 index=4 } mkpeer vlan23: tee lower right connect vlan23: vlan23:lower upper left connect netflow: vlan23:lower iface1 right2left msg netflow: setifindex { iface=1 index=15 } mkpeer netflow: ksocket export inet/dgram/udp msg netflow:export connect inet/127.0.0.1:9996 SEQ Result of run command 'flowctl netflow show': root@esm [4:22] /var/db/flows #flowctl netflow show SrcIf SrcIPaddress DstIf DstIPaddress Pr SrcP DstP Pkts lo0 192.168.0.253 vlan0 192.168.0.254 17 e2ef 0035 6 lo0 192.168.0.253 vlan0 192.168.0.254 6 0016 ce2a 15 lo0 192.168.0.55 vlan0 192.168.0.255 17 0089 0089 12 lo0 192.168.0.253 vlan23 194.87.0.50 1 0000 0000 6 Flow collector: root@esm [0:21] /root #pkg_info | grep flow flow-tools-0.68_1 Suite of tools and library to work with netflow data Check running collector: root@esm [4:23] /var/db/flows #ps axww | grep flow 2349 ?? Ss 0:00,01 /usr/local/bin/flow-capture -p /var/run/flow-capture.pid -w /var/db/flows -S5 -E5G 127.0.0.1/0/9996 But data on a collector do not get. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Mon Jun 12 22:25:45 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E0D1416A46F; Mon, 12 Jun 2006 22:25:45 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99FF843D45; Mon, 12 Jun 2006 22:25:45 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5CMPjlH056231; Mon, 12 Jun 2006 22:25:45 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5CMPjUf056227; Mon, 12 Jun 2006 22:25:45 GMT (envelope-from linimon) Date: Mon, 12 Jun 2006 22:25:45 GMT From: Mark Linimon Message-Id: <200606122225.k5CMPjUf056227@freefall.freebsd.org> To: hokan@me.umn.edu, linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: bin/96993: [nis] /var/yp/securenets does not function in ypbind on 6.0 and 5.3 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jun 2006 22:25:46 -0000 Synopsis: [nis] /var/yp/securenets does not function in ypbind on 6.0 and 5.3 State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Mon Jun 12 22:24:46 UTC 2006 State-Changed-Why: Submitter notes that the problem has been resolved. http://www.freebsd.org/cgi/query-pr.cgi?pr=96993 From owner-freebsd-bugs@FreeBSD.ORG Mon Jun 12 22:30:22 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D019616A41F for ; Mon, 12 Jun 2006 22:30:22 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 309D843D49 for ; Mon, 12 Jun 2006 22:30:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5CMULHT056494 for ; Mon, 12 Jun 2006 22:30:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5CMULRX056489; Mon, 12 Jun 2006 22:30:21 GMT (envelope-from gnats) Resent-Date: Mon, 12 Jun 2006 22:30:21 GMT Resent-Message-Id: <200606122230.k5CMULRX056489@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, Igor Russian Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7960016A473 for ; Mon, 12 Jun 2006 22:24:16 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 389E043D45 for ; Mon, 12 Jun 2006 22:24:16 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k5CMOGFf082669 for ; Mon, 12 Jun 2006 22:24:16 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k5CMOGZv082668; Mon, 12 Jun 2006 22:24:16 GMT (envelope-from nobody) Message-Id: <200606122224.k5CMOGZv082668@www.freebsd.org> Date: Mon, 12 Jun 2006 22:24:16 GMT From: Igor Russian To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: kern/98879: kernel not build with options NETGRAPH_NAT X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jun 2006 22:30:22 -0000 >Number: 98879 >Category: kern >Synopsis: kernel not build with options NETGRAPH_NAT >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 Jun 12 22:30:21 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Igor Russian >Release: 6.1-RELEASE >Organization: Kaba Ltd >Environment: FreeBSD esm.com.ua 6.1-RELEASE FreeBSD 6.1-RELEASE #1: Sun Jun 11 11:12:58 EEST 2006 root@esm.com.ua:/usr/src/sys/i386/compile/ESM i386 >Description: My kernel config: machine i386 cpu I686_CPU ident ESM maxusers 512 # To statically compile in device wiring instead of /boot/device.hints #hints "GENERIC.hints" # Default places to look for devices. makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols #options SCHED_ULE # ULE scheduler options SCHED_4BSD # 4BSD scheduler options PREEMPTION # Enable kernel thread preemption options INET # InterNETworking options FFS # Berkeley Fast Filesystem options SOFTUPDATES # Enable FFS soft updates support options UFS_ACL # Support for access control lists options UFS_DIRHASH # Improve performance on big directories options MD_ROOT # MD is a potential root device options MSDOSFS # MSDOS Filesystem options CD9660 # ISO 9660 Filesystem options PROCFS # Process filesystem (requires PSEUDOFS) options PSEUDOFS # Pseudo-filesystem framework options GEOM_GPT # GUID Partition Tables. options COMPAT_43 # Compatible with BSD 4.3 [KEEP THIS!] options COMPAT_FREEBSD4 # Compatible with FreeBSD4 options COMPAT_FREEBSD5 # Compatible with FreeBSD5 options KTRACE # ktrace(1) support options SYSVSHM # SYSV-style shared memory options SYSVMSG # SYSV-style message queues options SYSVSEM # SYSV-style semaphores options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extension s options KBD_INSTALL_CDEV # install a CDEV entry in /dev options AHC_REG_PRETTY_PRINT # Print register bitfields in debug # output. Adds ~128k to driver. options AHD_REG_PRETTY_PRINT # Print register bitfields in debug # output. Adds ~215k to driver. options ADAPTIVE_GIANT # Giant mutex is adaptive. device apic # I/O APIC # Bus support. device eisa device pci # Floppy drives device fdc # ATA and ATAPI devices device ata device atadisk # ATA disk drives device ataraid # ATA RAID drives device atapicd # ATAPI CDROM drives device atapifd # ATAPI floppy drives device atapist # ATAPI tape drives options ATA_STATIC_ID # Static device numbering # atkbdc0 controls both the keyboard and the PS/2 mouse device atkbdc # AT keyboard controller device atkbd # AT keyboard device psm # PS/2 mouse device vga # VGA video card driver device splash # Splash screen and screen saver support # syscons is the default console driver, resembling an SCO console device sc device agp # support several AGP chipsets device pmtimer # Serial (COM) ports device sio # 8250, 16[45]50 based serial ports # 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 fxp # Intel EtherExpress PRO/100B (82557, 82558) device rl # RealTek 8129/8139 # Pseudo devices. device loop # Network loopback device random # Entropy device device ether # Ethernet support device ppp # Kernel PPP device tun # Packet tunnel. device pty # Pseudo-ttys (telnet etc) device md # Memory "disks" device gif # IPv6 and IPv4 tunneling device bpf # Berkeley packet filter device vlan options HZ=2000 options DEVICE_POLLING options IPFIREWALL options IPFIREWALL_DEFAULT_TO_ACCEPT options IPFIREWALL_FORWARD options IPFIREWALL_FORWARD_EXTENDED options IPFILTER options DUMMYNET options NETGRAPH options NETGRAPH_BPF options NETGRAPH_BRIDGE options NETGRAPH_DEVICE options NETGRAPH_ECHO options NETGRAPH_EIFACE options NETGRAPH_ETHER options NETGRAPH_IFACE options NETGRAPH_KSOCKET options NETGRAPH_L2TP options NETGRAPH_MPPC_ENCRYPTION options NETGRAPH_NETFLOW options NETGRAPH_ONE2MANY options NETGRAPH_PPP options NETGRAPH_PPPOE options NETGRAPH_PPTPGRE options NETGRAPH_SOCKET options NETGRAPH_TCPMSS options NETGRAPH_TEE options NETGRAPH_TTY options NETGRAPH_VJC options NETGRAPH_IPFW options NETGRAPH_NAT root@esm [0:49] /sys/i386/conf #config ESM Kernel build directory is ../compile/ESM Don't forget to do ``make cleandepend; make depend'' root@esm [1:20] /sys/i386/compile/ESM# make cleandepend; make depend; make But kernel don't compile. .. MAKE=make sh ../../../conf/newvers.sh ESM cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -W missing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -st d=c99 -g -nostdinc -I- -I. -I../../.. -I../../../contrib/altq -I../../../contri b/ipfilter -I../../../contrib/pf -I../../../contrib/dev/ath -I../../../contrib/d ev/ath/freebsd -I../../../contrib/ngatm -I../../../dev/twa -D_KERNEL -DHAVE_KERN EL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -mno-align-long-strin gs -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -ffreest anding -Werror vers.c linking kernel.debug ng_nat.o(.text+0x2a): In function `ng_nat_constructor': ./../../netgraph/ng_nat.c:114: undefined reference to `LibAliasInit' ng_nat.o(.text+0x54):../../../netgraph/ng_nat.c:121: undefined reference to `Lib AliasSetMode' ng_nat.o(.text+0x12e): In function `ng_nat_rcvmsg': ./../../netgraph/ng_nat.c:179: undefined reference to `LibAliasSetAddress' ng_nat.o(.text+0x263): In function `ng_nat_rcvdata': ./../../netgraph/ng_nat.c:233: undefined reference to `LibAliasIn' ng_nat.o(.text+0x296):../../../netgraph/ng_nat.c:239: undefined reference to `Li bAliasOut' ng_nat.o(.text+0x3d7): In function `ng_nat_shutdown': ./../../netgraph/ng_nat.c:306: undefined reference to `LibAliasUninit' *** Error code 1 Stop in /usr/src/sys/i386/compile/ESM. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Tue Jun 13 00:20:25 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B7B716A41B for ; Tue, 13 Jun 2006 00:20:25 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AFB7343D49 for ; Tue, 13 Jun 2006 00:20:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5D0KMWR065232 for ; Tue, 13 Jun 2006 00:20:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5D0KM9u065231; Tue, 13 Jun 2006 00:20:22 GMT (envelope-from gnats) Date: Tue, 13 Jun 2006 00:20:22 GMT Message-Id: <200606130020.k5D0KM9u065231@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Matthieu Michaud Cc: Subject: Re: kern/97591: 6.1-RELEASE crashes on fork bomb X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Matthieu Michaud List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jun 2006 00:20:25 -0000 The following reply was made to PR kern/97591; it has been noted by GNATS. From: Matthieu Michaud To: Maxim Konovalov Cc: bug-followup@freebsd.org Subject: Re: kern/97591: 6.1-RELEASE crashes on fork bomb Date: Tue, 13 Jun 2006 02:16:32 +0200 On Fri, 2006-06-09 at 21:40 +0400, Maxim Konovalov wrote: > Hi Matthieu, > > > >Description: > > my fresh installed 6.1-RELEASE workstation doesn't survive to a > > simple fork bomb. after launching the bomb, it freezes a few seconds > > and then my computer reboots. afair, 5.4 systems survived it. > > > > i didn't tweak my kernel, i just use home compiled GENERIC without > > overriden CFLAGS. everything is almost default install. what about > > adding a forkbomb in regression tests ? > > Please clarify what you mean by "home compiled GENERIC"? Do you > change anything there? Have you changed anything in /boot/loader.conf > or /etc/sysctl.conf? i meant that i used the official GENERIC kernel configuration file but i compiled it myself. the only kernel module i use is snd_ich (and sound obviously). that's stick into my /boot/loader.conf and i didn't set any value with /etc/sysctl.conf > > >How-To-Repeat: > > echo 'int main() { for(;;) fork(); }' | gcc -x c - && ./a.out > > While we definitly have some problems in pmap(9) code in 7.0 aka HEAD > I can't reproduce the problem on RELENG_6 system. i tried to reproduce it but couldn't. when i tried it, just before filling a PR, it did exactly the same thing 3 times : run, fork few seconds and suddenly reboot. i can't explain it. > Please try to obtain a backtrace from the kernel core file or ddb. > > http://www.freebsd.org/doc/en/books/developers-handbook/kerneldebug.html i activated it, i'll try to crash it again, have a core dump and send useful information. for now, i don't see any reason to keep this PR open as it seem to be a very rare case. -- Matthieu Michaud From owner-freebsd-bugs@FreeBSD.ORG Tue Jun 13 04:20:22 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F15116A41B for ; Tue, 13 Jun 2006 04:20:22 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F39C43D49 for ; Tue, 13 Jun 2006 04:20:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5D4KL90084048 for ; Tue, 13 Jun 2006 04:20:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5D4KL1W084047; Tue, 13 Jun 2006 04:20:21 GMT (envelope-from gnats) Date: Tue, 13 Jun 2006 04:20:21 GMT Message-Id: <200606130420.k5D4KL1W084047@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Yuri Pankov Cc: Subject: Re: kern/98879: kernel not build with options NETGRAPH_NAT X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Yuri Pankov List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jun 2006 04:20:22 -0000 The following reply was made to PR kern/98879; it has been noted by GNATS. From: Yuri Pankov To: bug-followup@FreeBSD.org, im@kaba.org.ua Cc: Subject: Re: kern/98879: kernel not build with options NETGRAPH_NAT Date: Tue, 13 Jun 2006 08:18:23 +0400 As you could guess from error messages, you need 'options LIBALIAS' in your kernel config file. Yuri From owner-freebsd-bugs@FreeBSD.ORG Tue Jun 13 07:00:40 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D4C5C16A418 for ; Tue, 13 Jun 2006 07:00:40 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B0EE43D45 for ; Tue, 13 Jun 2006 07:00:40 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5D70dNZ093467 for ; Tue, 13 Jun 2006 07:00:39 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5D70dRV093464; Tue, 13 Jun 2006 07:00:39 GMT (envelope-from gnats) Date: Tue, 13 Jun 2006 07:00:39 GMT Message-Id: <200606130700.k5D70dRV093464@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Maxim Konovalov Cc: Subject: Re: kern/97591: 6.1-RELEASE crashes on fork bomb X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Maxim Konovalov List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jun 2006 07:00:40 -0000 The following reply was made to PR kern/97591; it has been noted by GNATS. From: Maxim Konovalov To: Matthieu Michaud Cc: bug-followup@freebsd.org Subject: Re: kern/97591: 6.1-RELEASE crashes on fork bomb Date: Tue, 13 Jun 2006 10:54:24 +0400 (MSD) [...] > useful information. for now, i don't see any reason to keep this PR > open as it seem to be a very rare case. I would like to keep it open while we have this bug in HEAD with different pmap code. I already sent a patch to competent people and awating feedback. Thanks! -- Maxim Konovalov From owner-freebsd-bugs@FreeBSD.ORG Tue Jun 13 07:09:53 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB1D016A5D7; Tue, 13 Jun 2006 07:09:53 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 84BEE43D53; Tue, 13 Jun 2006 07:09:53 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from freefall.freebsd.org (maxim@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5D79rbP093711; Tue, 13 Jun 2006 07:09:53 GMT (envelope-from maxim@freefall.freebsd.org) Received: (from maxim@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5D79qgq093706; Tue, 13 Jun 2006 07:09:52 GMT (envelope-from maxim) Date: Tue, 13 Jun 2006 07:09:52 GMT From: Maxim Konovalov Message-Id: <200606130709.k5D79qgq093706@freefall.freebsd.org> To: im@kaba.org.ua, maxim@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: kern/98879: kernel not build with options NETGRAPH_NAT X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jun 2006 07:09:53 -0000 Synopsis: kernel not build with options NETGRAPH_NAT State-Changed-From-To: open->closed State-Changed-By: maxim State-Changed-When: Tue Jun 13 07:09:08 UTC 2006 State-Changed-Why: 'options LIBALIAS' does solve the dependency problem. http://www.freebsd.org/cgi/query-pr.cgi?pr=98879 From owner-freebsd-bugs@FreeBSD.ORG Tue Jun 13 09:50:13 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3035E16A418 for ; Tue, 13 Jun 2006 09:50:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9DE543D4C for ; Tue, 13 Jun 2006 09:50:12 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5D9oC29004086 for ; Tue, 13 Jun 2006 09:50:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5D9oCI1004085; Tue, 13 Jun 2006 09:50:12 GMT (envelope-from gnats) Resent-Date: Tue, 13 Jun 2006 09:50:12 GMT Resent-Message-Id: <200606130950.k5D9oCI1004085@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, Johannes Weiner Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 96A4916A41A for ; Tue, 13 Jun 2006 09:45:47 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CA6143D48 for ; Tue, 13 Jun 2006 09:45:47 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k5D9jlBN044987 for ; Tue, 13 Jun 2006 09:45:47 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k5D9jlXW044986; Tue, 13 Jun 2006 09:45:47 GMT (envelope-from nobody) Message-Id: <200606130945.k5D9jlXW044986@www.freebsd.org> Date: Tue, 13 Jun 2006 09:45:47 GMT From: Johannes Weiner To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: kern/98898: [PATCH] sys/dev/sound/pci/fm801.c X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jun 2006 09:50:13 -0000 >Number: 98898 >Category: kern >Synopsis: [PATCH] sys/dev/sound/pci/fm801.c >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jun 13 09:50:12 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Johannes Weiner >Release: RELENG_6 >Organization: >Environment: FreeBSD leiferikson.flosken.lan 6.1-STABLE FreeBSD 6.1-STABLE #0: Thu Jun 8 16:22:15 CEST 2006 root@leiferikson.flosken.lan:/usr/obj/usr/src/sys/DISCORD i386 >Description: Soundplayback was randomly broken. It always happened, when play_flip had the value 1 and therefore no new blocksize got set by fm801ch_setblocksize(). I don't know exactly what this play_flip is, but the blocksize has always to be set to the desired value. Otherwise speed and format get increased but the blocksize stays at bottom and is therefor wrong. Result was totally smashed sound. >How-To-Repeat: Play sound with Fortemedia FM801 XWave PCI soundcard. >Fix: --- sys/dev/sound/pci/fm801.c.orig Tue Jun 13 11:32:49 2006 +++ sys/dev/sound/pci/fm801.c Tue Jun 13 11:34:30 2006 @@ -32,8 +32,8 @@ SND_DECLARE_FILE("$FreeBSD: src/sys/dev/sound/pci/fm801.c,v 1.27.2.1 2006/01/10 01:01:24 ariff Exp $"); #define PCI_VENDOR_FORTEMEDIA 0x1319 -#define PCI_DEVICE_FORTEMEDIA1 0x08011319 -#define PCI_DEVICE_FORTEMEDIA2 0x08021319 /* ??? have no idea what's this... */ +#define PCI_DEVICE_FORTEMEDIA1 0x08011319 /* Audio controller */ +#define PCI_DEVICE_FORTEMEDIA2 0x08021319 /* Joystick controller */ #define FM_PCM_VOLUME 0x00 #define FM_FM_VOLUME 0x02 @@ -417,15 +417,13 @@ struct fm801_chinfo *ch = data; struct fm801_info *fm801 = ch->parent; - if(ch->dir == PCMDIR_PLAY) { - if(fm801->play_flip) return fm801->play_blksize; + /* Don't mind for play_flip; set the blocksize to the desired + * values in any case - otherwise sound playback breaks here. */ + if(ch->dir == PCMDIR_PLAY) fm801->play_blksize = blocksize; - } - if(ch->dir == PCMDIR_REC) { - if(fm801->rec_flip) return fm801->rec_blksize; + if(ch->dir == PCMDIR_REC) fm801->rec_blksize = blocksize; - } DPRINT("fm801ch_setblocksize %d (dir %d)\n",blocksize, ch->dir); >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Tue Jun 13 16:40:17 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 21DA616A479 for ; Tue, 13 Jun 2006 16:40:17 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E406243D5A for ; Tue, 13 Jun 2006 16:40:15 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5DGeFtr033359 for ; Tue, 13 Jun 2006 16:40:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5DGeFUs033355; Tue, 13 Jun 2006 16:40:15 GMT (envelope-from gnats) Resent-Date: Tue, 13 Jun 2006 16:40:15 GMT Resent-Message-Id: <200606131640.k5DGeFUs033355@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, Fabian Keil Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4CFFC16A476 for ; Tue, 13 Jun 2006 16:31:19 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DB8243D48 for ; Tue, 13 Jun 2006 16:31:19 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k5DGVIwM005749 for ; Tue, 13 Jun 2006 16:31:18 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k5DGVIko005748; Tue, 13 Jun 2006 16:31:18 GMT (envelope-from nobody) Message-Id: <200606131631.k5DGVIko005748@www.freebsd.org> Date: Tue, 13 Jun 2006 16:31:18 GMT From: Fabian Keil To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: bin/98905: [PATCH] devfs(8) segfaults if the ruleset doesn't end with a newline X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jun 2006 16:40:17 -0000 >Number: 98905 >Category: bin >Synopsis: [PATCH] devfs(8) segfaults if the ruleset doesn't end with a newline >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jun 13 16:40:14 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Fabian Keil >Release: RELENG_6 >Organization: >Environment: FreeBSD TP51.local 6.1-STABLE FreeBSD 6.1-STABLE #44: Fri Jun 9 20:00:13 CEST 2006 fk@TP51.local:/usr/obj/usr/src/sys/THINKPAD i386 >Description: devfs segfaults if the ruleset doesn't end with a newline. The man page doesn't say if rulesets are required to end with newlines, but at least the code looks as if they are not supposed to. Please note that I'm not using vanilla sources. One of the patches I use is Jeremie Le Hen's SSP patch, but the devfs code is the original one and the problem looks like a "normal" segfault to me. >How-To-Repeat: fk@TP51 ~ $cat ~/test/pf-jail.rules path pf hide path pf unhidefk@TP51 ~ $ fk@TP51 ~ $sudo devfs rule -s 7 show fk@TP51 ~ $sudo devfs rule -s 7 add - < ~/test/pf-jail.rules Segmentation fault: 11 (core dumped) fk@TP51 ~ $sudo devfs rule -s 7 show 100 path pf hide >Fix: With: http://www.fabiankeil.de/sourcecode/freebsd/devfs.c.diff I get: fk@TP51 ~ $cat ~/test/pf-jail.rules path pf hide path pf unhidefk@TP51 ~ $ fk@TP51 ~ $sudo devfs rule -s 7 show fk@TP51 ~ $sudo devfs rule -s 7 add - < ~/test/pf-jail.rules fk@TP51 ~ $sudo devfs rule -s 7 show 100 path pf hide 200 path pf unhide Not sure if strlcpy is allowed in the base or if that's the best solution though. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Tue Jun 13 18:30:15 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B188516A41A for ; Tue, 13 Jun 2006 18:30:15 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2AEE543D45 for ; Tue, 13 Jun 2006 18:30:15 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5DIUEbb040007 for ; Tue, 13 Jun 2006 18:30:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5DIUEWS040005; Tue, 13 Jun 2006 18:30:14 GMT (envelope-from gnats) Resent-Date: Tue, 13 Jun 2006 18:30:14 GMT Resent-Message-Id: <200606131830.k5DIUEWS040005@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, "Georg-W. Koltermann" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD2B116A41A for ; Tue, 13 Jun 2006 18:27:37 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C67743D49 for ; Tue, 13 Jun 2006 18:27:37 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k5DIRaOj090356 for ; Tue, 13 Jun 2006 18:27:36 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k5DIRaIY090355; Tue, 13 Jun 2006 18:27:36 GMT (envelope-from nobody) Message-Id: <200606131827.k5DIRaIY090355@www.freebsd.org> Date: Tue, 13 Jun 2006 18:27:36 GMT From: "Georg-W. Koltermann" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: kern/98910: keyborad not working at mountroot prompt X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jun 2006 18:30:15 -0000 >Number: 98910 >Category: kern >Synopsis: keyborad not working at mountroot prompt >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 Jun 13 18:30:14 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Georg-W. Koltermann >Release: 6.1-RELEASE >Organization: >Environment: FreeBSD hunter.localnet 6.1-RELEASE FreeBSD 6.1-RELEASE #1: Thu May 18 06:54:14 CEST 2006 gwk@hunter.localnet:/usr/obj/usr/src/sys/HUNTER i386 >Description: If the root entry in /etc/fstab is wrong, the kernel prompts for the root device after loading, right before it wants to mount root. In 6.1-RELEASE I do get the prompt, but cannot type anything. The keyboard is completely unresponsive, not even CTL-ALT-DEL, nothing. System is IBM T42P laptop. >How-To-Repeat: Put an incorrect disk as / mountpoint into /etc/fstab; then try to reboot Be sure to have another bootable medium ready, otherwise you will be stuck :-) >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Tue Jun 13 18:50:15 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C8D0816A477 for ; Tue, 13 Jun 2006 18:50:15 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 845AB43D4C for ; Tue, 13 Jun 2006 18:50:14 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5DIoEVm041901 for ; Tue, 13 Jun 2006 18:50:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5DIoEeN041900; Tue, 13 Jun 2006 18:50:14 GMT (envelope-from gnats) Resent-Date: Tue, 13 Jun 2006 18:50:14 GMT Resent-Message-Id: <200606131850.k5DIoEeN041900@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jason McIntyre Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 454BE16A41A for ; Tue, 13 Jun 2006 18:49:46 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1742B43D49 for ; Tue, 13 Jun 2006 18:49:46 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k5DInjam094830 for ; Tue, 13 Jun 2006 18:49:45 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k5DInjYM094829; Tue, 13 Jun 2006 18:49:45 GMT (envelope-from nobody) Message-Id: <200606131849.k5DInjYM094829@www.freebsd.org> Date: Tue, 13 Jun 2006 18:49:45 GMT From: Jason McIntyre To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: misc/98911: getopt.c license issue X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jun 2006 18:50:15 -0000 >Number: 98911 >Category: misc >Synopsis: getopt.c license issue >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jun 13 18:50:13 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Jason McIntyre >Release: N/A >Organization: >Environment: N/A >Description: hi. i recently contacted henry spencer, the author of usr.bin/getopt/getop.c, regarding a lack of license on that file. he identified the work as his own, and agreed to place it in the public domain. i've mailed betbsd people to tell them - it looks like both openbsd and freebsd's getopt.c are imports from netbsd. then i look at freebsd tree, and you guys have a README in there saying it's written by ian darwin. but the initial commit message on getopt.c says it's from netbsd. jason >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Wed Jun 14 00:00:33 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A310A16A41A for ; Wed, 14 Jun 2006 00:00:33 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B02F43D48 for ; Wed, 14 Jun 2006 00:00:33 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5E00Wbg058683 for ; Wed, 14 Jun 2006 00:00:32 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5E00WRe058682; Wed, 14 Jun 2006 00:00:32 GMT (envelope-from gnats) Resent-Date: Wed, 14 Jun 2006 00:00:32 GMT Resent-Message-Id: <200606140000.k5E00WRe058682@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, bart bosma Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF3B016A47A for ; Tue, 13 Jun 2006 23:58:43 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6387D43D5F for ; Tue, 13 Jun 2006 23:58:42 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k5DNwgUo045224 for ; Tue, 13 Jun 2006 23:58:42 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k5DNwfkG045223; Tue, 13 Jun 2006 23:58:41 GMT (envelope-from nobody) Message-Id: <200606132358.k5DNwfkG045223@www.freebsd.org> Date: Tue, 13 Jun 2006 23:58:41 GMT From: bart bosma To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: misc/98917: pkg_add cd-write says mkisofs not installed after pkg_add cdrtools X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jun 2006 00:00:33 -0000 >Number: 98917 >Category: misc >Synopsis: pkg_add cd-write says mkisofs not installed after pkg_add cdrtools >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jun 14 00:00:31 GMT 2006 >Closed-Date: >Last-Modified: >Originator: bart bosma >Release: 6.1 >Organization: homeuser >Environment: FreeBSD .arnhem.chello.nl 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sun May 7 04:32:43 UTC 2006 root@opus.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: not sure if this is called a bug. im not into code xcept php I installed freebsd6.1 minimal install. and am now building a nice fluxbox enviro with xmms and amsn, its really cute and its superfast (one could describe it as if it feels like one bought a total new latest tech. computer) I wanted to use cd-write (i have a nec 3500ag) pkg_add -r cd-write outputs mkisofs is not installed.. While: $ mkisofs mkisofs: Missing pathspec. Usage: mkisofs [options] file... Use mkisofs -help to get a list of valid options. clearly states it is installed.. I thought i might need to create a symlink but i dont know whereto Thank you for your time. >How-To-Repeat: fresh minimum install - [i dont think these matter] - install Xorg from sysinstall post-cfg - #pkg_add -r portupgrade - #pkg_add -r fluxbox - #pkg_add -r slim - #pkg_add -r cvsup - #pkg_add some more irrelevants:| ;-) - [end] #pkg_add -r cdrtools #rehash #pkg_add -r cd-write >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Wed Jun 14 09:12:13 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E7C616A474; Wed, 14 Jun 2006 09:12:13 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCCDD43D55; Wed, 14 Jun 2006 09:12:12 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5E9CCus096951; Wed, 14 Jun 2006 09:12:12 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5E9CCo9096947; Wed, 14 Jun 2006 09:12:12 GMT (envelope-from linimon) Date: Wed, 14 Jun 2006 09:12:12 GMT From: Mark Linimon Message-Id: <200606140912.k5E9CCo9096947@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-i386@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: kern/98848: [bge] BGE is recognized as 1000baseSX but is connected via 1000baseT X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jun 2006 09:12:13 -0000 Synopsis: [bge] BGE is recognized as 1000baseSX but is connected via 1000baseT Responsible-Changed-From-To: freebsd-i386->freebsd-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Wed Jun 14 09:11:52 UTC 2006 Responsible-Changed-Why: This does not sound i386-specific. http://www.freebsd.org/cgi/query-pr.cgi?pr=98848 From owner-freebsd-bugs@FreeBSD.ORG Wed Jun 14 11:40:17 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 18D7C16A47A for ; Wed, 14 Jun 2006 11:40:17 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8349243D69 for ; Wed, 14 Jun 2006 11:40:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5EBeGg0007394 for ; Wed, 14 Jun 2006 11:40:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5EBeGEZ007393; Wed, 14 Jun 2006 11:40:16 GMT (envelope-from gnats) Date: Wed, 14 Jun 2006 11:40:16 GMT Message-Id: <200606141140.k5EBeGEZ007393@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Maxim Konovalov Cc: Subject: Re: bin/98905: [PATCH] devfs(8) segfaults if the ruleset doesn't end with a newline X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Maxim Konovalov List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jun 2006 11:40:17 -0000 The following reply was made to PR bin/98905; it has been noted by GNATS. From: Maxim Konovalov To: Fabian Keil Cc: bug-followup@freebsd.org Subject: Re: bin/98905: [PATCH] devfs(8) segfaults if the ruleset doesn't end with a newline Date: Wed, 14 Jun 2006 15:32:01 +0400 (MSD) Hi Fabian, While your patch looks correct it is not clear for me why you removed assert()? Here is another version of the fix (copy&pasted): =================================================================== RCS file: /home/ncvs/src/sbin/devfs/devfs.c,v retrieving revision 1.5 diff -u -p -r1.5 devfs.c --- devfs.c 22 Jan 2004 07:23:35 -0000 1.5 +++ devfs.c 14 Jun 2006 11:30:15 -0000 @@ -163,7 +163,7 @@ efgetln(FILE *fp, char **line) if (*line == NULL) errx(1, "cannot allocate memory"); memcpy(*line, cp, rv); - *line[rv] = '\0'; + (*line)[rv] = '\0'; } assert(rv == strlen(*line)); return (rv); -- Maxim Konovalov From owner-freebsd-bugs@FreeBSD.ORG Wed Jun 14 11:48:32 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 19A0C16A494; Wed, 14 Jun 2006 11:48:32 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D262F43D4C; Wed, 14 Jun 2006 11:48:28 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from freefall.freebsd.org (maxim@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5EBmSx7007734; Wed, 14 Jun 2006 11:48:28 GMT (envelope-from maxim@freefall.freebsd.org) Received: (from maxim@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5EBmSPC007730; Wed, 14 Jun 2006 11:48:28 GMT (envelope-from maxim) Date: Wed, 14 Jun 2006 11:48:28 GMT From: Maxim Konovalov Message-Id: <200606141148.k5EBmSPC007730@freefall.freebsd.org> To: freebsd-listen@fabiankeil.de, maxim@FreeBSD.org, freebsd-bugs@FreeBSD.org, maxim@FreeBSD.org Cc: Subject: Re: bin/98905: [PATCH] devfs(8) segfaults if the ruleset doesn't end with a newline X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jun 2006 11:48:32 -0000 Synopsis: [PATCH] devfs(8) segfaults if the ruleset doesn't end with a newline State-Changed-From-To: open->patched State-Changed-By: maxim State-Changed-When: Wed Jun 14 11:47:56 UTC 2006 State-Changed-Why: Fixed in HEAD. Thanks! Responsible-Changed-From-To: freebsd-bugs->maxim Responsible-Changed-By: maxim Responsible-Changed-When: Wed Jun 14 11:47:56 UTC 2006 Responsible-Changed-Why: Feedbacks trap. http://www.freebsd.org/cgi/query-pr.cgi?pr=98905 From owner-freebsd-bugs@FreeBSD.ORG Wed Jun 14 22:20:29 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 18B3D16A492 for ; Wed, 14 Jun 2006 22:20:29 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F64743D49 for ; Wed, 14 Jun 2006 22:20:28 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5EMKRi9047856 for ; Wed, 14 Jun 2006 22:20:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5EMKRiO047855; Wed, 14 Jun 2006 22:20:27 GMT (envelope-from gnats) Resent-Date: Wed, 14 Jun 2006 22:20:27 GMT Resent-Message-Id: <200606142220.k5EMKRiO047855@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, john hood , cgull@glup.org, ni@sandstorm.net Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B6A416A41A; Wed, 14 Jun 2006 22:18:41 +0000 (UTC) (envelope-from jh@sirocco.sandstorm.net) Received: from sirocco.sandstorm.net (ip-69-33-111-75.bos.megapath.net [69.33.111.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8661043D45; Wed, 14 Jun 2006 22:18:40 +0000 (GMT) (envelope-from jh@sirocco.sandstorm.net) Received: from sirocco.sandstorm.net (localhost [127.0.0.1]) by sirocco.sandstorm.net (8.13.3/8.13.3) with ESMTP id k5EMLqCA063450; Wed, 14 Jun 2006 18:21:52 -0400 (EDT) (envelope-from jh@sirocco.sandstorm.net) Received: (from jh@localhost) by sirocco.sandstorm.net (8.13.3/8.13.3/Submit) id k5EMLnM0063449; Wed, 14 Jun 2006 18:21:49 -0400 (EDT) (envelope-from jh) Message-Id: <200606142221.k5EMLnM0063449@sirocco.sandstorm.net> Date: Wed, 14 Jun 2006 18:21:49 -0400 (EDT) From: john hood To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: ni@sandstorm.net, sos@FreeBSD.org Subject: kern/98962: writing >1 session on ATAPI CDs fails [patch included] X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: john hood , cgull@glup.org, ni@sandstorm.net List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jun 2006 22:20:29 -0000 >Number: 98962 >Category: kern >Synopsis: writing >1 session on ATAPI CDs fails [patch included] >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jun 14 22:20:27 GMT 2006 >Closed-Date: >Last-Modified: >Originator: john hood >Release: FreeBSD 6.0-RELEASE i386 >Organization: Sandstorm Enterprises >Environment: System: FreeBSD faster.sandstorm.net 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Thu Nov 3 09:36:13 UTC 2005 root@x64.samsco.home:/usr/obj/usr/src/sys/GENERIC i386 Dell Dimension 2400 with ATAPI CD-RW drive. dmesg.boot follows: Copyright (c) 1992-2005 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 6.0-RELEASE #0: Thu Nov 3 09:36:13 UTC 2005 root@x64.samsco.home:/usr/obj/usr/src/sys/GENERIC Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: Intel(R) Celeron(R) CPU 2.40GHz (2392.95-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0xf29 Stepping = 9 Features=0xbfebfbff Features2=0x4400> real memory = 796344320 (759 MB) avail memory = 770007040 (734 MB) ACPI APIC Table: ioapic0: Changing APIC ID to 1 ioapic0 irqs 0-23 on motherboard npx0: [FAST] npx0: on motherboard npx0: INT 16 interface acpi0: on motherboard acpi0: Power Button (fixed) pci_link0: irq 11 on acpi0 pci_link1: irq 5 on acpi0 pci_link2: irq 9 on acpi0 pci_link3: irq 10 on acpi0 pci_link4: on acpi0 pci_link5: on acpi0 pci_link6: on acpi0 pci_link7: irq 7 on acpi0 Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x808-0x80b on acpi0 cpu0: on acpi0 acpi_button0: on acpi0 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 pci0: at device 2.0 (no driver attached) uhci0: port 0xff80-0xff9f irq 16 at device 29.0 on pci0 uhci0: [GIANT-LOCKED] usb0: on uhci0 usb0: USB revision 1.0 uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered uhci1: port 0xff60-0xff7f irq 19 at device 29.1 on pci0 uhci1: [GIANT-LOCKED] usb1: on uhci1 usb1: USB revision 1.0 uhub1: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub1: 2 ports with 2 removable, self powered uhci2: port 0xff40-0xff5f irq 18 at device 29.2 on pci0 uhci2: [GIANT-LOCKED] usb2: on uhci2 usb2: USB revision 1.0 uhub2: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub2: 2 ports with 2 removable, self powered ehci0: mem 0xffa80800-0xffa80bff irq 23 at device 29.7 on pci0 ehci0: [GIANT-LOCKED] usb3: EHCI version 1.0 usb3: companion controllers, 2 ports each: usb0 usb1 usb2 usb3: on ehci0 usb3: USB revision 2.0 uhub3: Intel EHCI root hub, class 9/0, rev 2.00/1.00, addr 1 uhub3: 6 ports with 6 removable, self powered pcib1: at device 30.0 on pci0 pci1: on pcib1 pci1: at device 6.0 (no driver attached) bfe0: mem 0xfe9ee000-0xfe9effff irq 17 at device 9.0 on pci1 miibus0: on bfe0 bmtphy0: on miibus0 bmtphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto bfe0: Ethernet address: 00:0d:56:be:f8:69 isab0: at device 31.0 on pci0 isa0: on isab0 atapci0: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xffa0-0xffaf mem 0xfeb7fc00-0xfeb7ffff irq 18 at device 31.1 on pci0 ata0: on atapci0 ata1: on atapci0 pci0: at device 31.3 (no driver attached) pcm0: port 0xee00-0xeeff,0xedc0-0xedff mem 0xfeb7fa00-0xfeb7fbff,0xfeb7f900-0xfeb7f9ff irq 17 at device 31.5 on pci0 pcm0: [GIANT-LOCKED] pcm0: fdc0: port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on acpi0 fdc0: [FAST] atkbdc0: port 0x60,0x64 irq 1 on acpi0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] psm0: irq 12 on atkbdc0 psm0: [GIANT-LOCKED] psm0: model Generic PS/2 mouse, device ID 0 sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 sio0: type 16550A pmtimer0 on isa0 orm0: at iomem 0xc0000-0xc8fff,0xc9000-0xca7ff,0xca800-0xcbfff on isa0 ppc0: parallel port not found. sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sio1: configured irq 3 not in bitmap of probed irqs 0 sio1: port may not be enabled vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 ums0: Logitech USB-PS/2 Mouse M-BA47, rev 1.00/1.20, addr 2, iclass 3/1 ums0: 4 buttons and Z dir. Timecounter "TSC" frequency 2392950508 Hz quality 800 Timecounters tick every 1.000 msec ad0: 76319MB at ata0-master UDMA100 acd0: CDRW at ata1-master UDMA33 Trying to mount root from ufs:/dev/ad0s1a Accounting enabled Test media for this report is an "HP CD-RW" 12X, ATIP info as reported by cdrecord is: ATIP info from disk: Indicated writing power: 3 Reference speed: 6 Is not unrestricted Is erasable Disk sub type: High speed Rewritable (CAV) media (1) ATIP start of lead in: -11635 (97:26/65) ATIP start of lead out: 359849 (79:59/74) 1T speed low: 4 1T speed high: 10 2T speed low: 4 2T speed high: 0 (reserved val 6) power mult factor: 1 5 recommended erase/write power: 3 A1 values: 24 1A BC A2 values: 26 B2 26 Disk type: Phase change Manuf. index: 3 Manufacturer: CMC Magnetics Corporation >Description: Writing the second session on a multi-session CD-R or CD-RW with burncd fails. Edited script session follows: Script started on Wed Jun 14 17:02:04 2006 root@faster# burncd blank blanking CD - 98 % done root@faster# mkisofs -r -o /tmp/iso1 /etc/profile Total translation table size: 0 Total rockridge attributes bytes: 248 Total directory bytes: 0 Path table size(bytes): 10 Max brk space used 91c4 176 extents written (0 MB) root@faster# burncd -m data /tmp/iso1 fixate next writeable LBA 0 writing from file /tmp/iso1 size 352 KB written this track 352 KB (100%) total 352 KB fixating CD, please wait.. root@faster# burncd msinfo burncd: ioctl(CDIOREADTOCHEADER): Input/output error root@faster# cdcontrol ej # this stale-TOC bug is already fixed root@faster# cdcontrol cl root@faster# burncd msinfo 0,11700 root@faster# mkisofs -r -C 0,11700 -M /dev/acd0 -o /tmp/iso2 /etc/printcap Rock Ridge signatures found Total translation table size: 0 Total rockridge attributes bytes: 329 Total directory bytes: 0 Path table size(bytes): 10 Max brk space used a1c4 11877 extents written (23 MB) root@faster# burncd -m data /tmp/iso2 fixate next writeable LBA 11700 writing from file /tmp/iso2 size 354 KB Input/output error fixating CD, please wait.. root@faster# echo $? 0 root@faster# cdcontrol ej root@faster# cdcontrol cl root@faster# mount /cdrom root@faster# ls /cdrom profile root@faster# umount /cdrom root@faster# burncd msinfo 0,11700 root@faster# exit Script done on Wed Jun 14 17:10:17 2006 ktrace shows burncd getting EIO on its first write to /dev/acd0. >How-To-Repeat: See above script. >Fix: If a CD has a TOC, the acd driver reports the CD's current size to GEOM, and GEOM later prevents writes beyond the last session on the media. Writing the first session works because the driver sets the disk size to (u_int32_t)-1, which gets cast to an int64 for GEOM, becoming 0xffffffff. This patch sets the media size for GEOM to a large positive number, but only when the device is opened writable. Index: dev/ata/atapi-cd.c =================================================================== RCS file: /sand/CVSROOT/ni/src/freebsd/sys6.0/dev/ata/atapi-cd.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- dev/ata/atapi-cd.c 14 Jun 2006 20:30:33 -0000 1.1 +++ dev/ata/atapi-cd.c 14 Jun 2006 20:32:35 -0000 1.2 @@ -731,6 +731,8 @@ else { pp->sectorsize = cdp->block_size; pp->mediasize = cdp->disk_size; + if (dw + pp->acw != 0) + pp->mediasize = INT32_MAX; /* Pick a number. */ } pp->mediasize *= pp->sectorsize; >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Wed Jun 14 22:40:20 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 858D916A50E for ; Wed, 14 Jun 2006 22:40:20 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBD8443D48 for ; Wed, 14 Jun 2006 22:40:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5EMeJXu049785 for ; Wed, 14 Jun 2006 22:40:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5EMeJ1p049784; Wed, 14 Jun 2006 22:40:19 GMT (envelope-from gnats) Date: Wed, 14 Jun 2006 22:40:19 GMT Message-Id: <200606142240.k5EMeJ1p049784@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Christopher Chin Cc: Subject: Re: bin/96018: dhclient broadcasts unicast DHCPREQUEST renewals X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Christopher Chin List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jun 2006 22:40:20 -0000 The following reply was made to PR bin/96018; it has been noted by GNATS. From: Christopher Chin To: bug-followup@FreeBSD.org Cc: Subject: Re: bin/96018: dhclient broadcasts unicast DHCPREQUEST renewals Date: Wed, 14 Jun 2006 15:38:15 -0700 (PDT) FTR, I've upgraded to stable, but there's still no fix to the the function of of /sbin/dhclient FreeBSD bubble.Berkeley.EDU 6.1-STABLE FreeBSD 6.1-STABLE #2: Wed Jun 14 13:19:04 PDT 2006 cchin@bubble.Berkeley.EDU:/usr/obj/usr/src/sys/BUBBLE i386 bubble (cchin):/home/cchin# dhclient -d wi0 DHCPREQUEST on wi0 to 255.255.255.255 port 67 DHCPACK from 169.229.201.1 bound to 169.229.201.44 -- renewal in 485 seconds. DHCPREQUEST on wi0 to 169.229.252.130 port 67 DHCPREQUEST on wi0 to 169.229.252.130 port 67 DHCPREQUEST on wi0 to 169.229.252.130 port 67 DHCPREQUEST on wi0 to 169.229.252.130 port 67 DHCPREQUEST on wi0 to 169.229.252.130 port 67 DHCPREQUEST on wi0 to 169.229.252.130 port 67 DHCPREQUEST on wi0 to 169.229.252.130 port 67 DHCPREQUEST on wi0 to 169.229.252.130 port 67 DHCPREQUEST on wi0 to 169.229.252.130 port 67 DHCPREQUEST on wi0 to 169.229.252.130 port 67 DHCPREQUEST on wi0 to 169.229.252.130 port 67 DHCPREQUEST on wi0 to 255.255.255.255 port 67 DHCPACK from 169.229.201.1 bound to 169.229.201.44 -- renewal in 247 seconds. DHCPREQUEST on wi0 to 169.229.252.130 port 67 DHCPREQUEST on wi0 to 169.229.252.130 port 67 DHCPREQUEST on wi0 to 169.229.252.130 port 67 DHCPREQUEST on wi0 to 169.229.252.130 port 67 DHCPREQUEST on wi0 to 169.229.252.130 port 67 DHCPREQUEST on wi0 to 169.229.252.130 port 67 DHCPREQUEST on wi0 to 169.229.252.130 port 67 DHCPREQUEST on wi0 to 169.229.252.130 port 67 DHCPREQUEST on wi0 to 169.229.252.130 port 67 DHCPREQUEST on wi0 to 169.229.252.130 port 67 DHCPREQUEST on wi0 to 169.229.252.130 port 67 DHCPREQUEST on wi0 to 169.229.252.130 port 67 DHCPREQUEST on wi0 to 169.229.252.130 port 67 DHCPREQUEST on wi0 to 169.229.252.130 port 67 DHCPREQUEST on wi0 to 169.229.252.130 port 67 DHCPREQUEST on wi0 to 255.255.255.255 port 67 DHCPACK from 169.229.201.1 bound to 169.229.201.44 -- renewal in 454 seconds. lather, rinse, repeat.... The "unicast" renewal requests are still marked as broadcast on the link level. Instead of the ethernet address of the dhcp server (or the router), the destination is marked all 1s. As such, unicast renewal requests are NOT forwarded to their destination. - Christopher ====================== From owner-freebsd-bugs@FreeBSD.ORG Thu Jun 15 03:55:23 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BFA0F16A479; Thu, 15 Jun 2006 03:55:23 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B9AB43D45; Thu, 15 Jun 2006 03:55:23 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5F3tN3k067497; Thu, 15 Jun 2006 03:55:23 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5F3tNdf067493; Thu, 15 Jun 2006 03:55:23 GMT (envelope-from linimon) Date: Thu, 15 Jun 2006 03:55:23 GMT From: Mark Linimon Message-Id: <200606150355.k5F3tNdf067493@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-geom@FreeBSD.org Cc: Subject: Re: kern/98538: [geom] Kernel panic on ggate destroy X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jun 2006 03:55:23 -0000 Synopsis: [geom] Kernel panic on ggate destroy Responsible-Changed-From-To: freebsd-bugs->freebsd-geom Responsible-Changed-By: linimon Responsible-Changed-When: Thu Jun 15 03:54:50 UTC 2006 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=98538 From owner-freebsd-bugs@FreeBSD.ORG Thu Jun 15 04:08:28 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6BD9916A47F; Thu, 15 Jun 2006 04:08:28 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08DF643D45; Thu, 15 Jun 2006 04:08:28 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5F48Rdt071988; Thu, 15 Jun 2006 04:08:27 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5F48Ruv071984; Thu, 15 Jun 2006 04:08:27 GMT (envelope-from linimon) Date: Thu, 15 Jun 2006 04:08:27 GMT From: Mark Linimon Message-Id: <200606150408.k5F48Ruv071984@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-geom@FreeBSD.org Cc: Subject: Re: kern/98742: [geli] IO errors while using geli X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jun 2006 04:08:28 -0000 Old Synopsis: IO erros while using geli New Synopsis: [geli] IO errors while using geli Responsible-Changed-From-To: freebsd-bugs->freebsd-geom Responsible-Changed-By: linimon Responsible-Changed-When: Thu Jun 15 04:06:04 UTC 2006 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=98742 From owner-freebsd-bugs@FreeBSD.ORG Thu Jun 15 04:10:49 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C86DD16A47A; Thu, 15 Jun 2006 04:10:49 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D55C243D6B; Thu, 15 Jun 2006 04:10:42 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5F4Ag69072468; Thu, 15 Jun 2006 04:10:42 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5F4AgOQ072464; Thu, 15 Jun 2006 04:10:42 GMT (envelope-from linimon) Date: Thu, 15 Jun 2006 04:10:42 GMT From: Mark Linimon Message-Id: <200606150410.k5F4AgOQ072464@freefall.freebsd.org> To: jm+freebsd-pr@ns.sol.net, linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: kern/98749: [nfs] NFS and QUOTA are bad bedfellows X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jun 2006 04:10:49 -0000 Synopsis: [nfs] NFS and QUOTA are bad bedfellows State-Changed-From-To: open->suspended State-Changed-By: linimon State-Changed-When: Thu Jun 15 04:09:42 UTC 2006 State-Changed-Why: This is a know problem but no fix is known at the present time other than to disable quotas. I believe various people are looking at this. http://www.freebsd.org/cgi/query-pr.cgi?pr=98749 From owner-freebsd-bugs@FreeBSD.ORG Thu Jun 15 04:31:21 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2801216A47C; Thu, 15 Jun 2006 04:31:21 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D800843D46; Thu, 15 Jun 2006 04:31:20 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5F4VKPe074700; Thu, 15 Jun 2006 04:31:20 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5F4VKqW074696; Thu, 15 Jun 2006 04:31:20 GMT (envelope-from linimon) Date: Thu, 15 Jun 2006 04:31:20 GMT From: Mark Linimon Message-Id: <200606150431.k5F4VKqW074696@freefall.freebsd.org> To: bg_bosma@yahoo.co.uk, linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: bin/98917: pkg_add cd-write says mkisofs not installed after pkg_add cdrtools X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jun 2006 04:31:21 -0000 Synopsis: pkg_add cd-write says mkisofs not installed after pkg_add cdrtools State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Thu Jun 15 04:30:23 UTC 2006 State-Changed-Why: This sounds like the type of general support question that is much better dealt with by asking on the freebsd-questions mailing list rather than GNATS. Thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=98917 From owner-freebsd-bugs@FreeBSD.ORG Thu Jun 15 04:32:58 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E701A16A479; Thu, 15 Jun 2006 04:32:58 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CCD443D4C; Thu, 15 Jun 2006 04:32:58 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5F4WwPI074837; Thu, 15 Jun 2006 04:32:58 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5F4WwUD074833; Thu, 15 Jun 2006 04:32:58 GMT (envelope-from linimon) Date: Thu, 15 Jun 2006 04:32:58 GMT From: Mark Linimon Message-Id: <200606150432.k5F4WwUD074833@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, sos@FreeBSD.org Cc: Subject: Re: kern/98962: [ata] [patch] writing >1 session on ATAPI CDs fails X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jun 2006 04:32:59 -0000 Synopsis: [ata] [patch] writing >1 session on ATAPI CDs fails Responsible-Changed-From-To: freebsd-bugs->sos Responsible-Changed-By: linimon Responsible-Changed-When: Thu Jun 15 04:32:42 UTC 2006 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=98962 From owner-freebsd-bugs@FreeBSD.ORG Thu Jun 15 06:52:46 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 281A616A474; Thu, 15 Jun 2006 06:52:46 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA92B43D45; Thu, 15 Jun 2006 06:52:45 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5F6qjOQ082376; Thu, 15 Jun 2006 06:52:45 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5F6qjpj082372; Thu, 15 Jun 2006 06:52:45 GMT (envelope-from linimon) Date: Thu, 15 Jun 2006 06:52:45 GMT From: Mark Linimon Message-Id: <200606150652.k5F6qjpj082372@freefall.freebsd.org> To: linimon@FreeBSD.org, linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: kern/78953: [smbfs] [patch] smbfs getdirentries() failure causes CVS to fail X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jun 2006 06:52:46 -0000 Synopsis: [smbfs] [patch] smbfs getdirentries() failure causes CVS to fail Responsible-Changed-From-To: linimon->freebsd-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Thu Jun 15 06:51:03 UTC 2006 Responsible-Changed-Why: Reassign from me back to the pool; I only assigned it to myself to track the feedback. http://www.freebsd.org/cgi/query-pr.cgi?pr=78953 From owner-freebsd-bugs@FreeBSD.ORG Thu Jun 15 07:26:06 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9632916A47A; Thu, 15 Jun 2006 07:26:06 +0000 (UTC) (envelope-from stefanf@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4FA6143D45; Thu, 15 Jun 2006 07:26:06 +0000 (GMT) (envelope-from stefanf@FreeBSD.org) Received: from freefall.freebsd.org (stefanf@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5F7Q67Y083702; Thu, 15 Jun 2006 07:26:06 GMT (envelope-from stefanf@freefall.freebsd.org) Received: (from stefanf@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5F7Q5JK083698; Thu, 15 Jun 2006 07:26:05 GMT (envelope-from stefanf) Date: Thu, 15 Jun 2006 07:26:05 GMT From: Stefan Farfeleder Message-Id: <200606150726.k5F7Q5JK083698@freefall.freebsd.org> To: mb@tns.cz, stefanf@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: bin/93644: sh(1): Wrong handling of 'return 1' in /bin/sh with 'set -e' X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jun 2006 07:26:06 -0000 Synopsis: sh(1): Wrong handling of 'return 1' in /bin/sh with 'set -e' State-Changed-From-To: open->closed State-Changed-By: stefanf State-Changed-When: Thu Jun 15 07:25:29 UTC 2006 State-Changed-Why: This bug is already fixed. Please update to 6.1. http://www.freebsd.org/cgi/query-pr.cgi?pr=93644 From owner-freebsd-bugs@FreeBSD.ORG Thu Jun 15 07:36:33 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A1D7916A474; Thu, 15 Jun 2006 07:36:33 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F02C43D45; Thu, 15 Jun 2006 07:36:33 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5F7aXkP085362; Thu, 15 Jun 2006 07:36:33 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5F7aX9g085358; Thu, 15 Jun 2006 07:36:33 GMT (envelope-from linimon) Date: Thu, 15 Jun 2006 07:36:33 GMT From: Mark Linimon Message-Id: <200606150736.k5F7aX9g085358@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-ipfw@FreeBSD.org Cc: Subject: Re: kern/97951: [patch] ipfw does not tie interface details to state X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jun 2006 07:36:33 -0000 Synopsis: [patch] ipfw does not tie interface details to state Responsible-Changed-From-To: freebsd-bugs->freebsd-ipfw Responsible-Changed-By: linimon Responsible-Changed-When: Thu Jun 15 07:35:47 UTC 2006 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=97951 From owner-freebsd-bugs@FreeBSD.ORG Thu Jun 15 07:41:30 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 818DB16A47B; Thu, 15 Jun 2006 07:41:30 +0000 (UTC) (envelope-from stefanf@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37E1043D4C; Thu, 15 Jun 2006 07:41:30 +0000 (GMT) (envelope-from stefanf@FreeBSD.org) Received: from freefall.freebsd.org (stefanf@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5F7fUIq085789; Thu, 15 Jun 2006 07:41:30 GMT (envelope-from stefanf@freefall.freebsd.org) Received: (from stefanf@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5F7fUiR085785; Thu, 15 Jun 2006 07:41:30 GMT (envelope-from stefanf) Date: Thu, 15 Jun 2006 07:41:30 GMT From: Stefan Farfeleder Message-Id: <200606150741.k5F7fUiR085785@freefall.freebsd.org> To: stefanf@FreeBSD.org, freebsd-bugs@FreeBSD.org, stefanf@FreeBSD.org Cc: Subject: Re: bin/41410: /bin/sh bug on expanding $? in here-documents X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jun 2006 07:41:30 -0000 Synopsis: /bin/sh bug on expanding $? in here-documents Responsible-Changed-From-To: freebsd-bugs->stefanf Responsible-Changed-By: stefanf Responsible-Changed-When: Thu Jun 15 07:41:06 UTC 2006 Responsible-Changed-Why: I'll try to fix this. http://www.freebsd.org/cgi/query-pr.cgi?pr=41410 From owner-freebsd-bugs@FreeBSD.ORG Thu Jun 15 07:46:33 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC14A16A47A; Thu, 15 Jun 2006 07:46:33 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7568C43D45; Thu, 15 Jun 2006 07:46:33 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5F7kX9d086129; Thu, 15 Jun 2006 07:46:33 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5F7kXMR086125; Thu, 15 Jun 2006 07:46:33 GMT (envelope-from linimon) Date: Thu, 15 Jun 2006 07:46:33 GMT From: Mark Linimon Message-Id: <200606150746.k5F7kXMR086125@freefall.freebsd.org> To: tobias.m81@web.de, linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: kern/96583: Freeze after trying to 'mv' a file from a rw-mounted NTFS partition X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jun 2006 07:46:33 -0000 Synopsis: Freeze after trying to 'mv' a file from a rw-mounted NTFS partition State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Thu Jun 15 07:45:50 UTC 2006 State-Changed-Why: Feedback timeout (1 month). http://www.freebsd.org/cgi/query-pr.cgi?pr=96583 From owner-freebsd-bugs@FreeBSD.ORG Thu Jun 15 07:49:30 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC98916A47D; Thu, 15 Jun 2006 07:49:30 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66A7043D49; Thu, 15 Jun 2006 07:49:30 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5F7nUa3086293; Thu, 15 Jun 2006 07:49:30 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5F7nThb086289; Thu, 15 Jun 2006 07:49:29 GMT (envelope-from linimon) Date: Thu, 15 Jun 2006 07:49:29 GMT From: Mark Linimon Message-Id: <200606150749.k5F7nThb086289@freefall.freebsd.org> To: vlad11@onua.edu.ua, linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: kern/96042: Kernel panics with sbdrop X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jun 2006 07:49:30 -0000 Synopsis: Kernel panics with sbdrop State-Changed-From-To: feedback->open State-Changed-By: linimon State-Changed-When: Thu Jun 15 07:47:22 UTC 2006 State-Changed-Why: Feedback received some time ago. http://www.freebsd.org/cgi/query-pr.cgi?pr=96042 From owner-freebsd-bugs@FreeBSD.ORG Thu Jun 15 08:00:36 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A87A516A47C; Thu, 15 Jun 2006 08:00:36 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54B9B43D55; Thu, 15 Jun 2006 08:00:16 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5F80GJN086906; Thu, 15 Jun 2006 08:00:16 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5F80FvI086901; Thu, 15 Jun 2006 08:00:15 GMT (envelope-from linimon) Date: Thu, 15 Jun 2006 08:00:15 GMT From: Mark Linimon Message-Id: <200606150800.k5F80FvI086901@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-pf@FreeBSD.org Cc: Subject: Re: kern/94992: [pf] [patch] pfctl complains about ALTQ missing X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jun 2006 08:00:36 -0000 Synopsis: [pf] [patch] pfctl complains about ALTQ missing Responsible-Changed-From-To: freebsd-bugs->freebsd-pf Responsible-Changed-By: linimon Responsible-Changed-When: Thu Jun 15 08:00:01 UTC 2006 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=94992 From owner-freebsd-bugs@FreeBSD.ORG Thu Jun 15 09:00:36 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 73BBA16A474 for ; Thu, 15 Jun 2006 09:00:36 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D965443D48 for ; Thu, 15 Jun 2006 09:00:35 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5F90ZhZ090653 for ; Thu, 15 Jun 2006 09:00:35 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5F90ZiJ090650; Thu, 15 Jun 2006 09:00:35 GMT (envelope-from gnats) Resent-Date: Thu, 15 Jun 2006 09:00:35 GMT Resent-Message-Id: <200606150900.k5F90ZiJ090650@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, Matt Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7511716A4C9 for ; Thu, 15 Jun 2006 08:55:07 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B89643D45 for ; Thu, 15 Jun 2006 08:55:07 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k5F8t6D7009612 for ; Thu, 15 Jun 2006 08:55:06 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k5F8t6WO009611; Thu, 15 Jun 2006 08:55:06 GMT (envelope-from nobody) Message-Id: <200606150855.k5F8t6WO009611@www.freebsd.org> Date: Thu, 15 Jun 2006 08:55:06 GMT From: Matt To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: gnu/98975: ncurses: tgetent leaks nearly 10 KB of memory every time it is called X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jun 2006 09:00:36 -0000 >Number: 98975 >Category: gnu >Synopsis: ncurses: tgetent leaks nearly 10 KB of memory every time it is called >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Jun 15 09:00:35 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Matt >Release: 6.1-RELEASE >Organization: >Environment: Observed on both amd64 and i386. Here's my cc -v for the demo program below: % cc -v tgetentloop.c -o tgetentloop -ltinfo Using built-in specs. Configured with: FreeBSD/amd64 system compiler Thread model: posix gcc version 3.4.4 [FreeBSD] 20050518 /usr/libexec/cc1 -quiet -v -D_LONGLONG tgetentloop.c -quiet -dumpbase tgetentloop.c -auxbase tgetentloop -version -o /var/tmp//ccdB95Tg.s ignoring duplicate directory "/usr/include" #include "..." search starts here: #include <...> search starts here: /usr/include End of search list. GNU C version 3.4.4 [FreeBSD] 20050518 (amd64-undermydesk-freebsd) compiled by GNU C version 3.4.4 [FreeBSD] 20050518. GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096 /usr/bin/as -V -Qy -o /var/tmp//ccQbQvZT.o /var/tmp//ccdB95Tg.s GNU assembler version 2.15 [FreeBSD] 2004-05-23 (x86_64-obrien-freebsd) using BFD version 2.15 [FreeBSD] 2004-05-23 /usr/bin/ld -V -dynamic-linker /libexec/ld-elf.so.1 -o tgetentloop /usr/lib/crt1.o /usr/lib/crti.o /usr/lib/crtbegin.o -L/usr/lib /var/tmp//ccQbQvZT.o -ltinfo -lgcc -lc -lgcc /usr/lib/crtend.o /usr/lib/crtn.o GNU ld version 2.15 [FreeBSD] 2004-05-23 Supported emulations: elf_i386_fbsd elf_x86_64_fbsd >Description: This program demonstrates a large memory leak in tgetent: #include #include int main() { while (1) { tgetent(NULL, "vt100"); write(1, ".", 1); usleep(5000); } } Compile with this command: cc tgetentloop.c -o tgetentloop -ltinfo Run it and watch the memory size grow with "top". This leaks about 3 MB/sec on my amd64 system. 1,000 calls to tgetent consistently leak 9,660 KB, so about 10 KB/call. >How-To-Repeat: No, I don't need to call tgetent 200 times per second :), but this leak is actually affecting me in a significant way. I have a FreeBSD server where many users run long-running programs from within GNU screen version 4.0.2. Every time they attach to their GNU screen session, tgetent() gets called (several times per reattach, I believe). I've been keeping daily process memory usage stats for a couple years on this server. The last time I restarted my screen (which is painful, requiring me to restart all the programs inside it) was December 6, 2005; on that day my screen was using 6,088 KB. On June 15, 2006 that same screen process was using 83,456 KB. This was one of the major memory leaks that caused my system to run out of swap space a few months ago. Periodically my users have to restart their screen sessions to relinquish the leaked memory. I studied the problem for a few hours using ccmalloc to catch memory leaks in screen, and I don't think this is the only memory leak in GNU screen, but it is by far the most serious. >Fix: The bug exists in the ncurses version 5.2-20020615 code that ships with FreeBSD 6.1-RELEASE. The leak seems to be almost entirely fixed in ncurses 5.5: 1) Install ncurses 5.5 from /usr/ports/devel/ncurses 2) Link above program with it using this command: cc tgetentloop.c -o tgetentloop -static -L/usr/local/lib -ltinfo 3) Run tgetentloop and observe that it only grows 4 KB/sec on amd64 instead of 3 MB/sec as with the stock FreeBSD libtinfo. So there's still a really tiny leak somewhere in there, sigh. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Thu Jun 15 09:40:21 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6069816A474 for ; Thu, 15 Jun 2006 09:40:21 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 166E243D46 for ; Thu, 15 Jun 2006 09:40:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5F9eKVQ093139 for ; Thu, 15 Jun 2006 09:40:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5F9eK2p093137; Thu, 15 Jun 2006 09:40:20 GMT (envelope-from gnats) Date: Thu, 15 Jun 2006 09:40:20 GMT Message-Id: <200606150940.k5F9eK2p093137@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Matt Cc: Subject: Re: gnu/98975: ncurses: tgetent leaks nearly 10 KB of memory every time it is called X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Matt List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jun 2006 09:40:21 -0000 The following reply was made to PR gnu/98975; it has been noted by GNATS. From: Matt To: bug-followup@FreeBSD.org Cc: Subject: Re: gnu/98975: ncurses: tgetent leaks nearly 10 KB of memory every time it is called Date: Thu, 15 Jun 2006 02:37:53 -0700 Argh, sorry, I didn't realize that I needed to insert hard returns to wrap my paragraphs properly, even though that's documented in the bug submission procedure. I would be happy to resubmit if that would be preferable, please let me know. Matt From owner-freebsd-bugs@FreeBSD.ORG Thu Jun 15 11:30:26 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 906A716A481 for ; Thu, 15 Jun 2006 11:30:26 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B4E4243D48 for ; Thu, 15 Jun 2006 11:30:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5FBUHV8098656 for ; Thu, 15 Jun 2006 11:30:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5FBUHpZ098653; Thu, 15 Jun 2006 11:30:17 GMT (envelope-from gnats) Resent-Date: Thu, 15 Jun 2006 11:30:17 GMT Resent-Message-Id: <200606151130.k5FBUHpZ098653@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, Nicholas von Waltsleben Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 458A016A474 for ; Thu, 15 Jun 2006 11:23:43 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FD8343D46 for ; Thu, 15 Jun 2006 11:23:43 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k5FBNgGN037039 for ; Thu, 15 Jun 2006 11:23:42 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k5FBNgCe037038; Thu, 15 Jun 2006 11:23:42 GMT (envelope-from nobody) Message-Id: <200606151123.k5FBNgCe037038@www.freebsd.org> Date: Thu, 15 Jun 2006 11:23:42 GMT From: Nicholas von Waltsleben To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: bin/98978: ipfilter drops OOW packets under 6.1-Release X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jun 2006 11:30:26 -0000 >Number: 98978 >Category: bin >Synopsis: ipfilter drops OOW packets under 6.1-Release >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Jun 15 11:30:16 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Nicholas von Waltsleben >Release: 6.1 >Organization: Korbitec >Environment: FreeBSD 6.1-RELEASE-p1 FreeBSD 6.1-RELEASE-p1 #0: Wed Jun 14 09:24:56 SAST 2006 root@:/usr/obj/usr/src/sys/CUSTOM i386 >Description: ipfilter blocks OOW packets even though a connection has been established with a keep state rule. ipfstat -ni @17 pass in quick on em0 proto tcp from any to 196.7.156.157/32 port = http flags S/FSRPAU keep state group 1 ipmon -oI 14/06/2006 16:17:36.157851 em0 @1:20 b 192.96.88.227,1904 -> 196.7.156.157,80 PR tcp len 20 44 -S IN OOW >How-To-Repeat: >Fix: Don't make stateful rules. ie pass in quick on fxp0 proto tcp from any to 10.10.10.10 port = 80 .. .. pass out quick on fxp0 proto tcp from 10.10.10.10 port = 80 to any >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Thu Jun 15 12:29:14 2006 Return-Path: X-Original-To: freebsd-bugs@freebsd.org Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E77B816A41A for ; Thu, 15 Jun 2006 12:29:14 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11B6343D45 for ; Thu, 15 Jun 2006 12:29:11 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.pc (host5.bedc.ondsl.gr [62.103.39.229]) (authenticated bits=128) by igloo.linux.gr (8.13.6/8.13.6/Debian-1) with ESMTP id k5FCSluI003358 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 15 Jun 2006 15:28:53 +0300 Received: from gothmog.pc (gothmog [127.0.0.1]) by gothmog.pc (8.13.6/8.13.6) with ESMTP id k5FCV3hX016936; Thu, 15 Jun 2006 15:31:03 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.pc (8.13.6/8.13.6/Submit) id k5FCUw7M016935; Thu, 15 Jun 2006 15:30:58 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) To: Matt References: <200606150940.k5F9eK2p093137@freefall.freebsd.org> From: Giorgos Keramidas Date: Thu, 15 Jun 2006 15:30:53 +0300 In-Reply-To: <200606150940.k5F9eK2p093137@freefall.freebsd.org> (Matt's message of "Thu, 15 Jun 2006 09:40:20 GMT") Message-ID: <86wtbimwhu.fsf@gothmog.pc> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-4.188, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.21, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: freebsd-bugs@freebsd.org Subject: Re: gnu/98975: ncurses: tgetent leaks nearly 10 KB of memory every time it is called X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jun 2006 12:29:15 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Thu, 15 Jun 2006 09:40:20 GMT, Matt wrote: > The following reply was made to PR gnu/98975; it has been noted by GNATS. > [...] > Argh, sorry, I didn't realize that I needed to insert hard > returns to wrap my paragraphs properly, even though that's > documented in the bug submission procedure. I would be happy to > resubmit if that would be preferable, please let me know. No problem. This should be fixed now. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFEkVMC1g+UGjGGA7YRAh6pAJ0R3Y/pwM/xacRVGK9oxdg3VW152wCfZRtJ +1sXBc4J6/OXcp35qJBlKCw= =OYeF -----END PGP SIGNATURE----- From owner-freebsd-bugs@FreeBSD.ORG Thu Jun 15 14:36:51 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B296F16A47A; Thu, 15 Jun 2006 14:36:51 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60B2543D45; Thu, 15 Jun 2006 14:36:51 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from freefall.freebsd.org (glebius@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5FEapcS010309; Thu, 15 Jun 2006 14:36:51 GMT (envelope-from glebius@freefall.freebsd.org) Received: (from glebius@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5FEanUA010305; Thu, 15 Jun 2006 14:36:49 GMT (envelope-from glebius) Date: Thu, 15 Jun 2006 14:36:49 GMT From: Gleb Smirnoff Message-Id: <200606151436.k5FEanUA010305@freefall.freebsd.org> To: freebsd-bugs@mikhailov.org, glebius@FreeBSD.org, freebsd-bugs@FreeBSD.org, glebius@FreeBSD.org Cc: Subject: Re: kern/68351: [bge] bge0 watchdog timeout on 5.2.1 and -current, 5.1 is ok X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jun 2006 14:36:51 -0000 Synopsis: [bge] bge0 watchdog timeout on 5.2.1 and -current, 5.1 is ok State-Changed-From-To: open->feedback State-Changed-By: glebius State-Changed-When: Thu Jun 15 14:32:01 UTC 2006 State-Changed-Why: I've committed a patch to HEAD and a diff for RELENG_6 is filed inside the PR. Now we need submitter to confirm that the bug is fixed. Responsible-Changed-From-To: freebsd-bugs->glebius Responsible-Changed-By: glebius Responsible-Changed-When: Thu Jun 15 14:32:01 UTC 2006 Responsible-Changed-Why: I've committed a patch to HEAD and a diff for RELENG_6 is filed inside the PR. Now we need submitter to confirm that the bug is fixed. http://www.freebsd.org/cgi/query-pr.cgi?pr=68351 From owner-freebsd-bugs@FreeBSD.ORG Thu Jun 15 20:45:17 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 64B9316A47B; Thu, 15 Jun 2006 20:45:17 +0000 (UTC) (envelope-from anray@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 095F843D49; Thu, 15 Jun 2006 20:45:17 +0000 (GMT) (envelope-from anray@FreeBSD.org) Received: from freefall.freebsd.org (anray@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5FKjGoV032230; Thu, 15 Jun 2006 20:45:16 GMT (envelope-from anray@freefall.freebsd.org) Received: (from anray@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5FKjGEi032226; Thu, 15 Jun 2006 20:45:16 GMT (envelope-from anray) Date: Thu, 15 Jun 2006 20:45:16 GMT From: Andrey Slusar Message-Id: <200606152045.k5FKjGEi032226@freefall.freebsd.org> To: dickey@his.com, anray@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: ports/97262: devel/cdialog port is old X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jun 2006 20:45:17 -0000 Synopsis: devel/cdialog port is old State-Changed-From-To: open->closed State-Changed-By: anray State-Changed-When: Thu Jun 15 20:45:16 UTC 2006 State-Changed-Why: Version 1.0.20060221 already in ports tree. http://www.freebsd.org/cgi/query-pr.cgi?pr=97262 From owner-freebsd-bugs@FreeBSD.ORG Thu Jun 15 21:01:11 2006 Return-Path: X-Original-To: freebsd-bugs@FreeBSD.org Delivered-To: freebsd-bugs@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D86116A47A; Thu, 15 Jun 2006 21:01:11 +0000 (UTC) (envelope-from dickey@his.com) Received: from smtp102.his.com (smtp102.his.com [216.194.225.125]) by mx1.FreeBSD.org (Postfix) with ESMTP id E01E043D45; Thu, 15 Jun 2006 21:01:10 +0000 (GMT) (envelope-from dickey@his.com) Received: from mail101.his.com (mail101.his.com [216.194.225.77]) by smtp102.his.com (8.13.6/8.13.3) with ESMTP id k5EKxrmZ041890; Wed, 14 Jun 2006 16:59:54 -0400 (EDT) (envelope-from dickey@his.com) Received: from mail101.his.com (localhost [127.0.0.1]) by mail101.his.com (8.13.6/8.13.3) with ESMTP id k5FL0rf2045451 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 15 Jun 2006 17:00:53 -0400 (EDT) (envelope-from dickey@his.com) Received: from localhost (dickey@localhost) by mail101.his.com (8.13.6/8.13.4/Submit) with ESMTP id k5FL0rIe045447; Thu, 15 Jun 2006 17:00:53 -0400 (EDT) (envelope-from dickey@his.com) X-Authentication-Warning: mail101.his.com: dickey owned process doing -bs Date: Thu, 15 Jun 2006 17:00:53 -0400 (EDT) From: Thomas Dickey To: Andrey Slusar In-Reply-To: <200606152045.k5FKjGEi032226@freefall.freebsd.org> Message-ID: <20060615165944.I42921@mail101.his.com> References: <200606152045.k5FKjGEi032226@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Spam-Status: No, score=-0.0 required=5.0 tests=SPF_PASS autolearn=disabled version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on smtp102.his.com X-Virus-Scanned: ClamAV 0.88.2/1541/Thu Jun 15 15:36:31 2006 on smtp102.his.com X-Virus-Status: Clean Cc: freebsd-bugs@FreeBSD.org Subject: Re: ports/97262: devel/cdialog port is old X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jun 2006 21:01:11 -0000 On Thu, 15 Jun 2006, Andrey Slusar wrote: > Synopsis: devel/cdialog port is old > > State-Changed-From-To: open->closed > State-Changed-By: anray > State-Changed-When: Thu Jun 15 20:45:16 UTC 2006 > State-Changed-Why: > Version 1.0.20060221 already in ports tree. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=97262 "already" is incorrect, since I see the change entry updated it more than a week after I made this report. -- Thomas E. Dickey http://invisible-island.net ftp://invisible-island.net From owner-freebsd-bugs@FreeBSD.ORG Fri Jun 16 02:16:49 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7FE0216A41A; Fri, 16 Jun 2006 02:16:49 +0000 (UTC) (envelope-from csjp@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47FCA43D49; Fri, 16 Jun 2006 02:16:49 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: from freefall.freebsd.org (csjp@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5G2GnIO052678; Fri, 16 Jun 2006 02:16:49 GMT (envelope-from csjp@freefall.freebsd.org) Received: (from csjp@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5G2Gm9k052674; Fri, 16 Jun 2006 02:16:48 GMT (envelope-from csjp) Date: Fri, 16 Jun 2006 02:16:48 GMT From: "Christian S.J. Peron" Message-Id: <200606160216.k5G2Gm9k052674@freefall.freebsd.org> To: cejkar@fit.vutbr.cz, csjp@FreeBSD.org, freebsd-bugs@FreeBSD.org, csjp@FreeBSD.org Cc: Subject: Re: kern/84823: [bpf] [patch] bpf in non-blocking mode is broken X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jun 2006 02:16:49 -0000 Synopsis: [bpf] [patch] bpf in non-blocking mode is broken State-Changed-From-To: open->analyzed State-Changed-By: csjp State-Changed-When: Fri Jun 16 02:15:36 UTC 2006 State-Changed-Why: I will take care of this one. I've been discussing this with the submitter offline. Also, I have been doing a lot of BPF work lately. Responsible-Changed-From-To: freebsd-bugs->csjp Responsible-Changed-By: csjp Responsible-Changed-When: Fri Jun 16 02:15:36 UTC 2006 Responsible-Changed-Why: I will take care of this one. I've been discussing this with the submitter offline. Also, I have been doing a lot of BPF work lately. http://www.freebsd.org/cgi/query-pr.cgi?pr=84823 From owner-freebsd-bugs@FreeBSD.ORG Fri Jun 16 05:00:55 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD8BC16A474 for ; Fri, 16 Jun 2006 05:00:55 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6331E43D45 for ; Fri, 16 Jun 2006 05:00:55 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5G50tbI066645 for ; Fri, 16 Jun 2006 05:00:55 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5G50trB066644; Fri, 16 Jun 2006 05:00:55 GMT (envelope-from gnats) Date: Fri, 16 Jun 2006 05:00:55 GMT Message-Id: <200606160500.k5G50trB066644@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Rostislav Krasny Cc: Subject: Re: kern/98460 : [kernel] [patch] fpu_clean_state() cannot be disabled for not AMD processors, those are not vulnerable to FreeBSD-SA-06:14.fpu X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Rostislav Krasny List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jun 2006 05:00:55 -0000 The following reply was made to PR kern/98460; it has been noted by GNATS. From: Rostislav Krasny To: Bruce Evans Cc: freebsd-gnats-submit@freebsd.org Subject: Re: kern/98460 : [kernel] [patch] fpu_clean_state() cannot be disabled for not AMD processors, those are not vulnerable to FreeBSD-SA-06:14.fpu Date: Fri, 16 Jun 2006 02:04:47 +0300 On Sat, 10 Jun 2006 11:26:20 +1000 (EST) Bruce Evans wrote: > On Fri, 9 Jun 2006, Rostislav Krasny wrote: > > > On Wed, 7 Jun 2006 12:09:10 +1000 (EST) > > Bruce Evans wrote: > > > >>> And then you want to call the fpu_clean_state() function conditionally, > >>> like in following example? > >>> > >>> if (cpu_fxsr & CPU_FXSR_NEEDCLEAN) > >>> fpu_clean_state(); > >> > >> Not quite like that. In my version there is no function call -- the code > >> is excecuted in the one place where it is needed, so there is no function > >> call overhead or possible branch prediction oferhead for the function call. > > > > Could you please explain in more detail how that can be done? > > Just do it. The easiest way is define the new function as inline. > This just works because the function is defined before it is used. > > [snipped] But you still check cpu_fxsr, so a branch misprediction on a good few CPUs is still possible. The only solution is a self-modified code with a direct jump. I made following userland example of such a code: #include #include #include void fu(int n) { mprotect(&&lab0, 1, PROT_READ|PROT_WRITE|PROT_EXEC); lab0: asm volatile (" \n\ .byte 0xE9; \n\ l0: .long 0x00000000 \n\ l1: bt $0,%%ax; \n\ jnc l2; \n\ movl $l4,%%eax; \n\ subl $l1,%%eax; \n\ movl %%eax,l0; \n\ movl $0,%%eax; \n\ jmp l4; \n\ l2: movl $l3,%%eax; \n\ subl $l1,%%eax; \n\ movl %%eax,l0; \n\ movl $0,%%eax; \n\ jmp l4; \n\ l3: addl $0x0A,%%eax; \n\ l4: \n\ " : "=a"(n) : "a"(n)); printf("%d\n", n); } int main(int argc, char *argv[]) { int n; if (argc > 1) n = atoi(argv[1]); fu(n); fu(n); fu(n); return 0; } For a demonstration purpose I made the fu() so that the first call of it will printf 0, to show when code modification is done. All further calls of fu() will print n or n+10, according to the first n. I think there should be no need in mprotect() in the kernel. That technique could be combined with an assembly version of fpu_clean_state() from following article. See the '"FXRSTOR-centric" method': http://security.freebsd.org/advisories/FreeBSD-SA-06:14-amd.txt That might be tricky, I know. But why one should pay a performance penalty because of a CPU he/she didn't buy? From owner-freebsd-bugs@FreeBSD.ORG Fri Jun 16 08:30:22 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C61716A47B for ; Fri, 16 Jun 2006 08:30:22 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A045E43D46 for ; Fri, 16 Jun 2006 08:30:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5G8ULj6079032 for ; Fri, 16 Jun 2006 08:30:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5G8ULkH079031; Fri, 16 Jun 2006 08:30:21 GMT (envelope-from gnats) Date: Fri, 16 Jun 2006 08:30:21 GMT Message-Id: <200606160830.k5G8ULkH079031@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Yar Tikhiy Cc: Subject: Re: kern/69663: ddb's panic comand can not dump X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Yar Tikhiy List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jun 2006 08:30:22 -0000 The following reply was made to PR kern/69663; it has been noted by GNATS. From: Yar Tikhiy To: bug-followup@FreeBSD.org, peter@holm.cc Cc: Yar Tikhiy Subject: Re: kern/69663: ddb's panic comand can not dump Date: Fri, 16 Jun 2006 12:28:23 +0400 The "panic" command works for me now. May this PR be closed? -- Yar From owner-freebsd-bugs@FreeBSD.ORG Fri Jun 16 10:10:31 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA4F716A479 for ; Fri, 16 Jun 2006 10:10:31 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B2D443D64 for ; Fri, 16 Jun 2006 10:10:25 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5GAAPQm085368 for ; Fri, 16 Jun 2006 10:10:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5GAAP4B085367; Fri, 16 Jun 2006 10:10:25 GMT (envelope-from gnats) Resent-Date: Fri, 16 Jun 2006 10:10:25 GMT Resent-Message-Id: <200606161010.k5GAAP4B085367@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, Fabian Keil Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7695116A47A for ; Fri, 16 Jun 2006 10:08:14 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFF2443D48 for ; Fri, 16 Jun 2006 10:08:13 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k5GA8DfG081041 for ; Fri, 16 Jun 2006 10:08:13 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k5GA8Df7081040; Fri, 16 Jun 2006 10:08:13 GMT (envelope-from nobody) Message-Id: <200606161008.k5GA8Df7081040@www.freebsd.org> Date: Fri, 16 Jun 2006 10:08:13 GMT From: Fabian Keil To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: kern/99017: [patch][ata] FreeBSD versions above 5.3 panic if atapi drives become unresponsive X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jun 2006 10:10:31 -0000 >Number: 99017 >Category: kern >Synopsis: [patch][ata] FreeBSD versions above 5.3 panic if atapi drives become unresponsive >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Jun 16 10:10:24 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Fabian Keil >Release: RELENG_6 >Organization: >Environment: FreeBSD TP51.local 6.1-STABLE FreeBSD 6.1-STABLE #44: Fri Jun 9 20:00:13 CEST 2006 fk@TP51.local:/usr/obj/usr/src/sys/THINKPAD i386 >Description: As reported several times on the mailing lists, FreeBSD version above 5.3 panic if atapi drives become unresponsive. Quoting an older mailing list message: I own a Plextor PlexWriter Premium, the drive has a buggy firmware which crashes if you try to burn multi session in SAO mode. On FreeBSD 5.2 and 5.3 the drive "just" disappears from the bus: root@datenspeicher.localhost atacontrol list ATA channel 0: Master: ad0 ATA/ATAPI rev 4 Slave: ad1 ATA/ATAPI rev 5 ATA channel 1: Master: no device present Slave: acd0 ATA/ATAPI rev 0 root@datenspeicher.localhost cdrecord dev=1,1,0 -dao -multi -dummy tsize=100000s /dev/random Cdrecord 2.00.3 (i386-unknown-freebsd5.2) Copyright (C) 1995-2002 Jörg Schilling scsidev: '1,1,0' scsibus: 1 target: 1 lun: 0 Using libscg version 'schily-0.7' Device type : Removable CD-ROM Version : 0 Response Format: 1 Vendor_info : 'PLEXTOR ' Identifikation : 'CD-R PREMIUM ' Revision : '1.05' Device seems to be: Generic mmc CD-RW. Using generic SCSI-3/mmc CD-R driver (mmc_cdr). Driver flags : MMC-3 SWABAUDIO BURNFREE VARIREC Supported modes: TAO PACKET SAO SAO/R96P SAO/R96R RAW/R16 RAW/R96P RAW/R96R Starting to write CD/DVD at speed 52 in dummy SAO mode for multi session. Last chance to quit, starting dummy write 0 seconds. Operation starts. [a long time nothing ] ^C[after doing atacontrol reinit 1 on another shell:]cdrecord: Caught interrupt. root@datenspeicher.localhost atacontrol list ATA channel 0: Master: ad0 ATA/ATAPI rev 4 Slave: ad1 ATA/ATAPI rev 5 ATA channel 1: Master: no device present Slave: no device present On FreeBSD 6.0-BETA2 a panic is caused: fk@africanqueen ~ $atacontrol list ATA channel 0: Master: acd0 ATA/ATAPI revision 5 Slave: ad1 ATA/ATAPI revision 5 ATA channel 1: Master: acd1 ATA/ATAPI revision 0 Slave: acd2 ATA/ATAPI revision 0 ATA channel 2: Master: ad4 ATA/ATAPI revision 6 Slave: no device present ATA channel 3: Master: no device present Slave: no device present fk@africanqueen ~ $cdrecord dev=1,1,0 -sao -multi -dummy tsize=1s -v /dev/random Cdrecord-Clone 2.01.01a03 (i386-unknown-freebsd6.0) Copyright (C) 1995-2005 Jörg Schilling TOC Type: 3 = CD-ROM XA mode 2 cdrecord: Operation not permitted. WARNING: Cannot do mlockall(2). cdrecord: WARNING: This causes a high risk for buffer underruns. scsidev: '1,1,0' scsibus: 1 target: 1 lun: 0 Using libscg version 'schily-0.8'. SCSI buffer size: 64512 atapi: 0 Device type : Removable CD-ROM Version : 0 Response Format: 1 Vendor_info : 'PLEXTOR ' Identifikation : 'CD-R PREMIUM ' Revision : '1.05' Device seems to be: Generic mmc CD-RW. Current: 0x0009 Profile: 0x0008 Profile: 0x0009 (current) Profile: 0x000A Using generic SCSI-3/mmc CD-R/CD-RW driver (mmc_cdr). Driver flags : MMC-3 SWABAUDIO BURNFREE VARIREC GIGAREC FORCESPEED SPEEDREAD SINGLESESSION HIDECDR Supported modes: TAO PACKET SAO SAO/R96P SAO/R96R RAW/R16 RAW/R96P RAW/R96R Drive buf size : 4802784 = 4690 KB Drive DMA Speed: 27687 kB/s 157x CD 19x DVD FIFO size : 4194304 = 4096 KB Track 01: data 0 MB padsize: 598 KB Total size: 0 MB (00:04.00) = 300 sectors Lout start: 1 MB (00:06/00) = 300 sectors Current Secsize: 2048 ATIP info from disk: Indicated writing power: 4 Is not unrestricted Is not erasable Disk sub type: Medium Type A, low Beta category (A-) (2) ATIP start of lead in: -12508 (97:15/17) ATIP start of lead out: 359845 (79:59/70) Disk type: Short strategy type (Phthalocyanine or similar) Manuf. index: 22 Manufacturer: Ritek Co. Single session is OFF. Hide CDR is OFF. Speed-Read is OFF. GigaRec is off. Blocks total: 359845 Blocks current: 359845 Blocks remaining: 359545 Forcespeed is OFF. Power-Rec is ON. Power-Rec write speed: 52x (recommended) Starting to write CD/DVD at speed 52 in dummy SAO mode for multi session. Last chance to quit, starting dummy write 0 seconds. Operation starts. Waiting for reader process to fill input buffer ... input buffer ready. BURN-Free is OFF. Sending CUE sheet... Writing pregap for track 1 at -150 [Panic after a few minutes] Fatal trap 12: page fault while in kernel mode cpuid = 0; apic id = 00 fault virtual address = 0x3b0 fault code = supervisor read, page not present instruction pointer = 0x20:0xc046f132 stack pointer = 0x28:0xd44b0cc8 frame pointer = 0x28:0xd44b0cd8 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = interrupt enabled, resume, IOPL = 0 current process = 2 (g_event) panic: from debugger cpuid = 0 Uptime: 22m47s Dumping 511 MB (2 chunks) chunk 0: 1MB (158 pages) ... ok chunk 1: 511MB (130800 pages) 495 479 463 447 431 415 399 383 367 351 335 319 303 287 271 255 239 2 23 207 191 175 159 143 127 111 95 79 63 47 31 15 #0 doadump () at pcpu.h:165 165 pcpu.h: No such file or directory. in pcpu.h (kgdb) where #0 doadump () at pcpu.h:165 #1 0xc04f4154 in boot (howto=260) at /usr/src/sys/kern/kern_shutdown.c:397 #2 0xc04f4469 in panic (fmt=0xc066ff84 "from debugger") at /usr/src/sys/kern/kern_shutdown.c:553 #3 0xc044e3d9 in db_panic (addr=-1069092558, have_addr=0, count=-1, modif=0xd44b0aec "") at /usr/src/sys/ddb/db_command.c:435 #4 0xc044e370 in db_command (last_cmdp=0xc06d97e4, cmd_table=0x0, aux_cmd_tablep=0xc06a37cc, aux_cmd_tablep_end=0xc06a37d0) at /usr/src/sys/ddb/db_command.c:349 #5 0xc044e438 in db_command_loop () at /usr/src/sys/ddb/db_command.c:455 #6 0xc044ffd9 in db_trap (type=12, code=0) at /usr/src/sys/ddb/db_main.c:221 #7 0xc050c160 in kdb_trap (type=12, code=0, tf=0xd44b0c88) at /usr/src/sys/kern/subr_kdb.c:473 #8 0xc064b8d8 in trap_fatal (frame=0xd44b0c88, eva=944) at /usr/src/sys/i386/i386/trap.c:832 #9 0xc064b61f in trap_pfault (frame=0xd44b0c88, usermode=0, eva=944) at /usr/src/sys/i386/i386/trap.c:752 #10 0xc064b289 in trap (frame= {tf_fs = 8, tf_es = 40, tf_ds = 40, tf_edi = 0, tf_esi = 0, tf_ebp = -733279016, tf_isp = -7332 79052, tf_ebx = -1044868864, tf_edx = 4, tf_ecx = 1, tf_eax = 0, tf_trapno = 12, tf_err = 0, tf_eip = -1069092558, tf_cs = 32, tf_eflags = 590470, tf_esp = 6, tf_ss = -1044868864}) at /usr/src/sys/i386/i386/trap.c:442 #11 0xc063992a in calltrap () at /usr/src/sys/i386/i386/exception.s:139 #12 0x00000008 in ?? () #13 0x00000028 in ?? () #14 0x00000028 in ?? () #15 0x00000000 in ?? () #16 0x00000000 in ?? () #17 0xd44b0cd8 in ?? () #18 0xd44b0cb4 in ?? () #19 0xc1b89100 in ?? () #20 0x00000004 in ?? () #21 0x00000001 in ?? () #22 0x00000000 in ?? () #23 0x0000000c in ?? () #24 0x00000000 in ?? () #25 0xc046f132 in acd_geom_detach (arg=0xc1b89100, flag=0) at /usr/src/sys/dev/ata/atapi-cd.c:199 #26 0xc04bf9ef in one_event () at /usr/src/sys/geom/geom_event.c:198 #27 0xc04bfa79 in g_run_events () at /usr/src/sys/geom/geom_event.c:218 #28 0xc04c10dd in g_event_procbody () at /usr/src/sys/geom/geom_kern.c:141 #29 0xc04e1098 in fork_exit (callout=0xc04c1070 , arg=0x0, frame=0xd44b0d38) at /usr/src/sys/kern/kern_fork.c:789 #30 0xc063998c in fork_trampoline () at /usr/src/sys/i386/i386/exception.s:208 The problem is still present in todays RELENG_6. >How-To-Repeat: Let the firmware of an atapi drive crash. Similar panics have been reported with suspend/resume cycles on some laptops, but I never saw these myself and don't know if the patch will help there. >Fix: More of a work around than a real fix, but not running: g_wither_geom(cdp->gp, ENXIO) in atapi-cd.c if cdp is already NULL seems to be enough to keep the system stable. http://www.fabiankeil.de/sourcecode/freebsd/atapi-cd.c.patch >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Fri Jun 16 10:39:47 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 06FE616A479; Fri, 16 Jun 2006 10:39:47 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E81243D45; Fri, 16 Jun 2006 10:39:46 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from freefall.freebsd.org (yar@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5GAdkbx087641; Fri, 16 Jun 2006 10:39:46 GMT (envelope-from yar@freefall.freebsd.org) Received: (from yar@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5GAdkbs087637; Fri, 16 Jun 2006 10:39:46 GMT (envelope-from yar) Date: Fri, 16 Jun 2006 10:39:46 GMT From: Yar Tikhiy Message-Id: <200606161039.k5GAdkbs087637@freefall.freebsd.org> To: peter@holm.cc, yar@FreeBSD.org, freebsd-bugs@FreeBSD.org, yar@FreeBSD.org Cc: Subject: Re: kern/69663: ddb's panic comand can not dump X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jun 2006 10:39:47 -0000 Synopsis: ddb's panic comand can not dump State-Changed-From-To: open->closed State-Changed-By: yar State-Changed-When: Fri Jun 16 10:38:36 UTC 2006 State-Changed-Why: Peter says that this PR may be closed. Responsible-Changed-From-To: freebsd-bugs->yar Responsible-Changed-By: yar Responsible-Changed-When: Fri Jun 16 10:38:36 UTC 2006 Responsible-Changed-Why: Peter says that this PR may be closed. http://www.freebsd.org/cgi/query-pr.cgi?pr=69663 From owner-freebsd-bugs@FreeBSD.ORG Fri Jun 16 13:00:43 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E137116A47C for ; Fri, 16 Jun 2006 13:00:42 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B8F143D45 for ; Fri, 16 Jun 2006 13:00:42 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5GD0gDk098427 for ; Fri, 16 Jun 2006 13:00:42 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5GD0gOv098426; Fri, 16 Jun 2006 13:00:42 GMT (envelope-from gnats) Date: Fri, 16 Jun 2006 13:00:42 GMT Message-Id: <200606161300.k5GD0gOv098426@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Bruce Evans Cc: Subject: Re: kern/98460 : [kernel] [patch] fpu_clean_state() cannot be disabled for not AMD processors, those are not vulnerable to FreeBSD-SA-06:14.fpu X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Bruce Evans List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jun 2006 13:00:43 -0000 The following reply was made to PR kern/98460; it has been noted by GNATS. From: Bruce Evans To: Rostislav Krasny Cc: freebsd-gnats-submit@freebsd.org Subject: Re: kern/98460 : [kernel] [patch] fpu_clean_state() cannot be disabled for not AMD processors, those are not vulnerable to FreeBSD-SA-06:14.fpu Date: Fri, 16 Jun 2006 22:50:01 +1000 (EST) On Fri, 16 Jun 2006, Rostislav Krasny wrote: > On Sat, 10 Jun 2006 11:26:20 +1000 (EST) > Bruce Evans wrote: > >> On Fri, 9 Jun 2006, Rostislav Krasny wrote: >> >>> On Wed, 7 Jun 2006 12:09:10 +1000 (EST) >>> Bruce Evans wrote: >>>> [on avoiding some branches] >>> >>> Could you please explain in more detail how that can be done? >> >> Just do it. The easiest way is define the new function as inline. >> This just works because the function is defined before it is used. >> >> [snipped] > > But you still check cpu_fxsr, so a branch misprediction on a good few > CPUs is still possible. The only solution is a self-modified code with > a direct jump. I made following userland example of such a code: Why are we worrying about just this and not all the other branches on cpu_fxsr, not to mention all other branches in the kernel :-)? Note that there's another one on cpu_fxsr, in the critical path for npxdna(), in fpurstor(). There are also many branches and other unnecessary overheads in the trap handling before npxdna() is called. No one seems to be concerned about these. I sometimes worry about these, and prefer my original implementation of i387 DNA handling all in assembler. It takes 12 instructions with 1 branch where in my version of FreeBSD Xdna takes 124 instructions with 23 branches (46 instructions with 10 branches in npxdna()). I don't know how common branch misprediction is in npxdna() (or in Xdna or trap() or in trap handling generally), but guess it is quite common, and fairly common for syscalls too, since traps are not very common ind individual syscalls are not very common; thus the CPU is likely to have better things to do with memory cache and branch cache resources that caching traps or individual syscalls. But if something is so little used that it doesn't stay cached then unnecessarily using it is unlikely to make a significant difference to efficiency. > [Example of self-modifying code] > I think there should be no need in mprotect() in the kernel. That > technique could be combined with an assembly version of fpu_clean_state() > from following article. See the '"FXRSTOR-centric" method': I think Linux is doing this now (perhaps more with nulling out unecessary instructions). Trap handlers can be patched even more easily and efficiently by pointing their IDT entry at a machine-dependent optimal handler, but as mentioned above FreeBSD does almost the opposite of that (it pushes everything through trap()). > http://security.freebsd.org/advisories/FreeBSD-SA-06:14-amd.txt > > That might be tricky, I know. But why one should pay a performance > penalty because of a CPU he/she didn't buy? Because the penalty is (?) too small to measure. I would be interested in any measurement that shows otherwise, and generally in any method for measuring the cost of branches in code that should not be executed very often. I often do micro-benchmakers by putting sequences of instructions in a loop, but this doesn't work right for code that is not executed very often. I haven't looked at performance counter info fo a long time. Bruce From owner-freebsd-bugs@FreeBSD.ORG Fri Jun 16 15:31:10 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1550916A47E; Fri, 16 Jun 2006 15:31:10 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC90F43D46; Fri, 16 Jun 2006 15:31:09 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5GFV97j007845; Fri, 16 Jun 2006 15:31:09 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5GFV9bu007841; Fri, 16 Jun 2006 15:31:09 GMT (envelope-from linimon) Date: Fri, 16 Jun 2006 15:31:09 GMT From: Mark Linimon Message-Id: <200606161531.k5GFV9bu007841@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, sos@FreeBSD.org Cc: Subject: Re: kern/99017: [ata] [patch] FreeBSD versions above 5.3 panic if atapi drives become unresponsive X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jun 2006 15:31:10 -0000 Synopsis: [ata] [patch] FreeBSD versions above 5.3 panic if atapi drives become unresponsive Responsible-Changed-From-To: freebsd-bugs->sos Responsible-Changed-By: linimon Responsible-Changed-When: Fri Jun 16 15:30:53 UTC 2006 Responsible-Changed-Why: Over to maintainer for evaluation. http://www.freebsd.org/cgi/query-pr.cgi?pr=99017 From owner-freebsd-bugs@FreeBSD.ORG Fri Jun 16 15:40:26 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E2AC416A479 for ; Fri, 16 Jun 2006 15:40:25 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8736C43D6E for ; Fri, 16 Jun 2006 15:40:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5GFeHb3008352 for ; Fri, 16 Jun 2006 15:40:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5GFeHqJ008351; Fri, 16 Jun 2006 15:40:17 GMT (envelope-from gnats) Resent-Date: Fri, 16 Jun 2006 15:40:17 GMT Resent-Message-Id: <200606161540.k5GFeHqJ008351@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, Nate Karstens Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D89EB16A479 for ; Fri, 16 Jun 2006 15:36:40 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9881743D46 for ; Fri, 16 Jun 2006 15:36:40 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k5GFaenA011823 for ; Fri, 16 Jun 2006 15:36:40 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k5GFae9i011822; Fri, 16 Jun 2006 15:36:40 GMT (envelope-from nobody) Message-Id: <200606161536.k5GFae9i011822@www.freebsd.org> Date: Fri, 16 Jun 2006 15:36:40 GMT From: Nate Karstens To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: kern/99036: Long association time for 11b access points with atheros chipset on 6.1 kernel X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jun 2006 15:40:26 -0000 >Number: 99036 >Category: kern >Synopsis: Long association time for 11b access points with atheros chipset on 6.1 kernel >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Jun 16 15:40:16 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Nate Karstens >Release: 6.1 >Organization: Iowa State University >Environment: FreeBSD cryptic.localdomain 6.1-RELEASE FreeBSD 6.1-RELEASE #4: Fri Jun 9 2:43:38 CDT 2006 root@cryptic.localdomain:/usr/obj/usr/src/sys/ZV5000 i386 >Description: This is an update of a problem previously submitted for a 6.1-BETA release and also reported in the following mailing list: http://lists.freebsd.org/pipermail/freebsd-stable/2006-February/022860.html The previous problem report (which seems to have disappeared?) listed the problem as only happening at Marriott hotels, which is less than helpful when trying to reproduce. As mentioned in the mailing list, the problem is that the atheros driver takes a long time to associate with 11b access points, but associates immediately with 11g access points. I recently upgrade from the 6.0 kernel (a clean install) and had had no problem with that kernel. The card associates quickly with both 11b and 11g access points in Windows. My card is a D-Link DWL-G650. I used the following command to initialize the card: > ifconfig ath0 ssid 126RNet channel 11 mode 11b After waiting until the state is "associated," I proceed with DHCP as normal and everything works fine. I have tried the ath_rate_sample, ath_rate_amrr, and ath_rate_onoe kernel modules; all have the same problem. I have read src/UPDATING and do not see an update listed. The computer I'm running it on is an HP ZV5000 (aka Compaq R3000); the atheros is attached via cardbus. Thank you for your help. >How-To-Repeat: Use an atheros card to connect to an 11b access point. >Fix: No direct fix known, but I suspect the patch will be simple, perhaps a driver rollback. I am willing to work with developers if they can give me a list of files devoted to the atheros driver. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Fri Jun 16 15:58:38 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 687FA16A47B; Fri, 16 Jun 2006 15:58:38 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13F5E43D45; Fri, 16 Jun 2006 15:58:38 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5GFwb4N009640; Fri, 16 Jun 2006 15:58:37 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5GFwbo4009636; Fri, 16 Jun 2006 15:58:37 GMT (envelope-from linimon) Date: Fri, 16 Jun 2006 15:58:37 GMT From: Mark Linimon Message-Id: <200606161558.k5GFwbo4009636@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, sam@FreeBSD.org Cc: Subject: Re: kern/99036: [ath] Long association time for 11b access points with atheros chipset on 6.1 kernel X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jun 2006 15:58:38 -0000 Synopsis: [ath] Long association time for 11b access points with atheros chipset on 6.1 kernel Responsible-Changed-From-To: freebsd-bugs->sam Responsible-Changed-By: linimon Responsible-Changed-When: Fri Jun 16 15:58:20 UTC 2006 Responsible-Changed-Why: Let's see is sam can give some advice on this one. http://www.freebsd.org/cgi/query-pr.cgi?pr=99036 From owner-freebsd-bugs@FreeBSD.ORG Fri Jun 16 19:05:37 2006 Return-Path: X-Original-To: bugs@freebsd.org Delivered-To: freebsd-bugs@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D312A16A47C for ; Fri, 16 Jun 2006 19:05:37 +0000 (UTC) (envelope-from nobody@server3.c-4.us) Received: from server3.c-4.us (8a.b2.5d45.static.theplanet.com [69.93.178.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3822643D49 for ; Fri, 16 Jun 2006 19:05:37 +0000 (GMT) (envelope-from nobody@server3.c-4.us) Received: from nobody by server3.c-4.us with local (Exim 4.52) id 1FrJdR-0004zI-0g for bugs@freebsd.org; Fri, 16 Jun 2006 15:05:37 -0400 To: bugs@freebsd.org From: PayPal Message-Id: <1130384585.13653@paypal.com> Content-Transfer-Encoding: 8bit Date: Fri, 16 Jun 2006 15:05:37 -0400 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - server3.c-4.us X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [99 99] / [47 12] X-AntiAbuse: Sender Address Domain - server3.c-4.us X-Source: X-Source-Args: X-Source-Dir: MIME-Version: 1.0 Content-Type: text/plain X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Account Review Necessity. X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jun 2006 19:05:37 -0000 Protect Your Account Info Make sure you never provide your password to fraudulent websites. PayPal will never ask you to enter your password in an email. For more information on protecting yourself from fraud, please review our Security Tips at https://www.paypal.com/us/securitytips http://www.warp-heals.com/catalog/images/www.paypal.com-US/Pay/index.h tmlpp.htm Notice Of Account Review Necessity _________________________________________________________________ It has come to our attention that your PayPal account has been accessed by a third party, meaning that an unauthorized person has logged into your account. We require that you log-in to your account and update your billing information and security questions, so that further third party access can be prevented. Failure to update your billing information and security questions before 25th of June may result in suspension of your account. To proceed in updating your billing information and security questions, please click on the following link: [1]https://www.paypal.com/us/cgi-bin/webscr?cmd=_login-update&login_ac cess=1142486462 Updating your billing information and security questions will prevent unauthorized third party access, and possibly unauthorized purchases. We thank you for your participation in updating your account. Sincerely, The PayPal Team _________________________________________________________________ Please do not reply to this email. This mailbox is not monitored and you will not receive a response. For assistance, [2]log in to your PayPal account and choose the Help link located in the top right corner of any PayPal page. PayPal Email-ID 034415 References Visible links 1. http://www.warp-heals.com/catalog/images/www.paypal.com-US/Pay/index.html 2. http://www.warp-heals.com/catalog/images/www.paypal.com-US/Pay/index.html Hidden links: 3. http://www.warp-heals.com/catalog/images/www.paypal.com-US/Pay/index.html 4. http://www.warp-heals.com/catalog/images/www.paypal.com-US/Pay/ From owner-freebsd-bugs@FreeBSD.ORG Fri Jun 16 22:20:20 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A5DBF16A479 for ; Fri, 16 Jun 2006 22:20:20 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E380543D48 for ; Fri, 16 Jun 2006 22:20:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5GMKJ0j033903 for ; Fri, 16 Jun 2006 22:20:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5GMKJPN033902; Fri, 16 Jun 2006 22:20:19 GMT (envelope-from gnats) Resent-Date: Fri, 16 Jun 2006 22:20:19 GMT Resent-Message-Id: <200606162220.k5GMKJPN033902@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Pedro Alejandro López-Valencia Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F409216A474 for ; Fri, 16 Jun 2006 22:13:41 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5EDB43D66 for ; Fri, 16 Jun 2006 22:13:34 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k5GMDYV4052008 for ; Fri, 16 Jun 2006 22:13:34 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k5GMDY61052006; Fri, 16 Jun 2006 22:13:34 GMT (envelope-from nobody) Message-Id: <200606162213.k5GMDY61052006@www.freebsd.org> Date: Fri, 16 Jun 2006 22:13:34 GMT From: Pedro Alejandro López-Valencia To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: kern/99064: ste driver does not support IC Plus IP100A chipsets X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jun 2006 22:20:20 -0000 >Number: 99064 >Category: kern >Synopsis: ste driver does not support IC Plus IP100A chipsets >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 Jun 16 22:20:19 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Pedro Alejandro López-Valencia >Release: 6.1-RELEASE >Organization: >Environment: FreeBSD fanelia.lan 6.1-RELEASE FreeBSD 6.1-RELEASE #1: Thu Jun 15 14:12:33 COT 2006 root@:/usr/obj/usr/src/sys/LOCAL i386 >Description: IC Plus Corp. owns the Sundance Tech ehternet chipset business since 2004. The IP100A chipset has appeared in several inexpensive network cards by D-Link and Encore (I bought one of each last week, lucky me) and as the chipset of integrated network interfaces of latest model mainboards manufactured by ABIT, ASUS and Nvidia. The chipset manufacturer supplies its own version of the ste driver (), but it is based on 4.x code. I would like to see the fix (which is trivial as seen in the patch below) integrated in FreeBSD. Please notice that, as seen in the vendor's website mentioned above, the ST201 chipset is now known as the IC Plus Corp. IP100 chipset. >How-To-Repeat: Install PCI ehternet card or use mainboard with integrated ehternet chipset (e.g, ABIT KU8/KV8//AX8/NF7-S2, ASUS P4B266/P5GD1-VM, etc.). It isn't recognized by any network driver in the distributed GENERIC nor SMP kernels. >Fix: *** if_ste.c 2006/06/15 22:41:48 1.1 --- if_ste.c 2006/06/15 22:56:51 1.2 *************** *** 87,92 **** --- 87,93 ---- static struct ste_type ste_devs[] = { { ST_VENDORID, ST_DEVICEID_ST201, "Sundance ST201 10/100BaseTX" }, { DL_VENDORID, DL_DEVICEID_DL10050, "D-Link DL10050 10/100BaseTX" }, + { IC_VENDORID, IC_DEVICEID_IP100A, "IC Plus Corp. IP100A 10/100BaseTX" }, { 0, 0, NULL } }; *** if_stereg.h 2006/06/15 22:41:48 1.1 --- if_stereg.h 2006/06/15 23:05:49 1.2 *************** *** 46,51 **** --- 46,58 ---- #define DL_DEVICEID_DL10050 0x1002 /* + * IC Plus Corp. PCI device/vendor ID for the + * IP100A chip. + */ + #define IC_VENDORID 0x13F0 + #define IC_DEVICEID_IP100A 0x0200 + + /* * Register definitions for the Sundance Technologies ST201 PCI * fast ethernet controller. The register space is 128 bytes long and * can be accessed using either PCI I/O space or PCI memory mapping. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sat Jun 17 00:29:57 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3186916A47B; Sat, 17 Jun 2006 00:29:57 +0000 (UTC) (envelope-from rodrigc@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E513B43D49; Sat, 17 Jun 2006 00:29:56 +0000 (GMT) (envelope-from rodrigc@FreeBSD.org) Received: from freefall.freebsd.org (rodrigc@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5H0Tu0k040572; Sat, 17 Jun 2006 00:29:56 GMT (envelope-from rodrigc@freefall.freebsd.org) Received: (from rodrigc@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5H0Tsf0040568; Sat, 17 Jun 2006 00:29:54 GMT (envelope-from rodrigc) Date: Sat, 17 Jun 2006 00:29:54 GMT From: Craig Rodrigues Message-Id: <200606170029.k5H0Tsf0040568@freefall.freebsd.org> To: jm+freebsd-pr@ns.sol.net, rodrigc@FreeBSD.org, freebsd-bugs@FreeBSD.org, kib@FreeBSD.org Cc: Subject: Re: kern/98749: [nfs] NFS and QUOTA are bad bedfellows X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Jun 2006 00:29:57 -0000 Synopsis: [nfs] NFS and QUOTA are bad bedfellows State-Changed-From-To: suspended->feedback State-Changed-By: rodrigc State-Changed-When: Sat Jun 17 00:26:46 UTC 2006 State-Changed-Why: Hi, Can you try the patches mentioned at: http://lists.freebsd.org/pipermail/cvs-src/2006-June/065125.html These were committed by Konstantin into the RELENG_6 branch and HEAD. Responsible-Changed-From-To: freebsd-bugs->kib Responsible-Changed-By: rodrigc Responsible-Changed-When: Sat Jun 17 00:26:46 UTC 2006 Responsible-Changed-Why: Hi, Can you try the patches mentioned at: http://lists.freebsd.org/pipermail/cvs-src/2006-June/065125.html These were committed by Konstantin into the RELENG_6 branch and HEAD. http://www.freebsd.org/cgi/query-pr.cgi?pr=98749 From owner-freebsd-bugs@FreeBSD.ORG Sat Jun 17 01:20:23 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F32AA16A47B for ; Sat, 17 Jun 2006 01:20:22 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4031743D48 for ; Sat, 17 Jun 2006 01:20:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5H1KMYW043109 for ; Sat, 17 Jun 2006 01:20:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5H1KMkl043108; Sat, 17 Jun 2006 01:20:22 GMT (envelope-from gnats) Resent-Date: Sat, 17 Jun 2006 01:20:22 GMT Resent-Message-Id: <200606170120.k5H1KMkl043108@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, Federico Ignacio Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E07A516A474 for ; Sat, 17 Jun 2006 01:10:19 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5723043D45 for ; Sat, 17 Jun 2006 01:10:19 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k5H1AJOX096293 for ; Sat, 17 Jun 2006 01:10:19 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k5H1AI6Z096291; Sat, 17 Jun 2006 01:10:18 GMT (envelope-from nobody) Message-Id: <200606170110.k5H1AI6Z096291@www.freebsd.org> Date: Sat, 17 Jun 2006 01:10:18 GMT From: Federico Ignacio To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: kern/99068: Linux emulator crashed by java, when calling ioctl(fd, SIOCGIFINDEX, ...) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Jun 2006 01:20:23 -0000 >Number: 99068 >Category: kern >Synopsis: Linux emulator crashed by java, when calling ioctl(fd,SIOCGIFINDEX,...) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Jun 17 01:20:21 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Federico Ignacio >Release: 6.1 >Organization: Nextel >Environment: FreeBSD freebsd.esepecesito.com.ar 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sun May 7 04:42:56 UTC 2006 root@opus.cse.buffalo.edu:/usr/obj/usr/src/sys/SMP i386 >Description: While trying to install Oracle 10g under Linux compatibility, the installer freezes. Really the problem seems to reside in the Java VM, or the linux emulation. In the system console and /var/log/messages I get: Jun 16 21:33:53 freebsd kernel: linux: pid 79295 (java): ioctl fd=21, cmd=0x8933 ('�',51) is not implemented I was surfing internet, and seems there are more java applications with the same problem. >How-To-Repeat: Install plain FreeBSD 6.1 with additional packages: unzip, linux_base and linux_devel. Of course set linux compatibility on. Install XFree86-libs-4.3.0-35.EL from "RedHat Enterprise Linux 3" (this is needed to get /usr/X11R6/lib/LibXp.so.6 initially missing) Download oracle 10g for Linux 32bit. Unpack with unzip, and run from user "oracle" "runInstaller" just pres "next" couple of times, and the screen freezes. >Fix: For what I can see, it seems that it fails calling: ioctl(fd,SIOCGIFINDEX,&if). I mean, 0x8933 is SIOCGIFINDEX in Linux (that's something i found -not 100% sure-), but get's incorrectly mapped in FreeBSD. SIOCGIFINDEX definition (after tracing trough .h files) is an OR from different things, including the size of a "struct ifreq" I guess this strcut size is different in Linux and BSD. *** from sys/sockio.h #define SIOCGIFINDEX _IOWR('i', 32, struct ifreq) /* get IF index */ from sys/ioccom.h #define _IOC(inout,group,num,len) \ ((unsigned long)(inout | ((len & IOCPARM_MASK) << 16) | ((group) << 8) | (num))) #define IOC_INOUT (IOC_IN|IOC_OUT) #define _IOWR(g,n,t) _IOC(IOC_INOUT, (g), (n), sizeof(t)) *** The solution may be implement a workaround in the /usr/src/sys/net/if.c ? although it would be really dirty. Or maybe making "ifreq" the same size that in Linux. There must be a better way... >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sat Jun 17 02:00:43 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C20E316A479 for ; Sat, 17 Jun 2006 02:00:43 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88B1A43D45 for ; Sat, 17 Jun 2006 02:00:43 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5H20hNg045311 for ; Sat, 17 Jun 2006 02:00:43 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5H20h9n045309; Sat, 17 Jun 2006 02:00:43 GMT (envelope-from gnats) Date: Sat, 17 Jun 2006 02:00:43 GMT Message-Id: <200606170200.k5H20h9n045309@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Rostislav Krasny Cc: Subject: Re: kern/98460 : [kernel] [patch] fpu_clean_state() cannot be disabled for not AMD processors, those are not vulnerable to FreeBSD-SA-06:14.fpu X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Rostislav Krasny List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Jun 2006 02:00:43 -0000 The following reply was made to PR kern/98460; it has been noted by GNATS. From: Rostislav Krasny To: Bruce Evans Cc: freebsd-gnats-submit@freebsd.org Subject: Re: kern/98460 : [kernel] [patch] fpu_clean_state() cannot be disabled for not AMD processors, those are not vulnerable to FreeBSD-SA-06:14.fpu Date: Sat, 17 Jun 2006 01:58:24 +0300 ... or even much shorter version: .byte 0xEB; \n\ /* short JMP */ l0: .byte 0x00; \n\ /* where to jump */ l1: bt $1,%%ax; \n\ /* CPU_FXSR_NEEDCLEAN bit */ jc l2; \n\ movb $(l5-l1),l0; \n\ jmp l5; \n\ l2: movb $(l3-l1),l0; \n\ l3: fnstsw %%ax; \n\ ffree %%st(7); \n\ bt $7,%%ax; \n\ jnc l4; \n\ fnclex; \n\ l4: fildl safe_address; \n\ l5: \n\ From owner-freebsd-bugs@FreeBSD.ORG Sat Jun 17 07:10:20 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D4AB16A47B for ; Sat, 17 Jun 2006 07:10:20 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD63843D67 for ; Sat, 17 Jun 2006 07:10:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5H7AJvD063599 for ; Sat, 17 Jun 2006 07:10:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5H7AJLf063598; Sat, 17 Jun 2006 07:10:19 GMT (envelope-from gnats) Date: Sat, 17 Jun 2006 07:10:19 GMT Message-Id: <200606170710.k5H7AJLf063598@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Bruce Evans Cc: Subject: Re: kern/98460 : [kernel] [patch] fpu_clean_state() cannot be disabled for not AMD processors, those are not vulnerable to FreeBSD-SA-06:14.fpu X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Bruce Evans List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Jun 2006 07:10:20 -0000 The following reply was made to PR kern/98460; it has been noted by GNATS. From: Bruce Evans To: Rostislav Krasny Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: kern/98460 : [kernel] [patch] fpu_clean_state() cannot be disabled for not AMD processors, those are not vulnerable to FreeBSD-SA-06:14.fpu Date: Sat, 17 Jun 2006 17:01:27 +1000 (EST) On Fri, 16 Jun 2006, Rostislav Krasny wrote: > On Fri, 16 Jun 2006 22:50:01 +1000 (EST) > Bruce Evans wrote: > >> Why are we worrying about just this and not all the other branches on >> cpu_fxsr, not to mention all other branches in the kernel :-)? > > I think it is a matter of principle. AMD saved few microcomands in > their incorrect implementation of two Pentium III instructions. And now > buyers if their processors are paying much more than those few > microcomands. No, the non-AMD users pay much less (unless the cost of branch prediction is very large). When I tried to measure the overhead for the fix, I found that fxsave+fxrstor takes almost twice as long on a P4(Xeon) as on an Athlon(XP,64). That's about 150 cycles longer IIRC. The fix costs only 14 cycles. These measurements were in microbenchmarks that loop (and in manuals that assume similar best-case setups). The extra 150 cycles is free if it is done in parallel with integer operations. npxdna() only does the fxrstor half and has limited parallelism, and I haven't measured how many of the extra 150/2 cycles are free (probably none). 14 cycles for the fix assumes no branch misprediction. 14 cycles is a lot from one point of view, but from a practical point of view it is the same as 0. Suppose that the kernel does 1000 context switches per second per CPU (too many for efficiency since it thrashes caches), and that an FPU switch occurs on all of these (it would normally be much less than that since half of all context switches are often to kernel threds (and half back), and many threads don't use the FPU. We then waste 14000 cycles per second + more for branch misprediction and other cache effects. At 2GHz 14000 cycles is a whole 7uS. > Why should buyers of processors from other manufacturers, > which implemented FXSAVE and FXRSTOR correctly, pay even a tiny bit of > their performance for nothing? Because they can't measure the difference? I think that unless you modify millions of branches, there is more to be gained from things like scheduling instructions so that high-latency instructions like fxrstor are started early, but the gains here are still relatively small and are better done by compliers and CPUs because the best scheduling is machine-dependent. Bruce From owner-freebsd-bugs@FreeBSD.ORG Sat Jun 17 09:20:20 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A10EA16A4DE for ; Sat, 17 Jun 2006 09:20:20 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B717143D96 for ; Sat, 17 Jun 2006 09:20:18 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5H9KIhC070585 for ; Sat, 17 Jun 2006 09:20:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5H9KIBA070584; Sat, 17 Jun 2006 09:20:18 GMT (envelope-from gnats) Date: Sat, 17 Jun 2006 09:20:18 GMT Message-Id: <200606170920.k5H9KIBA070584@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Oleg Bulyzhin Cc: Subject: Re: kern/98848 : [bge] BGE is recognized as 1000baseSX but is connected via 1000baseT X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Oleg Bulyzhin List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Jun 2006 09:20:20 -0000 The following reply was made to PR kern/98848; it has been noted by GNATS. From: Oleg Bulyzhin To: bug-followup@FreeBSD.org, jumper99@gmx.de Cc: Subject: Re: kern/98848 : [bge] BGE is recognized as 1000baseSX but is connected via 1000baseT Date: Sat, 17 Jun 2006 13:10:36 +0400 Could you please provide your dmesg.boot and pciconf -lv output. -- Oleg. From owner-freebsd-bugs@FreeBSD.ORG Sat Jun 17 10:00:50 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 92DB416A596 for ; Sat, 17 Jun 2006 10:00:50 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A24643D49 for ; Sat, 17 Jun 2006 10:00:50 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5HA0nmj073827 for ; Sat, 17 Jun 2006 10:00:49 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5HA0nlX073823; Sat, 17 Jun 2006 10:00:49 GMT (envelope-from gnats) Date: Sat, 17 Jun 2006 10:00:49 GMT Message-Id: <200606171000.k5HA0nlX073823@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Gerhard Schmidt Cc: Subject: Re: kern/93083: [firewire] Detach of Firewire Harddisk not recognied properly X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Gerhard Schmidt List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Jun 2006 10:00:50 -0000 The following reply was made to PR kern/93083; it has been noted by GNATS. From: Gerhard Schmidt To: Christopher Sean Hilton Cc: bug-followup@FreeBSD.org Subject: Re: kern/93083: [firewire] Detach of Firewire Harddisk not recognied properly Date: Sat, 17 Jun 2006 11:47:25 +0200 On Sun, Apr 09, 2006 at 10:18:28PM -0400, Christopher Sean Hilton wrote: > This appears to be "normal" behaviour for the firewire code in FreeBSD. > To convince a firewire drive to detach Initiate a firewire bus reset > with the fwcontrol command. To reset the bus use the -r command three > times in succession. It's a kludge but it works. > > # fwcontrol -r > # fwcontrol -r > # fwcontrol -r Not realy. It only works if you detach all firewire devices if you remove only one. and other are still remain the computer reboots shortly after the reset. But still it may work but its not the expected behaviour. I don't think its very handy to have to do manual resets wenn you detach a device. The firewire code gets the detach so why isn't there a test which device has been removed and an autodetach of the spezific device. Bye Estartu -------------------------------------------------------------------------- Gerhard Schmidt | Nick : estartu IRC : Estartu | PGP Public Key Fischbachweg 3 | | auf Anfrage/ 86856 Hiltenfingen | estartu@augusta.de | on request From owner-freebsd-bugs@FreeBSD.ORG Sat Jun 17 10:40:25 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B909716A479 for ; Sat, 17 Jun 2006 10:40:25 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8130043D46 for ; Sat, 17 Jun 2006 10:40:25 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5HAePka076730 for ; Sat, 17 Jun 2006 10:40:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5HAePBj076729; Sat, 17 Jun 2006 10:40:25 GMT (envelope-from gnats) Date: Sat, 17 Jun 2006 10:40:25 GMT Message-Id: <200606171040.k5HAePBj076729@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Rostislav Krasny Cc: Subject: Re: kern/98460 : [kernel] [patch] fpu_clean_state() cannot be disabled for not AMD processors, those are not vulnerable to FreeBSD-SA-06:14.fpu X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Rostislav Krasny List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Jun 2006 10:40:25 -0000 The following reply was made to PR kern/98460; it has been noted by GNATS. From: Rostislav Krasny To: Bruce Evans Cc: freebsd-gnats-submit@freebsd.org Subject: Re: kern/98460 : [kernel] [patch] fpu_clean_state() cannot be disabled for not AMD processors, those are not vulnerable to FreeBSD-SA-06:14.fpu Date: Fri, 16 Jun 2006 20:38:47 +0300 On Fri, 16 Jun 2006 22:50:01 +1000 (EST) Bruce Evans wrote: > Why are we worrying about just this and not all the other branches on > cpu_fxsr, not to mention all other branches in the kernel :-)? I think it is a matter of principle. AMD saved few microcomands in their incorrect implementation of two Pentium III instructions. And now buyers if their processors are paying much more than those few microcomands. Why should buyers of processors from other manufacturers, which implemented FXSAVE and FXRSTOR correctly, pay even a tiny bit of their performance for nothing? There is an assembly workaround, provided by AMD. Adding to it 10 more assembly instructions shouldn't be a hard work. It could looks like this: .byte 0xEB; \n\ /* short JMP */ l0: .byte 0x00; \n\ /* where to jump */ l1: bt $1,%%ax; \n\ /* CPU_FXSR_NEEDCLEAN bit */ jc l2; \n\ movl $l5,%%eax; \n\ subl $l1,%%eax; \n\ movb %%al,l0; \n\ jmp l5; \n\ l2: movl $l3,%%eax; \n\ subl $l1,%%eax; \n\ movb %%al,l0; \n\ l3: fnstsw %%ax; \n\ ffree %%st(7); \n\ bt $7,%%ax; \n\ jnc l4; \n\ fnclex; \n\ l4: fildl safe_address; \n\ l5: \n\ From owner-freebsd-bugs@FreeBSD.ORG Sat Jun 17 12:36:51 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 45FD516A47A; Sat, 17 Jun 2006 12:36:51 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D06F743D45; Sat, 17 Jun 2006 12:36:50 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from freefall.freebsd.org (maxim@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5HCao43083710; Sat, 17 Jun 2006 12:36:50 GMT (envelope-from maxim@freefall.freebsd.org) Received: (from maxim@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5HCao9R083705; Sat, 17 Jun 2006 12:36:50 GMT (envelope-from maxim) Date: Sat, 17 Jun 2006 12:36:50 GMT From: Maxim Konovalov Message-Id: <200606171236.k5HCao9R083705@freefall.freebsd.org> To: snow@teardrop.org, maxim@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: conf/96658: [patch] Missing variable in grep statement in 470.status-named X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Jun 2006 12:36:51 -0000 Synopsis: [patch] Missing variable in grep statement in 470.status-named State-Changed-From-To: patched->closed State-Changed-By: maxim State-Changed-When: Sat Jun 17 12:36:35 UTC 2006 State-Changed-Why: Merged to RELENG_6. http://www.freebsd.org/cgi/query-pr.cgi?pr=96658 From owner-freebsd-bugs@FreeBSD.ORG Sat Jun 17 18:03:47 2006 Return-Path: X-Original-To: freebsd-bugs@freebsd.org Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7BBDB16A47D for ; Sat, 17 Jun 2006 18:03:47 +0000 (UTC) (envelope-from johndkja@wadesnet.co.uk) Received: from nthkid084015.hkid.nt.adsl.ppp.infoweb.ne.jp (nthkid084015.hkid.nt.adsl.ppp.infoweb.ne.jp [222.159.155.15]) by mx1.FreeBSD.org (Postfix) with SMTP id 8E3A143D53 for ; Sat, 17 Jun 2006 18:03:42 +0000 (GMT) (envelope-from johndkja@wadesnet.co.uk) Received: from uk-mail-a.wadesnet.co.uk by nthkid084015.hkid.nt.adsl.ppp.infoweb.ne.jp (Postfix) with ESMTP id FAE5232FB7 for ; Sat, 17 Jun 2006 13:03:58 -0500 Received: from 32.221.185.18 by uk-mail-a.wadesnet.co.uk with ESMTP (Exim 4.05) id hRricDscIZFq for ; Sat, 17 Jun 2006 13:03:58 -0500 From: "Jesse" Message-ID: <6550535512.513525656059@wadesnet.co.uk> Date: Sat, 17 Jun 2006 13:03:58 -0500 To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Subject: Hardcore fueck at office X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Jesse Mcwilliams List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Jun 2006 18:03:47 -0000 "She has really nicze boobs!" said Lavuren. "Why don't you see how mince feel!" Branndie took a handfulg. "Let's see what they look like undker your clothibng!" "I've never done this with a coueple before," said Branddie. "Arje you sure you're okay with it?" http://prevues.fbshjbf345page.com/?tasksoon told high soon from week after, pak friend , mail type order after one? unique cool happy "soon ", about high they stop, >> capo face inside list some - to wish word. bye-bye Jesse Mcwilliams From owner-freebsd-bugs@FreeBSD.ORG Sat Jun 17 19:13:39 2006 Return-Path: X-Original-To: freebsd-bugs@freebsd.org Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C49C16A47C for ; Sat, 17 Jun 2006 19:13:39 +0000 (UTC) (envelope-from harumijj2000@yahoo.co.jp) Received: from freebsd.org (26.56.112.125.broad.jh.zj.dynamic.cndata.com [125.112.56.26]) by mx1.FreeBSD.org (Postfix) with SMTP id 8A3F643D46 for ; Sat, 17 Jun 2006 19:13:38 +0000 (GMT) (envelope-from harumijj2000@yahoo.co.jp) To: From: =?iso-2022-jp?B?GyRCJCokYSRHJEgkJiQ0JDYkJCReJDkbKEI=?= Date: Sat, 17 Jun 2006 21:24:12 +0900 Content-Transfer-Encoding: 7bit Message-Id: <20060617191338.8A3F643D46@mx1.FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-2022-jp" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: =?iso-2022-jp?b?ZnJlZWJzZC1idWdzGyRCTU0hWjpOTVEkTiQ0SnM5cCRHGyhC?= =?iso-2022-jp?b?GyRCJDkhWxsoQg==?= X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: harumijj2000@yahoo.co.jp List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Jun 2006 19:13:39 -0000 [1][title.jpg] $B(,!Z!!"#(B$BCmL\(B$B"#!!![(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(, (,(,(,(,(,(,(,(,(,(B $B"!(B$B!!@hF|$O$41~Jg$"$j$,$H$&$4$6$$$^$7$?!#(B $B"!!~(B$B!!Ev%0%k!<%W$K$F87A*$J$k?3::$N7k2L(B $B"!!~"!(B$B!!(Bfreebsd-bugs$BMM$K$*2q$$$7$?$$$H$$$&(B $B"!!~"!!~(B$B!!=w@-2q0wMM$,$$$i$C$7$c$$$^$9!#!!(B[2]http://sclass.cx/ c/entry.html $B"!!~"!!~"!(B$B!!K\F|!":NMQJs9pO"Mm$r:9$7>e$2$F$*$j$^$9$,(B $B"!!~"!!~"!!~(B$B!!$*Aj $B"!!~"!!~"!!~"!(B$B!!!X(B$BET9g$r9g$o$;$F$9$0$K$G$b$*2q$$$7$?$$(B$B!Y $H$$$&$*8@MU$r(B $B"!!~"!!~"!!~"!!~(B$B!!D:$$$F$*$j$^$9$N$GBg;j5^$4O"Mm$r$7$F$/$@$5$$!# (B $B(,!Z!!(B[3]http://sclass.cx/c/entry.html$B!!![(,(,(,(,(,(,(,(,(,(,(, (,(,(,(,(,(,(,(,(,(,(B $B!&!D(,(,"!!!(B$B$4O"MmJ}K!(B$B!!"!(,(,!D!&(B $B""!!:#2s$*2q$$$7$?$$$H$*$C$7$c$C$F$$$?$@$$$?(B $B""!!=w@-2q0wMM$H$NO"MmJ}K!$O4JC1$G$9!#(B $B""!!(B[4]http://sclass.cx/c/entry.html$B!!$h$j%"%/%;%9$7$F$$$?$@$$$F (B $B""!!!Z!!O"Mm%U%)!<%`!!![$h$j$4O"Mm$7$F$/$@$5$$!#(B $B"#(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(, (,(,""(B $B(.(#(#(#!!>e5-$G$4@bL@$$$?$7$^$7$?%U%)!<%`$KF~NO$9$k$@$1$N4JC1A`:n$G $9$,(B $B(.(.(#(#!!$4ITL@$JE@$,$4$6$$$^$7$?$i%5%]!<%H%;%s%?!<$^$G$*Ld$$9g$o$; $/$@$5$$(B $B(.(.(.(#!!(B$B"c(B$B!!(B[5]http://sclass.cx/c/entry.html$B!!"d(B$B$K $4O"Mm$$$?$@$1$l$P$9$0$K$G$b(B $B(.(.(.(.!!:#2s!"(Bfreebsd-bugs$BMM$H$*2q$$$7$?$$$H8r:]4uK>$N=w@-2q0w MM$H$N(B $B(.(.(.(.!!!Z!!O"Mm $B"#(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(, (,(,""(B $B""!z(B$B$4MxMQ$K$D$$$F(B$B!z""(B $B(7(!(!F~2qNA!!!!(B$B#01_(B $B(7(!(!>R2pNA!!!!(B$B#01_(B $B(7(!(!B`2qNA!!!!(B$B#01_(B $B(-(B $B(1(,CK@-$K8B$jEPO?$+$iB`2q$^$GL5NA$G$4MxMQ$G$-$^$9!#(B $B!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!(B[6]http://sclass.cx/c/entry.html References 1. http://sclass.cx/c/entry.html 2. http://sclass.cx/c/entry.html 3. http://sclass.cx/c/entry.html 4. http://sclass.cx/c/entry.html 5. http://sclass.cx/c/entry.html 6. http://sclass.cx/c/entry.html From owner-freebsd-bugs@FreeBSD.ORG Sat Jun 17 21:40:21 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E811C16A47C for ; Sat, 17 Jun 2006 21:40:20 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A6AB143D46 for ; Sat, 17 Jun 2006 21:40:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5HLeK5Z016588 for ; Sat, 17 Jun 2006 21:40:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5HLeKSx016587; Sat, 17 Jun 2006 21:40:20 GMT (envelope-from gnats) Date: Sat, 17 Jun 2006 21:40:20 GMT Message-Id: <200606172140.k5HLeKSx016587@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Rostislav Krasny Cc: Subject: Re: kern/98460 : [kernel] [patch] fpu_clean_state() cannot be disabled for not AMD processors, those are not vulnerable to FreeBSD-SA-06:14.fpu X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Rostislav Krasny List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Jun 2006 21:40:21 -0000 The following reply was made to PR kern/98460; it has been noted by GNATS. From: Rostislav Krasny To: Bruce Evans Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: kern/98460 : [kernel] [patch] fpu_clean_state() cannot be disabled for not AMD processors, those are not vulnerable to FreeBSD-SA-06:14.fpu Date: Sun, 18 Jun 2006 00:31:55 +0300 On Sat, 17 Jun 2006 17:01:27 +1000 (EST) Bruce Evans wrote: > On Fri, 16 Jun 2006, Rostislav Krasny wrote: > > > On Fri, 16 Jun 2006 22:50:01 +1000 (EST) > > Bruce Evans wrote: > > > >> Why are we worrying about just this and not all the other branches on > >> cpu_fxsr, not to mention all other branches in the kernel :-)? > > > > I think it is a matter of principle. AMD saved few microcomands in > > their incorrect implementation of two Pentium III instructions. And now > > buyers if their processors are paying much more than those few > > microcomands. > > No, the non-AMD users pay much less (unless the cost of branch prediction > is very large). When I tried to measure the overhead for the fix, I found > that fxsave+fxrstor takes almost twice as long on a P4(Xeon) as on an > Athlon(XP,64). That's about 150 cycles longer IIRC. The fix costs only > 14 cycles. Yes, according to http://security.freebsd.org/advisories/FreeBSD-SA-06:14-amd.txt the "FXRSTOR-centric" method takes 14 cycles on AMD Opteron processor. That is the minimum which AMD users need to pay now. Non-AMD users have four options: 1. run the same instructions down the drain 2. test some flag 3. jump over these instructions 4. disable these instructions in the kernel build configuration Now, how much it will cost them: 1. same 14 cycles (?) 2. minimum 20 cycles on NetBurst or about 15 cycles on Pentium III http://www.intel.com/cd/ids/developer/asmo-na/eng/44010.htm?prn=Y plus 1 or 2 microcomands for BT or TEST instruction. 3. 1 microcomand for one direct JMP 4. nothing The last option has the best performance cost but kernel build options are unhandy. Implementation of the third option is simple. Why not to do it? Only one byte of the code will be self-modified. > These measurements were in microbenchmarks that loop (and in manuals > that assume similar best-case setups). The extra 150 cycles is free > if it is done in parallel with integer operations. npxdna() only does > the fxrstor half and has limited parallelism, and I haven't measured > how many of the extra 150/2 cycles are free (probably none). 14 cycles > for the fix assumes no branch misprediction. > > 14 cycles is a lot from one point of view, but from a practical point > of view it is the same as 0. Suppose that the kernel does 1000 context > switches per second per CPU (too many for efficiency since it thrashes > caches), and that an FPU switch occurs on all of these (it would > normally be much less than that since half of all context switches are > often to kernel threds (and half back), and many threads don't use the > FPU. We then waste 14000 cycles per second + more for branch misprediction > and other cache effects. At 2GHz 14000 cycles is a whole 7uS. How many cycles a context switch normally takes? About 1000 cycles? Then 14 - 20 additional cycles take 1.4% - 2% of the previous context switch time. Why to waste it? > > Why should buyers of processors from other manufacturers, > > which implemented FXSAVE and FXRSTOR correctly, pay even a tiny bit of > > their performance for nothing? > > Because they can't measure the difference? From a practical point of view that wastage could looks minor, but from a principle point of view it's not. By the way, how many cycles will be saved by converting the fpu_clean_state() function to an inline code? From owner-freebsd-bugs@FreeBSD.ORG Sat Jun 17 21:50:19 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A6E916A494 for ; Sat, 17 Jun 2006 21:50:19 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92EF143D5C for ; Sat, 17 Jun 2006 21:50:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5HLoFn3017076 for ; Sat, 17 Jun 2006 21:50:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5HLoF8j017075; Sat, 17 Jun 2006 21:50:15 GMT (envelope-from gnats) Resent-Date: Sat, 17 Jun 2006 21:50:15 GMT Resent-Message-Id: <200606172150.k5HLoF8j017075@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, Doug Poland Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA48816A47D for ; Sat, 17 Jun 2006 21:48:03 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 29ADD43D5A for ; Sat, 17 Jun 2006 21:48:03 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k5HLm0XC058428 for ; Sat, 17 Jun 2006 21:48:00 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k5HLm0Qe058425; Sat, 17 Jun 2006 21:48:00 GMT (envelope-from nobody) Message-Id: <200606172148.k5HLm0Qe058425@www.freebsd.org> Date: Sat, 17 Jun 2006 21:48:00 GMT From: Doug Poland To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: misc/99086: portupgrade incorrectly calculates upgrade time X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Jun 2006 21:50:19 -0000 >Number: 99086 >Category: misc >Synopsis: portupgrade incorrectly calculates upgrade time >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Jun 17 21:50:15 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Doug Poland >Release: 6.1-STABLE >Organization: >Environment: FreeBSD eden.polands.org 6.1-STABLE FreeBSD 6.1-STABLE #1: Tue May 16 10:47:58 CDT 2006 djp@ammon.polands.org:/usr/obj/usr/src/sys/GENERIC-UNP-4BSD i386 >Description: As you can see, this upgrade of OpenOffice.org-2.0 actually took over 27 hours on my PIII 700HMz i386 laptop ---> Upgrade of editors/openoffice.org-2.0 started at: Fri, 16 Jun 2006 13:09:31 -0500 ---> Upgrade of editors/openoffice.org-2.0 ended at: Sat, 17 Jun 2006 16:20:41 -0500 (consumed 03:11:10) >How-To-Repeat: upgrade a port that takes more than 24 hours to build. >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sat Jun 17 22:00:55 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 928EF16A492 for ; Sat, 17 Jun 2006 22:00:55 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E08C143D49 for ; Sat, 17 Jun 2006 22:00:46 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5HM0k97017651 for ; Sat, 17 Jun 2006 22:00:46 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5HM0kct017649; Sat, 17 Jun 2006 22:00:46 GMT (envelope-from gnats) Date: Sat, 17 Jun 2006 22:00:46 GMT Message-Id: <200606172200.k5HM0kct017649@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Matt Cc: Subject: Re: gnu/98975: ncurses: tgetent leaks nearly 10 KB of memory every time it is called X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Matt List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Jun 2006 22:00:55 -0000 The following reply was made to PR gnu/98975; it has been noted by GNATS. From: Matt To: bug-followup@FreeBSD.org Cc: bug-ncurses@gnu.org, screen-devel@gnu.org Subject: Re: gnu/98975: ncurses: tgetent leaks nearly 10 KB of memory every time it is called Date: Sat, 17 Jun 2006 14:58:34 -0700 FreeBSD bug report: http://www.freebsd.org/cgi/query-pr.cgi?pr=98975 Dear FreeBSD, GNU ncurses, and GNU screen folks, I wrote earlier that the 10 KB per call memory leak in tgetent seems to be fixed in ncurses version 5.5. That's still true, however I have since learned that the leak is only fixed if tgetent is called with the same terminal name each time. If the terminal name changes, for example alternating tgetent calls for "vt100" and "sun", it leaks memory, again about 10 KB per call. Unfortunately that is exactly how GNU screen uses tgetent. Every time a user reattaches to their running GNU screen session, it calls tgetent for $TERM and then calls tgetent again for the "screen" terminal. This forces my users to restart their long-running screen sessions periodically, due to all the screen processes each growing several megabytes per month. Here's how to reproduce this leak on FreeBSD: 1) Install ncurses 5.5 from /usr/ports/devel/ncurses 2) Compile the following program with it using this command: cc tgetentaltloop.c -o tgetentaltloop -static -L/usr/local/lib -ltinfo #include #include int main() { while (1) { tgetent(NULL, "vt100"); tgetent(NULL, "sun"); write(1, ".", 1); usleep(5000); } } 3) Run tgetentaltloop and observe (using "ps" or "top") that it grows in size about 3 MB per second. This is using ncurses 5.5 as built by FreeBSD ports/devel/ncurses with their Makefile revision 1.36: http://www.freebsd.org/cgi/cvsweb.cgi/ports/devel/ncurses/ To help identify the leak, I modified the above program to loop 100 times instead of forever, like so: #include #include int main() { int x; for (x = 0; x < 100; x++) { tgetent(NULL, "vt100"); tgetent(NULL, "sun"); write(1, ".", 1); usleep(5000); } } and then linked it with the ccmalloc library. Here's the report: .--------------------------------------------------------------------------. |================ ccmalloc-0.4.0 (C) 1997-2003 Armin Biere ================| +--------------------------------------------------------------------------+ | executable = /home/user/tgetentaltloop | | startup file = .ccmalloc | | log file = /home/user/tgetentdbg/log.95456 | | start time = Sat Jun 17 14:44:40 2006 | | operating system = FreeBSD 6.1-RELEASE amd64 on example.com | +--------------------------------------------------------------------------+ | only-count = 0 keep-deallocated-data = 0 | | check-interval = 0 check-free-space = 0 | | check-start = 0 file-info = 1 | | chain-length = 0 additional-line = 1 | | check-underwrites = 0 print-addresses = 0 | | check-overwrites = 0 print-on-one-line = 0 | | sort-by-wasted = 1 sort-by-size = 1 | | # only-log-chain = 0 continue = 0 | | # dont-log-chain = 0 statistics = 0 | | debug = 0 library-chains = 0 | | load-dynlibs = 1 align-8-byte = 0 | | only-wasting-alloc= 1 | `--------------------------------------------------------------------------' .---------------. |ccmalloc report| ======================================================= | total # of| allocated | deallocated | garbage | +-----------+-------------+-------------+-------------+ | bytes| 829522 | 9508 | 820014 | +-----------+-------------+-------------+-------------+ |allocations| 2205 | 702 | 1503 | +-----------------------------------------------------+ | number of checks: 1 | | number of counts: 2907 | | retrieving function names for addresses ... done. | | reading file info from gdb ... done. | | sorting by number of not reclaimed bytes ... done. | | number of call chains: 15 | | number of ignored call chains: 0 | | number of reported call chains: 15 | | number of internal call chains: 15 | | number of library call chains: 1 | ======================================================= | * 40.4% = 323.4 KB of garbage allocated in 100 allocations | | | | 0x00402034 in
| | at tgetentaltloop.c:8 | | | | 0x00402098 in | | at ../../ncurses/tinfo/lib_termcap.c:77 | | | | 0x00404556 in <_nc_setupterm> | | at ../../ncurses/tinfo/lib_setup.c:484 | | | | 0x00403fd9 in | | at ../../ncurses/tinfo/lib_setup.c:276 | | | | 0x004070d8 in <_nc_read_entry> | | at ../../ncurses/tinfo/read_entry.c:514 | | | | 0x00406ef2 in <_nc_read_terminfo_dirs> | | at ../../ncurses/tinfo/read_entry.c:444 | | | | 0x00406e51 in <_nc_read_tic_entry> | | at ../../ncurses/tinfo/read_entry.c:419 | | | | 0x00406dbc in <_nc_read_file_entry> | | at ../../ncurses/tinfo/read_entry.c:397 | | | | 0x004066af in | | at ../../ncurses/tinfo/read_entry.c:239 | | | | 0x004124e6 in | | | `-----> 0x004123fe in | * 40.4% = 323.4 KB of garbage allocated in 100 allocations | | | | 0x00402043 in
| | at tgetentaltloop.c:9 | | | | 0x00402098 in | | at ../../ncurses/tinfo/lib_termcap.c:77 | | | | 0x00404556 in <_nc_setupterm> | | at ../../ncurses/tinfo/lib_setup.c:484 | | | | 0x00403fd9 in | | at ../../ncurses/tinfo/lib_setup.c:276 | | | | 0x004070d8 in <_nc_read_entry> | | at ../../ncurses/tinfo/read_entry.c:514 | | | | 0x00406ef2 in <_nc_read_terminfo_dirs> | | at ../../ncurses/tinfo/read_entry.c:444 | | | | 0x00406e51 in <_nc_read_tic_entry> | | at ../../ncurses/tinfo/read_entry.c:419 | | | | 0x00406dbc in <_nc_read_file_entry> | | at ../../ncurses/tinfo/read_entry.c:397 | | | | 0x004066af in | | at ../../ncurses/tinfo/read_entry.c:239 | | | | 0x004124e6 in | | | `-----> 0x004123fe in | | 6.7% = 53.3 KB of garbage allocated in 100 allocations | | | | 0x00402034 in
| | at tgetentaltloop.c:8 | | | | 0x00402098 in | | at ../../ncurses/tinfo/lib_termcap.c:77 | | | | 0x00404556 in <_nc_setupterm> | | at ../../ncurses/tinfo/lib_setup.c:484 | | | | 0x00403fd9 in | | at ../../ncurses/tinfo/lib_setup.c:276 | | | | 0x004070d8 in <_nc_read_entry> | | at ../../ncurses/tinfo/read_entry.c:514 | | | | 0x00406ef2 in <_nc_read_terminfo_dirs> | | at ../../ncurses/tinfo/read_entry.c:444 | | | | 0x00406e51 in <_nc_read_tic_entry> | | at ../../ncurses/tinfo/read_entry.c:419 | | | | 0x00406dbc in <_nc_read_file_entry> | | at ../../ncurses/tinfo/read_entry.c:397 | | | | 0x0040640c in | | at ../../ncurses/tinfo/read_entry.c:196 | | | `-----> 0x004123fe in | | 3.8% = 30.6 KB of garbage allocated in 100 allocations | | | | 0x00402043 in
| | at tgetentaltloop.c:9 | | | | 0x00402098 in | | at ../../ncurses/tinfo/lib_termcap.c:77 | | | | 0x00404556 in <_nc_setupterm> | | at ../../ncurses/tinfo/lib_setup.c:484 | | | | 0x00403fd9 in | | at ../../ncurses/tinfo/lib_setup.c:276 | | | | 0x004070d8 in <_nc_read_entry> | | at ../../ncurses/tinfo/read_entry.c:514 | | | | 0x00406ef2 in <_nc_read_terminfo_dirs> | | at ../../ncurses/tinfo/read_entry.c:444 | | | | 0x00406e51 in <_nc_read_tic_entry> | | at ../../ncurses/tinfo/read_entry.c:419 | | | | 0x00406dbc in <_nc_read_file_entry> | | at ../../ncurses/tinfo/read_entry.c:397 | | | | 0x0040640c in | | at ../../ncurses/tinfo/read_entry.c:196 | | | `-----> 0x004123fe in | | 2.1% = 17.2 KB of garbage allocated in 100 allocations | | | | 0x00402034 in
| | at tgetentaltloop.c:8 | | | | 0x00402098 in | | at ../../ncurses/tinfo/lib_termcap.c:77 | | | | 0x00404501 in <_nc_setupterm> | | at ../../ncurses/tinfo/lib_setup.c:477 | | | | 0x004124e6 in | | | `-----> 0x004123fe in | | 2.1% = 17.2 KB of garbage allocated in 100 allocations | | | | 0x00402043 in
| | at tgetentaltloop.c:9 | | | | 0x00402098 in | | at ../../ncurses/tinfo/lib_termcap.c:77 | | | | 0x00404501 in <_nc_setupterm> | | at ../../ncurses/tinfo/lib_setup.c:477 | | | | 0x004124e6 in | | | `-----> 0x004123fe in | | 0.10% = 7800 Bytes of garbage allocated in 100 allocations | | | | 0x00402034 in
| | at tgetentaltloop.c:8 | | | | 0x00402098 in | | at ../../ncurses/tinfo/lib_termcap.c:77 | | | | 0x00404556 in <_nc_setupterm> | | at ../../ncurses/tinfo/lib_setup.c:484 | | | | 0x00403fd9 in | | at ../../ncurses/tinfo/lib_setup.c:276 | | | | 0x004070d8 in <_nc_read_entry> | | at ../../ncurses/tinfo/read_entry.c:514 | | | | 0x00406ef2 in <_nc_read_terminfo_dirs> | | at ../../ncurses/tinfo/read_entry.c:444 | | | | 0x00406e51 in <_nc_read_tic_entry> | | at ../../ncurses/tinfo/read_entry.c:419 | | | | 0x00406dbc in <_nc_read_file_entry> | | at ../../ncurses/tinfo/read_entry.c:397 | | | | 0x0040660d in | | at ../../ncurses/tinfo/read_entry.c:233 | | | | 0x004124e6 in | | | `-----> 0x004123fe in | | 0.10% = 7800 Bytes of garbage allocated in 100 allocations | | | | 0x00402043 in
| | at tgetentaltloop.c:9 | | | | 0x00402098 in | | at ../../ncurses/tinfo/lib_termcap.c:77 | | | | 0x00404556 in <_nc_setupterm> | | at ../../ncurses/tinfo/lib_setup.c:484 | | | | 0x00403fd9 in | | at ../../ncurses/tinfo/lib_setup.c:276 | | | | 0x004070d8 in <_nc_read_entry> | | at ../../ncurses/tinfo/read_entry.c:514 | | | | 0x00406ef2 in <_nc_read_terminfo_dirs> | | at ../../ncurses/tinfo/read_entry.c:444 | | | | 0x00406e51 in <_nc_read_tic_entry> | | at ../../ncurses/tinfo/read_entry.c:419 | | | | 0x00406dbc in <_nc_read_file_entry> | | at ../../ncurses/tinfo/read_entry.c:397 | | | | 0x0040660d in | | at ../../ncurses/tinfo/read_entry.c:233 | | | | 0x004124e6 in | | | `-----> 0x004123fe in | | 0.7% = 5600 Bytes of garbage allocated in 100 allocations | | | | 0x00402043 in
| | at tgetentaltloop.c:9 | | | | 0x00402098 in | | at ../../ncurses/tinfo/lib_termcap.c:77 | | | | 0x00404556 in <_nc_setupterm> | | at ../../ncurses/tinfo/lib_setup.c:484 | | | | 0x00403fd9 in | | at ../../ncurses/tinfo/lib_setup.c:276 | | | | 0x004070d8 in <_nc_read_entry> | | at ../../ncurses/tinfo/read_entry.c:514 | | | | 0x00406ef2 in <_nc_read_terminfo_dirs> | | at ../../ncurses/tinfo/read_entry.c:444 | | | | 0x00406e51 in <_nc_read_tic_entry> | | at ../../ncurses/tinfo/read_entry.c:419 | | | | 0x00406dbc in <_nc_read_file_entry> | | at ../../ncurses/tinfo/read_entry.c:397 | | | | 0x004064dd in | | at ../../ncurses/tinfo/read_entry.c:210 | | | | 0x004124e6 in | | | `-----> 0x004123fe in | | 0.5% = 4400 Bytes of garbage allocated in 100 allocations | | | | 0x00402034 in
| | at tgetentaltloop.c:8 | | | | 0x00402098 in | | at ../../ncurses/tinfo/lib_termcap.c:77 | | | | 0x00404556 in <_nc_setupterm> | | at ../../ncurses/tinfo/lib_setup.c:484 | | | | 0x00403fd9 in | | at ../../ncurses/tinfo/lib_setup.c:276 | | | | 0x004070d8 in <_nc_read_entry> | | at ../../ncurses/tinfo/read_entry.c:514 | | | | 0x00406ef2 in <_nc_read_terminfo_dirs> | | at ../../ncurses/tinfo/read_entry.c:444 | | | | 0x00406e51 in <_nc_read_tic_entry> | | at ../../ncurses/tinfo/read_entry.c:419 | | | | 0x00406dbc in <_nc_read_file_entry> | | at ../../ncurses/tinfo/read_entry.c:397 | | | | 0x004064dd in | | at ../../ncurses/tinfo/read_entry.c:210 | | | | 0x004124e6 in | | | `-----> 0x004123fe in | | 0.5% = 4400 Bytes of garbage allocated in 100 allocations | | | | 0x00402034 in
| | at tgetentaltloop.c:8 | | | | 0x00402098 in | | at ../../ncurses/tinfo/lib_termcap.c:77 | | | | 0x00404556 in <_nc_setupterm> | | at ../../ncurses/tinfo/lib_setup.c:484 | | | | 0x00403fd9 in | | at ../../ncurses/tinfo/lib_setup.c:276 | | | | 0x004070d8 in <_nc_read_entry> | | at ../../ncurses/tinfo/read_entry.c:514 | | | | 0x00406ef2 in <_nc_read_terminfo_dirs> | | at ../../ncurses/tinfo/read_entry.c:444 | | | | 0x00406e51 in <_nc_read_tic_entry> | | at ../../ncurses/tinfo/read_entry.c:419 | | | | 0x00406dbc in <_nc_read_file_entry> | | at ../../ncurses/tinfo/read_entry.c:397 | | | | 0x00406569 in | | at ../../ncurses/tinfo/read_entry.c:219 | | | | 0x004124e6 in | | | `-----> 0x004123fe in | | 0.5% = 4400 Bytes of garbage allocated in 100 allocations | | | | 0x00402043 in
| | at tgetentaltloop.c:9 | | | | 0x00402098 in | | at ../../ncurses/tinfo/lib_termcap.c:77 | | | | 0x00404556 in <_nc_setupterm> | | at ../../ncurses/tinfo/lib_setup.c:484 | | | | 0x00403fd9 in | | at ../../ncurses/tinfo/lib_setup.c:276 | | | | 0x004070d8 in <_nc_read_entry> | | at ../../ncurses/tinfo/read_entry.c:514 | | | | 0x00406ef2 in <_nc_read_terminfo_dirs> | | at ../../ncurses/tinfo/read_entry.c:444 | | | | 0x00406e51 in <_nc_read_tic_entry> | | at ../../ncurses/tinfo/read_entry.c:419 | | | | 0x00406dbc in <_nc_read_file_entry> | | at ../../ncurses/tinfo/read_entry.c:397 | | | | 0x00406569 in | | at ../../ncurses/tinfo/read_entry.c:219 | | | | 0x004124e6 in | | | `-----> 0x004123fe in | | 0.0% = 77 Bytes of garbage allocated in 1 allocation | | | | 0x00402034 in
| | at tgetentaltloop.c:8 | | | | 0x004021f6 in | | at ../../ncurses/tinfo/lib_termcap.c:99 | | | | 0x004036d3 in <_nc_trim_sgr0> | | at ../../ncurses/tinfo/trim_sgr0.c:236 | | | | 0x00403114 in | | at ../../ncurses/tinfo/trim_sgr0.c:54 | | | | 0x00404e17 in | | at ../../ncurses/tinfo/lib_tparm.c:788 | | | | 0x00404e9e in | | at ../../ncurses/tinfo/lib_tparm.c:502 | | | | 0x00404880 in <_nc_tparm_analyze> | | at ../../ncurses/tinfo/lib_tparm.c:374 | | | | 0x0040788e in <_nc_doalloc> | | at ../../ncurses/tinfo/doalloc.c:55 | | | `-----> 0x004123fe in | | 0.0% = 23 Bytes of garbage allocated in 1 allocation | | | | 0x00402034 in
| | at tgetentaltloop.c:8 | | | | 0x00402098 in | | at ../../ncurses/tinfo/lib_termcap.c:77 | | | | 0x00404556 in <_nc_setupterm> | | at ../../ncurses/tinfo/lib_setup.c:484 | | | | 0x00403fd9 in | | at ../../ncurses/tinfo/lib_setup.c:276 | | | | 0x00407056 in <_nc_read_entry> | | at ../../ncurses/tinfo/read_entry.c:498 | | | | 0x00407ad3 in <_nc_home_terminfo> | | at ../../ncurses/tinfo/home_terminfo.c:58 | | | `-----> 0x004123fe in | | 0.0% = 14 Bytes of garbage allocated in 1 allocation | | | | 0x00402034 in
| | at tgetentaltloop.c:8 | | | | 0x004021f6 in | | at ../../ncurses/tinfo/lib_termcap.c:99 | | | | 0x004036d3 in <_nc_trim_sgr0> | | at ../../ncurses/tinfo/trim_sgr0.c:236 | | | | 0x00403114 in | | at ../../ncurses/tinfo/trim_sgr0.c:54 | | | | 0x00404e17 in | | at ../../ncurses/tinfo/lib_tparm.c:788 | | | | 0x00405099 in | | at ../../ncurses/tinfo/lib_tparm.c:549 | | | | 0x00405ae2 in | | at ../../ncurses/tinfo/lib_tparm.c:191 | | | | 0x00405888 in | | at ../../ncurses/tinfo/lib_tparm.c:155 | | | | 0x00407864 in <_nc_doalloc> | | at ../../ncurses/tinfo/doalloc.c:50 | | | | 0x0041267a in | | | | 0x0041252d in <_realloc> | | | `-----> 0x004123fe in | `------------------------------------------------------ From owner-freebsd-bugs@FreeBSD.ORG Sat Jun 17 22:23:48 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E3BB016A474; Sat, 17 Jun 2006 22:23:48 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B56543D48; Sat, 17 Jun 2006 22:23:48 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from freefall.freebsd.org (itetcu@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5HMNmAI018431; Sat, 17 Jun 2006 22:23:48 GMT (envelope-from itetcu@freefall.freebsd.org) Received: (from itetcu@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5HMNm9W018427; Sat, 17 Jun 2006 22:23:48 GMT (envelope-from itetcu) Date: Sat, 17 Jun 2006 22:23:48 GMT From: Ion-Mihai Tetcu Message-Id: <200606172223.k5HMNm9W018427@freefall.freebsd.org> To: itetcu@FreeBSD.org, freebsd-bugs@FreeBSD.org, sem@FreeBSD.org Cc: Subject: Re: ports/99086: sysutils/portupgrade incorrectly calculates upgrade time X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Jun 2006 22:23:49 -0000 Old Synopsis: portupgrade incorrectly calculates upgrade time New Synopsis: sysutils/portupgrade incorrectly calculates upgrade time Responsible-Changed-From-To: freebsd-bugs->sem Responsible-Changed-By: itetcu Responsible-Changed-When: Sat Jun 17 22:22:38 UTC 2006 Responsible-Changed-Why: Fix Category, Synopsis and give it over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=99086