From owner-freebsd-bugs Sun Mar 23 8:56: 5 2003 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 5FDB437B401; Sun, 23 Mar 2003 08:56:03 -0800 (PST) Received: from paubrasil.serg.inf.puc-rio.br (paubrasil.serg.inf.puc-rio.br [139.82.16.184]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08E3743F93; Sun, 23 Mar 2003 08:55:59 -0800 (PST) (envelope-from 4200tttttfhfhghghkjktyr@ms67.hinet.net) Received: from Spooler by paubrasil.serg.inf.puc-rio.br (Mercury/32 v3.32) ID MO0049AE; 23 Mar 03 13:57:17 -0300 Received: from spooler by paubrasil.serg.inf.puc-rio.br (Mercury/32 v3.32); 23 Mar 03 13:35:55 -0300 Received: from 1-pajpti4vs84aw (218.187.109.187) by smtp.serg.inf.puc-rio.br (Mercury/32 v3.32) ID MG0049A0; 23 Mar 03 13:35:45 -0300 To: 4200tttttfhfhghghkjktyr@ms67.hinet.net From: 4200tttttfhfhghghkjktyr@ms67.hinet.net Subject: ¶W­È¦n§¥ô±z¬D¿ï!!Åwªï¨Ó¹q¬Ý³f²{³õ¬Ý³f¤ñ¸û¿ïÁÊ Date: Mon, 24 Mar 2003 00:44:51 +0800 Message-Id: <37704.031149074071400.27177@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=big5 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org ¶W­È¦n§¥ô±z¬D¿ï!!Åwªï¨Ó¹q¬Ý³f²{³õ¬Ý³f¤ñ¸û¿ïÁÊ http://www.vovo2.com/~nono/new_page_tt.htm ·s³f¤w¤W¬[¡A»°§Ö¶i¥h¬D¿ï¡I¡I¡I¡I http://vivi.liful.com/ ¤â¾÷¨C¤ÀÄÁ¶O²v3.5¤¸ ¥«­±¤W°ß¤@¥Î¤â¾÷¤Î¥«¸Ü¡A¥´°ê¤º©M°ê»Ú¹q¸Ü³£¯à¸`¶Oªº¨t²Î http://203.70.228.20/tel/index.asp 19·³¯à¤ë¤J¤Q¸U...­ì¨Ó¥L¬O°µ³o£« http://www.mymorningmusume.com/hope/new.htm ======================================================= SUPER e-Mail±M·~¹q¤l¶l¥ó¦æ¾P~¶l¥ó¥N«È¸sµo / ÁʶR¦W³æ / ======================================================= http://210.62.128.25/~cai/good/fate/index.htm ******************************************************* ******************************************************* To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Mar 23 9:20:16 2003 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7EBCF37B401 for ; Sun, 23 Mar 2003 09:20:15 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 29DF243F75 for ; Sun, 23 Mar 2003 09:20:15 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2NHKENS033091 for ; Sun, 23 Mar 2003 09:20:14 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2NHKEs7033088; Sun, 23 Mar 2003 09:20:14 -0800 (PST) Date: Sun, 23 Mar 2003 09:20:14 -0800 (PST) Message-Id: <200303231720.h2NHKEs7033088@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Maxim Konovalov Subject: Re: kern/50163: debug screen appear when dial-in user try to login Reply-To: Maxim Konovalov Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/50163; it has been noted by GNATS. From: Maxim Konovalov To: Ilia Starkov Cc: bug-followup@freebsd.org Subject: Re: kern/50163: debug screen appear when dial-in user try to login Date: Sun, 23 Mar 2003 20:18:58 +0300 (MSK) Please try a patch below. Index: if_ppp.c =================================================================== RCS file: /home/ncvs/src/sys/net/if_ppp.c,v retrieving revision 1.90 diff -u -r1.90 if_ppp.c --- if_ppp.c 4 Mar 2003 23:19:51 -0000 1.90 +++ if_ppp.c 23 Mar 2003 17:05:28 -0000 @@ -1571,7 +1571,7 @@ rv = IF_HANDOFF(&sc->sc_inq, m, NULL); else rv = netisr_queue(isr, m); - if (rv) { + if (!rv) { if (sc->sc_flags & SC_DEBUG) if_printf(ifp, "input queue full\n"); ifp->if_iqdrops++; %%% -- Maxim Konovalov, maxim@macomnet.ru, maxim@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Mar 23 10: 7:40 2003 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 0FF4237B401; Sun, 23 Mar 2003 10:07:36 -0800 (PST) Received: from mail.gbs.ae (lhc0290.emirates.net.ae [213.42.137.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81FA743F75; Sun, 23 Mar 2003 10:07:34 -0800 (PST) (envelope-from bad_0002@inbox.ru) Received: from User ([207.6.154.33]) by mail.gbs.ae with Microsoft SMTPSVC(5.0.2195.5329); Sun, 23 Mar 2003 19:26:52 +0400 Reply-To: From: "Ñåìèíàð" Subject: Ìîñêâà. Áèçíåñ ñåìèíàðû è òðåíèíãè àïðåëü 2003 ã. Date: Sun, 23 Mar 2003 18:24:48 +0300 MIME-Version: 1.0 Content-Type: text/html; charset="Windows-1251" Content-Transfer-Encoding: 7bit X-Priority: 1 X-MSMail-Priority: High X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Message-ID: X-OriginalArrivalTime: 23 Mar 2003 15:26:54.0191 (UTC) FILETIME=[A24517F0:01C2F150] To: undisclosed-recipients: ; Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org r
Áèçíåñ ñåìèíàðû è òðåíèíãè  Ìîñêâà. Àïðåëü 2003 ãîäà.
       
Òðåíèíã  40-03
1 àïðåëÿ ñ 10.00 äî 18.00
ÒÐÅÍÈÍÃ ÍÀÂÛÊÎÂ ÊÎÌÀÍÄÍÎÉ ÐÀÁÎÒÛ
       
Ñåìèíàð  41-03
2-3 àïðåëÿ ñ 10.00 äî 18.00
ÊÎÐÏÎÐÀÒÈÂÍÀß ËÎÃÈÑÒÈÊÀ
       
Òðåíèíã  42-03
4 àïðåëÿ ñ 10.00 äî 18.00
ÊÎÐÏÎÐÀÒÈÂÍÛÉ ÑÀÉÒ:
ÎÒ ÈÃÐÓØÊÈ Ê ÁÈÇÍÅÑ-ÈÍÑÒÐÓÌÅÍÒÓ
 
Ñåìèíàð  44-03
8 àïðåëÿ ñ 10.00 äî 18.00
ÎÁßÇÀÒÅËÜÍÀß ÀÒÒÅÑÒÀÖÈß ÐÀÁÎ×ÈÕ ÌÅÑÒ
       
Ñåìèíàð  45-03
9 àïðåëÿ ñ 10.00 äî 18.00
ÏÐÀÊÒÈÊÓÌ ÊÎÐÏÎÐÀÒÈÂÍÎÃÎ PR-ÑÏÅÖÈÀËÈÑÒÀ:
ÑÎÂÐÅÌÅÍÍÛÅ PR-ÒÅÕÍÎËÎÃÈÈ
       
Ñåìèíàð  46-03
10-11 àïðåëÿ ñ 10.00 äî 18.00
ÏÎÄÃÎÒÎÂÊÀ ÏÐÅÄÏÐÈßÒÈß Ê ÍÀËÎÃÎÂÎÉ ÏÐÎÂÅÐÊÅ.
ÑÏÎÑÎÁÛ ÇÀÙÈÒÛ ÍÀËÎÃÎÏËÀÒÅËÜÙÈÊΠ- ÞÐÈÄÈ×ÅÑÊÈÕ ËÈÖ
       
Òðåíèíã  47-03
14-15 àïðåëÿ ñ 10.00 äî 18.00
ÝÔÔÅÊÒÈÂÍÛÅ ÏÐßÌÛÅ ÏÐÎÄÀÆÈ
       
Òðåíèíã 03-ÝÏ-01
15, 17, 21, 23 àïðåëÿ ñ 17.00 äî 21.00
ÝÔÔÅÊÒÈÂÍÀß ÏÐÅÇÅÍÒÀÖÈß È
ÍÀÂÛÊÈ ÏÓÁËÈ×ÍÎÃÎ ÂÛÑÒÓÏËÅÍÈß
       
Ñåìèíàð  24-03
16 àïðåëÿ ñ 10.00 äî 18.00
ËÈÍÅÉÍÛÉ ÌÅÍÅÄÆÅÐ
       
Ñåìèíàð  49-03
18 àïðåëÿ ñ 10.00 äî 18.00
ÁÈÇÍÅÑ-ÐÀÇÂÅÄÊÀ
Ñ ÈÑÏÎËÜÇÎÂÀÍÈÅÌ ÎÒÊÐÛÒÛÕ ÈÑÒÎ×ÍÈÊΠ ÈÍÒÅÐÍÅÒ
       
Ìàñòåð-êëàññ 03-ÌÎ-01
18, 22, 24, 28, 30 àïðåëÿ ñ 18.15 äî 21.00
ÝÔÔÅÊÒÈÂÍÛÅ ÌÅÒÎÄÛ ÎÒÁÎÐÀ ÏÅÐÑÎÍÀËÀ
       
Ñåìèíàð  50-03
22 àïðåëÿ ñ 10.00 äî 18.00
ÒÅÕÍÈÊÈ ÓÏÐÀÂËÅÍÈß ÐÀÁÎ×ÈÌ ÂÐÅÌÅÍÅÌ
       
Ñåìèíàð  51-03
23 àïðåëÿ ñ 10.00 äî 18.00
ÎÁßÇÀÒÅËÜÍÛÉ ÊÓÐÑ ÏÐÎÔÅÑÑÈÎÍÀËÀ
ÏÎ ÊÀÄÐÎÂÎÉ ÐÀÁÎÒÅ
       
Ñåìèíàð  52-03
24-25 àïðåëÿ ñ 10.00 äî 18.00
ÑÎÂÐÅÌÅÍÍÎÅ ÓÏÐÀÂËÅÍÈÅ ÔÈÍÀÍÑÀÌÈ
       
Ñåìèíàð  53-03
28 àïðåëÿ ñ 10.00 äî 18.00
ÏÑÈÕÎËÎÃÈß ÓÏÐÀÂËÅÍÈß ÏÅÐÑÎÍÀËÎÌ
       
Òðåíèíã  48-03
28 àïðåëÿ ñ 10.00 äî 18.00
ÈÑÊÓÑÑÒÂÎ ÒÅËÅÔÎÍÍÛÕ ÏÐÎÄÀÆ
 
Ñåìèíàð  54-03
29 àïðåëÿ ñ 10.00 äî 18.00
ÏÐÈÊËÀÄÍÛÅ ÌÀÐÊÅÒÈÍÃÎÂÛÅ ÈÑÑËÅÄÎÂÀÍÈß
 
 
Èíîãîðîäíèì îêàçûâàåòñÿ ïîìîùü â áðîíèðîâàíèè ãîñòèíö
 
Êîíòàêòíûå  òåëåôîíû:
ò.(095)933-74-33 (ìíîãîêàíàëüíûé)
ô.(095)933-74-32
 
To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Mar 23 10:10:20 2003 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 73A8137B401 for ; Sun, 23 Mar 2003 10:10:17 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3AC3E43FB1 for ; Sun, 23 Mar 2003 10:10:15 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2NIAFNS061485 for ; Sun, 23 Mar 2003 10:10:15 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2NIAFHO061484; Sun, 23 Mar 2003 10:10:15 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 74C3A37B401 for ; Sun, 23 Mar 2003 10:06:11 -0800 (PST) Received: from hotmail.com (f103.pav2.hotmail.com [64.4.37.103]) by mx1.FreeBSD.org (Postfix) with ESMTP id 058E943F85 for ; Sun, 23 Mar 2003 10:06:11 -0800 (PST) (envelope-from lazykang@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sun, 23 Mar 2003 10:06:10 -0800 Received: from 218.246.96.6 by pv2fd.pav2.hotmail.msn.com with HTTP; Sun, 23 Mar 2003 18:06:10 GMT Message-Id: Date: Mon, 24 Mar 2003 02:06:10 +0800 From: "Kang Liu" To: FreeBSD-gnats-submit@FreeBSD.org Subject: kern/50216: kernel panic on 5.0-current when use ipfw2 with dynamic rules Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 50216 >Category: kern >Synopsis: kernel panic on 5.0-current when use ipfw2 with dynamic rules >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 Mar 23 10:10:14 PST 2003 >Closed-Date: >Last-Modified: >Originator: Kang Liu >Release: FreeBSD 5.0-CURRENT i386 >Organization: Beijing University of Technology >Environment: System: FreeBSD cnproxy.bjpu.edu.cn 5.0-CURRENT FreeBSD 5.0-CURRENT #2: Sun Mar 23 21:35:41 CST 2003 root@cnproxy.bjpu.edu.cn:/usr/obj/usr/src/sys/CNPROXY i386 DELL poweredge2650 CPU: 2*Intel(R) Xeon(TM) CPU 2.00GHz (1993.54-MHz 686-class CPU) (SMP and HyperThreading are both enabled in kenrel configuration file) >Description: I tried to use ipfw2 with dynamic rules by commands shown below: ipfw add allow tcp from any to any established ipfw add allow tcp from 192.168.0.0/16 to server_ip some_ports limit src-addr 20 setup ipfw add allow udp from 192.168.0.0/16 to server_ip some_ports ipfw add allow tcp from some_ip to server_ip some_ports limit src-addr 80 setup ... and so on The kernel will panic immediately while network connection is active. If I use static rules instead of those dynamic rules or disable network connection by use "ifconfig bge0 down", nothing happens. I've add "options DDB" and some other debug options into my kernel configure file, I get the following message when kernel panic: ----Start of message--- Memory modified after free 0xc9471f0 (124) panic: Most recently used by IpFw/IpAcct cpuid=3;lapic.id=0300000 Stack bactrace: backtrace(c0349879,3000000,C035a79a,e231fabe,1) at backtrace+0x17 panic(c035a79a,c03524d7,7c,c082ab64,c082ab40) at panic+0x10a mtrash_ctor(c9471f00,80,0,54d,3) at mtrash_ctor+0x5d uma_zalloc_arg(c082ab40,0,101,c034bc1,1be) at uma_zalloc_arg+0x17f malloc(48,c037ef20,101,2700001b,e231fc70) at malloc+0xdc add_dyn_rule(e231fc90,27,c9472180,c9472180,0)at add_dyn_rule+0x7b install_state(c8fdd70,c8fdd764,e231fc70,e231fbf4,c01f1954)at install_state+0x1fd ipfw_chk(e231fc70,c01cc3ad,c03a96a0,1,c0348bc1)at ipfw_chk+0x9a1 ip_input(c3b52000,0,c0351940,e9,c8b6a240)at ip_input+0x2c3 swi_net(0,0,c0347569,217,c3b18000)at swi_net+0x112 ithread_loop(c3b17080,e231fd48,c0347300,363,0)at ithread_loop+0x182 fork_exit(c01c3190,c3b17080,e231fd48)at fork_exit+0xc4 fork_trampoline()at fork_trampoline+0x1a --trap 0x1,eip=0,esp=0xe231fd7c,ebp=0-- Debygger("panic") Stopped at Debugger+0xff:xchgl %ebx,in_Debugger,0 ----End of Message--- I copy the message above from screen,I'm not sure whether I've typed it exactly as displayed on the screen.I hope it is helpful. >How-To-Repeat: use dynamic rules with ipfw2. (I do not have a machine with only a single CPU to run freebsd-current, the problem might be related to SMP or HTT). >Fix: Sorry, I can not give and patch now. The only way I found to get rid of this problem is run ipfw2 with static rules instead of dynamic rules. _________________________________________________________________ The new MSN 8: smart spam protection and 2 months FREE* http://join.msn.com/?page=features/junkmail >Release-Note: >Audit-Trail: >Unformatted: >rules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Mar 23 11:20:20 2003 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 52F4337B401 for ; Sun, 23 Mar 2003 11:20:15 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 651EB43F75 for ; Sun, 23 Mar 2003 11:20:14 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2NJKENS034282 for ; Sun, 23 Mar 2003 11:20:14 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2NJKEQv034281; Sun, 23 Mar 2003 11:20:14 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3463937B405 for ; Sun, 23 Mar 2003 11:13:54 -0800 (PST) Received: from illuin.org (illuin.illuin.org [216.30.73.135]) by mx1.FreeBSD.org (Postfix) with SMTP id A836043F3F for ; Sun, 23 Mar 2003 11:13:52 -0800 (PST) (envelope-from richard@illuin.org) Received: (qmail 68886 invoked by uid 1000); 23 Mar 2003 19:13:51 -0000 Message-Id: <20030323191351.68885.qmail@illuin.org> Date: 23 Mar 2003 19:13:51 -0000 From: Richard Letts Reply-To: Richard Letts To: FreeBSD-gnats-submit@FreeBSD.org Cc: Richard Letts X-Send-Pr-Version: 3.113 Subject: kern/50220: afd0: READ_BIG command timeout - resetting Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 50220 >Category: kern >Synopsis: afd0: READ_BIG command timeout - resetting >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Mar 23 11:20:14 PST 2003 >Closed-Date: >Last-Modified: >Originator: Richard Letts >Release: FreeBSD 4.8-RC i386 >Organization: illuin.org >Environment: System: FreeBSD hobbiton.illuin.org 4.8-RC FreeBSD 4.8-RC #24: Sat Mar 15 11:29:51 CST 2003 root@hobbiton.illuin.org:/usr/obj/usr/src/sys/HOBBITON i386 >Description: IOMEGA Zip drive attached to ATA/2 (RAID controller capable of ATA/133) access is unsuable because of READ_BIG and WRITE_BIG problems: Symptoms: UFS: can use fdisk to modify partition table can use disklabel to write new disklabel cannot use newfs to create filesystem # newfs afd0c Warning: Block size restricts cylinders per group to 97. Warning: 32 sector(s) in last cylinder unallocated /dev/afd0c: 196576 sectors in 48 cylinders of 1 tracks, 4096 sectors 96.0MB in 1 cyl groups (97 c/g, 194.00MB/g, 12288 i/g) super-block backups (for fsck -b #) at: 32 read error: 64 newfs: rdfs: Input/output error # dmesg | tail -2 afd0: READ_BIG command timeout - resetting ata2: resetting devices .. done FAT32 cannot mount filesystem device access: # dd if=/dev/rafd0 of=fred bs=1024k count=2 dd: /dev/rafd0: Input/output error 0+0 records in 0+0 records out 0 bytes transferred in 30.117478 secs (0 bytes/sec) # dmesg | tail ... afd0: READ_BIG command timeout - resetting ata2: resetting devices .. done # dd if=/dev/afd0 of=fred bs=1024k count=2 dd: /dev/afd0: Input/output error 0+0 records in 0+0 records out 0 bytes transferred in 30.114773 secs (0 bytes/sec) # dmesg | tail -2 afd0: READ_BIG command timeout - resetting ata2: resetting devices .. done kernel messages: afd0: READ_BIG command timeout - resetting ata2: resetting devices .. done Hardware info: # atacontrol mode ata2 Master = PIO0 Slave = ??? # atacontrol cap ata2 0 ATA channel 2, Master, device afd0: ATA/ATAPI revision 0 device model IOMEGA ZIP 100 ATAPI serial number firmware revision 14.A cylinders 0 heads 0 sectors/track 0 lba supported lba48 not supported dma notsupported overlap not supported Feature Support Enable Value Vendor write cache no no read ahead no no dma queued no no 0/00 SMART no no microcode download no no security no no power management no no advanced power management no no 0/00 automatic acoustic management no no 0/00 0/00 # atacontrol info ata2 Master: afd0 ATA/ATAPI rev 0 Slave: no device present >How-To-Repeat: comnnect iomega 100MB ZIP to ATA-2 (onboard raid controller on KT266 motherboard) attempt to mount / read zip disk >Fix: unknown >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Mar 23 13:40:15 2003 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD19437B407 for ; Sun, 23 Mar 2003 13:40:13 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BEB8443F75 for ; Sun, 23 Mar 2003 13:40:11 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2NLeBNS087488 for ; Sun, 23 Mar 2003 13:40:11 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2NLeBq2087487; Sun, 23 Mar 2003 13:40:11 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C149437B407 for ; Sun, 23 Mar 2003 13:30:37 -0800 (PST) Received: from canning.wemm.org (canning.wemm.org [192.203.228.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 597E843FAF for ; Sun, 23 Mar 2003 13:30:37 -0800 (PST) (envelope-from peter@wemm.org) Received: from fw.wemm.org (canning.wemm.org [192.203.228.65]) by canning.wemm.org (Postfix) with ESMTP id 3D2232A8BB for ; Sun, 23 Mar 2003 13:30:37 -0800 (PST) (envelope-from peter@wemm.org) Received: from overcee.wemm.org (overcee.wemm.org [10.0.0.3]) by fw.wemm.org (Postfix) with ESMTP id E3BFC7D1B2 for ; Sun, 23 Mar 2003 13:30:36 -0800 (PST) (envelope-from peter@wemm.org) Received: by overcee.wemm.org (Postfix, from userid 433) id A84C03807; Sun, 23 Mar 2003 13:30:36 -0800 (PST) Message-Id: <20030323213036.A84C03807@overcee.wemm.org> Date: Sun, 23 Mar 2003 13:30:36 -0800 (PST) From: peter@wemm.org Reply-To: peter@wemm.org To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: misc/50224: TEST ONLY Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 50224 >Category: misc >Synopsis: TEST ONLY >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 Mar 23 13:40:11 PST 2003 >Closed-Date: >Last-Modified: >Originator: Peter Wemm >Release: FreeBSD 5.0-XP i386 >Organization: test >Environment: System: FreeBSD overcee.wemm.org 5.0-XP FreeBSD 5.0-XP #625: Sat Feb 15 22:44:32 PST 2003 peter@overcee.wemm.org:/home/src/sys/i386/compile/OVERCEE i386 Test PR, sorry for the noise. >Description: >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Mar 23 13:40:17 2003 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D2C9D37B408 for ; Sun, 23 Mar 2003 13:40:13 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C71A43FAF for ; Sun, 23 Mar 2003 13:40:12 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2NLeBNS087501 for ; Sun, 23 Mar 2003 13:40:11 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2NLeBpf087500; Sun, 23 Mar 2003 13:40:11 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6117F37B407 for ; Sun, 23 Mar 2003 13:38:58 -0800 (PST) Received: from canning.wemm.org (canning.wemm.org [192.203.228.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id F0CC643FA3 for ; Sun, 23 Mar 2003 13:38:57 -0800 (PST) (envelope-from peter@wemm.org) Received: from fw.wemm.org (canning.wemm.org [192.203.228.65]) by canning.wemm.org (Postfix) with ESMTP id DAFB52A8BB for ; Sun, 23 Mar 2003 13:38:57 -0800 (PST) (envelope-from peter@wemm.org) Received: from overcee.wemm.org (overcee.wemm.org [10.0.0.3]) by fw.wemm.org (Postfix) with ESMTP id 8D1027D1B2 for ; Sun, 23 Mar 2003 13:38:57 -0800 (PST) (envelope-from peter@wemm.org) Received: by overcee.wemm.org (Postfix, from userid 433) id 71EDA3807; Sun, 23 Mar 2003 13:38:57 -0800 (PST) Message-Id: <20030323213857.71EDA3807@overcee.wemm.org> Date: Sun, 23 Mar 2003 13:38:57 -0800 (PST) From: Peter Wemm Reply-To: Peter Wemm To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: misc/50225: TEST 2 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 50225 >Category: misc >Synopsis: TEST 2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Sun Mar 23 13:40:11 PST 2003 >Closed-Date: >Last-Modified: >Originator: Peter Wemm >Release: FreeBSD 5.0-XP i386 >Organization: FreeBSD >Environment: System: FreeBSD overcee.wemm.org 5.0-XP FreeBSD 5.0-XP #625: Sat Feb 15 22:44:32 PST 2003 peter@overcee.wemm.org:/home/src/sys/i386/compile/OVERCEE i386 Another test, again, sorry. >Description: >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Mar 23 13:42:39 2003 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0617237B407; Sun, 23 Mar 2003 13:42:39 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A17143FA3; Sun, 23 Mar 2003 13:42:38 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2NLgcNS089401; Sun, 23 Mar 2003 13:42:38 -0800 (PST) (envelope-from peter@freefall.freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2NLgcVd089397; Sun, 23 Mar 2003 13:42:38 -0800 (PST) Date: Sun, 23 Mar 2003 13:42:38 -0800 (PST) From: Peter Wemm Message-Id: <200303232142.h2NLgcVd089397@freefall.freebsd.org> To: peter@wemm.org, peter@FreeBSD.org, freebsd-bugs@FreeBSD.org, peter@FreeBSD.org Subject: Re: misc/50224: TEST ONLY Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: TEST ONLY State-Changed-From-To: open->closed State-Changed-By: peter State-Changed-When: Sun Mar 23 13:42:03 PST 2003 State-Changed-Why: Testing spam filters, sorry for the noise. Responsible-Changed-From-To: freebsd-bugs->peter Responsible-Changed-By: peter Responsible-Changed-When: Sun Mar 23 13:42:03 PST 2003 Responsible-Changed-Why: Testing spam filters, sorry for the noise. http://www.freebsd.org/cgi/query-pr.cgi?pr=50224 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Mar 23 13:43: 7 2003 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 147D737B407; Sun, 23 Mar 2003 13:43:07 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8F6543F75; Sun, 23 Mar 2003 13:43:06 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2NLh6NS089450; Sun, 23 Mar 2003 13:43:06 -0800 (PST) (envelope-from peter@freefall.freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2NLh6WG089446; Sun, 23 Mar 2003 13:43:06 -0800 (PST) Date: Sun, 23 Mar 2003 13:43:06 -0800 (PST) From: Peter Wemm Message-Id: <200303232143.h2NLh6WG089446@freefall.freebsd.org> To: peter@wemm.org, peter@FreeBSD.org, freebsd-bugs@FreeBSD.org, peter@FreeBSD.org Subject: Re: misc/50225: TEST 2 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: TEST 2 State-Changed-From-To: open->closed State-Changed-By: peter State-Changed-When: Sun Mar 23 13:42:42 PST 2003 State-Changed-Why: Testing spam filters, sorry for the noise Responsible-Changed-From-To: freebsd-bugs->peter Responsible-Changed-By: peter Responsible-Changed-When: Sun Mar 23 13:42:42 PST 2003 Responsible-Changed-Why: Testing spam filters, sorry for the noise http://www.freebsd.org/cgi/query-pr.cgi?pr=50225 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Mar 23 13:50:16 2003 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3DC9237B404 for ; Sun, 23 Mar 2003 13:50:13 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE32243FBF for ; Sun, 23 Mar 2003 13:50:10 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2NLoANS089556 for ; Sun, 23 Mar 2003 13:50:10 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2NLoANm089555; Sun, 23 Mar 2003 13:50:10 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F219C37B407 for ; Sun, 23 Mar 2003 13:44:21 -0800 (PST) Received: from hope.caffeinated-systems.com (hope.caffeinated-systems.com [209.98.4.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 075D143FA3 for ; Sun, 23 Mar 2003 13:44:20 -0800 (PST) (envelope-from jon@caffeinated-systems.com) Received: by hope.caffeinated-systems.com (Postfix, from userid 1003) id C41344D911; Sun, 23 Mar 2003 15:22:36 -0600 (CST) Message-Id: <20030323212236.C41344D911@hope.caffeinated-systems.com> Date: Sun, 23 Mar 2003 15:22:36 -0600 (CST) From: Jon Passki Reply-To: Jon Passki To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: kern/50226: QUIRK: MITSUMI USB FDD Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 50226 >Category: kern >Synopsis: QUIRK: MITSUMI USB FDD >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 Mar 23 13:50:10 PST 2003 >Closed-Date: >Last-Modified: >Originator: Jon Passki >Release: FreeBSD 4.7-STABLE i386 >Organization: Caffeinated Systems >Environment: System: FreeBSD hope.caffeinated-systems.com 4.7-STABLE FreeBSD 4.7-STABLE #1: Wed Jan 29 17:23:50 CST 2003 root@novaV2:/usr/obj/usr/src/sys/NOVAV2 i386 >Description: Mitsumi USB FDD does not support 6 byte CAM commands and syncache >How-To-Repeat: Upon attempting a mount with media in drive, kernel reports errors >Fix: src/sys/cam/scsi/scsi_da.c,v 1.42.2.30 2002/12/20 15:20:25 yar Exp (diff -u scsi_da.c /usr/src/sys/cam/scsi/scsi_da.c) --- scsi_da.c Sun Mar 23 15:05:09 2003 +++ /usr/src/sys/cam/scsi/scsi_da.c Sun Mar 23 15:10:44 2003 @@ -240,11 +240,6 @@ /*quirks*/ DA_Q_NO_6_BYTE|DA_Q_NO_SYNC_CACHE }, { - /* Another USB floppy */ - {T_DIRECT, SIP_MEDIA_REMOVABLE, "MITSUMI", "USB FDD*","*"}, - /*quirks*/ DA_Q_NO_6_BYTE|DA_Q_NO_SYNC_CACHE - }, - { /* * Sony Memory Stick adapter MSAC-US1 and * Sony PCG-C1VJ Internal Memory Stick Slot (MSC-U01). Info for http://www.root.org/~nate/freebsd/quirks.html ================================= # Output of "camcontrol inquiry yourdevice" pass0: Removable Direct Access SCSI-0 device pass0: 20KB/s transfers ================================= # Manufacturer name, model number, etc. SmartDisk Titanium edition USB Floppy Disk Drive (from BestBuy) ================================= # Transport type (FC, SCSI, USB, Firewire) USB ================================= # Output from dmesg for failed attach attempts (mount_msdos /dev/da0 /mnt) umass0: Unsupported UFI command 0x08, 6 byte command should have been converted da0: reading primary partition table: error reading fsbn 0 umass0: Unsupported UFI command 0x35 (da0:umass-sim0:0:0:0): Synchronize cache failed, status == 0x6, scsi status == 0x0 ================================= # Output from dmesg for successful attach attempts (after quirk added) (mount_msdos /dev/da0 /mnt) da0s1: slice starts beyond end of the disk: rejecting it da0s2: slice starts beyond end of the disk: rejecting it da0s3: slice starts beyond end of the disk: rejecting it ================================= # Output of "usbdevs -v" with device attached Controller /dev/usb0: addr 1: self powered, config 1, UHCI root hub(0x0000), Intel(0x0000), rev 1.00 port 1 addr 2: power 500 mA, config 1, MITSUMI USB FDD (0x6901), MITSUMI (0x03ee), rev 1.00 port 2 powered ================================= >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Mar 23 16:20: 6 2003 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3154737B401 for ; Sun, 23 Mar 2003 16:20:05 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FF6543FA3 for ; Sun, 23 Mar 2003 16:20:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2O0K4NS048753 for ; Sun, 23 Mar 2003 16:20:04 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2O0K48i048752; Sun, 23 Mar 2003 16:20:04 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D5C2237B401 for ; Sun, 23 Mar 2003 16:19:20 -0800 (PST) Received: from argon.appelnet.net (argon.appelnet.net [217.67.234.112]) by mx1.FreeBSD.org (Postfix) with ESMTP id F26D843F3F for ; Sun, 23 Mar 2003 16:19:19 -0800 (PST) (envelope-from alpn@argon.appelnet.net) Received: from argon.appelnet.net (smmsp@localhost [127.0.0.1]) by argon.appelnet.net (8.12.6/8.12.6) with ESMTP id h2O0mRai084656 for ; Mon, 24 Mar 2003 01:48:27 +0100 (CET) (envelope-from alpn@argon.appelnet.net) Received: (from root@localhost) by argon.appelnet.net (8.12.6/8.12.6/Submit) id h2O0mQaV084655; Mon, 24 Mar 2003 01:48:26 +0100 (CET) Message-Id: <200303240048.h2O0mQaV084655@argon.appelnet.net> Date: Mon, 24 Mar 2003 01:48:26 +0100 (CET) From: Jussi Salokangas To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: kern/50228: FreeBSD 4.7 sysinstall will crash Promise FastTrak Ulta/133 RAID card's SuperSwap devices Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 50228 >Category: kern >Synopsis: FreeBSD 4.7 sysinstall will crash Promise FastTrak Ulta/133 RAID card's SuperSwap devices >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 Mar 23 16:20:03 PST 2003 >Closed-Date: >Last-Modified: >Originator: Jussi Salokangas >Release: FreeBSD 4.7-STABLE i386 >Organization: >Environment: sysinstall >Description: Sysinstall is trying to probe devices after it has loaded the kernel. After probing, Promise Technology's SuperSwap 1000 devices leds will turn to red and they will basically shutdown. On the console, one by one, there can be read that hard disks are lost. >How-To-Repeat: Promise Technology FastTrak Ultra/133 RAID card Promise Technology SuperSwap 1000 FreeBSD sysinstall >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Mar 23 16:23:34 2003 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 688E537B401; Sun, 23 Mar 2003 16:23:33 -0800 (PST) Received: from chat.ru (d032.p9.col.ru [212.248.7.32]) by mx1.FreeBSD.org (Postfix) with SMTP id C105543F3F; Sun, 23 Mar 2003 16:23:26 -0800 (PST) (envelope-from searchmbl@narod.ru) Reply-To: From: "searchmbl" Subject: Âñåãî îäèí âîïðîñ... è íà ñêîëüêî îí âàæåí äëÿ Âàñ? Date: Mon, 24 Mar 2003 03:23:27 +0300 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1251" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Message-Id: <20030324002326.C105543F3F@mx1.FreeBSD.org> To: undisclosed-recipients: ; Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Âû êîãäà-íèáóäü èñêàëè ìåáåëü? www.searchmbl.narod.ru - òóò Âû åå íàéäåòå! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Mar 23 16:29:20 2003 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 F0E5C37B401 for ; Sun, 23 Mar 2003 16:29:19 -0800 (PST) Received: from canning.wemm.org (canning.wemm.org [192.203.228.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id A457243F85 for ; Sun, 23 Mar 2003 16:29:19 -0800 (PST) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by canning.wemm.org (Postfix) with ESMTP id 6BF162A8BB for ; Sun, 23 Mar 2003 16:29:19 -0800 (PST) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: freebsd-bugs@freebsd.org Subject: HEADS UP: I'm running spamassassin in front of the gnats submission... Date: Sun, 23 Mar 2003 16:29:19 -0800 From: Peter Wemm Message-Id: <20030324002919.6BF162A8BB@canning.wemm.org> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I'm tired of watching gnats fill up with spam. I've got it running spamassassin to pre-test messages to freebsd-gnats-submit@ before handing them off to gnats. Right now if it finds a spam it emails me about it and puts it on hold. It seems to be working, its caught two so far over the last hour. Does anybody else with access to gnats on hub want a copy so that any misfires can be resubmitted? Or should the intercept reports go to freebsd-bugs for a while so we can see that its doing the right thing? Cheers, -Peter -- Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Mar 23 16:34:15 2003 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 3689237B401 for ; Sun, 23 Mar 2003 16:34:14 -0800 (PST) Received: from shrike.submonkey.net (pc1-cdif2-5-cust38.cdif.cable.ntl.com [81.101.150.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id C3D7943F85 for ; Sun, 23 Mar 2003 16:34:11 -0800 (PST) (envelope-from setantae@submonkey.net) Received: from setantae by shrike.submonkey.net with local (Exim 4.12) id 18xFuk-000MJZ-00; Mon, 24 Mar 2003 00:34:10 +0000 Date: Mon, 24 Mar 2003 00:34:10 +0000 From: Ceri Davies To: Peter Wemm Cc: freebsd-bugs@freebsd.org Subject: Re: HEADS UP: I'm running spamassassin in front of the gnats submission... Message-ID: <20030324003410.GA85597@submonkey.net> Mail-Followup-To: Ceri Davies , Peter Wemm , freebsd-bugs@freebsd.org References: <20030324002919.6BF162A8BB@canning.wemm.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030324002919.6BF162A8BB@canning.wemm.org> User-Agent: Mutt/1.5.4i Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sun, Mar 23, 2003 at 04:29:19PM -0800, Peter Wemm wrote: > I'm tired of watching gnats fill up with spam. I've got it running > spamassassin to pre-test messages to freebsd-gnats-submit@ before handing > them off to gnats. Right now if it finds a spam it emails me about it > and puts it on hold. It seems to be working, its caught two so far over the > last hour. > > Does anybody else with access to gnats on hub want a copy so that any > misfires can be resubmitted? Or should the intercept reports go to > freebsd-bugs for a while so we can see that its doing the right thing? I don't have access to gnats, but I'd be interested in getting it. I've spent a good part of my FreeBSD time reassigning misfiled PRs and the like. Either way, I'd be interested to receive copies of these if I may. Thanks, Ceri -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Mar 23 16:39:52 2003 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 D9B7437B401 for ; Sun, 23 Mar 2003 16:39:51 -0800 (PST) Received: from adsl-63-206-122-29.dsl.snfc21.pacbell.net (adsl-63-206-122-29.dsl.snfc21.pacbell.net [63.206.122.29]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E69543F93 for ; Sun, 23 Mar 2003 16:39:51 -0800 (PST) (envelope-from jd@adsl-63-206-122-29.dsl.snfc21.pacbell.net) Received: from adsl-63-206-122-29.dsl.snfc21.pacbell.net (localhost [127.0.0.1]) by adsl-63-206-122-29.dsl.snfc21.pacbell.net (8.12.8/8.12.8) with ESMTP id h2O0dotC004485 for ; Sun, 23 Mar 2003 16:39:50 -0800 (PST) (envelope-from jd@adsl-63-206-122-29.dsl.snfc21.pacbell.net) Received: (from root@localhost) by adsl-63-206-122-29.dsl.snfc21.pacbell.net (8.12.8/8.12.8/Submit) id h2O0dogA004484 for bugs@freebsd.org; Sun, 23 Mar 2003 16:39:50 -0800 (PST) Date: Sun, 23 Mar 2003 16:39:50 -0800 (PST) From: "Joseph I. Davida" Message-Id: <200303240039.h2O0dogA004484@adsl-63-206-122-29.dsl.snfc21.pacbell.net> To: bugs@freebsd.org Subject: Linux binaries dumping core. Reply-To: jd108@pacbell.net Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On a fresh FreeBSD 4.8-20030313-RC installation, everytime a linux binary is run, core is dumped, and "Bad system call" error message, is emitted and a 0 length file is left in the directory (if it happens to be writable by the user). The 0 length files file name is always ????????????. The linux binaries in question are the various netscapes installed from /usr/ports, and realplayer8 linux binaries downloaded from the net. Kldstat shows: Id Refs Address Size Name 1 3 0xc0100000 4e9fac kernel 2 1 0xc23ae000 7000 linprocfs.ko 4 1 0xc2430000 15000 linux.ko Any info on this? Cheers, Joe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Mar 23 17:20:21 2003 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8492037B401 for ; Sun, 23 Mar 2003 17:20:18 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9351343F75 for ; Sun, 23 Mar 2003 17:20:17 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2O1KHNS063925 for ; Sun, 23 Mar 2003 17:20:17 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2O1KHFj063924; Sun, 23 Mar 2003 17:20:17 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B95C37B401 for ; Sun, 23 Mar 2003 17:13:44 -0800 (PST) Received: from noc.tht.net (noc.tht.net [216.126.88.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id C826643F75 for ; Sun, 23 Mar 2003 17:13:43 -0800 (PST) (envelope-from gregp@noc.tht.net) Received: by noc.tht.net (Postfix, from userid 1000) id C407B2A693; Sun, 23 Mar 2003 20:13:40 -0500 (EST) Message-Id: <20030324011340.C407B2A693@noc.tht.net> Date: Sun, 23 Mar 2003 20:13:40 -0500 (EST) From: gregp Reply-To: gregp To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: kern/50229: FreeBSD detects laptop drive geometries incorrectly Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 50229 >Category: kern >Synopsis: FreeBSD detects laptop drive geometries incorrectly >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 Mar 23 17:20:17 PST 2003 >Closed-Date: >Last-Modified: >Originator: gregp >Release: FreeBSD 5.0-RELEASE i386 >Organization: >Environment: Trying to install FreeBSD 5.0-RELEASE (or the latest 4.x RELEASE), uname unavailable. Dell Inspiron 8000 Laptop, 40GB IBM Travelstar laptop harddrive. >Description: Upon booting from the install CD, FreeBSD misdetects the geometry of my hard disk, and reports gibbrish for it's name in the section where it prints its size/geometry. When booting 5.0-RELEASE via boot -v, the following messages are visible: [ copied by hand, and only relevant sections. more is available on request. ] ... bios32: Found BIOS32 Service Directory header at 0xc00ffe80 bios32: Entry = 0xffe90 (c00ffe90) Rev = 0 Len = 1 pcibios: PCI BIOS entry at 0xf0000+0xf06c pnpbios: Found PnP BIOS data at 0xc00fe2d0 pnpbios: Entry = f0000:e2f4 Rev = 1.0 pnpbios: Event flag at 4b4 Other BIOS signatures found: ... atapci0: port=0xbfa0-0xbfaf at device 31.1 on pci0 ata0: iobase=0x01f0 altiobase=0x03f6 bmaddr=0xbfa0 ata0: mask=03 ostat0=50 ostat2=50 ata0-master: ATAPI 00 00 ata0-slave: ATAPI 14 eb ata0: mask=03 stat0=50 stat1=00 ata0: master ATA 01a5 ata0: devices=09 ata0: at 0x1f0 irq14 on atapci0 ... ad0: DMA limited to UDMA33, non-ATA66 cable or device ad0: success setting UDMA2 on Intel chip GEOM: new disk ad0 ar: FreeBSD check1 failed ad0: ATA-5 disk at ata0-master ad0: 692MB (1418256 sectors), 1407 C, 16 H, 63 S, 512 B ad0: 16 secs/int, a depth queue, UDMA33 ad0: piomode=4 dmamode=2 udmamode=5 dmaflag=1 ... GEOM: Configure ad0s1 start 32256 length 29520497664 end 29520529919 GEOM: Configure ad0s2 start 29520529920 length 98703360 end 29619233279 GEOM: Configure ad0s3 start 29619233280 length 509967360 end 30129200640 length 9878561280 end 40007761919 There were other GEOM entries, but I realize I forgot to write them down. They didn't seem to match with the stuff printed for ad0, so I'm not sure if that's valid. The drive currently has Windows XP and RedHat Linux installed. Kernel 2.4.18 (stock RedHat kernel, IIRC) boots fine, and installs fine without doing any damage. Obviously, installing FreeBSD on this disk will result in some wonderful data loss, considering it mis-detects its vitals (I've tried before). Another IBM Travelstar drive, 10GB in size experiences similar problems, sizes vary. This problem applies to both 5.0 and the latest 4.x RELEASE. As I said, RedHat installs fine (I was in a hurry to get *a* UNIX on the laptop, so I had to settle), so any information you want as to how it detects things, or how it sees the geometry is available on request. Finally, the disk itself put in a FreeBSD desktop box (running 4.x) is correctly probed, and I can mount various partitions on it without issue. It appears to be a problem between my BIOS/laptop/controller and FreeBSD. >How-To-Repeat: Try to install FreeBSD on the laptop. >Fix: Not a clue. I'm not versed enough in the kernel or ATA stuffs to figure it out. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Mar 23 18:40: 7 2003 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A680A37B401 for ; Sun, 23 Mar 2003 18:40:06 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 371F843F75 for ; Sun, 23 Mar 2003 18:40:06 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2O2e6NS083027 for ; Sun, 23 Mar 2003 18:40:06 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2O2e67S083026; Sun, 23 Mar 2003 18:40:06 -0800 (PST) Date: Sun, 23 Mar 2003 18:40:06 -0800 (PST) Message-Id: <200303240240.h2O2e67S083026@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Kang Liu" Subject: Re: kern/50216: kernel panic on 5.0-current when use ipfw2 with dynamic rules Reply-To: "Kang Liu" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/50216; it has been noted by GNATS. From: "Kang Liu" To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: kern/50216: kernel panic on 5.0-current when use ipfw2 with dynamic rules Date: Mon, 24 Mar 2003 10:39:02 +0800 There is the same problem in stable-branch. I've tested ipfw2 with dynamic rules on the latest 4.8-RC,while ipfw(I mean ipfw-1) works on well with dynamic rule. _________________________________________________________________ Add photos to your messages with MSN 8. Get 2 months FREE*. http://join.msn.com/?page=features/featuredemail To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Mar 24 2:45:50 2003 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BBB6237B401; Mon, 24 Mar 2003 02:45:48 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C1FD43F3F; Mon, 24 Mar 2003 02:45:48 -0800 (PST) (envelope-from tjr@FreeBSD.org) Received: from freefall.freebsd.org (tjr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2OAjmNS008389; Mon, 24 Mar 2003 02:45:48 -0800 (PST) (envelope-from tjr@freefall.freebsd.org) Received: (from tjr@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2OAjmJT008385; Mon, 24 Mar 2003 02:45:48 -0800 (PST) Date: Mon, 24 Mar 2003 02:45:48 -0800 (PST) From: "Tim J. Robbins" Message-Id: <200303241045.h2OAjmJT008385@freefall.freebsd.org> To: sean-freebsd@farley.org, tjr@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/49968: ipcs is incorrectly documented X-Spam-Status: No, hits=0.0 required=5.0 tests=none version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: ipcs is incorrectly documented State-Changed-From-To: open->patched State-Changed-By: tjr State-Changed-When: Mon Mar 24 02:45:29 PST 2003 State-Changed-Why: Fixed in -current. http://www.freebsd.org/cgi/query-pr.cgi?pr=49968 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Mar 24 2:58:40 2003 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 45EFA37B401; Mon, 24 Mar 2003 02:58:39 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA3A943F93; Mon, 24 Mar 2003 02:58:38 -0800 (PST) (envelope-from tjr@FreeBSD.org) Received: from freefall.freebsd.org (tjr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2OAwcNS010687; Mon, 24 Mar 2003 02:58:38 -0800 (PST) (envelope-from tjr@freefall.freebsd.org) Received: (from tjr@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2OAwcEI010683; Mon, 24 Mar 2003 02:58:38 -0800 (PST) Date: Mon, 24 Mar 2003 02:58:38 -0800 (PST) From: "Tim J. Robbins" Message-Id: <200303241058.h2OAwcEI010683@freefall.freebsd.org> To: erik@phoenix.smluc.org, tjr@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/46480: patch to allow negative numbers in head X-Spam-Status: No, hits=0.0 required=5.0 tests=none version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: patch to allow negative numbers in head State-Changed-From-To: open->closed State-Changed-By: tjr State-Changed-When: Mon Mar 24 02:57:46 PST 2003 State-Changed-Why: Can already be done with "tail": tail +N somefile. http://www.freebsd.org/cgi/query-pr.cgi?pr=46480 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Mar 24 3: 6: 5 2003 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C1D437B401; Mon, 24 Mar 2003 03:06:04 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9BE6A43F93; Mon, 24 Mar 2003 03:06:03 -0800 (PST) (envelope-from tjr@FreeBSD.org) Received: from freefall.freebsd.org (tjr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2OB63NS016037; Mon, 24 Mar 2003 03:06:03 -0800 (PST) (envelope-from tjr@freefall.freebsd.org) Received: (from tjr@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2OB62YL016033; Mon, 24 Mar 2003 03:06:02 -0800 (PST) Date: Mon, 24 Mar 2003 03:06:02 -0800 (PST) From: "Tim J. Robbins" Message-Id: <200303241106.h2OB62YL016033@freefall.freebsd.org> To: dmlb@dmlb.org, tjr@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/42404: TIOCSCTTY not implemented in linuxulator X-Spam-Status: No, hits=0.0 required=5.0 tests=none version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: TIOCSCTTY not implemented in linuxulator State-Changed-From-To: open->patched State-Changed-By: tjr State-Changed-When: Mon Mar 24 03:05:42 PST 2003 State-Changed-Why: This ioctl has been implemented in -current. http://www.freebsd.org/cgi/query-pr.cgi?pr=42404 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Mar 24 7:20:10 2003 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 67C6937B401 for ; Mon, 24 Mar 2003 07:20:06 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E118343F75 for ; Mon, 24 Mar 2003 07:20:05 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2OFK5NS018000 for ; Mon, 24 Mar 2003 07:20:05 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2OFK5FO017998; Mon, 24 Mar 2003 07:20:05 -0800 (PST) Date: Mon, 24 Mar 2003 07:20:05 -0800 (PST) Message-Id: <200303241520.h2OFK5FO017998@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Ferdinand Goldmann Subject: Re: kern/31102: lge + Pentium III data transmission problem Reply-To: Ferdinand Goldmann X-Spam-Status: No, hits=0.4 required=5.0 tests=MAILTO_TO_SPAM_ADDR version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/31102; it has been noted by GNATS. From: Ferdinand Goldmann To: freebsd-gnats-submit@FreeBSD.org Cc: bigbird@pc.jaring.my Subject: Re: kern/31102: lge + Pentium III data transmission problem Date: Mon, 24 Mar 2003 16:12:01 +0100 Hello, I think I can confirm that the bug still exists in recent releases: 4.8-RC FreeBSD 4.8-RC #0: Mon Mar 24 14:28:41 CET 2003 The machine in question is an IBM xSeries 330. This is a dual-CPU capable mainboad. Our machine is only equipped with a single CPU: CPU: Intel(R) Pentium(R) III CPU family 1266MHz (1263.07-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x6b1 Stepping = 1 Features=0x383fbff real memory = 536788992 (524208K bytes) avail memory = 518930432 (506768K bytes) The GigaBit card is a D-Link DGE-500SX: lge0: port 0x2400-0x24ff mem 0xefffec00-0xefffefff irq 10 at device 5.0 on pci1 lge0: Ethernet address: 00:50:ba:ec:45:b5 miibus2: on lge0 xmphy0: on miibus2 xmphy0: 1000baseSX, 1000baseSX-FDX, auto lge0@pci1:5:0: class=0x020000 card=0x48001186 chip=0x00011394 rev=0x02 hdr=0x00 vendor = 'Level One Communications' device = 'LXT1001 Gigabit Ethernet Adapter' class = network subclass = ethernet $ scp zsh-4.0.6.tgz k000188@alfred: Password: zsh-4.0.6.tgz 0% | | 0 --:-- ETAReceived disconnect from xx.xx.xx.xx: 2: Corrupted MAC on input. lost connection Well, the same problem can be reproduced with FTP. I tried to FTP compressed tar archives from several different locations, they all were broken. I tried two kernel configurations: With SMP compiled in and without SMP, both show the same problem. There seems to be a serious software flaw here, the card is completely useless under FreeBSD using this configuration. (I will maybe try to check with Linux to see if the problem persists). Kind regards -- >> //// | | >> |--00 | UNIX | >> Ferdinand Goldmann C ^ | | >> EMail: Ferdinand.Goldmann@zid.uni-linz.ac.at \ ~/ ~~~|~~~~~~~~ >> Tel. : +43/732/2468/9398 Fax. : +43/732/2468/9397 | |-----3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Mar 24 7:40: 6 2003 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 89E8F37B401 for ; Mon, 24 Mar 2003 07:40:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A720643FA3 for ; Mon, 24 Mar 2003 07:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2OFe2NS076759 for ; Mon, 24 Mar 2003 07:40:02 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2OFe2T5076754; Mon, 24 Mar 2003 07:40:02 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BDE4237B401 for ; Mon, 24 Mar 2003 07:34:18 -0800 (PST) Received: from web13501.mail.yahoo.com (web13501.mail.yahoo.com [216.136.175.80]) by mx1.FreeBSD.org (Postfix) with SMTP id D6BD443F85 for ; Mon, 24 Mar 2003 07:34:16 -0800 (PST) (envelope-from dyeske@yahoo.com) Received: from [24.196.239.120] by web13501.mail.yahoo.com via HTTP; Mon, 24 Mar 2003 07:34:16 PST Message-Id: <20030324153416.49845.qmail@web13501.mail.yahoo.com> Date: Mon, 24 Mar 2003 07:34:16 -0800 (PST) From: David Yeske To: FreeBSD-gnats-submit@FreeBSD.org Cc: ambrisko@FreeBSD.org, Mario Subject: kern/50249: MFC src/sys/nfsclient/bootp_subr.c,v 1.38 X-Spam-Status: No, hits=-0.8 required=5.0 tests=RESENT_TO version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 50249 >Category: kern >Synopsis: MFC src/sys/nfsclient/bootp_subr.c,v 1.38 >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 Mar 24 07:40:02 PST 2003 >Closed-Date: >Last-Modified: >Originator: David Yeske >Release: FreeBSD 4.8-RC i386 >Organization: >Environment: System: FreeBSD blue 4.8-RC FreeBSD 4.8-RC #0: Thu Mar 20 03:51:59 EST 2003 root@blue:/usr/obj/usr/src/sys/BLUE i386 >Description: this is an MFC of src/sys/nfsclient/bootp_subr.c,v 1.38 2002/05/17 20:18:48 ambrisko option-60 support is useful for dhcp match if substring (option vendor-class-identifier, 0, 14) = "FreeBSD:i386:4"; revision 1.38 date: 2002/05/17 20:18:48; author: ambrisko; state: Exp; lines: +12 -0 Add TAG_VENDOR_INDENTIFIER (option 60) to our DHCP request done by the kernel BOOTP option. The format will be: FreeBSD:: this way people can tune their DHCP server to server up root file systems via the OS, machine type and version. Obtained from: NetBSD MFC after: 3 weeks >How-To-Repeat: boot a RELENG_4 kernel with BOOTP options >Fix: http://pigseye.kennesaw.edu/~dyeske/freebsd/patch-src-sys-nfs-bootp_subr.c __________________________________________________ Do you Yahoo!? Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop! http://platinum.yahoo.com >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Mar 24 8:10:21 2003 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E5EAD37B401 for ; Mon, 24 Mar 2003 08:10:18 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2052543FAF for ; Mon, 24 Mar 2003 08:10:17 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2OGAHNS096298 for ; Mon, 24 Mar 2003 08:10:17 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2OGAGab096297; Mon, 24 Mar 2003 08:10:16 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E8C137B401 for ; Mon, 24 Mar 2003 08:08:47 -0800 (PST) Received: from MAILSERVER.ofw.fi (ns.ofw.fi [194.111.144.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44D8143F85 for ; Mon, 24 Mar 2003 08:08:46 -0800 (PST) (envelope-from dan.naumov@ofw.fi) Received: from [172.16.161.81] by MAILSERVER.ofw.fi (NTMail 7.00.0022/NT1439.00.90501b21) with ESMTP id hcwbjaaa for FreeBSD-gnats-submit@freebsd.org; Mon, 24 Mar 2003 18:07:57 +0200 Message-Id: <1048522327.43790.28.camel@localhost> Date: 24 Mar 2003 18:12:07 +0200 From: Dan Naumov To: FreeBSD-gnats-submit@FreeBSD.org Subject: kern/50253: sound mixing issues with ENSONIQ AudioPCI ES1371 and X-Spam-Status: No, hits=-0.8 required=5.0 tests=RESENT_TO version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 50253 >Category: kern >Synopsis: sound mixing issues with ENSONIQ AudioPCI ES1371 and >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 Mar 24 08:10:16 PST 2003 >Closed-Date: >Last-Modified: >Originator: Dan Naumov >Release: 5.0-RELEASE-p4 >Organization: none, home user >Environment: FreeBSD localhost.localdomain 5.0-RELEASE-p4 FreeBSD 5.0-RELEASE-p4 #0: Sat Mar 8 06:48:20 EET 2003 root@localhost.localdomain:/usr/obj/usr/src/sys/JAGO i386 pcm0: port 0xe400-0xe43f irq 11 at device 14.0 on pci0 >Description: I've recently noticed a very strange issue when I was watching high-quality DiVX movies using multimedia/mplayer. Namely, the sound would make really annoying "cracking" noises, somewhat resambling a bad radio. At first I thought it was a codec or player issue, but it turned out to not be the case. A cry for help on mplayer-users resulted in this reply: "it is a FreeBSD related problem. For the 4.X branch it was a problem with the kernel software mixing which runs to 44100 Hz and most of movies are encoded to 48000 Hz, so the nasty sound appears." Apparently, this problem is also present in 5.0 >How-To-Repeat: install mplayer attempt to play a video with sound encoded at 48000 Khz >Fix: There is no real fix so far, but the workaround is to pass "-srate 44100" to mplayer or gmplayer when starting them. Yes, I know it's very ugly, but it's better than having nothing until the real fix arrives. >Release-Note: >Audit-Trail: >Unformatted: "device pcm" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Mar 24 8:32:23 2003 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 9828237B401; Mon, 24 Mar 2003 08:32:20 -0800 (PST) Received: from mbox-o00.iijmio.jp (mbox-o00.iijmio.jp [210.138.144.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id B64B043F75; Mon, 24 Mar 2003 08:32:18 -0800 (PST) (envelope-from kajimoto@iijmio-mail.jp) Received: MMS O id h2OGWHU25467; Tue, 25 Mar 2003 01:32:17 +0900 (JST) Received: MMS R00 id h2OGWGC27093; Tue, 25 Mar 2003 01:32:16 +0900 (JST) from localhost (localhost [127.0.0.1]) (authenticated) Date: Tue, 25 Mar 2003 01:32:00 +0900 (JST) Message-Id: <20030325.013200.74744115.kajimoto@iijmio-mail.jp> To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: kajimoto@iijmio-mail.jp Subject: Re: bin/44504: tcsh-6.12.00's "source" command ignore commands over 4kb with ja_JP.EUC locale From: KAJIMOTO Masato In-Reply-To: <200210261950.g9QJo19f090930@freefall.freebsd.org> References: <200210261942.g9QJglfM006495@www.freebsd.org> <200210261950.g9QJo19f090930@freefall.freebsd.org> X-Mailer: Mew version 3.2 on XEmacs 21.1.14 (Cuyahoga Valley) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=-12.8 required=5.0 tests=IN_REP_TO,PATCH_CONTEXT_DIFF,REFERENCES autolearn=ham version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Please someone commit this patch to fix tcsh-6.12.00's bug. diff -c src/contrib/tcsh.orig/sh.c src/contrib/tcsh/sh.c *** src/contrib/tcsh.orig/sh.c Sat Jul 6 01:28:16 2002 --- src/contrib/tcsh/sh.c Tue Mar 4 21:10:53 2003 *************** *** 1010,1016 **** --- 1010,1026 ---- * descriptor to hold the name of the script (setuid case) and this name * mustn't be lost by closing the fd too soon. */ + #ifdef NLS_BUGS + #ifdef NLS_CATALOGS + (void)catclose(catd); + #endif /* NLS_CATALOGS */ + #endif /* NLS_BUGS */ closem(); + #ifdef NLS_BUGS + #ifdef NLS_CATALOGS + nlsinit(); + #endif /* NLS_CATALOGS */ + #endif /* NLS_BUGS */ /* * Consider input a tty if it really is or we are interactive. but not for *************** *** 2360,2372 **** void initdesc() { - #ifdef NLS_BUGS - #ifdef NLS_CATALOGS - (void)catclose(catd); - #endif /* NLS_CATALOGS */ - #endif /* NLS_BUGS */ - - didfds = 0; /* 0, 1, 2 aren't set up */ (void) close_on_exec(SHIN = dcopy(0, FSHIN), 1); (void) close_on_exec(SHOUT = dcopy(1, FSHOUT), 1); --- 2370,2375 ---- *************** *** 2377,2387 **** #endif /* CLOSE_ON_EXEC */ isdiagatty = isatty(SHDIAG); isoutatty = isatty(SHOUT); - #ifdef NLS_BUGS - #ifdef NLS_CATALOGS - nlsinit(); - #endif /* NLS_CATALOGS */ - #endif /* NLS_BUGS */ } --- 2380,2385 ---- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Mar 24 8:40:28 2003 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1ABF937B401 for ; Mon, 24 Mar 2003 08:40:23 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 892D243FCB for ; Mon, 24 Mar 2003 08:40:19 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2OGeJNS014470 for ; Mon, 24 Mar 2003 08:40:19 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2OGeJIo014465; Mon, 24 Mar 2003 08:40:19 -0800 (PST) Date: Mon, 24 Mar 2003 08:40:19 -0800 (PST) Message-Id: <200303241640.h2OGeJIo014465@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: KAJIMOTO Masato Subject: Re: bin/44504: tcsh-6.12.00's "source" command ignore commands over 4kb with ja_JP.EUC locale Reply-To: KAJIMOTO Masato X-Spam-Status: No, hits=-6.4 required=5.0 tests=AWL version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/44504; it has been noted by GNATS. From: KAJIMOTO Masato To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: kajimoto@iijmio-mail.jp Subject: Re: bin/44504: tcsh-6.12.00's "source" command ignore commands over 4kb with ja_JP.EUC locale Date: Tue, 25 Mar 2003 01:32:00 +0900 (JST) Please someone commit this patch to fix tcsh-6.12.00's bug. diff -c src/contrib/tcsh.orig/sh.c src/contrib/tcsh/sh.c *** src/contrib/tcsh.orig/sh.c Sat Jul 6 01:28:16 2002 --- src/contrib/tcsh/sh.c Tue Mar 4 21:10:53 2003 *************** *** 1010,1016 **** --- 1010,1026 ---- * descriptor to hold the name of the script (setuid case) and this name * mustn't be lost by closing the fd too soon. */ + #ifdef NLS_BUGS + #ifdef NLS_CATALOGS + (void)catclose(catd); + #endif /* NLS_CATALOGS */ + #endif /* NLS_BUGS */ closem(); + #ifdef NLS_BUGS + #ifdef NLS_CATALOGS + nlsinit(); + #endif /* NLS_CATALOGS */ + #endif /* NLS_BUGS */ /* * Consider input a tty if it really is or we are interactive. but not for *************** *** 2360,2372 **** void initdesc() { - #ifdef NLS_BUGS - #ifdef NLS_CATALOGS - (void)catclose(catd); - #endif /* NLS_CATALOGS */ - #endif /* NLS_BUGS */ - - didfds = 0; /* 0, 1, 2 aren't set up */ (void) close_on_exec(SHIN = dcopy(0, FSHIN), 1); (void) close_on_exec(SHOUT = dcopy(1, FSHOUT), 1); --- 2370,2375 ---- *************** *** 2377,2387 **** #endif /* CLOSE_ON_EXEC */ isdiagatty = isatty(SHDIAG); isoutatty = isatty(SHOUT); - #ifdef NLS_BUGS - #ifdef NLS_CATALOGS - nlsinit(); - #endif /* NLS_CATALOGS */ - #endif /* NLS_BUGS */ } --- 2380,2385 ---- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Mar 24 8:50:23 2003 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7191F37B401 for ; Mon, 24 Mar 2003 08:50:21 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17B7943FB1 for ; Mon, 24 Mar 2003 08:50:21 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2OGoINS016912 for ; Mon, 24 Mar 2003 08:50:18 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2OGoIfr016910; Mon, 24 Mar 2003 08:50:18 -0800 (PST) Date: Mon, 24 Mar 2003 08:50:18 -0800 (PST) Message-Id: <200303241650.h2OGoIfr016910@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Peter Pentchev Subject: Re: bin/44504: tcsh-6.12.00's "source" command ignore commands over 4kb with ja_JP.EUC locale Reply-To: Peter Pentchev X-Spam-Status: No, hits=0.0 required=5.0 tests=none version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/44504; it has been noted by GNATS. From: Peter Pentchev To: KAJIMOTO Masato Cc: bug-followup@FreeBSD.org Subject: Re: bin/44504: tcsh-6.12.00's "source" command ignore commands over 4kb with ja_JP.EUC locale Date: Mon, 24 Mar 2003 18:43:52 +0200 On Tue, Mar 25, 2003 at 01:32:00AM +0900, KAJIMOTO Masato wrote: > Please someone commit this patch to fix tcsh-6.12.00's bug. [patch snipped] Could you get in touch with Christos Zoulas and see if this patch can make its way into the mainstream tcsh sources? Then it will be imported into FreeBSD at the time of the next vendor import. Thanks for the patch! G'luck, Peter -- Peter Pentchev roam@ringlet.net roam@sbnd.net roam@FreeBSD.org PGP key: http://people.FreeBSD.org/~roam/roam.key.asc Key fingerprint FDBA FD79 C26F 3C51 C95E DF9E ED18 B68D 1619 4553 This sentence every third, but it still comprehensible. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Mar 24 9:50:20 2003 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C46A37B401 for ; Mon, 24 Mar 2003 09:50:19 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9BE843FAF for ; Mon, 24 Mar 2003 09:50:18 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2OHoINS048950 for ; Mon, 24 Mar 2003 09:50:18 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2OHoIgR048949; Mon, 24 Mar 2003 09:50:18 -0800 (PST) Date: Mon, 24 Mar 2003 09:50:18 -0800 (PST) Message-Id: <200303241750.h2OHoIgR048949@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Coleman Kane Subject: Re: kern/50216: kernel panic on 5.0-current when use ipfw2 with dynamic rules Reply-To: Coleman Kane X-Spam-Status: No, hits=0.0 required=5.0 tests=none version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/50216; it has been noted by GNATS. From: Coleman Kane To: freebsd-gnats-submit@FreeBSD.org, lazyking@hotmail.com Cc: Subject: Re: kern/50216: kernel panic on 5.0-current when use ipfw2 with dynamic rules Date: Mon, 24 Mar 2003 12:52:04 -0500 I have experienced this problem as well, on three 5.0-R boxes (one an alpha). It seems to manifest itself when using limit rules in the firewall. I can successfully use keep-state/setup rules on all of these machines. I have not had time to look into the source due to work/school constraints. I figured I would put in my experience to help out luigi or whomever else decides to hash this out. -- coleman kane To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Mar 24 11: 0:34 2003 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D0F1437B401 for ; Mon, 24 Mar 2003 11:00:31 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45E6B43FAF for ; Mon, 24 Mar 2003 11:00:31 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2OJ0VNS068530 for ; Mon, 24 Mar 2003 11:00:31 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2OJ0UXl068519; Mon, 24 Mar 2003 11:00:30 -0800 (PST) Date: Mon, 24 Mar 2003 11:00:30 -0800 (PST) Message-Id: <200303241900.h2OJ0UXl068519@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Coleman Kane Subject: Re: kern/50216: kernel panic on 5.0-current when use ipfw2 with dynamic rules Reply-To: Coleman Kane X-Spam-Status: No, hits=0.0 required=5.0 tests=none version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/50216; it has been noted by GNATS. From: Coleman Kane To: freebsd-gnats-submit@FreeBSD.org, lazyking@hotmail.com Cc: Subject: Re: kern/50216: kernel panic on 5.0-current when use ipfw2 with dynamic rules Date: Mon, 24 Mar 2003 13:58:46 -0500 More info: Using the following rule: allow tcp from any to me port 25 limit src-addr 10 The system will panic as stated, though having multiple clients hammer the smtp port will cause this panic in about 5 minutes or so. Only connecting repeatedly from one client doesn't seem to have this effect. On Mon, Mar 24, 2003 at 12:52:04PM -0500, Coleman Kane wrote: > I have experienced this problem as well, on three 5.0-R boxes (one an > alpha). It seems to manifest itself when using limit rules in the > firewall. I can successfully use keep-state/setup rules on all of > these machines. I have not had time to look into the source due to > work/school constraints. I figured I would put in my experience to > help out luigi or whomever else decides to hash this out. > > -- > coleman kane To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Mar 24 11: 0:36 2003 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 7EC0237B404 for ; Mon, 24 Mar 2003 11:00:32 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 10A5A43F3F for ; Mon, 24 Mar 2003 11:00:32 -0800 (PST) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2OJ0VNS068545 for ; Mon, 24 Mar 2003 11:00:31 -0800 (PST) (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2OJ0V8L068539 for freebsd-bugs@freebsd.org; Mon, 24 Mar 2003 11:00:31 -0800 (PST) Date: Mon, 24 Mar 2003 11:00:31 -0800 (PST) Message-Id: <200303241900.h2OJ0V8L068539@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-Spam-Status: No, hits=0.3 required=5.0 tests=ADDR_FREE,X_AUTH_WARNING version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Current FreeBSD problem reports No matches to your query To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Mar 24 11: 4:57 2003 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 B3EBF37B401 for ; Mon, 24 Mar 2003 11:03:18 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D66243FA3 for ; Mon, 24 Mar 2003 11:00:38 -0800 (PST) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2OJ0cNS068566 for ; Mon, 24 Mar 2003 11:00:38 -0800 (PST) (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2OJ0WDM068550 for freebsd-bugs@freebsd.org; Mon, 24 Mar 2003 11:00:32 -0800 (PST) Date: Mon, 24 Mar 2003 11:00:32 -0800 (PST) Message-Id: <200303241900.h2OJ0WDM068550@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: FreeBSD bugs list Subject: Current problem reports Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Current FreeBSD problem reports The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. Bugs can be in one of several states: o - open A problem report has been submitted, no sanity checking performed. a - analyzed The problem is understood and a solution is being sought. f - feedback Further work requires additional information from the originator or the community - possibly confirmation of the effectiveness of a proposed solution. p - patched A patch has been committed, but some issues (MFC and / or confirmation from originator) are still open. s - suspended The problem is not being worked on, due to lack of information or resources. This is a prime candidate for somebody who is looking for a project to do. If the problem cannot be solved at all, it will be closed, rather than suspended. c - closed A problem report is closed when any changes have been integrated, documented, and tested -- or when fixing the problem is abandoned. Critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- f [1998/05/13] kern/6630 phk [PATCH] Fix for Cyrix I8254 bug o [1998/07/12] kern/7264 gibbs Buslogic BT 950 scsi card not detected o [1998/11/25] kern/8861 mdodd under heavy (multi interface) traffic ep0 s [1999/06/05] kern/12041 n_hibma Crashes on startup if Zip drive is switch f [1999/06/25] kern/12395 gibbs Buslogic SCSI cards (BT948) time out unde p [1999/07/13] alpha/12623 alpha Certain valid numeric strings cause a SIG f [2000/01/17] misc/16157 green "fire" screensave kills network performan o [2000/03/27] kern/17620 jhay Digi/570i sync driver (if_ar.c) causes sy o [2000/05/09] misc/18466 jwd install via nfs or ftp media silently tru o [2000/05/17] misc/18641 paul FreeBSD V4.0 crashes when using ifconfig f [2000/05/29] kern/18874 peter 32bit NFS servers export wrong negative v o [2000/06/13] kern/19247 uthread_sigaction.c does not do anything o [2000/07/12] gnu/19882 obrien ld does not detect all undefined symbols! o [2000/07/30] i386/20308 yokota vidcontrol VESA_800x600 causes a kernel p f [2000/07/31] kern/20310 groudier Symbios 53c875j drivers don't work o [2000/08/05] kern/20429 yokota setting flags 0x1 in atkbd0 locks keyboar o [2000/08/08] i386/20495 yokota 4.1-STABLE and 4.1-RELEASE: keyboard does o [2000/08/28] kern/20895 groudier sym driver doesn't work for SYM53C895A f [2000/09/04] misc/21025 msmith BTX loader 1.00 gets 1Gb of memory from B f [2000/09/04] i386/21042 mdodd Keyboard driver problems with PS/2 Model o [2000/09/12] kern/21220 msmith mlx0: I/O error - attempt to write beyond o [2000/09/14] kern/21272 wpaul USB interrupts seem to be turned off o [2000/09/14] kern/21278 gibbs ahc driver wedges on stressed SMP system f [2000/11/01] kern/22494 silby Fatal trap 12: page fault while in kernel f [2000/11/03] bin/22595 brian telnetd tricked into using arbitrary peer f [2000/11/18] kern/22953 keu driver throws 'usb error on rx: IOERR o [2000/11/20] gnu/22972 obrien Internal Compiler Error o [2000/11/25] misc/23103 fenner lacks many ISO C99 features (NAN f [2000/11/27] i386/23145 brian pppoe-test-program panics the server f [2000/11/29] kern/23173 read hangs in linux emulation a [2000/12/14] kern/23547 msmith only one logical device on Mylex AcceleRA s [2001/01/30] kern/24740 cy filesystem corruption CFP1080 CAM SCSI ca o [2001/03/09] kern/25632 n_hibma USB modem (umodem) may destroy the cfreel o [2001/03/20] kern/25950 obrien Bad drives on asr look zero-length and pa o [2001/03/24] kern/26048 obrien 4.3-RC: SMP and asr driver don't work to o [2001/04/13] kern/26549 IPsec policies for more than one pair of f [2001/04/25] kern/26840 process doing mmap() over nfs hangs in vm f [2001/05/03] kern/27059 groudier (symbios) SCSI subsystem hangs under heav a [2001/05/10] kern/27250 bp unionfs filesystem panics in large number f [2001/05/11] kern/27275 kernel bug ? f [2001/06/27] kern/28465 Enabling softupdates on a clean but activ f [2001/06/27] kern/28466 When soft updates is enabled, cpl is not f [2001/07/04] kern/28703 Kernel reboot during tape backup of nfs m o [2001/07/14] kern/28966 pirzyk math libraries in linux emulation do not o [2001/07/15] ports/28995 max deMime produces blank line in header part o [2001/07/24] misc/29200 dcs Syntax errors in /boot/device.hints cause o [2001/08/14] conf/29699 ru Setting NO_MAILWRAPPER results in a syst o [2001/08/18] kern/29844 standards [PATCH] setpgrp does not behave as manual o [2001/08/18] kern/29847 n_hibma USB usbd_probe_and_attach() is broken and o [2001/09/04] ports/30331 portmgr Conflict between bsd.port.mk MAKEFILE var f [2001/09/09] i386/30458 Workstation sometimes hangs when connecte a [2001/09/24] i386/30802 gibbs repeat of i386/22760. Adaptec SCSI contro o [2001/09/27] bin/30869 dump does not dump all files of a filesys f [2001/09/29] kern/30921 ACER mechanic ps/2 keyboard don´t work an o [2001/09/30] ports/30935 taoka pips sc880 - needs to have syvr4 support o [2001/10/04] kern/31042 murray Device name conflict o [2001/10/14] misc/31266 cjc System can be crashed with "ls -al /flopp o [2001/10/15] bin/31304 joe fix crunchgen to work with more contrib-k o [2001/10/17] conf/31327 Fixes and improvements for rc.diskless* s a [2001/10/31] i386/31671 doc 4.4 installer hangs at " Mounting root fr f [2001/11/02] kern/31710 silby kernel reboots; looks like an unintended o [2001/11/16] bin/32040 brian 4.4-Release "set mtu" in ppp is broken wi f [2001/11/23] i386/32237 4.4-RELEASE keyboard doesnt work after bo f [2001/11/30] kern/32418 silby kernel table full o [2001/12/11] kern/32713 usb mouse detaches from hub and doesnt re f [2001/12/14] i386/32830 FreeBSD 4.4 install fails on Thinkpad 750 a [2001/12/14] kern/32831 sos HP Colorado IDE tape drive get wedged eas a [2001/12/22] i386/33089 murray GENERIC bloat causes 'make world' to brea p [2001/12/27] gnu/33262 mp gdb does not handle pending signals corre o [2002/01/07] bin/33670 dwmalone default inetd install allows for unlimite o [2002/01/16] kern/33951 pthread_cancel is ignored f [2002/01/16] kern/33970 random freeze on IDE Raid 0 (Highpoint HP f [2002/01/17] misc/33997 Reboot Fails on Server f [2002/01/17] i386/34018 response to request from ipv6 client does o [2002/01/18] bin/34028 brian userland ppp o [2002/01/19] kern/34067 n_hibma Reproducable crash on usb ugen o [2002/01/19] kern/34071 pcn-driver is sort-of-broken in 4.5RC2 (a f [2002/01/21] i386/34144 installation,mounting root from ufs:/dev/ o [2002/01/25] bin/34274 green 4.5-RC Interoperability issue: sshd o [2002/01/30] kern/34470 bde Modem gets sio1 interrupt-level buffer o f [2002/02/07] kern/34711 frequent system stall under moderate scsi o [2002/02/18] i386/35096 Network card dies copying files > 200MB w f [2002/02/26] kern/35354 4.4/4.5 FreeBSD causes hard lock after 20 o [2002/03/01] kern/35466 xe driver can not read CIS tuples o [2002/03/06] i386/35615 sound ES1978 Maestro 2E sound card locks up mac o [2002/03/09] i386/35726 Won't let me use ifconfig on the interfac o [2002/03/15] i386/35950 ACPI missing prevents install from floppi o [2002/03/19] kern/36095 cd9660_vfsops.c: cd9660_vget_internal() k o [2002/03/25] kern/36313 sos ATA disk not bootable anymore after cvsup o [2002/03/26] i386/36342 rl/dc(smc) + ppppoe = major bug ! o [2002/03/27] ports/36404 security-officerAcrobat Reader seems to link against zlib o [2002/03/29] kern/36504 crash/panic vm_object_allocate under file a [2002/03/30] kern/36532 sos ar_buf because it is too short, it makes o [2002/03/30] kern/36549 sym driver fails on Tekram DC-390U in 486 o [2002/04/07] i386/36850 Page Fault using ppp with USB Modem p [2002/04/10] ports/36964 keramida cvsupit from www.freebsd.org is out of da o [2002/04/10] kern/36970 kernel cannot root device, ar0s1a on boot o [2002/04/12] kern/37015 Kernel panic in tty_subr.c while using pp o [2002/04/14] kern/37056 usb mouse with bios legacy support on han f [2002/04/14] kern/37060 sos kernel panic with hw.ata.tags=1 in ata-di o [2002/04/14] kern/37064 System hangs when removing wire of NIC D- o [2002/04/16] kern/37144 panic: biodone: Zero vnode ref count ... o [2002/04/19] kern/37257 SMP 4.5 freezes o [2002/04/29] kern/37581 orion Onboard AC97 - channel dead o [2002/05/12] i386/38016 i386_get_ldt range checking bug o [2002/05/12] i386/38021 i386_set_ldt can be cheated o [2002/05/13] kern/38029 Kernel panic in lockmgr o [2002/05/13] bin/38058 brian ppp alters IP header length field 40 -> 4 o [2002/05/14] kern/38070 4.6-PRERELEASE panics on resume on Fujits s [2002/05/15] kern/38107 Panic on nullfs a [2002/05/23] i386/38459 mbr Intel SB82558B NIC won't initialize prope o [2002/05/23] i386/38484 probe freeze o [2002/05/24] conf/38518 combination of pr-27087 and pr-36911 (2) a [2002/05/26] gnu/38594 Fortan program don't link post gcc-3.1 o [2002/05/28] misc/38672 ifconfig+alias o [2002/05/28] bin/38676 change request for pw command o [2002/05/29] i386/38698 Kernel panics when filesystem with snapsh o [2002/05/30] misc/38748 FreeBSD 4.5 Keyboard problem cannot insta o [2002/05/31] i386/38775 Kernel panic with ATA raid f [2002/06/02] kern/38840 when i pass data over my dialup connectio o [2002/06/03] kern/38848 kernel panic when removing memory stick f o [2002/06/03] misc/38867 Boot "Read error" with offboard Promise u o [2002/06/03] kern/38872 nfs code ignores possibility of MGET(M_WA o [2002/06/04] kern/38909 kernel panic in lockmgr...with invalid pi o [2002/06/06] i386/38944 problems with ed-driver and dlink dfe-650 o [2002/06/07] ports/39008 dwhite py-kqueue wrapper broken with python 2.2 o [2002/06/08] kern/39043 Corrupted files on a FAT32 partition o [2002/06/11] ports/39152 dima acroread4 dumps core with linux7 o [2002/06/13] i386/39234 SMP 4.6-RC freezes during boot (Fujitsu-S o [2002/06/15] misc/39341 ppp + USB modem problem o [2002/06/19] kern/39524 smbfs with nge NIC causes kernel panic o [2002/06/19] kern/39553 FreeBSD-4.6 halt on SMP machine o [2002/06/19] alpha/39560 alpha unaligned access in wihap_input_data ( wi o [2002/06/20] i386/39586 "BTX halted" hile attempting 4.6 install o [2002/06/25] i386/39844 sos PANIC using mount -> atacontrol detach -> o [2002/06/29] kern/40003 Panic on boot w/4.6 and 4.6-stable from 6 f [2002/07/01] i386/40099 Jul 1 19:39:17 server /kernel: pid 77933 o [2002/07/05] bin/40215 wpaul NIS host search not terminate o [2002/07/07] kern/40320 Raid crashed f [2002/07/12] kern/40481 Kernel fault on detecting Mylex eXtreme R f [2002/07/13] misc/40542 FreeBSD 4.6 Fatal Traps o [2002/07/14] i386/40564 SMP kernel panic on Intel SE7500CW2 o [2002/07/14] misc/40575 Kern.flp boot floppy error o [2002/07/18] kern/40723 Disabling multicast on vlan interface cau f [2002/07/22] kern/40893 www.vivirasturias.com/dmesg f [2002/07/24] i386/40965 Random root access to non-root users from o [2002/07/27] i386/41052 Fresh install on a Compaq ARMADA E500 say o [2002/07/29] java/41147 java linux-sun-jdk1.4 was crashed o [2002/07/31] i386/41212 Corrupted CRC received at random times wh o [2002/08/05] bin/41350 vnconfig: apparent off-by-one bug o [2002/08/07] kern/41402 kernal panics f [2002/08/07] kern/41417 luigi 3Com xl0 drivers generate a kernel panic o [2002/08/07] misc/41425 adding new cpu types to bsd.cpu.mk o [2002/08/08] i386/41437 sysinstall 4.6 RELEASE - hang f [2002/08/09] kern/41494 static routes set with interface address o [2002/08/10] ports/41513 tobez lang/perl5.8 - "make test" destroys perl o [2002/08/13] i386/41636 Kernel panic on Intel SE7500CW2 - SMP ker o [2002/08/13] bin/41647 ifconfig doesn't accept lladdr along with o [2002/08/14] i386/41663 support of promise fasttrack 100 tx2 unde o [2002/08/16] misc/41717 Memory Leak in FreeBSD o [2002/08/16] i386/41723 Copying files to filesystem causes "integ a [2002/08/18] kern/41765 rwatson UDP socket remains connected after error o [2002/08/19] misc/41792 lseek after ftruncate fails o [2002/08/21] i386/41860 sysinstall rel. 4.5 and 4.6 hangs o [2002/08/22] java/41913 java JniHandler and ChannelUn Errors o [2002/08/26] kern/42030 panic when zebra works on detaching tun i o [2002/08/26] i386/42046 System crashes with f [2002/08/28] i386/42124 dual xeon problem on SE7500CW2 o [2002/08/29] i386/42173 Sony VAIO FXA 53 (or FXA 679 in Mexico) w o [2002/08/30] kern/42198 Kernel panics or system hangs up with big o [2002/08/30] misc/42221 Signal 11 core dumped when fetchin index o [2002/08/30] kern/42235 system panics with "worklist_remove: item o [2002/08/31] kern/42277 mckusick Several kernel panics per day with panics f [2002/09/04] i386/42406 Compatibility of USB equipments o [2002/09/04] kern/42434 another softupdates based kernel panic: h f [2002/09/07] i386/42538 4.7 BROKEN (SED FUNCTION) o [2002/09/08] bin/42563 ATA Tagged Queuing wedges -STABLE p [2002/09/09] kern/42580 kernel crash when starting ISC 3.2 X11 bi o [2002/09/09] kern/42597 kernel panic, xl and bpf related p [2002/09/14] bin/42772 usr.bin/make: patch to stop a fork bomb o [2002/09/14] bin/42789 cp -p may report wrong exit status o [2002/09/15] kern/42796 NCR/SYM 53C825 driver detects scsi cdrom f [2002/09/15] i386/42813 /kernel: ad0: UDMA ICRC READ ERROR o [2002/09/18] ports/42921 nakai archivers/rpm/work/rpm-3.0.6/lib/rpmlead. o [2002/09/18] kern/42937 panic when ARP cache uses up all mbufs o [2002/09/24] i386/43351 X-Server crashes on i810 o [2002/09/26] kern/43396 silby repeatable kernel panic in if_xl.c:xl_new o [2002/09/26] i386/43412 Why my freebsd 4.6.2 auto reboot every on f [2002/09/27] ports/43417 ports-bugs compliation of ncbi-toolkit fails o [2002/09/27] bin/43434 New option to 'dmesg' which allow to disp f [2002/09/28] i386/43461 Durring Install of 4.6 on ASR-2005S/48MB o [2002/09/29] kern/43480 panic: CPU class not configured, Athlon M o [2002/09/29] i386/43491 microuptime () went backwards o [2002/10/02] misc/43576 Problem with wi driver and Lucent Orinoco o [2002/10/02] kern/43614 Installation Hangs at "md1: Malloc disk" o [2002/10/03] kern/43625 Wi(4) driver hangs after long data transf o [2002/10/05] kern/43713 during install, mounting root from ufs:/d o [2002/10/06] kern/43738 Memory corruption in -stable with agp mod o [2002/10/06] misc/43751 FreeBSD4.6R panic during installation o [2002/10/11] misc/43954 nfs-blocked process can't return or be in o [2002/10/12] i386/43978 Kernel Panics in 4.7-STABLE with 486 CPUs o [2002/10/13] kern/44006 Filesystem corruption with ata(4) softwar o [2002/10/14] kern/44054 kernel panic f [2002/10/15] ports/44097 ports-bugs posgresql-723 fails to compile (4.7 RC0) o [2002/10/17] kern/44197 sos ATA CDROM's o [2002/10/17] kern/44198 Toshiba PDR-M25 camera/umass o [2002/10/21] kern/44336 NFSv3 client broken - security problem wi o [2002/10/25] misc/44471 4.6 install writes MBR even when specifie o [2002/10/28] kern/44569 Kernel crash o [2002/10/30] kern/44744 VN devices can hang system FreeBSD v4.5 o [2002/11/01] bin/44808 opiepasswd makes bad seed for existing us o [2002/11/04] ports/44868 fanf sysutils/cfengine2: cfservd dies fails if o [2002/11/04] kern/44884 pcic is broken in current o [2002/11/05] kern/44950 SMP kernel crash in vm_page_free: freeing o [2002/11/07] kern/45032 Panic right after boot with FreeBSD-STABL o [2002/11/09] kern/45170 kernel panics when trying to write to ufs o [2002/11/17] i386/45383 Failed installation FreeBSD 4.7-RELEASE a o [2002/11/20] kern/45535 nfs client panic o [2002/11/21] kern/45568 gibbs ahc(A19160) pci parity error o [2002/11/22] kern/45588 netscape 4.79 crashes system o [2002/11/24] kern/45698 emoore Freebsd 5.0 DP2 can not find Integrated H o [2002/11/25] standards/45738tjr sh "unset" built-in violates IEEE Std 100 o [2002/11/28] bin/45824 phk malloc() overflow bug o [2002/12/02] kern/45910 emoore unable to use amr device o [2002/12/08] i386/46113 busspace bug o [2002/12/12] bin/46207 OpenSSL in base system should be updated o [2002/12/19] kern/46376 ACPI module fails to load in a IBM e-seri o [2002/12/20] kern/46392 kernel, vinum, umount, changing user mode o [2002/12/21] i386/46455 trouble with VIA EPIA 5000 system- WRITE o [2002/12/23] kern/46490 silby xl driver generates lots of interrupts wi o [2002/12/23] i386/46506 Crash Before Initialization of Printer? o o [2002/12/24] kern/46515 NFSv2 client denies O_APPEND open on exis o [2002/12/26] kern/46537 amr(4) hangs system on -CURRENT or make p o [2002/12/26] kern/46549 5.0-RC2 crashes while ripping ATA audio c o [2003/01/02] kern/46696 ep0 hard lockup during -CURRENT install f [2003/01/03] sparc64/46729fenner gethostbyname fails for NIS o [2003/01/08] kern/46865 kernel panic on SuperMicro 6012-8P box o [2003/01/08] bin/46866 NIS-based getpwent() falsely returns NULL o [2003/01/11] bin/46976 darrenr IPFilter - No netinet/ip_nat.h (and other f [2003/01/14] bin/47044 gshapiro Sendmail "Can't assign requested addresse a [2003/01/16] bin/47140 mtm 5.0 with rc_ng and nis hangs at startup o [2003/01/17] kern/47167 5.0 RC 3 (and 2) has 1 second uptime on T o [2003/01/21] i386/47295 kernel panic during FreeBSD 5.0 installat o [2003/01/22] bin/47384 qa sysinstall ignores intended destination d o [2003/01/24] i386/47428 Installing 4.7 on pst0 device fails o [2003/01/24] i386/47429 5.0-REL will not install on pst device o [2003/01/24] java/47447 java linux-sun-jdk1.4.1: java command can't fi f [2003/01/25] i386/47474 ftp11.freebsd.org is missing doc for 5.0- o [2003/01/26] kern/47529 natd/ipfw lose TCP packets for firewalled o [2003/01/27] bin/47538 tar buggy on memory disk partitions o [2003/01/27] kern/47544 iir does not detect direct access drives o [2003/02/03] kern/47874 NFS server crashes when given mount daemo o [2003/02/05] i386/47989 5.0-RELEASE install CD kernel panic o [2003/02/06] kern/48028 panicstr: union: missing upper layer in w o [2003/02/06] kern/48029 Fatal trap 12: page fault while in kernel o [2003/02/07] kern/48039 Fatal trap 12: page fault while in kernel o [2003/02/08] kern/48092 Fatal trap 12: page fault while in kernel o [2003/02/08] kern/48100 Fatal panic in vm_map_lookup_entry ... o [2003/02/09] i386/48123 major problem with freeBSD filesystem and o [2003/02/10] java/48164 glewis ports/java/jdk13: won't compile o [2003/02/10] kern/48166 panic: pmap_new_proc: u_map allocation fa o [2003/02/14] i386/48274 FreeBSD 4.7-RELEASE doesn't work on Toshi o [2003/02/16] bin/48341 Sysinstall deletes mbr although it should o [2003/02/17] kern/48369 ext2fs no-go in FreeBSD 5 (regression ove o [2003/02/17] kern/48379 the keyboard is dead after X11R6 started o [2003/02/18] ports/48449 chuckr octave-2.1.30 needs readline-4.2 in stabl o [2003/02/20] ports/48509 jdp Fix msgnd() pm3-base for -CURRENT o [2003/02/24] kern/48650 Onboard fxp not functioning on Intel i815 o [2003/02/25] kern/48667 FreeBSD hangs o [2003/02/25] ports/48669 ports-bugs [patch] upgrade port/www/mod_webapp-apach a [2003/02/25] ports/48675 jkoshy lang/sml-nj port build fails on 5.0 o [2003/02/25] ports/48678 chuckr lang/moscow_ml port broken on 5.0 o [2003/02/25] kern/48691 kernel panics on ASUS A7N266-VM Motherboa o [2003/03/01] kern/48808 uhid(4)-related repeatable kernel panic i o [2003/03/02] kern/48849 Maxtor XT5000 causes panic in boot a [2003/03/03] ports/48878 znerd postgresql-jdbc build problem fixed o [2003/03/03] kern/48879 sos ATA disk size detected incorrectly (lba s o [2003/03/05] kern/48967 sos CURRENT atat driver, ad0: UDMA ICRC error o [2003/03/09] kern/49059 mbr 3Com OfficeConnect 10/100 not detected o [2003/03/10] kern/49079 panic: bwrite: buffer is not busy o [2003/03/11] ports/49105 ports-bugs change BUILD_DEPENDS to EXTRACT_DEPENDS f o [2003/03/11] kern/49110 UHCI driver panic while booting if any US o [2003/03/11] conf/49119 jhay rc.diskless1 fails to mfs_mount dirs o [2003/03/12] ports/49953 nobutaka w3m -0.4 build core dumps o [2003/03/13] i386/49978 installation problem on Acer Altos G300 o [2003/03/17] ports/50082 lioux net/dctc-gui-qt (0.0.3) does not build on o [2003/03/20] kern/50148 Incorrect applied default ACLs o [2003/03/20] kern/50156 System crash when background fsck is runn o [2003/03/23] kern/50216 kernel panic on 5.0-current when use ipfw o [2003/03/23] kern/50229 FreeBSD detects laptop drive geometries i 290 problems total. Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- s [1996/12/30] kern/2325 quota.user enlarged, no boot on 2.2-BETA o [1997/02/07] kern/2690 asami When Using ccd in a mirror mode, file cre o [1997/02/19] kern/2768 ktrace(1) -i dumps corrupted trace data o [1997/02/20] bin/2785 wpaul callbootd uses an unitialized variable a [1997/04/01] bin/3170 sheldonh vi freaks and dump core if user doesn't e f [1997/05/04] i386/3502 mdodd Merge of if_ix* and if_ie* broke EE/16 su o [1997/05/06] bin/3524 imp rlogin doesn't read $HOSTALIASES for non- o [1997/06/28] misc/3980 peter access via NFS fails during mount-operati o [1997/07/02] kern/4012 peter 2.2-RELEASE/Digital UNIX NFSv3 0 length f f [1997/07/17] kern/4115 peter SunOS NFS file has wrong owner if creator o [1997/07/30] kern/4194 peter kernel pci driver for Digital 21041 Ether o [1997/08/12] kern/4284 paul le0 goes OACTIVE after some time s [1997/10/01] bin/4672 rdist does not do hard links right when t o [1997/10/16] kern/4782 Under certain conditions, several krsh's o [1998/01/27] kern/5587 des session id gets dropped o [1998/02/28] kern/5877 kbyanc sb_cc counts control data as well as data a [1998/04/07] kern/6238 cg Sound-driver patch for MAD16 (OPTi 928,92 a [1998/05/06] bin/6536 peter pppd doesn't restore drainwait for tty s [1998/06/23] bin/7033 gad Same process notified multiple times o [1998/06/24] i386/7057 mdodd 3Com 3C509 locks up, or has >1000ms rtt u o [1998/07/12] i386/7266 yokota PSM detection failure with Linksys consol s [1998/08/10] kern/7556 sl_compress_init() will fail if called an f [1998/09/11] kern/7902 if_de doesn't properly recognize a "Magic o [1998/09/17] bin/7968 If /usr/libexec/yppwupdate DNE, rpc.yppas o [1998/09/30] gnu/8099 obrien [patch] some bugs in cpio f [1998/10/08] kern/8206 [patch] Unconected UDP socket declined, i o [1998/11/10] bin/8646 peter Implement rlogind -a option f [1998/11/20] kern/8778 gibbs Buslogic BT948 in 2 boxes upgraded from S f [1998/11/25] bin/8865 dwmalone syslogd hangs with serial console o [1998/12/21] kern/9163 adrian [patch] squid does not join a multicast g s [1999/01/07] bin/9379 pppd does not go through all interfaces l o [1999/01/13] kern/9478 assar support for running a script from kldload s [1999/02/06] kern/9927 gibbs the ahc driver doesn't correctly grok swi o [1999/02/15] kern/10107 interlock situation with exec_map and a p o [1999/02/28] bin/10312 ken pciconf -l generates output incompatible o [1999/03/02] bin/10353 jon ypserv gets segmentation violation o [1999/03/09] bin/10510 Remote cvs botches commits on occassion o [1999/03/16] bin/10633 fenner [patch] tcpslice timezone problem and upd a [1999/03/24] kern/10778 ru "ipforward_rt" is not cleared when routin o [1999/03/30] kern/10870 eivind Kernel panic when writing to write-protec a [1999/04/08] misc/11024 mtm getpwnam(3) uses incorrect #define to lim o [1999/05/03] kern/11462 imp CS network interface driver (for CS89XX b o [1999/05/04] kern/11490 yokota VESA+VM86+Splash == unstable system o [1999/05/05] kern/11507 imp CS89XX (i386/isa/if_cs.c) fails to proper o [1999/05/05] misc/11525 dwmalone [PATCH] Networking patches to increase # o [1999/05/13] kern/11697 tegge Disk failure hangs system o [1999/05/18] i386/11773 yokota mouse works at setup time. Under X it go o [1999/05/28] kern/11922 deischen missing reentrant interfaces for getpwnam o [1999/07/07] kern/12551 ASIC output is shifted following a short o [1999/07/20] bin/12727 billf Game patches from NetBSD o [1999/08/14] kern/13141 se Multiple LUN support in NCR driver is bro o [1999/09/10] bin/13691 fenner tcpslice cannot extract over 2GB part of s [1999/09/16] conf/13775 multi-user boot may hang in NIS environme s [1999/09/17] i386/13787 lnc driver isn't really the lnc driver o [1999/09/26] misc/13978 peter a write to last column bug appears since o [1999/09/27] kern/13997 rwatson RLIMIT_NPROC works unadequately for jails s [1999/10/04] i386/14135 doc lpt1 nolonger exists after 3.2-RELEASE o [1999/10/12] kern/14285 NFS client appears to lose data o [1999/10/14] i386/14334 imp AHA-1542A not supported by FreeBSD 3.x (" o [1999/10/26] kern/14549 mdodd 3C509 broken in 3.3 o [1999/10/27] kern/14566 yokota Non-kernel programs have little/no contro a [1999/11/04] kern/14712 iedowse root has access to NFS mounted directorie s [1999/11/12] kern/14848 murray Frame Relay support, corrected a [1999/11/12] misc/14856 billf ftp stalls on FreeBSD 3.3 (CDROM) tested o [1999/11/17] i386/14946 mjacob rmt - remote magtape protocol s [1999/12/14] kern/15478 incorrect utmp/wtmp records update upon c o [1999/12/17] kern/15542 de suddenly stops working o [1999/12/23] misc/15662 markm [PATCH] perl5 Sys::Hostname fails if no P o [1999/12/26] kern/15707 bad trap in mprotect o [2000/01/01] kern/15825 Softupdates gets behind, runs the system s [2000/01/02] i386/15845 Driver for RealTek 8029 f [2000/01/03] bin/15877 tobez Perl 5.00503 interpreter crashes with a s o [2000/01/12] kern/16090 mdodd No buffer space available a [2000/01/22] kern/16299 tmm nfs.ko can be unloaded when nfsd is runni f [2000/01/24] ports/16343 reg bsd.port.mk cannot override make.conf. o [2000/02/08] kern/16587 cg Can't record with newpcm & CS4236 (AW35/P o [2000/02/10] kern/16644 Bad comparsion expression in bpf_filter.c o [2000/02/21] conf/16879 tanimura Sound drivers seem to be using shared irq o [2000/02/23] conf/16948 qa Sysinstall/disklabel: bad partition table o [2000/02/25] misc/16991 jhb booting install disk and USB s [2000/03/01] misc/17108 SecureRPC not supported in mount_nfs comm o [2000/03/10] misc/17310 wpaul NIS host name resolving may loop forever o [2000/03/16] kern/17422 bde 4.0-STABLE: top: nlist failed o [2000/03/20] kern/17504 ken Another Micropolis Synchronize Cache Prob f [2000/03/20] misc/17517 mbr 100/10baseT card resets under load s [2000/03/21] conf/17540 NIS host lookups cause NFS mounts to wedg f [2000/03/21] kern/17542 greid random static with GUS PnP o [2000/03/24] misc/17584 groudier fatal SCSI error with a Symbios 53c875 co o [2000/03/27] i386/17626 green sshd cores when I scp to it o [2000/03/28] alpha/17637 billf misconfigured syscons bell causes panic o o [2000/03/29] i386/17662 gibbs cam_xpt.c incorrectly disables tagged que o [2000/03/31] i386/17713 gibbs MAKEDEV and /stand/sysinstall goofups wit o [2000/04/04] i386/17800 bde [PATCH] problem with statclock initializa f [2000/04/10] kern/17905 4.0-SNAP keep on crashing every 3 days o [2000/04/11] i386/17926 yokota psm device problems with apm resume o [2000/04/12] kern/17961 n_hibma Fatal Trap 12. Page fault while in kernel o [2000/04/14] kern/18012 adrian vnode_free_list corruption, "free vnode i o [2000/04/17] misc/18065 mdodd FREEBSD 4.0 crashes on boot Compaq Prolia s [2000/04/23] bin/18181 Getty can fail to observe :de: specificat f [2000/04/23] i386/18185 gibbs Adaptec 3950U2 errors during boot/probe o [2000/04/24] kern/18200 mdodd 3com 3c509b recognized twice during boot f [2000/04/25] kern/18209 green rlimits are never checked in exec() if ex f [2000/04/28] kern/18285 the system froze when use scon -s 50 o [2000/05/02] kern/18345 cg sbc / pcm not fully recognizing AWE64 o [2000/05/02] kern/18348 yokota tags o [2000/07/19] kern/20040 msmith Toshiba 2775 hangs after pcib0 driver is o [2000/07/25] misc/20172 byacc 1.9 fails to generate $default tran o [2000/07/27] kern/20234 green panic(): lockmgr: pid 259, not exclusive o [2000/07/29] conf/20282 qa sysinstall does not recover some /etc fil f [2000/07/31] kern/20335 yokota S3Trio64V+ is detected as CGA by syscons p [2000/08/02] bin/20373 Setting breakpoints in shared objects bro o [2000/08/08] ports/20490 tg Termios timeout parameters, VMIN, VTIME, f [2000/08/09] i386/20507 yokota Mouse freezes in 4.0-release after some u o [2000/08/10] misc/20521 mjacob /etc/rmt several problems o [2000/08/10] kern/20523 bde Support for PCI multiport cards for sio d o [2000/08/13] kern/20572 marcel cannot safely remove COMPAT_43 from the k o [2000/08/14] kern/20609 panic: vm_fault: fault on nofault entry, o [2000/08/15] bin/20633 fdisk doesn't handle LBA correctly f [2000/08/17] kern/20689 groudier Newbusified version of ncr driver does no o [2000/08/18] kern/20708 imp Adaptec 1542 ISA SCSI Controller not dete f [2000/08/22] bin/20779 assar junk pointer error causes kpasswd to fail o [2000/08/26] misc/20861 libc_r does not honor socket timeouts o [2000/08/28] gnu/20912 mp gdb does not recognise old executables. f [2000/08/30] bin/20952 markm ftpd doesn't honor account expiration tim o [2000/08/31] kern/20958 mdodd ep0 lockup with ifconfig showing OACTIVE o [2000/09/07] misc/21089 vi silently corrupt open file on SIGINT w o [2000/09/11] kern/21209 groudier scsi ncr driver installs instead of scsi o [2000/09/14] gnu/21260 buffer overrun in uux o [2000/09/14] ports/21264 markm tn3270 port receives segmentation fault o [2000/09/14] gnu/21276 libI77 is unable to handle files >2Gbytes a [2000/09/15] kern/21304 mbr dc0 watchdog timeouts on NetGear FA310TX o [2000/09/18] bin/21375 mbr [PATCH] dhclient runs away on interface r s [2000/09/18] misc/21384 greid pcm driver has static in recorded audio o [2000/09/19] misc/21406 freebsd's bootinst or booteasy overwrites p [2000/09/20] gnu/21433 g++ optimiser produces bad code on right o [2000/09/21] kern/21461 imp ISA PnP resource allocator problem o [2000/09/21] kern/21463 emulation Linux compatability mode should not allow f [2000/09/27] bin/21603 green Can't change user passwords on 4.1.1-STAB o [2000/09/28] kern/21642 Compaq Netelligent 10/100 card (TI Thunde o [2000/10/02] docs/21708 jlemon kqueue/kevent man pages isn't specific ab o [2000/10/02] ports/21714 sobomax audio problem with nil o [2000/10/05] kern/21771 murray Fix for sppp and Cronyx drivers update a [2000/10/06] kern/21808 [patches] msdosfs incorrectly handles vno o [2000/10/15] misc/21998 green ident only for outgoing connections o [2000/10/19] kern/22142 cjc securelevel does not affect mount f [2000/10/24] misc/22284 Change (SunOS) NIS passwd error o [2000/10/25] bin/22291 getcwd() fails on recently-modified NFS-m o [2000/10/30] kern/22417 gibbs advansys wide scsi driver does not suppor o [2000/11/05] bin/22614 billf pam_ssh dumps core f [2000/11/05] kern/22624 Interrupt conflict btw. vga and Ethernet f [2000/11/06] gnu/22635 Why don't you use truncate(2) in libI77 o [2000/11/13] kern/22826 emulation Memory limits have no effect in linux com o [2000/11/14] bin/22846 Routed does not reflect preference of Int o [2000/11/15] kern/22862 ncr probe fails with CACHE TEST FAILED: ? o [2000/11/18] kern/22943 emulation Problem with linux emulation o [2000/11/18] i386/22944 isa_dmainit fails on machines with 512MB a [2000/11/18] kern/22947 jon IBM 10/100 EtherJet Cardbus (Xircom X3201 f [2000/11/23] gnu/23058 ncurses: tgoto_internal() ugliness o [2000/11/25] bin/23098 ambrisko If installing on a serial console, enable o [2000/12/04] bin/23269 green OpenSSH TIS Authentication support has br o [2000/12/07] bin/23352 [SECURITY] buffer overflow in opieftpd o [2000/12/08] kern/23400 rwatson IPsec transport mode precludes filtering o [2000/12/12] kern/23515 get error in messages system log "Dec 11 o [2000/12/13] kern/23535 imp 4.x kernels seem to no longer support Ada o [2000/12/14] misc/23561 emulation Linux compatibility mode does not support o [2000/12/26] bin/23866 dwmalone patch for pointing out current date o [2001/01/02] kern/24032 markm rndcontrol and pccardd use of interupt ha o [2001/01/03] kern/24059 n_hibma USB support broken in SMP kernel o [2001/01/04] kern/24070 n_hibma uhci USB driver disables port on reatachi o [2001/01/04] kern/24074 mdodd Properties of token-ring protocol must be f [2001/01/05] kern/24085 syncing on shutdown leaves filesystem dir o [2001/01/06] docs/24125 wes connect(2) can yield EWOULDBLOCK/EAGAIN o [2001/01/12] bin/24271 dumpon should check its argument more o [2001/01/16] misc/24391 cannot kill amd after interface disappear o [2001/01/19] bin/24461 pirzyk Being able to increase the YP timeout wit o [2001/01/19] bin/24472 libc_r does not honor SO_SNDTIMEO/SO_RCVT s [2001/01/23] misc/24590 standards timezone function not compatible witn Sin o [2001/01/25] kern/24629 ng_socket failes to declare connected dat o [2001/01/25] bin/24632 libc_r delicate deviation from libc in ha o [2001/01/25] misc/24641 pthread_rwlock_rdlock can deadlock o [2001/01/28] bin/24691 map-mbone segfaults at getsockname o [2001/02/09] kern/24982 iedowse stack gap usage o [2001/02/10] i386/24997 /boot/loader cannot handle extended dos p o [2001/02/11] ports/25007 max telnetx problem on 4.x o [2001/02/12] kern/25038 murray dhcp client could not set hostname on boo o [2001/02/13] kern/25067 adrian able to mount a pathname > 80 char. but u f [2001/02/14] kern/25093 4.2-STABLE does not recognize PCNet-ISA+ o [2001/02/19] kern/25213 peter Bus abstraction interface doesn't allow p o [2001/02/21] kern/25248 bde sys/user.h needs sys/param.h, but doesn't f [2001/02/21] kern/25261 gibbs ahc0 no active SCB errors when booting of o [2001/02/21] ports/25272 rse Using eperl as cgi/nph binary executor ca s [2001/02/23] bin/25337 rwatson dmesg -a should be restricted o [2001/02/28] bin/25461 qa sysinstall's fdisk and disklabel don't wo o [2001/03/03] kern/25511 ioctl(fd, FIONREAD, &c) on a FIFO (not PI o [2001/03/05] bin/25542 standards /bin/sh: null char in quoted string o [2001/03/07] misc/25585 sed.test 8.16 puts bugged sed into infini o [2001/03/07] bin/25586 green Password expiration doesn't work after up o [2001/03/13] kern/25781 Statclocks cannot be disables on ServerWo o [2001/03/15] bin/25826 nfsd -t -h adr1 -h adr2 doesn't work o [2001/03/16] misc/25851 qa Security hole in anonymous FTP setup scri o [2001/03/17] bin/25886 cgetset(3) doesn't get cleared when switc o [2001/03/19] bin/25929 Can't use MAKEDEV in fixit mount o [2001/03/22] kern/25986 silby Socket would hang at LAST_ACK forever. o [2001/03/22] misc/26002 n_hibma Poor read/write performance on uhci USB c o [2001/03/22] kern/26013 Linksys (rev 3) USB 100TX NIC causes infi o [2001/03/23] ports/26036 dima acroread4 produces invalid postscript in o [2001/03/26] bin/26093 markm pam_unix rejects authenticating accounts o [2001/03/27] kern/26142 Unlink fails on NFS mounted filesystem o [2001/03/28] kern/26171 emulation not work Linux-emulator, but hi is work i o [2001/03/31] i386/26261 silo overflow problem in sio driver o [2001/04/02] bin/26307 libc_r aborts when using the KDE media pl o [2001/04/03] kern/26309 PPPoE client panics in kernel - fxp probl o [2001/04/03] misc/26320 alfred mountd breaks IRIX automounter a [2001/04/05] gnu/26362 "cvs server" doesn't honour the global -- o [2001/04/08] kern/26430 cg -CURRENT panics on cat /dev/dsp or cat /d o [2001/04/10] misc/26486 setnetgrent hangs when netgroup contains o [2001/04/12] kern/26506 phk sendto() syscall returns EINVAL in jail e o [2001/04/14] kern/26567 Mouse driver will not properly restart if o [2001/04/14] kern/26568 Mouse driver will die if you move mouse a f [2001/04/19] kern/26704 AHA-2940[UW] gives MPARERR on cold boot ( o [2001/04/23] ports/26797 assar arla-0.34.6 causes kernel panic/page faul o [2001/04/25] bin/26842 dd dump with h flag takes a very long time a [2001/04/25] bin/26869 sheldonh vi(1) crashes in viewing a file with long o [2001/04/27] misc/26897 qa 4.3R sysinstall fails to create swap part o [2001/04/30] bin/26996 green sshd fails when / mounted read-only o [2001/05/04] bin/27086 green OpenSSH does not set X11 forwarding f [2001/05/09] kern/27242 SIGHUP propagation failure to processes o f [2001/05/10] i386/27247 Panic on install - "page fault syncing di a [2001/05/10] kern/27262 process won't be terminated after CPUTIME o [2001/05/20] kern/27474 Interactive use of user PPP and ipfilter o [2001/05/21] misc/27498 grog vinum crashed after 'vinum dumpconfig' o [2001/05/21] kern/27522 des linprocfs:/proc/stat does not handle SMP o [2001/05/22] kern/27543 des /proc/cpuinfo does not handle SMP hosts o [2001/05/23] docs/27605 doc Cross-document references () o [2001/05/27] kern/27694 cg Panic in csa(4) f [2001/05/29] i386/27729 qa the ls120 device "afd" does not show up u a [2001/06/05] misc/27893 sos can't burn audio cds on LG CD-RW CED-8083 o [2001/06/05] misc/27896 Error in /etc/exports invalidates entire o [2001/06/09] bin/27988 [PATCH] let pam_ssh.so explicitly start s o [2001/06/09] kern/27995 src/sys/pci if_pcn.c revision 1.21 resp. o [2001/06/12] misc/28095 [PATCH] pax may descend into directories o [2001/06/12] ports/28102 assar Recent changes to 4.3-STABLE break arla-0 o [2001/06/14] ports/28155 portmgr DESTDIR is used incorrectly in bsd.port.m o [2001/06/15] kern/28173 Problem with Touchpad on Inspiron 5000e o [2001/06/16] bin/28221 eric dialog(1) segfaults (due to the bug in li o [2001/06/17] bin/28223 su doesn't look at login.conf all the tim o [2001/06/17] bin/28224 ftpd doesn't honor invalid shelll in logi o [2001/06/20] bin/28311 markm ftpd and sshd do not honor expired pw ent o [2001/06/24] ports/28398 ports-bugs ja-dvips cannot find tex.pro o [2001/06/25] kern/28417 arplookup uses potentially unprotected st o [2001/06/26] bin/28424 mtree fails to report directory hierarchy f [2001/06/27] misc/28442 hot rebuild on Compaq Intergrated Smart A o [2001/06/28] ports/28491 kiri www/w3-4 port: mismatch between pkg-plist o [2001/06/29] misc/28508 problems with backup to Tandberg SLR40 st o [2001/07/04] kern/28692 cg ICH sound driver hangs kernel o [2001/07/06] kern/28768 The system doesn't get connects on one of o [2001/07/07] bin/28798 mikeh mail(1) with a pager (more) requires fg/C o [2001/07/07] i386/28802 3com Performance Pro modem conflicts with o [2001/07/09] kern/28840 gibbs Possible interrupt masking trouble in sys o [2001/07/09] bin/28852 cracauer behavior of /bin/sh with -e option looks o [2001/07/09] kern/28856 3COM PCI FaxModem with shared IRQ causes o [2001/07/11] ports/28889 lioux qpopper-4.0.3 error: Insufficient room to o [2001/07/12] i386/28928 wpaul dual starfire nic doesn't seem to work (a o [2001/07/16] bin/29026 traceroute -s option allows any IP addres o [2001/07/17] bin/29049 green multi-user with star o [2001/09/15] misc/30590 /etc/hosts.equiv and ~/.rhosts interactio o [2001/09/15] kern/30592 roam [PATCH] panic: static sysctl oid too high o [2001/09/17] kern/30630 fenner Failure to check for existence of interfa o [2001/09/21] kern/30712 fatal kernel trap during ufs_rename o [2001/09/24] kern/30798 contigfree() doesn't o [2001/09/25] kern/30820 sound PCM sound fails o [2001/09/25] ports/30823 ports-bugs New port: KinterbasDB, Python module to a o [2001/09/26] bin/30837 Sysinstall doesn't set the schg flag on t o [2001/09/30] ports/30947 ports-bugs mail/mahogany fails to build, conflicts w o [2001/09/30] kern/30948 ls'ing mounted brand new floppy locks up o [2001/09/30] kern/30952 silby kernel panics with 3C905[BC] cards / xl d o [2001/10/01] kern/30958 QUOTA with 0 bytes in quota.user hangs up f [2001/10/01] bin/30966 fenner TCPdump repeating on Radius accounting pa o [2001/10/01] kern/30971 peter NFS client modification time resolution i f [2001/10/02] i386/30991 pcm in PNP-OS mode vs. non-PNP-OS mode po o [2001/10/02] bin/30993 xxgdb cannot open source file o [2001/10/04] bin/31045 routed dumps core o [2001/10/04] kern/31047 Linux programs do not dump core in linux f [2001/10/06] kern/31085 kernel panic on tftp only pxeboot f [2001/10/07] kern/31102 lge + Pentium III data transmission probl o [2001/10/10] ports/31191 ports-bugs netsaint - plugins sometimes not found o [2001/10/11] ports/31216 znerd New port: devel/plist-builder o [2001/10/18] misc/31363 qa sysinstall "partition editor" silently co o [2001/10/21] kern/31398 cg newpcm does not play back the tail of sou f [2001/10/24] i386/31481 FreeBSD does Not find disk drives with Co f [2001/10/25] kern/31492 Panic in sysctl_remove_oid. o [2001/10/25] ports/31494 ache mod_perl fixes for apache13 port o [2001/10/26] ports/31511 obrien g++30 produces binaries which SIGBUS when o [2001/10/30] conf/31631 "MAC address" can't be acquired properly. o [2001/10/31] kern/31659 n_hibma USB controller driver will die after some o [2001/10/31] bin/31661 pthread_kill signal handler doesn't get s f [2001/10/31] bin/31678 A bug in handling an error reading a CD-R f [2001/11/01] bin/31692 2872-or-less-byte ftp binary transfer fro o [2001/11/03] kern/31746 failed connect(2) seems to cause problems f [2001/11/05] kern/31768 darrenr Use of fastroute in IPFilter reboots the o [2001/11/05] i386/31771 brian PPP compares CHAP81 response case sensiti o [2001/11/05] kern/31790 problem with NFS and jail() o [2001/11/07] ports/31819 jmz ports/ispell install doesn't work o [2001/11/07] bin/31835 mbr dhclient doesn't close FD's before spawni a [2001/11/07] bin/31837 jhb sysinstall change mountpoint o [2001/11/07] kern/31839 mdodd ex0 panic if NIC not cabled f [2001/11/07] i386/31845 Toshiba Satellite 2105CDS won't boot Free o [2001/11/09] ports/31893 des gnats-3.113.1 conflicts with /usr/bin/sen o [2001/11/12] kern/31940 nge gigabit adapter link reset and slow t o [2001/11/14] kern/31979 Setup and boot locks Compaq Armada E500 l f [2001/11/17] java/32063 znerd patch for /usr/ports/java/linux-jdk about o [2001/11/17] bin/32072 setuid w/o immutable flag o [2001/11/18] kern/32098 semctl() does not propagate permissions o [2001/11/19] kern/32118 mbr 21143 with dc driver will not select 10ba o [2001/11/19] ports/32121 anholt xf86cfg 4.1.0 writes bad "Chipset" value o [2001/11/20] kern/32124 Cannot set 128 bit wep key on prism2 (wi0 o [2001/11/22] bin/32205 brian PPP login fails in LCP negotiation on opt o [2001/11/23] kern/32226 time of day clock runs fast (approx twice o [2001/11/23] ports/32234 tobez Perl ports not $LOCALBASE clean f [2001/11/24] bin/32261 dump creates a dump file much larger than o [2001/11/26] bin/32295 pthread dont dequeue signals o [2001/11/27] kern/32338 Network to disk write performance low und o [2001/11/28] kern/32353 if kern.maxproc > 512 sybase ASE 11.9.2( o [2001/11/28] gnu/32365 obrien gcc optimiser bug with -O -march=i686 o [2001/11/29] bin/32374 vi -r doesn't work, file contained unexpe o [2001/12/06] kern/32556 sound system crashes when unloading sound modul o [2001/12/08] bin/32619 des libfetch does not use RFC 1738's definito o [2001/12/10] kern/32668 peter NFS directory removal problems manifested f [2001/12/10] bin/32686 wosch locate command dumps a core file with bro o [2001/12/11] misc/32699 mbr Tulip ether card EN2242 (if_dc.c) use wro o [2001/12/11] ports/32700 assar inode changes for large o [2001/12/11] kern/32716 system hangs when running vid (usb webcam o [2001/12/11] bin/32717 brian ppp(8) change mss to wrong size p [2001/12/12] bin/32759 jmallett [PATCH] make(1) System V include behaviou s [2001/12/12] misc/32760 Please MFC /usr/include/malloc.h to -STAB f [2001/12/12] bin/32791 ru FreeBSD's man(1) utility vulnerable to ol o [2001/12/13] kern/32797 Problem with IPX and netgraph(4) o [2001/12/13] ports/32800 dec gated dies on ppp interface up/down o [2001/12/13] kern/32809 yet another panic while syncing disks aft f [2001/12/21] kern/33074 joe USB printer support does not detect print o [2001/12/21] ports/33080 ume grkrellmvolume interferes with the abilit o [2001/12/22] kern/33085 jlemon Samba's NMBD cannot find alias interface o [2001/12/24] kern/33138 pnp problem in 4.3, 4.4, 4.5 o [2001/12/24] bin/33155 green [PATCH] sshd can leave hanging processes o [2001/12/26] kern/33201 net/net_osdep.c:if_name is broken f [2001/12/26] misc/33213 ume rarpd fails to init IPv6 enabled interfac o [2001/12/30] kern/33344 memory leak in device resource config loa o [2001/12/30] kern/33346 jhb Kernel panic with SMP kernel o [2001/12/30] misc/33370 Post configuration issue o [2002/01/02] kern/33464 soft update inconsistencies after system o [2002/01/03] bin/33515 amd incorrectly handles multi-homed nfs s o [2002/01/04] kern/33532 sound Playing audio on some soundcards with pcm o [2002/01/04] kern/33535 invalid kernel diagnostic while writing d f [2002/01/04] gnu/33551 cvs chokes on OpenBSD repositories f [2002/01/07] kern/33653 DSL PPPoE connection error on 4.5-PRERELE o [2002/01/07] misc/33672 sheldonh telnetd and mount_mfs signal handlers cal p [2002/01/09] misc/33723 select(2) implementation in threaded (-lc o [2002/01/09] kern/33738 argv == NULL is not handled correctly by o [2002/01/13] kern/33833 Correct kernel config for 4.4-RELEASE is o [2002/01/13] kern/33839 joe usb0: host controller halted (involving A o [2002/01/15] ports/33927 ports-bugs ja-dvipdfm port requires texmf/dvips/base o [2002/01/15] ports/33929 doc Section 15.15 of the FreeBSD Porter's Han o [2002/01/16] kern/33940 quotactl allows compromise gid-quotas o [2002/01/16] kern/33974 sound Can not record anything with emu10k1 on 4 o [2002/01/17] i386/33986 sound SMP and audio causes hard lockups (random o [2002/01/17] kern/34017 The siginfo_t passed to the signal handli o [2002/01/18] kern/34020 programs fail that poll(2) on fifos o [2002/01/18] bin/34030 miibus.ko can be loaded into the kernel w f [2002/01/19] misc/34073 3com 3c980c runs "bursty" / freezes-unfre f [2002/01/20] i386/34092 reboot hangs the system (IBM PC Server 31 o [2002/01/21] gnu/34128 sdiff "e" doesn't work with some editors o [2002/01/23] kern/34205 joe detect USB memory device, But can not use f [2002/01/24] kern/34228 Dual processor machine hangs at reboot o [2002/01/24] gnu/34246 joe CVS doesn't rebuild CVSROOT/options o [2002/01/25] i386/34267 semenu FreeBSD hangs and reboots when overloaded o [2002/01/25] bin/34269 tcpdump -v incorectly identifies packets o [2002/01/25] misc/34270 man -k could be used to execute any comma f [2002/01/26] kern/34306 gibbs 4.5-RC panics on boot with half-supported o [2002/01/29] ports/34409 kuriyama prc-tools from ports fails to compile on f [2002/01/31] ports/34480 anholt system hangs after killing xinit o [2002/02/01] i386/34536 accept() blocks other threads o [2002/02/01] kern/34544 Kernel crash on fclose() of /dev/kbd1 whe o [2002/02/02] misc/34568 turning printer on and off hangs the comp o [2002/02/03] kern/34582 wpaul Support for D-Link DFE-690TXD Cardbus PC o [2002/02/03] i386/34588 sos read-prefetch on VIA 686B IDE causes hang o [2002/02/04] kern/34619 TCP - FINs with different sequence number p [2002/02/06] bin/34682 fenner scanf/sscanf doesn't understand %lld f [2002/02/07] bin/34725 sos burncd cannot write audio file as the 1st o [2002/02/08] ports/34730 lioux new port qmail-scanner - a virus-scanning o [2002/02/09] kern/34765 darrenr Unloading the ipl.ko module will panic th o [2002/02/10] kern/34801 darrenr TCP window size bug (afflicting IP Filter o [2002/02/10] bin/34811 sh: "jobs" is not pipeable f [2002/02/11] misc/34842 VmWare port + NIS causes "broadcast storm a [2002/02/12] ports/34893 deischen RUS-CERT Advisory 2002-02:01: Temporary f f [2002/02/13] i386/34902 FTP session causes server reboot o [2002/02/17] kern/35061 After printing to HP Deskjet 656c USB pri o [2002/02/18] kern/35081 zebra routing problem - kernel bug??? o [2002/02/19] misc/35116 keyinfo reports root's keyinfo o [2002/02/20] kern/35136 luigi VLAN & bridging & MTU o [2002/02/21] ports/35179 kris elm-2.5.5_1: bounce command doesn't work o [2002/02/22] bin/35214 obrien dump program hangs while exiting o [2002/02/23] ports/35237 ports-bugs empty manpage installed by trafcount port f [2002/02/23] kern/35248 panic: ffs_valloc: dup alloc f [2002/02/23] misc/35267 after cvsup src-all for 4.5, /stand/sysin o [2002/02/25] bin/35307 standard include files are not standard c o [2002/02/25] bin/35309 umount -f does not work for ufs floppy o [2002/02/25] misc/35310 SSHing with expired password does not bri o [2002/02/25] java/35320 java linux-jdk-1.4 JVM fails when running Tomc o [2002/02/25] bin/35329 Linking against libc_r.* provokes nasty l o [2002/02/26] misc/35350 Can't boot on ASUS TXP4 o [2002/02/26] kern/35351 emu10k1: no posibility to record sound. K o [2002/02/26] ports/35353 green cfs strips eighth bit of file name on "ou o [2002/02/27] kern/35396 poll(2) doesn't set POLLERR for failed co o [2002/02/28] kern/35399 poll(2) botches revents on dropped socket o [2002/02/28] kern/35429 select(2)/poll(2)/kevent(2) can't/don't n o [2002/02/28] kern/35442 Problem transmitting runts in if_sis driv o [2002/03/01] alpha/35455 alpha Unable to compile ISA NIC devices into ke f [2002/03/01] kern/35461 trap 12 when booting with Maxtor 160G dis o [2002/03/03] misc/35506 innetgr() doesn't match wildcard fields i o [2002/03/03] kern/35511 sis(4) multicast filtering doesn't pass s o [2002/03/06] docs/35620 doc make release fails in documentation for R o [2002/03/07] bin/35622 sigaltstack is missing in libc_r o [2002/03/07] kern/35631 SKIP and IPSEC together cause kernel pani o [2002/03/07] kern/35645 Layer 2 switching using default router of o [2002/03/07] misc/35662 send-pr and/or web pr query system screws o [2002/03/08] kern/35669 NFSROOT breaks without a gateway s [2002/03/08] docs/35678 doc docproj Makefiles for web are broken for f [2002/03/08] kern/35691 mbr Realtek NIC driver does not work with Rea o [2002/03/09] kern/35703 /proc/curproc/file returns unknown o [2002/03/10] i386/35742 USB 2.0 attached device cannot be fdisk'd o [2002/03/10] kern/35756 USB reattach of Sony DSC-S75 fails, USB s o [2002/03/11] misc/35774 [SECURITY] Suboptimal auditing possibilit o [2002/03/12] bin/35842 rm -f nonexistent file successful but rm o [2002/03/13] bin/35843 maxim [PATCH] MD5 auth implemented in routed is o [2002/03/13] gnu/35878 /usr/bin/strip resets ABI type to FreeBSD o [2002/03/13] conf/35880 rc files could be a bit more jail friendl p [2002/03/15] bin/35921 jon Wrong path reduction of dot-dot paths in o [2002/03/15] bin/35925 fixit floppy cannot be mounted on USB dri a [2002/03/16] kern/35985 re swap double mount o [2002/03/16] kern/35986 Wrong bpf-header preceading packet when u f [2002/03/16] kern/35989 720KB floppies unusable o [2002/03/17] i386/36003 Cyclades Cyclom YeP causes panics on Free p [2002/03/17] kern/36038 bp sendfile(2) on smbfs fails, exposes kerne f [2002/03/18] kern/36056 atapicd driver won't boot with cdr-cdroms o [2002/03/19] misc/36086 trhodes Kerberos Problem/Handbook wrong/Followup o [2002/03/20] kern/36147 bogus irq 7 message being issued f [2002/03/21] kern/36160 Kernel halts while trying to detect CD-C6 o [2002/03/21] bin/36167 _THREAD_SAFE & _REENTRANT used inconsiste o [2002/03/21] docs/36168 doc -pthread/_THREAD_SAFE docs missing in gcc o [2002/03/22] kern/36219 poll() behaves erratic on BPF file descri o [2002/03/22] kern/36220 panic: sched_sync: fsync failded vp 0xcf4 o [2002/03/26] kern/36329 reference of unexistent object o [2002/03/27] java/36411 glewis java/jdk13 not owner/group safe o [2002/03/28] kern/36415 roger the bktr driver incorrectly handles the s a [2002/03/28] i386/36451 roger (sys/dev/bktr) Japan IF frequency is inco o [2002/03/29] kern/36482 Multiport starfire card (sf/ukphy) doesn' o [2002/03/29] conf/36508 installation floppy bug (See description) o [2002/03/29] i386/36517 sis driver can't map ports/memory for Net o [2002/03/29] kern/36522 stat outside procs in procfs succeeds fro o [2002/03/31] kern/36566 System reboot with dead smb mount and umo f [2002/04/01] kern/36610 acd0: MODE_SENSE_BIG command timeout - re o [2002/04/01] i386/36647 There is no suitable driver for SURECOM E f [2002/04/03] kern/36708 panic: ufs_dirbad: bad dir during pkg_inf o [2002/04/03] ports/36711 ports-bugs Configure Bug: cyrus-sasl-1.5.27_2 / krb f [2002/04/03] i386/36718 install boot before sysinstall halts ata1 o [2002/04/04] i386/36761 Symbol problems dependant on boot method, o [2002/04/05] kern/36784 Can't fcntl(fd, F_SETFL, ...) on a pseudo f [2002/04/05] kern/36790 kernel panic in biodone() on boot p [2002/04/05] ports/36804 pat portupgrade of apache13+modssl causes cer o [2002/04/07] ports/36843 ports-bugs auth_ldap port fix o [2002/04/07] ports/36846 ports-bugs fxtv 1.03 freezes the system when $LANG=d o [2002/04/07] kern/36858 The USB flash drive "Apacer HandyDrive" c o [2002/04/07] bin/36867 games/fortune: add FORTUNE_PATH env var, f [2002/04/08] kern/36876 sos Weird read-errors while accessing data fr o [2002/04/08] ports/36879 ports-bugs emulators/vmware2 freezes and reboots sys o [2002/04/08] conf/36911 installation floppies miss autoload file o [2002/04/09] bin/36926 send-pr destroys PR if emacs interrupt ch o [2002/04/09] i386/36943 reboot hangs on Tyan Thunder K7 with SMP o [2002/04/09] kern/36953 des linux emulation does not work well on SMP o [2002/04/11] i386/36991 Installing gnome from packages over the n o [2002/04/11] misc/36999 2 Default Routes Created o [2002/04/11] ports/37006 dirk cdrecord does not work with Teac USB CDRW o [2002/04/13] kern/37035 trhodes [PATCH] msdosfs_readdir() freezes after f o [2002/04/14] kern/37057 Problem with rlimits on filesystem mounte o [2002/04/15] kern/37109 Kernel refuses to assign unused IP to tun f [2002/04/16] ports/37142 dirk [Patch] devel/pth (use libtool and load s o [2002/04/16] bin/37159 ru more then one natd use running use the sa o [2002/04/16] kern/37171 smbfs non-functional in -STABLE o [2002/04/17] ports/37180 dirk [New Port] php-dev (apache 1.3 / 2.0 modu o [2002/04/18] i386/37240 EtherExpress16 not probed at boot o [2002/04/19] i386/37243 dvd rom - ata0-slave: identify retries ex o [2002/04/19] kern/37261 luigi kernel is not linking without "device eth o [2002/04/19] ports/37262 ports-bugs gphoto2 fails to find supported USB digit o [2002/04/19] kern/37270 jeff nullfs broken by locking changes in -curr o [2002/04/21] kern/37326 roger smbus/bktr crash when omitting "device ii o [2002/04/22] bin/37343 portmap TCP binds strangeness o [2002/04/22] ports/37361 ports-bugs installing gcc30 port breaks devel/gettex o [2002/04/23] alpha/37382 alpha de0 (tulip) DEC-21140A card stays in OACT o [2002/04/23] alpha/37385 alpha xl0 network card (509B) fails on heavy tr o [2002/04/23] misc/37399 rsh does not work from Win 2k to freeBSD f [2002/04/24] i386/37420 Copying large files from an IDE CD-ROM to o [2002/04/24] kern/37436 accept dead loop when out of file descrip o [2002/04/24] kern/37441 ISA PNP parse problem o [2002/04/24] kern/37443 incorrect move pointer in environment str o [2002/04/25] bin/37468 ports-bugs mpeg_play compiled on current/DP1 does no o [2002/04/26] i386/37482 Weird behaviour under relatively slow loa o [2002/04/27] kern/37502 NFS client ignores mtime.tv_usec for open o [2002/04/28] i386/37523 lock for bios16 call and vm86call o [2002/04/28] ports/37537 ports-bugs trafcount causes reboot at 3AM every nigh o [2002/04/29] kern/37573 luigi kernel crashes when changing dummynet pip o [2002/04/29] misc/37585 System hangs on install at probing device o [2002/04/30] misc/37586 newfs failing in 5.0-DP1 initial install o [2002/04/30] kern/37589 Kernel panics upon resume from zzz on my o [2002/05/01] kern/37635 USB ufm driver using major 200, although a [2002/05/01] kern/37656 robert Linux emulator 'Invalid Argument' error i o [2002/05/03] ports/37708 ache mod_proxy broken in apache 1.3.24 o [2002/05/03] misc/37710 murray LAN interface in wrong state after attemp o [2002/05/03] ports/37730 ports-bugs editors/nvi-perl build failuer o [2002/05/04] i386/37734 sys/i386/boot/dosboot needs to be replace f [2002/05/05] misc/37775 netsmb/smb_subr.c needs opt_global.h in S o [2002/05/08] misc/37863 Configuration of X corrupts screen, and i o [2002/05/09] kern/37889 kernel panic when writing to a FAT32 part o [2002/05/12] ports/37992 emulation emulators/rtc: cannot start automatically o [2002/05/12] ports/37995 trevor lilypond port will not build due to bison o [2002/05/12] kern/37998 panic: vinvalbuf: dirty bufs o [2002/05/12] kern/38011 Fatal Trap 12 using Xircom CE2 in IBM 760 a [2002/05/12] ports/38018 znerd ports/www/jakarta-tomcat4: make passing o a [2002/05/12] ports/38020 znerd ports/www/jakarta-tomcat4: stop tomcat vi o [2002/05/13] kern/38024 kernel panic with devices 'sio' removed f f [2002/05/14] kern/38091 <4.6-prerelease "loses" PM drive> o [2002/05/14] kern/38095 bp vlan not supported with fxp o [2002/05/16] i386/38151 Installation of 5.0DP1 panics very early f [2002/05/16] kern/38166 gad ipv6_gateway_enable="YES" breaks lpd o [2002/05/17] kern/38210 SIOCGIFCONF truncates interface list. o [2002/05/17] ports/38212 knu XFree86-4 and portupgrade get dependencie o [2002/05/18] misc/38241 mount_cd9660 doesn't mount/read multisess o [2002/05/20] kern/38333 sos ATA drives only UDMA33 after APM standby f [2002/05/21] misc/38373 ipfw-graph reboots compaq 5500r o [2002/05/21] ports/38375 dirk The port lang./php4 can't be used as CGI o [2002/05/22] kern/38438 System crashes when starting XFree4 o [2002/05/23] misc/38460 ports-bugs core dumps with ghostscript o [2002/05/24] kern/38495 soreceive fails to maintain invariant on s [2002/05/24] kern/38527 /dev/random does not obey O_NONBLOCK flag o [2002/05/25] kern/38549 the procces compiled whith pthread stoppe o [2002/05/25] kern/38554 changing interface ipaddress doesn't seem o [2002/05/25] kern/38562 bridge_cfg=*dc0* ; kldload if_dc => panic o [2002/05/26] misc/38582 qa sysinstall sets newfs flag after changing o [2002/05/26] ports/38587 kuriyama bug in snmpd v5.0.1 in freebsd systems o [2002/05/27] ports/38602 ports-bugs x11-wm/tvtwm is confused about PREFIX o [2002/05/27] bin/38609 qa Sysinstall should know the size of the va o [2002/05/27] kern/38632 Loss of connection with wi cards o [2002/05/30] i386/38731 Freebsd doesn't support ( pdc20276 / Raid o [2002/05/30] kern/38736 kernel panic during memory stick removal o [2002/05/30] ports/38744 ports-bugs net/openldap20 doesn't work if db3 and db o [2002/05/30] kern/38752 rn_walktree_from not halting at the right o [2002/05/31] kern/38763 GENERIC kernel doesn't boot o [2002/05/31] bin/38765 peter CVS Daemon Vulnerability in 1.11.1p1 o [2002/05/31] bin/38778 mbr dhclient infinite loop on ro /etc/resolv. o [2002/06/01] kern/38794 sound ESS Solo driver truncates output o [2002/06/01] kern/38795 kldunload of snd_ess, snd_sb16, snd_sb8 p o [2002/06/01] ports/38801 ports-bugs sasl_apop_patch.gz breaks LOGIN mech (SMT f [2002/06/02] misc/38835 qa sysinstall always installs crypto a [2002/06/03] ports/38859 portmgr lang/gnat-doc-info: fix install o [2002/06/04] kern/38883 'kldload bktr' stuck in state swwrt, exer o [2002/06/04] kern/38894 Dell PowerEdge 4600 PCI Bus scan problems o [2002/06/04] kern/38906 calcru: negative time of o [2002/06/05] bin/38918 edquota breaks silently when quota-marked o [2002/06/07] kern/38983 Kernel fails to access disk o [2002/06/08] ports/39054 portmgr [PATCH] Support USE_OPENSSL=yes in bsd.po f [2002/06/10] misc/39104 The disc in your drive looks more like an o [2002/06/11] ports/39148 cy screen consumes 100% when run o [2002/06/11] ports/39149 ume ports/mail/cyrus-imapd: cyradm causes per o [2002/06/11] ports/39151 dima acroread4 install fails o [2002/06/11] kern/39185 core dump binary in single user mode o [2002/06/12] kern/39199 CASIO QV-4000 not recognized by /sys/dev/ o [2002/06/13] kern/39233 NonConforming IPsec implementation from F o [2002/06/13] kern/39235 not writing correct data to TI1420 PCCARD o [2002/06/13] kern/39252 Syscons doesn't support 8-bit control cha o [2002/06/13] kern/39260 pcm0 locks on boot, Compaq Presario 1920 o [2002/06/14] bin/39296 sos burncd fails in dao mode o [2002/06/15] kern/39322 sos Strange detection of IDE CDROM o [2002/06/15] kern/39329 '..' at mountpoint is subject to the perm o [2002/06/15] kern/39331 dwmalone namei cache unreliable for __getcwd() o [2002/06/16] kern/39388 groudier ncr/sym drivers fail with 53c810 and more p [2002/06/16] kern/39396 cjc firewall security loophole o [2002/06/17] kern/39447 4.5R &4.6R Kernels fail to boot w/ AHA294 o [2002/06/18] ports/39479 cy Binary version of screen-3.9.11_1 in port o [2002/06/19] i386/39507 FreeBSD can't boot: BTX halted problem o [2002/06/19] i386/39536 FreeBSD default bootloader does not load o [2002/06/20] i386/39604 Install failure on HP Pavilion 310n - Una o [2002/06/21] ports/39623 dirk [New Ports] Development versions of PHP, o [2002/06/21] i386/39633 Errors reported in schistory.c in syscons s [2002/06/22] ports/39660 portmgr add ${PKGNAMEPREFIX} to (DOCS|EXAMPLES)DI o [2002/06/23] ports/39760 jedgar ports/math/rcalc is too old and contains o [2002/06/24] conf/39763 Can't get a correct MAC address for MELCO o [2002/06/24] ports/39788 mharo building proftpd in ports ignores WITH_MY o [2002/06/24] i386/39802 iBCS2 emulation fork process core dumps o [2002/06/24] kern/39805 4.6R install panics with umass0 device co o [2002/06/25] bin/39849 /sbin/restore fails to overwrite files wi o [2002/06/25] ports/39859 nbm ports/www/publicfile confused file name i o [2002/06/26] kern/39878 mysqld process suddenly runs at 99% CPU w f [2002/06/26] conf/39887 matusita /stand/sysinstall doesn't set sendmail_en o [2002/06/26] bin/39896 netmask 0xffffff00 no longer works in /et o [2002/06/26] bin/39906 cleaning sbin/newfs code from warnings o [2002/06/27] bin/39918 Userland PPP - CHAP and PAP are swaped o [2002/06/27] bin/39922 [PATCH?] Threaded applications executed w o [2002/06/27] kern/39928 wi0 timeouts and hangs the system while s o [2002/06/27] kern/39937 ipstealth issue o [2002/06/27] bin/39940 /usr/sbin/periodic sends thousands of ema o [2002/06/29] misc/40001 grog vinum showing -2 drives after removing se o [2002/06/30] kern/40044 SMP kernel fails to boot on DELL 610 o [2002/07/01] i386/40073 Xircom Realport Ether doesn't work in Tos o [2002/07/02] ports/40112 obrien mail/mutt: fix path for ${PREFIX}/share/d o [2002/07/02] kern/40122 Device pcm stopps booting Kernel 4.6 o [2002/07/02] misc/40126 dougb bind8 port puts nslookup in the wrong pla o [2002/07/02] i386/40132 Enabling the joystick interface on es137x o [2002/07/03] kern/40139 darrenr ipfilter issue o [2002/07/03] ports/40167 bp mars_nwe does not report disk full errors o [2002/07/04] kern/40176 panic: lockmgr: locking against myself -- o [2002/07/04] kern/40193 PCI devices can not be used with an nVidi o [2002/07/04] misc/40206 Can not assign alias to any POINTOPOINT i f [2002/07/04] bin/40209 __dtoa broken with -O2 or -O3 optimisatio o [2002/07/05] ports/40216 anholt [xmh] xmh is unstable o [2002/07/05] ports/40218 anholt [xmh] mail list does not refresh automati o [2002/07/05] bin/40219 [apm] apm breaks removable media o [2002/07/05] ports/40223 anholt [xmh] Deleted mail does not appears in sc o [2002/07/05] kern/40225 sos ata driver incorrectly downgrades UDMA4 d o [2002/07/05] bin/40227 CVS client doesn't upload new files creat o [2002/07/05] ports/40232 ports-bugs xxgdb left button does not function prope o [2002/07/06] misc/40260 sysinstall hangs up detecting devices (No o [2002/07/06] bin/40261 sshd allows PasswordAuthentication even t f [2002/07/06] i386/40274 "fxp: device timeout" errors during heavy o [2002/07/06] bin/40278 mktime returns -1 for certain dates/timez o [2002/07/07] bin/40282 /bin/kill has bad error checking for comm f [2002/07/09] bin/40382 compiling source root CVS o [2002/07/09] kern/40394 if_tap driver hard coded permission check f [2002/07/10] ports/40428 kde KDE3 trashes Xresources data o [2002/07/11] bin/40466 pax may not handle correctly some tar arc o [2002/07/11] bin/40471 des chpass(1) -a option broken in CURRENT o [2002/07/14] kern/40558 UDP6 sockets do not receive responses of o [2002/07/14] kern/40561 jlemon TTCP does not work with IPv6 o [2002/07/14] kern/40574 NeoMagic soundcard detection on Gateway S o [2002/07/15] ports/40610 jmz Latex build "cannot find Hyphenation patt a [2002/07/16] bin/40654 jhb patch: sysinstall: infinite loop a [2002/07/16] bin/40655 jhb patch: sysinstall assigns partition a to o [2002/07/16] bin/40656 qa patch: sysinstall: scripted deletion of s o [2002/07/16] ports/40672 sobomax wsoundserver defaults to using esound and o [2002/07/16] java/40677 java J2SDK 1.4.0.01 fails to do anything when o [2002/07/19] kern/40766 NEWCARD freeses system while card inserti o [2002/07/19] kern/40787 page fault while in kernel mode o [2002/07/19] kern/40792 signals lead to data loss on device ugen o [2002/07/22] ports/40886 ache pkpkg_delete apache-1.3.26_3 does not w o [2002/07/22] kern/40895 wierd kernel / device driver bug o [2002/07/22] kern/40903 Busy_count is < 0 message keeps counting o [2002/07/23] misc/40941 robert syslogd "!prog" fails for progs with non- o [2002/07/23] i386/40945 FreeBSD can not support IBM ServeRAID4Lx o [2002/07/25] i386/40972 Stallion Multiport Serial Driver . a [2002/07/25] ports/40973 emulation Invalid behavior of emulators/rtc on -CUR o [2002/07/26] kern/41007 overfull traffic on third and fourth adap o [2002/07/26] i386/41020 Installation was successful only after I f [2002/07/27] conf/41054 Sendmail assumptions in startup scripts m o [2002/07/29] kern/41125 adrian squid-2.4.STABLE7 loop on poll() - SMP ke o [2002/07/29] ports/41128 greid recv_addr init wrong and 512 byte udp pac o [2002/07/29] i386/41138 silby vr0 locks up on one hub, OK on another f [2002/07/30] kern/41183 Booting with degraded RAID1 as system dis o [2002/07/31] kern/41216 Get "NFS append race" error o [2002/08/01] misc/41242 periodic scripts make unwarrented assumpt o [2002/08/02] conf/41273 USR Wi-Fi Card type 2410 is not detected o [2002/08/03] bin/41297 mp {t,}csh backquote/braces expansion bug f [2002/08/04] bin/41327 jon skey decrementing but not authorizing wit o [2002/08/04] misc/41331 Pthread library open sets O_NONBLOCK flag o [2002/08/06] kern/41373 sos Infinite loop in boot process while probi f [2002/08/06] kern/41374 panic: Removing other than first element o [2002/08/07] bin/41410 /bin/sh bug on expanding $? in here-docum o [2002/08/07] bin/41435 mbr dhclient writes lease file that it can't f [2002/08/10] kern/41525 SiS 630 Modem and Soundcard on FreeBSD 4. o [2002/08/11] misc/41557 periodic daily -> 500.ipfwdenied -> syste o [2002/08/11] i386/41569 silo overflow o [2002/08/13] kern/41632 luigi bridging when one interface has no carrie o [2002/08/14] bin/41671 gcc produces bad debug info o [2002/08/16] kern/41720 if_nge_load=YES make system not bootable o [2002/08/16] kern/41740 grog vinum issues: page fault while rebuilding f [2002/08/16] i386/41741 Cron calling periodic spawns hundreds of o [2002/08/18] i386/41757 qa sysinstall 4.6.x unstable o [2002/08/18] ports/41767 obrien make clean causes infinite loop o [2002/08/19] i386/41776 mrouted doesn't route multicast packets o [2002/08/19] bin/41777 /etc/periodic/daily/100.clean-disks remov o [2002/08/20] docs/41824 doc LANG is not documented in setlocale(3) o [2002/08/21] kern/41850 sysinstall fails to create root filesyste f [2002/08/21] docs/41865 trhodes [PATCH] XFree86 section should document - o [2002/08/22] kern/41881 julian ng_device was not MFCed for 2 months o [2002/08/22] docs/41892 doc Patch to fix slowdowns of documentation b o [2002/08/22] bin/41908 make: $? not always set o [2002/08/23] i386/41930 declaration clash for ffs() and ${CXX} o [2002/08/23] conf/41935 PPPoE problem with 3com device - 3c12 s [2002/08/23] ports/41945 alane bsd.port.mk: does not run ACLOCAL o [2002/08/24] ports/41966 ports-bugs audio/play: sblive, can cause "Device bu o [2002/08/24] ports/41970 ports-bugs trafcount causes fatal trap 12 o [2002/08/24] i386/41979 top(1) reports zero CPU utilization o [2002/08/25] bin/42004 quota and rpc.statd are still IPv4 only, o [2002/08/26] misc/42029 add rdist flags to /etc/periodic/daily/32 o [2002/08/27] misc/42062 2 computers with the same network interfa o [2002/08/27] kern/42089 ntp_gettime returns time in wrong scale o [2002/08/27] bin/42093 ypbind hangs on NIC with the lowest scope o [2002/08/28] misc/42115 luigi PicoBSD: fix build script for 4.6-STABLE o [2002/08/28] ports/42118 petef mail/isoqlog fails to compile due to auto o [2002/08/28] kern/42120 arp(8) fails due to ioctl SIOCGIFNETMASK o [2002/08/28] misc/42135 mdodd Truss dumps core printing socket address o [2002/08/29] ports/42161 kris isakmpd build without policy and keynote o [2002/08/29] misc/42172 ftp and fetch client needs an active comm o [2002/08/30] ports/42186 demon devel/autoconf and devel/p5-File-Tools ar o [2002/08/30] kern/42216 simultaneous multiple server network fail f [2002/08/30] kern/42228 sos BIOS drive 0x80 (on atapci0) is misnumber f [2002/08/31] ports/42268 ports-bugs math/PDL port is broken o [2002/09/01] docs/42292 doc PPP documentation should use quote marks o [2002/09/02] bin/42318 ipfw NATD redirect limitations o [2002/09/02] docs/42339 doc Release process doesn't document required o [2002/09/02] kern/42352 Impossible to set RCV timeout on a socket p [2002/09/02] bin/42356 uudecode -o doesn't work if piped o [2002/09/03] bin/42397 dlclose for a module loaded with RTLD_GLO o [2002/09/04] bin/42407 ppp(8) IPV6CP fails o [2002/09/05] kern/42457 Hack to allow Linux Matlab to exit o [2002/09/05] misc/42459 pipe reconfiguration freezes the system o [2002/09/05] i386/42463 4.6 and 4.6.2 fail to boot on Sony CD-ROM o [2002/09/06] bin/42484 ps: uprocp documented but not implemented o [2002/09/06] i386/42495 Drive Timeout - New Dell GX260 o [2002/09/07] ports/42516 openoffice OpenOffice.org generate wrong WM_LOCALE_N o [2002/09/07] i386/42539 Fatal Trap 12 resulting from Conner Perip o [2002/09/08] ports/42556 nakai archivers/rpm linked statically o [2002/09/08] kern/42564 record bug with emu10k1 driver o [2002/09/08] kern/42578 Using PCI serial cards (puc) in SMP machi o [2002/09/09] ports/42612 ports-bugs gphoto2 2.1 core dumps on DC290 o [2002/09/09] kern/42617 rename(2) IEEE Std 1003.1-2001 Violation o [2002/09/09] kern/42621 Dell Inspiron 5000e hangs when using Orin o [2002/09/10] misc/42623 luigi net.inet.ip.fw.autoinc_step not present a o [2002/09/10] kern/42629 panic in nfs_get o [2002/09/10] kern/42638 CS4326/4327 (MSS) buggy output playing 11 o [2002/09/10] ports/42643 fanf new mainstream version from sysutils/cfen o [2002/09/10] ports/42647 ports-bugs port pybliographger does not configure o [2002/09/11] kern/42652 error deleting r/o (by windows) files on o [2002/09/11] bin/42658 recompile /usr/src/libexec/telnetd and lo o [2002/09/12] ports/42713 wjv biology/emboss : problems building EMBASS a [2002/09/12] kern/42714 mbr dc ethernet driver is broken o [2002/09/13] gnu/42726 cvs -R pserver & val-tags: story continue o [2002/09/13] kern/42727 [PATCH] Wrong MTU in need-frag ICMP using o [2002/09/13] ports/42729 obrien bash manpage has /bin/bash as location fo o [2002/09/13] misc/42748 USB on hardware list does not work o [2002/09/13] i386/42750 Fdisk makes no difference between FAT32, o [2002/09/13] docs/42762 doc ppp.8 has no description of $env and ~use o [2002/09/14] misc/42767 User PPP fails if processor usage is cons o [2002/09/14] ports/42777 openoffice OpenOffice install fails o [2002/09/14] ports/42783 steve open-motif port doesn't compile o [2002/09/14] i386/42784 pcmcia 16bit network card removal locks a o [2002/09/14] i386/42794 Asks for "ew Password" then unexpectably o [2002/09/15] misc/42801 FreeBSD freezes when opening cuaa0 with a o [2002/09/15] kern/42805 System lockup o [2002/09/15] i386/42806 VLANs do not work with fxp + catalyst as o [2002/09/16] kern/42847 panic: backgroundwritedone: lost buffer o [2002/09/16] misc/42849 MBR is scribbled on by by freebsd o [2002/09/17] bin/42868 passwd on NIS master server can't work fo o [2002/09/19] ports/42964 billf /usr/ports/net/mtr: I don't want mtr-gtk o [2002/09/20] kern/42983 wi0 sporadically freezes the system for 1 o [2002/09/20] ports/43036 tg python-doc packages aren't found by pydoc o [2002/09/20] kern/43133 luigi dummynet hang in mysterious circumstances o [2002/09/20] kern/43151 Panic 20 seconds after resume o [2002/09/21] kern/43175 uvisor.c table error f [2002/09/21] bin/43209 download of bin.cp is only 239717 and not o [2002/09/21] i386/43222 setrootbyname panic in 4.6 o [2002/09/21] bin/43223 pirzyk getnetby{name|addr} broken for DNS lookup f [2002/09/22] i386/43271 Screen 3.9.11_1 dies with a error from ld o [2002/09/23] bin/43299 march=pentium4 miscompiles msun/src/e_pow o [2002/09/23] ports/43301 steve mwm confused by mouse events following up o [2002/09/23] kern/43314 kernel panic "clist reservation botch" o [2002/09/24] bin/43337 fetch: -s fails if -4 or possibly other o o [2002/09/25] kern/43352 luigi ipfw aborts processing file/pipe when del o [2002/09/25] i386/43366 Cannot format media in USB floppy devices o [2002/09/26] ports/43408 ports-bugs graphics/mpeg2play does not install docum f [2002/09/27] bin/43413 sh parameter expansion bug o [2002/09/28] ports/43454 www Packages hard to find, often missing o [2002/09/28] kern/43462 copying files from olympus C-4040 digital o [2002/09/29] kern/43475 grog Starting Vinum again while active corrupt o [2002/09/29] bin/43501 getpwnam, getpwuid fail when linking agai o [2002/09/30] bin/43505 ssh session "crash" if you are typing sec p [2002/10/01] alpha/43567 alpha strtod() core dumps o [2002/10/02] bin/43592 mktime rejects dates at the start of dayl o [2002/10/02] kern/43599 Balloc did not check mallocated pointer i a [2002/10/02] kern/43605 luigi enabling polling in the kernel causes pag o [2002/10/03] bin/43635 filesystem damage not detected by fsck o [2002/10/04] alpha/43653 alpha rl(8) driver causes unaligned access trap o [2002/10/04] misc/43674 Able to bypass expired password o [2002/10/05] ports/43714 dirk problem with installing php4-4.2.3 o [2002/10/05] java/43724 java linux_base-7.1 + linux-sun-jdk-1.3.1.04 d o [2002/10/07] i386/43762 cd9660 process hangs on mounting ATA CDRO o [2002/10/07] docs/43776 doc /etc/sshd_config settings overridden by P o [2002/10/07] ports/43796 ports-bugs x11-toolkits/xview does not build on 5.0 o [2002/10/07] kern/43808 usb kernel panics o [2002/10/08] i386/43814 release 4.6 & 4.6.2 does not see the hard o [2002/10/08] standards/43837wollman PKST (pakistan daylight time) changed fro o [2002/10/08] ports/43843 dirk php4 4.2.3 does not make all install suce o [2002/10/08] ports/43847 ports-bugs new ports: babytrans,gsfv,mmail,tetradraw o [2002/10/08] ports/43849 dirk mod_php4 problem o [2002/10/09] conf/43851 Colorado backup unit o [2002/10/09] i386/43852 4.7-RC "device timeout" problem o [2002/10/09] kern/43885 pirzyk USB CDROM does not work with vmware 2.x o [2002/10/10] kern/43887 abnormal CPU useage when use pthread_mute o [2002/10/11] java/43924 glewis writing from JAVA to a pipe sometimes han o [2002/10/11] ports/43926 obrien ports/mail/mutt can't handle FQDN > 31 ch o [2002/10/11] bin/43930 ldconfig calls bcopy with wrong size o [2002/10/11] kern/43953 Backport of BMC5703 drivers o [2002/10/12] misc/43976 Binary upgrade to 4.7R fails if package ' o [2002/10/12] kern/43984 rp driver does not support multiple PCI c o [2002/10/12] bin/43993 /usr/sbin/usbd does not handle an usb eve o [2002/10/13] kern/44010 [PATCH] SIGCONT isn't reported for traced o [2002/10/13] kern/44011 [PATCH] PT_CONTINUE, PT_KILL and PT_DETAC o [2002/10/13] kern/44030 VNode/Swap troubles o [2002/10/14] kern/44045 luigi kernel panic (page fault) with dummynet o [2002/10/14] kern/44063 sos ATA Tags (TQ) problems on 4.7-STABLE o [2002/10/14] kern/44064 Linux IPC emulation fails for recent prog o [2002/10/15] kern/44087 fatal kernel trap when ifconfig a inet6 i o [2002/10/15] ports/44101 trevor Netscape 7 port fetches unspecified compo o [2002/10/15] kern/44126 lnc network hungup at large traffics on V o [2002/10/15] kern/44128 Machines hangs during boot, if ACPI is en o [2002/10/16] kern/44130 Enabled apm hangs up FreeBSD kernel on i8 o [2002/10/16] alpha/44147 alpha kdebase 3.0.4 will not build s [2002/10/16] misc/44148 installworld in 4.7-STABLE does not insta o [2002/10/17] ports/44169 ports-bugs linux_base-7.1_1 port has bogus protectio o [2002/10/17] i386/44178 kldload of snd_emu10k1 locks system o [2002/10/17] misc/44185 Problem adding route with -interface opti o [2002/10/17] ports/44192 ports-bugs joe o [2002/10/18] kern/44202 -stable rp driver does not work with mult o [2002/10/18] ports/44239 ports-bugs Update port: openldap20 to use databases/ o [2002/10/18] ports/44240 ports-bugs openldap20 breaks with multiple versions o [2002/10/18] bin/44256 gshapiro /etc/mail/Makefile doesn't build submit.c o [2002/10/19] conf/44263 Intel AnyPoint II Wireless Card Unrecogni p [2002/10/19] misc/44268 ache [PATCH] FreeBSD is missing lt_LT.ISO8859- o [2002/10/19] ports/44274 dirk www/mod_php4 and lang/php4 doesn't build o [2002/10/19] ports/44295 ports-bugs New port: MLton, an optimizing Standard M o [2002/10/20] bin/44320 jail(1) change for set{uid|gid} o [2002/10/21] kern/44355 After deletion of an IPv6 alias, the rout f [2002/10/22] ports/44398 glewis Incorrect file name in jdk13 port o [2002/10/23] kern/44417 luigi ipfw layer2 rules are not checked for eth o [2002/10/24] ports/44440 sobomax www/viewml won't compile if qt3 installed o [2002/10/25] ports/44457 edwin [NEW PORT] devel/mingw32-binutils: new ve o [2002/10/25] ports/44458 edwin [NEW PORT] devel/mingw32-bin-msvcrt: new o [2002/10/25] ports/44459 edwin [NEW PORT] devel/mingw32-gcc: new version o [2002/10/26] i386/44497 NIC Lags? o [2002/10/26] bin/44504 tcsh-6.12.00's "source" command ignore co o [2002/10/26] kern/44512 pcm driver generates static half the time o [2002/10/26] kern/44514 X11 mouse pointer disappears upon suspend o [2002/10/27] bin/44518 ftpd does not show OPIE OTP challenge o [2002/10/27] bin/44519 ftpd.conf(5) contains references to ftpd( o [2002/10/27] kern/44542 Locking issues with pcm o [2002/10/27] kern/44543 Duplicate lock of type 'inp' when startin o [2002/10/27] kern/44544 Can't kldunload snd_emu10k1.ko o [2002/10/27] ports/44545 ume cyrus-imapd ports install using wrong ver o [2002/10/28] gnu/44564 peter [PATCH] Aborted cvs session causes an end o [2002/10/28] bin/44567 ipfstat does not show IPv6 accounting inf o [2002/10/28] bin/44570 ftp behind VPN server fails host name loo o [2002/10/28] ports/44573 petef Is port net/arla still being maintained? o [2002/10/28] misc/44578 getnetgrent fails to read NIS netgroup ma o [2002/10/28] i386/44581 ar RAID driver crashes using older DISKS o [2002/10/29] kern/44585 bug in lockmgr o [2002/10/30] i386/44745 Program written in C++ can hang system (s o [2002/10/30] bin/44750 usr.bin/make: parens in compound conditio o [2002/10/30] ports/44759 ports-bugs ghostscript-gnu-7.05_3 produces incorrect f [2002/10/31] ports/44799 dirk mysql323-server (3.23.53) fails to build o [2002/10/31] ports/44802 will games/xkobo broken on -current o [2002/11/02] ports/44835 knu portupgrade vs. docproj dependencies o [2002/11/03] kern/44853 Panic on resume o [2002/11/03] kern/44867 Frequent hard hangs on ASUS P4T-E/P4S-533 o [2002/11/04] kern/44887 ng_ksocket: NGM_KSOCKET_CONNECT doesn't w f [2002/11/04] i386/44921 NFS umount when server busy o [2002/11/05] kern/44936 ng_pppoe: relay session identifier does n f [2002/11/05] ports/44954 ports-bugs new port: sysutils/userinfo o [2002/11/06] bin/44995 /usr/bin/limits thinks sbsize is number, o [2002/11/06] kern/45013 locking warnings in CURRENT o [2002/11/06] kern/45014 VLAN tag on frames received via em(4) are o [2002/11/06] kern/45023 flexlm does not run with linux-base-7, st o [2002/11/09] gnu/45168 Buffer overflow in /usr/bin/dialog o [2002/11/11] ports/45210 ports-bugs Broken Linux ABI Emulation in FreeBSD 4.7 o [2002/11/12] ports/45233 ports-bugs ocaml port hangs in configure stage (tst o [2002/11/12] ports/45234 ports-bugs timidity++ portupgrade problem, removes s o [2002/11/13] bin/45272 dump/restore problem o [2002/11/14] docs/45303 doc Bug in PDF DocBook rendering o [2002/11/15] kern/45322 Panic on resume (zone: entry not free) o [2002/11/15] kern/45324 Re: 4.7 kernel does not find aha1 o [2002/11/16] kern/45353 silby Trivial local DoS via file table exhausti o [2002/11/17] kern/45373 softupdate / fs damaged after loss of pow o [2002/11/18] bin/45397 nectar Telnet dumps core when MAKE_KERBEROS5=yes o [2002/11/18] kern/45403 imp Cannot install -CURRENT via pccard networ o [2002/11/18] kern/45413 sos tagged/non-tagged IDE drives as MASTER/SL o [2002/11/18] ports/45417 jim everybuddy installs modules in wrong plac o [2002/11/18] bin/45461 rpc.lockd silently dies when rpc.statd is o [2002/11/19] bin/45478 tjr /bin/sh coredump o [2002/11/19] bin/45484 paul pkg_update(1) does not correctly re-regis f [2002/11/19] ports/45490 ports-bugs tightvnc leaks connections o [2002/11/19] ports/45495 portmgr Fix port bsd.port.mk to build when there o [2002/11/20] i386/45525 Dell Inspiron 7000 does not recognize PC- o [2002/11/20] bin/45529 hexdump core-dumps with certain args [PAT o [2002/11/20] ports/45531 ports-bugs Upgrade port hyperlatex-2.5 to 2.6 o [2002/11/21] i386/45558 mdconfig and msdosfs make fs writes hang o [2002/11/21] i386/45565 qa sysinstall: write error, filesystem full f [2002/11/21] kern/45574 No console (term) if smbus is enable in t o [2002/11/21] kern/45579 Panic from USB stack after device detach o [2002/11/24] bin/45669 des pam_ssh fails in presence of SIGCHLD hand o [2002/11/24] kern/45673 sound PC98 internal CS4231A is mis-detected to o [2002/11/24] kern/45679 sound Cannot record except 8bit-mono with CS423 o [2002/11/24] kern/45682 sound Sometime failed to record/play with CS423 o [2002/11/25] kern/45713 emoore If you use the amr driver, it is impossib o [2002/11/25] bin/45721 darrenr ipfilter's flags and icmp-type processing o [2002/11/25] bin/45723 ls(1)'s wrong behaviour with not searchab o [2002/11/25] kern/45733 file descriptor flags and socket flags ou o [2002/11/26] gnu/45744 /usr/bin/makeinfo sometimes segfaults o [2002/11/26] bin/45754 vnconfig(8) fails to return correct exit o [2002/11/26] ports/45757 trevor mail/xc-mail: update to current (2.2) & c o [2002/11/26] bin/45760 pppd(8) incoreectly handles timeouts afte o [2002/11/26] conf/45766 rcNG broke non-system sshd startup o [2002/11/26] misc/45772 Kernel does not compile with IPFILTER opt o [2002/11/26] i386/45773 Softboot causes autoconf failure on Broad o [2002/11/26] kern/45777 crashdump issue with too-small dumpdev o [2002/11/27] conf/45792 Compaq WL200 entry in etc/defaults/pccard o [2002/11/27] ports/45805 ports-bugs security/sfs does not build on Alpha o [2002/11/28] i386/45818 Cannot repartition drives: operation not o [2002/11/29] docs/45833 trhodes nsmb.conf man page o [2002/11/30] ports/45894 sobomax wxgtk-2.2.9 conflicts with /usr/ports/dev o [2002/12/02] kern/45913 WaveLan driver problems with latest -CURR o [2002/12/03] kern/45966 TCPDEBUG kernel option broken by changes o [2002/12/03] ports/45972 tobez Perl system() calls will hang if the proc o [2002/12/03] ports/45976 ports-bugs librdiff is old version with serious memo o [2002/12/04] bin/45990 dwmalone top dumps core if specific errors in pass o [2002/12/04] bin/45995 Telnet fails to properly handle SIGPIPE o o [2002/12/05] ports/46008 kiri [PATCH] Update mail/mew2 to Mew 2.3 o [2002/12/05] ports/46013 dbaker misc/dnetc: fix install error o [2002/12/05] i386/46017 smb mounts break /etc/periodic/weekly/310 o [2002/12/06] ports/46027 kuriyama net/net-snmp4 fails to build f [2002/12/06] ports/46029 ijliao centericq 4.7.8_5 fails to build o [2002/12/06] ports/46030 mharo ProFTPD 1.2.6 fails to build o [2002/12/06] kern/46036 inaccurate timeouts in select(),nanosleep o [2002/12/06] ports/46039 ports-bugs adzapper install fails out of the box o [2002/12/08] i386/46100 Random panic. o [2002/12/08] conf/46103 mtm /etc/rc.d/ipfilter; ipfilter_start() need o [2002/12/09] ports/46149 trevor Celestia build fix o [2002/12/09] java/46151 java Sound Capture works only one time o [2002/12/09] kern/46152 Panic in adw dumping to tape o [2002/12/10] ports/46164 ports-bugs incorrect work of pkg_add o [2002/12/10] ports/46167 ports-bugs New port: sysutils/gkleds o [2002/12/10] bin/46175 Evolution reports "Generic error" creatin o [2002/12/10] kern/46176 umass causes kernel panic if device remov o [2002/12/11] ports/46180 ports-bugs lang/squeak3 creates $PREFIX/bin/squeak s o [2002/12/11] ports/46184 ports-bugs [PATCH] Update java/bouncycastle to versi o [2002/12/11] i386/46194 5.0-RC1 kern floppy load fails on AMD K6- o [2002/12/11] www/46195 www man page kadmind(8) not found at www.Free o [2002/12/11] ports/46201 ports-bugs New port: php-gtk o [2002/12/12] i386/46223 PC-CARD presence makes kernel panic o [2002/12/12] kern/46226 5.0-RC1 ipfilter module [ipl.ko] fails to o [2002/12/13] kern/46239 posix semaphore implementation errors o [2002/12/13] misc/46245 AC'97 is not supported on ABIT BW7 o [2002/12/13] bin/46249 [PATCH] /usr/bin/cmp -x ignored on specia o [2002/12/15] java/46269 java ports/java: jdk 1.3.1 p7 fails to build w o [2002/12/15] ports/46278 ports-bugs New Port: games/vegastrike o [2002/12/15] docs/46286 doc there's an omission and an error in the n o [2002/12/17] ports/46322 tobez lang/perl5 - string '0' (zero) is not con o [2002/12/17] ports/46329 chuckr gnuplot compiled with -march=pentiumpro o o [2002/12/17] ports/46338 ports-bugs cyrus-sasl-1.5.27_7 mysql_verify_password o [2002/12/18] bin/46352 Open file descriptors and signal handling o [2002/12/19] i386/46371 USB controller cannot be initialized on I o [2002/12/19] ports/46380 dirk mod_php4-4.2.3 file_exists() always retur o [2002/12/19] ports/46381 sumikawa racoon coredumps when talking to win2k o [2002/12/20] ports/46399 ports-bugs lib o [2002/12/20] conf/46401 dougb [PATCH] /etc/rc.d/named doesn't create ch o [2002/12/20] kern/46405 [PATCH] Bad VLAN handling on NIC's with V o [2002/12/21] ports/46443 ports-bugs lang/jgnat compilation failure f [2002/12/21] i386/46446 make(1) core dumps on buildworld o [2002/12/22] i386/46484 System panics upon configuration of bge N o [2002/12/23] ports/46507 ports-bugs Failure to Build Postfix-Current due to S o [2002/12/24] kern/46521 bktr(4)'s yuv422_prog is broken. o [2002/12/25] ports/46530 ports-bugs GtkAda2 links against unexistent libgthre o [2002/12/25] bin/46533 Inadequate validity checking on args to t o [2002/12/26] ports/46546 tobez fix net/p5-Net-Whois-RIPE o [2002/12/26] kern/46551 cbb driver hangs on Sony Vaio o [2002/12/26] i386/46553 System freezes after awakening from hiber o [2002/12/26] ports/46554 tobez fix a regex bug dealing with utf8 strings o [2002/12/27] kern/46557 ipfw ipfw pipe show fails with lots of queues o [2002/12/28] misc/46575 KERBEROS IV and KERBEROS V makes PicoBSD o [2002/12/28] kern/46576 FreeBSD 4.6 broke linux emulation install o [2002/12/29] kern/46618 USB (UHCI/ICH3) PALM connect/disconnect/c o [2002/12/29] kern/46619 Installation hangs on IBM Thinkpad T23 o [2002/12/29] kern/46626 Fatal error during compilation of 4.7-REL o [2002/12/31] i386/46646 snd_emu10k1.ko halting the system a [2002/12/31] kern/46647 silby Failure to initialize MII on 3Com NIC res o [2003/01/01] bin/46676 ru [PATCH] bsd.dep.mk restricts domain of ta o [2003/01/02] misc/46694 Getting DUP packets when in Promiscous mo o [2003/01/03] kern/46736 ISA audio CS4232 (HP Omnibook 5000C) work o [2003/01/03] ports/46741 ports-bugs PVM-POV fails trying to locate file/folde o [2003/01/04] kern/46752 bge(4) does not support Broadcom BCM5702C o [2003/01/04] bin/46761 buffer overflow by strcpy() in natd's arg o [2003/01/04] ports/46768 ports-bugs postgresql-jdbc fails to build while buil o [2003/01/05] ports/46777 ports-bugs New port: NeTAMS - Network Traffic Accoun o [2003/01/05] ports/46788 dirk www/mod_php4 could not be build with `mcv o [2003/01/05] ports/46792 ports-bugs Apache 1.3.27+mod_ssl/2.8.12 segfaults if o [2003/01/07] kern/46834 GENERIC kernel doesn't compile on Alpha a o [2003/01/07] ports/46839 ports-bugs portsdb fails f [2003/01/07] bin/46845 dwmalone inetd memory leak when built with LOGIN_C o [2003/01/07] ports/46846 lioux livecd: Running fails due to old patches o [2003/01/08] kern/46872 Make sound work on TV-cards with MSDP3415 o [2003/01/08] kern/46881 ether_input casts m_hdr to mbuf and cause o [2003/01/08] ports/46885 ports-bugs [NEW PORT] FAAD MPEG AAC audio library o [2003/01/09] kern/46889 imp ax88790 support for ed(4) o [2003/01/09] ports/46899 ports-bugs gcc28 compilation fails on CURRENT (causi o [2003/01/09] misc/46902 Error with mount_smbfs and 15 Char Netbio o [2003/01/10] kern/46957 alfred [Patch] Bogus return value (-1==ERESTART) o [2003/01/10] ports/46964 ports-bugs Failure when running "make install" on ex o [2003/01/11] ports/46982 ports-bugs The Samhain Intrusion Detection System o [2003/01/11] ports/46985 sobomax port x11-toolkits/py-wxPython broken on - o [2003/01/11] ports/46986 ports-bugs multimedia/mplayer-skins - interactive di o [2003/01/12] kern/47005 OHCI USB not noticing device detachments o [2003/01/13] ports/47023 ports-bugs gphoto2 build/install issue o [2003/01/14] ports/47061 ports-bugs Conflicting system headers by build of gr o [2003/01/14] ports/47089 ports-bugs multimedia/xmms - core dump (sig 10) whil o [2003/01/15] ports/47107 nbm sip port doesn't build o [2003/01/15] ports/47109 ports-bugs science/babel and biology/babel binary na o [2003/01/16] kern/47152 pseudo-device ef in kernel does not creat o [2003/01/16] ports/47153 znerd java/java-tutorial - checksum mismatch (n o [2003/01/17] ports/47158 ports-bugs new port ports/editors/ooodict-ru_RU o [2003/01/17] ports/47177 ports-bugs Have biology/molden build and install the o [2003/01/18] bin/47195 sos burncd(8) -t fixate will write data to cd o [2003/01/19] ports/47212 lioux Port `multimedia/libdvdread' could not be o [2003/01/19] i386/47236 Console missing during bootup on Sony Pic o [2003/01/19] i386/47243 Onboard CMedia CMI8738 playback noise o [2003/01/20] ports/47245 znerd daemonctl scribbles over log file when si f [2003/01/20] kern/47255 5.0-RELEASE install boot floppies hang wi o [2003/01/20] ports/47273 portmgr Ports tree references wrong crypto librar o [2003/01/20] kern/47279 IBM 370 hangs on reboot o [2003/01/20] kern/47280 APCI functions crash / corrupt / fail to o [2003/01/20] ports/47285 lioux libmpeg2 fails to build on Alpha o [2003/01/20] kern/47286 device probing not verbose when using boo o [2003/01/21] ports/47298 ports-bugs pkg_update removes installed package even o [2003/01/21] ports/47299 kris x11/wdm project moved, update MASTER_SITE o [2003/01/21] ports/47303 wjv Update biology/p5-bioperl to latest relea o [2003/01/22] kern/47352 pcm/ac'97, dsp device busy o [2003/01/23] ports/47402 ports-bugs New Port: net/sysmon f [2003/01/23] ports/47404 kde kword from koffice SIGSEGVs when asked fo o [2003/01/23] ports/47405 ports-bugs scribius could not save russian letters a o [2003/01/23] i386/47412 fdisk core dumps (gdb) with gbde disc o [2003/01/23] ports/47419 kuriyama gnupg build failure... o [2003/01/24] i386/47449 Thinkpad 755CD floppy boot fails o [2003/01/24] kern/47451 5.0 GENERIC(sysinstall CD) locks during b o [2003/01/24] kern/47452 df(1) reports filesystem empty when it is o [2003/01/25] kern/47453 Leadtek Winfast TV 2000 card identificati o [2003/01/25] ports/47458 anholt XFree fails to start on FreeBSD 5.0 o [2003/01/25] bin/47496 amd cannot mount 5.0-RELEASE nfs-exports o [2003/01/26] kern/47512 bash in gdb triggers kernel panic o [2003/01/26] ports/47513 jkh net/cvsupit, add entry for src-sys-crypto o [2003/01/26] kern/47531 mutex_d panics SMP kernel o [2003/01/28] kern/47586 [PATCH] fix information-leak (mounts) in o [2003/01/28] bin/47607 quota(1) misreports nfs quotas >= 4 GB o [2003/01/29] kern/47628 msdosfs file corruption fix o [2003/01/29] i386/47647 init died with signal 6 o [2003/01/29] kern/47648 creating alias on ethernet interface caus f [2003/01/30] ports/47684 gerald ports/lang/gcc32 inlines varargs function f [2003/01/30] bin/47694 dwmalone Inetd leaves some sockets open. o [2003/01/30] ports/47700 ports-bugs New port: XawPlus, a 3D replacement for X o [2003/01/31] ports/47713 lioux multimedia/ffmpeg - "make deinstall reins o [2003/01/31] ports/47734 ports-bugs [NON-MAINTAINER] devel/doc++: update from o [2003/01/31] ports/47768 ports-bugs print/ghostscript-afpl gv (3.5.8_1) can't o [2003/02/01] kern/47786 imp patch for BUFFALO LPC3-CLX 10/100Base-T P f [2003/02/01] i386/47787 markm new 5.0 system without perl fails buildwo o [2003/02/01] ports/47790 gerald lang/gcc32 - "libgcj.spec missing" while f [2003/02/02] ports/47807 knu ruby-bdb1 fails to install o [2003/02/02] ports/47809 ports-bugs New port: Ukrainian accounting system. o [2003/02/02] i386/47813 pseudo-device gre doesn't appear to work o [2003/02/02] ports/47829 ports-bugs New port: python bindings for gtkextra o [2003/02/02] ports/47833 petef upgrade hypermail to version 2.1.6 o [2003/02/03] ports/47842 cy security/tripwire fails to build under CU o [2003/02/03] ports/47843 sobomax [PATCH] archivers/libcabinet: make more f o [2003/02/03] ports/47846 knu portupgrade doesn't see any packages on s o [2003/02/03] kern/47871 Kernel panic in unpredictable moments o [2003/02/03] ports/47873 ports-bugs p [2003/02/25] kern/48666 netipx panics when changing interface add o [2003/02/25] ports/48681 kde `x11/kdebase3' could not be build on rece o [2003/02/25] ports/48684 ports-bugs mail/postfix port relies on incorrect dep o [2003/02/25] ports/48692 kuriyama Installing gnupg port breaks existing net o [2003/02/26] kern/48715 atacontrol detach panics system when ATAP o [2003/02/26] docs/48728 doc Option "device agp" in GENERIC kernel on o [2003/02/26] bin/48730 burncd does not handle signals and causes o [2003/02/26] ports/48737 znerd java/jdk13-doc - 5572 files missing from o [2003/02/27] kern/48741 ipnat corrupts packets on gre interface w o [2003/02/27] kern/48752 freeze when installing 5.0 Release f [2003/02/27] kern/48753 freeze of 5.0-RELEASE related to NFS o [2003/02/27] kern/48755 5.0-p2 kernel panic probably filesystem r o [2003/02/27] kern/48758 kldunload if_{nic} can cause kernel panic o [2003/02/28] kern/48777 vidcontrol modes not restored on vt switc o [2003/02/28] ports/48779 dougb update port: mail/p5-Mail-SpamAssassin-sn o [2003/02/28] kern/48802 FreeBSD 5.0 #0 killed 2 HDs o [2003/03/01] ports/48803 kde KDE 3.1 (kxkb) break XKB configuration an o [2003/03/01] ports/48805 kde `Segmentation fault' for games/nethack34- o [2003/03/01] ports/48806 ports-bugs maintainer-update www/caudium10 fix depen o [2003/03/01] ports/48807 ports-bugs [New Port] Turck MMCache 2.3.6 (An opcode o [2003/03/01] ports/48811 ports-bugs boaconstructor port is too old o [2003/03/01] ports/48825 glewis java.lang.Math.pow() broken in native JDK o [2003/03/02] ports/48829 ports-bugs [New Ports] php-dev (development versions o [2003/03/02] ports/48838 ports-bugs Port: vtcl checksum and version mismatch o [2003/03/02] ports/48839 gnome math/guppi 0.40.3_2 compile fails, syntax o [2003/03/02] ports/48841 ports-bugs tls on postfix does not work (smtp and sm o [2003/03/02] ports/48847 ports-bugs irc/darkbot - The talking IRC Bot! o [2003/03/02] ports/48848 ports-bugs Maintainer-Update www/caudium10 update to o [2003/03/02] ports/48852 kris sysutils/pstree can go into infinite loop o [2003/03/02] bin/48856 Setting SIGCHLD to SIG_IGN still leaves z o [2003/03/02] ports/48859 dougb Patch to add upscode2 support to nut port o [2003/03/02] bin/48865 Dumps made on FreeBSD 5.0-RELEASE are unr o [2003/03/03] misc/48881 [PATCH] The influence of /etc/start_ifnam o [2003/03/03] ports/48904 ports-bugs diagnose sparc64-5-latest build of mail/b o [2003/03/05] ports/48947 lioux New port: BitTorrent, program for distrib o [2003/03/05] kern/48952 uscanner0 hangs o [2003/03/05] bin/48958 standards The type 'bool' has different sizes for C o [2003/03/05] ports/48960 portmgr An alternative solution for perllocal.pod o [2003/03/05] ports/48961 ports-bugs [Maintainer Patch] print/pdflib (USE_LIBT o [2003/03/06] ports/48981 chuckr unbreak print/a2ps-letter o [2003/03/06] i386/48982 5.0 buildworld fails after openssl -DOVER o [2003/03/06] kern/48986 sos 5.0-R/4.7R system hangs on HighPoint RAID o [2003/03/06] ports/48990 dirk mod_php4 port sablotron library version n o [2003/03/07] kern/48996 Fatal trap 12 with incoming traffic from o [2003/03/07] ports/49000 ports-bugs FreeBSD port of TWiki o [2003/03/07] ports/49008 ports-bugs New port: makepasswd, random password gen o [2003/03/07] ports/49010 gnome [patch] dead keys can't be entered in moz o [2003/03/07] ports/49019 ports-bugs [fetch fix] french/gfaim : website no lon o [2003/03/07] ports/49020 kde koffice port missing a patch (with patch) o [2003/03/07] ports/49022 ports-bugs [Maintainer Update] Port: irc/ircservices o [2003/03/08] kern/49040 problem mounting root; ffs_mountroot can' f [2003/03/09] bin/49048 [patch] ctm(1) does not check parent dire o [2003/03/09] ports/49050 ports-bugs unresolved symbols (pthread related) o [2003/03/09] ports/49051 ports-bugs port for x11-toolkits/flvw won't build o [2003/03/09] ports/49056 trevor Festival fixes for newer GCCs [PATCH] o [2003/03/10] ports/49070 ports-bugs [PATCH] librecode.so has unresolved symbo o [2003/03/10] ports/49074 ports-bugs net/openldap20 can't start with sample co o [2003/03/10] bin/49087 Signals lost in programs linked with libc o [2003/03/10] ports/49094 ports-bugs Update: graphics/gd2 2.0.1_3 -> 2.0.11_4 o [2003/03/10] ports/49097 ports-bugs New Port graphics/p5-GD2 o [2003/03/11] kern/49102 julian Resident set size calculation broken in 5 o [2003/03/11] ports/49108 ports-bugs Update Russian Apache to patchlevel 30.17 o [2003/03/11] ports/49109 ports-bugs Update Russian Apache + mod_ssl to patchl o [2003/03/11] i386/49116 ACPI module disables /dev/psm0 detection o [2003/03/12] bin/49951 dwmalone [patch] hcreate(3) man page unclear o [2003/03/12] ports/49966 des portupgrade -R for linux-opera breaks ins o [2003/03/13] ports/49979 ports-bugs MAINTAINER-UPDATE: games/crimson 0.30 o [2003/03/13] misc/49984 openSSH crashes while password based auth o [2003/03/13] ports/49995 phantom Native JDK1.4.1 build fails if WRKDIRPREF o [2003/03/14] ports/49998 tg textproc/rman(rman-3.0.9) segmentation fa o [2003/03/14] ports/50009 anholt o [2003/03/15] ports/50017 ports-bugs Security update to p5-Business-OnlinePaym o [2003/03/15] ports/50021 demon [Fix Port] print/teTeX (WITHOUT_X11=yes) o [2003/03/15] ports/50030 kuriyama [Update Port] textproc/dsssl-docbook-modu o [2003/03/15] ports/50036 ports-bugs security/pear-Auth_SASL o [2003/03/15] ports/50042 ports-bugs ports/www/mod_frontpage causes Bad System p [2003/03/16] bin/50051 tjr /bin/sh: child termination signals break o [2003/03/16] misc/50053 FreeBSD 4.7/5.0 machine dies on scanpci & o [2003/03/16] ia64/50059 kan GCC bug tracker (tracks GCC PR 10116) o [2003/03/16] ports/50061 ports-bugs Update port:mail/gotmail to version 0.7.9 o [2003/03/16] ports/50062 knu portupgrade does not process directives f o [2003/03/17] ports/50074 ports-bugs gv port chokes on unknown keysym "apLineD o [2003/03/17] ports/50083 lioux qpopper 4.0.5 tarball file permissions do f [2003/03/17] ports/50089 gnome GnuCash-1.8.1_3 fails at startup: scm dat o [2003/03/18] ports/50093 kde x11-toolkits/qt31 port lacks of configura o [2003/03/18] i386/50099 jhb [PATCH] AP initialization fails on some S o [2003/03/18] ports/50101 jeh sysutils/healthd: manpage must be updated o [2003/03/18] ports/50103 portmgr Re: make release failure in ports/textpro o [2003/03/18] ports/50104 alane Zope package does not set sticky bit on v o [2003/03/19] ports/50138 kde Closing KDE apps generates a segfault (SI o [2003/03/20] ports/50145 kde KDE 3.1 not honoring XINERAMA o [2003/03/20] kern/50149 Using Alcatel SpeedTouch results in "usb0 o [2003/03/21] ports/50162 adrian update ports www/squid to 2.5-stable2 o [2003/03/21] kern/50163 debug screen appear when dial-in user try f [2003/03/21] ports/50171 kde x11/kde3 meta-port doesn't work properly o [2003/03/21] ports/50176 alane Missing dependency in `devel/autoconf' (a o [2003/03/22] ports/50196 dwcjr net/samba seems to have an implicit depen o [2003/03/22] ports/50202 ports-bugs New port: Binary security update tool o [2003/03/23] ports/50204 ports-bugs x11-wm/fluxbox update o [2003/03/23] ports/50210 ports-bugs checksum mismatch textproc/p5-XML-Sablotr o [2003/03/23] ports/50213 ports-bugs databases/dbtool: upgrading to 1.6 and fi o [2003/03/23] ports/50219 ports-bugs Maintainer update to math/scilab o [2003/03/23] kern/50220 afd0: READ_BIG command timeout - resettin o [2003/03/24] ports/50236 alane autoconf213 port will not build o [2003/03/24] ports/50250 ports-bugs nautilus2 [2.2.1] port lacks documentatio o [2003/03/24] kern/50253 sound mixing issues with ENSONIQ AudioPCI 1316 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- f [1995/01/11] i386/105 standards Distributed libm (msun) has non-standard s [1995/09/26] kern/742 syslog errors accessing Mac hard disks [p s [1995/11/20] kern/831 one minor complaint about the kernel visu a [1996/01/30] bin/981 fenner clnt_broadcast() is not aware of aliases a [1996/07/07] bin/1375 eivind Extraneous warning from mv(1) [PATCH] s [1996/10/13] misc/1791 tegge syslimits.h does not allow overriding def s [1996/11/22] bin/2090 clients may bind to FreeBSD ypserv refusi s [1996/12/02] bin/2137 tegge vm statistics are bad s [1996/12/27] kern/2298 Support for DSR/DCD swapping on serial po o [1997/01/10] bin/2442 setusershell()/endusershell() missing a [1997/02/02] bin/2641 wpaul login_access.c doesn't work with NIS by d s [1997/02/15] misc/2745 fenner PR querry web form doesn't sort correctly o [1997/03/10] bin/2934 cracauer sh(1) has problems with $ENV s [1997/03/10] bin/2938 hoek Add -b, -l, and -f options to du(1) f [1997/05/16] bin/3608 jkoshy Telnet in linemode will break apart long o [1997/06/24] kern/3944 paul if_le doesnt receive ether multicast pack o [1997/07/18] bin/4116 Kerberized login as .root fails to s [1997/07/26] bin/4172 des suggest reconnection option added to fetc s [1997/07/28] kern/4184 [PATCH] minor nits in sys/netatalk o [1997/08/13] i386/4300 msmith The initial timeout on open("/dev/lpt0".. o [1997/08/29] kern/4413 No way to unmount a floppy that goes bad o [1997/08/29] bin/4419 man can display the same man page twice o [1997/08/29] bin/4420 jmallett find -exedir doesn't chdir for first entr o [1997/09/03] bin/4459 bde No prototype for moncontrol(3) and monsta o [1997/09/25] bin/4629 calendar doesn't print all dates sometime o [1997/09/28] misc/4646 qa Can't fixit with an NFS-mounted CD. o [1997/10/05] bin/4696 ping hangs on certain unresolvable hosts f [1997/10/15] gnu/4771 diff to correct misleading total bytes in o [1997/11/13] bin/5031 gad lpr does not remove original file if -s i s [1997/11/28] bin/5173 [PATCH] restore ought to deal with root s s [1997/11/30] i386/5182 bde [PATCH] A patch support high speed serial s [1997/12/14] bin/5296 slattach fails creating pidfile with ioct o [1997/12/22] kern/5362 peter mount incorrectly reports / as an NFS exp o [1998/01/11] bin/5483 Login(1) clears utmp entry o [1998/01/26] kern/5577 bde Unnecessary disk I/O and noatime ffs fixe a [1998/01/28] bin/5591 jkoshy Trouble with LD_PRELOAD environment varia o [1998/01/31] bin/5609 gad lpd cannot send long files to HP's JetDir o [1998/02/10] bin/5712 mikeh /bin/chio code cleaup and option added o [1998/02/14] bin/5745 nik [PATCH] Add /usr/local/share/mk to defaul f [1998/03/06] i386/5932 perfmon kernel code should check for non- f [1998/03/28] bin/6161 assar 2.2.6 kerberos servers are awfully visibl p [1998/03/31] kern/6184 No error if resulting file pos in lseek i o [1998/04/18] conf/6346 joe Kernel version strings need to relate to s [1998/05/17] kern/6668 babkin [PATCH] new driver: Virtual Ethernet driv s [1998/05/29] bin/6785 place for all the default dump flags s [1998/06/01] kern/6820 jesper cd9660_mount NULL pointer deref for no CD o [1998/06/22] ports/7023 portmgr bsd.port.(%|subdir.).mk patches for size a [1998/07/01] bin/7136 markm kerberized telnetd doesn't use gettytab % s [1998/07/10] misc/7232 qa Suggestion for FreeBSD installation dialo o [1998/07/10] kern/7234 yokota keyboard problems during login immediatel o [1998/07/12] bin/7265 A warning flag is added to ln(1). f [1998/07/15] bin/7287 Incorrect domain name for MAP_UPDATE in m a [1998/07/19] bin/7324 mtm Suggestions for minor modifications to ad s [1998/08/13] conf/7606 [PATCH] NIS Makefile.dist: NOPUSH replace s [1998/08/18] bin/7669 libalias does not IRC DCC packets under c s [1998/08/22] kern/7722 Changes to acct format s [1998/09/08] bin/7868 [almost patch]Morse Code Fixups o [1998/09/16] misc/7946 asami ccdconfig gives confusing error when give o [1998/09/18] bin/7973 gad lpd: Bad control file owner in case of re s [1998/09/21] kern/8015 nbm [patch] Some sysctl descriptions for the o [1998/09/27] ports/8063 portmgr [PATCH] Add multiple CDROM support to bsd o [1998/10/03] misc/8133 markm [patch] bug in telnetd (Kerberos IV) o [1998/10/19] kern/8376 tjr CLOCK_VIRTUAL not implemented o [1998/10/27] i386/8474 repquota does not pick up NIS information a [1998/10/28] bin/8479 dd Final \'s in /etc/exports did not work in f [1998/10/30] kern/8498 dwmalone Race condition between unp_gc() and accep o [1998/11/27] i386/8867 qa /stand/sysinstall core dumps (signal 11) o [1998/12/16] ports/9107 portmgr Addition to bsd.port.mk for searching mul a [1998/12/18] bin/9123 pax can't read tar archives that contain f [1998/12/28] misc/9220 ache nvi: catalog: mistake in Russian error me o [1998/12/29] bin/9233 gmp's mpq_add and mpq_sub are buggy a [1999/01/05] bin/9333 jkoshy timestamp dump's progress o [1999/01/19] kern/9570 dfr ed(4) irq config enhancement o [1999/01/22] kern/9619 Restarting mountd kills existing mounts f [1999/01/25] kern/9679 fix for uninterruptible open in portal fi a [1999/01/28] bin/9770 jmallett An openpty(3) auxiliary program o [1999/01/29] i386/9777 cg Generic AD1816 sound suport in Luigi's pc o [1999/01/31] ports/9840 portmgr patch allows ports to fetch their sources o [1999/02/01] bin/9868 Patch to add "date -a" o [1999/02/01] kern/9869 When using macros out of function, they s o [1999/02/01] conf/9874 idle-timeout facilities in /etc/login.con o [1999/02/09] i386/9991 new driver for National Instruments GPIB o [1999/02/11] bin/10030 markm Kerberized telnet fails to encrypt when a o [1999/03/02] bin/10358 yar ftp(1) has problems with long pathnames f [1999/03/07] i386/10465 mdodd Must disable ex0 to install. f [1999/03/15] kern/10609 adjtime bug (tv_sec > 2147) and enhanceme o [1999/03/15] bin/10611 timed enhancement o [1999/03/17] kern/10641 groudier Default sync rate in ncr SCSI driver is s o [1999/03/19] gnu/10670 peter cvs doesn't allow digits in local keyword o [1999/03/19] kern/10673 wpaul Non-ASCII chars on serial console with Re o [1999/04/11] bin/11085 Per-host configuration for syslog.conf p [1999/04/11] bin/11092 johan readlink(1) from OpenBSD f [1999/04/13] bin/11114 tjr make(1) does not work as documented with o [1999/04/16] i386/11165 IBCS2 don't work correctly with PID_MAX 9 f [1999/04/16] bin/11168 pw(8) usermod does not recognize -w flag o [1999/04/23] kern/11293 brian FreeBSD's PPP implementation of LQM appea o [1999/04/23] bin/11294 direct logging to other hosts (no local s o [1999/05/19] kern/11789 obrien ELF machine definition missing for ARM f [1999/05/29] bin/11929 symorder doesn't work on elf format objec o [1999/06/03] kern/12014 alfred Fix SysV Semaphore handling o [1999/06/06] gnu/12046 markm Perl subsystem does not install all tutor o [1999/06/07] kern/12071 [PATCH] large scale IP aliasing o [1999/06/08] i386/12088 Enhancement to ed driver for Linksys 10/1 o [1999/06/16] bin/12244 johan realpath() fails when there is no permiss o [1999/06/21] conf/12324 qa Sysinstall's fdisk partition editor is mi s [1999/06/21] ports/12325 portmgr Adds refetch functionallity to bsd.port.m o [1999/07/06] kern/12543 dg [PATCH] cumulative error counters for fxp o [1999/07/07] bin/12545 peter kldload(8) should be more sensitive to er o [1999/07/08] ports/12566 billf a guide to pyrotechnics o [1999/07/25] bin/12801 nvi infinite recursion with options "left o [1999/08/04] ports/12952 portmgr make _PORT_USE touch cookies by variable, f [1999/08/05] i386/12993 gibbs "ahc0: Data Parity Error Detected during o [1999/08/09] bin/13042 make doesn't handle wildcards in subdirec o [1999/08/11] bin/13068 billf Don't stamp out score files! o [1999/08/12] bin/13108 authunix_create_default includes egid twi a [1999/08/13] bin/13128 cy pkg_delete doesn't handle absolute pathna f [1999/08/18] kern/13232 panic("rtfree"); when sending bootp reque o [1999/08/21] bin/13309 billf Fixes to nos-tun o [1999/08/22] misc/13326 additional timeval interfaces for ' cannot be used in "via" o [2000/05/30] kern/18909 dwmalone select(2) timeout limited to 100000000 se o [2000/06/01] ports/18960 portmgr Add USE_APACHE to bsd.port.mk for Apache o [2000/06/03] bin/18992 brian log packets blocked by filter rules o [2000/06/03] misc/18997 markm Kerberos5 CFLAGS needed o [2000/06/06] ports/19051 asami New target for bsd.port.mk : fetchdepends o [2000/06/11] kern/19213 SC_DFLT_FONT compile option breaks kernel s [2000/06/13] misc/19246 portmgr Poor error message when fetching files wi f [2000/06/15] gnu/19327 Fix to build 'a.out' binary. o [2000/06/19] misc/19391 emulation Evilness with Linux Terminus, causes X to o [2000/06/20] misc/19406 setenv() allocates memory which is not fr o [2000/06/23] misc/19467 green OpenSSH (as an rsync tunnel) blocks forev o [2000/06/26] kern/19535 adrian procfs_rlimit tidyup s [2000/06/28] conf/19573 des Dot Files for Optional Shells f [2000/06/29] ports/19591 ports-bugs ssh2 port ignores 'ignorenologin' from lo o [2000/06/30] ports/19594 trevor update port: qrash o [2000/07/01] bin/19635 add -c for grand total to df(1), like du( o [2000/07/02] gnu/19642 kbyanc patch to merge OpenBSD changes to patch(1 o [2000/07/03] bin/19683 green mount displays incorrect mount point on f a [2000/07/03] kern/19686 yokota splash screen fails o [2000/07/05] kern/19720 kbyanc more sysctl signed-ness patches o [2000/07/07] kern/19756 Inability to use linux extended partition f [2000/07/07] bin/19772 df output wrong for union-mounts o [2000/07/08] kern/19782 dirk mkisofs 1.12.1 (i386-unknown-freebsd4.0) f [2000/07/09] misc/19798 cg 4DWAVE doesn't work. o [2000/07/10] kern/19827 yokota psm flag bit9(NOIDPROBE) doesn't work cor o [2000/07/10] misc/19837 ambrisko Run Fit it floppy from serial port o [2000/07/12] kern/19871 alfred select on named pipes always returns 'ava o [2000/07/14] kern/19913 des add SYN+FIN counter o [2000/07/15] kern/19966 new syscons screensaver o [2000/07/18] gnu/20004 FBSD4 gcc __attribute__(constructor) not o [2000/07/20] bin/20054 yar ftpd: rotating _PATH_FTPDSTATFILE losts x o [2000/07/24] misc/20139 msmith Simple typo in src/share/examples/ppi/ppi o [2000/07/24] misc/20166 billf Corrections & additions to games/quiz/dat o [2000/07/26] bin/20204 ps more doesn't handle 8-bit characters prop o [2000/07/27] kern/20214 dec kernel routing bug for nexthop is routed o [2000/07/28] ports/20270 ade libtool needlessly runs ldconfig after in o [2000/07/29] kern/20297 cg Joystick is not enabled with es1370 based o [2000/07/31] misc/20326 marcel [PATCH] installkernel fails if DESTDIR is o [2000/07/31] misc/20333 des ftp login fails on unix password when s/k o [2000/08/01] kern/20352 yokota Configuring a synaptics touchpad o [2000/08/02] ports/20359 demon New port: Apache-mod_perl_guide f [2000/08/02] bin/20371 mbr dhclient inserts bogus configurations o [2000/08/03] kern/20384 n_hibma Phase errors with Zip650 CD on USB o [2000/08/03] kern/20389 ken "device pass" required for CD ripping o [2000/08/03] bin/20391 jhb sysinstall should check debug.boothowto s o [2000/08/04] kern/20410 sio support for high speed NS16550A, ST16 o [2000/08/09] bin/20501 mjacob extra flag to dump to offline autoloaders a [2000/08/10] ports/20520 olgeni New port: lang/mercury o [2000/08/10] docs/20528 standards sysconf(3) manpage doesn't mention posix. o [2000/08/10] kern/20529 wpaul gigabit cards fail to link o [2000/08/11] i386/20537 msmith HP NetRAID controller error when rebootin o [2000/08/16] i386/20660 wpaul if_wi provides 802.11 src and dst, not et o [2000/08/21] bin/20742 ps Weird problem with 'more' on 4-1-STABLE o [2000/08/23] ports/20795 msmith FBSD 4.x: Citrix client with drive mappin o [2000/08/23] bin/20799 peter top's problem o [2000/08/23] i386/20803 mdodd ep0 driver finds additional "shadow" ep c o [2000/08/23] kern/20804 deadlocking when using vnode disk file an f [2000/08/24] misc/20830 kernel link problems with Olicom token ri f [2000/08/25] i386/20845 Cyclades cy driver incompatible with Cycl o [2000/08/26] bin/20881 kris There's no reason not to build DNSsec-DSA o [2000/08/27] bin/20889 dwmalone syslogd.c still uses depreciated domain A o [2000/08/28] bin/20908 qa /stand/sysinstall too limited in selectio o [2000/08/29] misc/20920 yokota window(1) interferes with screensaver o [2000/08/29] kern/20927 ume dmesg output: looutput: mbuf allocation f o [2000/08/30] bin/20944 ru natd enhancements, default config file an o [2000/09/02] bin/21008 gad Fix for lpr's handling of lots of jobs in o [2000/09/04] docs/21024 bde pow() ERANGE bug o [2000/09/05] conf/21059 marcel `make -jN buildkernel' can't keep source o [2000/09/05] misc/21070 marcel default setting of ${SUP} in Makefile.inc f [2000/09/06] bin/21075 dwmalone top: can't allocate sufficient memory o [2000/09/06] bin/21080 mjacob dump doesn't use eject tape device correc o [2000/09/09] kern/21156 yokota [PATCH] inconsistency in scmouse vs xterm o [2000/09/12] kern/21222 wrong behavior of concurrent mmap()s on N o [2000/09/12] kern/21229 Proper value for vfs.nfs.access_cache_tim o [2000/09/16] bin/21312 more incorrectly redraws screen on xterm o [2000/09/16] bin/21315 Shells often behave oddly when executing o [2000/09/24] bin/21519 standards sys/dir.h should be deprecated some more f [2000/09/26] bin/21570 dougb [PATCH] Add -r option to /usr/bin/mail, q s [2000/09/30] bin/21659 Berkeley db library is statically compile o [2000/10/01] i386/21672 obrien AMD Duron Rev. A0 reports incorrect L2 ca o [2000/10/01] misc/21675 Better and more disktab entries for MO dr o [2000/10/02] misc/21715 The freebsd mail list digifier loses MIME o [2000/10/04] bin/21751 ken libcam's cam_real_open_device() may lose o [2000/10/04] kern/21754 n_hibma Sound stops working when NetGear USB Devi o [2000/10/05] bin/21766 [PATCH] add -s (skip) flag to head(1) o [2000/10/05] kern/21768 rwatson shouldn't trailing '/' on regular file sy a [2000/10/06] kern/21807 [patches] Make System attribute correspon o [2000/10/07] docs/21826 wollman ARP proxy feature lacks documentation o [2000/10/09] kern/21859 Allow the syncer to be slowed down o [2000/10/09] ports/21885 portmgr bsd.port.mk: test for old layout is too o [2000/10/14] conf/21994 qa Config of Anonftp (at install) always cre o [2000/10/16] bin/22033 iedowse [PATCH] to pw(8) to allow encrypted passw o [2000/10/16] bin/22034 nfsstat lacks useful features found in So f [2000/10/18] misc/22073 xonsole: couldn't open console f [2000/10/18] conf/22102 Local scripts get run before securelevel o [2000/10/21] bin/22182 vi options noprint/print/octal broken f [2000/10/21] misc/22190 A threaded read(2) from a socketpair(2) f o [2000/10/21] bin/22198 inet_ntop may set errno to ENOSPC and nee o [2000/10/26] conf/22308 mounting NFS during boot blocks if host m s [2000/10/27] bin/22351 green sed(1) fails with backslash on buffer bou o [2000/10/30] ports/22412 taoka two extraneous ports and one name change o [2000/10/31] bin/22442 greid [PATCH] Increase speed of split(1) o [2000/11/02] ports/22550 cy Patch for conserver for log file rotation o [2000/11/04] bin/22612 schweikh crontab -e failures a [2000/11/08] misc/22696 luigi picobsd build with router configuration c o [2000/11/08] ports/22698 portmgr Ports' rc.d files should use rc.conf o [2000/11/09] bin/22730 fenner tcpslice doesn't handle long file offsets o [2000/11/14] docs/22861 dd newsyslog man page is misleading and inco o [2000/11/15] kern/22868 getsockname may return an incorrect addre o [2000/11/15] misc/22873 markm Perl's core'h conflicts with ncurses.h o [2000/11/16] i386/22900 patch: Adds Brand ID support to src/sys/i o [2000/11/17] misc/22914 bootinst messages are not updated s [2000/11/17] conf/22916 green Ssh/sshd binaries lacks kerberos support o [2000/11/23] conf/23063 ru [PATCH] for static ARP tables in rc.netwo o [2000/11/24] bin/23082 dwmalone ntpd has only one reference-clock parser f [2000/11/25] bin/23097 Enhance WEP some more including ability t o [2000/11/27] misc/23148 getopt(3) works non-intuitively? o [2000/11/29] bin/23178 'talk' not doing right thing o [2000/11/29] bin/23180 Certain KOI8 characters are treated as "w o [2000/12/01] bin/23204 length of salt in crypt() is not the same o [2000/12/02] bin/23233 kris Reincorporate /usr/bin/error in the FreeB a [2000/12/03] bin/23254 fenner yacc accepts bad grammer o [2000/12/05] kern/23304 standards POSIX clock_gettime, clock_getres return o [2000/12/05] kern/23314 aic driver fails to detect Adaptec 1520B f [2000/12/07] misc/23362 fenner tcpdump wrong on sppp CISCO_HDLC encoded o [2000/12/07] gnu/23367 some src/gnu Makefiles are missing $FreeB a [2000/12/09] conf/23402 qa sysinstall upgrade ought to check partiti p [2000/12/11] bin/23472 mp gdb weirdness on programs compiled with - o [2000/12/13] kern/23520 sb0 old style audio support in 4.2-RELEAS o [2000/12/13] misc/23539 marcel make installworld from nfs mounted /usr/s o [2000/12/14] kern/23546 tanimura [PATCH] csa DMA-interrupt problem o [2000/12/15] i386/23562 telnetd doesn't show message in file spec o [2000/12/15] ports/23581 portmgr Updates to bsd.port.mk to detect changing o [2000/12/17] gnu/23598 Merge libgcc_r with libgcc o [2000/12/18] bin/23635 mike [PATCH] whois enhancement - smarter whois f [2000/12/24] kern/23814 .au sound files < 528 bytes actual data d o [2000/12/24] ports/23822 trevor mtree entries for German X11 man pages a [2000/12/28] bin/23912 sheldonh underflow of cnt in vs_paint() by O_NUMBE o [2001/01/04] bin/24066 mp gdb can't detach from programs linked wit p [2001/01/07] misc/24132 mp gdb output is wrong (same as #13427 ?) o [2001/01/07] kern/24141 sound emu10k1 has trouble playing non-44.1KHz s o [2001/01/10] ports/24214 portmgr [PATCH] verbose 'make index' o [2001/01/12] ports/24292 portmgr update-patches target in ports/Mk/bsd.por o [2001/01/12] ports/24299 ports-bugs Configure the synaptics touchpad. o [2001/01/16] misc/24384 4.1 Cant add entry to neighbour discovery o [2001/01/16] bin/24390 Replacing old dir-symlinks when using /bi o [2001/01/18] bin/24435 qa Changing slice type causes Auto-partition o [2001/01/20] bin/24485 [PATCH] to make cron(8) handle clock jump a [2001/01/21] kern/24512 jesper Sent ICMP unreach when packet not for us o [2001/01/21] misc/24513 peter new options for pppd p [2001/01/21] conf/24515 dougb Fix for find(1) warning in /etc/rc o [2001/01/21] bin/24521 green ssh-agent exits when authenticating DSA v o [2001/01/22] kern/24528 Bad tracking of Modem status o [2001/01/23] bin/24592 cjc dmesg.boot Gets Overwritten without Reboo o [2001/01/25] ports/24651 mharo portlint gives a bogus warning o [2001/01/26] alpha/24663 alpha Console output gets scribbled into /var/l o [2001/01/27] gnu/24681 gcc 2.95.3 cannot compile rince.c from IO o [2001/01/30] ports/24743 chuckr a2ps port installs files in / o [2001/01/30] misc/24746 green SSH terminal hangs on large paste of data o [2001/01/30] ports/24749 dirk mysql323-server pkg-install script doesn' o [2001/01/31] bin/24757 yar ftpd not RFC compliant o [2001/02/01] docs/24786 doc missing FILES descriptions in sa(4) o [2001/02/02] docs/24797 phk when using MALLOC_DEFINE sys/param.h and o [2001/02/03] kern/24827 yokota Erratic Intellimouse Explorer in 4.1 and f [2001/02/04] gnu/24844 gdb does not support Linux threads a [2001/02/05] docs/24869 keramida Some text elf.5 is duplicated o [2001/02/05] kern/24882 ktrace not syncing .out file before panic o [2001/02/06] misc/24907 qa Options screen at MenuMedia menu problem o [2001/02/07] ports/24940 demon prolem with Tnm::icmp echo command due to o [2001/02/08] bin/24953 green adduser ignores passwd_format in login.co o [2001/02/08] kern/24959 jesper proper TCP_NOPUSH/TCP_CORK compatibility o [2001/02/08] i386/24963 perfmon(4) doesn't work on SMP systems o [2001/02/09] ports/24983 nobutaka Emacs ports have misleading names o [2001/02/11] bin/25013 mv(1) cannot move unresolvable symlinks a o [2001/02/11] bin/25015 cp: options -i and -f do not work as docu p [2001/02/11] docs/25016 ru symlink(7) manpage says symlinks have no o [2001/02/11] bin/25017 cp -pRP does not preserve symlink ownersh o [2001/02/11] kern/25018 lstat(2) returns bogus permissions on sym o [2001/02/12] ports/25031 ache www/apache: dbmmanage fails verifying md5 o [2001/02/13] bin/25070 gad newsyslog(8) should send signals only onc o [2001/02/13] bin/25085 msmith mlxcontrol utility fails silently if devi o [2001/02/15] misc/25109 Fujitsu MO device MCC3064AP could't be c o [2001/02/19] misc/25218 peter mailwrapper invokes sendmail when resourc o [2001/02/20] bin/25241 luigi ipfw shouldn't show dynamics rules when s f [2001/02/21] bin/25263 green openssh and /etc/login.access does not wo o [2001/02/21] bin/25273 add fs type feature to vnconfig(8) to all f [2001/02/22] bin/25278 dd bs accepts -s -c but not -sc o [2001/02/22] alpha/25284 alpha PC164 won't reboot with graphics console o [2001/02/26] kern/25386 cg Incorrect mixer registers (line & synth) o [2001/02/27] kern/25445 kernel statistics are displayed in wrong o [2001/02/28] bin/25462 daemon(3) fails if called by a session le f [2001/02/28] i386/25463 PS/2 mouse sync problems with KVM switch o [2001/03/01] bin/25477 billf pam_radius fix to allow null passwords fo o [2001/03/02] ports/25490 wosch [PATCH] fix various bugs in stat(1) p [2001/03/02] misc/25499 buffer paste functionality from keyboard o [2001/03/04] kern/25521 Laptop with FreeBSD4.2 freezes in battery f [2001/03/04] conf/25527 jdp `man ldconfig' does not reflect its behav o [2001/03/05] ports/25564 ports-bugs Port ups-debug doesn't build on the alpha o [2001/03/06] bin/25572 sshd core dump o [2001/03/06] ports/25576 anholt XFree86-4 port installs manual pages with o [2001/03/07] bin/25598 patch to let ftpd output message when cha s [2001/03/09] bin/25627 Cannot append hash after .elif in Makefil o [2001/03/11] bin/25723 green OpenSSH on 4.2 excessively regenerates RS o [2001/03/12] bin/25724 quota(1) outputs wrong limits about NFS q o [2001/03/12] kern/25733 mismatch between error reporting in smbus o [2001/03/12] bin/25736 ac -d option probrem with overdays logon f [2001/03/13] kern/25777 atime not updated on exec a [2001/03/13] ports/25779 portmgr (patch) make fetch-list should list all m o [2001/03/14] gnu/25794 markm [PATCH] make perl use a decent random num f [2001/03/14] ports/25815 portmgr [PATCH] Port build collision fix. o [2001/03/15] conf/25829 IPSec config in rc.network doesn't allow o [2001/03/16] kern/25866 more than 256 ptys, up to 1302 ptys. o [2001/03/18] kern/25909 4.x kernel freezes on P3-Asus CUSL2-C mot o [2001/03/18] kern/25910 cg Kernel sound driver may die if a program o [2001/03/19] misc/25917 green Paste thrue SSH Secure Shell v.2.4.0 (bui f [2001/03/22] docs/26003 rwatson getgroups(2) lists NGROUPS_MAX but not sy o [2001/03/22] bin/26005 MIME quoted-printable encoding added to v a [2001/03/22] docs/26006 jeff Changing zone(9) man page p [2001/03/22] kern/26016 iedowse VMWare is crash on SMP machine f [2001/03/23] misc/26035 System hangs when playing mp3 on PCI Maes o [2001/03/28] ports/26192 ports-bugs apel appeared both in xemacs/site-package o [2001/03/29] bin/26201 telnet SRA password exchange trap when no o [2001/04/01] kern/26277 ppc driver doesn't work with port 0x3BC p o [2001/04/02] docs/26286 chris *printf(3) etc should gain format string o [2001/04/03] kern/26316 Booting FreeBSD on VMware2 with 2 or 3 et o [2001/04/03] misc/26323 Quota system create zero-length files o [2001/04/03] kern/26324 Defaults for NFS mounts over TCP are slow a [2001/04/04] kern/26348 hm [pcvt] scon -s, page fault in HP mode o [2001/04/04] bin/26359 [PATCH] a minor nit in how netstat detect o [2001/04/06] bin/26375 markm PAMized su allows non-wheel members to su f [2001/04/06] kern/26385 VMWare reboots entire system after starti o [2001/04/09] kern/26454 cg mixer volume settings on Maestro-2E (Diam o [2001/04/09] bin/26468 pkg_delete clears dependencies after runn o [2001/04/10] conf/26488 dougb incomplete named sandbox information a [2001/04/13] docs/26532 green ".Ql ?" becomes "`'?" through nroff (and a [2001/04/13] kern/26534 Add an option to ipfw to log gid/uid of w o [2001/04/13] kern/26547 ambrisko "lnc" problem with shared memory mode wit o [2001/04/13] i386/26562 /dev/lpt0 returns EBUSY when attempting t o [2001/04/14] kern/26584 kernel boot messages aren't logged correc o [2001/04/16] kern/26618 unmount(2) can't unmount a filesystem who p [2001/04/17] misc/26646 srand() provides only 8-bit table f [2001/04/17] misc/26649 diskless client can't share root with ser o [2001/04/17] misc/26658 update to src/usr.bin/calendar/calendars/ o [2001/04/18] bin/26686 Freeze at boot from 4.3-RC4 floopies - US o [2001/04/18] misc/26695 CHANGE REQUEST: kill(all) -l output o [2001/04/22] kern/26787 dd sysctl change request f [2001/04/23] kern/26798 cvsup 4.3-RC -> 4.3-STABLE causes problem o [2001/04/23] ports/26801 ports-bugs cyrus port should add periodic file to pr s [2001/04/23] bin/26803 des Fix fetch to allow FTP puts in '-o' & all o [2001/04/24] i386/26812 peter old bootstrap /sys/i386/boot/... still in a [2001/04/25] bin/26854 sound Better fix for ESS Technology Maestro-2E o [2001/04/26] misc/26879 darrenr mkfilter not installed, yet referred to v o [2001/04/27] ports/26904 jim New port(?): net/everybuddy-i18n (i18n pa o [2001/04/28] bin/26919 qa sysinstall' fdisk can ONLY set bootable f o [2001/04/29] docs/26943 doc [patch] description of :C modifier is mis o [2001/04/30] i386/26994 obrien AMD Athlon Thunderbird not known to ident o [2001/05/01] kern/27008 kernel function sysbeep(xxx, 0) does prod o [2001/05/01] ports/27019 marcel patch supplied in PR ports/26976 breaks l o [2001/05/02] misc/27039 new syscons screensaver f [2001/05/02] misc/27041 modify src/release/Makefile to make anoth o [2001/05/04] java/27075 sobomax Port java/javavmwrapper installs no man p o [2001/05/04] java/27079 sobomax Improvements for javavmwrapper? o [2001/05/06] bin/27163 cracauer sh trap TSTP () deadly hangs f [2001/05/07] bin/27188 jon fix of rsh non-interactive mode behaviour o [2001/05/08] ports/27200 greid new port: bed (binary editor) o [2001/05/08] i386/27216 qa Can not get to shell prompt from serial c o [2001/05/09] kern/27232 On NFSv3 mounted filesystems, stat return o [2001/05/10] bin/27258 getty didn't check if if= isn't empty o [2001/05/11] bin/27268 fdisk does not recognize Linux extended p o [2001/05/11] kern/27269 Cannot mount linux extended (logical) par o [2001/05/11] bin/27270 cg sys/soundcard.h fails to define AFMT_S16_ o [2001/05/12] bin/27281 vidcontrol(1) does not have error codes f [2001/05/12] bin/27283 brian netstat -i missing IPv4 input packet coun o [2001/05/12] bin/27289 green SSH don't do correct diagnostic when no r o [2001/05/13] i386/27306 mp hw watchpoints work unreliable under gdb o [2001/05/14] bin/27319 obrien df displays amd pid processes o [2001/05/17] kern/27403 lpt driver doesn't handle flags anymore o [2001/05/18] kern/27429 'dependant' is a misspelling o [2001/05/18] bin/27433 ps binary does not do what the man page s o [2001/05/20] misc/27471 Linux emulation is missing code needed to o [2001/05/20] bin/27483 qa make sysinstall ask for the keymap at ins o [2001/05/23] kern/27571 bp Changing policy of shadowing files and di o [2001/05/23] bin/27604 change truncate to support low case size o [2001/05/24] i386/27627 machdep.tsc_freq does not exists on machi o [2001/05/25] misc/27633 Mapping for serbian keyboards, follows IS o [2001/05/26] kern/27660 Kernel does not return error if adding du o [2001/05/27] bin/27687 fsck wrapper is not properly passing opti o [2001/05/27] bin/27697 assar trouble compiling libroken f [2001/05/31] gnu/27803 Enhancement to sort(1) o [2001/06/01] misc/27829 pax's uid/gid cache is read-only a [2001/06/02] docs/27833 cjc No man page for locate.rc f [2001/06/02] kern/27834 Cannot warm-reboot Compaq AP400 due to SC o [2001/06/02] kern/27835 execve() doesn't conform to execve(2) spe s [2001/06/02] docs/27843 alex [PATCH] make.conf WITH_* variables aren't o [2001/06/04] misc/27872 "Load Config" (sysinstall) hangs Compaq D o [2001/06/06] docs/27921 markm manpage skey(1) should be skey(7) o [2001/06/07] alpha/27930 NE2000 not supported on FreeBSD Alpha 4.x o [2001/06/07] alpha/27933 alpha Time jitter under load on FreeBSD 4.3 alp a [2001/06/07] ports/27936 mi Update /usr/ports/deskutils/xmdiary 3.0.1 o [2001/06/08] bin/27972 losing information with talk o [2001/06/10] i386/28023 sendmail tries to get the netgraph.ko mod a [2001/06/11] conf/28081 murray /stand/sysinstall errs out if /cdrom/ alr o [2001/06/13] ports/28121 netchild New port: 3D modelling and animation syst o [2001/06/13] ports/28138 tg python os.statvfs module is not functiona a [2001/06/15] gnu/28189 [PATCH] fix for detecting empty CVS commi o [2001/06/16] kern/28206 bp UMAPFS module should depend on NULLFS - p o [2001/06/17] misc/28236 [PATCH] iso-8859-1_to_cp437.scm doesn't c o [2001/06/17] kern/28247 ATM/HARP driver for IDT and ForeLE ATM ca o [2001/06/18] misc/28255 picobsd documentation still references ol s [2001/06/18] kern/28260 standards UIO_MAXIOV needs to be made public o [2001/06/20] kern/28297 change request for sys/i386/conf/NOTES o [2001/06/21] ports/28332 dwcjr Gimp manual port 1-2 years out of date, m o [2001/06/21] bin/28333 rtprio/idprio setuid problems s [2001/06/22] i386/28346 n_hibma USB ethernet dongle detach requires "ifco o [2001/06/23] bin/28364 lex(1) generated files fail to compile cl o [2001/06/23] ports/28365 wosch Typical use of portchecheckout breaks int o [2001/06/23] docs/28371 phk malloc(2) man page correction o [2001/06/26] bin/28435 gad [patch] allow newsyslog to signal process o [2001/06/27] bin/28449 cracauer sh(1) aborts on certain input p [2001/06/27] misc/28455 GNU readline should be updated to 4.2 o [2001/06/27] misc/28456 german keymap with dead keys o [2001/06/27] ports/28471 keith no iso8859 font o [2001/06/28] misc/28494 n_hibma ugen usable only from "attach" or by usbd o [2001/06/30] docs/28555 trhodes [PATCH] style(9) isn't explicit about boo o [2001/06/30] kern/28566 bp Mount_null loopbacks can hang startx temp o [2001/07/01] bin/28620 ru xinstall has no way to pass options to st o [2001/07/02] ports/28644 jmz Make error when rebuilding xdvi o [2001/07/03] ports/28678 wosch portcheckout doesn't allow flexible build o [2001/07/03] kern/28681 sos ATAPI MO drive support o [2001/07/04] docs/28699 doc strptime(3) %d format specifier not compl o [2001/07/07] bin/28789 /usr/bin/last does not filter for uucp co o [2001/07/07] ports/28803 cy ports/comms/conserver does not support ## o [2001/07/08] ports/28810 lioux qpopper 4.0.3 + PAM modification; HAVE_SH o [2001/07/10] ports/28887 brian [PATCH] sandbox for httptunnel! o [2001/07/10] kern/28888 mbr Acer 8000 NIC not detected correctly o [2001/07/11] misc/28890 merge.c compares int i against size_t siz a [2001/07/13] docs/28949 phk the mknod(8) man page stills refers to bl o [2001/07/14] bin/28972 dwmalone gamma returns same result as lgamma o [2001/07/14] i386/28975 mjacob RocketPort problems o [2001/07/14] misc/28980 Fujitsu/Siemens Lifebook E-6540 stalls wh o [2001/07/15] bin/28988 We need more simple message digesting too o [2001/07/18] bin/29062 markm krb4 and krb5 multiply defined version sy f [2001/07/18] bin/29071 relay patch for rwhod o [2001/07/19] misc/29077 imp At loading notebook pccardd not correctly f [2001/07/19] misc/29089 Some kind of fsbn0 error... o [2001/07/20] misc/29103 make (1) dump core while processing ^C fr o [2001/07/21] bin/29119 menu of fdisk editor in 4.3R does not lis o [2001/07/22] ports/29154 nik TeX resource settings from MAKE_ENV in pr o [2001/07/23] conf/29167 rc.pccard doesn't check /var/run/pccardd. o [2001/07/23] kern/29169 mjacob FC loop that 'goes away' never times out o [2001/07/25] ports/29223 portmgr cyrus-imapd and postfix master.8 manpage o [2001/07/25] kern/29233 VIA 82C686 AC97 codec gets probed as 'chi o [2001/07/26] docs/29245 doc top(1) manpage doesn't understand SMP o [2001/07/27] kern/29264 Recovery from LIPs on FCAL using isp not a [2001/07/28] misc/29292 sos The functional addtion to burncd(8) o [2001/07/29] alpha/29299 alpha FreeBSD 4.3 Alpha + Tekram SCSI adapter p f [2001/07/29] kern/29307 NIC Initialization fails on dual CPU syst o [2001/07/29] misc/29312 sound Using mixer on pcm misbehaves with onboar f [2001/07/29] kern/29318 mjacob Exabyte 8200 needs SA_QUIRK_1FM and SA_QU o [2001/07/31] kern/29355 mux [patch] lchflags support f [2001/08/01] bin/29361 startslip can't load if_sl.ko o [2001/08/01] bin/29363 gad [PATCH] newsyslog can support time as ext f [2001/08/02] kern/29395 reaction on ctrl-alt-del - poweroff, halt o [2001/08/03] kern/29423 [PATCH] kernel security hooks implementat o [2001/08/07] bin/29516 markm telnet from an non FreeBSD host still use o [2001/08/07] misc/29529 dcs Boot prompt "?" command doesn't list "boo f [2001/08/08] kern/29538 joerg Mounting /dev/fd0 never completes f [2001/08/08] misc/29550 duplicate pings jinside of vmware 2.0 o [2001/08/09] docs/29571 trhodes [PATCH] No man page for pgrp kernel funct o [2001/08/09] bin/29581 nectar proposed gethostbyXXXX_r() implementation o [2001/08/11] kern/29621 n_hibma Missing man page for ulpt a [2001/08/12] i386/29639 murray entry for zip 250 drives in /etc/disktab f [2001/08/13] ports/29691 portmgr New port variable USE_COMPAT_LIB - bsd.po o [2001/08/14] kern/29698 linux ipcs doesn'work o [2001/08/15] kern/29727 amr_enquiry3 structure in amrreg.h (amr d f [2001/08/16] kern/29777 n_hibma kernel uscanner.c contains wrong vendor a a [2001/08/17] docs/29807 trhodes [PATCH] XFREE86_VERSION is undocumented f [2001/08/18] bin/29850 markm ftpd.c doesn't check via PAM/pam_acct_mgm f [2001/08/19] conf/29870 rc.diskless2 uses /usr/sbin/mtree before o [2001/08/20] misc/29893 qa suggestions for 4.4 sysinstall o [2001/08/20] bin/29897 markm pam_unix patch, which uses loginclass pas o [2001/08/20] kern/29915 kernel panics on interaction with mlock a o [2001/08/21] ports/29929 ports-bugs wginstall.pl script chokes on calculated o [2001/08/22] bin/29961 ru A4 paper size for groff knob for /etc/mak a [2001/08/23] docs/30008 doc This document should be translated, comme o [2001/08/24] kern/30052 mbr dc(4) driver queues outgoing pkts indefin o [2001/08/27] ports/30148 ade devel/libtool: shared libs with compaq-cc f [2001/08/28] kern/30160 Kernel panic when flash disk is removed a f [2001/08/28] kern/30179 FreeBSD 5.0 install hangs: deviceTry: mak o [2001/08/29] misc/30186 getaddrinfo does not handle incorrect ser o [2001/08/29] kern/30200 yokota Bug in psm in 4.4-RC o [2001/08/29] ports/30201 msmith editors/wordperfect in ports is not usabl f [2001/08/29] i386/30206 PS/2 server 85 can't boot kern.flp o [2001/08/29] misc/30213 Fatal Errors of Server Programe f [2001/09/01] kern/30257 apm enabled kernel panics (4.4-RC) o [2001/09/03] ports/30298 chuckr [PATCH] a2ps-4.13 can't cope with ENOMEM o [2001/09/03] conf/30301 Default printcap "mx" config too small o [2001/09/04] misc/30320 n_hibma USB mouse does not work after return'ing o [2001/09/04] bin/30321 strftime(3) '%s' format does not work pro o [2001/09/05] conf/30341 be keymap: wrong Capslock behaviour with o [2001/09/05] bin/30360 vmstat returns impossible data o [2001/09/06] bin/30392 sh: incorrect value of $? in here-documen o [2001/09/07] misc/30412 rtdl/dlopen() fails to merge common varia o [2001/09/07] kern/30422 WDT hardware watchdog driver & daemon o [2001/09/07] bin/30424 Generalization of vipw to lock pwdb while o [2001/09/08] docs/30442 doc remove broken referemce to gettime(9) fro o [2001/09/08] docs/30443 keramida remove broken reference to kerberos(1) fr o [2001/09/08] docs/30444 keramida remove broken references to gated(8) and o [2001/09/09] i386/30461 sound no audio cd with cmi8330 o [2001/09/09] bin/30464 pthread mutex attributes -- pshared f [2001/09/09] bin/30471 brian periodic script output to a file always a o [2001/09/10] ports/30499 ade libtool-1.4.1 port diffs o [2001/09/11] misc/30517 using sysinstall with install.cfg has no f [2001/09/12] misc/30526 inserting a Sony Ninja-ATA pcmcia style c o [2001/09/12] bin/30542 [PATCH] add -q option to shut up killall o [2001/09/13] kern/30570 boot loader don't reacts on USB keyboard o [2001/09/14] ports/30573 nakai /usr/X11R6/bin/xfce_setup does not create o [2001/09/16] kern/30608 kern.ps_showallproc=0 doesn't limit queri p [2001/09/17] kern/30634 kbyanc kevent.data value incorrect for UDP socke o [2001/09/17] bin/30639 apmd crashes on SIGHUP (under certain con o [2001/09/17] bin/30640 apmd does not terminate properly on SIGTE o [2001/09/18] bin/30654 gad Added ability for newsyslog to archive lo f [2001/09/18] bin/30661 alfred FreeBSD-current fails to do partial NFS f a [2001/09/20] bin/30685 cjc Patch for usr.bin/hexdump o [2001/09/20] i386/30700 sound Applications cannot synchronize sound usi o [2001/09/20] ports/30701 ports-bugs setiathome port misuses the 'nobody' user o [2001/09/22] ports/30732 obrien bash2 - pkg-plist fix and sample files ad a [2001/09/22] bin/30737 murray sysinstall leaks file descriptors on rest o [2001/09/23] ports/30754 nakai x11/dgs port overwrites a number of files o [2001/09/23] ports/30777 portmgr add a 'make pkg-plist' make target in por f [2001/09/24] ports/30788 sobomax compile works, install fails of graphics/ o [2001/09/24] kern/30794 sound ESS Solo-1 does not work after suspend/re o [2001/09/25] bin/30812 giant termcap database update o [2001/09/25] bin/30819 /bin/mv results in warnings when /bin/cp o [2001/09/26] ports/30848 roam courier imapd won't compile with vpopmail o [2001/09/26] bin/30854 bootpd/bootpgw change - skip ARP modifica o [2001/09/26] misc/30857 intr_machdep.c allows access out of array f [2001/09/26] i386/30860 While install after "Mounting root from u o [2001/09/27] bin/30863 bootpd/dovend.c Win95 compatibility impro f [2001/09/27] ports/30870 ports-bugs httpd in free(): warning: recursive call o [2001/09/27] docs/30873 doc ``ip'' man page does not specify byte ord o [2001/09/30] ports/30929 brian [net/pppoa] use usbd to initialize USB AD o [2001/09/30] ports/30936 taoka pips-sc880 installed script contains inco o [2001/09/30] conf/30938 Improving behavior of /etc/periodic/daily o [2001/09/30] kern/30951 Optimize page queue scan on miss of speci o [2001/10/01] alpha/30970 alpha Ensoniq 1371 (Creative chipset) does not o [2001/10/04] bin/31034 dwmalone regularly add original address logging fo o [2001/10/04] kern/31048 linprocfs:/proc/meminfo cannot handle mul p [2001/10/04] bin/31052 fenner Traceroute needs update f [2001/10/07] misc/31097 main thread will accept() failure when so o [2001/10/07] docs/31109 doc replace gif images w/ png ones due to pat o [2001/10/09] docs/31164 doc man page for strftime is incorrect o [2001/10/10] bin/31199 tunefs error is incorrect when enabling s o [2001/10/10] bin/31201 [patch] add free_space(chunk) to libdisk o [2001/10/14] docs/31264 jdp cvsup(1) "base" option and keyword descri o [2001/10/15] misc/31297 yokota New screen blanker module for syscons o [2001/10/18] i386/31353 'shutdown -p' does not work on SMP Tyan T o [2001/10/19] misc/31380 NFS rootfs mount failure message too cryp o [2001/10/20] bin/31387 When getuid()=0, mailwrapper should drop o [2001/10/21] i386/31427 minor incorrect code in sys/i386/i386/pma o [2001/10/22] bin/31432 umount(8) and unmount(2) don't corespond o [2001/10/22] kern/31445 sound cat sound.au > /dev/audio fails for sound a [2001/10/23] kern/31455 n_hibma [PATCH] ohci driver probrem when send dat o [2001/10/23] kern/31456 Register number definition for AMD PCnet o [2001/10/25] ports/31486 kuriyama ports/palm/prc-tools-gcc does not build m f [2001/10/25] kern/31490 Panic in sysctl_sysctl_next_ls on empy no o [2001/10/26] kern/31521 cg pcm0 plays too fast on Intel 82801BA (ICH f [2001/10/27] i386/31535 Can't reboot system: Tyan Thunder K7+ Dua o [2001/10/29] bin/31588 change request to allow mount(1) to set t o [2001/10/29] kern/31624 writev may return undocumented ECONNRESET o [2001/10/30] ports/31630 jmz Port se-ispell install the dictionary in o [2001/10/30] kern/31647 socket calls can return undocumented EINV o [2001/11/01] i386/31686 Problem with the timestamp option when fl o [2001/11/02] kern/31708 VM system / fsync / flushing delayed inde f [2001/11/02] i386/31716 FreeBSD uses broken tsc timecounter by de o [2001/11/05] gnu/31772 New option in dialog(1) o [2001/11/09] misc/31890 new syscons font o [2001/11/10] bin/31906 No method available to unwind atexit(3) s o [2001/11/11] ports/31910 greid comms/sms_client o [2001/11/12] bin/31933 pw can interpret numeric name as userid d a [2001/11/12] ports/31943 dirk mysql323-server port hostname look up fai f [2001/11/13] kern/31971 microuptime() went backwards when apm is o [2001/11/14] misc/31981 (mis)feature in getnetent parsing -- comm o [2001/11/14] bin/31985 New /etc/remote flag for tip to append LF o [2001/11/14] bin/31987 patch to allow dump(1) to notify operator s [2001/11/15] i386/32014 ppi locks up system during boot o [2001/11/15] docs/32020 doc loader.8 manpage missing tunables o [2001/11/16] ports/32039 greid UPDATE devel/asmutils 0.14 -> 0.15 o [2001/11/16] docs/32054 doc inconsistency between index.3 and rindex. o [2001/11/17] conf/32067 Problems with spanish keyboard in console o [2001/11/18] bin/32092 crypt pickups the wrong password format o [2001/11/19] conf/32108 Proposed Firewall (IPv4) configuration sc o [2001/11/20] standards/32126standards getopt(3) not Unix-98 conformant f [2001/11/20] misc/32144 murray unattended install with sysinstall doesn' o [2001/11/20] ports/32145 jmz XFree86 doesn't ldconfig itself o [2001/11/22] ports/32202 kbyanc ports/devel/py-htmlkit distribution does f [2001/11/23] misc/32210 System hangs while kernel waiting for SCS o [2001/11/23] ports/32232 dirk Update and bugfix port: www/mod_php4 o [2001/11/24] i386/32251 bugfix and new feature for apmd o [2001/11/26] conf/32288 After install: /etc/rc complains if crypt f [2001/11/26] ports/32317 petef Request for linux-qt port a [2001/11/29] conf/32375 murray sysinstall doesn't respect User generated f [2001/11/30] misc/32400 rwhod - option to specify hostname o [2001/11/30] ports/32405 dirk Japanese encoding translation support for a [2001/11/30] bin/32411 shutdown's absolute-time handling could b o [2001/12/01] docs/32425 doc Document cvs update `P file' output o [2001/12/01] bin/32433 Cannot specify files beginning with + on o [2001/12/02] ports/32444 dirk www/mod_php4: ctype support o [2001/12/03] misc/32480 Missing graphic characters in syscons fon o [2001/12/04] bin/32501 quot(8) is stupid regarding the filesyste o [2001/12/04] ports/32508 ports-bugs www/flashplugin-mozilla has malloc bug o [2001/12/04] ports/32517 green Update port: emulators/snes9x to 1.39 o [2001/12/08] ports/32604 portmgr Many ports which depends on apache don't f [2001/12/08] misc/32605 nsouch SMBus driver broken o [2001/12/09] kern/32652 joe A new ioctl to uscanner s [2001/12/09] ports/32653 joe Added patches to improve USB scanner supp f [2001/12/09] bin/32657 sed file handing is non-standard o [2001/12/09] kern/32659 VM and VNODE leak with vm.swap_idle_enabl o [2001/12/09] gnu/32661 dd send-pr uses $LOGNAME for From and Reply o [2001/12/09] docs/32662 dd arp(8) uses "this host" with two differen o [2001/12/10] bin/32667 systat waste too much time reading input o [2001/12/10] kern/32671 imp Patch to generate usbdevs.h automatically o [2001/12/10] docs/32674 doc no man page for the ntp_adjtime system ca o [2001/12/10] kern/32677 pciconf -l opens /dev/pci for read/write o [2001/12/10] misc/32680 [PATCH] Allows users to start jails by ho o [2001/12/13] bin/32808 dwmalone [PATCH] tcpd.h lacks prototype for hosts_ o [2001/12/13] kern/32812 roger bktr driver missing tuner for eeprom dete o [2001/12/14] bin/32828 phk w incorrectly handles stale utmp slots wi p [2001/12/16] kern/32912 mp options misssing TCBHASHSIZE o [2001/12/17] ports/32936 mharo ports/security/keyprint only supports S/K o [2001/12/18] conf/32976 assar Kerberos5 config files not installed by d o [2001/12/18] docs/32979 assar manpages are not installed for k5admin an s [2001/12/18] ports/32999 arved New ports: devel/ORBacus4 o [2001/12/19] kern/33004 n_hibma Patch for USB (uhci) o [2001/12/19] misc/33007 n_hibma umass device timeout after successive use o [2001/12/19] misc/33013 cg mixer does not have treble/bass for Sound o [2001/12/19] conf/33018 Patch for RC (add multiple SSHD configura o [2001/12/21] bin/33066 rwatson sysinstall does not write to new disks as o [2001/12/22] i386/33097 sound Crystal 4237b mixer problems o [2001/12/23] kern/33117 empty struct md_coredump in pcb.h and use o [2001/12/23] kern/33124 jhb kthread_create doesnt mark kthreads as kt s [2001/12/23] bin/33133 keyinit outputs wrong next login password o [2001/12/25] gnu/33182 mp gdb seg faults when given handle SIGALRM o [2001/12/26] kern/33203 "got bad cookie" errors on NFS client o [2001/12/29] ports/33320 dima print/acroread4 does not install the Nets o [2001/12/31] conf/33395 imp better way to use more than one pccard ne o [2002/01/03] misc/33523 green XV application cannnot be transfered thro o [2002/01/05] docs/33589 doc Patch to doc.docbook.mk to post process . o [2002/01/07] docs/33645 assar k5list(1) contains many incorrect "klist" a [2002/01/07] bin/33661 PAP AuthAck/AuthNak parsing problem in pp o [2002/01/08] kern/33696 phk panic: Driver mistake: repeat make_dev("a o [2002/01/08] kern/33707 sound ICH (82801AA) cannot be used for mono rec o [2002/01/09] docs/33724 chern a very minor documentation error o [2002/01/09] misc/33736 yokota Scroll-lock on the console prevents shutd o [2002/01/09] conf/33753 Intel ICH2 and NVidia device ID updates o [2002/01/10] bin/33774 Patch for killall(1) o [2002/01/10] misc/33778 joe crunchgen enhancements o [2002/01/11] kern/33804 ipfw bug/problem o [2002/01/12] bin/33809 mux mount_nfs has trouble with embedded ':' o [2002/01/13] bin/33834 tjr strptime(3) is misleading o [2002/01/13] docs/33852 doc split(1) man page implies that input file o [2002/01/13] misc/33866 Last Hr, Last ... may be incorrect on mac o [2002/01/14] docs/33877 doc Documentet behaviour of SF_flags for non- o [2002/01/14] misc/33906 ports-bugs [PATCH] tic program as a port for easier o [2002/01/14] ports/33911 dirk php disabled gdbm by default, add option o [2002/01/15] ports/33916 ade Upgrade port devel/libtool o [2002/01/15] conf/33920 imp Can't use `Panasonic KXL-CB10AN' (CD-R/RW o [2002/01/15] misc/33926 doc Search function on website can not access o [2002/01/16] bin/33941 /usr/sbin/dev_mkdb dumps core a [2002/01/16] kern/33963 bmah Messages at the serial IO port device pro f [2002/01/16] misc/33965 Programmable keys of the keyboard (Olidat o [2002/01/16] conf/33967 Alternative Italian keymap o [2002/01/17] ports/33980 benno Can't use sgmltools-lite-3.0.0 port o [2002/01/17] i386/34010 keyinit takes passwords less than 10 char o [2002/01/18] misc/34019 green sftp core dumped o [2002/01/19] misc/34062 bsd.kmod.mk fails due to bug in make with f [2002/01/21] bin/34111 rlogin not finished o [2002/01/21] kern/34120 sound optimized fm801 pcm driver o [2002/01/21] bin/34146 newfs defaults and vfs.usermount=1 tug at o [2002/01/22] misc/34171 ftpd indiscrete about unprivileged user a o [2002/01/23] misc/34195 iedowse setting the action for SIGCHLD to SIG_IGN o [2002/01/23] bin/34199 dwmalone [PATCH] top(1) RES/rss display incorrect o [2002/01/24] alpha/34232 alpha rpc.statd throws alignment errors o [2002/01/24] ports/34238 dirk fix for port/www/mod_php4 zziplib extensi o [2002/01/24] docs/34239 trhodes tunefs(8) man page doesn't describe argum f [2002/01/24] misc/34247 auto mount smbfs in /etc/fstab AFTER netw o [2002/01/25] ports/34265 znerd Proposition of new port (icu2). Modified f [2002/01/26] misc/34307 accept() fails after ECONNABORTED o [2002/01/26] misc/34309 gad lpd does not garantie that controlfiles b a [2002/01/26] conf/34316 sheldonh Uncomment kserver-adm to /etc/services o [2002/01/27] conf/34355 [PATCH] rc.conf comment misleading (firew o [2002/01/28] bin/34394 peter tgetent returns wrong value in libtermcap o [2002/01/29] misc/34401 green ssh & kerberos IV don't work together o [2002/01/29] ports/34404 ports-bugs NEW PORT: devel/mingw-expat2 f [2002/01/29] misc/34412 tftp will still try and receive traffic e o [2002/01/30] ports/34442 ports-bugs xt, xalan-j, saxon should have the same C o [2002/01/30] ports/34461 ports-bugs Port for H+B EDV avmailgate o [2002/01/31] conf/34494 n_hibma usb configuration problem - usb does not o [2002/01/31] bin/34497 calendar(1) does not understand calendars s [2002/01/31] bin/34498 Error in vi manpage. f [2002/01/31] ports/34505 dinoex New port: DBMAIL IMAP4rev1/POP3 mail serv o [2002/01/31] bin/34519 pkg_check(8) does not return exit code >0 o [2002/02/01] gnu/34538 mp_set_memory_functions not extern "C"'d o [2002/02/02] ports/34550 ports-bugs ghostscript-gnu-nox11 portversion 6.51 fa o [2002/02/02] ports/34565 ports-bugs graphics/blender port is broke o [2002/02/03] kern/34591 ICMP bandwidth limiting does not indicate o [2002/02/03] ports/34597 eivind [PATCH] Update ports/mail/isync to 0.8 s [2002/02/04] misc/34621 billf i have a patch for (lol) /usr/games/fish o [2002/02/04] bin/34628 jkh pkg-routines ignore the recorded md5 chec o [2002/02/06] ports/34659 reg Proposed change to Mozilla port's Makefil o [2002/02/06] kern/34665 darrenr ipfilter rcmd proxy "hangs". f [2002/02/06] misc/34673 Second call to select() waits ~100ms befo o [2002/02/06] bin/34676 mbr dhclient always in -q quiet mode (PATCH E o [2002/02/07] gnu/34709 [patch] Inaccurate GDB documentation o [2002/02/07] ports/34714 ache unzip(1) breaks filenames in non-ASCII ch f [2002/02/07] bin/34728 murray DHCP hostname set as Hexadecimal string o [2002/02/08] conf/34729 sheldonh treat smbfs as network file system in /et o [2002/02/08] kern/34747 joe Please add USB floppy entry o [2002/02/09] misc/34759 ports-bugs Phantasia does not accept [enter] key o [2002/02/09] conf/34776 rc.diskless1 creates insufficiently sized o [2002/02/10] misc/34788 dwmalone dmesg issues with console output o [2002/02/10] kern/34789 joe PNY brand USB flash readers need 10 byte o [2002/02/10] ports/34796 jmz wrong path in /etc/XF86Config (purely cos o [2002/02/10] ports/34815 pat new port: freenet, the anonymous internet o [2002/02/11] kern/34820 FreeBSD should be able to beep after shut o [2002/02/11] bin/34832 /usr/share/man/cat3/setkey.3.gz linked to o [2002/02/11] bin/34834 "fix" of du(1) and -h o [2002/02/11] ports/34841 dirk Adding cyrus to mod_php o [2002/02/11] bin/34843 fenner `tcpdump port echo' filters for port 4 in o [2002/02/11] misc/34850 scp cannot talk to ssh2 sites that have S o [2002/02/11] kern/34854 /src/sys/dev/sound doesn't work correctly o [2002/02/12] bin/34874 Netstat output to small o [2002/02/12] ports/34878 chern sysinstall o [2002/02/12] kern/34880 Impossibility of grouping IP into a pipe f [2002/02/14] misc/34935 New locale (Cyrillic Windows Codepage 125 o [2002/02/14] kern/34942 Attempt to play -> "pcm0: play interrupt o [2002/02/14] alpha/34948 alpha Promise TX2 ATA133 controller doesnt work o [2002/02/14] kern/34952 Mouse cursor invisible with USB mice and o [2002/02/15] bin/34955 doc [PATCH] ps(1) is out of touch with realit o [2002/02/15] kern/34963 identify procs belonging to the same jail o [2002/02/15] kern/34965 4.4, 4.5 freeze at boot time on ASUS P2B a [2002/02/16] docs/35011 doc There are no commands called "diskless" o o [2002/02/16] bin/35018 brian enhancing daily/460.status-mail-rejects o [2002/02/17] kern/35064 ACPI not work with Epox 8KHA+ motherboard s [2002/02/17] bin/35070 tjr math(3) references section "3m", etc. o [2002/02/18] i386/35078 Uninitialized pointer dereference in func o [2002/02/18] bin/35099 sobomax ldd in -STABLE fails on libc. o [2002/02/18] i386/35101 chern cvusupit and other packages won't extract o [2002/02/19] bin/35109 [PATCH] games/morse: add ability to decod o [2002/02/19] bin/35113 grdc enhancement: countdown timer mode o [2002/02/19] ports/35117 ports-bugs Undefined symbol "ldap_get_dn" when tryin f [2002/02/19] i386/35124 No mouse with FreeBSD 4.5 with ECS K7S5a f [2002/02/20] bin/35148 ppp/nat-problems after cvs update 4.3 -> o [2002/02/21] misc/35172 Please update am-utils(amd) into newer ve o [2002/02/21] kern/35175 ptrace(PT_DETACH, ....) doesn't do signal o [2002/02/21] i386/35182 APMD does not set close on exec for /dev/ o [2002/02/22] ports/35204 dirk www/mod_php4 with xslt is not LOCALBASE c o [2002/02/22] docs/35222 doc mailing list archive URL regexp suboptima o [2002/02/23] kern/35234 World access to /dev/pass? (for scanner) o [2002/02/23] conf/35242 Change to etc/periodic/weekly/330.catman f [2002/02/23] misc/35245 brian unwanted stealth behaviour (inbound icmp o [2002/02/23] conf/35262 Generation of boot block for headless ope o [2002/02/23] kern/35269 possible panics with 4:1 filesystem ratio o [2002/02/24] kern/35289 Brooktree device doesnt properly signal a o [2002/02/25] kern/35324 Plug and Play probe fails to configure Di s [2002/02/25] bin/35333 send-pr(1) vim syntax highlighting suppor o [2002/02/27] ports/35372 ports-bugs pgp6 ports fails to compile on alpha plat o [2002/02/27] kern/35377 process gets unkillable (-9) in "ttywai" o [2002/02/27] misc/35381 incorrect floating-point display of large o [2002/02/27] kern/35392 atapi tape driver does not maintain devic o [2002/02/28] misc/35400 sysinstall could improve manipulation of o [2002/03/01] bin/35451 PATCH: pkg_add -r able to save local copy f [2002/03/01] conf/35457 dual boot problem from 2 different SCSI d s [2002/03/01] ports/35459 ports-bugs portupgrade doesn't clean up dependencies f [2002/03/02] ports/35481 edwin New port: console text editor looks like o [2002/03/03] ports/35522 kuriyama xhtml port uses SGMLDECL in catalog chain o [2002/03/03] docs/35523 doc manpage fixes for df(1) and ls(1) f [2002/03/03] i386/35526 No mouse recognized in Compaq Presario la o [2002/03/04] misc/35542 bde BDECFLAGS needs -U__STRICT_ANSI__ o [2002/03/04] conf/35545 Enhanced periodic scripts o [2002/03/05] bin/35568 make declares target out of date, but $? o [2002/03/05] docs/35575 doc Pw(8) man page makes no mention of /var/l o [2002/03/05] ports/35580 ports-bugs Startup script in /usr/local/etc/rc.d is f [2002/03/06] i386/35599 murray install o [2002/03/06] docs/35602 doc dump(8)/restore(8) pages don't explain "a o [2002/03/06] docs/35607 doc dump(1) page needs discussion of scary er o [2002/03/06] docs/35608 doc mt(1) page uses "setmark" without explana o [2002/03/06] docs/35609 doc mt(1) page needs explanation of "long era o [2002/03/06] docs/35612 doc ps(1) page "state" description doesn't me o [2002/03/07] kern/35635 sheldonh [patch] missing dep in libiconv prevents o [2002/03/07] ports/35638 markm tn3270 dumps core unconditionally o [2002/03/07] ports/35639 max executable name conflicts: ploticus and s o [2002/03/07] docs/35642 doc lo(4) page maybe should document optional o [2002/03/07] docs/35644 doc lo(4) page presumes familiarity with prin o [2002/03/07] docs/35646 doc cp(1) page needs a "Bugs" section. o [2002/03/07] docs/35647 doc www; combine query-by-number and multi-fi o [2002/03/07] docs/35648 doc rc.conf; add note about "flags" to both f o [2002/03/07] docs/35649 doc mount_smbfs(8) page: "See ./examples/dot. o [2002/03/07] docs/35652 doc bsd.README seriously obsolete o [2002/03/08] bin/35671 wrong comments in rc.diskless1 o [2002/03/08] docs/35686 doc blackhole(4) page seems to contradict its o [2002/03/08] docs/35687 doc /etc/nsmb.conf missing mention of readers o [2002/03/08] docs/35696 trhodes mount_smbfs(8) references a nonexistent n o [2002/03/08] kern/35699 trhodes [PATCH] msdosfs: differrent masks for dir o [2002/03/09] docs/35711 keramida the "gnats page" should move to its own s o [2002/03/09] bin/35717 which(1) returns wrong exit status for m o [2002/03/09] misc/35727 man(1) program should not display (old) d o [2002/03/10] docs/35732 doc adduser(8) page has obsolete reference an o [2002/03/11] misc/35764 nakai Icewm does not display APM status properl o [2002/03/11] ports/35767 portmgr make_index script does not deal with syml o [2002/03/11] bin/35769 w does not correctly interpret X sessions o [2002/03/12] docs/35823 doc [PATCH] Little Restructuring of the Devel o [2002/03/12] ports/35833 keith ports/chinese/arphicttf and CJK depend on o [2002/03/12] bin/35838 Change to size of WID_IF in usr.bin/netst o [2002/03/13] kern/35846 timeout in wi_cmd 11, machine hangs for a o [2002/03/13] misc/35865 pam_krb5 crashes in pam_sm_setcred() o [2002/03/13] kern/35876 bus_dmamem_free does not call contigfree o [2002/03/13] ports/35882 ports-bugs Perl Expect module send_slow hangs on EOF o [2002/03/13] kern/35883 probe for ATI Rage128 Pro o [2002/03/14] bin/35886 [patch] Enhancement: custom time format f o [2002/03/14] bin/35894 bbraun popen.c in cron won't build without LOGIN o [2002/03/14] ports/35897 ports-bugs upgrading the linux_base port runs into t o [2002/03/14] kern/35900 Changing RealTek 8139 MAC address fails o [2002/03/14] ports/35919 ports-bugs CompuPic 5.1.1016 o [2002/03/15] docs/35941 doc cd(4) manual doesn't mention "target" use o [2002/03/15] docs/35942 doc at(1) manual doesn't describe at.allow an o [2002/03/15] docs/35943 doc at(1) config files are misplaced in /var/ o [2002/03/15] ports/35946 ports-bugs The /usr/local/lib/RealPlayer8/postinstal a [2002/03/15] docs/35951 trhodes disklabel(8) manual confuses partitions a o [2002/03/15] docs/35953 doc hosts.equiv(5) manual is confusing or wro o [2002/03/16] kern/35993 murray sys/dev/amr/amr.c - Compiler warnings und f [2002/03/17] bin/36000 contrib/amd uses mktemp o [2002/03/17] ports/36020 jmz Update port: print/musixtex T.98 -> T.104 o [2002/03/17] java/36024 sobomax port update: OpenJIT 1.1.16 for JDK 1.3.1 f [2002/03/17] ports/36034 edwin new port databases/pg-crypto o [2002/03/18] docs/36055 brueffer [PATCH] adding some help-yourself-info to s [2002/03/18] standards/36076standards Implementation of POSIX fuser command o [2002/03/18] ports/36079 portmgr [PATCH] Support USE_LESSTIF=yes o [2002/03/18] ports/36083 portmgr [PATCH] Installs existing packages for de o [2002/03/19] misc/36110 dmesg output corrupt if /dev/console is b o [2002/03/19] ports/36112 portmgr [PATCH] New feature for whole ports tree: o [2002/03/19] ports/36113 dirk Add gdbm, BerkeleyDB2, BerkeleyDB3, libio o [2002/03/19] conf/36118 re 4.5 Upgrade says it won't touch /usr/src, o [2002/03/20] bin/36136 savecore -z option does not work o [2002/03/20] misc/36143 Dynamic (non linear) mouse acceleration a o [2002/03/20] misc/36154 doc Getting USB mouse to work: usbd and mouse o [2002/03/21] misc/36165 boehm-gc BUS error with gdb o [2002/03/21] kern/36170 an(4) does an_init() even if interface is f [2002/03/22] ports/36202 wosch update to sysutils/socket: NetBSD IPv6 pa o [2002/03/24] bin/36262 [PATCH] Fixed rusers idle-time reporting o [2002/03/24] kern/36274 75GXP drive ATA tagging failure makes df o [2002/03/26] alpha/36327 alpha trap within cvt() while attempting to pri o [2002/03/26] ports/36336 ports-bugs port of ccmalloc o [2002/03/26] ports/36341 dburr [patch] devel/SN marked as broken o [2002/03/26] misc/36359 fxp driver and Intel Pro/100 S NIC (0002B o [2002/03/27] misc/36368 sshd error: session_close_by_channel: ki o [2002/03/27] bin/36374 Patch (against core dumps) and improvemet o [2002/03/27] kern/36381 ata + hw.ata.wc=1: high CPU load for larg o [2002/03/27] misc/36385 luigi crunchgen does not handle Makefiles with o [2002/03/27] misc/36392 cron starts before vi recover, and vi rec o [2002/03/28] kern/36425 bump up SYS_NMLN in sys/utsname.h o [2002/03/28] bin/36431 src/secure/lib/libtelnet fails in CURRENT o [2002/03/28] docs/36432 doc Proposal for doc/share/mk: make folded bo a [2002/03/28] docs/36447 trhodes chown(8) manual misdescribes handling of o [2002/03/28] docs/36449 doc symlink(7) manual doesn't mention trailin o [2002/03/28] docs/36459 doc tftp(1) manual's "get" syntax/description o [2002/03/28] gnu/36460 cu(1) program does not work very well. f [2002/03/29] bin/36477 gshapiro mailwrapper doesn't handle rmail calls o [2002/03/29] bin/36501 /usr/bin/calendar can't handle recurring o [2002/03/29] ports/36503 ports-bugs several files conflict in ports/databases o [2002/03/30] misc/36536 Apparent mother board incompatability o [2002/03/30] ports/36545 jmz mwrite is an absolute symbolic link to /u o [2002/03/30] bin/36553 gad Two new features in newsyslog(8) o [2002/03/30] misc/36556 patch: regular expressions for tcpwrapper o [2002/03/30] ports/36557 perky Fix port: security/py-amkCrypto (to refle o [2002/03/30] ports/36560 rse bug fix for the eperl package o [2002/03/31] kern/36569 umass fails when RiteLink Pocket Disk is o [2002/03/31] ports/36587 des news/inn{-stable} do not install when --e o [2002/04/01] ports/36622 dburr [patch] devel/SN : Upgrade port to versio o [2002/04/01] bin/36626 login_cap(3) incorrectly claims that all o [2002/04/01] docs/36628 doc header an footer of openssl manpages are o [2002/04/01] docs/36629 OpenSSL manpages should be reachable with o [2002/04/01] misc/36646 dwmalone [PATCH] Top does not work correctly in a p [2002/04/02] kern/36682 joe USB isochroneous transfer doesn't report o [2002/04/03] kern/36692 Patch for E-Tech ISA PnP modem support o [2002/04/03] docs/36723 chern IPSec section is unintelligible o [2002/04/03] docs/36724 darrenr ipnat(5) manpage grammar is incomplete an f [2002/04/03] docs/36726 trhodes Handbook lacks information about hardware o [2002/04/03] docs/36727 trhodes Mail chapter of Handbook is incomplete o [2002/04/04] bin/36740 make ps obey locale (particularly for tim o [2002/04/04] bin/36757 EnhancementRequest binary which ought to o [2002/04/04] ports/36766 ade Incompatibility between autoconf, automak o [2002/04/05] bin/36786 make ps use 24-hour time by default o [2002/04/05] ports/36795 kuriyama DocBook DSSSL stylesheets should install o [2002/04/05] ports/36802 trevor Update port: misc/compat4x o [2002/04/06] ports/36832 ports-bugs apache13-* coredumps when using XML::Pars o [2002/04/07] ports/36841 ports-bugs use of .MAKEFLAGS target in Makefile.loca o [2002/04/07] ports/36849 cy FVWM-Themes fails to switch themes o [2002/04/08] bin/36884 add support id_rsa (OpenSSH/RSA2) authent o [2002/04/08] java/36901 glewis WITHOUT_X11 Knob for port java/jdk13 o [2002/04/08] bin/36902 [patch] proposed new format code %N for s o [2002/04/08] ports/36913 seanc New port: devel/ruby-rbprof o [2002/04/08] misc/36916 DOS active partition flag lost in libdisk f [2002/04/09] misc/36923 fdesc file system (partially) crashes Fre o [2002/04/09] ports/36933 portmgr [PATHCES] New feature for pkg_create and o [2002/04/09] java/36951 glewis Java (aka 1.3.1-p6-root-020405-00:26) cor o [2002/04/09] kern/36952 ldd comand of linux does not work o [2002/04/10] bin/36960 calendar doesn't effect -t option. o [2002/04/10] kern/36983 CD9660 unicode to utf-8 [hack] o [2002/04/11] conf/36990 pccard I/O DATA PCET10-CL worked o [2002/04/11] bin/37013 ls directory name output trailing slash d o [2002/04/13] misc/37034 Fixed maximum character length in EUC o [2002/04/13] docs/37037 keramida Cleaned and revised the Hubs article o [2002/04/13] misc/37047 brian daily_status_mailq_shorten doesn't produc o [2002/04/14] misc/37073 Few new tips for FreeBSD-tips fortune o [2002/04/14] bin/37074 bp [PATCH] Typographical error in output of o [2002/04/14] bin/37083 small improvement to talk(1): add clocks o [2002/04/15] bin/37096 Fixes to fsdb command-line handling [patc o [2002/04/15] ports/37128 ports-bugs New port: www/sarg, formerly known as www o [2002/04/16] i386/37137 FreeBSD install doesn't recognize version o [2002/04/16] misc/37160 qa /stand/sysinstall coredumps when trying t o [2002/04/16] misc/37161 ext2 linux file system, error handling la o [2002/04/17] ports/37186 ports-bugs Dbview contains an error, because of whic o [2002/04/17] ports/37187 mita ports/japanese/vfghostscript font-2.6.2 f o [2002/04/18] misc/37219 [it_IT locale] LC_TIME, weekday names o [2002/04/18] docs/37221 doc obsolete reference to seqpacket in mount_ o [2002/04/18] ports/37226 mita ports/japanese/vfghostscript5 doesn't fin o [2002/04/18] kern/37227 VMWare do not work with raw disks due to o [2002/04/19] misc/37244 ports-bugs c2lib port includes vector.h which appare o [2002/04/20] misc/37301 4.5 rc.firewall type simple does not pass o [2002/04/22] ports/37362 ports-bugs The Ted port is incompatible with FreeBSD o [2002/04/23] ports/37366 kde kdeutils-3.0: kdepasswd truncates passwor f [2002/04/23] kern/37374 joe [PATCH] closing ums0 blocks with wmesg uh o [2002/04/23] i386/37379 /dev/MAKEDEV entry for RocketPort is brok o [2002/04/23] misc/37380 jhb boot0 partition list is outdated (patch i o [2002/04/23] misc/37387 bsdmainutils/calendar Hungarian addon fil o [2002/04/23] conf/37395 peter even with NO_SENDMAIL=true, /usr/sbin/sen f [2002/04/23] conf/37404 delayed mouse response to draw box or hig o [2002/04/23] kern/37405 Support for Mitsumi USB Mouse with Memory o [2002/04/24] kern/37417 Treat CT5880 revision4 ( PCM chip ) o [2002/04/24] bin/37424 nfsstat reports negative values o [2002/04/24] misc/37425 df gives wrong ouput > 1TB o [2002/04/24] misc/37434 mbr dhclient generates pointless log messages o [2002/04/24] bin/37437 Add HTTP-style support to {vis,unvis}(1). o [2002/04/24] bin/37442 [PATCH] sleep.c to support time multiplie p [2002/04/25] bin/37448 obrien [PATCH] ldd/rtld support for more informa o [2002/04/25] ports/37462 jmz dvips is no more available separately fro o [2002/04/25] docs/37470 doc jail field not documented in procfs(5) o [2002/04/26] kern/37486 Bug in network stack in sending broadcast o [2002/04/27] docs/37504 blackend The word PC Card should be used instead o o [2002/04/27] ports/37518 grog gmat port CATALOG needs updating o [2002/04/28] kern/37526 Addtron card not being recognized by driv o [2002/04/29] kern/37554 [PATCH] Make ELF shared libraries immutab o [2002/04/29] kern/37555 vnode flags appear to be changed in non-s o [2002/04/29] misc/37562 jdp Incorrect information in /usr/share/examp o [2002/04/29] misc/37569 [PATCH] Extend fstab(5) format to allow f f [2002/04/29] bin/37572 des libfetch(3)/fetch(1): requested feature: o [2002/04/29] ports/37574 taoka ports/print/pips-sc20 file not found on m o [2002/04/30] ports/37596 shige EMACS_PORT_NAME=xemacs21 forks make infin o [2002/04/30] ports/37597 ports-bugs aureal-kmod-1.5_3 fails to build o [2002/04/30] kern/37600 [Partial PATCH] t4dwave drive doesn't rec o [2002/04/30] conf/37611 phk proposed /etc/rc.jails for jail(8) manage o [2002/05/01] bin/37650 Add skipPCCARD variable to sysinstall s [2002/05/01] ports/37654 arved Update textproc/xml4j to 4.0.1 o [2002/05/01] kern/37657 /dev/dsp and /dev/audio skip the first 32 o [2002/05/02] bin/37672 pw(8) prints warnings after successful NI o [2002/05/02] kern/37675 grog Page fault when newfs'ing a vinum volume o [2002/05/02] bin/37676 libc_r: msgsnd(), msgrcv(), pread(), pwri f [2002/05/02] kern/37677 off by 1 in $FreeBSD: src/sys/kern/subr_d o [2002/05/03] ports/37711 znerd New port: Beacon-agent 0.6.3 (Multicast B o [2002/05/03] ports/37712 znerd New port: Beacon server v0.8.9 (Beacon mu o [2002/05/03] ports/37713 seanc AIM Transport doesn't work correctly with o [2002/05/03] bin/37715 "pkg_info -g package_name_version" fail o [2002/05/03] docs/37719 doc Detail VOP_ naming in a relevant man-page o [2002/05/03] misc/37732 usbd start in wrong place in /etc/rc in 4 o [2002/05/04] bin/37733 su(1) does not behave the way it is descr o [2002/05/04] ports/37737 ports-bugs Jabber MSN-Transport module o [2002/05/04] kern/37761 process exits but socket is still ESTABLI s [2002/05/05] ports/37771 znerd New Port: audio/jmax o [2002/05/06] i386/37800 tools\fbsdboot.exe no longer works with c o [2002/05/07] docs/37843 doc manual for pthread_setschedparam is wrong o [2002/05/07] bin/37844 ru [PATCH] make knob to not install progs wi o [2002/05/08] ports/37855 ports-bugs wrong font name in jre/lib/font.propertie o [2002/05/09] ports/37904 znerd New Port: database/isql-viewer (a JDBC 2. o [2002/05/09] conf/37909 make distribution DESTDIR=/path -DNO_MAKE o [2002/05/09] gnu/37910 PATCH: make send-pr(1) respect &'s in /et o [2002/05/09] ports/37917 adrian [PATCH] squid24 does not support local_st o [2002/05/10] ports/37927 ports-bugs port to install linux Lahey Fortran 95 v6 o [2002/05/10] ports/37942 kde KDE 3.0 konsole terminal keyboard table u o [2002/05/11] ports/37962 markm ports/lang/gcl does not build o [2002/05/12] i386/37999 qa In /stand/sysinstall, 's' selects Options o [2002/05/13] alpha/38031 alpha osf1.ko not loaded during boot-time of li o [2002/05/13] ports/38034 ports-bugs compaq-cc (under linux-emu) installes man o [2002/05/13] i386/38055 qa In Install, Groups (creation) item should o [2002/05/13] i386/38056 qa In Install, User (creation)'s "Member gro o [2002/05/13] misc/38057 "install" document doesn't display correc o [2002/05/13] docs/38061 ume Typos in man pages for faith & faithd o [2002/05/14] ports/38086 rse eperl does not build CFLAGS recursive err o [2002/05/14] ports/38090 jkoshy devel/m4 port PREFIX vs LOCALBASE o [2002/05/14] ports/38092 ports-bugs Update Port : www/cherokee fixed working o [2002/05/15] docs/38117 doc New FAQ entry for memory states o [2002/05/15] docs/38118 doc New FAQ entry for amount of free memory o [2002/05/15] ports/38125 ports-bugs ApacheCylical Link error/bug in Virtualse o [2002/05/16] docs/38148 trhodes In manpages "timezone" should be "time zo o [2002/05/16] kern/38156 quotacheck chokes on user -2 o [2002/05/17] bin/38168 installing curses programs and terminfo d o [2002/05/17] bin/38178 sos add CDROM env var support to burncd f [2002/05/17] kern/38208 Digital camera Minolta Dimage E203 refuse o [2002/05/18] docs/38225 doc change "CDROM" to "CD-ROM" o [2002/05/18] ports/38238 dirk Adding cyrus imap support to php4/mod_php o [2002/05/18] ports/38243 www Ports search for 'IMP' vs look in Mail ca o [2002/05/18] bin/38256 linking pax to pax_{cpio|tar} o [2002/05/18] ports/38270 openoffice New Port Open office for Linux(1.0.0) o [2002/05/19] i386/38299 Add VT8233A to pci/viapm.c SMBus driver. o [2002/05/19] ports/38301 kiri upgrade www/w3-4 to 4.0.47 o [2002/05/19] bin/38303 tftpd -c patch o [2002/05/19] ports/38321 ports-bugs lang/gpc unnecessarily marked broken o [2002/05/20] ports/38324 chuckr print/transfig should default to LaTeX 2e o [2002/05/20] misc/38347 new library function abs2rel and rel2abs. o [2002/05/20] ports/38351 dirk mod_php4(WITH_APACHE2) +apache2(WITH_THRE o [2002/05/21] kern/38372 patch for puc(4) to support parallel port o [2002/05/21] bin/38388 request to add "openssl starttls" command o [2002/05/22] ports/38406 obrien incorrect .so in g++31.1 man page o [2002/05/22] ports/38408 wjv zope-zmysqlda does not run o [2002/05/22] kern/38419 add name "CanoScanN676U" in uscanner o [2002/05/22] docs/38426 doc extra manpage .Xr to locate relevant sysc o [2002/05/22] kern/38429 [PATCH] getgpid and getsid work for proce o [2002/05/22] kern/38445 Centralized ptrace() permission checking o [2002/05/23] misc/38452 Logitech USB iFeel: device_probe_and_atta f [2002/05/23] kern/38458 There is no a file iicbb_if.c on source t o [2002/05/23] bin/38467 less can dump core, FPU exception o [2002/05/23] misc/38468 Write drivers for Intel PRO/Wireless 2011 o [2002/05/23] i386/38477 qa In sysinstall's Choose Distributions scre o [2002/05/23] i386/38478 qa In sysinstall's Choose Distributions scre o [2002/05/23] i386/38480 qa sysinstall should prompt for normal users s [2002/05/24] www/38500 www gnats web form is overenthusiastic about o [2002/05/24] ports/38516 ports-bugs ICQv7 transport for the Jabber Server o [2002/05/24] i386/38524 cons25 doesn't support F-keys beyond 12 f [2002/05/25] ports/38539 edwin New port: devel/libcfg+ o [2002/05/25] docs/38540 rpratt sysinstall application name should be Sys o [2002/05/25] docs/38556 doc EPS file of beastie, as addition to exist o [2002/05/26] kern/38575 NoName USB Flash drive not working o [2002/05/26] misc/38583 qa sysinstall installs crypto sources when / o [2002/05/26] ports/38593 portmgr Third level ports o [2002/05/26] i386/38596 freebsd 4.6rc2 can't support ati videocar o [2002/05/27] bin/38610 qa Sysinstall should be able to mount ISO im o [2002/05/27] docs/38618 trhodes Malloc types can be used with multiple al o [2002/05/27] docs/38620 doc Committers Guide and CVS o [2002/05/27] ports/38621 mita Update port: print/ghostscript-gnu-commfo o [2002/05/27] kern/38626 luigi dummynet/traffic shaper: RED: max_th and o [2002/05/27] docs/38647 doc cvsupit built-in instructions are slightl o [2002/05/28] kern/38657 fujitsu c4110 lifebook crashes on resume o [2002/05/28] ia64/38677 ia64 savecore fault when 1M buffer is allocate o [2002/05/29] ports/38689 kuriyama update of port palm/prc-tools o [2002/05/29] misc/38727 mptable should complain about garbage arg o [2002/05/29] kern/38730 Memorex scrollpro mouse is not fully func o [2002/05/30] kern/38749 Diskless booting fails with some DHCP ser o [2002/05/30] ports/38751 ports-bugs Port for discid o [2002/05/31] docs/38772 doc firewall_type feature not mentioned on Ha o [2002/06/01] ports/38800 ports-bugs update www/roxen to Roxen WebServer 2.2.2 o [2002/06/02] docs/38810 blackend Minor change in section 2.13.5 of the Han o [2002/06/02] docs/38815 brueffer Many typo fixed, and a question left unan o [2002/06/02] docs/38817 doc /usr/share/man/man8/boot.8.gz documents / o [2002/06/02] i386/38826 RFE: BootMgr should provide more identify o [2002/06/02] kern/38828 DPT PM2012B/90 doesn't work o [2002/06/02] conf/38829 bootblock recompile instructions in handb p [2002/06/03] docs/38850 keramida handbook/kernelopts/ should be in Develop o [2002/06/03] ports/38853 portmgr net/ethereal: configure fails o [2002/06/03] misc/38854 Resetting the sysinstall during setup cau o [2002/06/03] ports/38861 ports-bugs www/auth_ldap compiles-installs but fails o [2002/06/03] misc/38870 kernel-panic when coping data from a NFS- o [2002/06/03] ports/38876 tegge devel/linuxthreads: pkg-plist ignores NOP o [2002/06/05] kern/38923 sos Incorrect device use count prevents door o [2002/06/05] bin/38931 Cleanup for WARNS=4 of src/games/fortune/ o [2002/06/05] misc/38937 delay between tracks in digital audio dum o [2002/06/05] bin/38940 Change: an option to *stat to allow supre a [2002/06/06] misc/38965 kde [PATCH] kapptemplate fails on FreeBSD o [2002/06/06] kern/38967 4/22/02 pcm driver merge appears to break o [2002/06/07] docs/38982 doc developers-hanbook/Jail fix o [2002/06/07] kern/38986 trhodes a change to msdosfs permissions behaviour o [2002/06/07] ports/38989 assar Fix to BROKEN arla port (arla-0.35.6) f [2002/06/08] i386/39023 Keystrokes yield extended ASCII f [2002/06/08] kern/39031 bugreport: kernel p [2002/06/08] docs/39044 tjr The man page for rot13(6) never mentions o [2002/06/08] kern/39047 IPSEC Compression (IPCOMP) broken in tunn o [2002/06/09] ports/39062 ports-bugs beep: beep for a pitch and duration o [2002/06/09] java/39080 sobomax java/javavmwrapper: Functionality enhance o [2002/06/10] ports/39095 mharo ports/net/nttcp and ports/net/ttcp appear o [2002/06/10] ports/39102 trevor new category requested: finance o [2002/06/10] ports/39103 trevor new virtual category requested: accessib p [2002/06/10] bin/39116 tjr /usr/bin/printf o [2002/06/10] docs/39129 doc handbook; type WRT simulating postscript o [2002/06/11] ports/39182 ports-bugs netsaint-plugins util.c functions don't q o [2002/06/12] docs/39190 blackend Missing quote tags in releng-packages art o [2002/06/12] conf/39192 [PATCH] Save pcm mixer settings during re a [2002/06/12] ports/39193 edwin [maintainer-update] net/papaya update to o [2002/06/12] bin/39198 sh aborts on variables with periods o [2002/06/12] misc/39201 ptrace(2) and rfork(RFLINUXTHPN) confuse o [2002/06/12] bin/39206 core dump bug in sshd o [2002/06/12] docs/39213 doc No rc(4) man page o [2002/06/12] docs/39214 doc No my(4) man page f [2002/06/13] misc/39229 instruction pointer = 0x8:0xc00eaf13 o [2002/06/13] standards/39256standards [v]snprintf aren't POSIX-conformant for s o [2002/06/14] docs/39293 doc the dumpon man page incorrectly states th o [2002/06/14] conf/39306 The /etc/rc file should know if is runnin o [2002/06/14] bin/39311 rwatson you can't enable inetd in sysinstall with o [2002/06/14] ports/39312 ports-bugs [PATCH] Addition of mysql-awareness to mo o [2002/06/15] ports/39342 sobomax Add automatic truetype support to Mozilla o [2002/06/15] misc/39347 use of /usr/bin/* utils in /etc/rc.diskle o [2002/06/15] docs/39348 doc kenv fetch of hostname requires dhcp/boot o [2002/06/16] misc/39360 If linux emu is added as a dependency (an f [2002/06/16] ports/39371 edwin new port: mail/qmail-scanner o [2002/06/16] ports/39390 gnome Make graphics/imlib not depend upon GTK+ o [2002/06/17] misc/39425 Auto mounted directory was not found at b o [2002/06/17] misc/39439 tcopy will not duplicate tapes with block o [2002/06/18] bin/39463 mtm [PATCH] Add several options to fingerd o [2002/06/18] misc/39466 find -xdev hangs on dead NFS mounts (/etc o [2002/06/18] ports/39476 ports-bugs profxp will run but when you fxp a file i o [2002/06/18] ports/39487 mharo portlint doesn't accept MASTER_SITE/DISTF o [2002/06/19] conf/39505 automate BUILDNAME variable for releases o [2002/06/19] kern/39527 dwmalone getcwd() and unreadable parent directory o [2002/06/19] docs/39530 doc access(2) man page has unnecessarily broa o [2002/06/19] docs/39532 doc 'find' man page should a [2002/06/19] ports/39544 ports-bugs mayavi port disfunctional o [2002/06/20] i386/39574 qa Error mounting /dev/acd0c on /dist: No su o [2002/06/20] bin/39576 [PATCH] tail -f for multiple files p [2002/06/20] bin/39578 add more russian holydays o [2002/06/20] conf/39580 insecure default settings o [2002/06/20] i386/39584 ln -f fails to unlink o [2002/06/20] ports/39600 znerd New port: jdictionary-ger-hun 1.4 - Germa o [2002/06/20] ports/39603 znerd New port: jdictionary-eng-ger 1.4 - Engli o [2002/06/20] ports/39608 ports-bugs upgrade games/cgoban to 1.9.13 o [2002/06/21] ports/39619 ports-bugs flashplugin-mozilla crashes and doesnt pl o [2002/06/21] ports/39620 ports-bugs flashplugin-mozilla crashes when viewing o [2002/06/21] ports/39621 ports-bugs isc-dhcpd server can't get all network in o [2002/06/21] ports/39634 jim Port pclock unaligned access on alpha o [2002/06/22] kern/39650 Digital audio extraction on an atapi CD d o [2002/06/22] ports/39673 ports-bugs netsaint-plugins fails to install command o [2002/06/22] bin/39676 obrien lukemftpd manual pages fix + examples o [2002/06/22] kern/39681 hidden kernel boot tunables added to sysc o [2002/06/24] misc/39772 imp pccardd is slow to install a PCCARD. o [2002/06/24] ports/39777 des New port: security/libsectok o [2002/06/24] ports/39778 des New port: security/sectok o [2002/06/24] ports/39799 dirk mod_php4, among other ports, maintains no o [2002/06/24] bin/39818 cleaning sbin/atm code from warnings o [2002/06/24] bin/39819 tjr cleaning bin/sh code from warnings o [2002/06/24] docs/39822 doc firewall.7: change "Mbits" to "Mbits/s" a o [2002/06/24] docs/39824 doc Various tweaks for doc/en_US.ISO8859-1/bo o [2002/06/25] misc/39864 robert hostname instead of IP in w -n output o [2002/06/25] bin/39865 cleaning sbin/fsck code from some warning o [2002/06/25] bin/39866 cleaning sbin/fsdb code from warnings o [2002/06/25] bin/39867 cleaning sbin/mount_cd9660 and sbin/mount o [2002/06/25] bin/39868 cleaning sbin/dump code from warnings o [2002/06/26] ports/39882 ports-bugs pptp client does not install from port in o [2002/06/26] bin/39893 setusercontext library call differs umask o [2002/06/26] bin/39904 cleaning sbin/sysctl code from warnings o [2002/06/26] bin/39905 cleaning sbin/restore code from warnings o [2002/06/26] bin/39907 cleaning sbin/savecore code from warnings o [2002/06/26] misc/39911 New Netgear MA401 pccard does not work wi o [2002/06/28] ports/39946 ports-bugs Shift-Tab navigation doesn't work in tk-8 o [2002/06/28] conf/39976 vi recovery halting boot process o [2002/06/28] kern/39977 luigi Device polling support for em(4) driver o [2002/06/29] ports/40002 wjv py-4suite: XSLT import error o [2002/06/29] ports/40004 trevor ports/audio/festlex-ogi has a checksum er o [2002/06/29] kern/40017 [patch] allows config(8) to specify confi o [2002/06/29] kern/40021 [patch] use ld(1) to build kernel with li o [2002/06/30] misc/40057 bugbusters send-pr -a flag does not work with -f o [2002/06/30] kern/40058 lockup on 5.0 DP1 - Xircom X3201 (RealPor o [2002/07/01] ports/40069 dirk mod_php4 doesn't compile with apache2 (& f [2002/07/01] ports/40072 edwin port upgrade/new port graphics/sinek: a l o [2002/07/01] misc/40081 noise in sound output with built-in CMedi o [2002/07/02] ports/40107 trevor ports/audio/festogi-spanish has a checksu o [2002/07/02] ports/40110 dirk add mnoGoSearch extensions to www/mod_php o [2002/07/02] ports/40121 ache standard Apache port creates sbin link o [2002/07/02] ports/40124 kris Patch to wdm to allow long passwords o [2002/07/02] bin/40127 [PATCH] Add functions for PID-file handli o [2002/07/03] ports/40140 trevor ports/audio/festvox-abc has a checksum er o [2002/07/03] kern/40155 No sound on Presario 700 laptop's ac97 co o [2002/07/03] ports/40163 cy screen w/o suid and locale o [2002/07/03] misc/40169 problem in latest 4.6-stable o [2002/07/04] docs/40196 doc man find does not describe -follow s [2002/07/04] misc/40197 sos BurnCD doesn't "just work" at 4.6-p1 o [2002/07/04] misc/40211 No sound on Compaq Presario 700 o [2002/07/05] docs/40234 doc Typos and language cleanup in /usr/share/ o [2002/07/05] ports/40241 trevor Update port: biology/xdrawchem to 1.4 (fi f [2002/07/06] misc/40273 dougb some more fortunes o [2002/07/06] ports/40276 ports-bugs slurp port overwrites/delete existing con o [2002/07/06] misc/40280 I add uscanner entory o [2002/07/07] ports/40284 mi ports/x11/djvuplugin tarball no longer ex f [2002/07/07] ports/40294 ports-bugs New port: emulators/gpsim o [2002/07/07] misc/40297 Seagate STT8000A (ast0) atapi tape drive o [2002/07/07] misc/40298 using swapfile as /tmp o [2002/07/07] docs/40313 doc Grammar, wording, and clarifications for o [2002/07/08] misc/40325 UID changes not reflected in viewed file/ o [2002/07/08] ports/40344 ports-bugs update of mail/ssmtp to 2.50.9 o [2002/07/08] ports/40366 ports-bugs New port: graphics/openrm OpenGL based li o [2002/07/08] kern/40369 rman_reserve_resource - when "count > (en o [2002/07/09] misc/40378 standards stdlib.h gives needless warnings with -an o [2002/07/09] conf/40391 sysinstall with PCCARD<->ISA bridge gets o [2002/07/09] ports/40396 ports-bugs New port: Logging daemon for Linksys BEFS o [2002/07/10] ports/40411 ports-bugs apache-jserv port points to wrong locatio o [2002/07/10] docs/40423 doc Keyboard(4)'s definition of parameters to o [2002/07/10] docs/40443 doc Update books/faq/book.sgml for USB .ko's o [2002/07/11] ports/40452 wollman ports/www/mod_auth_kerb mastersite doesn' o [2002/07/12] ports/40511 sumikawa update for net/zebra (no-ipv6 option) f [2002/07/12] i386/40512 release i386 4.5 packages gnome/gnomeprin o [2002/07/12] ports/40514 ports-bugs New port: graphics/linux-ac3d easy to use o [2002/07/12] kern/40516 ti driver has no buadrate set o [2002/07/13] ports/40521 ports-bugs New ports math/blacs and math/scalapack: o [2002/07/13] ports/40525 ports-bugs [new port] mail/mew2-xemacs-devel-mule f [2002/07/13] bin/40538 dougb mergemaster fixes and enhancements o [2002/07/13] kern/40543 /usr/src/sys/sys/proc.h:117: field `ar_ar o [2002/07/14] conf/40548 list of /etc/defaults/make.conf undocumme o [2002/07/14] misc/40552 alternate syscons font for iso-07 encodin o [2002/07/14] ports/40555 steve x11-toolkits/open-motif requires mkhtmlin o [2002/07/14] kern/40563 gif driver can clobber route/arp table f [2002/07/14] bin/40570 mbr dhclient freeze the whole thing o [2002/07/14] bin/40572 vipw prints silly message if $EDITOR fail o [2002/07/14] misc/40577 post-October 2001 Dell Inspiron 2500's (a o [2002/07/15] bin/40597 add /sbin/fdisk ability of showing extend o [2002/07/15] kern/40611 [PATCH] linux JRE 1.4 under linux compati o [2002/07/15] bin/40617 brian /usr/sbin/ppp is not able to bind the nat f [2002/07/15] misc/40632 psm0 busy: o [2002/07/16] misc/40657 Logitech iFeel usb mouse will not attach o [2002/07/16] ports/40659 dirk php3 and GD problem p [2002/07/16] standards/40669standards command command does not support `-p' opt o [2002/07/16] misc/40671 pthread_cancel doesn't remove thread from o [2002/07/17] ports/40689 keith ports/chinese/dia file not found on maste f [2002/07/17] misc/40693 the system reboot alone with no reason o [2002/07/17] ports/40699 portmgr allow exclude patterns in `make search` o [2002/07/17] www/40704 www Incorrect CGI settings in http://www.fi.F o [2002/07/17] ports/40705 ports-bugs Upgrade of gnome-commander to 0.9.8 o [2002/07/17] kern/40711 CT5880-C sometimes fails to output sound o [2002/07/17] bin/40717 No ftpchroot.5 -> ftpusers.5 link o [2002/07/18] ports/40742 kuriyama DSSSL Modular stylesheets not added to sg o [2002/07/18] kern/40745 Inconsistency between net/if.c and struct o [2002/07/18] ports/40756 ports-bugs insecure default options o [2002/07/19] kern/40763 [UPDATED PATCH] Introduction of non-stric o [2002/07/19] conf/40777 disktab does not support 2.88MB floppies o [2002/07/19] ports/40789 ports-bugs New port: graphics/gocr OCR (Optical Char o [2002/07/21] docs/40851 doc [PATCH] "mergemaster -p" in UPDATING's "C o [2002/07/21] conf/40855 psuedo-device bpf need note in LINT and G o [2002/07/21] ports/40866 ports-bugs sml-nj port CM autoloading compilation pr o [2002/07/21] ports/40870 ports-bugs New port: graphics/animabob Interactive 3 o [2002/07/22] ports/40904 ports-bugs new port: www/tclcurl o [2002/07/22] docs/40910 doc [PATCH] Typos & grammer fixes for /usr/sh o [2002/07/22] docs/40911 doc [PATCH] Minor improvements for /usr/share o [2002/07/22] ports/40915 billf Fix pkg-plist for net/ethereal o [2002/07/23] kern/40919 usage of ucred->cr_uid in sys/netinet/in_ o [2002/07/23] ports/40925 ports-bugs [new port] www/ljdeps - metaport for Live o [2002/07/23] kern/40926 After Upgrading or Clean Installing 4.6, o [2002/07/23] kern/40927 sound dies with pcm:play:0 play interrupt o [2002/07/23] kern/40933 make depend fails when building kernel fr o [2002/07/24] i386/40946 Possible way to cause a system to hang us o [2002/07/24] kern/40948 USB HP CDW8200 does not work o [2002/07/24] docs/40952 doc login.conf should mention that "idletime" f [2002/07/24] ports/40956 tobez New port: net/p5-Net-Whois-RIPE o [2002/07/24] i386/40957 rarpd on laptops doesn't find interfaces, o [2002/07/24] bin/40958 apm on Acer TravelMate 351 could not resu o [2002/07/25] ports/40975 ports-bugs Uncatched coredump of pkg_info while pkgd o [2002/07/25] bin/40980 du(1)'s -h and -k options interact confus o [2002/07/26] bin/41012 brian /etc/periodic/daily/440.status-mailq assu o [2002/07/27] ports/41036 adamw New port: x11-wm/wmDeskGuide, a dockbar p o [2002/07/27] ports/41042 trevor Change print/acroread5 ln's command to -s o [2002/07/27] bin/41060 ready to import gzip 1.3.3 o [2002/07/27] bin/41070 added .warning in make(1) + two fixes o [2002/07/27] bin/41071 make NO to NO_ transition patch o [2002/07/28] ports/41082 ports-bugs New port: emulators/dosbox - emulator of o [2002/07/28] docs/41089 doc pax -B option does not mention interactio o [2002/07/29] misc/41107 file(1) command shows incorrect data (sig o [2002/07/29] docs/41110 doc "apropos linux" doesn't find brandelf o [2002/07/29] ports/41131 dirk adding some more configuration parameters p [2002/07/29] bin/41143 schweikh termcap entry incorrect for XFree86 xterm o [2002/07/30] ports/41156 dirk Port Update: www/mod_php4: Patch to scrip o [2002/07/30] bin/41159 new sed -c option to allow ; as a separat o [2002/07/30] docs/41167 doc adventure.6 man-page, add section AUTHORS o [2002/07/30] misc/41179 LD_LIBRARY_PATH security checks o [2002/07/30] bin/41190 in sed, report the { linenum instead of E o [2002/07/31] misc/41202 Upgrade to 4.6.1-RELEASE-p3 breaks remote o [2002/07/31] ports/41209 gnome www/mozilla browser serializes DNS lookup o [2002/07/31] misc/41213 top(1) blocks if NIS-related entries in p o [2002/07/31] misc/41215 console revert back to kbd0 (AT) after KV o [2002/07/31] kern/41220 [PATCH] Minor sk driver enhancements o [2002/07/31] ports/41224 dburr update port: textproc/yodl o [2002/08/01] misc/41238 problems with FreeBSD installation on a d o [2002/08/01] conf/41241 qa sysinstall build uses kbdcontrol keymaps o [2002/08/01] misc/41243 USB, getting full desc failed, HID device o [2002/08/02] ports/41259 ports-bugs Info directory change for various GNU Ema o [2002/08/02] docs/41263 doc [PATCH] Clarifications and minor grammer o [2002/08/02] docs/41270 doc confusing directions for kernelconfig cha o [2002/08/02] bin/41271 Non-suid-crontab. f [2002/08/03] kern/41281 njl USB scanning works only once a [2002/08/03] ports/41282 ports-bugs New_Ports japanese/stevie-* o [2002/08/04] bin/41307 libalias: logging of links lifecycle (add o [2002/08/04] misc/41309 brian security check scripts do not delete temp o [2002/08/04] bin/41310 Added ,,-d'' option to truss(1) for chang o [2002/08/04] www/41312 cvs RCS IDs are off-by-one in the NetBSD cvsw o [2002/08/04] ports/41314 ports-bugs amavis-perl is outdated (no longer suppor o [2002/08/04] kern/41317 trhodes reflect kernel building user for sudo-ers o [2002/08/04] ports/41320 ports-bugs New port : security/libprelude (part of P o [2002/08/04] ports/41321 ports-bugs New port : security/prelude-manager (part o [2002/08/04] ports/41324 ports-bugs New port : security/prelude-lml (part of o [2002/08/04] ports/41325 ports-bugs New port : security/prelude-nids (part of o [2002/08/04] misc/41328 ssh logins in 4.6.1 no longer give incomi o [2002/08/04] i386/41337 Compaq 900T syncs too high or incorrectly o [2002/08/05] bin/41341 johan "-vv" (very verbose) flag for chown o [2002/08/05] i386/41364 imp pccard: NewMedia "Bus Toaster" SCSI card f [2002/08/06] misc/41379 Cannot browse directory tree on FreeBSD m o [2002/08/07] misc/41397 no copyright or license on lib/libc/gen/s f [2002/08/07] i386/41398 Illegal instruction Core Dumped o [2002/08/07] ports/41400 benno sgmltools-lite update to 3.0.3 o [2002/08/07] kern/41415 Some USB scanner cannot talk to uscanner o [2002/08/07] docs/41423 doc Update FAQ: attrib command for windows du o [2002/08/07] ports/41434 ports-bugs New port: www/light: another Mozilla-base f [2002/08/08] ports/41439 ports-bugs [MAINTAINER UPDATE] security/fwbuilder -> o [2002/08/08] ports/41444 portmgr ports system fails to check for non-base o [2002/08/08] docs/41449 ceri [PATCH] Missing word in DNS info in Handb s [2002/08/08] ports/41452 wjv games/newkind does not compile due to all o [2002/08/08] ports/41461 ports-bugs New port: graphics/irit Solid modelling s o [2002/08/09] ports/41464 ports-bugs New port Cybercalendar 1.8.2: web based c o [2002/08/09] ports/41468 kuriyama xhtml port needs to be updated for XHTML o [2002/08/09] kern/41489 nge(4) works as a module, but fails when f [2002/08/09] misc/41490 C-Media 8738 sound card static o [2002/08/09] i386/41495 panic: timeout table full when installing o [2002/08/09] ports/41510 ports-bugs New port: graphics/i3d 3D modeling progra o [2002/08/10] misc/41515 jhb boot0cfg corrupts slice table o [2002/08/10] bin/41526 symlinked mount points get mounted more t o [2002/08/11] kern/41543 emulation Easier wine/w23 support o [2002/08/11] kern/41555 Add support of VScom titan PCI-800L f [2002/08/11] bin/41556 obrien [PATCH] wtmp patch for lukemftpd f [2002/08/11] ports/41562 mph New port: inform-glk o [2002/08/11] misc/41566 obrien file(1) out of date p [2002/08/12] standards/41576standards POSIX compliance of ln(1) o [2002/08/12] docs/41578 doc Incorrect #include in the usb(4) manpage o [2002/08/12] ports/41579 ports-bugs New port: Small LDAP-to-KAB (KDE Address o [2002/08/12] docs/41580 doc usb(4) manpage: Structures' fields aren't a [2002/08/12] bin/41583 assorted mtree bugs (+fixes) o [2002/08/12] ports/41601 ports-bugs New port: graphics/gltt TrueType fonts re o [2002/08/13] ports/41619 ports-bugs New port x11-toolkits/SoQt (1.0.1) o [2002/08/13] ports/41625 ports-bugs New port: misc/spamcalc o [2002/08/13] kern/41631 PATCH to add sysctl knob to disable clone o [2002/08/14] ports/41673 ports-bugs New port: igal, image gallery generator o [2002/08/14] misc/41674 iostat column formatting overlaps o [2002/08/14] ports/41678 ports-bugs New port: xfwm4 is a gtk2 WM ideal for us f [2002/08/16] misc/41711 setup uses a to small disk o [2002/08/16] ports/41718 ports-bugs New port: dwatch - A daemon watcher o [2002/08/16] ports/41719 ports-bugs databases/dbview field positions of outpu o [2002/08/17] i386/41743 No sound from SiS630s controller o [2002/08/17] misc/41744 qa Cannot stop comat22 from being extracted o [2002/08/17] ports/41755 max Wrong letters in Canna iroha dictionary o o [2002/08/18] docs/41761 doc Update for /ru/internal/ part of site o [2002/08/18] misc/41771 '/etc/ttys' and X p [2002/08/18] conf/41772 dougb can't disable keybell o [2002/08/19] ports/41773 ports-bugs new port: x11-servers/Mozdev-PrintServer o [2002/08/19] ports/41784 ports-bugs vmware2 causes panic on recent -current o [2002/08/19] docs/41787 doc man page for route (Section 8) missing de o [2002/08/19] docs/41791 doc Documentation formatting error o [2002/08/19] docs/41807 doc natd -punch_fw "bug" o [2002/08/20] kern/41812 patch to detect/function AMD768 SMBus o [2002/08/20] misc/41817 pw groupshow doesn't include the login gr o [2002/08/20] docs/41820 doc Device driver confusion in Handbook (2.3) o [2002/08/20] ports/41829 ports-bugs New port: mail/squirrelmail-devel o [2002/08/20] ports/41836 ports-bugs new port - virus filtering tool for qmail o [2002/08/21] ports/41839 ade devel/libtool 1.3.4 port patch files inco o [2002/08/21] conf/41855 improvment of /etc/rc.diskless2 script o [2002/08/21] kern/41856 VESA splash screen problems on ThinkPad 2 o [2002/08/21] docs/41879 doc cleanup to DOCROOT/share/sgml/freebsd.dsl o [2002/08/22] bin/41902 [PATCH] Add queue depth to systat -v disk o [2002/08/22] ports/41904 brian net/pppoa: Fix Makefile to fetch correct f [2002/08/22] ports/41906 ports-bugs New port: net/ldapbrowser: Java-based LDA o [2002/08/22] ports/41909 ade libtool substitution in bsd.port.mk break o [2002/08/22] bin/41912 dwmalone inetd incorrectly reports exit status/sig o [2002/08/22] ports/41916 ports-bugs New Port: mail/dsbl-testers o [2002/08/22] docs/41919 doc MINI kernel for bootfloppy (Handbook p.34 o [2002/08/23] misc/41947 hexdump(1) unprintable ASCII enhancement o [2002/08/23] misc/41949 qa sysinstall sorts /etc/rc.conf during netb o [2002/08/24] ports/41971 ports-bugs New Port: sysutils/ipfw-manager o [2002/08/24] ports/41978 trevor Unbreak ports: print/lilypond o [2002/08/25] ports/42018 ports-bugs pkg_info with PKG_PATH searches through t o [2002/08/25] i386/42022 qa sysinstall in non-interactive mode prompt a [2002/08/27] docs/42058 doc Documentation: Installing Oracle 8i onto o [2002/08/27] kern/42065 kern.ps_showallprocs has no effect on /pr o [2002/08/27] ports/42072 ports-bugs New port: mail/wmymail: Report new mail i o [2002/08/27] ports/42073 ports-bugs New port: x11/wmxss o [2002/08/27] misc/42084 luigi PicoBSD's 'netstat -i' reports negative I o [2002/08/27] ports/42110 ports-bugs New port: The ACE ORB 1.2.1 o [2002/08/28] ports/42113 ports-bugs New port: lgeneral-data, data files requi o [2002/08/28] ports/42134 ports-bugs linux-gtk PORTREVISION contaminates other o [2002/08/28] gnu/42154 [patch] gnu: libobjc redefines MIN and MA o [2002/08/29] i386/42162 qa Installation (sysinstall) crashes, md0c f o [2002/08/29] misc/42167 du uses linear search for duplicate inode o [2002/08/29] docs/42182 trhodes Making Dedicated Mode disks doc out of da o [2002/08/29] ports/42184 obrien mutt port does not build or install all d o [2002/08/30] ports/42197 obrien [patch] make ports/editors GNOMENG aware o [2002/08/30] docs/42210 gioria doc/en_US.ISO8859-1/articles/releng/branc f [2002/08/30] bin/42213 moused(8) seems to delay some mouse event o [2002/08/30] bin/42217 libdisk segfaults with 1024 bytes/sector o [2002/08/30] ports/42218 ports-bugs [PATCH] Cleanup mail/ezmlm-web and bump P o [2002/08/30] ports/42234 ports-bugs New port: xglurbules o [2002/08/31] kern/42274 jlemon Convert defined variable into tuneable as a [2002/08/31] bin/42275 roam [patch] sftp coredump if file specified b o [2002/08/31] ports/42280 ports-bugs New port: florist (Ada-POSIX bindings) o [2002/09/01] ports/42281 ports-bugs lang/rexx-imc - addition of UPPER patch o [2002/09/01] docs/42293 doc copystr(9) man page incorrectly describes o [2002/09/01] ports/42295 perky New port: Webware for Python (Web applica o [2002/09/01] ports/42296 ports-bugs New port: mod_webkit (adapter between Web o [2002/09/02] misc/42336 [PATCH] ISO-fication of /usr/src/contrib/ o [2002/09/02] bin/42338 pccard_ether should run ipf -y if ipfilte o [2002/09/02] ports/42347 trevor Patch to bring x11-wm/openbox port up to o [2002/09/03] ports/42360 ports-bugs NEW PORT: mail/aileron, WINGs mail client o [2002/09/03] ports/42370 ports-bugs New Port: mail/fumail o [2002/09/03] ports/42371 ports-bugs libncurses.so.4 missing from ports/emulat o [2002/09/03] ports/42372 ports-bugs New port: security/webjob - Download and o [2002/09/03] misc/42373 mtm Update to rc scripts to make interface al o [2002/09/03] ports/42378 ports-bugs New port: science/at Acoustic ToolBox o [2002/09/03] bin/42385 clean libatm code from warnings o [2002/09/03] bin/42386 cleaning code from warnings in libkvm o [2002/09/03] bin/42387 cleaning code of librpcsvc from warnings o [2002/09/03] bin/42388 cleaning code from warnings in libm o [2002/09/03] www/42389 www FreeBSD web site navigation bar not worki p [2002/09/04] kern/42404 TIOCSCTTY not implemented in linuxulator o [2002/09/04] misc/42410 cvsup and cvsup-without-gui packages don' o [2002/09/04] misc/42414 Booting SMP with 2 Xeon CPUs on Intel SE7 o [2002/09/04] bin/42419 syslog enhancement for the nologin shell o [2002/09/04] ports/42420 dirk mnoGoSearch support added to www/mod_php4 o [2002/09/04] misc/42422 dbm_delete returns -1 instead of 1 when t o [2002/09/04] ports/42427 motoyuki New port apache13-modssl+ipv6 o [2002/09/04] misc/42429 hash_action called with HASH_DELETE does o [2002/09/04] bin/42430 Add -m option to du(1) for compatibility o [2002/09/05] i386/42439 i386/apm: battery time reported incorrect o [2002/09/05] kern/42442 problem in idlequeue/debugging mode ? o [2002/09/05] misc/42461 mdodd if_wi_pci.c,if_wi_pccard.c lack device_re o [2002/09/05] bin/42464 mike [PATCH] killall(1) : Add support for jail o [2002/09/05] kern/42466 linux: 'ipc' typ=258 not implemented o [2002/09/05] misc/42467 netstat -s does not include fabricated pk o [2002/09/05] misc/42468 mount_smbfs incorrectly handled configura o [2002/09/06] misc/42469 After mounting by mount_smbfs directories f [2002/09/06] misc/42470 When install packages FreeBSD read very s o [2002/09/06] ports/42483 cy misc/screen problem with editors/vim-lite o [2002/09/06] conf/42497 rc.network lacks IKE daemon startup o [2002/09/07] ports/42503 kde kuser tries to create the wrong Mailbox o [2002/09/07] ports/42509 ports-bugs Update port: security/saint to 3.5.6 o [2002/09/08] misc/42558 www http://www.freebsd.org/search produces in s [2002/09/09] ports/42593 arved Maintainer update: openag version 1.1.1 ( o [2002/09/09] java/42595 glewis java/jdk13: Math.pow function from applet o [2002/09/09] bin/42609 pkg_info -qg doesn't handle missing files o [2002/09/10] i386/42641 Pam SSH authentication don't work o [2002/09/10] ports/42642 fanf cfexecd needs symlink, cfexecd, cfservd a o [2002/09/10] ports/42649 marcel linux_kdump port for source dirs != /usr/ o [2002/09/11] bin/42655 added new command 'checkpoint' to show an o [2002/09/11] misc/42663 pw useradd assigns unique UID's to multip f [2002/09/11] ports/42667 ports-bugs Update cccc port to 3.pre63 o [2002/09/11] ports/42668 grog port instant-workstation should be update o [2002/09/12] ports/42685 ports-bugs openldap20 on 5.0 current runs error. lin o [2002/09/12] ports/42696 ports-bugs New port: security/libsectok_pcsc: Smartc f [2002/09/12] ports/42701 edwin New port: devel/p5-PCSC-Card: Perl bindin s [2002/09/12] ports/42702 edwin New port: security/pcsc-tools: Tools for o [2002/09/12] ports/42708 wjv update biology/emboss to EMBOSS-2.5.1 o [2002/09/13] bin/42725 Patch for calendar to support Hungarian n o [2002/09/13] kern/42728 many problems in src/usr.sbin/ppp/* afte o [2002/09/13] bin/42732 Seg fault in mount_nfs o [2002/09/13] misc/42761 No 'pscr' key defined in pl_PL.ISO8859-2. o [2002/09/14] i386/42766 Proposal to perform reboot via jump to BI o [2002/09/14] kern/42769 Boot stalls if the system has a serial co o [2002/09/14] ports/42790 ports-bugs New Port - www/suphp : A pretty PHP wrapp o [2002/09/15] bin/42803 tconv, tic, captoinfo binaries missing fr o [2002/09/15] conf/42807 /etc/netstart doesn't run /etc/defaults/p o [2002/09/15] kern/42816 file: table is full message o [2002/09/16] ports/42839 roam New Port: Weedns o [2002/09/16] ports/42840 dirk lang/php4 and www/mod_php4 need a newer m o [2002/09/16] kern/42858 Support for Netgear FA-511 pccard. f [2002/09/17] i386/42865 signal 11 caught repeatable during instal o [2002/09/18] misc/42934 installation procedure on install floppie o [2002/09/18] misc/42943 fd 0,1,2 should not be set to nonblock in o [2002/09/19] misc/42956 dlclose gives "invalid shared object hand o [2002/09/19] kern/42967 Sony MemoryStick problems with umass driv o [2002/09/19] bin/42974 [patch] ISO 8601 date format option o [2002/09/19] kern/42977 FreeBSD installer doesn't probe past EISA o [2002/09/20] ports/42985 tobez Perl5 port doesn't build automatically on o [2002/09/20] ports/42986 ports-bugs New Port: libwhisker HTTP testing library o [2002/09/20] bin/43139 /sbin/route -host option doesn't always s o [2002/09/20] ports/43142 ports-bugs New port: AlsaPlayer is an audio player w o [2002/09/21] kern/43154 tunwrite() does not allocate clusters for o [2002/09/21] conf/43167 Ability to have vnode based file systems o [2002/09/21] misc/43169 caps-lock led doesn't work a [2002/09/21] ports/43171 ports-bugs Port misc/upclient setgid kmem o [2002/09/21] misc/43177 markm Updates and additions to src/games/quiz/d o [2002/09/21] kern/43217 sos ata: strange fallback to PIO mode o [2002/09/22] misc/43262 command 'shutdown -r' (also reboot) cause o [2002/09/22] ports/43273 portmgr [patch] make bsd.port.mk checksum check a f [2002/09/23] ports/43282 dirk SONY CD-RW CRX10U don't work with FreeBSD o [2002/09/23] ports/43313 ports-bugs New Port: nikto web and CGI vulnerability o [2002/09/24] ports/43324 kde kdebase: kdm config file overwritten when o [2002/09/24] ports/43330 edwin [FIX BENTO]: emulators/xpinmame p [2002/09/24] kern/43348 cjc PATCH: make tcp.log_in_vain distinguish S o [2002/09/25] kern/43355 idad driver will work if logical drives d o [2002/09/25] bin/43367 incorrect report from 'who' after 'shutdo o [2002/09/25] misc/43368 pkg_create fails if target directory does o [2002/09/25] bin/43372 Broken struct ufs_args in ufsmount.h o [2002/09/26] ports/43394 ports-bugs New port yptransitd, an nss_ldap replacem o [2002/09/26] java/43400 java linux ibm jdk doesn't work for normal use o [2002/09/26] docs/43410 doc hardware-i386.html doesn't even mention p o [2002/09/27] docs/43416 doc pw(8) -u uidmin,uidmax feature is out of o [2002/09/27] ports/43425 ports-bugs New port: security/ftimes - A system base o [2002/09/27] kern/43426 mlockall and munlockall system calls are o [2002/09/29] ports/43466 ports-bugs editors/gnuserv: gnuserv.el should be mod o [2002/09/29] misc/43470 Solid State / x109 article out of date. o [2002/09/29] bin/43471 `ls -l` shows wrong size for big files (> o [2002/09/29] misc/43474 dhcp.* values not set in kenv by bootp cl o [2002/09/29] misc/43476 rc.* uses kenv - which is in /usr/bin o [2002/09/29] misc/43483 installation: missing '\n' (newline) in d o [2002/09/29] ports/43484 assar Update port net/arla to 0.35.9 o [2002/09/29] misc/43492 fsck hard to 'switch' off in diskless or o [2002/09/29] misc/43494 wish: resolv.conf created (again) later i o [2002/09/29] misc/43495 awk - rc/diskless references by full path o [2002/09/29] misc/43496 touch - rc/diskless references by full pa o [2002/09/29] misc/43497 mount -t nfs -> crunchgen incompatible o [2002/09/29] conf/43500 rc.syscons "allscreens" improvements o [2002/09/30] www/43530 www [PATCH] Add also HTTP_X_FORWARDED_FOR hea o [2002/09/30] ports/43537 mharo portlint 2.3.3 does not handle URLs that o [2002/09/30] misc/43539 Cannot mout floppy on Compaq Proliant ML3 a [2002/09/30] ports/43540 arved Update Port net/cnet 1.7.7 -> 2.0.3 o [2002/09/30] misc/43543 cdboot does not handle 'relaxed' ISO9660 f [2002/09/30] misc/43547 ppp will not connect to att worldnet over o [2002/10/01] alpha/43561 jhb kern_shutdown.c uses time_t as 'long int' o [2002/10/01] ports/43565 znerd jakarta-tomcat41 port breaks upgrades o [2002/10/01] docs/43569 doc src/share/examples/worm/README out-of-dat o [2002/10/01] bin/43574 sos burncd prints incorrect output when using o [2002/10/02] kern/43577 [PATCH] New kernel option SHUTDOWN_BEEP o [2002/10/02] bin/43582 passwd(1) fails on nonexistent users o [2002/10/02] bin/43596 pkg_add does not propogate 'remote' to de o [2002/10/02] java/43602 glewis jdk13 does not honor WRKDIRPREFIX o [2002/10/02] kern/43610 static-ize some symbols in digi driver o [2002/10/02] kern/43611 static-ize some symbols in sys/crypto o [2002/10/02] kern/43613 static-ize symbol in smbfs code o [2002/10/02] kern/43616 static-ize some functions in sys/net/zlib o [2002/10/03] docs/43622 trhodes Undocumented modules (missing man pages) o [2002/10/03] kern/43623 grog vinum: 'readpol prefer' option broken [pa o [2002/10/03] ports/43641 znerd Port www/orion should log to /var/log o [2002/10/04] docs/43651 doc stab(5) incorrectly states to include jus o [2002/10/04] ports/43656 ports-bugs New version of subversion r3200 (0.34.2) o [2002/10/04] ports/43667 ume RC_NG script for mail/cyrus_imapd o [2002/10/04] ports/43668 ume RC_NG script for mail/cyrus_imapd2 o [2002/10/04] ports/43669 dirk RC_NG script for databases/mysql323-{serv o [2002/10/04] ports/43670 ports-bugs RC_NG script for net/openldap12 o [2002/10/04] ports/43671 ports-bugs RC_NG script for net/openldap20 o [2002/10/04] ports/43672 ume RC_NG script for security/cyrus_sasl + Up o [2002/10/04] ports/43673 ume RC_NG script for security/cyrus_sasl2 o [2002/10/04] bin/43675 tjr uniq prints last, not first of the identi f [2002/10/04] ports/43679 znerd Error starting jakarta-tomcat41 o [2002/10/05] ports/43711 ports-bugs New port: php-gtk o [2002/10/05] kern/43716 puc driver does not recognize Lava Dual-6 o [2002/10/05] ports/43718 ports-bugs New port: x11-wm/icebgset (set IceWM back o [2002/10/05] ports/43728 ports-bugs math/PDL break info p [2002/10/06] bin/43752 des [PATCH] find -not is not o [2002/10/07] ports/43764 ports-bugs New port: audio/wavemagic - An audio play o [2002/10/07] ports/43771 ports-bugs LaTeX ports mixed between print and textp o [2002/10/07] ports/43773 ports-bugs xmaddressbook complains when run, does no o [2002/10/07] ports/43774 ports-bugs Allow users to build security/cyrus_sasl o [2002/10/07] ports/43792 ports-bugs New Port: security/libbf (The Blowfish bl o [2002/10/07] ports/43793 ports-bugs New Port: security/libidea (IDEA block ci o [2002/10/07] conf/43800 Belkin 10/100 Base-TX PCMCIA card not rec o [2002/10/07] ports/43804 ports-bugs new port: sysutils/getopt (Frodo Looijaar o [2002/10/07] conf/43805 Asante' FriendlyNet AeroLAN AL1011 802.11 o [2002/10/07] ports/43809 adamw patch for audio/gdcd o [2002/10/08] bin/43819 changed truss output for utrace calls o [2002/10/08] bin/43823 [PATCH] update to environ(7) manpage o [2002/10/08] misc/43825 qa please remove object files in source (src o [2002/10/08] bin/43826 mbr dhclient on 'no carrier' interfaces takes o [2002/10/09] bin/43857 hm conflicting types in /usr/src/usr.sbin/i4 o [2002/10/09] docs/43861 doc non-trivial typo in wicontrol man page o [2002/10/09] ports/43862 ports-bugs New Port: mail/dcc-dccd: Distributed Chec f [2002/10/09] docs/43864 doc Minor documentation to add o [2002/10/09] ports/43880 ports-bugs Names of Emacs ports are misleading o [2002/10/10] misc/43886 markm local exploitable overflow in rogue o [2002/10/10] ports/43892 ports-bugs Enable use of keynote with security/isakm o [2002/10/10] i386/43896 Missing "syscall fstat64" in linux emulat o [2002/10/10] docs/43899 doc incorrect info in man page for fetch (8) o [2002/10/10] misc/43905 kqueues: EV_SET(kevp++, ...) is non-int o [2002/10/10] ports/43909 kde kscd should no longer default to rmatcd0c a [2002/10/10] ports/43910 marcus Update port: lang/guile to 1.6.0 (maybe i o [2002/10/10] ports/43911 grog instant-workstation depend annoyance o [2002/10/11] kern/43916 Olicom OC-2220 (PC-card) hangs on ifconfi o [2002/10/11] java/43925 java New port: net/beepcore-java (supersedes p o [2002/10/11] java/43929 java linux-ibm-jdk core dumps without System.e o [2002/10/11] conf/43931 imp New pccard entry for Netgear CF Wireless o [2002/10/11] bin/43938 ntpd binds to local aliases o [2002/10/11] docs/43941 doc Rationale for Upgrade Sequence o [2002/10/11] ports/43942 ports-bugs New port submission: security/hydra o [2002/10/11] java/43947 znerd Checkstyle port should install checkstyle o [2002/10/11] ports/43956 ports-bugs New port: x11-wm/ion-devel o [2002/10/12] misc/43979 After a binary upgrade, kernel with ipf f o [2002/10/12] docs/43980 darrenr ipf(5) missing "gre" keyword o [2002/10/12] misc/43989 missing tabs in calendarfiles o [2002/10/12] bin/43994 sshd gives fatal while logging off o [2002/10/13] ports/43997 ports-bugs New port: www/apache13-modsnmp: apache-1. o [2002/10/13] ports/44019 ache Fixes for ftp/wu-ftpd-2.6.2 o [2002/10/13] ports/44028 ports-bugs courier "make install" fails o [2002/10/13] docs/44034 trhodes Multiple sysctl variables are not documen a [2002/10/14] java/44039 znerd Request for port: CruiseControl a [2002/10/14] java/44041 znerd Generate bsd.java.mk from an XML file o [2002/10/14] misc/44044 4.7-R Freezes half the times snd.ko is lo o [2002/10/14] conf/44050 CVSUPIT package when installed from /stan o [2002/10/14] misc/44058 /dev/ch* is created without group write p o [2002/10/14] docs/44074 doc ln(1) manual clarifications [patch] o [2002/10/15] ports/44079 ports-bugs New port: textproc/gauche-sxml - SXML for o [2002/10/15] conf/44090 pppoa authentication failure? on FreeBSD p [2002/10/15] ports/44095 mjacob Fix Installation of Manpages, portlint sy o [2002/10/15] kern/44098 RealTec-based NIC initialization problem o [2002/10/15] ports/44099 mharo portlint-2.3.3 give false errors on URLs p [2002/10/15] kern/44121 [PATCH] bogus cast removal in hea driver o [2002/10/15] misc/44122 tun0 gets a second ip adress after a disc o [2002/10/15] i386/44127 About usb flash boot disk! o [2002/10/16] bin/44137 "make most" fails on rmail (RELENG_4) o [2002/10/16] misc/44150 Diskless kernel may crash, depends on the o [2002/10/16] ports/44151 ade Update libtool to 1.4.3 o [2002/10/16] ports/44153 kris [patch] Update net/xprobe to 0.0.2 o [2002/10/17] conf/44170 Add ability to run multiple pppoed(8) on o [2002/10/17] www/44181 www www "Release Information" organization o [2002/10/17] bin/44188 cannot install FreeBSD 4.0-4.6 to Compaq o [2002/10/17] bin/44200 ftp site keeps sockets open. o [2002/10/18] bin/44212 Unify 'recursive' options -r and -R o [2002/10/18] kern/44215 PUC driver support for Moxa C320 Intellio o [2002/10/18] docs/44217 doc Problematic PDF version of handbook for 4 o [2002/10/18] kern/44218 Init dies during boot after upgrade from o [2002/10/18] java/44219 java Update port: textproc/cocoon to 2.0.3 o [2002/10/18] ports/44225 green Update port: emulators/snes9x to 1.39 (fi o [2002/10/18] bin/44238 luigi [PATCH] syntax-check option for ipfw2 o [2002/10/18] ports/44241 fanf Update: sysutils/cfengine2 o [2002/10/18] java/44251 java Create stylebook port o [2002/10/18] ports/44252 anholt XFree86-Servers port removes/overwrites c o [2002/10/19] ports/44258 obrien pkg_update ate my Muttrc o [2002/10/19] kern/44260 LINT does not list pseudo-device tap o [2002/10/19] ports/44261 will [patch] astro/xplanet - make it working u o [2002/10/19] i386/44262 Problems with nrp driver o [2002/10/19] misc/44265 pkg_update does not preserve +REQUIRED_BY o [2002/10/19] kern/44267 One more modem PNP id for /usr/src/sys/is o [2002/10/19] ports/44270 ports-bugs New port: net/bind9-sdb-ldap o [2002/10/19] ports/44273 dwcjr improved samba start script o [2002/10/19] java/44275 java New Port: netbeans-ide o [2002/10/19] bin/44277 devinfo is not C++ safe o [2002/10/19] conf/44282 /etc/rc.d/sysctl script works incorrectly o [2002/10/19] misc/44286 /etc/defaults/rc.conf uses the obsolete n o [2002/10/19] kern/44293 thomas Unable to access audio CD under Linux emu o [2002/10/20] ports/44305 ports-bugs New port: java/xdoclet (an extended Javad o [2002/10/20] misc/44307 UTF-8 locales support o [2002/10/20] bin/44310 make ppp(8) add clients MAC address to al o [2002/10/20] ports/44319 ports-bugs update port of mail/minimalist to the lat o [2002/10/21] ports/44327 ports-bugs databases/posgtresql7 port doesn't automa o [2002/10/21] bin/44329 wish for systat o [2002/10/21] kern/44333 [PATCH] make A4-tech RFSW-35 mouse's whee a [2002/10/21] java/44335 znerd devel/jakarta-ant does not install man pa o [2002/10/21] docs/44337 doc [PATCH] netstat(1) manual references none o [2002/10/21] bin/44343 [PATCH] sbin/fsdb.c o [2002/10/21] kern/44365 introduce ulong and unchar types o [2002/10/21] kern/44372 some kernel options prevent NTP clock syn o [2002/10/22] ports/44378 dirk Can't compile mod_php4 for apache2 o [2002/10/22] misc/44379 libutil: property.c, properties_read() ba o [2002/10/22] java/44380 java patch for java-commapi-freebsd o [2002/10/22] ports/44393 green Bug in emulators/snes9x -- superfluous "& o [2002/10/22] standards/44394alfred restrict qualifiers missing from sys/sock o [2002/10/23] docs/44400 doc ipfw(8) has contradictions in bridged and o [2002/10/23] ports/44424 obrien install error in /usr/ports/mail/mutt (mu o [2002/10/23] standards/44425standards getcwd() succeeds even if current dir has o [2002/10/24] ports/44430 dougb New port: xalan-c v. 1.4 (XSLT engine and o [2002/10/24] java/44432 java Ant-based port installs should use Jikes o [2002/10/24] docs/44435 doc sysctl manpage: add example for tcsh o [2002/10/24] i386/44438 Realtek NIC hangs after resume from acpi o [2002/10/24] kern/44439 puc doesn't find all 4 ports on SIIG Cybe o [2002/10/24] kern/44450 USB support FAILURE for device that was s o [2002/10/25] ports/44464 ports-bugs Ports addition f [2002/10/25] misc/44470 mouse freezed! o [2002/10/26] misc/44500 AC1001 Gigabit NIC Worked o [2002/10/26] kern/44508 4.7R boot delay on ata o [2002/10/26] ports/44511 openoffice openoffice-devel won't build f [2002/10/28] ports/44560 ports-bugs Update net/gnugadu from 0.2.0 to 0.2.4 o [2002/10/28] ports/44565 ports-bugs NEW PORT: devel/libds (Useful data struct o [2002/10/28] ports/44577 ports-bugs mail/gtkgrepmail run-depends on gnome-hel o [2002/10/28] i386/44580 NFS updates file access time when file is o [2002/10/29] misc/44587 dev/dpt/dpt.h is missing defines required o [2002/10/29] ports/44589 trevor [patch] Unbreak audio/csound by updating o [2002/10/29] docs/44594 doc Handbook doesn't mention drivers.flp for o [2002/10/29] ports/44712 tg python port doesn't install symlink as 'p o [2002/10/29] ports/44715 bp novell ncp client does not install f [2002/10/29] conf/44717 dougb update login.conf and unify login capabil o [2002/10/30] misc/44747 strange echoes in sound when using PLIP o o [2002/10/30] ports/44756 arved New port: TLS/SSL-aware FTP server (BSDft o [2002/10/30] ports/44757 ports-bugs New port: TLS/SSL-aware FTP client (BSDft o [2002/10/30] ports/44758 ports-bugs Port emulators/vmware2 has a hard-code pa o [2002/10/30] i386/44762 sound (ie, not system beeps) stop working f [2002/10/30] ports/44768 ports-bugs [Port Fix]: games/xblackjack-2.2 o [2002/10/31] ports/44786 ports-bugs New port: devel/picp o [2002/10/31] ports/44796 dirk www/mod_php4: Add support for Oracle7 o [2002/10/31] conf/44800 RC_NG for local rc scripts o [2002/11/01] ports/44816 ports-bugs new port ngircd o [2002/11/02] ports/44831 dirk PORTS Uprade: mod_php4-4.2.3_1 o [2002/11/02] ports/44836 ports-bugs New port: hunch - Scan httpd log files, f o [2002/11/03] ports/44854 ports-bugs [PATCH] add xaw3d build option to games/x o [2002/11/03] ports/44858 dirk build of mod_php4 fails at iconv o [2002/11/03] ports/44861 markp several games ports are missing their sco o [2002/11/03] ports/44863 alane New port: Ksplash-ML, a themeable ksplash o [2002/11/04] kern/44872 dgb driver update s [2002/11/04] ports/44875 ports-bugs PYTHON_VERSION statement in make.conf add o [2002/11/04] ports/44877 portmgr shorter names for REINPLACE_CMD, USE_REIN o [2002/11/04] misc/44894 as a local non-root user and remote it's o [2002/11/04] ports/44909 ports-bugs New port: Krusader 1.11, a two window fil o [2002/11/04] misc/44915 'choose installation media' choose CD-ROM o [2002/11/04] java/44922 java JVM crash o [2002/11/05] ports/44932 ports-bugs New port: xtr o [2002/11/05] ports/44949 ports-bugs New port Squid Access Report Generator o [2002/11/05] ports/44953 ports-bugs make install of apsfilter-7.2.3 fails wit o [2002/11/05] gnu/44984 Send-pr can use environmental variable $F o [2002/11/06] docs/45011 trhodes style(9): '->' and '.' don't require spac o [2002/11/07] misc/45026 Can't set next password change date on NI o [2002/11/07] ports/45127 taoka correct fetch for x11/xco o [2002/11/08] gnu/45137 peter [PATCH] CVS 1.11.2 cannot reuse log messa o [2002/11/08] ports/45148 jhb fix fetch and build for x11/eweather and o [2002/11/09] bin/45156 sshd won't display last login information o [2002/11/09] ports/45158 tobez perl5.8 port should have an option to com o [2002/11/09] ports/45166 ports-bugs New port: emulator/fceu o [2002/11/09] www/45169 www suggested update for ports index page on o [2002/11/09] ports/45180 ports-bugs New port (split out from old port): net/s o [2002/11/09] kern/45182 fm801.c does not recognize a FM801 based o [2002/11/10] bin/45193 [PATCH] truss can't truss itself o [2002/11/10] ports/45205 dirk [PATCH] www/mod_php4: Fix OpenSSL use for o [2002/11/11] docs/45214 brueffer [PATCH] Fix sorting in Additional Contrib o [2002/11/11] docs/45215 brueffer [PATCH] Fix sorting in Additional Contrib o [2002/11/11] ports/45216 joerg devel/bcc port is incomplete o [2002/11/11] misc/45222 daily rejected mail hosts report too long o [2002/11/11] conf/45226 Fix for rc.network, ppp-user annoyance o [2002/11/11] ports/45227 ports-bugs problems building/installing db3 and open o [2002/11/11] bin/45229 restore(8) -i: ls reports mising files as p [2002/11/12] alpha/45240 alpha pstat -f column headings misaligned on Al o [2002/11/12] gnu/45246 tar --listed-incremental fails for Solari o [2002/11/12] ports/45247 ports-bugs New port: www/scoop collaborative media o [2002/11/12] misc/45254 qa Sysinstall installs things it should not a [2002/11/13] bin/45269 dougb heap documentation o [2002/11/13] misc/45273 contrib/smbfs: error in examples/dot.nsmb o [2002/11/13] ports/45275 ports-bugs New port for "Simplicity for Java" a Java o [2002/11/14] kern/45285 Support for yet another PCI multiport car o [2002/11/14] ports/45287 ports-bugs New port: GNU Trove: High performance col o [2002/11/14] ports/45289 mita ja-dvi2ps-3.2 does not handle \special co o [2002/11/14] kern/45291 kevent(2) ignores timeout if nevents == 0 o [2002/11/14] kern/45293 kevent denies to observe /dev/tty o [2002/11/14] docs/45294 doc LINT notes are murky re PQ_CACHESIZE sett o [2002/11/14] ports/45298 ports-bugs [PATCH] make ratpoison 1.1.1 usable o [2002/11/14] ports/45301 anders [UPDATE] Update security/fpm to use GNOME f [2002/11/14] ports/45305 edwin new port: audio/kmusicdb, a music collect o [2002/11/15] ports/45316 ports-bugs new-port: game, train control simulation o [2002/11/15] ports/45320 ports-bugs New Port: OFM - The open filemanager o [2002/11/15] ports/45323 dirk No zip support option in www/mod_php4 o [2002/11/15] ports/45329 ports-bugs New port: xnodecor (x11 utility on Overri o [2002/11/16] bin/45333 [PATCH] New option -r for chown and chgrp o [2002/11/16] ports/45343 torstenb Metamail 2.7 incorrectly patched [PATCH] o [2002/11/16] ports/45344 ports-bugs devel/allegro: updating to 4.1.4 (devel v f [2002/11/16] ports/45351 ports-bugs lang/sr fails to compile on -CURRENT o [2002/11/16] ports/45357 jmz PATCH: textproc/ispell - added bulgarian o [2002/11/16] ports/45360 portmgr [patch] add SITE_PERL / ARCH_PERL variabl o [2002/11/17] docs/45371 doc man page for exports lacks information on o [2002/11/18] ports/45394 wjv update biology/emboss from 2.4.1 to 2.5.1 o [2002/11/18] ports/45401 ports-bugs New ports: security/sslsniffer (SSLv3/TL o [2002/11/18] ports/45414 portmgr make update in /usr/ports missing default o [2002/11/18] ports/45420 trevor Update port: biology/xdrawchem to 1.6 (fi o [2002/11/18] ports/45453 trevor Update port: x11-wm/evilwm to 0.9.11 o [2002/11/18] ports/45462 ports-bugs Latest version of XML::Twig. o [2002/11/18] ports/45467 ports-bugs New ports: mail/jamlib o [2002/11/18] ports/45468 ports-bugs New port: mail/crashecho o [2002/11/19] ports/45469 alane [patch] bsd.ports.mk: automatic USE_PERL5 o [2002/11/19] bin/45486 Support for human readble (-h/-H) output o [2002/11/19] ports/45491 ports-bugs New Port: apache-soap (Apache SOAP Toolki o [2002/11/19] ports/45496 ports-bugs [New Port] www/mod_layout2 : mod_layout A o [2002/11/19] ports/45501 ports-bugs new port: net/hinfo, look up host info fo o [2002/11/19] ports/45502 ports-bugs [New Port] www/mod_accounting : An Apache o [2002/11/20] ports/45522 ports-bugs new port database/WWWdb-0.8.2 f [2002/11/20] ports/45526 edwin New port: math/maxima -- symbolic compute o [2002/11/20] ports/45534 trevor x11-wm/openbox: Update to 2.2.1 (testing) o [2002/11/20] bin/45547 sos a patch to make burncd handle .wav files. o [2002/11/20] ports/45548 wjv Port upgate: textproc/py-csv to 1.0 o [2002/11/20] ports/45551 ports-bugs mail/smail port fails to build (fix inclu o [2002/11/21] www/45560 www russian FAQ trouble on www.FreeBSD.org o [2002/11/21] ports/45576 ports-bugs port lcms fails test after build on curre a [2002/11/22] bin/45584 tjr read builtin function of sh does not read o [2002/11/22] ports/45596 dwcjr net/samba v2.2.7 fetch error - maybe a fi o [2002/11/22] ports/45605 ports-bugs New port: rbl-milter, a sendmail milter o [2002/11/22] ports/45607 ports-bugs New port: french/grisbi, a french finance o [2002/11/22] conf/45608 qa Install should config all ether devices, o [2002/11/22] ports/45611 ports-bugs Subject: 'wv' port does not specify lynx o [2002/11/22] ports/45612 marcel port devel/linux_kdump does not compile f [2002/11/22] ports/45613 ports-bugs make update doesn't o [2002/11/23] bin/45659 portmap can not be bound to only loopback f [2002/11/24] ports/45681 sada Update port: chinese/chitex o [2002/11/24] kern/45684 systat -vmstat reports "alternate system o [2002/11/24] i386/45692 ACPI error on Acer motherboard o [2002/11/24] ports/45693 ports-bugs New port: net/gkrellmmultiping2 o [2002/11/24] ports/45695 ports-bugs pnet upgrade 0.4.4 -> 0.4.8 o [2002/11/24] ports/45696 ports-bugs new port, lang/pnetlib o [2002/11/24] bin/45701 markm spelling error in rogue o [2002/11/25] docs/45702 doc Error in manual page ssh_config(5) o [2002/11/25] misc/45704 [PATCH] request to change cp866b to cp866 o [2002/11/25] ports/45711 ports-bugs mail/gbuffy update to 0.2.4 o [2002/11/25] ports/45712 sobomax [UPDATE] games/teg to 0.11.0 o [2002/11/25] ports/45714 ports-bugs New Port: KMyIRC o [2002/11/25] bin/45729 make rbootd transfere the default file if o [2002/11/26] bin/45749 [PATCH] rm -f in MS-DOS directory o [2002/11/26] kern/45753 linux-sun-jdk1.4.1 calls SIOCGIFCONF ioct o [2002/11/26] ports/45771 ports-bugs OffiX printer doesn't find printer o [2002/11/26] ports/45782 ports-bugs [patch] fix fetch and update version for o [2002/11/26] kern/45785 Linux WineX seems to require a few new li o [2002/11/26] ports/45787 ports-bugs Update port: print/dvipdfm-cjk o [2002/11/27] kern/45793 Invalid media subtype aliases in if_media o [2002/11/27] ports/45800 ports-bugs New port submission: sysutils/dialog o [2002/11/27] ports/45801 billf ports/textproc7word2x is gone o [2002/11/27] ports/45804 openoffice editors/openoffice should use USE_JAVA o [2002/11/27] ports/45812 ports-bugs New port for print/mup o [2002/11/28] bin/45817 [PATCH] Fortune files are needlessly rand o [2002/11/28] ports/45829 lioux maintainer-update: graphics/transcode o [2002/11/28] misc/45830 KDC has problems when listening to IPv6 a o [2002/11/29] bin/45838 libusbhid needs small patch to report nam o [2002/11/29] misc/45839 [PATCH] Remove some duplicate fortunes o [2002/11/29] ports/45843 dbaker sysutils/3dm - needs to detect and create o [2002/11/29] ports/45845 nakai Update port: lang/slib to 2d5 (supersedes p [2002/11/30] misc/45874 ache [PATCH] FreeBSD does not know about ca_ES o [2002/11/30] ports/45886 ports-bugs New ports: japanese/trr* o [2002/12/01] bin/45896 dwmalone setnetgrent() should return error code o [2002/12/01] ports/45899 brian Packaging list for vlc-0.4.4 is incomplet o [2002/12/01] ports/45905 edwin New port: devel/rt3 o [2002/12/01] ports/45909 ports-bugs New port: Python DBI Sybase module o [2002/12/02] ports/45911 ports-bugs GEOM-related problem sysutils/diskcheckd o [2002/12/02] docs/45940 doc burncd missing info o [2002/12/03] ports/45963 anders the port looks for majordomo.cf in /etc o [2002/12/03] ports/45965 ports-bugs new port: sysutils/fonteditfs o [2002/12/03] bin/45967 telnetd does not set SO_DEBUG for -debug o [2002/12/03] kern/45968 des linprocfs is missing maps o [2002/12/03] ports/45977 dbaker New version of FreeBSD dnet client releas o [2002/12/03] ports/45978 kevlo Update port: devel/clo++ to 0.6.1 o [2002/12/05] ports/46005 ports-bugs New port: ginsu - a client for the gale s o [2002/12/05] kern/46014 thomas atapi-cam: cd0c errors o [2002/12/06] ports/46024 ports-bugs palm/plucker-1.2 doesn't work with python a [2002/12/06] ports/46032 gnome net/gabber doesn't work on -CURRENT o [2002/12/06] ports/46034 ports-bugs new ports: mantis o [2002/12/06] ports/46040 ports-bugs request to repo copy www/dansguardian to o [2002/12/06] ports/46041 ports-bugs port update: www/dansguardian to version o [2002/12/06] ports/46042 ports-bugs port update: www/dansguardian-devel to v o [2002/12/07] ports/46055 ports-bugs [patch] fix fetch for devel/doc++ o [2002/12/07] conf/46062 Remove skel from BSD.root.dist. o [2002/12/07] ports/46063 ports-bugs New port: USB FM Radio Control utility o [2002/12/07] ports/46065 ports-bugs [patch] fix fetch for devel/libvanessa_* o [2002/12/07] ports/46070 ports-bugs [patch] fix fetch and update version for o [2002/12/07] ports/46077 ports-bugs [patch] fix fetch for devel/gsnes9x o [2002/12/07] kern/46080 ipfw [PATCH] logamount in ipfw2 does not defau o [2002/12/07] ports/46089 ports-bugs multimedia/xmms Vorbis plugin built incor o [2002/12/08] ports/46092 tg ports/print/acroread on i386 needs Linux o [2002/12/08] bin/46096 sos [patch] Make atacontrol(8) give better er o [2002/12/08] bin/46107 killall(1) can prematurely kill itself o [2002/12/08] bin/46110 why does fsck work with / mounted r/o but o [2002/12/09] standards/46119standards Priority problems for SCHED_OTHER using p o [2002/12/09] bin/46123 fenner PATCH: tcpdump needs -a flag if netmask i o [2002/12/09] ports/46128 trevor Update port: biology/xdrawchem to 1.6.1 ( o [2002/12/09] kern/46157 dnetc crashes DP2-SMP system o [2002/12/10] kern/46159 ipfw dynamic rules lifetime feature o [2002/12/10] misc/46163 gad lpc problem. Only root can modify despit o [2002/12/10] ports/46172 ports-bugs linux_base-7.1_2 install problem w/linpro o [2002/12/10] kern/46174 bootp_subr.c patch o [2002/12/11] docs/46181 doc "make fetch-recursive" target description f [2002/12/11] ports/46185 adamw building /usr/ports/x11-wm/qnxstyle faile o [2002/12/11] docs/46196 doc Missing return value in (set_)menu_format o [2002/12/11] docs/46200 doc fix for ru_RU.KOI8-R/books/porters-handbo o [2002/12/11] ports/46202 ports-bugs hackedbox make install failure (nle/et_EE o [2002/12/11] bin/46203 [patch] make(1) missing trailing '\0' and o [2002/12/12] ports/46206 ports-bugs New port: games/tractorgen o [2002/12/12] ports/46221 ports-bugs new port proposal for smtpscan-0.3.1 f [2002/12/12] i386/46222 CPU speed incorrectly reported o [2002/12/13] bin/46232 ps(1) re an sl fields are broken o [2002/12/13] conf/46235 qa Sysinstall NTP servers for Finland requir o [2002/12/13] i386/46238 [code] Driver for the PCL-724 ISA card o [2002/12/13] kern/46250 Sound driver not working correctly on SON o [2002/12/14] ports/46251 trevor evilwm port needs version bump (bad!) o [2002/12/14] ports/46256 lioux update rxvt-devel to 2.7.9 o [2002/12/14] i386/46258 PLT code causes skewed return hint stack o [2002/12/15] docs/46271 trhodes Omission in ldconfig(8) manpage o [2002/12/16] ports/46288 ports-bugs OpenLDAP port update o [2002/12/16] docs/46291 doc correlation between HZ kernel config para o [2002/12/16] docs/46295 doc please add information to Nvi recovery em o [2002/12/16] ports/46301 jim Update port: mail/wmbiff to 0.4.10 (fix p o [2002/12/16] ports/46317 obrien ports/editors/vim/files/patch-02 is stale o [2002/12/17] ports/46325 ports-bugs new port: net/luasocket - IP library for o [2002/12/17] ports/46327 ports-bugs obsolete version of the Computer Modern f o [2002/12/17] misc/46328 gad patch for lpd o [2002/12/18] bin/46362 mount_smbfs doesn't check if something is o [2002/12/18] kern/46368 MAXDEP in isa/pnpparse.c is too small o [2002/12/19] ports/46370 ports-bugs new port: games/nwnusers Monitoring Never o [2002/12/19] bin/46379 customize home-directory permissions in p o [2002/12/19] misc/46382 ps(1) could use a "repeat" mode o [2002/12/20] ports/46394 ports-bugs New port: special purpose database applic o [2002/12/20] misc/46409 Certain periodic scripts check broken NFS o [2002/12/20] ports/46410 ports-bugs New port: SGL - incomplete STL implementa o [2002/12/20] kern/46413 imp ufm.ko does not function without a MAKEDE o [2002/12/20] ports/46414 adrian squid man page gives wrong location of co f [2002/12/20] ports/46417 mph bidwatcher port broken as of Dec. 17 2002 o [2002/12/21] misc/46440 Aristotle died twice (in calendar.birthda o [2002/12/21] standards/46441tjr /bin/sh does not do parameter expansion i o [2002/12/21] ports/46442 ports-bugs New port: Ada thin binding to SDL and Ope o [2002/12/21] ports/46448 ports-bugs New port: adabooch is a Booch implementat o [2002/12/21] i386/46453 [INTERLATIONALIZATION] cons25l2, ISO8859- o [2002/12/21] ports/46457 ports-bugs Update x11/temperature.app to 1.4 and use o [2002/12/22] ports/46478 jmz Fix build on -current for graphics/pixmap p [2002/12/22] ports/46483 trevor [patch] Fix gcc295 on current/i386 o [2002/12/22] conf/46485 MFC of NOCDROM release target o [2002/12/23] ports/46487 ports-bugs New port: cbind - Translator for "thin" A o [2002/12/23] kern/46488 usb driver do not send detach events on S o [2002/12/23] ports/46499 demon www/udmsearch update MASTER_SITES o [2002/12/23] standards/46504standards Warnings in headers o [2002/12/23] ports/46505 ports-bugs New port: adabindx - an Ada-binding to th o [2002/12/23] ports/46510 ports-bugs sshd does not correctly store the remote o [2002/12/24] ports/46520 ports-bugs stability issues re - mplayer and audio o o [2002/12/25] ports/46522 sobomax xtraceroute-0.9.0 fails with "OpenGL not o [2002/12/25] ports/46527 ports-bugs bento-fix: sysutils/bubblemon f [2002/12/26] kern/46545 njl [QUIRK] Casio Digital camera o [2002/12/26] ports/46552 ports-bugs new port: smtpmap-0.8 o [2002/12/27] misc/46555 enhancements for libradius o [2002/12/27] kern/46564 IPFilter and IPFW processing order is not o [2002/12/27] ports/46568 ports-bugs New Port: eclipse-2.0.2 o [2002/12/27] ports/46570 jhb E-Fancylauncher core dump as receiving mo o [2002/12/28] ports/46574 ports-bugs New port: mppdec o [2002/12/28] ports/46602 ports-bugs new port devel/tkinspect o [2002/12/28] ports/46608 ports-bugs [NEW PORT] latest development track of ep f [2002/12/29] ports/46615 ports-bugs new-port: mail/sympa - an electronic mail o [2002/12/30] ports/46630 ports-bugs update of ports/net/lam o [2002/12/30] ports/46643 ports-bugs New port: lang/chicken - a Scheme-to-C co o [2002/12/30] conf/46645 [PATCH] rc.shutdown state table saving ha o [2002/12/31] kern/46652 DEBUG_VFS_LOCKS never checks locks for ** o [2002/12/31] ports/46655 dwcjr net/samba beauty fix o [2002/12/31] ports/46656 ports-bugs Fix comm/hylafax pkg-plist o [2002/12/31] kern/46661 [patch] compat linux error message for ob o [2003/01/01] ports/46667 ports-bugs New Port: gpkgdep 0.0, a graphical packag o [2003/01/01] misc/46670 5.0-RC2 install leaves CD drawer locked. o [2003/01/01] bin/46672 dump(8) program gives unnecessary -L warn o [2003/01/01] kern/46677 Wrong vendor and device defines in ng_ubt o [2003/01/01] misc/46679 added volume stepping to mixer o [2003/01/02] ports/46688 ports-bugs mail/tkrat2 Updated to 2.1.1 o [2003/01/02] ports/46706 ports-bugs New Port: irc/dancer o [2003/01/02] ports/46707 ports-bugs [NEW PORT} audio/asmix mixer for afterste o [2003/01/02] ports/46708 ports-bugs [NEW PORT} audio/asmixer Another mixer fo o [2003/01/02] docs/46709 doc tables in terminfo.5 are broken o [2003/01/03] ports/46714 ache fix www/mnogosearch to adhere to ${APACHE o [2003/01/03] ports/46728 ports-bugs [UPDATE] textproc/xml2rfc o [2003/01/03] ports/46731 ports-bugs New port: SGI's Open Inventor o [2003/01/03] kern/46734 joystick driver doesn't allow for anythin o [2003/01/03] ports/46738 ports-bugs new port: www/templeet o [2003/01/03] conf/46746 No way to set link addresses through rc.c o [2003/01/04] ports/46754 ports-bugs [PATCH] pdftohtml add Plain-Text output o [2003/01/04] ports/46756 ports-bugs new port: net/fpl o [2003/01/04] ports/46757 chuckr gnuplot info fix o [2003/01/04] misc/46758 moused enhancements f [2003/01/04] ports/46760 ports-bugs maintainer update: graphics/avidemux to 0 o [2003/01/04] ports/46766 ports-bugs New port: kix-kmod : Syscons screen saver o [2003/01/04] kern/46773 sos I want IDE HD go into standby mode. o [2003/01/04] ports/46774 ports-bugs New port: comms/lirc: Linux Infared Remot o [2003/01/05] ports/46780 ports-bugs vmware2 port is broken in 5.0-current/200 o [2003/01/05] ports/46783 ports-bugs ports/audio DAP update o [2003/01/05] bin/46785 ipfw [patch] add sets information to ipfw2 -h o [2003/01/05] docs/46787 keramida compress(1) manpage missing BUGS; other c o [2003/01/05] kern/46790 [PATCH] new ATM driver p [2003/01/05] standards/46791standards freopen() does not handle filename == NUL o [2003/01/05] docs/46793 doc DEVICE_POLLING can not be used with SMP, o [2003/01/06] ports/46798 dirk zziplib addition to mod_php4 o [2003/01/06] ports/46803 sobomax Unbreak emulators/basiliskII on 5.0 o [2003/01/06] ports/46805 sobomax Update of games/teg o [2003/01/06] ports/46810 edwin [Patch] pkg_tree additional switches o [2003/01/06] ports/46811 ports-bugs palm/pose fails to build o [2003/01/07] ports/46819 ports-bugs sysutils/muse conflicts with audio/muse f [2003/01/07] ports/46826 edwin new port: audio/wavesurfer (Tool for soun o [2003/01/07] bin/46830 Make pkg_add respect prefix for dependanc o [2003/01/07] ports/46847 ports-bugs new port: multimedia/nxtvepg (electronic o [2003/01/07] ports/46851 ports-bugs update port: devei/icu to 2.4 o [2003/01/07] ports/46853 ports-bugs pure-ftp uses /etc for config o [2003/01/08] ports/46868 ports-bugs [New Port] security/privman : cool lib fo o [2003/01/08] ports/46874 ports-bugs make of gnotepad+ fails with missing conf o [2003/01/08] kern/46886 sos Make ATA_STATIC_ID tunable o [2003/01/09] ports/46887 ports-bugs honeyd upgrade 0.3 => 0.4a o [2003/01/09] bin/46888 gad Add script run hook to newsyslog(8) o [2003/01/09] ports/46893 ports-bugs make error in /usr/ports/print/xpp o [2003/01/09] www/46895 www non-actual link o [2003/01/09] www/46896 www updating document http://www.freebsd.org/ o [2003/01/09] ports/46904 ports-bugs new port: mail/vqregister o [2003/01/09] bin/46905 FreeBSD 5.x cannot be installed from mult o [2003/01/09] i386/46912 johan chflags nonodump fails o [2003/01/09] conf/46913 ipf denied packets of security run output o [2003/01/09] docs/46918 trhodes ipsec(4) does not reference the IPSEC RFC o [2003/01/09] docs/46919 doc setkey(8) references the wrong RFC for ES o [2003/01/10] bin/46925 sysctl -a goes into an infinite loop... o [2003/01/10] ports/46928 ports-bugs New Port: moon-buggy f [2003/01/10] ports/46934 trevor Update port: biology/xdrawchem to 1.6.3 ( o [2003/01/10] ports/46945 chuckr Update port: math/gnuplot to 3.7.3 o [2003/01/10] ports/46948 chuckr Update port: print/transfig to 3.2.4 o [2003/01/10] kern/46961 bridging between vlan-interfaces on same o [2003/01/11] ports/46971 ports-bugs Update Port: shells/rc to 1.7 o [2003/01/11] kern/46973 syscons virtual terminals switching featu p [2003/01/11] bin/46974 gad newsyslog's archival path option doesn't p [2003/01/11] conf/46977 New pccardd.conf entrey for Dlink Air 660 o [2003/01/11] kern/46978 Creative SoundBlaster 16 does not work wh o [2003/01/11] kern/46983 Support for AGP on Apollo Pro 133A o [2003/01/11] ports/46984 ports-bugs [New Ports] PHP 5 - Zend Engine 2 (CLI & o [2003/01/12] ports/46988 ports-bugs Update devel/strace to 4.4.91 o [2003/01/12] ports/46991 markp new port: dump MSRPC information o [2003/01/12] misc/46998 [patch] Support PicoBSD source in other l o [2003/01/12] ports/47002 roam New port: vodmr - ODMR/ATRN server for vp o [2003/01/13] ports/47017 ports-bugs update games/zangband to 2.7.2 o [2003/01/13] ports/47018 sf Teach ftp/wget new very useful feature - o [2003/01/13] ports/47026 ports-bugs New port: a small assembly to HTML conver o [2003/01/13] ports/47027 ports-bugs port submission (SARG, squid report gener o [2003/01/13] ports/47028 ports-bugs I'm submitting port of www/sarg-devel, SA o [2003/01/13] misc/47029 Static and popping with Hercules GameThea o [2003/01/13] ports/47036 portmgr bsd.port.mk has bad comments WRT dependen o [2003/01/14] ports/47039 ports-bugs [BENTO FIX] devel/cxref o [2003/01/14] ports/47042 ports-bugs Some dependencies of port are built befor a [2003/01/14] ports/47053 jkoshy Port netpipe broken o [2003/01/14] ports/47068 arved Update port: devel/bison to 1.875 o [2003/01/14] docs/47085 doc boot(8) manpage is incomplete according t o [2003/01/14] ports/47087 mharo [patch] Add WITH_SHELL_SETS_HOME knob to o [2003/01/15] ports/47098 ports-bugs New port: Senken, a city simulation game o [2003/01/15] ports/47111 kuriyama net-snmp4 compile abends with incompatibl o [2003/01/15] ports/47112 ports-bugs web2ldap compile abends with `LDAP_FILT_M o [2003/01/15] bin/47120 ipfw [patch] Sanity check in ipfw(8) o [2003/01/15] ports/47128 ports-bugs New port: hybserv (irc services for ircd- o [2003/01/16] ports/47130 ports-bugs Update net/dclib to 0.2.1 o [2003/01/16] ports/47131 ports-bugs Upgrade net/dcgui to 0.2.1 o [2003/01/16] ports/47138 ports-bugs ports/latex cannot be installed o [2003/01/16] bin/47145 Port conflict Checking for PKG_INSTALL to o [2003/01/16] ports/47146 portmgr Port conflict Checking for bsd.port.mk o [2003/01/16] bin/47149 seanc make -C documented but not working o [2003/01/16] ports/47151 glewis New port: java/jmp. A Java Memory Profile o [2003/01/16] ports/47156 ports-bugs new port: ftp/tftp-hpa: Advanced TFTP ser o [2003/01/17] ports/47161 ports-bugs New Port: audio/xmms-kj Add K-JoefolSkinS o [2003/01/17] ports/47166 ports-bugs Tktable port o [2003/01/17] kern/47168 st_*timespec tv_nsec zero on file creatio o [2003/01/17] ports/47173 dirk Patch to the mod_php4 to add mnoGoSearch o [2003/01/17] ports/47183 ports-bugs fetchyahoo porte problem (one line)> o [2003/01/18] ports/47186 nbm update-port mail/vqadmin o [2003/01/18] misc/47187 [patch] fix printf specifier in src/sys/b o [2003/01/18] ports/47189 ports-bugs New port: x11/chameleon o [2003/01/18] misc/47191 'make iso.1' in /usr/src/release: iso's a o [2003/01/18] ports/47192 adamw New port p [2003/01/18] bin/47196 maxim ipfw won't format correctly output from ' o [2003/01/18] ports/47197 ports-bugs multimedia/xmms cdaudio plugin issues ill o [2003/01/18] kern/47200 USB port is disabled when Kodak DX4900 is o [2003/01/18] ports/47203 kris upgrade of automake to try on the cluster o [2003/01/18] conf/47204 base + XFree86 install fails -- crypto di o [2003/01/18] ports/47206 edwin [repocopy waiting] repocopy request for p o [2003/01/18] ports/47207 ports-bugs maintainer-update: print/pfaedit to 20030 o [2003/01/18] ports/47208 ports-bugs New Port; ksetisaver o [2003/01/19] ports/47216 ports-bugs daily_clean_hoststat_enable causes errors o [2003/01/19] ports/47218 ports-bugs PostgreSQL client has problems when libbi o [2003/01/19] ports/47219 jim mail/wmbiff update to 0.4.12 o [2003/01/19] ports/47220 ports-bugs New port: games/gnmm (GNOME Nine mens' mo o [2003/01/19] i386/47223 [PATCH] pcvt(4), ESC sequences do not cha o [2003/01/19] ports/47234 ports-bugs fix and upgrade deskutils/logjam2 o [2003/01/19] bin/47235 top reports inaccurate cpu usage s [2003/01/19] bin/47237 des HTTP_PROXY with libfetch stalls at 99% o [2003/01/19] ports/47238 ports-bugs request for new virtual category: scheme o [2003/01/19] ports/47240 ports-bugs [patch] avifile WITH_AC3PASSTHROUGH=yes b o [2003/01/20] ports/47250 ports-bugs Update of audio/cd2mp3 from ver 0.81 to 0 o [2003/01/20] ports/47257 ports-bugs [update port] irc/ezbounce o [2003/01/20] ports/47265 ports-bugs new port: Hebrew spellchecker and morphol o [2003/01/20] ports/47268 ports-bugs Update openbox port to 2.2.3 o [2003/01/20] kern/47271 Missing PCI ID for Radeon Mobility graphi o [2003/01/20] kern/47274 umodem update to support motorola v66 pho o [2003/01/20] ports/47275 ports-bugs devel/sdcc v2.3.0 fails to configure/buil o [2003/01/21] ports/47296 ports-bugs [New Port] irc/eggdrop f [2003/01/21] ports/47305 ports-bugs New port: konqueror-embedded f [2003/01/21] ports/47310 ports-bugs Old e-mail o [2003/01/21] kern/47311 [PATCH] Kernel support for NVIDIA nForce2 o [2003/01/21] ports/47312 ports-bugs Updated Port: security/ftimes - upgrade t o [2003/01/21] misc/47314 Install requires a swap partition. o [2003/01/21] ports/47328 trevor Update port: x11-wm/evilwm to 0.99.14 (fi f [2003/01/21] ports/47334 nakai Update port: x11-wm/icewm to 1.2.6 (fix p o [2003/01/21] www/47335 www bad acpiconf man page link in handbook 6. o [2003/01/21] ports/47337 ports-bugs Fix unfetchable distfiles net/openldap20 o [2003/01/21] ports/47338 ports-bugs Fix unfetchable distfiles net/openldap12 o [2003/01/21] misc/47342 /usr/share/dict/* lacks some amni.* words o [2003/01/21] bin/47343 mispelling from apm(8) executable (diff i o [2003/01/21] ports/47346 ports-bugs fbrun from ports/x11-wm/fluxbox has seg f o [2003/01/21] ports/47348 ports-bugs New port for TeamSpeak o [2003/01/21] kern/47349 Fake a sound ioctl (plus linux hook) o [2003/01/21] bin/47350 rc.network supports only one ppp profile o [2003/01/22] kern/47359 panic after kldunload snp o [2003/01/22] ports/47362 ports-bugs gnomesword does not build o [2003/01/22] i386/47376 [PATCH], pcvt(4), COLOR_KERNEL_FG, 2nd ch o [2003/01/22] ports/47377 portmgr Ports always depend on Perl5.6.1 even whe o [2003/01/22] ports/47379 ports-bugs patch for elm port o [2003/01/22] ports/47380 ports-bugs xcircuit port has old version o [2003/01/22] ports/47381 ports-bugs ownership wrong if build as one user, ins o [2003/01/22] bin/47387 [PATCH] gprof -K still requires "a.out" a f [2003/01/23] ports/47392 ports-bugs corrected new port: misc/wmdrawer o [2003/01/23] ports/47403 ports-bugs kavmilter port patch to new version o [2003/01/23] ports/47406 ports-bugs [Patch] Remove {PERL} from ports@'s ports o [2003/01/23] ports/47407 arved Unbreak/Update Port: multimedia/xmms-avi o [2003/01/23] ports/47420 ports-bugs cad/xcircuit: ownership is of user who bu o [2003/01/23] ports/47424 ports-bugs Tool for tracking what files are touched o [2003/01/24] conf/47430 mtm wrong order of arguments of ldconfig in / f [2003/01/24] ports/47438 ports-bugs Update port: comms/bforce-kst o [2003/01/24] ports/47442 dwcjr ports/net/samba-devel update to 3.0a21 o [2003/01/24] ports/47446 ports-bugs nslookup crash in SetDefaultServer (patch o [2003/01/24] java/47448 java linux-blackdown-jdk-1.4.1: syscall mmap2 o [2003/01/25] ports/47470 ports-bugs update devel/tkcvs to 7.1.2 o [2003/01/25] ports/47472 ports-bugs new port: games/xcheckers (checkers game) o [2003/01/25] ports/47473 ports-bugs Exitstatus passing in vgetty for external o [2003/01/25] ports/47481 nakai Update port: graphics/gqview to 1.2.1 (fi o [2003/01/25] ports/47494 ports-bugs Update port: x11/gbackground to 1.0.0 o [2003/01/25] ports/47503 ports-bugs New port: ftp/prozilla - A fast download o [2003/01/26] ports/47515 ports-bugs new port: Hebrew Type1 fonts o [2003/01/26] ports/47516 anders unbreak comms/gnokii for -current o [2003/01/26] ports/47520 ports-bugs New port: net/roadrunner - a BEEP library o [2003/01/27] ports/47536 ports-bugs New port: sysutils/plconfig (Configure Ho o [2003/01/27] bin/47540 Make natd configurable in running state w o [2003/01/27] ports/47542 ports-bugs [PATCH] Keynote2 support configuration op o [2003/01/27] ports/47545 ports-bugs New port: jpegoptim is an command-line jp o [2003/01/27] ports/47548 ports-bugs mldonkey does not install o [2003/01/27] conf/47556 Norwegian dvorak keymap o [2003/01/27] advocacy/47559advocacy New FreeBSD PR campaign has been started. o [2003/01/27] bin/47560 tar 'z' option gzip'd output has extra ga o [2003/01/27] bin/47566 Suggested patch: vinum status verificatio o [2003/01/27] ports/47571 ports-bugs new port: gnotime tracker o [2003/01/27] ports/47573 ports-bugs [PATCH] linux_base-7.1_2 port does not in o [2003/01/27] docs/47575 doc Clarify requirements for IPFW2 in STABLE o [2003/01/27] misc/47576 [PATCH] factor(6)ing of negative numbers f [2003/01/27] ports/47577 ports-bugs [maintainer-update] ports/misc/less 374 - o [2003/01/28] ports/47590 ports-bugs port update: dclib 0.1.11 -> 0.2.3 o [2003/01/28] ports/47591 ports-bugs port update: dcgui 0.1.11 -> 0.2.3 a [2003/01/28] ports/47593 nork Update port: www/elinks o [2003/01/28] docs/47594 doc [PATH] passwd(5) incorrectly states allow o [2003/01/28] bin/47596 daily security run complains if timezone o [2003/01/28] misc/47601 ru Additional subdir targets o [2003/01/28] ports/47602 ports-bugs New port : audio/gtkpod A gtk2 gui to man o [2003/01/28] ports/47603 jim mail/wmbiff update to 0.4.13 o [2003/01/28] ports/47609 edwin Update audio/p5-CDDB_get 1.66 -> 2.11 o [2003/01/28] ports/47614 dburr databases/p5-ApacheDBILogConfig 0.01 -> 0 o [2003/01/28] ports/47621 edwin databases/p5-XHTML_Table 1.14 -> 1.18 o [2003/01/28] ports/47622 ports-bugs New Port: misc/gkrellshoot2 o [2003/01/29] ports/47640 wjv ports/p5-bioperl-devel is obsolete o [2003/01/29] ports/47649 ports-bugs New port: audio/eTktab - guitar tabulatur o [2003/01/29] ports/47650 ports-bugs unPERLify ports/archivers o [2003/01/29] ports/47651 ports-bugs unPERLify ports/audio o [2003/01/29] ports/47652 ports-bugs unPERLify ports/astro o [2003/01/29] ports/47653 ports-bugs unPERLify ports/cad o [2003/01/29] ports/47654 ports-bugs unPERLify ports/biology o [2003/01/29] ports/47656 ports-bugs unPERLify ports/comms o [2003/01/29] ports/47658 jedgar Update: databases/p5-Mysql 2.216 -> 2.219 o [2003/01/29] kern/47664 change in ip_output.c in 4.7-STABLE seems o [2003/01/30] i386/47669 absence of ufm* entry in MAKEDEV script o [2003/01/30] kern/47675 usb/umass problems o [2003/01/30] ports/47686 ports-bugs New Port: kwin-flatcurve o [2003/01/30] docs/47690 doc builtin(1) manpage is wrong about externa o [2003/01/30] docs/47705 doc wc(1) manpage has poor explanations. o [2003/01/31] ports/47717 ports-bugs New port: graphics/hpoj, HP OfficeJet dri o [2003/01/31] ports/47721 ports-bugs new port mail/silkymail, a slick looking o [2003/01/31] kern/47731 reboot goes panic each time o [2003/02/01] ports/47789 ports-bugs ports-current ja-kterm distinfo MD5 misma o [2003/02/01] kern/47791 imp Idea for what to do on insert o [2003/02/01] docs/47792 mheinen www/news/news.xml translated to .de f [2003/02/01] kern/47793 njl M-Systems USB Disk-on-key quirk for scsi_ o [2003/02/01] ports/47795 ports-bugs New port: french/facturier, an invoicing o [2003/02/02] bin/47815 stty -all should work. f [2003/02/02] docs/47818 doc ln(1) manpage is confusing o [2003/02/02] docs/47824 doc auto-create plist chapter should mention o [2003/02/02] ports/47830 ports-bugs new port comms/qtpcr o [2003/02/02] ports/47834 dirk mysql-server-3.23.55 upgrade should be mo o [2003/02/03] sparc64/47845sparc 4 second daily clock drift o [2003/02/03] ports/47851 mharo Upgrade for Analog to 5.31 o [2003/02/03] ports/47856 ports-bugs new port: sysutils/gkrellmgas2 o [2003/02/03] ports/47858 ports-bugs Upgrade for ReportMagic o [2003/02/03] ports/47861 markp Maintainer update: x11-toolkits/flvw (bui o [2003/02/03] ports/47862 ports-bugs Maintainer update: databases/mysql-gui (b o [2003/02/03] ports/47866 ports-bugs postgresql-jdbc build fails o [2003/02/04] ports/47904 ports-bugs drweb - cron example don't work o [2003/02/04] misc/47906 options screen not return previous screen o [2003/02/04] misc/47908 /stand/sysinstall can't display document o [2003/02/04] ports/47913 ume idled.8 man page conflict in ports mail/c o [2003/02/04] ports/47917 ports-bugs New port: audio/gkrellmss2 o [2003/02/04] ports/47918 scrappy Upgrade p5-IO-Socket-SSL from 0.80 to 0.9 o [2003/02/04] kern/47935 panic on disk full o [2003/02/04] ports/47936 ports-bugs New Port: irc/pork o [2003/02/05] ports/47948 ports-bugs [maintainer update] japanese/samba can be o [2003/02/05] ports/47956 sobomax [PATCH] comms/mserver a [2003/02/05] ports/47957 seanc ruby-snmp is broken f [2003/02/05] ports/47963 ports-bugs [PATCH] databases/clip: update from 0.99. o [2003/02/05] ports/47974 ports-bugs New Port: L2A -- LaTeX to ASCII o [2003/02/05] ports/47981 ports-bugs new port: net/wmnetload (a network load m f [2003/02/05] kern/47982 Minix file-system offered o [2003/02/05] ports/47988 ports-bugs loadpath.UNIX as installed is wrong. o [2003/02/05] ports/47990 ports-bugs Patch so loadpath.UNIX is correct o [2003/02/05] docs/47991 doc Handbook section on upgrading kernel says o [2003/02/05] ports/47992 gnome gtk12 apps don't pick up correct locale r o [2003/02/06] ports/47995 ports-bugs New port: Showing moving blobs o [2003/02/06] ports/47996 sobomax [patch] graphics/svgalib shouldn't called o [2003/02/06] ports/48001 ports-bugs New port: ASpath-tree a IPv6 route stabil o [2003/02/06] ports/48002 ports-bugs [PATCH] ports/bsd.sites.mk: add MASTER_PG o [2003/02/06] i386/48014 moused fails to correctly identify usb mo o [2003/02/06] bin/48015 make ipfw2 work with iplen ranges o [2003/02/06] docs/48018 doc telnetd(8) manpage appears incorrect rega o [2003/02/06] ports/48021 ports-bugs New Port: www/photo_gallery o [2003/02/06] ports/48026 trevor update port: x11-wm/openbox p [2003/02/07] bin/48035 jdp [PATCH] contrib/nvi: correct russian tran p [2003/02/07] bin/48036 jdp [PATCH] contrib/nvi: fix russian translat o [2003/02/07] docs/48038 doc [PATCH] add Tips and Tricks section into o [2003/02/07] ports/48050 obrien lsof primary source moved to other direct o [2003/02/07] ports/48052 obrien Upgrading vim blows away locally-added pl a [2003/02/07] ports/48059 roam Nitpicks for the comms/qpage port o [2003/02/07] ports/48072 nbm update-port: mail/sqwebmail o [2003/02/07] ports/48075 ports-bugs Port update: www/linux-phoenix, 0.3 to 0. o [2003/02/07] kern/48081 Enabling mutex profiling panics the kerne o [2003/02/08] docs/48083 doc [PATCH] missing #include in manpage for i o [2003/02/08] ports/48093 kde kde3 FreeBSD port fails to configure Xine o [2003/02/08] docs/48097 doc Manual for camediaplay(1) falsely describ o [2003/02/08] docs/48101 doc There's no documentation on the fixit dis o [2003/02/08] ports/48102 ports-bugs add-ons for netsaint and nagios o [2003/02/08] docs/48104 doc disktab(1) manpage omits b0 and b1, etc. o [2003/02/08] conf/48105 /etc/disktab has incomplete duplication o o [2003/02/09] misc/48110 change CVSROOT/log_accum.pl to not send m o [2003/02/09] bin/48114 gethostname(3) can leave the wrong errno o [2003/02/09] ports/48115 ports-bugs Update port: math/abs o [2003/02/09] ports/48124 dbaker [PATCH] updates ports/misc/proxyper to ve o [2003/02/09] ports/48127 ports-bugs New port: security/hostsentry, Login anom o [2003/02/10] misc/48133 improvied vi recovery notification o [2003/02/10] ports/48139 trevor [patch] audio/opmixer: endl->std::endl (b o [2003/02/10] ports/48140 andreas Update Port: print/apsfilter (conditional o [2003/02/10] misc/48141 Device ID for Acer Communications & Multi o [2003/02/10] ports/48150 kris Update port: x11/wdm to 1.22 o [2003/02/10] ports/48158 ports-bugs [Maintainer-Update]: games/quake2forge to o [2003/02/10] kern/48165 Problem accessing /dev/ar2 with disklabel o [2003/02/11] kern/48172 ipfw does not log size and flags o [2003/02/11] ports/48188 edwin Update port: graphics/gauche-gl to 0.2.2 o [2003/02/11] conf/48195 /var/db/mounttab error on diskless boot o [2003/02/11] ports/48196 ports-bugs audio/abcde minor nits o [2003/02/12] ports/48209 ports-bugs [PATCH] russian/wmcyrx: fix MASTER_SITES o [2003/02/12] docs/48210 doc make -q only does what the manpage says i o [2003/02/12] ports/48214 ports-bugs Update port: audio/festogi-spanish to 2.0 o [2003/02/12] kern/48216 mike Linux uname returns wrong hostname inside o [2003/02/12] ports/48217 ports-bugs New Port: www/mod_frontpage13 and www/mod o [2003/02/12] ports/48221 mharo portlint: bogus warnings about DISTFILES o [2003/02/12] docs/48223 keramida friendlier output when gnats database is o [2003/02/13] ports/48235 ports-bugs New Port: anomy mail sanitizer - removing o [2003/02/13] ports/48239 anders [UPDATE] security/pam-mysql update to 0.5 o [2003/02/13] ports/48246 ports-bugs unPERLify ports/databases o [2003/02/13] ports/48247 ports-bugs unPERLify ports/deskutils o [2003/02/13] ports/48248 ports-bugs unPERLify ports/editors o [2003/02/13] ports/48249 ports-bugs unPERLify ports/emulators o [2003/02/13] ports/48253 ports-bugs unPERLify ports/devel o [2003/02/13] ports/48257 ports-bugs New Port: portdowngrade: a tool to set a o [2003/02/14] ports/48273 ports-bugs FlightGear can only be run once between b o [2003/02/14] docs/48277 doc send-pr man page does not mention MAIL_AG o [2003/02/14] ports/48281 obrien Patch editors/vim to use fetch instead of o [2003/02/14] i386/48283 sound (pcm/sbc) broken with acpi o [2003/02/14] ports/48289 jim mail/wmbiff update to 0.4.14 o [2003/02/14] ports/48292 ports-bugs new port: print/epsonepl "Printer filter o [2003/02/15] ports/48298 bgingery www/chimera2: URL fix (pkg-descr) o [2003/02/15] ports/48301 brian graphics/vlc: URL fix (pkg-descr) o [2003/02/15] ports/48302 chuckr editors/thoteditor: URL fix (pkg-descr) o [2003/02/15] ports/48305 dbader math/concorde: URL fix (pkg-descr) o [2003/02/15] ports/48306 dsh www/jesred: URL fix (pkg-descr) o [2003/02/15] ports/48307 jedgar deskutils/yank: URL fix (pkg-descr) o [2003/02/15] ports/48308 jedgar math/wmcalc: URL fix (pkg-descr) o [2003/02/15] bin/48309 pppoe connections fail to establish if th o [2003/02/15] ports/48312 tg x11-toolkits/neXtaw: URL fix (pkg-descr) o [2003/02/15] bin/48313 [patch] make yacc(1) use getopt(3) o [2003/02/15] ports/48314 sobomax graphics/pvmpov: URL fix (pkg-descr) o [2003/02/15] ports/48319 markp Update port: devel/tkcvs o [2003/02/16] ports/48329 tg games/pysol: URL fix (pkg-descr) o [2003/02/16] ports/48330 toru games/xmulti: URL fix (pkg-descr) o [2003/02/16] bin/48342 [PATCH] usbd dynamic device list. o [2003/02/16] ports/48350 ports-bugs [gimp-print] build error f [2003/02/16] ports/48352 roam JavaCC port updated for new distfiles. o [2003/02/17] ports/48362 ports-bugs New port: lft-2.0 LFT Alternative tracero f [2003/02/17] ports/48374 ports-bugs Compress manual page in x11-toolkits/SoQt o [2003/02/17] ports/48375 ports-bugs devel/mingw-opengl-headers: URL fix (pkg- o [2003/02/17] ports/48377 portmgr Randomizing MASTER_SITES o [2003/02/17] ports/48382 ports-bugs /usr/ports/net/cflowd compile errors, wil o [2003/02/17] ports/48386 billf textproc/word2x: URL fix (pkg-descr) o [2003/02/17] ports/48387 candy net/xipmsg: URL fix (pkg-descr) o [2003/02/17] ports/48388 ports-bugs ftp/lukemftpd: Maintainer does not exist o [2003/02/17] ports/48391 greid sysutils/installwatch: URL fix (pkg-descr o [2003/02/17] ports/48392 honda japanese/ng-canna: URL fix (pkg-descr) o [2003/02/17] ports/48397 jmz malformed make file in /usr/ports/comms/m o [2003/02/17] i386/48398 Belgian Keyboard Driver o [2003/02/17] bin/48399 Can't put URL in GECOS phone field o [2003/02/17] ports/48404 ports-bugs gnuchess doesn't install the gnuchessx al o [2003/02/17] ports/48405 ports-bugs missing initialization bug in /usr/ports/ o [2003/02/17] docs/48407 doc PPP section needs a cleanup. o [2003/02/17] ports/48410 kris Update ports: security/snortsnarf version o [2003/02/17] ports/48411 ports-bugs New port: databases/p5-SQL-Abstract o [2003/02/18] ports/48418 ports-bugs mail/teapop: 2 problems o [2003/02/18] ports/48422 ports-bugs New POrt: webstats o [2003/02/18] ports/48426 sobomax [PATCH] digger-vgl does not support conso o [2003/02/18] ports/48434 obrien shells/bash2: process substitution broken o [2003/02/18] bin/48443 /usr/sbin/periodic executes too many file o [2003/02/18] misc/48444 change to count connection attempts inste o [2003/02/18] ports/48448 ports-bugs New port: orca text data grapher (uses rr o [2003/02/19] ports/48458 ports-bugs [patch] www/mgstat: tarball rerolled o [2003/02/19] ports/48459 ports-bugs upgrade www/plone to 1.0.1 o [2003/02/19] docs/48466 doc Document undocumented option -l in netsta o [2003/02/19] kern/48468 puc driver for Nm9845 o [2003/02/19] ports/48470 nork [PATCH www/flashpluginwrapper] add helper o [2003/02/19] kern/48471 Private IPC for every jail. [PATCH] o [2003/02/19] ports/48474 glewis Update port: java/jmp to 0.27 o [2003/02/20] ports/48480 ports-bugs [PATCH][NON-MAINTAINER] update shells/scp o [2003/02/20] bin/48489 ru [PATCH] update information arp(4): descri o [2003/02/20] ports/48492 ports-bugs Update port: shells/scponly Chroot FreeBS o [2003/02/20] docs/48493 doc missing range information in arc4random() o [2003/02/20] kern/48494 BP6 ACPI errors - AML incorrect o [2003/02/20] ports/48503 ports-bugs New Port: games/freesci o [2003/02/20] ports/48505 ports-bugs [bento fix]: ftp/ftptool patch o [2003/02/20] ports/48511 ports-bugs math/atlas does not build with multithrea o [2003/02/20] ports/48512 ports-bugs bogofilter 0.10.3.1 fails if started w/ ' o [2003/02/20] i386/48516 add support of Dell PS/2 mouse port o [2003/02/21] bin/48525 [PATCH] pkg_add under 5.0-RELEASE o [2003/02/21] ports/48534 nbm update-port: mail/vqadmin o [2003/02/21] ports/48541 dirk mod_php4 does not uninstall itself correc o [2003/02/21] docs/48545 doc The information in Handbook regarding "Du o [2003/02/21] ports/48552 ports-bugs new port: sysutils/ganglia-webfrontend: G o [2003/02/22] ports/48561 ports-bugs [new ports] : sysutils/memgrep : Utility o [2003/02/22] ports/48562 ports-bugs [new port] : net/p5-DNS-Config Perl modul o [2003/02/22] ports/48563 ports-bugs [new port] : net/p5-DNS-Zone Perl modules o [2003/02/22] ports/48564 ports-bugs [new port] net/zonemaster : a tool for zo o [2003/02/22] conf/48566 [PATCH] /etc/defaults/make.conf stales af o [2003/02/22] conf/48569 make.conf misses comments on some options o [2003/02/22] ports/48572 ports-bugs [fix] devel/p5-Class-Container. Wrong tar o [2003/02/22] ports/48573 billf update-port: irc/muh o [2003/02/22] www/48575 www 0 o [2003/03/19] bin/50118 calendar(1) dumps core if there is ./cale o [2003/03/19] ports/50135 ports-bugs conflicting types for mkdir() and rename( o [2003/03/20] docs/50139 doc [PATCH] Update of amr(4) o [2003/03/20] ports/50140 ports-bugs [patch] fix plist devl/linux_devtools (al o [2003/03/20] ports/50142 ports-bugs misc/compat4x broken o [2003/03/20] kern/50144 New entry for usbdevs o [2003/03/20] ports/50146 ports-bugs mount.app new port submission o [2003/03/20] ports/50147 ports-bugs socketbind - new port submission o [2003/03/20] misc/50154 Add /etc/periodic/security/610.ipf6denied o [2003/03/20] ports/50155 ports-bugs New port: lang/chicken (supersedes ports/ o [2003/03/21] ports/50157 lioux Gnome-2.2 sound recorder abends with long o [2003/03/21] ports/50158 ports-bugs New port: /usr/port/mail/mailscanner www. o [2003/03/21] ports/50159 portmgr bsd.port.mk: avoid chown when run by non- o [2003/03/21] misc/50160 sl_SI.ISO8859-2 collation sequence is wro o [2003/03/21] ports/50161 anholt libXThrStub.so.6 has undefined references o [2003/03/21] ports/50165 portmgr Support for USE_AUTOHEADER o [2003/03/21] ports/50170 ports-bugs New version of bcwipe port o [2003/03/21] ports/50172 ports-bugs New port: 9box "pack" windows inside itse o [2003/03/21] ports/50173 kde kde3 port needs more tunable build knobs o [2003/03/21] ports/50178 ports-bugs [PATCH] gcc-3.2.2 bounds-checking o [2003/03/21] ports/50179 ports-bugs Maintainer update: gpsman 5.4.2 -> 6.0.1 o [2003/03/21] docs/50181 doc localtime_r man page doesn't exist o [2003/03/21] docs/50182 ceri Broken examples for WRKSRC usage in porte o [2003/03/22] ports/50186 ports-bugs New port: x11-toolkits/gtkglextmm - C++ w o [2003/03/22] ports/50188 lioux update of multimedia/mplayer to rc5 o [2003/03/22] ports/50189 ports-bugs maintainer-update devel/p5-ResourcePool t o [2003/03/22] ports/50190 ports-bugs maintainer-update devel/p5-Sub-Uplevel to o [2003/03/22] ports/50191 ports-bugs maintainer-update of irc/ircII o [2003/03/22] ports/50195 ports-bugs [PATCH] Import of OpenBSD fdisk o [2003/03/22] ports/50197 ports-bugs maintainer-update of mail/mutt o [2003/03/22] ports/50198 ports-bugs [non-maintainer] fetch fails for security o [2003/03/22] docs/50200 doc Handbook "Kerberos" chapter doesn't quali o [2003/03/22] kern/50201 3ware RAID 5 resulting in data corruption o [2003/03/22] ports/50203 ports-bugs Update port: astro/xphoon to 2000.06.13 f [2003/03/23] ports/50205 ports-bugs maintainer-update: bluefish-devel o [2003/03/23] ports/50206 ports-bugs Update port: graphics/geomview (master si o [2003/03/23] ports/50207 ports-bugs [NEW PORT]: converters/p5-Unicode-Lite: E o [2003/03/23] ports/50208 ports-bugs port update: databases/dbh o [2003/03/23] docs/50211 doc [PATCH] Fix textfile creation o [2003/03/23] ports/50212 kde Port update: All relaterd port updates fo o [2003/03/23] ports/50214 ports-bugs [MAINTAINER UPDATE] print/lyx to 1.3.1 o [2003/03/23] ports/50215 ports-bugs Update port: net/pancho to 9.1.0 o [2003/03/23] ports/50217 ports-bugs Remove compiler warnings from freenet6 po o [2003/03/23] ports/50218 ports-bugs New port: security/amap - application map o [2003/03/23] ports/50221 ports-bugs maintainer update for math/scilab (to 2.7 o [2003/03/23] ports/50222 ports-bugs port upgrade of databases/py-PySQLite to o [2003/03/23] ports/50223 ports-bugs maintainer-update www/p5-CGI-Session to 3 o [2003/03/23] kern/50226 QUIRK: MITSUMI USB FDD o [2003/03/23] ports/50227 ports-bugs strip(1) is defined in Makefile, but inst o [2003/03/23] kern/50228 FreeBSD 4.7 sysinstall will crash Promise o [2003/03/23] ports/50230 ports-bugs grail don't work with Python 2.x. o [2003/03/23] ports/50231 ports-bugs New port: lang/stklos (supersedes ports/4 o [2003/03/23] ports/50232 ports-bugs new port:graphics/evolvotron o [2003/03/23] ports/50233 ports-bugs multimedia/mpeg4ip is broken on HEAD o [2003/03/24] ports/50234 trevor Update x11-fm/xdiskusage port to 1.45 and o [2003/03/24] ports/50235 ports-bugs maintainer-update of mail/mutt_devel o [2003/03/24] ports/50238 obrien bash2 fails to build on fresh 4.7 install o [2003/03/24] ports/50239 ports-bugs [patch] x11-toolkits/open-motif: colordem o [2003/03/24] ports/50241 ports-bugs Tomcat 4.1.24 stable o [2003/03/24] ports/50242 ports-bugs Orion 2.0 stable o [2003/03/24] ports/50243 ports-bugs Fix port: games/nInvaders (unfetchable di o [2003/03/24] ports/50244 ports-bugs Update port: [Maintainer Update]: devel/c o [2003/03/24] www/50245 www [PATCH] www/releases/4.7R/schedule.html: o [2003/03/24] ports/50246 ports-bugs multimedia/mplayer does not autodetect fa o [2003/03/24] www/50247 www [PATCH] www/en/releases/4.6R/schedule.sgm o [2003/03/24] docs/50248 doc New FreeBSD books o [2003/03/24] kern/50249 MFC src/sys/nfsclient/bootp_subr.c,v 1.38 o [2003/03/24] www/50251 www [PATCH] www/en/releases/5.1R/schedule.sgm o [2003/03/24] ports/50252 ports-bugs math/grace does not compile on HEAD o [2003/03/24] www/50254 www [PATCH] www/en/releases/4.8R/schedule.sgm o [2003/03/24] ports/50255 ports-bugs NEW PORT: xfsamba - A GTK-based SMB navig o [2003/03/24] ports/50256 ports-bugs new port version: sysutils/stmpclean o [2003/03/24] standards/50257standards _POSIX_C_SOURCE is undefined warnings in o [2003/03/24] ports/50258 ports-bugs [patch] refactor /usr/ports/Tools/portbui 2846 problems total. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Mar 24 11:20:15 2003 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC08F37B401 for ; Mon, 24 Mar 2003 11:20:13 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7429143F85 for ; Mon, 24 Mar 2003 11:20:13 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2OJKDNS078190 for ; Mon, 24 Mar 2003 11:20:13 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2OJKCH9078188; Mon, 24 Mar 2003 11:20:12 -0800 (PST) Date: Mon, 24 Mar 2003 11:20:12 -0800 (PST) Message-Id: <200303241920.h2OJKCH9078188@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Maxim Konovalov Subject: Re: kern/50216: kernel panic on 5.0-current when use ipfw2 with dynamic rules Reply-To: Maxim Konovalov X-Spam-Status: No, hits=0.0 required=5.0 tests=none version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/50216; it has been noted by GNATS. From: Maxim Konovalov To: Coleman Kane Cc: bug-followup@FreeBSD.ORG, lazykang@hotmail.com Subject: Re: kern/50216: kernel panic on 5.0-current when use ipfw2 with dynamic rules Date: Mon, 24 Mar 2003 22:10:24 +0300 (MSK) On 11:00-0800, Mar 24, 2003, Coleman Kane wrote: > The following reply was made to PR kern/50216; it has been noted by GNATS. > > From: Coleman Kane > To: freebsd-gnats-submit@FreeBSD.org, lazyking@hotmail.com > Cc: > Subject: Re: kern/50216: kernel panic on 5.0-current when use ipfw2 with dynamic rules > Date: Mon, 24 Mar 2003 13:58:46 -0500 > > More info: > Using the following rule: > allow tcp from any to me port 25 limit src-addr 10 Could you please show the whole ipfw ruleset? Is your box UP or MP? Can you obtain a kernel coredump? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Mar 24 11:30:17 2003 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 36AC537B401 for ; Mon, 24 Mar 2003 11:30:13 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FAE143FDF for ; Mon, 24 Mar 2003 11:30:09 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2OJU8NS080181 for ; Mon, 24 Mar 2003 11:30:08 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2OJU8uG080180; Mon, 24 Mar 2003 11:30:08 -0800 (PST) Date: Mon, 24 Mar 2003 11:30:08 -0800 (PST) Message-Id: <200303241930.h2OJU8uG080180@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Alan Barrett Subject: Re: kern/36610: acd0: MODE_SENSE_BIG command timeout - resetting Reply-To: Alan Barrett X-Spam-Status: No, hits=0.0 required=5.0 tests=none version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/36610; it has been noted by GNATS. From: Alan Barrett To: freebsd-gnats-submit@FreeBSD.org, pblok@inter.NL.net Cc: Subject: Re: kern/36610: acd0: MODE_SENSE_BIG command timeout - resetting Date: Mon, 24 Mar 2003 21:20:43 +0200 This problem still exists in FreeBSD-4.7-RELEASEp7, and was also present in FreeBSD-4.6-RELEASE, but was not present in FreeBSD-4.5-RELEASE. Here's what a FreeBSD-4.5 kernel says: acd0: CDROM at ata1-master using PIO4 Here's what a FreeBSD-4.7-RELEASEp7 kernel says: acd0: MODE_SENSE_BIG command timeout - resetting ata1: resetting devices .. done acd0: MODE_SENSE_BIG command timeout - resetting ata1: resetting devices .. done [repeats several times, eventually followed by a reboot] FreeBSD-4.6.2 behaved excatly like FreeBSD-4.7. I have not tried FreeBSD-current with this hardware. For comparison, here's what a NetBSD-current (NetBSD-1.6Q) kernel says: cd0 at atapibus0 drive 0: cdrom removable cd0: drive supports PIO mode 4, DMS mode 2, Ultrea-DMS mode 4 9Ultra/66) I don't know for sure, but I suspect that some CD-ROM devices do not support the ATAPI MODE_SENSE_BIG command, and that some operating systems manage to treat this failure as non-fatal. --apb (Alan Barrett) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Mar 24 15:50:17 2003 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 53D1537B404 for ; Mon, 24 Mar 2003 15:50:13 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C421E43FB1 for ; Mon, 24 Mar 2003 15:50:11 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2ONoBNS081553 for ; Mon, 24 Mar 2003 15:50:11 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2ONoB5c081552; Mon, 24 Mar 2003 15:50:11 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D105237B401 for ; Mon, 24 Mar 2003 15:41:27 -0800 (PST) Received: from mailman.precisionio.com (dns.precisionio.net [65.192.41.225]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45C5943F75 for ; Mon, 24 Mar 2003 15:41:27 -0800 (PST) (envelope-from archie@precisionio.com) Received: from bubba.precisionio.com (bubba.precisionio.com [172.16.0.223]) by mailman.precisionio.com (8.12.8/8.12.6) with ESMTP id h2OKCRnr032945 for ; Mon, 24 Mar 2003 12:12:27 -0800 (PST) (envelope-from archie@precisionio.com) Received: from bubba.precisionio.com (localhost [127.0.0.1]) by bubba.precisionio.com (8.12.7/8.12.7) with ESMTP id h2OKCQoX075160 for ; Mon, 24 Mar 2003 12:12:26 -0800 (PST) (envelope-from archie@bubba.precisionio.com) Received: (from archie@localhost) by bubba.precisionio.com (8.12.7/8.12.7/Submit) id h2OKCQFX075159; Mon, 24 Mar 2003 12:12:26 -0800 (PST) Message-Id: <200303242012.h2OKCQFX075159@bubba.precisionio.com> Date: Mon, 24 Mar 2003 12:12:26 -0800 (PST) From: Archie Cobbs Reply-To: Archie Cobbs To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: bin/50260: can't get my own policy from sched_getscheduler() X-Spam-Status: No, hits=-0.8 required=5.0 tests=RESENT_TO version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 50260 >Category: bin >Synopsis: can't get my own policy from sched_getscheduler() >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 Mar 24 15:50:11 PST 2003 >Closed-Date: >Last-Modified: >Originator: Archie Cobbs >Release: FreeBSD 4.7-STABLE i386 >Organization: Packet Design >Environment: System: FreeBSD bubba.precisionio.com 4.7-STABLE FreeBSD 4.7-STABLE #0: Tue Feb 18 09:50:02 PST 2003 archie@bubba.packetdesign.com:/usr/obj/usr/src/sys/BUBBA i386 >Description: sched_getscheduler(0) returns EPERM. Why can't a process get it's own scheduling policy?? SUSv2 seems to state explicitly that it should be able to: > If a process specified by pid exists and if the calling process has > permission, the scheduling policy will be returned for the process > whose process ID is equal to pid. > > If pid is zero, the scheduling policy will be returned for the > calling process. Ref: http://www.opengroup.org/onlinepubs/7908799/xsh/sched_getscheduler.html >How-To-Repeat: #include #include #include #include #include int main(int ac, char **av) { int policy; int min_prio; int max_prio; if ((policy = sched_getscheduler(0)) == -1) err(1, "sched_getscheduler"); printf("policy = %d\n", policy); if ((min_prio = sched_get_priority_min(policy)) == -1) err(1, "sched_get_priority_min"); if ((max_prio = sched_get_priority_max(policy)) == -1) err(1, "sched_get_priority_max"); printf("max = %d\n", max_prio); printf("min = %d\n", min_prio); return 0; } >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Mar 24 18:16: 1 2003 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 A44F037B401 for ; Mon, 24 Mar 2003 18:15:57 -0800 (PST) Received: from bsd.masp.srv.br (bsd.masp.srv.br [200.223.149.86]) by mx1.FreeBSD.org (Postfix) with SMTP id 6CB7E43F3F for ; Mon, 24 Mar 2003 18:15:55 -0800 (PST) (envelope-from fabio@isec.com.br) Received: (qmail 33739 invoked from network); 25 Mar 2003 02:17:03 -0000 Received: from unknown (HELO borg) (200.164.0.100) by bsd.masp.srv.br with SMTP; 25 Mar 2003 02:17:03 -0000 Message-ID: <000d01c2f274$50deebf0$0700000a@borg> From: "Fabio Vilan Dias" To: , , Subject: User-PPP MTU/MRU - LCP Problem Date: Mon, 24 Mar 2003 23:14:50 -0300 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Spam-Status: No, hits=1.8 required=5.0 tests=RCVD_IN_RFCI version=2.50 X-Spam-Level: * X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org There is a problem in user-ppp LCP negotation that sometimes the assigned tun0 MTU is incorrectly set. I've sent this msg to brian (the freebsd user-ppp responsible), and then submited a bug report (patch example included) on Feb 17, but I haven't heard anything from him (or anyone else) since them, maybe he's away or something... http://www.freebsd.org/cgi/query-pr.cgi?pr=48378 If someone can handle this, and as 4.8-release has been postponed, can have this fixed on it, it would be great. There seems to be many users with this problem, specially regarding PPPoE and other interfaces with non-standard MTU of 1500. Read the bug report for more information about the problem and a patch example. Thanks -- Fabio Vilan "Any sufficiently advanced technology is indistinguishable from magic." Arthur C. Clarke's Third Law, from Profiles of the Future To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Mar 24 20:20:23 2003 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F124437B405 for ; Mon, 24 Mar 2003 20:20:19 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1E9E43F93 for ; Mon, 24 Mar 2003 20:20:18 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2P4KINS052196 for ; Mon, 24 Mar 2003 20:20:18 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2P4KITD052195; Mon, 24 Mar 2003 20:20:18 -0800 (PST) Date: Mon, 24 Mar 2003 20:20:18 -0800 (PST) Message-Id: <200303250420.h2P4KITD052195@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: KAJIMOTO Masato Subject: Re: bin/44504: tcsh-6.12.00's "source" command ignore commands over 4kb with ja_JP.EUC locale Reply-To: KAJIMOTO Masato X-Spam-Status: No, hits=-3.2 required=5.0 tests=AWL version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/44504; it has been noted by GNATS. From: KAJIMOTO Masato To: roam@ringlet.net Cc: bug-followup@FreeBSD.org, kajimoto@iijmio-mail.jp Subject: Re: bin/44504: tcsh-6.12.00's "source" command ignore commands over 4kb with ja_JP.EUC locale Date: Tue, 25 Mar 2003 13:15:18 +0900 (JST) From: Peter Pentchev Date: Mon, 24 Mar 2003 18:43:52 +0200 > On Tue, Mar 25, 2003 at 01:32:00AM +0900, KAJIMOTO Masato wrote: > > Please someone commit this patch to fix tcsh-6.12.00's bug. > [patch snipped] > > Could you get in touch with Christos Zoulas and see if this patch > can make its way into the mainstream tcsh sources? Then it will > be imported into FreeBSD at the time of the next vendor import. He said that next tcsh release 6.12.02 will be fixed. Thank you for the advise. -- kajimoto To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Mar 24 23:30:18 2003 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D8E3037B425; Mon, 24 Mar 2003 23:29:59 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF54A441C5; Mon, 24 Mar 2003 23:29:04 -0800 (PST) (envelope-from roam@FreeBSD.org) Received: from freefall.freebsd.org (roam@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2P7T4NS099976; Mon, 24 Mar 2003 23:29:04 -0800 (PST) (envelope-from roam@freefall.freebsd.org) Received: (from roam@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2P7T4ZF099972; Mon, 24 Mar 2003 23:29:04 -0800 (PST) Date: Mon, 24 Mar 2003 23:29:04 -0800 (PST) From: Peter Pentchev Message-Id: <200303250729.h2P7T4ZF099972@freefall.freebsd.org> To: kajimoto@iijmio-mail.jp, roam@FreeBSD.org, freebsd-bugs@FreeBSD.org, mp@FreeBSD.org Subject: Re: bin/44504: tcsh-6.12.00's "source" command ignore commands over 4kb with ja_JP.EUC locale X-Spam-Status: No, hits=0.0 required=5.0 tests=none version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: tcsh-6.12.00's "source" command ignore commands over 4kb with ja_JP.EUC locale State-Changed-From-To: open->suspended State-Changed-By: roam State-Changed-When: Mon Mar 24 23:27:38 PST 2003 State-Changed-Why: Suspend this until Christos Zoulas releases tcsh-6.12.02, which should contain this fix. Then, the fix will find its way into FreeBSD via the normal vendor import route. Thanks for the fix! Responsible-Changed-From-To: freebsd-bugs->mp Responsible-Changed-By: roam Responsible-Changed-When: Mon Mar 24 23:27:38 PST 2003 Responsible-Changed-Why: Over to the tcsh de-facto maintainer in the FreeBSD source tree. http://www.freebsd.org/cgi/query-pr.cgi?pr=44504 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Mar 25 1:20:18 2003 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8993C37B401 for ; Tue, 25 Mar 2003 01:20:16 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 36A7D43F93 for ; Tue, 25 Mar 2003 01:20:16 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2P9KFNS029570 for ; Tue, 25 Mar 2003 01:20:15 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2P9KFhf029569; Tue, 25 Mar 2003 01:20:15 -0800 (PST) Date: Tue, 25 Mar 2003 01:20:15 -0800 (PST) Message-Id: <200303250920.h2P9KFhf029569@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Alan Barrett Subject: Re: kern/36610: acd0: MODE_SENSE_BIG command timeout - resetting Reply-To: Alan Barrett X-Spam-Status: No, hits=0.0 required=5.0 tests=none version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/36610; it has been noted by GNATS. From: Alan Barrett To: freebsd-gnats-submit@FreeBSD.org, pblok@inter.NL.net Cc: Subject: Re: kern/36610: acd0: MODE_SENSE_BIG command timeout - resetting Date: Tue, 25 Mar 2003 11:17:41 +0200 On Mon, 24 Mar 2003, Alan Barrett wrote: > For comparison, here's what a NetBSD-current (NetBSD-1.6Q) kernel says: > > cd0 at atapibus0 drive 0: cdrom removable > cd0: drive supports PIO mode 4, DMS mode 2, Ultrea-DMS mode 4 9Ultra/66) Four typos in one line! What I meant was: cd0 at atapibus0 drive 0: cdrom removable cd0: drive supports PIO mode 4, DMA mode 2, Ultra-DMA mode 4 (Ultra/66) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Mar 25 2: 0:31 2003 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C49E637B404 for ; Tue, 25 Mar 2003 02:00:28 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13E1E43FD7 for ; Tue, 25 Mar 2003 02:00:27 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2PA0QNS037640 for ; Tue, 25 Mar 2003 02:00:26 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2PA0QMZ037639; Tue, 25 Mar 2003 02:00:26 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E7E0B37B401 for ; Tue, 25 Mar 2003 01:51:24 -0800 (PST) Received: from obh.snafu.de (obh.snafu.de [213.73.92.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6088E43F85 for ; Tue, 25 Mar 2003 01:51:24 -0800 (PST) (envelope-from ob@gruft.de) Received: from ob by obh.snafu.de with local (Exim 3.36 #1) id 18xl5X-000KPV-00 for FreeBSD-gnats-submit@freebsd.org; Tue, 25 Mar 2003 10:51:23 +0100 Message-Id: Date: Tue, 25 Mar 2003 10:51:23 +0100 From: Oliver Brandmueller Reply-To: Oliver Brandmueller To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: kern/50271: Add USB ID/quirks for Optio 230GS Digital Camera X-Spam-Status: No, hits=-0.5 required=5.0 tests=MSG_ID_ADDED_BY_MTA_3,RESENT_TO version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 50271 >Category: kern >Synopsis: Add USB ID/quirks for Optio 230GS Digital Camera >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Mar 25 02:00:26 PST 2003 >Closed-Date: >Last-Modified: >Originator: Oliver Brandmueller >Release: FreeBSD 4.8-PRERELEASE i386 >Organization: obh private network >Environment: System: FreeBSD gruft.de 4.8-PRERELEASE FreeBSD 4.8-PRERELEASE #27: Sat Feb 22 18:24:39 CET 2003 root@gruft.de:/usr/obj/usr/src/sys/EXPRESS i386 >Description: I've successfully connected a Pentax Optio 230GS camera with the same options/quirks as the Optio 230 camera which is already mentioned in the sources. >How-To-Repeat: connect Optio 230GS camera to USB port >Fix: In /usr/src/sys/dev/usb/usbdevs add: product ASAHIOPTICAL OPTIO230GS 0x0006 Digital camera In /usr/src/sys/dev/usb/umass.c add: if (UGETW(dd->idVendor) == USB_VENDOR_ASAHIOPTICAL && UGETW(dd->idProduct) == USB_PRODUCT_ASAHIOPTICAL_OPTIO230GS) { sc->quirks |= RS_NO_CLEAR_UA; } After rebuilding usbdevs.h and building/installing the new kernel the camera works just fine as a umass device. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Mar 25 4: 7:17 2003 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 60CB737B401; Tue, 25 Mar 2003 04:07:13 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3D1743F75; Tue, 25 Mar 2003 04:07:12 -0800 (PST) (envelope-from tjr@FreeBSD.org) Received: from freefall.freebsd.org (tjr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2PC7CNS077589; Tue, 25 Mar 2003 04:07:12 -0800 (PST) (envelope-from tjr@freefall.freebsd.org) Received: (from tjr@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2PC7C1I077585; Tue, 25 Mar 2003 04:07:12 -0800 (PST) Date: Tue, 25 Mar 2003 04:07:12 -0800 (PST) From: "Tim J. Robbins" Message-Id: <200303251207.h2PC7C1I077585@freefall.freebsd.org> To: tjr@FreeBSD.org, freebsd-bugs@FreeBSD.org, tjr@FreeBSD.org Subject: Re: kern/37171: smbfs non-functional in -STABLE X-Spam-Status: No, hits=0.0 required=5.0 tests=none version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: smbfs non-functional in -STABLE Responsible-Changed-From-To: freebsd-bugs->tjr Responsible-Changed-By: tjr Responsible-Changed-When: Tue Mar 25 04:00:35 PST 2003 Responsible-Changed-Why: This problem is specific to the -O option. I will fix it. http://www.freebsd.org/cgi/query-pr.cgi?pr=37171 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Mar 25 5:10:17 2003 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B778B37B401 for ; Tue, 25 Mar 2003 05:10:12 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D665C43F75 for ; Tue, 25 Mar 2003 05:10:11 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2PDABNS093302 for ; Tue, 25 Mar 2003 05:10:11 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2PDABUX093301; Tue, 25 Mar 2003 05:10:11 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 83FF637B401 for ; Tue, 25 Mar 2003 05:07:22 -0800 (PST) Received: from zagreb.mioc.hr (zagreb.mioc.hr [193.198.200.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE04243F3F for ; Tue, 25 Mar 2003 05:07:21 -0800 (PST) (envelope-from mkuntic@mioc.hr) Received: from mkuntic by zagreb.mioc.hr with local (Exim 4.12) id 18xo9A-00043G-00 for FreeBSD-gnats-submit@freebsd.org; Tue, 25 Mar 2003 14:07:20 +0100 Message-Id: Date: Tue, 25 Mar 2003 14:07:20 +0100 From: Marko Kuntic Reply-To: Marko Kuntic To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: kern/50273: securelevel granularity X-Spam-Status: No, hits=-0.8 required=5.0 tests=RESENT_TO version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 50273 >Category: kern >Synopsis: securelevel granularity >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Mar 25 05:10:11 PST 2003 >Closed-Date: >Last-Modified: >Originator: Marko Kuntic >Release: FreeBSD 5.0-RELEASE-p6 i386 >Organization: XV. gimnazija >Environment: System: FreeBSD 5.0-RELEASE-p6 i386 >Description: Securelevels consist of different security measures lumped together. A more useful approach would be to enable the administrator to set various measures individually; for example, one may wish not to allow modules to be loaded or unloaded, but at the same time allow the immutable flag to be unset from files. The existing mechanism makes such differentiation impossible. >How-To-Repeat: >Fix: Instead of providing securelevels, provide ON/OFF switches for individual security measures, or, at least, provide these switches within the context of existing securelevels. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Mar 25 5:30:20 2003 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C84937B401 for ; Tue, 25 Mar 2003 05:30:18 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2322E43F93 for ; Tue, 25 Mar 2003 05:30:18 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2PDUHNS097578 for ; Tue, 25 Mar 2003 05:30:17 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2PDUHXX097575; Tue, 25 Mar 2003 05:30:17 -0800 (PST) Date: Tue, 25 Mar 2003 05:30:17 -0800 (PST) Message-Id: <200303251330.h2PDUHXX097575@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Jeremy Prior Subject: Re: bin/48784: No way to disable directory listings in ftpd Reply-To: Jeremy Prior X-Spam-Status: No, hits=0.0 required=5.0 tests=none version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/48784; it has been noted by GNATS. From: Jeremy Prior To: Yar Tikhiy Cc: Subject: Re: bin/48784: No way to disable directory listings in ftpd Date: 20 Mar 2003 20:39:03 +0000 On Thu, 2003-03-20 at 17:07, Yar Tikhiy wrote: > Thanks for your bug report, but have you considered removing > "r" bits from a directory's permissions in order to prohibit > listing the directory? I considered it, but discounted it for three reasons: 1. The ftpd shares its directory tree with a webserver. (The idea is that the users can access the same content either by ftp:// or http://); 2. I can't trust people adding content to the site to remember to do this; and 3. One patch fixes both of these problems (I know allowing access to data via http and ftp isn't recommended, but this is an intranet site that is only used by a limited set of users - turning off directory listings is just to prevent people from `nosing-around' :-) > Our stock ftpd(8) is intended to be small and simple, so it > usually has no functionality that can be achieved by a way > common for the Unix environment. I understand that disabling directory listings doesn't increase security by much (if at all), but it solves the problem in our case. We've been running with it for over a year without a problem, so I thought I'd offer it to a wider audience. Thanks for considering it anyway, jez -- Jeremy Prior To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Mar 25 5:32:44 2003 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C96D37B401; Tue, 25 Mar 2003 05:32:43 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DEFC543F93; Tue, 25 Mar 2003 05:32:42 -0800 (PST) (envelope-from maxim@FreeBSD.org) Received: from freefall.freebsd.org (maxim@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2PDWgNS099465; Tue, 25 Mar 2003 05:32:42 -0800 (PST) (envelope-from maxim@freefall.freebsd.org) Received: (from maxim@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2PDWgbq099461; Tue, 25 Mar 2003 05:32:42 -0800 (PST) Date: Tue, 25 Mar 2003 05:32:42 -0800 (PST) From: Maxim Konovalov Message-Id: <200303251332.h2PDWgbq099461@freefall.freebsd.org> To: maxim@FreeBSD.org, freebsd-bugs@FreeBSD.org, maxim@FreeBSD.org Subject: Re: kern/50163: debug screen appear when dial-in user try to login X-Spam-Status: No, hits=0.0 required=5.0 tests=none version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: debug screen appear when dial-in user try to login Responsible-Changed-From-To: freebsd-bugs->maxim Responsible-Changed-By: maxim Responsible-Changed-When: Tue Mar 25 05:30:33 PST 2003 Responsible-Changed-Why: I have a patch for the bug and will commit it soon. http://www.freebsd.org/cgi/query-pr.cgi?pr=50163 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Mar 25 5:40: 1 2003 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0743A37B404; Tue, 25 Mar 2003 05:39:58 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9716643F75; Tue, 25 Mar 2003 05:39:57 -0800 (PST) (envelope-from keramida@FreeBSD.org) Received: from freefall.freebsd.org (keramida@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2PDdvNS010686; Tue, 25 Mar 2003 05:39:57 -0800 (PST) (envelope-from keramida@freefall.freebsd.org) Received: (from keramida@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2PDdvJi010682; Tue, 25 Mar 2003 05:39:57 -0800 (PST) Date: Tue, 25 Mar 2003 05:39:57 -0800 (PST) From: Giorgos Keramidas Message-Id: <200303251339.h2PDdvJi010682@freefall.freebsd.org> To: keramida@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/50266: HA: kern/50163: debug screen appear when dial-in user try to login X-Spam-Status: No, hits=-9.5 required=5.0 tests=AWL version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: HA: kern/50163: debug screen appear when dial-in user try to login Responsible-Changed-From-To: gnats-admin->freebsd-bugs Responsible-Changed-By: keramida Responsible-Changed-When: Tue Mar 25 05:39:40 PST 2003 Responsible-Changed-Why: Misfiled PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=50266 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Mar 25 5:50:12 2003 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ACFC337B404 for ; Tue, 25 Mar 2003 05:50:09 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 331A543FA3 for ; Tue, 25 Mar 2003 05:50:09 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2PDo9NS012918 for ; Tue, 25 Mar 2003 05:50:09 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2PDo8aI012917; Tue, 25 Mar 2003 05:50:08 -0800 (PST) Date: Tue, 25 Mar 2003 05:50:08 -0800 (PST) Message-Id: <200303251350.h2PDo8aI012917@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Giorgos Keramidas Subject: Re: kern/50266: HA: kern/50163: debug screen appear when dial-in user try to login Reply-To: Giorgos Keramidas X-Spam-Status: No, hits=-6.9 required=5.0 tests=AWL,MAILTO_TO_SPAM_ADDR version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/50266; it has been noted by GNATS. From: Giorgos Keramidas To: bug-followup@FreeBSD.org Cc: Subject: Re: kern/50266: HA: kern/50163: debug screen appear when dial-in user try to login Date: Tue, 25 Mar 2003 15:43:01 +0200 Adding to audit trail: : Date: Tue, 25 Mar 2003 11:19:30 +0300 (MSK) : From: Maxim Konovalov : To: "Starkov, Ilya" : Cc: Ilia Starkov , bug-followup@freebsd.org : Message-Id: <20030325111632.K25513@news1.macomnet.ru> : In-Reply-To: <60589E0AE962564BB7EA5CC5F553112B074F14@m42mxs00.cpcpipe.ru> : : Hello, : : Please show ident /usr/src/sys/net/if_ppp.c output. Look, the patch is : really simply, you can apply it by hands. : : The latest revision of if_ppp.c is rev. 1.90 from 4 Mar 2003. Here is : a patch for it. : : Index: sys/net/if_ppp.c : =================================================================== : RCS file: /home/ncvs/src/sys/net/if_ppp.c,v : retrieving revision 1.90 : diff -u -r1.90 if_ppp.c : --- sys/net/if_ppp.c 4 Mar 2003 23:19:51 -0000 1.90 : +++ sys/net/if_ppp.c 25 Mar 2003 08:15:37 -0000 : @@ -1571,7 +1571,7 @@ : rv = IF_HANDOFF(&sc->sc_inq, m, NULL); : else : rv = netisr_queue(isr, m); : - if (rv) { : + if (!rv) { : if (sc->sc_flags & SC_DEBUG) : if_printf(ifp, "input queue full\n"); : ifp->if_iqdrops++; : : %%% To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Mar 25 5:50:14 2003 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F56D37B401 for ; Tue, 25 Mar 2003 05:50:12 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C998943F85 for ; Tue, 25 Mar 2003 05:50:11 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2PDoBNS012944 for ; Tue, 25 Mar 2003 05:50:11 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2PDoB4L012942; Tue, 25 Mar 2003 05:50:11 -0800 (PST) Date: Tue, 25 Mar 2003 05:50:11 -0800 (PST) Message-Id: <200303251350.h2PDoB4L012942@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Giorgos Keramidas Subject: Re: kern/50266: HA: kern/50163: debug screen appear when dial-in user try to login Reply-To: Giorgos Keramidas X-Spam-Status: No, hits=-5.4 required=5.0 tests=AWL,MAILTO_TO_SPAM_ADDR version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/50266; it has been noted by GNATS. From: Giorgos Keramidas To: bug-followup@FreeBSD.org Cc: Subject: Re: kern/50266: HA: kern/50163: debug screen appear when dial-in user try to login Date: Tue, 25 Mar 2003 15:45:40 +0200 Adding to audit trail: : Message-Id: <60589E0AE962564BB7EA5CC5F553112B1AF43A@m42mxs00.cpcpipe.ru> : Date: Tue, 25 Mar 2003 16:25:42 +0300 : From: "Starkov, Ilya" : To: "Maxim Konovalov" : Cc: "Ilia Starkov" , : : Maxim, : : I apply patch by hand and result is OK. : PPPD works fine. : : Thank you! : Ilia. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Mar 25 6: 0:33 2003 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C261C37B401 for ; Tue, 25 Mar 2003 06:00:27 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0E3B43FB1 for ; Tue, 25 Mar 2003 06:00:26 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2PE0QNS015002 for ; Tue, 25 Mar 2003 06:00:26 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2PE0QsE015001; Tue, 25 Mar 2003 06:00:26 -0800 (PST) Date: Tue, 25 Mar 2003 06:00:26 -0800 (PST) Message-Id: <200303251400.h2PE0QsE015001@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Yar Tikhiy Subject: Re: bin/48784: No way to disable directory listings in ftpd Reply-To: Yar Tikhiy X-Spam-Status: No, hits=-16.0 required=5.0 tests=AWL version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/48784; it has been noted by GNATS. From: Yar Tikhiy To: Jeremy Prior Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: bin/48784: No way to disable directory listings in ftpd Date: Tue, 25 Mar 2003 16:53:40 +0300 Hi Jeremy, First of all, I beg you to keep ``freebsd-gnats-submit@FreeBSD.org'' in Cc: when replying to a mail on a problem report. That is how PR-related mailing is tracked and archived for reference. I've resent your mail to the tracking system's address. On Thu, Mar 20, 2003 at 08:39:03PM +0000, Jeremy Prior wrote: > On Thu, 2003-03-20 at 17:07, Yar Tikhiy wrote: > > Thanks for your bug report, but have you considered removing > > "r" bits from a directory's permissions in order to prohibit > > listing the directory? > > I considered it, but discounted it for three reasons: > > 1. The ftpd shares its directory tree with a webserver. (The idea > is that the users can access the same content either by ftp:// > or http://); > 2. I can't trust people adding content to the site to remember to > do this; and > 3. One patch fixes both of these problems > > (I know allowing access to data via http and ftp isn't recommended, but > this is an intranet site that is only used by a limited set of users - > turning off directory listings is just to prevent people from > `nosing-around' :-) > > > Our stock ftpd(8) is intended to be small and simple, so it > > usually has no functionality that can be achieved by a way > > common for the Unix environment. > > I understand that disabling directory listings doesn't increase security > by much (if at all), but it solves the problem in our case. We've been > running with it for over a year without a problem, so I thought I'd > offer it to a wider audience. Would you mind converting this option from build-time to run-time? It would become handier then. -- Yar To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Mar 25 7:20:22 2003 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B0EF437B401 for ; Tue, 25 Mar 2003 07:20:19 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5738643F93 for ; Tue, 25 Mar 2003 07:20:19 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2PFKENS038864 for ; Tue, 25 Mar 2003 07:20:14 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2PFKE89038863; Tue, 25 Mar 2003 07:20:14 -0800 (PST) Date: Tue, 25 Mar 2003 07:20:14 -0800 (PST) Message-Id: <200303251520.h2PFKE89038863@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Peter Pentchev Subject: Re: bin/48784: No way to disable directory listings in ftpd Reply-To: Peter Pentchev X-Spam-Status: No, hits=0.0 required=5.0 tests=none version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/48784; it has been noted by GNATS. From: Peter Pentchev To: Jeremy Prior Cc: bug-followup@FreeBSD.org Subject: Re: bin/48784: No way to disable directory listings in ftpd Date: Tue, 25 Mar 2003 17:12:48 +0200 On Tue, Mar 25, 2003 at 05:30:17AM -0800, Jeremy Prior wrote: > On Thu, 2003-03-20 at 17:07, Yar Tikhiy wrote: > > Thanks for your bug report, but have you considered removing > > "r" bits from a directory's permissions in order to prohibit > > listing the directory? > > I considered it, but discounted it for three reasons: > > 1. The ftpd shares its directory tree with a webserver. (The idea > is that the users can access the same content either by ftp:// > or http://); How will turning off the 'r' bit harm HTTP functionality, except for disallowing directory listings? Or do you *want* to allow directory listings via HTTP, but not FTP? :) > 2. I can't trust people adding content to the site to remember to > do this; and A matter of policy, I think.. or it could be automated. > 3. One patch fixes both of these problems I tend to agree with Yar here that while this patch may seem useful, it is not, strictly speaking, needed - its functionality can indeed be achieved by other means (turning off read permission). G'luck, Peter -- Peter Pentchev roam@ringlet.net roam@sbnd.net roam@FreeBSD.org PGP key: http://people.FreeBSD.org/~roam/roam.key.asc Key fingerprint FDBA FD79 C26F 3C51 C95E DF9E ED18 B68D 1619 4553 The rest of this sentence is written in Thailand, on To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Mar 25 7:40:54 2003 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A5FFD37B401; Tue, 25 Mar 2003 07:40:52 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9446043F93; Tue, 25 Mar 2003 07:40:51 -0800 (PST) (envelope-from keramida@FreeBSD.org) Received: from freefall.freebsd.org (keramida@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2PFepNS044450; Tue, 25 Mar 2003 07:40:51 -0800 (PST) (envelope-from keramida@freefall.freebsd.org) Received: (from keramida@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2PFepUI044423; Tue, 25 Mar 2003 07:40:51 -0800 (PST) Date: Tue, 25 Mar 2003 07:40:51 -0800 (PST) From: Giorgos Keramidas Message-Id: <200303251540.h2PFepUI044423@freefall.freebsd.org> To: marc@informatik.uni-bremen.de, keramida@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/45574: No console (term) if smbus is enable in the kernel X-Spam-Status: No, hits=-3.0 required=5.0 tests=AWL version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: No console (term) if smbus is enable in the kernel State-Changed-From-To: feedback->closed State-Changed-By: keramida State-Changed-When: Tue Mar 25 07:39:46 PST 2003 State-Changed-Why: Feedback timeout. -CURRENT has changed a lot since Nov 2002, and the gnats database isn't really a good place for -CURRENT problems. http://www.freebsd.org/cgi/query-pr.cgi?pr=45574 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Mar 25 7:44:28 2003 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B09D37B401; Tue, 25 Mar 2003 07:44:27 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF35B43FAF; Tue, 25 Mar 2003 07:44:26 -0800 (PST) (envelope-from keramida@FreeBSD.org) Received: from freefall.freebsd.org (keramida@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2PFiQNS044844; Tue, 25 Mar 2003 07:44:26 -0800 (PST) (envelope-from keramida@freefall.freebsd.org) Received: (from keramida@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2PFiNP7044840; Tue, 25 Mar 2003 07:44:23 -0800 (PST) Date: Tue, 25 Mar 2003 07:44:23 -0800 (PST) From: Giorgos Keramidas Message-Id: <200303251544.h2PFiNP7044840@freefall.freebsd.org> To: morgothdbma@o2.pl, keramida@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/44921: NFS umount when server busy X-Spam-Status: No, hits=-2.9 required=5.0 tests=AWL version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: NFS umount when server busy State-Changed-From-To: feedback->closed State-Changed-By: keramida State-Changed-When: Tue Mar 25 07:44:05 PST 2003 State-Changed-Why: Fedback timeout after 4 months. http://www.freebsd.org/cgi/query-pr.cgi?pr=44921 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Mar 25 7:51:49 2003 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A045537B401; Tue, 25 Mar 2003 07:51:47 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CFCD43FA3; Tue, 25 Mar 2003 07:51:47 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Received: from freefall.freebsd.org (rwatson@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2PFplNS046879; Tue, 25 Mar 2003 07:51:47 -0800 (PST) (envelope-from rwatson@freefall.freebsd.org) Received: (from rwatson@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2PFpln9046875; Tue, 25 Mar 2003 07:51:47 -0800 (PST) Date: Tue, 25 Mar 2003 07:51:47 -0800 (PST) From: Robert Watson Message-Id: <200303251551.h2PFpln9046875@freefall.freebsd.org> To: archie@precisionio.com, rwatson@FreeBSD.org, freebsd-bugs@FreeBSD.org, rwatson@FreeBSD.org Subject: Re: bin/50260: can't get my own policy from sched_getscheduler() X-Spam-Status: No, hits=-0.3 required=5.0 tests=AWL version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: can't get my own policy from sched_getscheduler() State-Changed-From-To: open->closed State-Changed-By: rwatson State-Changed-When: Tue Mar 25 07:47:49 PST 2003 State-Changed-Why: In FreeBSD 5.0, the POSIX4 (1003.1b) scheduler interfaces are fully accessible to user applications by virtue of re-working the inter-process access control as part of the TrustedBSD work. I just committed changes to FreeBSD 4.8 and -STABLE to permit the use of sched_getparam() and sched_getscheduler() for non-root processes, as well as fixed serious bugs that caused the return value to be returned in the wrong process. This appears to be sufficient to get applications such as the JDK up and running, although it doesn't completely open up the enhanced scheduler interface as backporting the complete inter-process access control rewrite is probably not worth the time investment at this point. If this doesn't resolve the problems you're experiencing, please let me know. Responsible-Changed-From-To: freebsd-bugs->rwatson Responsible-Changed-By: rwatson Responsible-Changed-When: Tue Mar 25 07:47:49 PST 2003 Responsible-Changed-Why: I've committed a fix; will take responsibility for any follow-ups. http://www.freebsd.org/cgi/query-pr.cgi?pr=50260 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Mar 25 7:57:12 2003 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8366037B401; Tue, 25 Mar 2003 07:57:09 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1513343F93; Tue, 25 Mar 2003 07:57:09 -0800 (PST) (envelope-from keramida@FreeBSD.org) Received: from freefall.freebsd.org (keramida@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2PFv8NS047342; Tue, 25 Mar 2003 07:57:08 -0800 (PST) (envelope-from keramida@freefall.freebsd.org) Received: (from keramida@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2PFv81e047338; Tue, 25 Mar 2003 07:57:08 -0800 (PST) Date: Tue, 25 Mar 2003 07:57:08 -0800 (PST) From: Giorgos Keramidas Message-Id: <200303251557.h2PFv81e047338@freefall.freebsd.org> To: abc@anchorageinternet.org, keramida@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/43413: sh parameter expansion bug X-Spam-Status: No, hits=-2.8 required=5.0 tests=AWL version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: sh parameter expansion bug State-Changed-From-To: feedback->closed State-Changed-By: keramida State-Changed-When: Tue Mar 25 07:56:52 PST 2003 State-Changed-Why: Feedback timeout after 5 months. http://www.freebsd.org/cgi/query-pr.cgi?pr=43413 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Mar 25 7:58:36 2003 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 188D737B401; Tue, 25 Mar 2003 07:58:33 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACFA943F75; Tue, 25 Mar 2003 07:58:32 -0800 (PST) (envelope-from keramida@FreeBSD.org) Received: from freefall.freebsd.org (keramida@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2PFwWNS047401; Tue, 25 Mar 2003 07:58:32 -0800 (PST) (envelope-from keramida@freefall.freebsd.org) Received: (from keramida@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2PFwUBk047397; Tue, 25 Mar 2003 07:58:30 -0800 (PST) Date: Tue, 25 Mar 2003 07:58:30 -0800 (PST) From: Giorgos Keramidas Message-Id: <200303251558.h2PFwUBk047397@freefall.freebsd.org> To: adeep83@ukrpost.net, keramida@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/40382: compiling source root CVS X-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: compiling source root CVS State-Changed-From-To: feedback->closed State-Changed-By: keramida State-Changed-When: Tue Mar 25 07:58:13 PST 2003 State-Changed-Why: Freedback timeout after 8 months. http://www.freebsd.org/cgi/query-pr.cgi?pr=40382 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Mar 25 7:59:55 2003 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 14C0D37B404; Tue, 25 Mar 2003 07:59:54 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5477643F93; Tue, 25 Mar 2003 07:59:53 -0800 (PST) (envelope-from keramida@FreeBSD.org) Received: from freefall.freebsd.org (keramida@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2PFxrNS047452; Tue, 25 Mar 2003 07:59:53 -0800 (PST) (envelope-from keramida@freefall.freebsd.org) Received: (from keramida@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2PFxqhW047448; Tue, 25 Mar 2003 07:59:52 -0800 (PST) Date: Tue, 25 Mar 2003 07:59:52 -0800 (PST) From: Giorgos Keramidas Message-Id: <200303251559.h2PFxqhW047448@freefall.freebsd.org> To: quintin@fastadata.com, keramida@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/43271: Screen 3.9.11_1 dies with a error from ld_exec X-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Screen 3.9.11_1 dies with a error from ld_exec State-Changed-From-To: feedback->closed State-Changed-By: keramida State-Changed-When: Tue Mar 25 07:59:34 PST 2003 State-Changed-Why: Feedback timeout after 6 months. http://www.freebsd.org/cgi/query-pr.cgi?pr=43271 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Mar 25 8: 0:29 2003 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A3A437B401 for ; Tue, 25 Mar 2003 08:00:27 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7CED43F75 for ; Tue, 25 Mar 2003 08:00:26 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2PG0QNS047491 for ; Tue, 25 Mar 2003 08:00:26 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2PG0Qki047490; Tue, 25 Mar 2003 08:00:26 -0800 (PST) Date: Tue, 25 Mar 2003 08:00:26 -0800 (PST) Message-Id: <200303251600.h2PG0Qki047490@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Giorgos Keramidas Subject: Re: misc/43547: ppp will not connect to att worldnet over dialup Reply-To: Giorgos Keramidas X-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,MAILTO_TO_SPAM_ADDR version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR misc/43547; it has been noted by GNATS. From: Giorgos Keramidas To: Paul Mason Cc: bug-followup@FreeBSD.org Subject: Re: misc/43547: ppp will not connect to att worldnet over dialup Date: Tue, 25 Mar 2003 17:56:13 +0200 Hi, can you try quoting your authname and authkey using double quotes? For example: : upnet: : set phone 8962415150 : set authname "giorgos keramidas" : set authkey "key of giorgos" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Mar 25 8: 6:48 2003 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C47137B401; Tue, 25 Mar 2003 08:06:47 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DEAC643F85; Tue, 25 Mar 2003 08:06:46 -0800 (PST) (envelope-from keramida@FreeBSD.org) Received: from freefall.freebsd.org (keramida@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2PG6kNS052625; Tue, 25 Mar 2003 08:06:46 -0800 (PST) (envelope-from keramida@freefall.freebsd.org) Received: (from keramida@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2PG6jaf052621; Tue, 25 Mar 2003 08:06:45 -0800 (PST) Date: Tue, 25 Mar 2003 08:06:45 -0800 (PST) From: Giorgos Keramidas Message-Id: <200303251606.h2PG6jaf052621@freefall.freebsd.org> To: dan@obluda.cz, keramida@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/40209: __dtoa broken with -O2 or -O3 optimisation X-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: __dtoa broken with -O2 or -O3 optimisation State-Changed-From-To: feedback->open State-Changed-By: keramida State-Changed-When: Tue Mar 25 08:05:10 PST 2003 State-Changed-Why: Dan Lukes has replied that there are still problems, some time ago. Dan, have you worked on this since September? Any new developments? Tests against later -CURRENT sources? http://www.freebsd.org/cgi/query-pr.cgi?pr=40209 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Mar 25 8:19:47 2003 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 09CD637B401; Tue, 25 Mar 2003 08:19:46 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88D7D43F85; Tue, 25 Mar 2003 08:19:45 -0800 (PST) (envelope-from keramida@FreeBSD.org) Received: from freefall.freebsd.org (keramida@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2PGJjNS054910; Tue, 25 Mar 2003 08:19:45 -0800 (PST) (envelope-from keramida@freefall.freebsd.org) Received: (from keramida@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2PGJj9O054906; Tue, 25 Mar 2003 08:19:45 -0800 (PST) Date: Tue, 25 Mar 2003 08:19:45 -0800 (PST) From: Giorgos Keramidas Message-Id: <200303251619.h2PGJj9O054906@freefall.freebsd.org> To: mkuntic@mioc.hr, keramida@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/50273: securelevel granularity X-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: securelevel granularity State-Changed-From-To: open->closed State-Changed-By: keramida State-Changed-When: Tue Mar 25 08:16:40 PST 2003 State-Changed-Why: This is not really a bug, but it's a nice idea. In fact, it's so nice that Robert Watson and his TrustedBSD wraiths^W^H folks have brought us access list and policies in FreeBSD 5.0-CURRENT :) It's no use trying to make securelevels fine-grained now that FreeBSD has ACLs and policies. http://www.freebsd.org/cgi/query-pr.cgi?pr=50273 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Mar 25 10:38:57 2003 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D028E37B404; Tue, 25 Mar 2003 10:38:53 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 345AD43FB1; Tue, 25 Mar 2003 10:38:53 -0800 (PST) (envelope-from johan@FreeBSD.org) Received: from freefall.freebsd.org (johan@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2PIcrNS018562; Tue, 25 Mar 2003 10:38:53 -0800 (PST) (envelope-from johan@freefall.freebsd.org) Received: (from johan@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2PIcr4E018558; Tue, 25 Mar 2003 10:38:53 -0800 (PST) Date: Tue, 25 Mar 2003 10:38:53 -0800 (PST) From: Johan Karlsson Message-Id: <200303251838.h2PIcr4E018558@freefall.freebsd.org> To: johan@FreeBSD.org, freebsd-bugs@FreeBSD.org, njl@FreeBSD.org Subject: Re: kern/50226: QUIRK: MITSUMI USB FDD X-Spam-Status: No, hits=-6.8 required=5.0 tests=AWL,UPPERCASE_25_50 version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: QUIRK: MITSUMI USB FDD Responsible-Changed-From-To: freebsd-bugs->njl Responsible-Changed-By: johan Responsible-Changed-When: Tue Mar 25 10:38:13 PST 2003 Responsible-Changed-Why: Over to quirks maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=50226 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Mar 25 10:43:58 2003 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 71D6E37B401; Tue, 25 Mar 2003 10:43:55 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F83B43F3F; Tue, 25 Mar 2003 10:43:55 -0800 (PST) (envelope-from johan@FreeBSD.org) Received: from freefall.freebsd.org (johan@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2PIhsNS020562; Tue, 25 Mar 2003 10:43:54 -0800 (PST) (envelope-from johan@freefall.freebsd.org) Received: (from johan@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2PIhsSm020558; Tue, 25 Mar 2003 10:43:54 -0800 (PST) Date: Tue, 25 Mar 2003 10:43:54 -0800 (PST) From: Johan Karlsson Message-Id: <200303251843.h2PIhsSm020558@freefall.freebsd.org> To: johan@FreeBSD.org, freebsd-bugs@FreeBSD.org, njl@FreeBSD.org Subject: Re: kern/50271: Add USB ID/quirks for Optio 230GS Digital Camera X-Spam-Status: No, hits=-6.2 required=5.0 tests=AWL version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Add USB ID/quirks for Optio 230GS Digital Camera Responsible-Changed-From-To: freebsd-bugs->njl Responsible-Changed-By: johan Responsible-Changed-When: Tue Mar 25 10:43:29 PST 2003 Responsible-Changed-Why: Over to quirks maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=50271 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Mar 25 10:53: 2 2003 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 74FDA37B401; Tue, 25 Mar 2003 10:53:00 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 10CA843F93; Tue, 25 Mar 2003 10:53:00 -0800 (PST) (envelope-from johan@FreeBSD.org) Received: from freefall.freebsd.org (johan@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2PIqxNS022675; Tue, 25 Mar 2003 10:52:59 -0800 (PST) (envelope-from johan@freefall.freebsd.org) Received: (from johan@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2PIqw3T022670; Tue, 25 Mar 2003 10:52:58 -0800 (PST) Date: Tue, 25 Mar 2003 10:52:58 -0800 (PST) From: Johan Karlsson Message-Id: <200303251852.h2PIqw3T022670@freefall.freebsd.org> To: Ilya.Starkov@cpcpipe.ru, johan@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/50266: HA: kern/50163: debug screen appear when dial-in user try to login X-Spam-Status: No, hits=-5.4 required=5.0 tests=AWL version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: HA: kern/50163: debug screen appear when dial-in user try to login State-Changed-From-To: open->closed State-Changed-By: johan State-Changed-When: Tue Mar 25 10:52:03 PST 2003 State-Changed-Why: This is a followup to PR kern/50163, which now has a reference to this PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=50266 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Mar 25 10:56:32 2003 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A1C937B401; Tue, 25 Mar 2003 10:56:31 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A96C43F85; Tue, 25 Mar 2003 10:56:30 -0800 (PST) (envelope-from johan@FreeBSD.org) Received: from freefall.freebsd.org (johan@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2PIuUNS022765; Tue, 25 Mar 2003 10:56:30 -0800 (PST) (envelope-from johan@freefall.freebsd.org) Received: (from johan@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2PIuUG6022761; Tue, 25 Mar 2003 10:56:30 -0800 (PST) Date: Tue, 25 Mar 2003 10:56:30 -0800 (PST) From: Johan Karlsson Message-Id: <200303251856.h2PIuUG6022761@freefall.freebsd.org> To: johan@FreeBSD.org, freebsd-bugs@FreeBSD.org, ambrisko@FreeBSD.org Subject: Re: kern/50249: MFC src/sys/nfsclient/bootp_subr.c,v 1.38 X-Spam-Status: No, hits=-4.8 required=5.0 tests=AWL version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: MFC src/sys/nfsclient/bootp_subr.c,v 1.38 Responsible-Changed-From-To: freebsd-bugs->ambrisko Responsible-Changed-By: johan Responsible-Changed-When: Tue Mar 25 10:55:51 PST 2003 Responsible-Changed-Why: Over to ambrisko who made the commit to current. http://www.freebsd.org/cgi/query-pr.cgi?pr=50249 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Mar 25 11: 0:37 2003 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9054437B408; Tue, 25 Mar 2003 11:00:35 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E511043FB1; Tue, 25 Mar 2003 11:00:34 -0800 (PST) (envelope-from johan@FreeBSD.org) Received: from freefall.freebsd.org (johan@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2PJ0YNS023030; Tue, 25 Mar 2003 11:00:34 -0800 (PST) (envelope-from johan@freefall.freebsd.org) Received: (from johan@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2PJ0YF1023026; Tue, 25 Mar 2003 11:00:34 -0800 (PST) Date: Tue, 25 Mar 2003 11:00:34 -0800 (PST) From: Johan Karlsson Message-Id: <200303251900.h2PJ0YF1023026@freefall.freebsd.org> To: johan@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/50160: sl_SI.ISO8859-2 collation sequence is wrong X-Spam-Status: No, hits=-4.3 required=5.0 tests=AWL version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: sl_SI.ISO8859-2 collation sequence is wrong Responsible-Changed-From-To: freebsd-bugs-> Responsible-Changed-By: johan Responsible-Changed-When: Tue Mar 25 11:00:01 PST 2003 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=50160 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Mar 25 12:20:31 2003 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5476E37B401 for ; Tue, 25 Mar 2003 12:20:26 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C42D43F3F for ; Tue, 25 Mar 2003 12:20:25 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2PKKLNS054012 for ; Tue, 25 Mar 2003 12:20:25 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2PKKLKo054005; Tue, 25 Mar 2003 12:20:21 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 372C237B401 for ; Tue, 25 Mar 2003 12:17:16 -0800 (PST) Received: from reserve.phaze-III.sec.nl (reserve.phaze-III.sec.nl [194.171.107.86]) by mx1.FreeBSD.org (Postfix) with ESMTP id 33B4543F3F for ; Tue, 25 Mar 2003 12:17:13 -0800 (PST) (envelope-from x+freebsd@surfnet.nl) Received: from triplex.phaze-III.sec.nl (localhost [127.0.0.1]) by triplex.phaze-III.sec.nl (8.12.8/8.12.8) with ESMTP id h2PK3njY008921; Tue, 25 Mar 2003 21:03:50 +0100 (CET) (envelope-from xander@tripleX.phaze-III.sec.nl) Received: (from xander@localhost) by triplex.phaze-III.sec.nl (8.12.8/8.12.8/Submit) id h2PK3TIj008910; Tue, 25 Mar 2003 21:03:29 +0100 (CET) Message-Id: <200303252003.h2PK3TIj008910@triplex.phaze-III.sec.nl> Date: Tue, 25 Mar 2003 21:03:29 +0100 (CET) From: Xander Reply-To: Xander To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: kern/50297: QUIRK: Apacer Handydrive 256M USB Disk X-Spam-Status: No, hits=-0.5 required=5.0 tests=MSG_ID_ADDED_BY_MTA_3,RESENT_TO version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 50297 >Category: kern >Synopsis: QUIRK: Apacer Handydrive 256M USB Disk >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Mar 25 12:20:15 PST 2003 >Closed-Date: >Last-Modified: >Originator: Xander >Release: FreeBSD 4.8-RC i386 >Organization: SURFnet >Environment: System: FreeBSD triplex.phaze-III.sec.nl 5.0-CURRENT FreeBSD 5.0-CURRENT #1: Sat Mar 22 22:27:12 CET 2003 root@triplex.phaze-III.sec.nl:/extra/usr/obj/usr/test/src/sys/X i386 >Description: NOTE: the above environment is my current OS, the Quirk for this particular version of the Apacer Handydrive was needed when this box was running 4-STABLE a few months ago. On 5-CURRENT no quirk seems to be needed, on 4.x I used the included quirk. Note that this USB disk has a different identifying string (as compared with the other Apacer Quirk in pr/43627). I copied that quirk and changed the vendor/product strings. Both quirks were needed december 2002 on 4-stable. Note that the vendor string actually is empty which might be a problem. The output below is from my laptop running -current, I currently don't have access to a box with both USB and 4.8-RC so additional testing on 4.x will be a bit hard. Sorry about that. info from 5-current: # dmesg umass0: vendor 0x0d7d USB Disk, rev 1.10/1.00, addr 2 da0 at umass-sim0 bus 0 target 0 lun 0 da0: < USB DISK 2.08> Removable Direct Access SCSI-0 device da0: 1.000MB/s transfers da0: 248MB (507904 512 byte sectors: 64H 32S/T 248C) (da0:umass-sim0:0:0:0): READ(6)/WRITE(6) not supported, increasing minimum_cmd_size to 10. # usbdevs -v Controller /dev/usb0: addr 1: full speed, self powered, config 1, UHCI root hub(0x0000), Intel(0x0000), rev 1.00 port 1 addr 2: full speed, power 100 mA, config 1, USB Disk(0x0100), vendor 0x0d7d(0x0d7d), rev 1.00 port 2 powered # camcontrol inquiry da0 pass0: < USB DISK 2.08> Removable Direct Access SCSI-0 device pass0: Serial Number pass0: 1.000MB/s transfers >How-To-Repeat: >Fix: Add something like below to scsi_da.c: { /* * Apacer HandyDrive 256M */ {T_DIRECT, SIP_MEDIA_REMOVABLE, "", "USB DISK", "*"}, /*quirks*/ DA_Q_NO_6_BYTE|DA_Q_NO_SYNC_CACHE }, >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Mar 25 13: 0:30 2003 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C92237B401 for ; Tue, 25 Mar 2003 13:00:28 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3338943FA3 for ; Tue, 25 Mar 2003 13:00:27 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2PL0RNS074003 for ; Tue, 25 Mar 2003 13:00:27 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2PL0Rv7074002; Tue, 25 Mar 2003 13:00:27 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 42D9E37B405 for ; Tue, 25 Mar 2003 12:55:54 -0800 (PST) Received: from alpha.valabs.spb.ru (dialup92-148.ip.PeterStar.net [217.195.92.148]) by mx1.FreeBSD.org (Postfix) with SMTP id 62D0A43F93 for ; Tue, 25 Mar 2003 12:55:51 -0800 (PST) (envelope-from valeks@alpha.valabs.spb.ru) Received: (qmail 898 invoked by uid 1001); 25 Mar 2003 20:55:50 -0000 Message-Id: <20030325205550.897.qmail@alpha.valabs.spb.ru> Date: 25 Mar 2003 20:55:50 -0000 From: "Valentin A.Alekseev" Reply-To: "Valentin A.Alekseev" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: kern/50298: unlimited usage of AGP memory make system hung X-Spam-Status: No, hits=-0.8 required=5.0 tests=RESENT_TO version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 50298 >Category: kern >Synopsis: unlimited usage of AGP memory make system hung >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Mar 25 13:00:26 PST 2003 >Closed-Date: >Last-Modified: >Originator: Valentin A. Alekseev >Release: FreeBSD 5.0-RELEASE-p6 i386 >Organization: Valentin A. Alekseev >Environment: System: FreeBSD alpha.valabs.spb.ru 5.0-RELEASE-p6 FreeBSD 5.0-RELEASE-p6 #3: Sun Mar 23 00:55:36 MSK 2003 valeks@alpha.valabs.spb.ru:/usr/src/sys/i386/compile/ALPHA i386 /usr/src/sys/pci/agp.c: $FreeBSD: src/sys/pci/agp.c,v 1.22 2002/11/13 17:40:15 mux Exp $ XFree86 Version 4.3.0 Release Date: 27 February 2003 X Protocol Version 11, Revision 0, Release 6.6 Build Operating System: FreeBSD 5.0-RELEASE-p4 i386 [ELF] >Description: AGP aperture memory allocated in kernel address space with no limits ever set. This is exploitable both by root and non-root users using either AGPIOC_* ioctl's directly or using any gl function with realy big arguments (for the first time this was discovered for glTexImage2D function on XFree86 4.3.0). >How-To-Repeat: Exploit is located at http://www.valabs.spb.ru/files/agpdos.c (1,6K) >Fix: Currently no fix or patch made by me. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Mar 25 14:10:50 2003 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 E574437B401 for ; Tue, 25 Mar 2003 14:10:46 -0800 (PST) Received: from mta3.xnet.ro (mta3.xnet.ro [217.10.192.251]) by mx1.FreeBSD.org (Postfix) with ESMTP id 835AB43FAF for ; Tue, 25 Mar 2003 14:10:45 -0800 (PST) (envelope-from overmind@mail.home.ro) Received: from corina (213.233.70.206.dial.xnet.ro [213.233.70.206] (may be forged)) by mta3.xnet.ro (Switch-2.2.5/Switch-2.2.5) with SMTP id h2PMAhF27046 for ; Wed, 26 Mar 2003 00:10:43 +0200 Message-Id: <1.5.4.32.20030325221527.0068be78@mail.home.ro> X-Sender: overmind@mail.home.ro X-Mailer: Windows Eudora Light Version 1.5.4 (32) Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Wed, 26 Mar 2003 00:15:27 +0200 To: bugs@FreeBSD.org From: ovidiu ene Subject: Samba 2.2.6_pre2 crashes FreeBSD 4.7 kernel on ATA 100 X-RAVMilter-Version: 8.4.3(snapshot 20030212) (mta3.xnet.ro) X-Spam-Status: No, hits=0.0 required=5.0 tests=none version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hello I installed Samba on a FreeBSD system I cannot make the system to work properly. Everything is fine when I transfer small files but when I copy files of 100 MB or larger the kernel crashes. I don't know what to to. My machine is a 1,7 GHz Athlon, all components are brand name (Motherboard is ASUS, I have Kingston DDR memory, the HDD are Western Digital (I have 2, not using RAID, the 2nd is for backup), the NIC is Allied Telesyn (chipset Realteck 8139), the switch is Allied Telesyn. I am using ATA 100 cables. The OS version is FreeBSD 4.7. I've tried all the variants. I've tried the package included on CD distribution (Samba2.2.6_pre2) and the one from FreeBSD site (3.0-1alpha19). I also tried compiling source codes from version 2.2.7 downloaded from www.samba.org. I've tried on every version all the options for samba server strict lock = yes, level2 oplocks = no strict sync=yes sync always = yes locking = no rawwrite=no rawread=no (I've tried the both yes&no, combination of them). When I copy files with rawread=no the kernel do not crashes but is too slow and I saw it crashes when I do other thingks like opening a big winword file. The kernel also crashes when I scan a mapped drive through network using Norton Antivirus from a client. I also tried not only with generic kernel but I've compiled for SMB support: options NETSMB options NETSMBCRYPTO options LIBMCHAIN options LIBICONV options SMBFS and many other options enabling or disabling some parameters, like CPU parameters, memory maping. I am not so good with programming & debugging and a want to make Samba work smothly on FreeBSD. What should I do? Is the Samba suitable for FreeBSD? Is realy working? I've been used Linux with samba for an year and I had no problems. Please do not give me advices like to use again Linux, I want FreeBSD? ------------------------------------- I've downgraded the Server OS to FreeBSD 4.4 & Samba 2.0.10 and everything is fine but the kernel from FreeBSD 4.4 does not detect VIA VT8233A integrated peripheral controller suporting UltraDMA 133/100. In other words when I copy files in FreeBSD (not samba) I only achive a 9 MB/s speed instead of 38 MB/s speed achieved on FreeBSD 4.7. If I can compile (I can't since kernel from version 4.4 does not suport that kind of integrated IDE controller using ata 100). So I want the Stability from 4.4 and speed from 4.7, is any solution? Best Regards Ovidiu Ene Network Administrator, your forever love ...in the flames of death... ------------------------------------------------------- Xnet scaneaza automat toate mesajele impotriva virusilor folosind RAV AntiVirus. Xnet automatically scans all messages for viruses using RAV AntiVirus. Nota: RAV AntiVirus poate sa nu detecteze toti virusii noi sau toate variantele lor. Va rugam sa luati in considerare ca exista un risc de fiecare data cand deschideti fisiere atasate si ca MobiFon nu este responsabila pentru nici un prejudiciu cauzat de virusi. Disclaimer: RAV AntiVirus may not be able to detect all new viruses and variants. Please be aware that there is a risk involved whenever opening e-mail attachments to your computer and that MobiFon is not responsible for any damages caused by viruses. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Mar 25 14:40:16 2003 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 892A637B401 for ; Tue, 25 Mar 2003 14:40:13 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8825643FA3 for ; Tue, 25 Mar 2003 14:40:12 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2PMeCNS000885 for ; Tue, 25 Mar 2003 14:40:12 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2PMeCqa000884; Tue, 25 Mar 2003 14:40:12 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7AF1437B401 for ; Tue, 25 Mar 2003 14:31:15 -0800 (PST) Received: from marius.org (cdm-66-156-207-bcst.cox-internet.com [66.76.156.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC46343FE1 for ; Tue, 25 Mar 2003 14:31:14 -0800 (PST) (envelope-from marius@marius.org) Received: from marius.org (localhost [127.0.0.1]) by marius.org (8.12.8/8.12.6) with ESMTP id h2PMVED5079989 for ; Tue, 25 Mar 2003 16:31:14 -0600 (CST) (envelope-from marius@marius.org) Received: (from marius@localhost) by marius.org (8.12.8/8.12.6/Submit) id h2PMVD8H079988; Tue, 25 Mar 2003 16:31:13 -0600 (CST) Message-Id: <200303252231.h2PMVD8H079988@marius.org> Date: Tue, 25 Mar 2003 16:31:13 -0600 (CST) From: Marius Strom Reply-To: Marius Strom To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: misc/50299: Resolver rejects hostnames with underscores X-Spam-Status: No, hits=-19.6 required=5.0 tests=AWL,PATCH_UNIFIED_DIFF,RESENT_TO autolearn=ham version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 50299 >Category: misc >Synopsis: Resolver rejects hostnames with underscores >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Mar 25 14:40:12 PST 2003 >Closed-Date: >Last-Modified: >Originator: Marius Strom >Release: FreeBSD 4.7-STABLE i386 >Organization: marius dot org >Environment: System: FreeBSD sashimi.marius.org 4.7-STABLE FreeBSD 4.7-STABLE #2: Mon Nov 4 21:52:24 CST 2002 root@sashimi.marius.org:/usr/obj/usr/src/sys/SASHIMI.MARIUS.ORG-AMD i386 >Description: FreeBSD's resolver will reject hostnames/domains that have underscores in them. While RFC952 forbids these, RFC952 does not cover DNS. RFC2181 does, and lists no such restriction. Other OS (Microsoft, Mac OS X, Linux, etc.) do not have this restriction. >How-To-Repeat: ping host_name_with_underscore.domain.tld (subsitute ping for any tool using the FreeBSD resolver) >Fix: Apply this patch: --- lib/libc/net/res_comp.c.orig Tue Mar 25 16:23:06 2003 +++ lib/libc/net/res_comp.c Tue Mar 25 16:24:21 2003 @@ -144,13 +144,14 @@ #define hyphenchar(c) ((c) == 0x2d) #define bslashchar(c) ((c) == 0x5c) #define periodchar(c) ((c) == PERIOD) +#define uscorechar(c) ((c) == 0x5f) #define asterchar(c) ((c) == 0x2a) #define alphachar(c) (((c) >= 0x41 && (c) <= 0x5a) \ || ((c) >= 0x61 && (c) <= 0x7a)) #define digitchar(c) ((c) >= 0x30 && (c) <= 0x39) #define borderchar(c) (alphachar(c) || digitchar(c)) -#define middlechar(c) (borderchar(c) || hyphenchar(c)) +#define middlechar(c) (borderchar(c) || hyphenchar(c) || uscorechar(c)) #define domainchar(c) ((c) > 0x20 && (c) < 0x7f) int >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs@FreeBSD.ORG Tue Mar 25 15:32:26 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1681D37B416 for ; Tue, 25 Mar 2003 15:32:25 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D3E843F85 for ; Tue, 25 Mar 2003 15:20:11 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2PNKBNS021615 for ; Tue, 25 Mar 2003 15:20:11 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2PNKBLi021614; Tue, 25 Mar 2003 15:20:11 -0800 (PST) Resent-Date: Tue, 25 Mar 2003 15:20:11 -0800 (PST) Resent-Message-Id: <200303252320.h2PNKBLi021614@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, Glenn Trewitt Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B5A4137B401 for ; Tue, 25 Mar 2003 15:16:03 -0800 (PST) Received: from jeeves.west.cmu.edu (jeeves.west.cmu.edu [198.123.23.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DA8043F3F for ; Tue, 25 Mar 2003 15:16:00 -0800 (PST) (envelope-from trewitt@west.cmu.edu) Received: from bureau.west.cmu.edu (bureau.west.cmu.edu [10.0.1.12]) by jeeves.west.cmu.edu (8.12.6/8.11.3) with ESMTP id h2PNG0rP043814 for ; Tue, 25 Mar 2003 15:16:00 -0800 (PST) (envelope-from trewitt@west.cmu.edu) Received: from bureau.west.cmu.edu (localhost [127.0.0.1]) by bureau.west.cmu.edu (8.12.3/8.12.3) with ESMTP id h2PNG0oh073035 for ; Tue, 25 Mar 2003 15:16:00 -0800 (PST) (envelope-from trewitt@bureau.west.cmu.edu) Received: (from trewitt@localhost) by bureau.west.cmu.edu (8.12.3/8.12.3/Submit) id h2PNG021073034; Tue, 25 Mar 2003 15:16:00 -0800 (PST) (envelope-from trewitt) Message-Id: <200303252316.h2PNG021073034@bureau.west.cmu.edu> Date: Tue, 25 Mar 2003 15:16:00 -0800 (PST) From: Glenn Trewitt To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 X-Spam-Status: No, hits=-6.5 required=5.0 tests=MSG_ID_ADDED_BY_MTA_3,PATCH_UNIFIED_DIFF,RESENT_TO autolearn=ham version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Subject: bin/50300: Make the loader's use of terminal-control sequences optional. X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Mar 2003 23:32:37 -0000 X-List-Received-Date: Tue, 25 Mar 2003 23:32:37 -0000 >Number: 50300 >Category: bin >Synopsis: Make the loader's use of terminal-control sequences optional. >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Mar 25 15:20:10 PST 2003 >Closed-Date: >Last-Modified: >Originator: Glenn Trewitt >Release: FreeBSD 4.7-RELEASE i386 >Organization: Carnegie Mellon University >Environment: System: FreeBSD bureau.west.cmu.edu 4.6.2-RELEASE FreeBSD 4.6.2-RELEASE #0: Wed Aug 14 21:23:26 GMT 2002 murray@builder.freebsdmall.com:/usr/src/sys/compile/GENERIC i386 >Description: The loader(8) program sends cursor control commands to the console at boot time. Systems that use serial consoles don't necessarily provide support for those (fixed) control sequences. This can create really annoying problems, possibly locking up some terminals. The loader sources provide a compile-time #ifdef option (TERM_EMU) that enables this functionality, which is always enabled in the Makefile. >How-To-Repeat: n/a >Fix: Make the TERM_EMU option selectable in the Makefile. This is a diff on /usr/src/sys/boot/i386/libi386/Makefile. The same patch applies to /usr/src/sys/boot/pc98/libpc98/Makefile, but I have no way to test that. diff -u Makefile.orig Makefile --- Makefile.orig Tue Mar 25 14:58:31 2003 +++ Makefile Tue Mar 25 14:58:58 2003 @@ -29,7 +29,9 @@ .endif # Include simple terminal emulation (cons25-compatible) +.ifdef(NO_BOOT_TERM_EMU) CFLAGS+= -DTERM_EMU +.endif # Make "machine" required for all objects # (based on the more complete case in sys/i386/boot/Makefile.inc) >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Tue Mar 25 22:10:14 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A130737B404 for ; Tue, 25 Mar 2003 22:10:14 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCE0043FCB for ; Tue, 25 Mar 2003 22:10:12 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2Q6ACNS034873 for ; Tue, 25 Mar 2003 22:10:12 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2Q6ACcV034872; Tue, 25 Mar 2003 22:10:12 -0800 (PST) Resent-Date: Tue, 25 Mar 2003 22:10:12 -0800 (PST) Resent-Message-Id: <200303260610.h2Q6ACcV034872@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, Ignacio Solis Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D0DB37B401 for ; Tue, 25 Mar 2003 22:03:38 -0800 (PST) Received: from miramar.cse.ucsc.edu (miramar.cse.ucsc.edu [128.114.63.92]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F6BE43F85 for ; Tue, 25 Mar 2003 22:03:37 -0800 (PST) (envelope-from isolis@miramar.cse.ucsc.edu) Received: from miramar.cse.ucsc.edu (localhost.cse.ucsc.edu [127.0.0.1]) by miramar.cse.ucsc.edu (8.12.8/8.12.5) with ESMTP id h2Q6DdGk049972; Tue, 25 Mar 2003 22:13:39 -0800 (PST) (envelope-from isolis@miramar.cse.ucsc.edu) Received: (from isolis@localhost) by miramar.cse.ucsc.edu (8.12.8/8.12.6/Submit) id h2Q6Dcg7049971; Tue, 25 Mar 2003 22:13:38 -0800 (PST) Message-Id: <200303260613.h2Q6Dcg7049971@miramar.cse.ucsc.edu> Date: Tue, 25 Mar 2003 22:13:38 -0800 (PST) From: Ignacio Solis To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 X-Spam-Status: No, hits=-6.5 required=5.0 tests=MSG_ID_ADDED_BY_MTA_3,PATCH_UNIFIED_DIFF,RESENT_TO autolearn=ham version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) cc: Ignacio Solis Subject: bin/50310: natd / libalias fix to allow dcc resume in irc X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Ignacio Solis List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Mar 2003 06:10:15 -0000 X-List-Received-Date: Wed, 26 Mar 2003 06:10:15 -0000 >Number: 50310 >Category: bin >Synopsis: natd / libalias fix to allow dcc resume in irc >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 Mar 25 22:10:12 PST 2003 >Closed-Date: >Last-Modified: >Originator: Ignacio Solis >Release: FreeBSD 5.0-RELEASE i386 >Organization: UC Santa Cruz, California, US >Environment: System: FreeBSD imperial.casa.igso.net 5.0-RELEASE FreeBSD 5.0-RELEASE #5: Tue Jan 28 23:31:36 PST 2003 isolis@imperial.casa.igso.net:/usr/obj/usr/src/sys/IMPERIAL i386 Machine running natd as router/firewall, clients trying to do DCC RESUME while downloading files from irc >Description: The current implementation of libalias has a simple way of doing NAT for irc connections. It assumes that DCC messages all have the same format, namely "DCC command file ip port .... etc". The RESUME command has a different structure, and hence the simple assumptions of libalias make RESUME fail, sending out erroneously translated messages. The format of RESUME is: "DCC RESUME port size", where port is the port of the sender of the file (where we connect), hence no translation is necesary. The problem can be clearly seen with 2 tcpdumps (with packet contents) at the sides of the nat box. >How-To-Repeat: Enable natd on the firewall/router. Have a client connect to IRC. Download a piece of a file. Now try to download the rest of the file with a RESUME. >Fix: This is a simple fix that just passes the packet through if it sees it's a RESUME command. --- libalias_dcc_resume.diff begins here --- --- alias_irc.c.backup Tue Mar 25 01:28:12 2003 +++ alias_irc.c Tue Mar 25 02:39:39 2003 @@ -140,6 +140,20 @@ } } + + if( sptr[i+0] == 'R' && + sptr[i+1] == 'E' && + sptr[i+2] == 'S' && + sptr[i+3] == 'U' && + sptr[i+4] == 'M' && + sptr[i+5] == 'E' && + sptr[i+6] == ' '){ + /* It's a resume packet, let it through, lBAD_CTCP + * will copy the rest of the packet */ + DBprintf(("RESUME command...\n")); + goto lBAD_CTCP; + } + DBprintf(("Transferring command...\n")); while(sptr[i] != ' ') { newpacket[iCopy++] = sptr[i]; --- libalias_dcc_resume.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Tue Mar 25 23:00:33 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD2AE37B408 for ; Tue, 25 Mar 2003 23:00:32 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 199C443F75 for ; Tue, 25 Mar 2003 23:00:32 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2Q70VNS045084 for ; Tue, 25 Mar 2003 23:00:31 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2Q70V9U045083; Tue, 25 Mar 2003 23:00:31 -0800 (PST) Date: Tue, 25 Mar 2003 23:00:31 -0800 (PST) Message-Id: <200303260700.h2Q70V9U045083@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: David J Duchscher X-Spam-Status: No, hits=0.0 required=5.0 tests=none version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Subject: Re: misc/50299: Resolver rejects hostnames with underscores X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: David J Duchscher List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Mar 2003 07:00:35 -0000 X-List-Received-Date: Wed, 26 Mar 2003 07:00:35 -0000 The following reply was made to PR misc/50299; it has been noted by GNATS. From: David J Duchscher To: freebsd-gnats-submit@FreeBSD.org, marius@marius.org Cc: Subject: Re: misc/50299: Resolver rejects hostnames with underscores Date: Wed, 26 Mar 2003 00:42:05 -0600 Here is a patch that makes this behavior optional via the options directive in the resolv.conf file. DaveD diff -ru ../src.orig/include/resolv.h ./include/resolv.h --- ../src.orig/include/resolv.h Tue Mar 25 20:41:46 2003 +++ ./include/resolv.h Wed Mar 26 00:18:08 2003 @@ -150,6 +150,7 @@ #define RES_NOALIASES 0x00001000 /* shuts off HOSTALIASES feature */ #define RES_USE_INET6 0x00002000 /* use/map IPv6 in gethostbyname() */ #define RES_NOTLDQUERY 0x00004000 /* Don't query TLD names */ +#define RES_ALLOWUSCORE 0x00008000 /* Alllow underscore in hostname */ /* KAME extensions: use higher bit to avoid conflict with ISC use */ #define RES_USE_EDNS0 0x40000000 /* use EDNS0 */ diff -ru ../src.orig/lib/libc/net/res_comp.c ./lib/libc/net/res_comp.c --- ../src.orig/lib/libc/net/res_comp.c Tue Mar 25 20:39:27 2003 +++ ./lib/libc/net/res_comp.c Wed Mar 26 00:17:33 2003 @@ -142,6 +142,7 @@ */ #define PERIOD 0x2e #define hyphenchar(c) ((c) == 0x2d) +#define uscorechar(c) ((c) == 0x5f) #define bslashchar(c) ((c) == 0x5c) #define periodchar(c) ((c) == PERIOD) #define asterchar(c) ((c) == 0x2a) @@ -171,8 +172,13 @@ if (!borderchar(ch)) return (0); } else { - if (!middlechar(ch)) - return (0); + if (_res.options & RES_ALLOWUSCORE) { + if (!middlechar(ch) && !uscorechar(ch)) + return(0); + } else { + if (!middlechar(ch)) + return (0); + } } ppch = pch, pch = ch, ch = nch; } diff -ru ../src.orig/lib/libc/net/res_init.c ./lib/libc/net/res_init.c --- ../src.orig/lib/libc/net/res_init.c Tue Mar 25 20:39:27 2003 +++ ./lib/libc/net/res_init.c Wed Mar 26 00:17:52 2003 @@ -539,6 +539,8 @@ _res.options |= RES_INSECURE2; } else if (!strncmp(cp, "no_tld_query", sizeof("no_tld_query") - 1)) { _res.options |= RES_NOTLDQUERY; + } else if (!strncmp(cp, "allow_underscore", sizeof("allow_underscore") - 1)) { + _res.options |= RES_ALLOWUSCORE; } else if (!strncmp(cp, "edns0", sizeof("edns0") - 1)) { _res.options |= RES_USE_EDNS0; } else { diff -ru ../src.orig/share/man/man5/resolver.5 ./share/man/man5/resolver.5 --- ../src.orig/share/man/man5/resolver.5 Tue Mar 25 20:42:08 2003 +++ ./share/man/man5/resolver.5 Wed Mar 26 00:30:51 2003 @@ -125,7 +125,7 @@ .Sy option is one of the following: .Pp -.Bl -tag -width no_tld_query +.Bl -tag -width allow_underscore .It Sy debug sets .Dv RES_DEBUG @@ -154,6 +154,11 @@ and .Sy search rules with the given name. +.It Sy allow_underscore +tells the resolver to allow underscores in hostsnames. Normally the +resolver will filter out hostnames that do not conform to RFC 952. +This extends the allowed set of characters in the middle of the +hostname to include the underscore character. .El .Pp Options may also be specified as a space or tab separated list using the From owner-freebsd-bugs@FreeBSD.ORG Wed Mar 26 07:19:17 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1007137B404; Wed, 26 Mar 2003 07:19:17 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A4BE943F85; Wed, 26 Mar 2003 07:19:16 -0800 (PST) (envelope-from nectar@FreeBSD.org) Received: from freefall.freebsd.org (nectar@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2QFJGNS035086; Wed, 26 Mar 2003 07:19:16 -0800 (PST) (envelope-from nectar@freefall.freebsd.org) Received: (from nectar@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2QFJG0f035082; Wed, 26 Mar 2003 07:19:16 -0800 (PST) Date: Wed, 26 Mar 2003 07:19:16 -0800 (PST) From: Jacques Vidrine Message-Id: <200303261519.h2QFJG0f035082@freefall.freebsd.org> To: marius@marius.org, nectar@FreeBSD.org, freebsd-bugs@FreeBSD.org X-Spam-Status: No, hits=0.0 required=5.0 tests=none version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Subject: Re: misc/50299: Resolver rejects hostnames with underscores X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Mar 2003 15:19:19 -0000 Synopsis: Resolver rejects hostnames with underscores State-Changed-From-To: open->closed State-Changed-By: nectar State-Changed-When: Wed Mar 26 07:15:14 PST 2003 State-Changed-Why: The current behavior is correct. Callers of res_hnok (e.g. getaddrinfo, gethostbyname) must reject hostnames that do not conform to RFC 952. http://www.freebsd.org/cgi/query-pr.cgi?pr=50299 From owner-freebsd-bugs@FreeBSD.ORG Wed Mar 26 09:49:50 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA38937B404; Wed, 26 Mar 2003 09:49:50 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 477CD43F3F; Wed, 26 Mar 2003 09:49:50 -0800 (PST) (envelope-from gerald@FreeBSD.org) Received: from freefall.freebsd.org (gerald@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2QHnoNS020337; Wed, 26 Mar 2003 09:49:50 -0800 (PST) (envelope-from gerald@freefall.freebsd.org) Received: (from gerald@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2QHnohP020333; Wed, 26 Mar 2003 09:49:50 -0800 (PST) Date: Wed, 26 Mar 2003 09:49:50 -0800 (PST) From: Gerald Pfeifer Message-Id: <200303261749.h2QHnohP020333@freefall.freebsd.org> To: kargl@troutmask.apl.washington.edu, gerald@FreeBSD.org, freebsd-bugs@FreeBSD.org X-Spam-Status: No, hits=0.0 required=5.0 tests=none version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Subject: Re: gnu/38594: Fortan program don't link post gcc-3.1 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Mar 2003 17:49:53 -0000 Synopsis: Fortan program don't link post gcc-3.1 State-Changed-From-To: analyzed->feedback State-Changed-By: gerald State-Changed-When: Wed Mar 26 09:48:44 PST 2003 State-Changed-Why: As far as I can see this has been fixed on 5-CURRENT in the meantime (and also doesn't appear to be a problem on 4.7). Can you confirm this? http://www.freebsd.org/cgi/query-pr.cgi?pr=38594 From owner-freebsd-bugs@FreeBSD.ORG Wed Mar 26 09:56:48 2003 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EFD2437B404; Wed, 26 Mar 2003 09:56:48 -0800 (PST) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B3F243FE3; Wed, 26 Mar 2003 09:56:48 -0800 (PST) (envelope-from kargl@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) h2QHumPR036587; Wed, 26 Mar 2003 09:56:48 -0800 (PST) (envelope-from kargl@troutmask.apl.washington.edu) Received: (from kargl@localhost)h2QHumLP036586; Wed, 26 Mar 2003 09:56:48 -0800 (PST) From: "Steven G. Kargl" Message-Id: <200303261756.h2QHumLP036586@troutmask.apl.washington.edu> In-Reply-To: <200303261749.h2QHnohP020333@freefall.freebsd.org> To: Gerald Pfeifer Date: Wed, 26 Mar 2003 09:56:47 -0800 (PST) X-Mailer: ELM [version 2.4ME+ PL99b (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-Spam-Status: No, hits=-6.5 required=5.0 tests=IN_REP_TO,QUOTED_EMAIL_TEXT autolearn=ham version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) cc: freebsd-bugs@FreeBSD.org Subject: Re: gnu/38594: Fortan program don't link post gcc-3.1 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Mar 2003 17:56:49 -0000 Gerald Pfeifer said: > Synopsis: Fortan program don't link post gcc-3.1 > > State-Changed-From-To: analyzed->feedback > State-Changed-By: gerald > State-Changed-When: Wed Mar 26 09:48:44 PST 2003 > State-Changed-Why: > As far as I can see this has been fixed on 5-CURRENT in the meantime (and > also doesn't appear to be a problem on 4.7). Can you confirm this? > > http://www.freebsd.org/cgi/query-pr.cgi?pr=38594 > The problem is fixed with the caveat that you need to read the audit trail. The last email in the audit trail is from David O'Brien. He proposed a much more extensive patch, but did not commit it. I believe he left the PR open to document this patch. -- Steve http://troutmask.apl.washington.edu/~kargl/ From owner-freebsd-bugs@FreeBSD.ORG Wed Mar 26 10:00:36 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E7EF37B405; Wed, 26 Mar 2003 10:00:36 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E34C943FE0; Wed, 26 Mar 2003 10:00:35 -0800 (PST) (envelope-from gerald@FreeBSD.org) Received: from freefall.freebsd.org (gerald@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2QI0ZNS022648; Wed, 26 Mar 2003 10:00:35 -0800 (PST) (envelope-from gerald@freefall.freebsd.org) Received: (from gerald@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2QI0Y1u022644; Wed, 26 Mar 2003 10:00:34 -0800 (PST) Date: Wed, 26 Mar 2003 10:00:34 -0800 (PST) From: Gerald Pfeifer Message-Id: <200303261800.h2QI0Y1u022644@freefall.freebsd.org> To: xyf@stocke.com, gerald@FreeBSD.org, freebsd-bugs@FreeBSD.org X-Spam-Status: No, hits=0.0 required=5.0 tests=none version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Subject: Re: gnu/20004: FBSD4 gcc __attribute__(constructor) not work X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Mar 2003 18:00:37 -0000 Synopsis: FBSD4 gcc __attribute__(constructor) not work State-Changed-From-To: open->feedback State-Changed-By: gerald State-Changed-When: Wed Mar 26 09:59:16 PST 2003 State-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=20004 From owner-freebsd-bugs@FreeBSD.ORG Wed Mar 26 10:04:15 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ABF0137B404; Wed, 26 Mar 2003 10:04:15 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 49B3143F75; Wed, 26 Mar 2003 10:04:15 -0800 (PST) (envelope-from gerald@FreeBSD.org) Received: from freefall.freebsd.org (gerald@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2QI4FNS024394; Wed, 26 Mar 2003 10:04:15 -0800 (PST) (envelope-from gerald@freefall.freebsd.org) Received: (from gerald@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2QI4Fj2024390; Wed, 26 Mar 2003 10:04:15 -0800 (PST) Date: Wed, 26 Mar 2003 10:04:15 -0800 (PST) From: Gerald Pfeifer Message-Id: <200303261804.h2QI4Fj2024390@freefall.freebsd.org> To: gerald@FreeBSD.org, freebsd-bugs@FreeBSD.org, gerald@FreeBSD.org X-Spam-Status: No, hits=0.0 required=5.0 tests=none version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Subject: Re: gnu/20004: FBSD4 gcc __attribute__(constructor) not work X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Mar 2003 18:04:16 -0000 Synopsis: FBSD4 gcc __attribute__(constructor) not work Responsible-Changed-From-To: freebsd-bugs->gerald Responsible-Changed-By: gerald Responsible-Changed-When: Wed Mar 26 10:00:44 PST 2003 Responsible-Changed-Why: I'm tracking this now. Would you mind reporting this problem to the GCC folks following ? Please let us know when you have done so, or in case it is not feasible for you. (I verified that this is not a FreeBSD-specific issue.) http://www.freebsd.org/cgi/query-pr.cgi?pr=20004 From owner-freebsd-bugs@FreeBSD.ORG Wed Mar 26 14:09:23 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0AFAF37B404; Wed, 26 Mar 2003 14:09:23 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADB3743F75; Wed, 26 Mar 2003 14:09:22 -0800 (PST) (envelope-from mbr@FreeBSD.org) Received: from freefall.freebsd.org (mbr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2QM9MNS009328; Wed, 26 Mar 2003 14:09:22 -0800 (PST) (envelope-from mbr@freefall.freebsd.org) Received: (from mbr@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2QM9MCQ009324; Wed, 26 Mar 2003 14:09:22 -0800 (PST) Date: Wed, 26 Mar 2003 14:09:22 -0800 (PST) From: Martin Blapp Message-Id: <200303262209.h2QM9MCQ009324@freefall.freebsd.org> To: paul@vms-keytrade.com, mbr@FreeBSD.org, freebsd-bugs@FreeBSD.org, mbr@FreeBSD.org X-Spam-Status: No, hits=0.0 required=5.0 tests=none version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Subject: Re: kern/39878: mysqld process suddenly runs at 99% CPU without load, and a restart of mysqld is required. X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Mar 2003 22:09:25 -0000 Synopsis: mysqld process suddenly runs at 99% CPU without load, and a restart of mysqld is required. State-Changed-From-To: open->analyzed State-Changed-By: mbr State-Changed-When: Wed Mar 26 14:06:43 PST 2003 State-Changed-Why: Please compile the mysqld port with LINUX_THREADS=YES to work around this problem. There are some outstanding fixes for pas 4.8R which will fix some minor issues with these option. After this has been fixed you should be able run mysql without any problems anymore. Responsible-Changed-From-To: freebsd-bugs->mbr Responsible-Changed-By: mbr Responsible-Changed-When: Wed Mar 26 14:06:43 PST 2003 Responsible-Changed-Why: Take ownership http://www.freebsd.org/cgi/query-pr.cgi?pr=39878 From owner-freebsd-bugs@FreeBSD.ORG Wed Mar 26 14:11:00 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1345237B405; Wed, 26 Mar 2003 14:11:00 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2FAB43F75; Wed, 26 Mar 2003 14:10:59 -0800 (PST) (envelope-from mbr@FreeBSD.org) Received: from freefall.freebsd.org (mbr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2QMAxNS011252; Wed, 26 Mar 2003 14:10:59 -0800 (PST) (envelope-from mbr@freefall.freebsd.org) Received: (from mbr@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2QMAxZ5011248; Wed, 26 Mar 2003 14:10:59 -0800 (PST) Date: Wed, 26 Mar 2003 14:10:59 -0800 (PST) From: Martin Blapp Message-Id: <200303262210.h2QMAxZ5011248@freefall.freebsd.org> To: jj@nttmcl.com, mbr@FreeBSD.org, freebsd-bugs@FreeBSD.org X-Spam-Status: No, hits=0.0 required=5.0 tests=none version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Subject: Re: kern/40611: [PATCH] linux JRE 1.4 under linux compatibility only runs as root (kernel patch) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Mar 2003 22:11:03 -0000 Synopsis: [PATCH] linux JRE 1.4 under linux compatibility only runs as root (kernel patch) State-Changed-From-To: open->closed State-Changed-By: mbr State-Changed-When: Wed Mar 26 14:10:16 PST 2003 State-Changed-Why: A similar patch has been committed in Rev. 1.5.2.2 of src/sys/posix4/p1003_1b.c and the jdk will not crash anymore in 4.8R. http://www.freebsd.org/cgi/query-pr.cgi?pr=40611 From owner-freebsd-bugs@FreeBSD.ORG Wed Mar 26 14:15:11 2003 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C895837B405 for ; Wed, 26 Mar 2003 14:15:11 -0800 (PST) Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7606B43F85 for ; Wed, 26 Mar 2003 14:15:10 -0800 (PST) (envelope-from keramida@FreeBSD.org) Received: from gothmog.gr (patr530-a161.otenet.gr [212.205.215.161]) by mailsrv.otenet.gr (8.12.8/8.12.8) with ESMTP id h2QMF6h1010687; Thu, 27 Mar 2003 00:15:07 +0200 (EET) Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.12.8/8.12.8) with ESMTP id h2QMF5OD019866; Thu, 27 Mar 2003 00:15:05 +0200 (EET) (envelope-from keramida@FreeBSD.org) Received: (from giorgos@localhost) by gothmog.gr (8.12.8/8.12.8/Submit) id h2QJFl57019293; Wed, 26 Mar 2003 21:15:47 +0200 (EET) (envelope-from keramida@FreeBSD.org) Date: Wed, 26 Mar 2003 21:15:47 +0200 From: Giorgos Keramidas To: ovidiu ene Message-ID: <20030326191547.GI18515@gothmog.gr> References: <1.5.4.32.20030325221527.0068be78@mail.home.ro> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1.5.4.32.20030325221527.0068be78@mail.home.ro> X-RAVMilter-Version: 8.4.2(snapshot 20021217) (terpsi) X-Spam-Status: No, hits=-12.7 required=5.0 tests=AWL,EMAIL_ATTRIBUTION,IN_REP_TO,QUOTED_EMAIL_TEXT, RCVD_IN_UNCONFIRMED_DSBL,REFERENCES,REPLY_WITH_QUOTES autolearn=ham version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) cc: bugs@FreeBSD.org Subject: Re: Samba 2.2.6_pre2 crashes FreeBSD 4.7 kernel on ATA 100 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Mar 2003 22:15:12 -0000 On 2003-03-26 00:15, ovidiu ene wrote: > I installed Samba on a FreeBSD system I cannot make the system > to work properly. Everything is fine when I transfer small files > but when I copy files of 100 MB or larger the kernel crashes. There have been some important fixes to SMB support since 4.7-RELEASE. Can you try with a newer 4.X version, like RELENG_4 ? - Giorgos From owner-freebsd-bugs@FreeBSD.ORG Wed Mar 26 16:40:22 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0297637B404 for ; Wed, 26 Mar 2003 16:40:22 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E2C6843F85 for ; Wed, 26 Mar 2003 16:40:20 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2R0eKNS064389 for ; Wed, 26 Mar 2003 16:40:20 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2R0eKmM064388; Wed, 26 Mar 2003 16:40:20 -0800 (PST) Resent-Date: Wed, 26 Mar 2003 16:40:20 -0800 (PST) Resent-Message-Id: <200303270040.h2R0eKmM064388@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Stephen Montgomery-Smith Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 474F537B404 for ; Wed, 26 Mar 2003 16:38:46 -0800 (PST) Received: from cauchy.math.missouri.edu (cauchy.math.missouri.edu [128.206.49.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92E5C43F75 for ; Wed, 26 Mar 2003 16:38:45 -0800 (PST) (envelope-from stephen@cauchy.math.missouri.edu) Received: from cauchy.math.missouri.edu (stephen@localhost [127.0.0.1]) h2R0cK5C055497 for ; Wed, 26 Mar 2003 18:38:20 -0600 (CST) (envelope-from stephen@cauchy.math.missouri.edu) Received: (from stephen@localhost) by cauchy.math.missouri.edu (8.12.8/8.12.8/Submit) id h2R0cKIQ055496; Wed, 26 Mar 2003 18:38:20 -0600 (CST) (envelope-from stephen) Message-Id: <200303270038.h2R0cKIQ055496@cauchy.math.missouri.edu> Date: Wed, 26 Mar 2003 18:38:20 -0600 (CST) From: Stephen Montgomery-Smith To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 X-Spam-Status: No, hits=-6.8 required=5.0 tests=PATCH_UNIFIED_DIFF,RESENT_TO autolearn=ham version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Subject: bin/50328: ctm_smail doesn't handle large deltas well X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Stephen Montgomery-Smith List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Mar 2003 00:40:26 -0000 >Number: 50328 >Category: bin >Synopsis: ctm_smail doesn't handle large deltas well >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Mar 26 16:40:20 PST 2003 >Closed-Date: >Last-Modified: >Originator: Stephen Montgomery-Smith >Release: FreeBSD 4.8-RC i386 >Organization: >Environment: System: FreeBSD cauchy 4.8-RC FreeBSD 4.8-RC #0: Fri Mar 21 10:46:19 CST 2003 stephen@cauchy:/usr/obj/usr/src/sys/cauchy i386 >Description: I am the maintainer of CTM. There is a problem that when very large deltas are created, that the program ctm_smail, which is responsible for mailing the deltas out, will instead create a single message that says the delta is too large. However, if the -q option is set, instead of placing this message in the queue (as it would have done with the deltas), it mails it out directly. This conflicts with the current working of CTM in that the email address is set as %%REPLACE-ME%% so that the created mailing pieces can be signed by gnu-pgp, and then have the mailing address changed. >How-To-Repeat: >Fix: This fix means that if the -q option is set, and the delta is too large, the "too large" message is placed in the queue. Also, I made the "too large" message a little more up to date. --- ctm_smail.c-orig Tue Mar 4 05:29:40 2003 +++ ctm_smail.c Tue Mar 4 06:10:24 2003 @@ -43,7 +43,7 @@ int npieces); void write_trailer(FILE *sfp, unsigned sum); int apologise(char *delta, off_t ctm_size, long max_ctm_size, - char *mail_alias); + char *mail_alias, char *queue_dir); FILE *open_sendmail(void); int close_sendmail(FILE *fp); @@ -91,7 +91,8 @@ } if (max_ctm_size != 0 && sb.st_size > max_ctm_size) - status = apologise(delta, sb.st_size, max_ctm_size, mail_alias); + status = apologise(delta, sb.st_size, max_ctm_size, mail_alias, + queue_dir); else status = chop_and_send_or_queue(dfp, delta, sb.st_size, max_msg_size, mail_alias, queue_dir); @@ -405,13 +406,29 @@ * Returns 0 on success, 1 on failure. */ int -apologise(char *delta, off_t ctm_size, long max_ctm_size, char *mail_alias) +apologise(char *delta, off_t ctm_size, long max_ctm_size, char *mail_alias, + char *queue_dir) { FILE *sfp; + char qname[PATH_MAX]; + + if (queue_dir == NULL) + { + sfp = open_sendmail(); + if (sfp == NULL) + return 1; + } + else + { + mk_queue_name(qname, queue_dir, delta, 1, 1); + sfp = fopen(qname, "w"); + if (sfp == NULL) + { + err("cannot open '%s' for writing", qname); + return 1; + } + } - sfp = open_sendmail(); - if (sfp == NULL) - return 1; fprintf(sfp, "From: owner-%s\n", mail_alias); fprintf(sfp, "To: %s\n", mail_alias); @@ -419,11 +436,22 @@ fprintf(sfp, "%s is %ld bytes. The limit is %ld bytes.\n\n", delta, (long)ctm_size, max_ctm_size); - fprintf(sfp, "You can retrieve this delta via ftpmail, " - "or your good mate at the university.\n"); + fprintf(sfp, "You can retrieve this delta via ftp.\n"); - if (!close_sendmail(sfp)) - return 1; + if (queue_dir == NULL) + { + if (!close_sendmail(sfp)) + return 1; + } + else + { + if (fclose(sfp)!=0) + { + err("error writing '%s'", qname); + unlink(qname); + return 1; + } + } return 0; } >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Wed Mar 26 19:50:14 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6F8A37B404 for ; Wed, 26 Mar 2003 19:50:14 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9208543F3F for ; Wed, 26 Mar 2003 19:50:12 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2R3oCNS012613 for ; Wed, 26 Mar 2003 19:50:12 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2R3oCnI012612; Wed, 26 Mar 2003 19:50:12 -0800 (PST) Resent-Date: Wed, 26 Mar 2003 19:50:12 -0800 (PST) Resent-Message-Id: <200303270350.h2R3oCnI012612@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, System Admin Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 357D937B404 for ; Wed, 26 Mar 2003 19:49:08 -0800 (PST) Received: from pursued-with.net (adsl-66-125-9-242.dsl.sndg02.pacbell.net [66.125.9.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54DBA43FAF for ; Wed, 26 Mar 2003 19:49:07 -0800 (PST) (envelope-from KeS@pursued-with.net) Received: from babelfish.pursued-with.net (localhost [127.0.0.1]) by pursued-with.net (8.12.6/8.12.8) with ESMTP id h2R3n6s7065608; Wed, 26 Mar 2003 19:49:06 -0800 (PST) (envelope-from KeS@babelfish.pursued-with.net) Received: (from root@localhost)h2R3n4sj065607; Wed, 26 Mar 2003 19:49:04 -0800 (PST) (envelope-from KeS) Message-Id: <200303270349.h2R3n4sj065607@babelfish.pursued-with.net> Date: Wed, 26 Mar 2003 19:49:04 -0800 (PST) From: System Admin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 X-Spam-Status: No, hits=-0.8 required=5.0 tests=RESENT_TO version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) cc: kevin_stevens@pursued-with.net Subject: bin/50331: Changing uid with pw causes duplicate username/uid pairs. X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: System Admin List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Mar 2003 03:50:16 -0000 >Number: 50331 >Category: bin >Synopsis: Changing uid with pw causes duplicate username/uid pairs. >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Mar 26 19:50:12 PST 2003 >Closed-Date: >Last-Modified: >Originator: kevin_stevens@pursued-with.net >Release: FreeBSD 4.7-RELEASE i386 >Organization: Sporadic >Environment: Duplicated in various x86 systems on both 4.7 and 5.0, probably others. System: FreeBSD babelfish 4.7-RELEASE FreeBSD 4.7-RELEASE #0: Wed Oct 9 15:08:34 GMT 2002 root@builder.freebsdmall.com:/usr/obj/usr/src/sys/GENERIC i386 >Description: After changing a user's uid with the pw command, files owned by the original uid still show the previous username. Running id -P on both the new and old uids reports the same username, when the old uid should no longer even exist. Running pwd_mkdb /etc/master.passwd manually resolves the errors. A suggestion from the freebsd-questions list when I posted this problem was: pw may be too smart for its own good. I bet it calls "pwd_mkdb -u" to only update a single user from /etc/passwd. The problem is when the uid changes, pwd_mkdb will insert a new record into /etc/pwd.sb and spwd.db, but it doesn't know about the previous uid, so that stays in the db. >How-To-Repeat: % sudo pw user add -n fred -u 1010 -m % id -P fred fred:*:1010:1010::0:0:User &:/home/fred:/bin/sh % ls -lad /home/fred drwxr-xr-x 2 fred fred 512 Mar 26 08:01 /home/fred/ % sudo pw user mod fred -u 1005 % id -P fred fred:*:1005:1010::0:0:User &:/home/fred:/bin/sh % ls -lad /home/fred drwxr-xr-x 2 fred fred 512 Mar 26 08:01 /home/fred/ % id -P 1005 fred:*:1005:1010::0:0:User &:/home/fred:/bin/sh % id -P 1010 fred:*:1010:1010::0:0:User &:/home/fred:/bin/sh % sudo grep 1010 /etc/master.passwd fred:*:1005:1010::0:0:User &:/home/fred:/bin/sh However, running pwd_mkdb(8) seems to cure the problem very effectively: % sudo pwd_mkdb /etc/master.passwd % id -P fred fred:*:1005:1010::0:0:User &:/home/fred:/bin/sh % id -P 1005 fred:*:1005:1010::0:0:User &:/home/fred:/bin/sh % id -P 1010 id: 1010: no such user % ls -lad /home/fred drwxr-xr-x 2 1010 fred 512 Mar 26 08:01 /home/fred/ >Fix: As mentioned, manually running pwd_mkdb seems to resolve the problem. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Thu Mar 27 00:37:03 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D748C37B401; Thu, 27 Mar 2003 00:37:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7266743F85; Thu, 27 Mar 2003 00:37:03 -0800 (PST) (envelope-from keramida@FreeBSD.org) Received: from freefall.freebsd.org (keramida@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2R8b3NS087167; Thu, 27 Mar 2003 00:37:03 -0800 (PST) (envelope-from keramida@freefall.freebsd.org) Received: (from keramida@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2R8b20X087163; Thu, 27 Mar 2003 00:37:02 -0800 (PST) Date: Thu, 27 Mar 2003 00:37:02 -0800 (PST) From: Giorgos Keramidas Message-Id: <200303270837.h2R8b20X087163@freefall.freebsd.org> To: brian@Awfulhak.org, keramida@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-bugs@FreeBSD.org X-Spam-Status: No, hits=-0.4 required=5.0 tests=AWL version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Subject: Re: bin/50304: Re: Print ppp pid number X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Mar 2003 08:37:14 -0000 Synopsis: Re: Print ppp pid number State-Changed-From-To: open->closed State-Changed-By: keramida State-Changed-When: Thu Mar 27 00:36:13 PST 2003 State-Changed-Why: Followup to bin/49965, misfiled as a new PR. Responsible-Changed-From-To: gnats-admin->freebsd-bugs Responsible-Changed-By: keramida Responsible-Changed-When: Thu Mar 27 00:36:13 PST 2003 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=50304 From owner-freebsd-bugs@FreeBSD.ORG Thu Mar 27 03:24:31 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 70EB937B401; Thu, 27 Mar 2003 03:24:31 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 10E8843F3F; Thu, 27 Mar 2003 03:24:31 -0800 (PST) (envelope-from tjr@FreeBSD.org) Received: from freefall.freebsd.org (tjr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2RBOUNS031471; Thu, 27 Mar 2003 03:24:30 -0800 (PST) (envelope-from tjr@freefall.freebsd.org) Received: (from tjr@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2RBOUG2031467; Thu, 27 Mar 2003 03:24:30 -0800 (PST) Date: Thu, 27 Mar 2003 03:24:30 -0800 (PST) From: "Tim J. Robbins" Message-Id: <200303271124.h2RBOUG2031467@freefall.freebsd.org> To: dds@aueb.gr, tjr@FreeBSD.org, freebsd-bugs@FreeBSD.org X-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Subject: Re: bin/48424: Integer overflow in cksum(1) and sum(1) file size reporting X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Mar 2003 11:24:32 -0000 Synopsis: Integer overflow in cksum(1) and sum(1) file size reporting State-Changed-From-To: open->patched State-Changed-By: tjr State-Changed-When: Thu Mar 27 03:23:48 PST 2003 State-Changed-Why: This has been fixed in -current. http://www.freebsd.org/cgi/query-pr.cgi?pr=48424 From owner-freebsd-bugs@FreeBSD.ORG Thu Mar 27 03:36:41 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CAE1237B401; Thu, 27 Mar 2003 03:36:41 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 670F843F85; Thu, 27 Mar 2003 03:36:41 -0800 (PST) (envelope-from maxim@FreeBSD.org) Received: from freefall.freebsd.org (maxim@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2RBafNS033548; Thu, 27 Mar 2003 03:36:41 -0800 (PST) (envelope-from maxim@freefall.freebsd.org) Received: (from maxim@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2RBaeRG033544; Thu, 27 Mar 2003 03:36:40 -0800 (PST) Date: Thu, 27 Mar 2003 03:36:40 -0800 (PST) From: Maxim Konovalov Message-Id: <200303271136.h2RBaeRG033544@freefall.freebsd.org> To: bzeeb+freebsd@zabbadoz.net, maxim@FreeBSD.org, freebsd-bugs@FreeBSD.org, maxim@FreeBSD.org X-Spam-Status: No, hits=0.0 required=5.0 tests=none version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Subject: Re: kern/49083: typo and unused macro in head X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Mar 2003 11:36:43 -0000 Synopsis: typo and unused macro in head State-Changed-From-To: open->closed State-Changed-By: maxim State-Changed-When: Thu Mar 27 03:36:04 PST 2003 State-Changed-Why: Fixed, thanks! Responsible-Changed-From-To: freebsd-bugs->maxim Responsible-Changed-By: maxim Responsible-Changed-When: Thu Mar 27 03:36:04 PST 2003 Responsible-Changed-Why: Feedbacks trap. http://www.freebsd.org/cgi/query-pr.cgi?pr=49083 From owner-freebsd-bugs@FreeBSD.ORG Thu Mar 27 04:18:22 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A9F8A37B401; Thu, 27 Mar 2003 04:18:22 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF0C743F75; Thu, 27 Mar 2003 04:18:21 -0800 (PST) (envelope-from maxim@FreeBSD.org) Received: from freefall.freebsd.org (maxim@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2RCILNS049038; Thu, 27 Mar 2003 04:18:21 -0800 (PST) (envelope-from maxim@freefall.freebsd.org) Received: (from maxim@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2RCILXk049034; Thu, 27 Mar 2003 04:18:21 -0800 (PST) Date: Thu, 27 Mar 2003 04:18:21 -0800 (PST) From: Maxim Konovalov Message-Id: <200303271218.h2RCILXk049034@freefall.freebsd.org> To: babolo@aaz.links.ru, maxim@FreeBSD.org, freebsd-bugs@FreeBSD.org, maxim@FreeBSD.org X-Spam-Status: No, hits=0.0 required=5.0 tests=none version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Subject: Re: bin/44320: jail(1) change for set{uid|gid} X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Mar 2003 12:18:23 -0000 Synopsis: jail(1) change for set{uid|gid} State-Changed-From-To: open->patched State-Changed-By: maxim State-Changed-When: Thu Mar 27 04:17:13 PST 2003 State-Changed-Why: A different code was committed to -CURRENT, thanks. Responsible-Changed-From-To: freebsd-bugs->maxim Responsible-Changed-By: maxim Responsible-Changed-When: Thu Mar 27 04:17:13 PST 2003 Responsible-Changed-Why: I will MFC this feature in six weeks. http://www.freebsd.org/cgi/query-pr.cgi?pr=44320 From owner-freebsd-bugs@FreeBSD.ORG Thu Mar 27 06:26:47 2003 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF10C37B401 for ; Thu, 27 Mar 2003 06:26:47 -0800 (PST) Received: from postel.libkvm.org (euclyde.cwglobal.ch [144.85.7.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id 06DE043FCB for ; Thu, 27 Mar 2003 06:26:46 -0800 (PST) (envelope-from jmab@postel.libkvm.org) Received: from postel.libkvm.org (localhost [127.0.0.1]) by postel.libkvm.org (8.12.6/8.12.6) with ESMTP id h2REQi6Z058849 for ; Thu, 27 Mar 2003 15:26:44 +0100 (CET) (envelope-from jmab@postel.libkvm.org) Received: (from jmab@localhost) by postel.libkvm.org (8.12.6/8.12.6/Submit) id h2REQhdE058848 for freebsd-bugs@freebsd.org; Thu, 27 Mar 2003 15:26:43 +0100 (CET) Date: Thu, 27 Mar 2003 15:26:43 +0100 From: freebsd@libkvm.org To: freebsd-bugs@freebsd.org Message-ID: <20030327142643.GA58757@postel.libkvm.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i X-Spam-Status: No, hits=-5.7 required=5.0 tests=NO_REAL_NAME,USER_AGENT_MUTT autolearn=ham version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Subject: compile time error when calling getmicrotime() X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Mar 2003 14:26:48 -0000 hi, i am trying to call getmicrotime(&tv) in a program but i get the following error when compiling : /tmp/ccfMfSM6.o(.text+0xe): undefined reference to `getmicrotime' yes, i have declared '#include ' :-) FreeBSD 5.0-RELEASE-p4 i386 FreeBSD 4.7-RELEASE-p9 i386 any comment welcome. thanks julien mabillard. From owner-freebsd-bugs@FreeBSD.ORG Thu Mar 27 06:28:35 2003 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C317637B401 for ; Thu, 27 Mar 2003 06:28:35 -0800 (PST) Received: from critter.freebsd.dk (esplanaden.cybercity.dk [212.242.40.114]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9884A43F3F for ; Thu, 27 Mar 2003 06:28:34 -0800 (PST) (envelope-from phk@phk.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.8/8.12.8) with ESMTP id h2RESQ0v003057; Thu, 27 Mar 2003 15:28:32 +0100 (CET) (envelope-from phk@phk.freebsd.dk) To: freebsd@libkvm.org From: "Poul-Henning Kamp" In-Reply-To: Your message of "Thu, 27 Mar 2003 15:26:43 +0100." <20030327142643.GA58757@postel.libkvm.org> Date: Thu, 27 Mar 2003 15:28:26 +0100 Message-ID: <3056.1048775306@critter.freebsd.dk> X-Spam-Status: No, hits=-7.2 required=5.0 tests=AWL,IN_REP_TO autolearn=ham version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) cc: freebsd-bugs@freebsd.org Subject: Re: compile time error when calling getmicrotime() X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Mar 2003 14:28:37 -0000 In message <20030327142643.GA58757@postel.libkvm.org>, freebsd@libkvm.org write s: >hi, > >i am trying to call getmicrotime(&tv) in a program but i >get the following error when compiling : > >/tmp/ccfMfSM6.o(.text+0xe): undefined reference to `getmicrotime' > >yes, i have declared '#include ' :-) > >FreeBSD 5.0-RELEASE-p4 i386 >FreeBSD 4.7-RELEASE-p9 i386 That is a kernel function you are trying to call. Use gettimeofday(2) -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. From owner-freebsd-bugs@FreeBSD.ORG Thu Mar 27 07:20:07 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7BE1237B401 for ; Thu, 27 Mar 2003 07:20:07 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A3BC43FBF for ; Thu, 27 Mar 2003 07:20:06 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2RFK6NS079121 for ; Thu, 27 Mar 2003 07:20:06 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2RFK6fR079120; Thu, 27 Mar 2003 07:20:06 -0800 (PST) Resent-Date: Thu, 27 Mar 2003 07:20:06 -0800 (PST) Resent-Message-Id: <200303271520.h2RFK6fR079120@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, Nicolai Petri Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3488F37B401 for ; Thu, 27 Mar 2003 07:17:29 -0800 (PST) Received: from unlink.catpipe.net (unlink.catpipe.net [195.249.214.172]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3021043F75 for ; Thu, 27 Mar 2003 07:17:28 -0800 (PST) (envelope-from npp@unlink.catpipe.net) Received: from unlink.catpipe.net (localhost [127.0.0.1]) by unlink.catpipe.net (8.12.8/8.12.8) with ESMTP id h2RFHJlr022611 for ; Thu, 27 Mar 2003 16:17:20 +0100 (CET) (envelope-from npp@unlink.catpipe.net) Received: (from root@localhost) by unlink.catpipe.net (8.12.8/8.12.8/Submit) id h2RFHJ3Q022610; Thu, 27 Mar 2003 16:17:19 +0100 (CET) Message-Id: <200303271517.h2RFHJ3Q022610@unlink.catpipe.net> Date: Thu, 27 Mar 2003 16:17:19 +0100 (CET) From: Nicolai Petri To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 X-Spam-Status: No, hits=-0.8 required=5.0 tests=RESENT_TO version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Subject: kern/50348: On usb.ko unload usb and usbN devices are not destroyed. X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Nicolai Petri List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Mar 2003 15:20:09 -0000 >Number: 50348 >Category: kern >Synopsis: On usb.ko unload usb and usbN devices are not destroyed. >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 Mar 27 07:20:05 PST 2003 >Closed-Date: >Last-Modified: >Originator: Nicolai Petri >Release: FreeBSD 5.0-CURRENT i386 >Organization: catpipe Systems ApS, Denmark >Environment: System: FreeBSD d-montest.catpipe.net 5.0-CURRENT FreeBSD 5.0-CURRENT #1: Sun Mar 23 21:34:13 CET 2003 root@d-montest.catpipe.net:/data/obj/data/5.0-src/sys/MYKERN i386 >Description: When loading usb.ko 2 devices is created for each found usb controller, these devices are not destroyed on usb.ko unload. This leads to a kernel panic when accessing /dev/usb* using tools like usbdevs. >How-To-Repeat: kldload usb kldunload usb usbdevs -v; #instant panic >Fix: Register dev_t for each invocation of make_dev (in the softc ?) and call destroy_dev on unload. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Thu Mar 27 10:10:17 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0576237B401 for ; Thu, 27 Mar 2003 10:10:17 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 10EB943FCB for ; Thu, 27 Mar 2003 10:10:16 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2RIAFNS041907 for ; Thu, 27 Mar 2003 10:10:15 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2RIAFX4041906; Thu, 27 Mar 2003 10:10:15 -0800 (PST) Date: Thu, 27 Mar 2003 10:10:15 -0800 (PST) Message-Id: <200303271810.h2RIAFX4041906@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: "A. Blake Cooper" X-Spam-Status: No, hits=0.0 required=5.0 tests=none version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Subject: Re: bin/50331 Changing uid with pw causes duplicate username/uid pairs. X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "A. Blake Cooper" List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Mar 2003 18:10:48 -0000 The following reply was made to PR bin/50331; it has been noted by GNATS. From: "A. Blake Cooper" To: freebsd-gnats-submit@freebsd.org Cc: kevin_stevens@pursued-with.net Subject: Re: bin/50331 Changing uid with pw causes duplicate username/uid pairs. Date: Thu, 27 Mar 2003 12:09:11 -0600 As you mention it's a side-effect of how 'pwd_mkdb -u' functions. If you want pw to completely rebuild the passwd db's on every run, then update the pw source file pwupd.c and change the '#define HAVE_PWDB_U 1' to '#define HAVE_PWDB_U 0'. Blake -- - A. Blake Cooper From owner-freebsd-bugs@FreeBSD.ORG Thu Mar 27 12:20:11 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 29B2A37B401 for ; Thu, 27 Mar 2003 12:20:11 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 373FB43FB1 for ; Thu, 27 Mar 2003 12:20:09 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2RKK9NS081109 for ; Thu, 27 Mar 2003 12:20:09 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2RKK9Un081108; Thu, 27 Mar 2003 12:20:09 -0800 (PST) Resent-Date: Thu, 27 Mar 2003 12:20:09 -0800 (PST) Resent-Message-Id: <200303272020.h2RKK9Un081108@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, Chris Rodgers Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 48C3837B405 for ; Thu, 27 Mar 2003 12:11:19 -0800 (PST) Received: from stu172.sjc.ox.ac.uk (stu172.sjc.ox.ac.uk [129.67.62.172]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3F2043FA3 for ; Thu, 27 Mar 2003 12:11:17 -0800 (PST) (envelope-from chris@stu172.sjc.ox.ac.uk) Received: from stu172.sjc.ox.ac.uk (localhost [127.0.0.1]) by stu172.sjc.ox.ac.uk (8.12.6/8.12.6) with ESMTP id h2RKAGkW001226; Thu, 27 Mar 2003 20:10:16 GMT (envelope-from chris@stu172.sjc.ox.ac.uk) Received: (from root@localhost) by stu172.sjc.ox.ac.uk (8.12.6/8.12.6/Submit) id h2RKAFAD001225; Thu, 27 Mar 2003 20:10:15 GMT Message-Id: <200303272010.h2RKAFAD001225@stu172.sjc.ox.ac.uk> Date: Thu, 27 Mar 2003 20:10:15 GMT From: Chris Rodgers To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 X-Spam-Status: No, hits=-3.7 required=5.0 tests=PATCH_CONTEXT_DIFF,RESENT_TO autolearn=ham version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) cc: Chris Rodgers Subject: bin/50365: [PATCH] rc.sysctl cannot handle values containing spaces X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Chris Rodgers List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Mar 2003 20:20:12 -0000 >Number: 50365 >Category: bin >Synopsis: [PATCH] rc.sysctl cannot handle values containing spaces >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: Thu Mar 27 12:20:08 PST 2003 >Closed-Date: >Last-Modified: >Originator: Chris Rodgers >Release: FreeBSD 5.0-RELEASE i386 >Organization: >Environment: System: FreeBSD stu172.sjc.ox.ac.uk 5.0-RELEASE FreeBSD 5.0-RELEASE #0: Thu Jan 16 22:16:53 GMT 2003 root@hollin.btc.adaptec.com:/usr/obj/usr/src/sys/GENERIC i386 >Description: The /etc/rc.sysctl script cannot handle sysctl values containing spaces (such as net.link.ether.bridge_cfg). Wrapped the whole assignment in quotes to make this work. Added a note to the man page explaining how spaces are to be quoted. >How-To-Repeat: Attempt to put an entry in /etc/sysctl.conf for a value containing a space. It is mangled by the rc.sysctl script. >Fix: The following patch seems to work for me. This is my first FreeBSD PR, so it should probably be checked. I don't know whether there are other places which also need fixing. --- rc.sysctl.diff begins here --- *** /etc/rc.sysctl Thu Jan 16 20:30:28 2003 --- rc.sysctl Thu Mar 27 19:47:22 2003 *************** *** 45,51 **** case ${current_value} in ${val}) ;; *) ! sysctl ${var} ;; esac else --- 45,51 ---- case ${current_value} in ${val}) ;; *) ! sysctl "${var}" ;; esac else --- rc.sysctl.diff ends here --- --- sysctl.conf.5.diff begins here --- *** sysctl.conf.5 Thu Mar 27 19:53:26 2003 --- sysctl.conf.5.new Thu Mar 27 19:55:17 2003 *************** *** 43,49 **** sysctl_mib=value .Ed .Pp ! Comments are denoted by a .Dq # at the beginning of a line. Comments can also exist at the end of a line, as seen in the --- 43,50 ---- sysctl_mib=value .Ed .Pp ! Spaces must be escaped with a backslash. Do not enclose the value in ! quotation marks. Comments are denoted by a .Dq # at the beginning of a line. Comments can also exist at the end of a line, as seen in the --- sysctl.conf.5.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Thu Mar 27 13:30:12 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D0D7E37B401 for ; Thu, 27 Mar 2003 13:30:12 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 913D543FDD for ; Thu, 27 Mar 2003 13:30:11 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2RLUBNS009709 for ; Thu, 27 Mar 2003 13:30:11 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2RLUB9B009708; Thu, 27 Mar 2003 13:30:11 -0800 (PST) Resent-Date: Thu, 27 Mar 2003 13:30:11 -0800 (PST) Resent-Message-Id: <200303272130.h2RLUB9B009708@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, "Nicola S.Vitale" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 01D2237B401 for ; Thu, 27 Mar 2003 13:22:46 -0800 (PST) Received: from smtp1.libero.it (smtp1.libero.it [193.70.192.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41B4543FA3 for ; Thu, 27 Mar 2003 13:22:45 -0800 (PST) (envelope-from nivit@libero.it) Received: from psyllobora (151.29.218.155) by smtp1.libero.it (6.7.015) id 3E44E7FA0122F194 for FreeBSD-gnats-submit@freebsd.org; Thu, 27 Mar 2003 22:22:44 +0100 Received: (qmail 2509 invoked by uid 1004); 27 Mar 2003 13:44:53 -0000 Message-Id: <20030327134453.2508.qmail@Psyllobora.DOMO.SVA> Date: 27 Mar 2003 13:44:53 -0000 From: nivit@libero.it (Nicola Vitale) To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 X-Spam-Status: No, hits=-3.2 required=5.0 tests=NO_DNS_FOR_FROM,PATCH_UNIFIED_DIFF,RCVD_IN_NJABL,RESENT_TO, UPPERCASE_25_50,X_NJABL_DIALUP autolearn=ham version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Subject: misc/50370: ${NLSOWN} set to ${SHAREGRP} in X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Nicola S.Vitale" List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Mar 2003 21:30:18 -0000 >Number: 50370 >Category: misc >Synopsis: NLSOWN set to ${SHAREGRP} in >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: Thu Mar 27 13:30:10 PST 2003 >Closed-Date: >Last-Modified: >Originator: Nicola S. Vitale >Release: FreeBSD 4.8-RC i386 >Organization: >Environment: System: FreeBSD psyllobora.domo.sva 4.8-RC FreeBSD 4.8-RC #5: Sun Mar 23 08:48:33 CET 2003 stan@psyllobora.domo.sva:/usr/obj/usr/src/sys/Psyllobora i386 >Description: There are two mistaken assignments in # $FreeBSD: src/share/mk/bsd.own.mk,v 1.27.2.4 2002/07/22 14:21:51 ru Exp $ NLSGRP?= ${SHAREOWN} NLSOWN?= ${SHAREGRP} so, if you install a message catalog file, you get this error: install -o wheel -g root -m 444 en_US.ISO8859-1.cat [...] install: unknown group root *** Error code 67 >How-To-Repeat: >Fix: --- src/share/mk/bsd.own.mk Wed Sep 11 21:58:11 2002 +++ src/share/mk/bsd.own.mk.new Thu Mar 27 14:13:54 2003 @@ -166,8 +166,8 @@ INFOMODE?= ${NOBINMODE} NLSDIR?= ${SHAREDIR}/nls -NLSGRP?= ${SHAREOWN} -NLSOWN?= ${SHAREGRP} +NLSOWN?= ${SHAREOWN} +NLSGRP?= ${SHAREGRP} NLSMODE?= ${NOBINMODE} INCLUDEDIR?= /usr/include >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Thu Mar 27 17:31:27 2003 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2CD9537B401 for ; Thu, 27 Mar 2003 17:31:27 -0800 (PST) Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 14EC843FAF for ; Thu, 27 Mar 2003 17:31:26 -0800 (PST) (envelope-from keramida@freebsd.org) Received: from gothmog.gr (patr530-b133.otenet.gr [212.205.244.141]) by mailsrv.otenet.gr (8.12.8/8.12.8) with ESMTP id h2S1V1dC010803 for ; Fri, 28 Mar 2003 03:31:23 +0200 (EET) Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.12.8/8.12.8) with ESMTP id h2S0f1Z8013804 for ; Fri, 28 Mar 2003 02:41:01 +0200 (EET) (envelope-from keramida@FreeBSD.org) Received: (from giorgos@localhost) by gothmog.gr (8.12.8/8.12.8/Submit) id h2S01shg013160 for bugs@freebsd.org; Fri, 28 Mar 2003 02:01:54 +0200 (EET) (envelope-from keramida@FreeBSD.org) Date: Fri, 28 Mar 2003 02:01:54 +0200 From: Giorgos Keramidas To: bugs@freebsd.org Message-ID: <20030328000154.GA13101@gothmog.gr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-RAVMilter-Version: 8.4.2(snapshot 20021217) (terpsi) X-Spam-Status: No, hits=0.1 required=5.0 tests=AWL,RCVD_IN_UNCONFIRMED_DSBL version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Subject: Duplicate module entry for "dialog" X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Mar 2003 01:31:30 -0000 We have to find a new module name for one of the two dialog's shown below: giorgos@gothmog[01:50]/home/ncvs/CVSROOT$ grep '^dialog[[:space:]]' modules dialog src/gnu/usr.bin/dialog dialog ports/sysutils/dialog giorgos@gothmog[01:50]/home/ncvs/CVSROOT$ It's the only duplicate module name we have now ... giorgos@gothmog[01:50]/home/ncvs/CVSROOT$ for mod in \ ` grep -v '^[[:space:]]*#.*' modules | \ grep -v '^[[:space:]]*$' | awk '{print $1}' ` ; do \ echo -n "${mod} " ; grep -c "^${mod}[[:space:]]" modules ; \ done | grep -v '[[:space:]]1$' | uniq --- output ----------------------------------------------------------- dialog 2 ---------------------------------------------------------------------- From owner-freebsd-bugs@FreeBSD.ORG Thu Mar 27 23:50:58 2003 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 42F5137B401 for ; Thu, 27 Mar 2003 23:50:58 -0800 (PST) Received: from gandalf.online.bg (gandalf.online.bg [217.75.128.9]) by mx1.FreeBSD.org (Postfix) with SMTP id D3F2C43F85 for ; Thu, 27 Mar 2003 23:50:55 -0800 (PST) (envelope-from roam@ringlet.net) Received: (qmail 6896 invoked from network); 28 Mar 2003 07:46:02 -0000 Received: from office.sbnd.net (HELO straylight.ringlet.net) (217.75.140.130) by gandalf.online.bg with SMTP; 28 Mar 2003 07:46:02 -0000 Received: (qmail 84275 invoked by uid 1000); 28 Mar 2003 07:49:02 -0000 Date: Fri, 28 Mar 2003 09:49:01 +0200 From: Peter Pentchev To: Giorgos Keramidas Message-ID: <20030328074901.GA84099@straylight.oblivion.bg> Mail-Followup-To: Giorgos Keramidas , bugs@freebsd.org References: <20030328000154.GA13101@gothmog.gr> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="9jxsPFA5p3P2qPhR" Content-Disposition: inline In-Reply-To: <20030328000154.GA13101@gothmog.gr> User-Agent: Mutt/1.5.4i X-Spam-Status: No, hits=-35.6 required=5.0 tests=EMAIL_ATTRIBUTION,IN_REP_TO,PGP_SIGNATURE_2,REFERENCES, REPLY_WITH_QUOTES,USER_AGENT_MUTT autolearn=ham version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) cc: bugs@freebsd.org Subject: Re: Duplicate module entry for "dialog" X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Mar 2003 07:50:59 -0000 --9jxsPFA5p3P2qPhR Content-Type: text/plain; charset=windows-1251 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Mar 28, 2003 at 02:01:54AM +0200, Giorgos Keramidas wrote: > We have to find a new module name for one of the two dialog's shown below: >=20 > giorgos@gothmog[01:50]/home/ncvs/CVSROOT$ grep '^dialog[[:space:]]' modul= es > dialog src/gnu/usr.bin/dialog > dialog ports/sysutils/dialog > giorgos@gothmog[01:50]/home/ncvs/CVSROOT$ I believe the Done Thing(tm) in such cases is to rename the ports module to ports_dialog, just like ports_ntp, ports_openssh, ports_lukemftp, etc. However, I'm having some trouble finding the CVSROOT/modules file which has an entry for ports/sysutils/dialog; at least on freefall, I get: [roam@freefall /r]$ find . -maxdepth 3 -type f -path '*/CVSROOT/modules' find: ./importer: Permission denied =2E/pcvs/CVSROOT/modules =2E/ncvs/CVSROOT/modules find: ./perforce: Permission denied =2E/dcvs/CVSROOT/modules =2E/projcvs/CVSROOT/modules =2E/FreeBSD.cvs/CVSROOT/modules [roam@freefall /r]$ find . -maxdepth 3 -type f -path '*/CVSROOT/modules' |x= args fgrep sysutils/dialog find: ./importer: Permission denied find: ./perforce: Permission denied [roam@freefall /r]$ Has somebody done something to the modules files in the meantime? G'luck, Peter --=20 Peter Pentchev roam@ringlet.net roam@sbnd.net roam@FreeBSD.org PGP key: http://people.FreeBSD.org/~roam/roam.key.asc Key fingerprint FDBA FD79 C26F 3C51 C95E DF9E ED18 B68D 1619 4553 Nostalgia ain't what it used to be. --9jxsPFA5p3P2qPhR Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+g/5t7Ri2jRYZRVMRAvsYAJ98t264ZPBMx0zp/OUMPdXBk9VgnQCgnkKX xnVq5naj0fv70jbc91duW+k= =TrFi -----END PGP SIGNATURE----- --9jxsPFA5p3P2qPhR-- From owner-freebsd-bugs@FreeBSD.ORG Fri Mar 28 03:53:24 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8ED2D37B401; Fri, 28 Mar 2003 03:53:24 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BAAB43F85; Fri, 28 Mar 2003 03:53:24 -0800 (PST) (envelope-from maxim@FreeBSD.org) Received: from freefall.freebsd.org (maxim@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2SBrONS076610; Fri, 28 Mar 2003 03:53:24 -0800 (PST) (envelope-from maxim@freefall.freebsd.org) Received: (from maxim@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2SBrNaZ076606; Fri, 28 Mar 2003 03:53:23 -0800 (PST) Date: Fri, 28 Mar 2003 03:53:23 -0800 (PST) From: Maxim Konovalov Message-Id: <200303281153.h2SBrNaZ076606@freefall.freebsd.org> To: pawmal@unia.3lo.lublin.pl, maxim@FreeBSD.org, freebsd-bugs@FreeBSD.org, maxim@FreeBSD.org X-Spam-Status: No, hits=0.0 required=5.0 tests=none version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Subject: Re: kern/48009: dummynet(4) related machine hangs X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Mar 2003 11:53:25 -0000 Synopsis: dummynet(4) related machine hangs State-Changed-From-To: open->closed State-Changed-By: maxim State-Changed-When: Fri Mar 28 03:52:51 PST 2003 State-Changed-Why: I believe your problem report is a duplicate of bin/37573. http://www.freebsd.org/cgi/query-pr.cgi?pr=37573 I have already commit a fix for it in -CURRENT and will going to MFC to -STABLE in six weeks. Responsible-Changed-From-To: freebsd-bugs->maxim Responsible-Changed-By: maxim Responsible-Changed-When: Fri Mar 28 03:52:51 PST 2003 Responsible-Changed-Why: Feedbacks trap. http://www.freebsd.org/cgi/query-pr.cgi?pr=48009 From owner-freebsd-bugs@FreeBSD.ORG Fri Mar 28 03:56:03 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D218C37B401; Fri, 28 Mar 2003 03:56:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6ADF043FB1; Fri, 28 Mar 2003 03:56:03 -0800 (PST) (envelope-from maxim@FreeBSD.org) Received: from freefall.freebsd.org (maxim@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2SBu3NS076787; Fri, 28 Mar 2003 03:56:03 -0800 (PST) (envelope-from maxim@freefall.freebsd.org) Received: (from maxim@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2SBu2BK076783; Fri, 28 Mar 2003 03:56:02 -0800 (PST) Date: Fri, 28 Mar 2003 03:56:02 -0800 (PST) From: Maxim Konovalov Message-Id: <200303281156.h2SBu2BK076783@freefall.freebsd.org> To: juraj.nospam@bednar.sk, maxim@FreeBSD.org, freebsd-bugs@FreeBSD.org, maxim@FreeBSD.org X-Spam-Status: No, hits=0.0 required=5.0 tests=none version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Subject: Re: misc/42459: pipe reconfiguration freezes the system X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Mar 2003 11:56:04 -0000 Synopsis: pipe reconfiguration freezes the system State-Changed-From-To: open->closed State-Changed-By: maxim State-Changed-When: Fri Mar 28 03:55:31 PST 2003 State-Changed-Why: I believe your problem report is a duplicate of bin/37573. http://www.freebsd.org/cgi/query-pr.cgi?pr=37573 I have already commit a fix for it in -CURRENT and will going to MFC to -STABLE in six weeks. Responsible-Changed-From-To: freebsd-bugs->maxim Responsible-Changed-By: maxim Responsible-Changed-When: Fri Mar 28 03:55:31 PST 2003 Responsible-Changed-Why: Feedbacks trap. http://www.freebsd.org/cgi/query-pr.cgi?pr=42459 From owner-freebsd-bugs@FreeBSD.ORG Fri Mar 28 04:30:23 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2679437B404 for ; Fri, 28 Mar 2003 04:30:23 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD75343FBF for ; Fri, 28 Mar 2003 04:30:19 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2SCUJNS090198 for ; Fri, 28 Mar 2003 04:30:19 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2SCUJFs090197; Fri, 28 Mar 2003 04:30:19 -0800 (PST) Resent-Date: Fri, 28 Mar 2003 04:30:19 -0800 (PST) Resent-Message-Id: <200303281230.h2SCUJFs090197@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Marc G.Fournier" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EAD1E37B401 for ; Fri, 28 Mar 2003 04:24:42 -0800 (PST) Received: from venus.hub.org (venus.hub.org [64.49.215.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82A9843F3F for ; Fri, 28 Mar 2003 04:24:42 -0800 (PST) (envelope-from root@venus.hub.org) Received: by venus.hub.org (Postfix, from userid 0) id 4BA4D4620AC; Fri, 28 Mar 2003 07:17:49 -0500 (EST) Message-Id: <20030328121749.4BA4D4620AC@venus.hub.org> Date: Fri, 28 Mar 2003 07:17:49 -0500 (EST) From: "Marc G.Fournier" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 X-Spam-Status: No, hits=-0.7 required=5.0 tests=LARGE_COLLECTION,RESENT_TO version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Subject: kern/50393: union_lookup returning . (0xba8ade90) not same as startdir (0xb77d7780) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Marc G.Fournier" List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Mar 2003 12:30:26 -0000 >Number: 50393 >Category: kern >Synopsis: union_lookup returning . (0xba8ade90) not same as startdir (0xb77d7780) >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Mar 28 04:30:19 PST 2003 >Closed-Date: >Last-Modified: >Originator: Marc G. Fournier >Release: FreeBSD 4.8-RC i386 >Organization: Hub.Org Networking Services >Environment: System: FreeBSD venus.hub.org 4.8-RC FreeBSD 4.8-RC #3: Thu Mar 13 21:05:05 EST 2003 root@venus.hub.org:/usr/obj/usr/src/sys/kernel i386 >Description: Script started on Fri Mar 28 07:13:46 2003 venus# gdb -k /usr/src/bjobj/usr/src/sys/kernel/kernel.gdebug vmcore.1 GNU gdb 4.18 (FreeBSD) Copyright 1998 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-unknown-freebsd"...Deprecated bfd_read called at /usr/src/gnu/usr.bin/binutils/gdb/../../../../contrib/gdb/gdb/dbxread.c line 2627 in elfstab_build_psymtabs Deprecated bfd_read called at /usr/src/gnu/usr.bin/binutils/gdb/../../../../contrib/gdb/gdb/dbxread.c line 933 in fill_symbuf SMP 2 cpus IdlePTD at phsyical address 0x0032c000 initial pcb at physical address 0x002a0c20 panicstr: union_lookup returning . (0xba8ade90) not same as startdir (0xb77d7780) panic messages: --- panic: union_lookup returning . (0xba8ade90) not same as startdir (0xb77d7780) mp_lock = 00000001; cpuid = 0; lapic.id = 01000000 boot() called on cpu#0 syncing disks... 24 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 giving up on 2 buffers Uptime: 14d5h6m10s dumping to dev #da/0x20001, offset 6291584 --- #0 dumpsys () at /usr/src/sys/kern/kern_shutdown.c:487 487 if (dumping++) { (kgdb) where #0 dumpsys () at /usr/src/sys/kern/kern_shutdown.c:487 #1 0x8014a587 in boot (howto=256) at /usr/src/sys/kern/kern_shutdown.c:316 #2 0x8014a9f9 in panic (fmt=0x80252bc0 "union_lookup returning . (%p) not same as startdir (%p)") at /usr/src/sys/kern/kern_shutdown.c:595 #3 0x80188428 in union_lookup (ap=0xba8ade00) at /usr/src/sys/miscfs/union/union_vnops.c:615 #4 0x80177061 in lookup (ndp=0xba8ade7c) at vnode_if.h:52 #5 0x80176b5c in namei (ndp=0xba8ade7c) at /usr/src/sys/kern/vfs_lookup.c:153 #6 0x8017cef1 in lstat (p=0xba729be0, uap=0xba8adf80) at /usr/src/sys/kern/vfs_syscalls.c:1824 #7 0x80236595 in syscall2 (frame={tf_fs = 47, tf_es = 47, tf_ds = 47, tf_edi = 134554944, tf_esi = 2143288160, tf_ebp = 2143279488, tf_isp = -1165303852, tf_ebx = 2143281664, tf_edx = 134548960, tf_ecx = 992, tf_eax = 190, tf_trapno = 12, tf_err = 2, tf_eip = 673051168, tf_cs = 31, tf_eflags = 518, tf_esp = 2143279348, tf_ss = 47}) at /usr/src/sys/i386/i386/trap.c:1175 #8 0x802238fb in Xint0x80_syscall () #9 0x804beb7 in ?? () #10 0x804a425 in ?? () #11 0x8049ec3 in ?? () #12 0x8049c5d in ?? () #13 0x8049996 in ?? () (kgdb) up 3 #3 0x80188428 in union_lookup (ap=0xba8ade00) at /usr/src/sys/miscfs/union/union_vnops.c:615 615 panic("union_lookup returning . (%p) not same as startdir (%p)", ap->a_vpp, dvp); (kgdb) list 610 611 #ifdef DIAGNOSTIC 612 if (cnp->cn_namelen == 1 && 613 cnp->cn_nameptr[0] == '.' && 614 *ap->a_vpp != dvp) { 615 panic("union_lookup returning . (%p) not same as startdir (%p)", ap->a_vpp, dvp); 616 } 617 #endif 618 619 return (error); (kgdb) print ap->a vpp There is no member named vpp. (kgdb) print *ap $1 = {a_desc = 0x8026de40, a_dvp = 0xb77d7780, a_vpp = 0xba8ade90, a_cnp = 0xba8adea4} (kgdb) print dvp $2 = (struct vnode *) 0xb77d7780 (kgdb) up #4 0x80177061 in lookup (ndp=0xba8ade7c) at vnode_if.h:52 52 rc = VCALL(dvp, VOFFSET(vop_lookup), &a); (kgdb) print *a Structure has no component named operator*. (kgdb) list    print a $3 = {a_desc = 0x8026de40, a_dvp = 0xb77d7780, a_vpp = 0xba8ade90, a_cnp = 0xba8adea4} (kgdb) print dvp $4 = (struct vnode *) 0xb77d7780 (kgdb) list 47 int rc; 48 a.a_desc = VDESC(vop_lookup); 49 a.a_dvp = dvp; 50 a.a_vpp = vpp; 51 a.a_cnp = cnp; 52 rc = VCALL(dvp, VOFFSET(vop_lookup), &a); 53 return (rc); 54 } 55 struct vop_cachedlookup_args { 56 struct vnodeop_desc *a_desc; (kgdb) quit venus# lexit exit Script done on Fri Mar 28 07:15:23 2003 >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Fri Mar 28 04:52:54 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 326B037B401; Fri, 28 Mar 2003 04:52:54 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C861D43F3F; Fri, 28 Mar 2003 04:52:53 -0800 (PST) (envelope-from maxim@FreeBSD.org) Received: from freefall.freebsd.org (maxim@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2SCqrNS096054; Fri, 28 Mar 2003 04:52:53 -0800 (PST) (envelope-from maxim@freefall.freebsd.org) Received: (from maxim@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2SCqrkd096050; Fri, 28 Mar 2003 04:52:53 -0800 (PST) Date: Fri, 28 Mar 2003 04:52:53 -0800 (PST) From: Maxim Konovalov Message-Id: <200303281252.h2SCqrkd096050@freefall.freebsd.org> To: maxim@FreeBSD.org, freebsd-bugs@FreeBSD.org, maxim@FreeBSD.org X-Spam-Status: No, hits=0.0 required=5.0 tests=none version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Subject: Re: kern/48729: KLD dummynet with -DIPFW2 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Mar 2003 12:52:55 -0000 Synopsis: KLD dummynet with -DIPFW2 Responsible-Changed-From-To: freebsd-bugs->maxim Responsible-Changed-By: maxim Responsible-Changed-When: Fri Mar 28 04:52:04 PST 2003 Responsible-Changed-Why: I will commit this patch after 4.8-RELEASE, thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=48729 From owner-freebsd-bugs@FreeBSD.ORG Fri Mar 28 05:38:39 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0CC3C37B401; Fri, 28 Mar 2003 05:38:39 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A194743FB1; Fri, 28 Mar 2003 05:38:38 -0800 (PST) (envelope-from maxim@FreeBSD.org) Received: from freefall.freebsd.org (maxim@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2SDccNS008444; Fri, 28 Mar 2003 05:38:38 -0800 (PST) (envelope-from maxim@freefall.freebsd.org) Received: (from maxim@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2SDcbBF008440; Fri, 28 Mar 2003 05:38:37 -0800 (PST) Date: Fri, 28 Mar 2003 05:38:37 -0800 (PST) From: Maxim Konovalov Message-Id: <200303281338.h2SDcbBF008440@freefall.freebsd.org> To: andrew@ugh.net.au, maxim@FreeBSD.org, freebsd-bugs@FreeBSD.org X-Spam-Status: No, hits=0.0 required=5.0 tests=none version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Subject: Re: bin/40717: No ftpchroot.5 -> ftpusers.5 link X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Mar 2003 13:38:39 -0000 Synopsis: No ftpchroot.5 -> ftpusers.5 link State-Changed-From-To: open->closed State-Changed-By: maxim State-Changed-When: Fri Mar 28 05:38:10 PST 2003 State-Changed-Why: Fixed in -CURRENT and -STABLE. http://www.freebsd.org/cgi/query-pr.cgi?pr=40717 From owner-freebsd-bugs@FreeBSD.ORG Fri Mar 28 05:40:48 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9FD4037B401; Fri, 28 Mar 2003 05:40:48 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D5BA43FBD; Fri, 28 Mar 2003 05:40:48 -0800 (PST) (envelope-from maxim@FreeBSD.org) Received: from freefall.freebsd.org (maxim@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2SDemNS019893; Fri, 28 Mar 2003 05:40:48 -0800 (PST) (envelope-from maxim@freefall.freebsd.org) Received: (from maxim@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2SDelkS019847; Fri, 28 Mar 2003 05:40:47 -0800 (PST) Date: Fri, 28 Mar 2003 05:40:47 -0800 (PST) From: Maxim Konovalov Message-Id: <200303281340.h2SDelkS019847@freefall.freebsd.org> To: p@trickbores.com, maxim@FreeBSD.org, freebsd-bugs@FreeBSD.org X-Spam-Status: No, hits=0.0 required=5.0 tests=none version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Subject: Re: kern/40543: /usr/src/sys/sys/proc.h:117: field `ar_args' has incomplete type X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Mar 2003 13:40:49 -0000 Synopsis: /usr/src/sys/sys/proc.h:117: field `ar_args' has incomplete type State-Changed-From-To: open->closed State-Changed-By: maxim State-Changed-When: Fri Mar 28 05:40:17 PST 2003 State-Changed-Why: Timeout, probably a pilot error. http://www.freebsd.org/cgi/query-pr.cgi?pr=40543 From owner-freebsd-bugs@FreeBSD.ORG Fri Mar 28 05:45:01 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 017ED37B401; Fri, 28 Mar 2003 05:45:01 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96C3843F85; Fri, 28 Mar 2003 05:45:00 -0800 (PST) (envelope-from maxim@FreeBSD.org) Received: from freefall.freebsd.org (maxim@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2SDj0NS020682; Fri, 28 Mar 2003 05:45:00 -0800 (PST) (envelope-from maxim@freefall.freebsd.org) Received: (from maxim@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2SDitfg020674; Fri, 28 Mar 2003 05:44:55 -0800 (PST) Date: Fri, 28 Mar 2003 05:44:55 -0800 (PST) From: Maxim Konovalov Message-Id: <200303281344.h2SDitfg020674@freefall.freebsd.org> To: bachmann@feba-webdesign.ch, maxim@FreeBSD.org, freebsd-bugs@FreeBSD.org X-Spam-Status: No, hits=0.0 required=5.0 tests=none version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Subject: Re: kern/39031: bugreport: kernel X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Mar 2003 13:45:02 -0000 Synopsis: bugreport: kernel State-Changed-From-To: feedback->closed State-Changed-By: maxim State-Changed-When: Fri Mar 28 05:44:28 PST 2003 State-Changed-Why: Feedback timeout. http://www.freebsd.org/cgi/query-pr.cgi?pr=39031 From owner-freebsd-bugs@FreeBSD.ORG Sat Mar 29 03:58:01 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C5EEE37B401; Sat, 29 Mar 2003 03:58:01 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6322743F75; Sat, 29 Mar 2003 03:58:01 -0800 (PST) (envelope-from mtm@FreeBSD.org) Received: from freefall.freebsd.org (mtm@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2TBw1NS093369; Sat, 29 Mar 2003 03:58:01 -0800 (PST) (envelope-from mtm@freefall.freebsd.org) Received: (from mtm@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2TBw0cd093365; Sat, 29 Mar 2003 03:58:00 -0800 (PST) Date: Sat, 29 Mar 2003 03:58:00 -0800 (PST) From: Mike Makonnen Message-Id: <200303291158.h2TBw0cd093365@freefall.freebsd.org> To: nick@triantos.com, mtm@FreeBSD.org, freebsd-bugs@FreeBSD.org, mtm@FreeBSD.org Subject: Re: misc/48993: strptime() does not fill in some fields of struct tm X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Mar 2003 11:58:02 -0000 Synopsis: strptime() does not fill in some fields of struct tm State-Changed-From-To: open->patched State-Changed-By: mtm State-Changed-When: Sat Mar 29 03:56:15 PST 2003 State-Changed-Why: Fix committed to -CURRENT Responsible-Changed-From-To: freebsd-bugs->mtm Responsible-Changed-By: mtm Responsible-Changed-When: Sat Mar 29 03:56:15 PST 2003 Responsible-Changed-Why: Take this PR as a reminder to MFC (in about 4 weeks). http://www.freebsd.org/cgi/query-pr.cgi?pr=48993 From owner-freebsd-bugs@FreeBSD.ORG Sat Mar 29 05:40:04 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E982B37B401 for ; Sat, 29 Mar 2003 05:40:04 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F376F43F85 for ; Sat, 29 Mar 2003 05:40:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2TDe3NS041271 for ; Sat, 29 Mar 2003 05:40:03 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2TDe3ZP041270; Sat, 29 Mar 2003 05:40:03 -0800 (PST) Resent-Date: Sat, 29 Mar 2003 05:40:03 -0800 (PST) Resent-Message-Id: <200303291340.h2TDe3ZP041270@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 Yudin Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2373B37B401 for ; Sat, 29 Mar 2003 05:30:47 -0800 (PST) Received: from ib.com.ua (ib.com.ua [217.144.67.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8745943FBF for ; Sat, 29 Mar 2003 05:30:44 -0800 (PST) (envelope-from toha@ib.com.ua) Received: from ib.com.ua (localhost.ib.com.ua [127.0.0.1]) by ib.com.ua (8.12.8/8.12.7) with ESMTP id h2TDSIGj002588 for ; Sat, 29 Mar 2003 15:28:18 +0200 (EET) (envelope-from toha@ib.com.ua) Received: (from toha@localhost) by ib.com.ua (8.12.8/8.12.8/Submit) id h2TDSIPk002587 for FreeBSD-gnats-submit@freebsd.org; Sat, 29 Mar 2003 15:28:18 +0200 (EET) Message-Id: <200303291328.h2TDSIPk002587@ib.com.ua> Date: Sat, 29 Mar 2003 15:28:18 +0200 (EET) From: Anton Yudin To: FreeBSD-gnats-submit@FreeBSD.org Subject: misc/50421: mistype in src/share/man/man9/Makefile X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Mar 2003 13:40:08 -0000 >Number: 50421 >Category: misc >Synopsis: mistype in src/share/man/man9/Makefile >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Mar 29 05:40:02 PST 2003 >Closed-Date: >Last-Modified: >Originator: Anton Yudin >Release: FreeBSD 5.0-CURRENT i386 >Organization: InformBANK >Environment: System: FreeBSD npktest1.ib.com.ua 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Sat Mar 29 14:16:21 EET 2003 root@npktest1.ib.com.ua:/usr/obj/usr/src/sys/NPKTEST1 i386 >Description: mistype in src/share/man/man9/Makefile >How-To-Repeat: cd /usr/src && make buildworld >Fix: *** /usr/src/share/man/man9/Makefile.orig Sat Mar 29 15:17:19 2003 --- /usr/src/share/man/man9/Makefile Sat Mar 29 15:16:00 2003 *************** *** 20,26 **** VOP_READLINK.9 VOP_REALLOCBLKS.9 VOP_REMOVE.9 VOP_RENAME.9 \ VOP_REVOKE.9 VOP_SETACL.9 VOP_SETEXTATTR.9 VOP_STRATEGY.9 \ accept_filter.9 accf_data.9 accf_http.9 acl.9 atomic.9 \ ! bios.9 boot.9 buf.9 bus_Activate_resource.9 \ bus_alloc_resource.9 bus_child_present.9 bus_generic_attach.9 \ bus_generic_detach.9 \ bus_generic_print_child.9 bus_generic_read_ivar.9 \ --- 20,26 ---- VOP_READLINK.9 VOP_REALLOCBLKS.9 VOP_REMOVE.9 VOP_RENAME.9 \ VOP_REVOKE.9 VOP_SETACL.9 VOP_SETEXTATTR.9 VOP_STRATEGY.9 \ accept_filter.9 accf_data.9 accf_http.9 acl.9 atomic.9 \ ! bios.9 boot.9 buf.9 bus_activate_resource.9 \ bus_alloc_resource.9 bus_child_present.9 bus_generic_attach.9 \ bus_generic_detach.9 \ bus_generic_print_child.9 bus_generic_read_ivar.9 \ >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sat Mar 29 06:50:09 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ECB2837B401; Sat, 29 Mar 2003 06:50:09 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B46A43FE0; Sat, 29 Mar 2003 06:50:09 -0800 (PST) (envelope-from schweikh@FreeBSD.org) Received: from freefall.freebsd.org (schweikh@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2TEo9NS076853; Sat, 29 Mar 2003 06:50:09 -0800 (PST) (envelope-from schweikh@freefall.freebsd.org) Received: (from schweikh@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2TEo8At076849; Sat, 29 Mar 2003 06:50:08 -0800 (PST) Date: Sat, 29 Mar 2003 06:50:08 -0800 (PST) From: Jens Schweikhardt Message-Id: <200303291450.h2TEo8At076849@freefall.freebsd.org> To: pb@ludd.luth.se, schweikh@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/48279: Brooktre878 (bktr) may cause freeze X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Mar 2003 14:50:11 -0000 Synopsis: Brooktre878 (bktr) may cause freeze State-Changed-From-To: open->feedback State-Changed-By: schweikh State-Changed-When: Sat Mar 29 06:44:25 PST 2003 State-Changed-Why: This is a known bug in the interaction of brooktree chips with various chipset (IS, VIA, UMC, ALI, and some OPTI). It's OS independent. Please refer to http://www.hauppauge.com/html/lockups.htm for a list of issues and possibilities on how you *may* resolve them. http://www.freebsd.org/cgi/query-pr.cgi?pr=48279 From owner-freebsd-bugs@FreeBSD.ORG Sat Mar 29 07:30:10 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E07837B40F for ; Sat, 29 Mar 2003 07:30:10 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25D6F43F93 for ; Sat, 29 Mar 2003 07:30:09 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2TFU8NS042360 for ; Sat, 29 Mar 2003 07:30:08 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2TFU8la042359; Sat, 29 Mar 2003 07:30:08 -0800 (PST) Resent-Date: Sat, 29 Mar 2003 07:30:08 -0800 (PST) Resent-Message-Id: <200303291530.h2TFU8la042359@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Christian Wittenhorst Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4423437B408 for ; Sat, 29 Mar 2003 07:27:48 -0800 (PST) Received: from mta.progon.net (mta.progon.net [62.65.155.66]) by mx1.FreeBSD.org (Postfix) with SMTP id 31ED343FA3 for ; Sat, 29 Mar 2003 07:27:24 -0800 (PST) (envelope-from wiwi@progon.net) Message-Id: <20030329152724.31ED343FA3@mx1.FreeBSD.org> Date: Sat, 29 Mar 2003 07:27:24 -0800 (PST) From: Christian Wittenhorst To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: kern/50422: if_nge broken in FreeBSD 5p6 - nge0: watchdog timeout X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Christian Wittenhorst List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Mar 2003 15:30:12 -0000 >Number: 50422 >Category: kern >Synopsis: if_nge broken in FreeBSD 5p6 - nge0: watchdog timeout >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Mar 29 07:30:08 PST 2003 >Closed-Date: >Last-Modified: >Originator: Christian Wittenhorst >Release: FreeBSD 5.0-RELEASE-p6 i386 >Organization: progon network engineering >Environment: System: FreeBSD test.kanti-zug.ch 5.0-RELEASE-p6 FreeBSD 5.0-RELEASE-p6 #0: Sat Mar 29 14:43:53 GMT 2003 wiwi@test.kanti-zug.ch:/usr /src/sys/i386/compile/test i386 >Description: After CVSing to P6 the if_nge NIC driver no longer works. The original 5.0 release just works fine. The card in use is: NetGear GA621 Log: Mar 29 15:02:37 test kernel: nge0: port 0x9800-0x98ff mem 0xe2000000-0xe2000fff at device 4.0 on pci5 Mar 29 15:02:37 test kernel: pcib2: slot 4 INTA is routed to irq 9 Mar 29 15:02:37 test kernel: nge0: Ethernet address: 00:09:5b:07:14:93 Mar 29 15:02:37 test kernel: nge0: Using TBI Mar 29 15:02:37 test kernel: nge0: 1000baseSX, 1000baseSX-FDX, auto Mar 29 15:02:37 test kernel: nge0: gigabit link up Mar 29 15:02:38 test kernel: nge0: gigabit link up Mar 29 15:02:44 test kernel: nge0: watchdog timeout Mar 29 15:02:44 test kernel: nge0: gigabit link up Mar 29 15:02:49 test kernel: nge0: watchdog timeout Mar 29 15:02:49 test kernel: nge0: gigabit link up Mar 29 15:03:13 test kernel: nge0: watchdog timeout Mar 29 15:03:13 test kernel: nge0: gigabit link up Mar 29 15:03:18 test kernel: nge0: watchdog timeout Mar 29 15:03:18 test kernel: nge0: gigabit link up Mar 29 15:03:28 test kernel: nge0: watchdog timeout Mar 29 15:03:28 test kernel: nge0: gigabit link up Mar 29 15:03:48 test kernel: nge0: watchdog timeout Mar 29 15:03:48 test kernel: nge0: gigabit link up Mar 29 15:04:28 test kernel: nge0: watchdog timeout Mar 29 15:04:28 test kernel: nge0: gigabit link up Full boot log: Mar 29 15:02:37 test kernel: Copyright (c) 1992-2003 The FreeBSD Project. Mar 29 15:02:37 test kernel: Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 Mar 29 15:02:37 test kernel: The Regents of the University of California. All rights reserved. Mar 29 15:02:37 test kernel: FreeBSD 5.0-RELEASE-p6 #0: Sat Mar 29 14:43:53 GMT 2003 Mar 29 15:02:37 test kernel: wiwi@test.kanti-zug.ch:/usr/src/sys/i386/compile/test Mar 29 15:02:37 test kernel: Preloaded elf kernel "/boot/kernel/kernel" at 0xc0541000. Mar 29 15:02:37 test kernel: Preloaded elf module "/boot/kernel/vinum.ko" at 0xc05410a8. Mar 29 15:02:37 test kernel: Preloaded elf module "/boot/kernel/acpi.ko" at 0xc0541154. Mar 29 15:02:37 test kernel: Timecounter "i8254" frequency 1193182 Hz Mar 29 15:02:37 test kernel: CPU: Pentium 4 (2392.26-MHz 686-class CPU) Mar 29 15:02:37 test kernel: Origin = "GenuineIntel" Id = 0xf27 Stepping = 7 Mar 29 15:02:37 test kernel: Features=0xffffffffbfebfbff> Mar 29 15:02:37 test kernel: real memory = 2147463168 (2047 MB) Mar 29 15:02:37 test kernel: avail memory = 2084868096 (1988 MB) Mar 29 15:02:37 test kernel: Changing APIC ID for IO APIC #0 from 8 to 4 in MP table Mar 29 15:02:37 test kernel: Changing APIC ID for IO APIC #1 from 9 to 5 in MP table Mar 29 15:02:37 test kernel: Changing APIC ID for IO APIC #2 from 6 to 10 on chip Mar 29 15:02:37 test kernel: Programming 16 pins in IOAPIC #0 Mar 29 15:02:37 test kernel: IOAPIC #0 intpin 2 -> irq 0 Mar 29 15:02:37 test kernel: Programming 16 pins in IOAPIC #1 Mar 29 15:02:37 test kernel: Programming 16 pins in IOAPIC #2 Mar 29 15:02:37 test kernel: FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs Mar 29 15:02:37 test kernel: cpu0 (BSP): apic id: 0, version: 0x00050014, at 0xfee00000 Mar 29 15:02:37 test kernel: cpu1 (AP): apic id: 1, version: 0x00050014, at 0xfee00000 Mar 29 15:02:37 test kernel: cpu2 (AP): apic id: 6, version: 0x00050014, at 0xfee00000 Mar 29 15:02:37 test kernel: cpu3 (AP): apic id: 7, version: 0x00050014, at 0xfee00000 Mar 29 15:02:37 test kernel: io0 (APIC): apic id: 4, version: 0x000f0011, at 0xfec00000 Mar 29 15:02:37 test kernel: io1 (APIC): apic id: 5, version: 0x000f0011, at 0xfec01000 Mar 29 15:02:37 test kernel: io2 (APIC): apic id: 10, version: 0x000f0011, at 0xfec02000 Mar 29 15:02:37 test kernel: Initializing GEOMetry subsystem Mar 29 15:02:37 test kernel: Pentium Pro MTRR support enabled Mar 29 15:02:37 test kernel: npx0: on motherboard Mar 29 15:02:37 test kernel: npx0: INT 16 interface Mar 29 15:02:37 test kernel: acpi0: on motherboard Mar 29 15:02:37 test kernel: ACPI-0625: *** Info: GPE Block0 defined as GPE0 to GPE31 Mar 29 15:02:37 test kernel: ACPI-0625: *** Info: GPE Block1 defined as GPE32 to GPE63 Mar 29 15:02:37 test kernel: acpi0: power button is handled as a fixed feature programming model. Mar 29 15:02:37 test kernel: Timecounter "ACPI-safe" frequency 3579545 Hz Mar 29 15:02:37 test kernel: Using $PIR table, 11 entries at 0xc00f1ad0 Mar 29 15:02:37 test kernel: acpi_timer0: <32-bit timer at 3.579545MHz> port 0xe408-0xe40b on acpi0 Mar 29 15:02:37 test kernel: acpi_cpu0: on acpi0 Mar 29 15:02:37 test kernel: acpi_cpu: CLK_VAL field overlaps THT_EN bit Mar 29 15:02:37 test kernel: acpi_cpu1: on acpi0 Mar 29 15:02:37 test kernel: acpi_cpu2: on acpi0 Mar 29 15:02:37 test kernel: acpi_cpu3: on acpi0 Mar 29 15:02:37 test kernel: acpi_button0: on acpi0 Mar 29 15:02:37 test kernel: pcib0: port 0xcf8-0xcff on acpi0 Mar 29 15:02:37 test kernel: pci0: on pcib0 Mar 29 15:02:37 test kernel: IOAPIC #1 intpin 2 -> irq 2 Mar 29 15:02:37 test kernel: IOAPIC #0 intpin 11 -> irq 5 Mar 29 15:02:37 test kernel: pcib1: at device 0.1 on pci0 Mar 29 15:02:37 test kernel: pci1: on pcib1 Mar 29 15:02:37 test kernel: IOAPIC #1 intpin 11 -> irq 9 Mar 29 15:02:37 test kernel: pci1: at device 0.0 (no driver attached) Mar 29 15:02:37 test kernel: fxp0: port 0xd800-0xd83f mem 0xe3000000-0xe301ffff,0xe3800000-0xe3800fff irq 2 at device 2.0 on pci0 Mar 29 15:02:37 test kernel: fxp0: Ethernet address 00:e0:18:f5:5f:d8 Mar 29 15:02:37 test kernel: inphy0: on miibus0 Mar 29 15:02:37 test kernel: inphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto Mar 29 15:02:37 test kernel: pci0: at device 3.0 (no driver attached) Mar 29 15:02:37 test kernel: isab0: at device 15.0 on pci0 Mar 29 15:02:37 test kernel: isa0: on isab0 Mar 29 15:02:37 test kernel: atapci0: port 0xa800-0xa80f,0xb000-0xb003,0xb400-0xb407,0xb800-0xb803,0xd000-0xd007 at device 15.1 on pci0 Mar 29 15:02:37 test kernel: ata0: at 0x1f0 irq 14 on atapci0 Mar 29 15:02:37 test kernel: ata1: at 0x170 irq 15 on atapci0 Mar 29 15:02:37 test kernel: ohci0: mem 0xe2800000-0xe2800fff irq 5 at device 15.2 on pci0 Mar 29 15:02:37 test kernel: usb0: OHCI version 1.0, legacy support Mar 29 15:02:37 test kernel: usb0: on ohci0 Mar 29 15:02:37 test kernel: usb0: USB revision 1.0 Mar 29 15:02:37 test kernel: uhub0: (0x1166) OHCI root hub, class 9/0, rev 1.00/1.00, addr 1 Mar 29 15:02:37 test kernel: uhub0: 4 ports with 4 removable, self powered Mar 29 15:02:37 test kernel: pcib2: on acpi0 Mar 29 15:02:37 test kernel: pci5: on pcib2 Mar 29 15:02:37 test kernel: IOAPIC #1 intpin 4 -> irq 10 Mar 29 15:02:37 test kernel: pcib3: at device 3.0 on pci5 Mar 29 15:02:37 test kernel: pci9: on pcib3 Mar 29 15:02:37 test kernel: asr0: mem 0xea000000-0xebffffff irq 10 at device 3.1 on pci5 Mar 29 15:02:37 test kernel: asr0: major=154 Mar 29 15:02:37 test kernel: asr0: ADAPTEC 2400A FW Rev. 370L, 4 channel, 256 CCBs, Protocol I2O Mar 29 15:02:37 test kernel: pci5: at device 4.0 (no driver attached) Mar 29 15:02:37 test kernel: pcib4: on acpi0 Mar 29 15:02:37 test kernel: pci18: on pcib4 Mar 29 15:02:37 test kernel: IOAPIC #1 intpin 9 -> irq 11 Mar 29 15:02:37 test kernel: pcib5: at device 2.0 on pci18 Mar 29 15:02:37 test kernel: pci19: on pcib5 Mar 29 15:02:37 test kernel: asr1: mem 0xe6000000-0xe7ffffff irq 11 at device 2.1 on pci18 Mar 29 15:02:37 test kernel: asr1: ADAPTEC 2400A FW Rev. 370L, 4 channel, 256 CCBs, Protocol I2O Mar 29 15:02:37 test kernel: fdc0: port 0x3f7,0x3f2-0x3f5 irq 6 drq 2 on acpi0 Mar 29 15:02:37 test kernel: fdc0: FIFO enabled, 8 bytes threshold Mar 29 15:02:37 test kernel: fd0: <1440-KB 3.5" drive> on fdc0 drive 0 Mar 29 15:02:37 test kernel: ppc0 port 0x778-0x77b,0x378-0x37f irq 7 drq 3 on acpi0 Mar 29 15:02:37 test kernel: ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode Mar 29 15:02:37 test kernel: ppc0: FIFO with 16/16/8 bytes threshold Mar 29 15:02:37 test kernel: lpt0: on ppbus0 Mar 29 15:02:37 test kernel: lpt0: Interrupt-driven port Mar 29 15:02:37 test kernel: sio0 port 0x3f8-0x3ff irq 4 on acpi0 Mar 29 15:02:37 test kernel: sio0: type 16550A Mar 29 15:02:37 test kernel: sio1 port 0x2f8-0x2ff irq 3 on acpi0 Mar 29 15:02:37 test kernel: sio1: type 16550A Mar 29 15:02:37 test kernel: atkbdc0: port 0x64,0x60 irq 1 on acpi0 Mar 29 15:02:37 test kernel: atkbd0: flags 0x1 irq 1 on atkbdc0 Mar 29 15:02:37 test kernel: kbd0 at atkbd0 Mar 29 15:02:37 test kernel: psm0: irq 12 on atkbdc0 Mar 29 15:02:37 test kernel: psm0: model IntelliMouse Explorer, device ID 4 Mar 29 15:02:37 test kernel: orm0: